@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap');
:root{--bg:#111111;--panel:#191919;--panel2:#202020;--line:#303030;--text:#f8f7fb;--muted:#aaa9ad;--purple:#6225dd;--purple2:#8c4dff;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}::selection{background:#6630c7;color:white}.wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#111;padding:10px;z-index:100}.skip-link:focus{left:8px}.site-header{position:fixed;top:26px;left:0;right:0;z-index:50;display:flex;justify-content:center;pointer-events:none}.nav-pill{pointer-events:auto;display:flex;align-items:center;gap:22px;border:1px solid #343434;border-radius:100px;background:rgba(18,18,18,.87);backdrop-filter:blur(18px);padding:8px 9px 8px 16px;box-shadow:0 8px 30px #0003}.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;white-space:nowrap}.brand img{width:27px;height:27px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:6px}.nav-links a{font-size:14px;color:#ddd;padding:10px 12px;border-radius:100px;transition:background .2s,color .2s}.nav-links a:hover,.nav-links a:focus-visible{background:#292929;color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:100px;background:linear-gradient(135deg,#5220c5,#762be9);color:white;padding:17px 26px;font-weight:600;font-size:15px;line-height:1.2;box-shadow:0 8px 30px #4e1cb437;transition:transform .25s,box-shadow .25s,background .25s}.button:hover,.button:focus-visible{transform:translateY(-3px);box-shadow:0 14px 32px #6525df55}.button-small{font-size:13px;padding:11px 16px;box-shadow:none}.button-ghost{background:transparent;border:1px solid #424242;box-shadow:none}.button-ghost:hover{background:#242424;box-shadow:none}.menu-toggle,.mobile-nav{display:none}.hero{min-height:100svh;padding-top:188px;padding-bottom:88px;text-align:center;position:relative;overflow:hidden}.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid #353535;border-radius:100px;padding:8px 15px;color:#dedde0;font-size:14px;background:#171717}.dot{width:7px;height:7px;background:#7ce39d;border-radius:50%;box-shadow:0 0 12px #70e692}.hero h1{font-size:clamp(58px,8.7vw,116px);letter-spacing:-.075em;line-height:1.03;font-weight:500;margin:48px auto 30px;max-width:1100px}.hero h1 em,.page-hero h1 em,.section h2 em,.about-story h2 em,.footer-cta h2 em{font-family:'Playfair Display',Georgia,serif;font-weight:500;letter-spacing:-.055em}.hero>p,.page-hero>p{color:var(--muted);font-size:clamp(18px,2vw,23px);line-height:1.6;max-width:760px;margin:0 auto}.actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:36px}.hero-orbit{display:flex;justify-content:center;gap:14px;margin-top:100px;transform:rotate(-3deg)}.hero-orbit span{white-space:nowrap;border:1px solid #333;background:linear-gradient(150deg,#23202a,#161616);border-radius:18px;padding:26px 40px;color:#c6b2ef;font-size:18px;box-shadow:0 14px 35px #0005}.hero-orbit span:nth-child(even){transform:translateY(25px)}.intro{display:grid;grid-template-columns:1.1fr .9fr;border:1px solid #2e2e2e;border-radius:30px;overflow:hidden;background:#191919;margin-block:60px 130px;min-height:570px}.intro-copy{padding:60px;display:flex;flex-direction:column;justify-content:center}.stars{color:#fff;letter-spacing:5px}.intro-copy p{font-size:20px;color:#c5c3c7;line-height:1.62}.person{display:grid;gap:4px;margin-top:15px}.person span{color:#9d9ba1;font-size:13px}.intro-image{position:relative;overflow:hidden}.intro-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#191919,transparent 45%)}.intro-image img{width:100%;height:100%;object-fit:cover;object-position:center 18%;filter:brightness(.85)}.section{padding-block:105px 115px;border-top:1px solid #242424;scroll-margin-top:120px}.section-heading{max-width:850px;margin-bottom:54px}.label{font-size:13px;color:#b69cf7;border:1px solid #3c2c5d;border-radius:100px;padding:7px 12px;display:inline-block;margin-bottom:26px}.section h2,.about-story h2,.footer-cta h2{font-size:clamp(46px,6.5vw,82px);line-height:1.08;font-weight:500;letter-spacing:-.065em;margin:0 0 24px}.section-heading p{color:var(--muted);font-size:19px;line-height:1.6;max-width:720px}.card{border:1px solid #303030;background:linear-gradient(145deg,#202020,#181818);border-radius:26px;padding:32px;transition:border-color .25s,transform .25s}.card:hover{border-color:#61428c;transform:translateY(-4px)}.card h3{font-weight:500;letter-spacing:-.035em;font-size:25px;line-height:1.2;margin:18px 0 12px}.card p{color:#aaa9ad;line-height:1.6;margin:0;font-size:16px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{min-height:270px;display:flex;flex-direction:column;justify-content:flex-end}.step>span,.feature>span{font-size:13px;color:#a178ee}.text-link{display:inline-block;color:#ded0ff;font-weight:600;margin-top:32px;border-bottom:1px solid #8160bb;padding-bottom:6px;transition:color .2s,transform .2s}.text-link:hover{color:#fff;transform:translateX(4px)}.marquee{overflow:hidden;border-block:1px solid #2d2d2d;background:#171321;transform:rotate(-2deg);padding:18px 0;color:#dfd3ff;font-size:24px;white-space:nowrap}.marquee div{width:max-content;animation:marquee 30s linear infinite}.marquee span{color:#8b53ee;margin-inline:18px}@keyframes marquee{to{transform:translateX(-50%)}}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.benefit-feature{min-height:600px;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 70% 25%,#5e2aac44,transparent 38%),linear-gradient(150deg,#24202d,#161616)}.tiny-label{font-size:13px;color:#bda4f8}.benefit-mark{font-size:120px;line-height:1;color:#783bea;margin:auto;text-align:center;text-shadow:0 0 70px #7131ca}.benefit-feature h3{font-size:39px}.benefit-stack{display:grid;gap:18px}.benefit-stack .card{min-height:188px}.mini-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:10px;background:#3b235f;color:#dbc6ff}.benefit-stack h3{font-size:24px;margin:13px 0 7px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{min-height:260px}.feature h3{margin-top:45px}.solution{background:radial-gradient(circle at 75% 35%,#321a5a66,transparent 40%),#151219}.solution .section-heading{max-width:900px}.tag-cloud{display:flex;flex-wrap:wrap;gap:12px;margin-top:60px}.tag-cloud span{border:1px solid #4d3a67;border-radius:100px;padding:17px 24px;background:#251d30;color:#e3d6fa;font-size:18px;transition:background .2s,transform .2s}.tag-cloud span:hover{background:#4a2a78;transform:translateY(-3px)}.faq-list{border-top:1px solid #393939;max-width:920px;margin-left:auto}.faq details{border-bottom:1px solid #393939}.faq summary{list-style:none;padding:26px 45px 26px 0;font-size:21px;position:relative;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:3px;top:24px;font-size:27px;color:#b18af2}.faq details[open] summary:after{content:'−'}.faq details p{color:#aaa;font-size:17px;line-height:1.65;margin:0 0 26px;max-width:720px}.site-footer{border-top:1px solid #2b2b2b;background:#171717}.footer-cta{text-align:center;padding-block:100px}.footer-cta h2{margin:25px 0}.footer-cta p{color:#aaa;font-size:18px;max-width:580px;margin:auto;line-height:1.6}.footer-bottom{border-top:1px solid #333;padding-block:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{font-weight:700}.footer-bottom>div{display:flex;gap:20px}.footer-bottom a:not(.footer-brand),.footer-bottom small{font-size:13px;color:#aaa}.footer-bottom a:hover{color:white}.page-hero{text-align:center;padding-top:205px;padding-bottom:100px}.page-hero h1{font-size:clamp(58px,7.7vw,104px);letter-spacing:-.07em;font-weight:500;line-height:1.08;max-width:1040px;margin:35px auto 28px}.about-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;padding-block:50px 140px}.about-photo{height:650px;border-radius:28px;overflow:hidden;background:#252525}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.about-story p{font-size:18px;color:#aaa;line-height:1.72}.about-story .button{margin-top:20px}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.blog-card{min-height:325px;display:flex;flex-direction:column;align-items:flex-start}.blog-card .label{margin-bottom:5px}.blog-card h2{font-size:34px;letter-spacing:-.045em;line-height:1.18;margin:16px 0}.blog-card .text-link{margin-top:auto}.article-hero{padding-bottom:75px}.article-hero h1{font-size:clamp(50px,6.2vw,84px)}.back-link{display:block;color:#aaa;margin-bottom:50px}.back-link:hover{color:#fff}.article-body{max-width:760px;padding-bottom:120px}.article-body h2{font-weight:500;font-size:32px;letter-spacing:-.04em;margin:45px 0 14px}.article-body p{font-size:18px;color:#aaa;line-height:1.75}.article-cta{margin-top:75px}.article-cta h2{margin-top:0}.article-cta .button{margin-top:18px}.contact-hero{padding-bottom:70px}.contact-hero .text-link{margin-top:22px}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;padding-bottom:140px}.contact-note{height:max-content;padding:40px}.contact-note h2{font-size:42px;letter-spacing:-.05em;font-weight:500;line-height:1.1;margin:10px 0 20px}.contact-note>a{display:block;color:#c3a8fa;margin-top:40px;overflow-wrap:anywhere}.contact-form{display:grid;gap:20px}.contact-form label{display:grid;gap:8px;font-size:14px;color:#eee}.contact-form label span:not(.consent span){color:#999}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form input:not([type=checkbox]),.contact-form textarea{width:100%;background:#1d1d1d;border:1px solid #373737;border-radius:12px;padding:15px 17px;color:#fff;outline:none;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#8753e1}.contact-form textarea{resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#777}.contact-form .consent{display:flex;gap:12px;align-items:flex-start;color:#aaa;line-height:1.5}.consent input{accent-color:#7130db;margin-top:4px}.consent a{color:#d8c4ff;text-decoration:underline}.contact-form button{justify-self:start}.honeypot{position:absolute;left:-9999px}.form-feedback{margin:0;font-size:15px;min-height:1.3em}.legal-hero{padding-bottom:65px}.legal-content{max-width:760px;padding-bottom:130px}.legal-content h2{font-size:30px;font-weight:500;letter-spacing:-.04em;margin:50px 0 12px}.legal-content p{color:#aaa;line-height:1.7;font-size:17px}.legal-content a{color:#cfb7ff;text-decoration:underline}.legal-todo{border-left:3px solid #9055ee;padding:12px 20px;background:#211a2c;color:#e0cfff!important}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}@media(max-width:900px){.step-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.about-story{gap:35px}.intro-copy{padding:38px}.intro-copy p{font-size:17px}.contact-layout{gap:25px}}@media(max-width:700px){.wrap{width:min(100% - 32px,var(--max))}.site-header{top:12px;padding-inline:12px}.nav-pill{width:100%;justify-content:space-between;gap:10px;padding:7px 8px 7px 12px}.nav-links{display:none}.brand span{font-size:13px}.button-small{font-size:12px;padding:10px 12px}.button-small span{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;border:0;background:none;padding:9px;color:white}.menu-toggle span{width:19px;height:2px;background:currentColor;border-radius:2px}.mobile-nav{pointer-events:auto;position:absolute;top:63px;left:12px;right:12px;display:grid;background:#1d1d1d;border:1px solid #393939;border-radius:18px;padding:10px}.mobile-nav[hidden]{display:none}.mobile-nav a{padding:13px 15px;border-radius:10px}.mobile-nav a:hover{background:#2b2b2b}.hero{padding-top:175px;min-height:auto;padding-bottom:100px}.hero h1{font-size:clamp(54px,12vw,82px);margin-top:35px}.hero-orbit{margin-top:70px;justify-content:flex-start;overflow:hidden}.hero-orbit span{font-size:14px;padding:18px 24px}.intro{grid-template-columns:1fr;margin-block:0 65px}.intro-copy{padding:32px}.intro-image{height:350px;grid-row:1}.intro-image:after{background:linear-gradient(0deg,#191919,transparent 40%)}.section{padding-block:70px}.section-heading{margin-bottom:35px}.section h2,.about-story h2,.footer-cta h2{font-size:clamp(42px,10vw,60px)}.section-heading p{font-size:17px}.step-grid,.feature-grid,.benefits-grid,.blog-grid,.contact-layout,.about-story{grid-template-columns:1fr}.step{min-height:220px}.benefit-feature{min-height:450px}.feature{min-height:210px}.feature h3{margin-top:24px}.faq-list{margin-left:0}.faq summary{font-size:17px;padding-block:20px}.faq summary:after{top:16px}.footer-cta{padding-block:70px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom>div{flex-wrap:wrap;gap:12px}.page-hero{padding-top:160px;padding-bottom:65px}.page-hero h1{font-size:clamp(48px,11vw,72px)}.about-story{padding-block:20px 90px}.about-photo{height:480px}.contact-layout{gap:25px;padding-bottom:90px}.form-row{grid-template-columns:1fr}.legal-content{padding-bottom:90px}}@media(max-width:390px){.brand span{display:none}.hero h1{font-size:51px}.button-small{font-size:11px}}
