:root{color-scheme:dark;--bg:#080d1b;--panel:#10182b;--white:#f7f9ff;--muted:#a5aec2;--line:#ffffff24;--blue:#5596ff;--violet:#b494ff;--font:-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--white);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,select,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid var(--violet);outline-offset:5px}button{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:700;letter-spacing:-.055em;line-height:1.04}p{line-height:1.55}h2{font-size:clamp(42px,5.8vw,88px)}h3{font-size:clamp(26px,2.8vw,42px)}.skip{position:fixed;top:-100px;z-index:100;background:white;color:black;padding:16px}.skip:focus{top:10px}.gradient{background:linear-gradient(105deg,var(--blue),#8393ff 52%,var(--violet));background-clip:text;-webkit-background-clip:text;color:transparent}.muted{color:var(--muted)}.eyebrow{font-size:12px;letter-spacing:.12em;line-height:1.5;font-weight:600}.hero{margin:12px;border-radius:26px;min-height:calc(100svh - 24px);overflow:hidden;position:relative;background:#131d39;isolation:isolate}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,#080d1b9c,#14224a63 60%,#3e29695e);z-index:-1}.hero-film{position:absolute;width:100%;height:100%;object-fit:cover;inset:0;z-index:-2;filter:grayscale(1);opacity:.72}.header{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:16px 30px}.logo{background:#0b1122d9;border:1px solid #ffffff0a;border-radius:14px;display:block;width:175px;flex-shrink:0;padding:0 20px}.logo img{width:100%;height:76px;object-fit:contain}.header nav{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:500}.header nav a:hover{color:var(--violet)}.nav-cta{border:1px solid #ffffff60;border-radius:10px;padding:14px 19px}.nav-cta span{margin-left:20px}.menu{display:none}.hero-content{padding:50px 36px 36px;display:flex;flex-direction:column;min-height:calc(100svh - 130px)}.hero-content>.eyebrow{margin-bottom:25px;color:#d3d9e9}.hero h1{font-size:clamp(60px,8.3vw,136px);letter-spacing:-.055em;line-height:1.02}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-top:auto;padding-top:95px}.hero-bottom>p{font-size:clamp(20px,2.1vw,30px);font-weight:600;line-height:1.25;letter-spacing:-.025em}.button{display:inline-flex;align-items:stretch;gap:6px;font-size:14px;font-weight:650;line-height:1.4}.button>span{display:flex;align-items:center;justify-content:center;background:var(--white);color:#0a1123;border-radius:12px;padding:18px 24px;transition:background .2s}.button>b{display:grid;place-items:center;min-width:56px;background:linear-gradient(140deg,#4584ef,#9574e9);border-radius:12px;font-size:23px;font-weight:400}.button:hover>span{background:#dbe7ff}.text-link{display:flex;justify-content:space-between;gap:30px;width:max-content;margin-top:20px;border-bottom:1px solid #b5bfd6;padding-bottom:5px;font-size:15px}.hero-bottom .text-link{margin-left:auto}.section{padding:110px 4%;max-width:1660px;margin:auto}.section-head{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:start}.section-head>.eyebrow{padding-top:12px;color:var(--muted)}.lead{font-size:clamp(22px,2.3vw,32px);font-weight:600;line-height:1.35;letter-spacing:-.025em;margin-top:38px;max-width:780px}.body-copy{font-size:18px;color:var(--muted);max-width:660px;margin-top:24px}.clone{border-radius:28px;background:#10172a;max-width:calc(100% - 24px);padding-top:85px}.clone h2{font-size:clamp(40px,5vw,76px)}.video-wrap{margin-top:65px;aspect-ratio:16/9;max-width:1080px;margin-inline:auto;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#060b16}.video-cover{position:relative;width:100%;height:100%;border:0;padding:0;background:#07101e}.video-cover>img{height:100%;width:100%;object-fit:cover;opacity:.65;transition:opacity .3s}.video-cover:hover>img{opacity:.85}.play-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:50%;display:grid;place-items:center;padding-left:5px;background:#f7f9ff;color:#142146;font-size:28px;box-shadow:0 0 70px #6584ff55}.video-caption{position:absolute;bottom:28px;left:32px;letter-spacing:.1em;font-size:12px;font-weight:700}.video-wrap iframe{width:100%;height:100%;border:0}.video-note{display:grid;grid-template-columns:1fr 1fr;gap:65px;max-width:1080px;margin:28px auto 0;color:var(--muted);font-size:17px}.menu{background:transparent;border:1px solid var(--line);border-radius:9px;padding:10px 16px;font-size:14px}.menu span{margin-left:15px}
@media(min-width:1700px){.hero-content{max-width:1650px;margin:auto}}@media(max-width:900px){.header{padding:12px 22px}.header nav{gap:18px}.hero-content{padding:42px 26px 32px}.section-head{grid-template-columns:1fr;gap:22px}.section{padding:75px 5%}.hero-bottom{align-items:flex-start;flex-direction:column;gap:35px;padding-top:70px}.hero-bottom .text-link{margin-left:0}.hero-content{min-height:calc(100svh - 130px)}.video-note{gap:28px}.hero h1{font-size:clamp(60px,9.5vw,90px)}}@media(max-width:700px){.hero{margin:8px;border-radius:20px}.header{padding:10px 18px}.logo{width:140px;padding:0 16px}.logo img{height:65px}.menu{display:block}.header nav{display:none;position:absolute;top:95px;left:20px;right:20px;background:#111b31;border:1px solid var(--line);border-radius:15px;padding:25px;z-index:10;flex-direction:column;align-items:stretch;gap:24px;font-size:18px}.header nav.open{display:flex}.hero-content{padding:42px 22px 28px;min-height:calc(100svh - 114px)}.hero h1{font-size:clamp(46px,10vw,70px);letter-spacing:-.055em;line-height:1.07}.hero-content>.eyebrow{font-size:11px;letter-spacing:.085em}.hero-bottom>p{font-size:21px}.hero-bottom>p br{display:none}.hero-bottom{padding-top:70px}.button>span{padding:17px 20px}.button>b{min-width:49px}.clone{max-width:calc(100% - 16px)}.video-wrap{margin-top:35px;border-radius:12px}.video-note{grid-template-columns:1fr;gap:16px}.play-circle{width:60px;height:60px;font-size:21px}.video-caption{bottom:14px;left:16px;font-size:10px}.section{padding:65px 6%}.section h2{font-size:clamp(36px,9vw,52px)}.lead{margin-top:28px}.body-copy{font-size:17px}.eyebrow{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-film{display:none}*,*:before,*:after{animation:none!important;transition:none!important}}
.packages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:60px}.package{border:1px solid var(--line);border-radius:22px;padding:34px 28px;background:#101729;display:flex;flex-direction:column;min-width:0}.package.full{background:linear-gradient(145deg,#1c3158,#1a2345 55%,#25203e);border-color:#7781c36b}.package-index{font-size:12px;letter-spacing:.1em;color:#c6cde0;margin-bottom:38px}.package h3{font-size:clamp(28px,3.3vw,46px);line-height:1.05;letter-spacing:-.045em}.price{font-size:clamp(35px,3.6vw,54px);font-weight:700;letter-spacing:-.045em;margin-top:32px;line-height:1.1}.price span{font-size:14px;font-weight:400;letter-spacing:0;color:var(--muted);display:block;margin-top:8px}.package-intro{font-size:16px;color:#c8d0e1;margin-top:26px;min-height:76px}.package ul{list-style:none;margin:26px 0 30px;padding:24px 0 0;border-top:1px solid var(--line)}.package li{position:relative;padding-left:20px;font-size:15px;line-height:1.5;margin-bottom:15px}.package li:before{content:'+';position:absolute;left:0;color:var(--blue);font-weight:700}.your-part{font-size:14px;color:var(--muted);margin-top:auto;margin-bottom:30px}.package-cta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:22px;gap:15px;font-size:15px;font-weight:600}.package-cta:hover{color:var(--violet)}.package-foot{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:28px;font-size:14px;color:var(--muted)}.package-foot .text-link{margin-top:0;color:var(--white);white-space:nowrap}.statement{padding:35px 4%;border-block:1px solid var(--line);font-size:clamp(38px,7.6vw,124px);font-weight:600;line-height:1.15;letter-spacing:-.06em;color:#8995af;overflow:hidden}.statement span{color:white}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:65px}.step-no{display:block;font-size:62px;font-weight:700;letter-spacing:-.06em;border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:30px}.steps h3{font-size:26px;letter-spacing:-.035em;line-height:1.2}.steps p{font-size:18px;color:var(--muted);margin-top:18px}.leads{max-width:calc(100% - 24px);background:linear-gradient(150deg,#111d36,#101729 55%,#19172e);border-radius:28px}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:65px}.demo{border:1px solid var(--line);border-radius:22px;background:#080f20b3;overflow:hidden;padding:30px;min-width:0}.demo-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line)}.demo-title .eyebrow{color:var(--muted);font-size:11px;margin-bottom:10px}.demo-title h3{font-size:30px;letter-spacing:-.035em}.demo-symbol{font-size:24px;background:#7d90ff1a;color:#b8c6ff;border-radius:50%;display:grid;place-items:center;width:48px;height:48px}.now-playing{position:relative;padding:24px 0 8px}.now-playing>p{font-size:13px;color:var(--muted)}.now-playing h4{font-size:24px;margin:5px 0 0;letter-spacing:-.03em}.now-playing>span{position:absolute;right:0;top:30px;font-size:12px;color:var(--muted)}.wave{display:flex;align-items:center;justify-content:space-between;height:76px;gap:4px;margin-block:16px}.wave i{width:4px;background:#728fcb45;border-radius:5px;transition:background .2s}.wave i.played{background:#8d9bff}.audio-controls{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:20px}.audio-controls button{background:#ffffff0a;border:1px solid var(--line);border-radius:50%;width:42px;height:42px;font-size:26px;display:grid;place-items:center}.audio-controls #audio-play{width:60px;height:60px;background:linear-gradient(135deg,#4584ee,#8977e0);font-size:21px;border:0}.audio-controls button:hover{background:#526da250}input[type=range]{width:100%;height:20px;accent-color:#8c9aff;cursor:pointer}.audio-times{display:flex;justify-content:space-between;color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.status{font-size:12px;color:var(--muted);min-height:19px;margin-top:10px}.library-head{display:flex;justify-content:space-between;margin:28px 0 15px;font-size:14px}.library-head>span:last-child{color:var(--muted);font-size:12px}.track-list{max-height:211px;overflow:auto;scrollbar-width:thin;scrollbar-color:#53617c transparent;padding-right:5px}.track{display:flex;width:100%;justify-content:space-between;align-items:center;background:transparent;border:1px solid transparent;border-radius:10px;padding:12px;color:var(--white);text-align:left;font-size:14px;gap:10px}.track small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.track[aria-pressed=true]{background:#3e64a233;border-color:#7b98eb70}.track:hover{background:#ffffff09}.text-demo{display:flex;flex-direction:column}.chat-header{display:flex;gap:12px;align-items:center;padding-block:22px;border-bottom:1px solid var(--line)}.maia-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#4788ed,#9f8ae9);font-weight:700}.chat-header strong{font-size:15px}.chat-header div>span{display:block;font-size:12px;color:var(--muted);margin-top:4px}.chat{height:380px;overflow-y:auto;padding-block:24px;scrollbar-width:thin;scrollbar-color:#53617c transparent}.chat-start{color:var(--muted);text-align:center;margin-top:95px;line-height:1.8}.message{max-width:85%;margin-bottom:20px}.message p{background:#1b2943;border-radius:15px 15px 15px 3px;padding:13px 16px;font-size:14px;line-height:1.55}.message small{display:block;font-size:11px;color:var(--muted);margin:6px 3px}.message.lead-message{margin-left:auto}.message.lead-message p{background:#354c87;border-radius:15px 15px 3px 15px}.message.lead-message small{text-align:right}.chat-actions{display:flex;gap:15px;justify-content:space-between;margin-top:auto;padding-top:20px;border-top:1px solid var(--line)}.chat-actions button{border:1px solid var(--line);border-radius:10px;background:#ffffff08;padding:12px 16px;font-size:13px}.chat-actions button:hover{background:#3e64a244}.chat-actions #text-play{background:#e5eaff;color:#10182b;font-weight:600}.demo-note{font-size:12px;color:var(--muted);margin-top:20px}.tools-note{font-size:14px;color:var(--muted);margin-top:28px;max-width:700px}.pro{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.pro-art{position:relative;border-radius:24px;overflow:hidden;border:1px solid var(--line);height:650px}.pro-art>img{height:100%;width:100%;object-fit:cover;object-position:72% center}.pro-art>.eyebrow{position:absolute;top:28px;left:28px}.pro-copy>.eyebrow{color:var(--muted);margin-bottom:30px}.pro h2{font-size:clamp(42px,4.7vw,72px)}.pro .lead{font-size:26px}.pro .text-link{margin-top:35px}.faq{border-top:1px solid var(--line)}.faq-list{margin:55px 0 0 auto;max-width:calc(66.666% - 16px)}.faq-list details{border-bottom:1px solid var(--line)}summary{cursor:pointer;display:flex;justify-content:space-between;gap:22px;font-size:21px;font-weight:600;letter-spacing:-.02em;list-style:none;padding:25px 0;line-height:1.4}summary::-webkit-details-marker{display:none}summary span{font-size:22px;color:var(--blue)}details[open] summary span{transform:rotate(45deg)}details>p{font-size:17px;color:var(--muted);padding-bottom:26px;max-width:700px}.contact{margin:12px;padding:70px 36px 25px;background:radial-gradient(ellipse at 90% 5%,#33336766,transparent 65%),#101a32;border-radius:26px}.contact>.eyebrow{color:#b9c5df;margin-bottom:50px}.contact-main{display:grid;grid-template-columns:2fr 1fr;gap:45px;align-items:end}.contact-main h2{font-size:clamp(54px,8vw,124px)}.contact-main>div>p{color:#c8d0e1;font-size:22px;line-height:1.35;margin-bottom:30px;letter-spacing:-.02em}.footer-links{display:flex;justify-content:space-between;gap:35px;margin-top:70px;padding-top:30px;border-top:1px solid var(--line);color:#bdc7df;font-size:15px}.footer-links>div{display:flex;gap:28px;flex-wrap:wrap}.footer-links a:hover{color:white}.footer-logo{display:block;width:min(100%,1000px);margin:25px 0 0}.footer-logo img{width:100%;height:250px;object-fit:contain;object-position:left center}.footer-bottom{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px;letter-spacing:.05em;border-top:1px solid var(--line);padding-top:22px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){.package{padding:28px 22px}.package h3{font-size:33px}.package-index{font-size:11px}.package-intro{min-height:100px}.demo{padding:24px}.pro-art{height:560px}.contact-main{grid-template-columns:1.6fr 1fr}.contact-main h2{font-size:8vw}.contact .button>span{padding:16px}.contact .button>b{min-width:45px}}
@media(max-width:900px){.packages{gap:12px}.package{padding:28px 18px}.package h3{font-size:28px}.price{font-size:34px}.package li{font-size:14px}.package-cta{font-size:13px}.steps{gap:25px}.steps h3{font-size:23px}.steps p{font-size:16px}.demo-grid{gap:18px}.demo-title h3{font-size:25px}.demo-symbol{display:none}.faq-list{max-width:100%}.pro{gap:35px}.pro-art{height:600px}.pro .lead{font-size:23px}.contact-main{grid-template-columns:1fr}.contact-main h2{font-size:clamp(58px,10vw,94px)}.footer-links>div{gap:20px}.footer-logo img{height:190px}}
@media(max-width:700px){.packages{grid-template-columns:1fr;margin-top:40px;gap:18px}.package{padding:30px 26px}.package-index{font-size:12px;margin-bottom:28px}.package h3{font-size:38px}.price{font-size:44px}.price span{display:inline;margin-left:12px}.package-intro{min-height:0}.package li{font-size:16px}.package-cta{font-size:15px}.package-foot{display:block}.package-foot .text-link{margin-top:24px;white-space:normal}.statement{padding:30px 6%;font-size:12vw}.statement span{display:block}.steps{grid-template-columns:1fr;gap:45px;margin-top:40px}.step-no{font-size:50px;padding-bottom:20px;margin-bottom:22px}.steps h3{font-size:28px}.steps p{font-size:18px}.leads{max-width:calc(100% - 16px)}.demo-grid{grid-template-columns:1fr;margin-top:40px;gap:25px}.demo{padding:24px 20px;border-radius:18px}.demo-title h3{font-size:29px}.demo-symbol{display:grid}.chat{height:365px}.chat-actions{gap:10px}.chat-actions button{padding:12px;font-size:12px}.pro{grid-template-columns:1fr;gap:38px}.pro-art{height:370px}.pro-copy h2{font-size:43px}.pro-copy .lead{font-size:25px}.faq-list{margin-top:30px}summary{font-size:19px;gap:14px}.contact{margin:8px;padding:50px 24px 24px}.contact-main h2{font-size:clamp(48px,12vw,72px)}.contact>.eyebrow{margin-bottom:35px}.contact-main{gap:32px}.contact-main>div>p{font-size:22px}.footer-links{display:block;margin-top:50px}.footer-links>div{margin-top:30px;gap:20px}.footer-logo img{height:160px}.footer-bottom{flex-wrap:wrap;font-size:10px}.footer-bottom>span:nth-child(2){display:none}.tools-note{font-size:14px}}

.inquiry-form{max-width:760px;margin:70px auto;padding:clamp(24px,5vw,48px);border:1px solid #ffffff25;background:#0c1427;border-radius:20px}.inquiry-form h3{font-size:32px;margin:0 0 12px}.inquiry-form>p{color:#bac4d8}.inquiry-form label{display:grid;gap:10px;margin:20px 0;font-size:15px}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{box-sizing:border-box;width:100%;font:inherit;padding:14px;border:1px solid #ffffff35;border-radius:8px;background:#101b31;color:#fff}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{outline:2px solid #799eff;outline-offset:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.inquiry-form .form-consent{display:flex;align-items:flex-start;line-height:1.5}.form-consent input{width:20px;height:20px;flex-shrink:0}.form-trap{position:absolute;left:-10000px;overflow:hidden}.inquiry-form .button{border:0;cursor:pointer}.inquiry-form button:disabled{opacity:.6;cursor:wait}#form-status{line-height:1.6} .privacy-settings{margin-top:24px;color:#bac4d8;font-size:13px;max-width:600px}.privacy-settings summary{font:inherit;cursor:pointer;padding:8px 0;display:list-item}.privacy-settings p{line-height:1.6}.privacy-settings button{background:#192944;color:#fff;border:1px solid #7087b3;border-radius:8px;padding:10px 16px;cursor:pointer;font:inherit;margin:0 8px 8px 0}.privacy-settings button:focus-visible{outline:2px solid #799eff;outline-offset:3px}@media(max-width:600px){.form-grid{grid-template-columns:1fr;gap:0}.inquiry-form{margin-top:40px}}

@media(prefers-reduced-motion:reduce){.hero{background:linear-gradient(#080d1b88,#080d1b88),url("/assets/hero-poster.webp") center/cover}}.motion-toggle{position:absolute;right:24px;top:120px;bottom:auto;border:1px solid #ffffff55;border-radius:20px;background:#080d1bcc;padding:8px 14px;font-size:12px;z-index:2}.motion-toggle[hidden]{display:none}@media(max-width:700px){.motion-toggle{right:16px;top:88px;bottom:auto;font-size:11px;padding:6px 10px}}
