:root{--ink:#211b35;--muted:#6e687c;--purple:#7455e8;--purple-dark:#5e40d2;--teal:#15abb2;--cream:#fbfaff;--line:#e9e5f0;--shadow:0 24px 70px rgba(60,40,104,.12);--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}a,button{touch-action:manipulation}a{text-decoration:none;color:inherit}.site-shell{min-height:100vh;background:radial-gradient(circle at 80px 120px,rgba(116,85,232,.08),transparent 280px),linear-gradient(#fbfaff,#fff 35%,#faf9fd)}.section-shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.site-nav{height:78px;width:min(var(--max),calc(100% - 40px));margin:auto;justify-content:space-between;position:relative;z-index:20}.brand,.site-nav{display:flex;align-items:center}.brand{gap:10px;font-size:22px;font-weight:850;letter-spacing:-1px}.brand img{border-radius:12px}.brand span span{color:var(--purple)}.nav-links{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:650;color:#5e586c}.nav-links a:hover{color:var(--purple)}.nav-cta{color:#fff!important;background:var(--ink);padding:12px 19px;border-radius:999px}.menu-button{display:none;background:none;border:0;font-size:26px;color:var(--ink)}.hero{min-height:680px;display:grid;grid-template-columns:1.04fr .96fr;grid-gap:72px;gap:72px;align-items:center;padding-block:76px 96px}.hero-copy{max-width:660px}.employee-says,.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#f0ecff;color:#5d42c0;font-weight:750;font-size:12px;letter-spacing:.03em}.status-dot{width:8px;height:8px;border-radius:50%;background:#32b580;box-shadow:0 0 0 4px rgba(50,181,128,.15)}.hero h1{font-size:clamp(48px,5.2vw,76px);line-height:.98;letter-spacing:-.06em;margin:22px 0;color:#241d38}.hero h1 span{color:var(--purple)}.hero-copy>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:620px;margin:0 0 30px}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:0 24px;border:0;border-radius:16px;background:var(--purple);color:#fff;font-size:15px;font-weight:800;box-shadow:0 13px 30px rgba(116,85,232,.25);cursor:pointer;transition:.2s ease}.primary-button:hover{transform:translateY(-2px);background:var(--purple-dark)}.primary-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.hero-note{display:flex;align-items:center;gap:8px;color:#8d8798;font-size:12px;margin-top:16px}.hero-note strong{color:#5c5669}.employee-stage{position:relative;display:flex;justify-content:center}.employee-card{width:385px;min-height:500px;border:1px solid rgba(116,85,232,.13);border-radius:32px;background:rgba(255,255,255,.82);box-shadow:var(--shadow);padding:22px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.employee-card:before{content:"";position:absolute;inset:auto -90px -130px;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,#dffafb,transparent 68%)}.employee-card-top{display:flex;justify-content:space-between;align-items:center;color:#8c8697;font-size:11px}.online-pill{color:#248965;background:#eaf9f2;padding:6px 9px;border-radius:999px;font-weight:750}.employee-card>img{display:block;width:220px;height:270px;object-fit:contain;margin:14px auto -12px}.message-bubble{position:relative;background:#241d38;color:#fff;border-radius:18px 18px 18px 4px;padding:15px 17px;font-size:14px;line-height:1.5;box-shadow:0 12px 30px rgba(36,29,56,.16)}.task-row{position:relative;display:flex;align-items:center;gap:11px;padding:15px;margin-top:12px;background:#f6f4fa;border-radius:16px}.task-row>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#dff5ee;color:#278966;font-weight:800}.task-row div{display:flex;flex-direction:column;gap:3px;font-size:12px}.task-row small{color:#8c8697}.float-note{position:absolute;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px 15px;font-size:11px;color:#817a8d;box-shadow:0 15px 35px rgba(44,35,70,.12);display:flex;flex-direction:column}.float-note strong{color:var(--ink);margin-top:2px}.note-one{top:82px;right:-20px}.note-two{left:-25px;bottom:90px}.difference{text-align:center;padding-block:92px}.section-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:850;color:var(--purple)}.difference h2{font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.045em;margin:14px 0 45px}.comparison-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;max-width:920px;margin:auto}.comparison-grid>div{position:relative;display:flex;flex-direction:column;gap:9px;align-items:flex-start;text-align:left;background:#fff;border:1px solid var(--line);border-radius:17px;padding:19px}.comparison-grid span{font-size:12px;color:#888294}.comparison-grid strong{font-size:14px}.comparison-winner{border-color:#a8e1df!important;background:#f2fcfb!important}.comparison-winner:after{content:"✓";position:absolute;right:16px;top:17px;color:var(--teal);font-weight:900}.comparison-winner b{position:absolute;top:-10px;right:15px;background:var(--teal);color:#fff;font-size:9px;text-transform:uppercase;padding:4px 8px;border-radius:99px;letter-spacing:.08em}.onboarding-wrap{scroll-margin-top:16px;width:min(1040px,calc(100% - 32px));margin:80px auto 100px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.onboarding-header{height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.onboarding-header>div:first-child{display:flex;align-items:center;gap:10px}.onboarding-header>div:first-child>div{display:flex;flex-direction:column}.onboarding-header strong{font-size:13px}.onboarding-header small{font-size:10px;color:#8f899a}.mini-avatar,.profile-logo{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--purple),var(--teal));color:#fff;font-weight:900}.progress-label{font-size:11px;font-weight:700;color:#777182}.progress-label span{margin-left:12px;color:var(--purple)}.progress-track{height:3px;background:#eeeaf5}.progress-track span{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--teal));transition:width .5s ease}.step-shell{min-height:600px;background:linear-gradient(180deg,#fff,#fdfcff);animation:fade-up .4s ease}.step-content{margin:auto;text-align:center;padding:78px 28px 90px}.step-content.compact{max-width:700px}.step-content.medium{max-width:780px}.step-content.wide{max-width:970px}.step-content h2,.strategy-content h2{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.045em;margin:18px 0 10px}.step-content>p,.strategy-intro p{color:var(--muted);line-height:1.6;margin:0 auto 34px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.choice{min-height:88px;border:1px solid var(--line);border-radius:16px;background:#fff;display:grid;grid-template-columns:42px 1fr 20px;align-items:center;text-align:left;padding:15px;cursor:pointer;color:var(--ink);transition:.2s}.choice.selected,.choice:hover{border-color:#9e89ef;box-shadow:0 8px 24px rgba(116,85,232,.1);transform:translateY(-2px)}.choice>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#f1edff;color:#6d50db;font-weight:800;font-size:12px}.choice strong{padding-left:12px}.choice b{color:#a9a3b3}.back-button{display:block;border:0;background:none;color:#7d7689;cursor:pointer;margin:0 auto 20px}.website-form{display:grid;grid-template-columns:30px 1fr auto;align-items:center;border:1.5px solid #d9d2e5;border-radius:17px;padding:7px 7px 7px 15px;background:#fff;box-shadow:0 12px 30px rgba(45,34,78,.07)}.website-form input{width:100%;border:0;outline:0;padding:14px 5px;font-size:16px;color:var(--ink)}.website-form button{border:0;border-radius:12px;background:var(--purple);color:#fff;padding:15px 19px;font-weight:800;cursor:pointer}.website-form button:disabled{opacity:.45}.privacy-note{display:block;margin-top:15px;color:#928c9d}.analyzing-state{max-width:620px}.scan-orbit{position:relative;width:145px;height:145px;border-radius:50%;margin:0 auto 30px;display:grid;place-items:center;background:#f3efff}.scan-orbit:after,.scan-orbit:before{content:"";position:absolute;border-radius:50%;border:1px solid #ddd4ff;inset:-13px;animation:pulse 1.7s infinite}.scan-orbit:after{inset:-28px;animation-delay:.35s}.scan-orbit img{width:105px;height:125px;z-index:1}.analysis-list{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.analysis-list span{border:1px solid var(--line);border-radius:999px;font-size:11px}.analysis-list .done{color:#248965;background:#f1faf7}.analysis-list .loading:after{content:"…";animation:dots 1s infinite}.success-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e9f8f2;color:#278966;margin:0 auto 13px;font-weight:900}.business-card{text-align:left;border:1px solid var(--line);border-radius:20px;padding:20px;background:#fff;box-shadow:0 12px 35px rgba(45,35,77,.07)}.business-head{display:flex;align-items:center;gap:12px;padding-bottom:17px;border-bottom:1px solid #eeeaf2}.business-head>div{display:flex;flex-direction:column;gap:3px}.business-head small{color:#8e8799}.business-head button{margin-left:auto;border:0;background:#f2eff7;color:#625c6e;border-radius:9px;padding:8px 12px}.business-card dl{display:grid;grid-gap:19px;gap:19px;margin:20px 0 0}.business-card dl div{display:flex;flex-direction:column;gap:5px}.business-card dt{text-transform:uppercase;letter-spacing:.1em;color:#9992a3;font-weight:800}.business-card dd{margin:0;font-weight:650}.center-button{margin:28px auto 0}.social-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.social-card{display:flex;align-items:center;gap:11px;min-height:65px;border:1px solid var(--line);border-radius:15px;padding:12px;text-align:left}.social-card b{margin-left:auto;font-size:10px;color:#817a8d}.social-card.active b{color:#238665}.platform-dot,.platform-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eee9f6;color:#5b5368;font-weight:900}.instagram{background:linear-gradient(135deg,#7848dd,#ed6e8d);color:#fff}.facebook{background:#2477dc;color:#fff}.linkedin{background:#176aa0;color:#fff}.tiktok{background:#201c29;color:#fff}.youtube{background:#f44;color:#fff}.text-button{display:block;margin:18px auto 0;border:0;background:none;color:var(--purple);font-weight:800;cursor:pointer}.competitor-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px;text-align:left}.competitor-card{border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s}.competitor-card.rejected{opacity:.45;filter:grayscale(1)}.competitor-logo{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;color:#fff;background:#7455e8;font-weight:850;font-size:12px}.competitor-logo.c1{background:#15abb2}.competitor-logo.c2{background:#f08b62}.competitor-card h3{margin:14px 0 4px;font-size:16px}.competitor-card>span{font-size:10px;color:#8b8496}.frequency{margin:15px 0 17px;padding:10px;background:#f7f5f9;border-radius:10px;font-size:11px}.competitor-card>small{text-transform:uppercase;font-size:8px;letter-spacing:.1em;color:#9992a3;font-weight:800}.competitor-card>p{font-size:12px;color:var(--ink);font-weight:700}.competitor-card>div:last-child{display:flex;gap:5px}.competitor-card button{flex:1 1;border:0;border-radius:9px;padding:8px 4px;font-size:9px;font-weight:750;background:#eeeafd;color:#6548d2;cursor:pointer}.competitor-card button:last-child{background:#f5f3f7;color:#8a8493}.strategy-content{padding:64px 48px 48px}.strategy-intro{display:grid;grid-template-columns:130px 1fr;align-items:center;grid-gap:30px;gap:30px;max-width:800px;margin:0 auto 52px}.strategy-intro h2{margin:14px 0 10px}.strategy-intro p{margin:0}.strategy-avatar{height:140px;border-radius:35px;background:linear-gradient(145deg,#eee7ff,#e8fafa);display:grid;place-items:center}.strategy-avatar img{height:130px;width:105px;object-fit:contain}.goal-card{display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:#fff;border-radius:22px;padding:28px 32px;margin-bottom:48px}.goal-card span{font-size:9px;letter-spacing:.13em;color:#c9bdf4;font-weight:850}.goal-card h3{margin:8px 0 0;font-size:23px;line-height:1.35;max-width:730px}.goal-card>b{font-size:30px;color:#9fefed}.strategy-section{margin-top:45px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading>div{display:flex;align-items:center;gap:12px}.section-heading span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#f0ecff;color:#6950ce;font-size:10px;font-weight:900}.section-heading h3{font-size:22px;margin:0;letter-spacing:-.025em}.section-heading>p{margin:0;color:#898293;font-size:11px}.mix-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:11px;gap:11px}.mix-card{border:1px solid var(--line);border-radius:17px;padding:17px;background:#fff}.donut{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:7px;background:#fff;border-radius:50%}.donut span{z-index:1;font-size:12px;font-weight:900}.mix-card h4{margin:14px 0 5px;font-size:14px}.mix-card p{margin:0;color:#898293;font-size:10px;line-height:1.45}.cadence-card{border:1px solid var(--line);border-radius:18px;padding:5px 20px}.cadence-card>div{display:grid;grid-template-columns:40px 1.3fr 1fr 85px;align-items:center;grid-gap:10px;gap:10px;padding:14px 0;border-bottom:1px solid #efecf2;font-size:12px}.cadence-card>div:last-child{border:0}.platform-dot{width:30px;height:30px;font-size:10px;color:#fff;background:#d85893}.platform-dot.p1{background:#24202a}.platform-dot.p2{background:#397ada}.platform-dot.p3{background:#ef3f3f}.cadence-bars{display:flex;gap:4px}.cadence-bars i{display:block;width:21px;height:6px;border-radius:99px;background:#eeeaf2}.cadence-bars i.filled{background:var(--purple)}.cadence-card b{text-align:right}.content-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.post-visual{height:150px;position:relative;padding:14px;background:linear-gradient(135deg,#d6c9ff,#7355df);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.post-visual:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.15);right:-25px;top:-25px}.post-card.teal .post-visual{background:linear-gradient(135deg,#bceeee,#17aab0)}.post-card.coral .post-visual{background:linear-gradient(135deg,#ffd8c8,#ef8c61)}.post-visual span{position:absolute;top:13px;left:13px;font-size:9px;font-weight:850;letter-spacing:.1em}.post-visual b{font-size:20px;max-width:180px;line-height:1.05}.post-visual i{position:absolute;right:14px;bottom:14px;width:31px;height:31px;border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center;font-size:9px;font-style:normal}.post-card>div:last-child{padding:15px}.post-card>div:last-child>span{font-size:9px;color:var(--purple);text-transform:uppercase;font-weight:850;letter-spacing:.08em}.post-card h4{font-size:13px;line-height:1.45;margin:8px 0 13px}.post-card small{color:#96909e;font-size:9px}.hire-card{margin-top:62px;border-radius:25px;background:linear-gradient(135deg,#261f3b,#362851);color:#fff;min-height:350px;display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden}.hire-copy{padding:50px}.ready-pill{display:inline-block;color:#aaf1d6;background:rgba(41,182,129,.16);padding:7px 10px;border-radius:99px;font-size:10px;font-weight:750}.hire-copy h2{font-size:38px;margin:18px 0 10px}.hire-copy p{max-width:480px;color:#d4cfe0;line-height:1.6;font-size:14px}.hire-button{display:flex;justify-content:space-between;align-items:center;max-width:340px;background:#fff;color:var(--ink);padding:16px 18px;border-radius:13px;font-weight:850;margin-top:24px}.hire-copy>small{display:block;color:#938da0;font-size:9px;margin-top:12px}.hire-employee{position:relative;display:grid;place-items:center;background:radial-gradient(circle,rgba(30,190,191,.35),transparent 60%)}.hire-employee img{height:300px;object-fit:contain}.hire-employee div{position:absolute;top:40px;left:0;background:#fff;color:var(--ink);padding:12px 15px;border-radius:14px 14px 14px 3px;font-size:11px;font-weight:750}.mobile-sticky{display:none}.site-footer{min-height:100px;display:flex;align-items:center;justify-content:space-between;color:#878191;font-size:11px;border-top:1px solid var(--line)}.footer-brand{gap:7px;color:var(--ink)}.site-footer>div:last-child{display:flex;gap:18px}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes pulse{0%{transform:scale(.95);opacity:1}to{transform:scale(1.13);opacity:0}}@keyframes dots{50%{opacity:.2}}@media(max-width:820px){.hero{grid-template-columns:1fr;gap:45px;text-align:center;padding-top:52px}.hero-copy{margin:auto}.hero-copy>p{margin-inline:auto}.hero-button{margin:auto}.hero-note{justify-content:center}.employee-stage{max-width:430px;margin:auto}.comparison-grid,.mix-grid{grid-template-columns:1fr 1fr}.content-plan-grid,.hire-card{grid-template-columns:1fr}.hire-employee{min-height:260px}.hire-employee img{height:250px}.strategy-intro{grid-template-columns:100px 1fr}.competitor-grid{grid-template-columns:1fr}}@media(max-width:620px){.site-nav{height:68px;width:calc(100% - 28px)}.brand{font-size:19px}.brand img{width:36px;height:36px}.menu-button{display:block}.nav-links{display:none;position:absolute;top:60px;right:0;left:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:4px}.nav-links.open{display:flex}.nav-links a{padding:12px}.nav-cta{text-align:center;margin-top:5px}.section-shell{width:calc(100% - 32px)}.hero{min-height:auto;padding:55px 0 70px}.hero h1{font-size:46px}.hero-copy>p{font-size:16px}.hero-note{font-size:10px;flex-wrap:wrap}.employee-card{width:100%;min-height:470px}.float-note{display:none}.difference{padding-block:70px}.difference h2{font-size:34px}.comparison-grid{grid-template-columns:1fr}.onboarding-wrap{width:calc(100% - 20px);margin:35px auto 70px;border-radius:22px}.onboarding-header{padding:0 17px}.progress-label{font-size:9px}.step-shell{min-height:630px}.step-content{padding:55px 17px 85px}.step-content h2{font-size:34px}.step-content>p{font-size:14px}.choice-grid{grid-template-columns:1fr}.choice{min-height:72px}.website-form{grid-template-columns:26px 1fr;padding:7px 9px}.website-form button{grid-column:1/-1;width:100%;margin-top:5px}.business-card dl,.social-grid{grid-template-columns:1fr}.strategy-content{padding:45px 15px 20px}.strategy-intro{grid-template-columns:1fr;text-align:center}.strategy-avatar{width:110px;height:115px;margin:auto}.strategy-avatar img{height:110px}.goal-card{padding:23px 20px}.goal-card h3{font-size:18px}.goal-card>b{display:none}.section-heading{align-items:flex-start}.section-heading>p{display:none}.section-heading h3{font-size:19px}.mix-grid{grid-template-columns:1fr 1fr}.mix-card{padding:14px}.cadence-card{padding:4px 13px}.cadence-card>div{grid-template-columns:32px 1fr auto;font-size:11px}.cadence-bars{display:none}.hire-copy{padding:34px 24px}.hire-copy h2{font-size:32px}.hire-employee div{left:25px}.site-footer{padding-block:30px;flex-direction:column;text-align:center;gap:15px}.mobile-sticky{display:flex;position:-webkit-sticky;position:sticky;bottom:0;z-index:4;background:rgba(255,255,255,.94);border-top:1px solid var(--line);padding:12px 17px;justify-content:space-between;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:9px;color:#8c8697}.mobile-sticky strong{color:var(--ink)}}@media(max-width:390px){.hero h1{font-size:40px}.hero-button{width:100%}.employee-card>img{width:190px}.mix-grid{grid-template-columns:1fr}.onboarding-header .progress-label{max-width:100px;text-align:right}.social-card{min-width:0}.hire-employee{min-height:220px}}.plan-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:0 0 54px}.plan-stat-grid article{position:relative;min-height:160px;padding:22px 18px;border:1px solid #e8e0f2;border-radius:22px;background:linear-gradient(145deg,#fff 25%,#f7f1ff);overflow:hidden;box-shadow:0 12px 30px rgba(47,28,81,.06)}.plan-stat-grid article:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-35px;bottom:-40px;background:linear-gradient(135deg,rgba(236,49,156,.15),rgba(91,63,220,.12))}.plan-stat-grid article:nth-child(2){background:linear-gradient(145deg,#fff,#fff1f7)}.plan-stat-grid article:nth-child(3){background:linear-gradient(145deg,#fff,#eefafa)}.plan-stat-grid article:nth-child(4){background:linear-gradient(145deg,#261f3b,#3b285a);color:#fff}.plan-stat-grid span{display:block;font-size:38px;font-weight:950;letter-spacing:-.06em;color:#7657e8}.plan-stat-grid article:nth-child(2) span{color:#e34d99}.plan-stat-grid article:nth-child(3) span{color:#169ca2}.plan-stat-grid article:nth-child(4) span{color:#70e0c7}.plan-stat-grid strong{display:block;margin:9px 0 7px;font-size:15px}.plan-stat-grid small{display:block;line-height:1.45;color:#8c8497}.plan-stat-grid article:nth-child(4) small{color:#cfc7de}.weekly-rhythm{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px}.weekly-rhythm article{min-width:0;padding:17px 8px;border:1px solid #e8e2ef;border-radius:18px;text-align:center;background:#fff;box-shadow:0 8px 20px rgba(43,25,75,.05)}.weekly-rhythm article:nth-child(odd){background:linear-gradient(180deg,#f6f1ff,#fff)}.weekly-rhythm article:nth-child(2n){background:linear-gradient(180deg,#fff1f7,#fff)}.weekly-rhythm small,.weekly-rhythm span,.weekly-rhythm strong{display:block}.weekly-rhythm span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#8c81a0}.weekly-rhythm strong{font-size:13px;margin:14px 0 6px}.weekly-rhythm small{font-size:9px;color:#7657e8;font-weight:800}.plan-system-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.plan-system-grid article{padding:21px;border-radius:22px;background:#271f3c;color:#fff;min-height:180px}.plan-system-grid article:nth-child(2){background:#5035a8}.plan-system-grid article:nth-child(3){background:#167d84}.plan-system-grid article:nth-child(4){background:linear-gradient(135deg,#df398e,#7a50df)}.plan-system-grid b{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:10px}.plan-system-grid span{display:block;margin:22px 0 8px;font-size:19px;font-weight:900}.plan-system-grid p{margin:0;color:rgba(255,255,255,.75);font-size:11px;line-height:1.55}.strategy-scorecard{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:30px;gap:30px;align-items:center;margin:50px 0 10px;padding:34px;border:1px solid #eadff1;border-radius:26px;background:linear-gradient(135deg,#fff3f8,#f2f8ff)}.strategy-scorecard>div>span{font-size:9px;letter-spacing:.14em;color:#d33e8d;font-weight:900}.strategy-scorecard h3{font-size:28px;margin:8px 0}.strategy-scorecard ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.strategy-scorecard li{padding:13px;border-radius:14px;background:rgba(255,255,255,.8);box-shadow:0 5px 14px rgba(40,24,68,.05)}.strategy-scorecard li b,.strategy-scorecard li span{display:block}.strategy-scorecard li b{font-size:12px}.strategy-scorecard li span{margin-top:4px;font-size:9px;color:#8e8698}@media(max-width:820px){.plan-stat-grid,.plan-system-grid{grid-template-columns:1fr 1fr}.weekly-rhythm{grid-template-columns:repeat(4,1fr)}.strategy-scorecard{grid-template-columns:1fr}}@media(max-width:620px){.strategy-content{padding-top:28px}.strategy-intro{margin-bottom:30px}.strategy-intro h2{font-size:34px}.plan-stat-grid{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:42px}.plan-stat-grid article{min-height:145px;padding:17px 14px}.plan-stat-grid span{font-size:32px}.plan-stat-grid strong{font-size:13px}.plan-stat-grid small{font-size:10px}.weekly-rhythm{grid-template-columns:repeat(2,1fr)}.weekly-rhythm article:last-child{grid-column:1/-1}.plan-system-grid{grid-template-columns:1fr}.plan-system-grid article{min-height:auto;padding:19px}.plan-system-grid span{margin-top:15px}.strategy-scorecard{padding:22px 16px;gap:17px}.strategy-scorecard h3{font-size:24px}.strategy-scorecard ul{grid-template-columns:1fr}.hire-card{margin-top:38px}}.plan-reveal-page{background:#fcfaff;color:#211a37;overflow:hidden}.plan-reveal-page main{width:min(1120px,calc(100% - 32px));margin:auto}.reveal-hero{position:relative;text-align:center;padding:20px 30px 86px;border-radius:0 0 48px 48px;background:radial-gradient(circle at 50% 26%,#ffe3f3 0,rgba(244,229,255,.72) 31%,rgba(255,255,255,0) 68%)}.reveal-hero-glow{position:absolute;width:420px;height:420px;left:50%;top:40px;translate:-50% 0;border-radius:50%;border:1px solid rgba(167,108,235,.2);box-shadow:0 0 80px rgba(230,43,147,.13)}.reveal-hero>img{position:relative;display:block;width:min(400px,65vw);height:auto;max-height:390px;object-fit:contain;margin:-10px auto -24px;filter:drop-shadow(0 26px 32px rgba(58,25,82,.17))}.reveal-ready{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid #ccefe0;border-radius:999px;background:#effbf6;color:#23805e;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.reveal-ready i{width:8px;height:8px;border-radius:50%;background:#3ac48c;box-shadow:0 0 0 5px rgba(58,196,140,.14)}.reveal-kicker{margin:24px 0 12px;color:#7d59dd;font-size:12px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.reveal-hero h1{max-width:880px;margin:0 auto;font-size:clamp(50px,7vw,86px);line-height:.94;letter-spacing:-.065em}.reveal-hero h1 span{background:linear-gradient(90deg,#ed3295,#8b4de3,#22aeb4);-webkit-background-clip:text;background-clip:text;color:transparent}.reveal-lede{max-width:690px;margin:25px auto 34px;color:#746d7e;font-size:18px;line-height:1.65}.reveal-channel-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.reveal-channel{display:flex;align-items:center;gap:10px;padding:11px 15px;border:1px solid #e6dfed;border-radius:16px;background:rgba(255,255,255,.8);box-shadow:0 10px 30px rgba(46,28,72,.07)}.reveal-channel svg{width:30px;height:30px;padding:6px;border-radius:9px;fill:none;stroke:#fff;stroke-width:1.8}.reveal-channel .fill{fill:#fff;stroke:none}.reveal-channel.instagram svg{background:linear-gradient(135deg,#7b49dc,#ef5c83)}.reveal-channel.tiktok svg{background:#201a29;fill:#fff;stroke:none}.reveal-channel.facebook svg{background:#2879df}.reveal-channel small,.reveal-channel span,.reveal-channel strong{display:block}.reveal-channel strong{font-size:12px}.reveal-channel small{margin-top:2px;color:#8e8798;font-size:9px}.reveal-command-center,.reveal-loop,.reveal-pillars,.reveal-scorecard,.reveal-week{margin:34px 0;padding:clamp(28px,5vw,58px);border:1px solid #e6def0;border-radius:34px;background:#fff;box-shadow:0 24px 70px rgba(47,28,76,.07)}.command-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}.command-heading span,.reveal-loop>div>span,.reveal-scorecard>div>span,.reveal-section-title span{font-size:10px;font-weight:950;letter-spacing:.15em;color:#e43c94}.command-heading h2,.reveal-loop h2,.reveal-scorecard h2,.reveal-section-title h2{font-size:clamp(32px,4vw,50px);line-height:1.02;letter-spacing:-.05em;margin:10px 0 0}.command-heading p{max-width:360px;margin:0;color:#7c7486;line-height:1.6}.command-heading p strong{color:#e13891}.reveal-metrics{display:grid;grid-template-columns:1.1fr 1fr 1fr;grid-gap:13px;gap:13px}.reveal-metrics article{padding:26px;border-radius:24px;background:linear-gradient(145deg,#f7f2ff,#fff);border:1px solid #ece4f4;min-height:220px}.reveal-metrics .metric-main{background:linear-gradient(145deg,#2a213e,#523078);color:#fff}.reveal-metrics small{font-size:9px;font-weight:900;letter-spacing:.12em;color:#9b8aaa}.reveal-metrics b{display:block;margin:18px 0 2px;font-size:64px;line-height:1;color:#7b58e2}.reveal-metrics .metric-main b{color:#ff75bd}.reveal-metrics h3{font-size:20px;margin:0 0 10px}.reveal-metrics p{font-size:12px;line-height:1.5;color:#8a8294}.reveal-metrics .metric-main p{color:#d8d0e4}.reveal-section-title{margin-bottom:28px}.reveal-section-title p{color:#898191}.reveal-week-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px}.reveal-week-grid article{position:relative;min-height:180px;padding:16px 12px;border-radius:20px;background:#f8f4ff;overflow:hidden}.reveal-week-grid article:nth-child(2n){background:#fff0f7}.reveal-week-grid article:nth-child(3n){background:#eafafa}.reveal-week-grid b{position:absolute;right:10px;top:10px;color:rgba(62,39,88,.15);font-size:18px}.reveal-week-grid span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#7a58d8}.reveal-week-grid h3{margin:72px 0 6px;font-size:17px}.reveal-week-grid p{font-size:10px;color:#81798c}.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.pillar-grid article{padding:25px;border-radius:24px;border:1px solid #eadff2;background:linear-gradient(155deg,#fff,#f7f0ff)}.pillar-grid article:nth-child(2){background:linear-gradient(155deg,#fff,#e9fafa)}.pillar-grid article:nth-child(3){background:linear-gradient(155deg,#fff,#fff0f6)}.pillar-grid article:nth-child(4){background:linear-gradient(155deg,#fff,#fff2ea)}.pillar-grid i{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#7856df;color:#fff;font-size:17px;font-weight:950;font-style:normal;box-shadow:0 10px 24px rgba(120,86,223,.25)}.pillar-grid h3{font-size:22px;margin:25px 0 8px}.pillar-grid p{color:#81798c;font-size:12px;line-height:1.6}.reveal-loop{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:50px;gap:50px;background:linear-gradient(135deg,#251d38,#35224f);color:#fff}.reveal-loop>div p{color:#cfc6dc;line-height:1.65}.reveal-loop ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;counter-reset:none}.reveal-loop li{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.06)}.reveal-loop li b,.reveal-loop li span{display:block}.reveal-loop li b{font-size:17px}.reveal-loop li span{margin-top:7px;color:#bfb4ce;font-size:10px}.reveal-scorecard{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:30px;gap:30px;align-items:center;background:linear-gradient(135deg,#fff3f8,#f4f1ff)}.reveal-scorecard>div:last-child{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.reveal-scorecard article{padding:18px;border-radius:17px;background:rgba(255,255,255,.85)}.reveal-scorecard article b{color:#d63c8c;font-size:10px}.reveal-scorecard article p{font-weight:850;margin:15px 0 5px}.reveal-scorecard article small{color:#8c8495}.reveal-cta{text-align:center;margin:34px 0 90px;padding:70px 24px;border-radius:36px;background:radial-gradient(circle at top,#6339a0,#261b3b 67%);color:#fff}.reveal-cta p{font-size:10px;font-weight:950;letter-spacing:.16em;color:#ff8cc9}.reveal-cta h2{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.06em;margin:16px 0}.reveal-cta>span{display:block;color:#cfc4dd}.reveal-cta a{display:flex;align-items:center;justify-content:space-between;width:min(420px,100%);margin:30px auto 0;padding:20px 23px;border-radius:17px;background:linear-gradient(90deg,#ed3298,#8b4ce0);color:#fff;font-size:18px;font-weight:950;box-shadow:0 18px 40px rgba(225,49,150,.3)}@media(max-width:760px){.plan-reveal-page main{width:calc(100% - 16px)}.reveal-hero{padding:8px 10px 50px}.reveal-hero>img{width:min(330px,88vw);max-height:300px;margin:-5px auto -12px}.reveal-hero h1{font-size:48px}.reveal-lede{font-size:15px}.reveal-channel-row{display:grid;grid-template-columns:1fr}.reveal-channel{max-width:340px;width:100%;margin:auto}.reveal-command-center,.reveal-loop,.reveal-pillars,.reveal-scorecard,.reveal-week{padding:25px 16px;border-radius:26px}.command-heading{display:block}.command-heading p{margin-top:16px}.reveal-metrics{grid-template-columns:1fr 1fr}.reveal-metrics .metric-main{grid-column:1/-1}.reveal-metrics article{min-height:180px;padding:20px}.reveal-metrics b{font-size:48px}.reveal-week-grid{grid-template-columns:1fr 1fr}.reveal-week-grid article{min-height:125px}.reveal-week-grid article:last-child{grid-column:1/-1}.reveal-week-grid h3{margin-top:42px}.pillar-grid{grid-template-columns:1fr 1fr}.pillar-grid article{padding:18px}.pillar-grid i{width:50px;height:50px}.reveal-loop,.reveal-scorecard{grid-template-columns:1fr;gap:24px}.reveal-loop ol,.reveal-scorecard>div:last-child{grid-template-columns:1fr 1fr}.reveal-cta{padding:55px 16px;margin-bottom:50px}}@media(max-width:390px){.reveal-hero h1{font-size:42px}.pillar-grid,.reveal-metrics{grid-template-columns:1fr}.reveal-metrics .metric-main{grid-column:auto}.reveal-loop ol,.reveal-scorecard>div:last-child{grid-template-columns:1fr}}.reveal-command-center{margin-top:-34px;position:relative;z-index:2}.command-heading-after{margin:34px 0 0;padding-top:34px;border-top:1px solid #ebe4f1}.channel-plan-heading{margin:42px auto 15px}.channel-plan-heading span,.channel-plan-heading strong{display:block}.channel-plan-heading span{font-size:9px;font-weight:950;letter-spacing:.16em;color:#d93d8e}.channel-plan-heading strong{margin-top:6px;font-size:18px}.reveal-channel-row{align-items:stretch}.reveal-channel{display:block;flex:1 1;min-width:250px;max-width:330px;padding:15px;text-align:left}.channel-card-top{display:grid;grid-template-columns:44px 1fr auto;align-items:center;grid-gap:11px;gap:11px}.reveal-channel .channel-card-top svg{width:44px;height:44px;padding:10px}.channel-card-top>span strong{font-size:15px!important;color:#211a37}.channel-card-top>span small{font-size:10px!important}.channel-card-top>b{align-self:start;padding:6px 8px;border-radius:999px;background:#f1edf7;color:#5f5670;font-size:8px;white-space:nowrap}.channel-card-plan{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:8px;gap:8px;margin-top:14px;padding-top:13px;border-top:1px solid #ece7f1}.channel-card-plan>span{min-width:0}.channel-card-plan small{display:block;margin-bottom:5px;font-size:7px!important;letter-spacing:.1em;color:#aaa1b3!important;font-weight:900}.channel-card-plan strong{font-size:9px!important;line-height:1.35;color:#393044}.reveal-channel.instagram{border-top:3px solid #d7509c}.reveal-channel.tiktok{border-top:3px solid #24202c}.reveal-channel.facebook{border-top:3px solid #2b7ddd}@media(max-width:760px){.channel-plan-heading{text-align:left;padding:0 4px}.reveal-channel-row{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.reveal-channel{max-width:none;width:100%;margin:0}.channel-card-top{grid-template-columns:46px 1fr}.channel-card-top>b{grid-column:2;justify-self:start;margin-top:-8px}.channel-card-plan strong{font-size:11px!important}}.reveal-channel{position:relative;isolation:isolate;overflow:hidden;padding:18px;border-width:4px 1px 1px;box-shadow:0 14px 34px rgba(48,29,76,.09);transition:transform .25s ease,box-shadow .25s ease;animation:channel-card-in .55s both}.reveal-channel:nth-child(2){animation-delay:.1s}.reveal-channel:nth-child(3){animation-delay:.2s}.reveal-channel:before{content:"";position:absolute;z-index:-1;width:150px;height:150px;right:-65px;top:-75px;border-radius:50%;filter:blur(2px);opacity:.6}.reveal-channel.instagram{background:linear-gradient(145deg,#fff 42%,#fff0f8);border-color:#df4e9f #efc6dd #efc6dd}.reveal-channel.instagram:before{background:radial-gradient(circle,#f58bc6,transparent 68%)}.reveal-channel.tiktok{background:linear-gradient(145deg,#fff 42%,#f2f0f6);border-color:#27212f #dcd7e3 #dcd7e3}.reveal-channel.tiktok:before{background:radial-gradient(circle,#8e7aa2,transparent 68%)}.reveal-channel.facebook{background:linear-gradient(145deg,#fff 42%,#edf5ff);border-color:#2e7fdf #cbdff8 #cbdff8}.reveal-channel.facebook:before{background:radial-gradient(circle,#83baf8,transparent 68%)}.reveal-channel:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(48,29,76,.15)}.reveal-channel .channel-card-top svg{width:52px;height:52px;padding:12px;border-radius:15px;filter:drop-shadow(0 8px 10px rgba(42,28,57,.16))}.channel-card-top{grid-template-columns:52px 1fr auto;gap:13px}.channel-card-top>span strong{font-size:18px!important;letter-spacing:-.025em}.channel-card-top>span small{font-size:11px!important;font-weight:650;color:#756c80!important}.channel-card-top>b{align-self:center;padding:8px 10px;font-size:9px;font-weight:900;background:#fff;box-shadow:0 6px 16px rgba(50,31,73,.09)}.instagram .channel-card-top>b{color:#c73380}.tiktok .channel-card-top>b{color:#2b2432}.facebook .channel-card-top>b{color:#236fc8}.channel-card-plan{gap:10px;margin-top:15px;padding-top:14px}.channel-card-plan>span{padding:11px;border-radius:12px;background:rgba(255,255,255,.74);box-shadow:inset 0 0 0 1px rgba(70,43,92,.06)}.channel-card-plan small{font-size:8px!important}.channel-card-plan strong{font-size:12px!important;line-height:1.3}.instagram .channel-card-plan strong{color:#8f1f5c}.tiktok .channel-card-plan strong{color:#2e2735}.facebook .channel-card-plan strong{color:#1f5f9f}@keyframes channel-card-in{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:760px){.reveal-channel-row{gap:12px}.reveal-channel{padding:15px 14px}.channel-card-top{grid-template-columns:52px 1fr auto}.channel-card-top>b{grid-column:auto;justify-self:end;margin:0}.channel-card-plan{grid-template-columns:1fr 1fr;margin-top:12px;padding-top:12px}.channel-card-plan>span{padding:10px}.channel-card-plan strong{font-size:13px!important}}@media(max-width:390px){.channel-card-top{grid-template-columns:48px 1fr}.reveal-channel .channel-card-top svg{width:48px;height:48px}.channel-card-top>b{grid-column:2;justify-self:start;margin-top:-5px}.channel-card-plan{grid-template-columns:1fr}.channel-card-plan>span{display:grid;grid-template-columns:95px 1fr;align-items:center}.channel-card-plan small{margin:0!important}.channel-card-plan strong{font-size:12px!important}}@media(prefers-reduced-motion:reduce){.reveal-channel{animation:none;transition:none}.reveal-channel:hover{transform:none}}.channel-card-top>b{padding:10px 13px;font-size:12px;line-height:1;font-weight:950;letter-spacing:-.01em}@media(max-width:390px){.channel-card-top>b{font-size:11px;padding:9px 12px}}.channel-edit-button{grid-column:3;justify-self:end;border:0;background:transparent;color:#7255ce;font-size:10px;font-weight:900;cursor:pointer;padding:5px 2px}.channel-edit-button:hover{text-decoration:underline}.channel-inline-editor{margin-top:13px;padding-top:13px;border-top:1px solid #e6dfea;display:grid;grid-gap:9px;gap:9px;animation:channel-card-in .25s ease}.channel-inline-editor label>span{display:block;margin:0 0 4px;font-size:8px;font-weight:900;letter-spacing:.1em;color:#8e849a;text-transform:uppercase}.channel-inline-editor input{width:100%;border:1px solid #ddd3e8;border-radius:10px;background:rgba(255,255,255,.88);padding:10px 11px;color:#2b2337;font:inherit;font-size:12px;font-weight:750;outline:none}.channel-inline-editor input:focus{border-color:#8c62e1;box-shadow:0 0 0 3px rgba(140,98,225,.12)}.channel-inline-editor>div{display:flex;justify-content:flex-end;gap:7px}.channel-inline-editor>div button{border:1px solid #ddd3e8;border-radius:10px;background:#fff;color:#6f667b;padding:9px 11px;font-size:10px;font-weight:850;cursor:pointer}.channel-inline-editor>div button:last-child{border-color:transparent;background:linear-gradient(90deg,#e83c96,#8055df);color:#fff}.reveal-channel.is-editing{box-shadow:0 20px 45px rgba(112,74,174,.17)}@media(max-width:760px){.channel-card-top{grid-template-columns:52px 1fr auto}.channel-edit-button{grid-column:3;grid-row:2;align-self:start}.channel-card-top>b{grid-column:3;grid-row:1}.channel-inline-editor input{font-size:13px}}@media(max-width:390px){.channel-card-top{grid-template-columns:48px 1fr auto}.channel-card-top>b{grid-column:2;grid-row:2;justify-self:start}.channel-edit-button{grid-column:3;grid-row:1/3;align-self:center}}.reveal-channel{padding-top:24px}.channel-card-top .channel-edit-button,.channel-edit-button{position:absolute;top:12px;right:14px;z-index:2;display:inline-flex;align-items:center;gap:3px;grid-column:auto;grid-row:auto;padding:6px 8px;border-radius:9px;background:rgba(255,255,255,.82);box-shadow:0 5px 14px rgba(51,31,74,.08);text-decoration:none}.channel-card-top>b{margin-top:23px}.channel-edit-button:hover{background:#fff;text-decoration:none;transform:translateY(-1px)}@media(max-width:760px){.reveal-channel{padding-top:22px}.channel-card-top>b{margin-top:24px}.channel-card-top .channel-edit-button,.channel-edit-button{top:10px;right:11px}}.reveal-week{background:linear-gradient(155deg,#fff 45%,#f9f4ff);position:relative;overflow:hidden}.reveal-week:before{content:"";position:absolute;width:260px;height:260px;right:-130px;top:-130px;border-radius:50%;background:radial-gradient(circle,rgba(229,57,150,.14),transparent 70%)}.reveal-week-grid{position:relative;gap:11px}.reveal-week-grid article{isolation:isolate;min-height:168px;padding:15px;border:1px solid rgba(121,83,206,.12);border-radius:24px;box-shadow:0 12px 27px rgba(54,32,82,.08);transition:transform .25s ease,box-shadow .25s ease;animation:week-card-rise .55s both}.reveal-week-grid article:nth-child(2){animation-delay:.05s}.reveal-week-grid article:nth-child(3){animation-delay:.1s}.reveal-week-grid article:nth-child(4){animation-delay:.15s}.reveal-week-grid article:nth-child(5){animation-delay:.2s}.reveal-week-grid article:nth-child(6){animation-delay:.25s}.reveal-week-grid article:nth-child(7){animation-delay:.3s}.reveal-week-grid article:after{content:"";position:absolute;z-index:-1;width:90px;height:90px;right:-32px;bottom:-35px;border-radius:50%;background:currentColor;opacity:.07}.reveal-week-grid article:hover{transform:translateY(-6px) rotate(-.5deg);box-shadow:0 20px 38px rgba(54,32,82,.14)}.reveal-week-grid article:first-child,.reveal-week-grid article:nth-child(5){color:#6847d2;background:linear-gradient(145deg,#f3edff,#fff)}.reveal-week-grid article:nth-child(2),.reveal-week-grid article:nth-child(4){color:#cf3985;background:linear-gradient(145deg,#ffedf6,#fff)}.reveal-week-grid article:nth-child(3),.reveal-week-grid article:nth-child(6){color:#168c93;background:linear-gradient(145deg,#e7fafa,#fff)}.reveal-week-grid article:nth-child(7){color:#ec704d;background:linear-gradient(145deg,#fff0e9,#fff)}.reveal-week-grid i{display:grid;place-items:center;width:42px;height:42px;margin:17px 0 14px;border:1px solid;border-radius:14px;background:rgba(255,255,255,.72);box-shadow:0 8px 18px rgba(55,32,83,.1);font-size:19px;font-weight:900;font-style:normal}.reveal-week-grid b{font-size:16px;opacity:.2}.reveal-week-grid span{font-size:10px;color:currentColor}.reveal-week-grid h3{margin:0 0 5px;font-size:20px;line-height:1;color:#221a35}.reveal-week-grid p{display:inline-block;margin:0;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.8);color:currentColor;font-size:9px;font-weight:800}@keyframes week-card-rise{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:760px){.reveal-week-grid{gap:10px}.reveal-week-grid article{min-height:142px;padding:13px}.reveal-week-grid i{width:38px;height:38px;margin:13px 0 11px}.reveal-week-grid h3{font-size:21px}.reveal-week-grid article:last-child{min-height:128px}.reveal-week-grid article:last-child i{display:inline-grid;margin-right:12px;vertical-align:middle}.reveal-week-grid article:last-child h3{display:inline-block}}@media(prefers-reduced-motion:reduce){.reveal-week-grid article{animation:none;transition:none}.reveal-week-grid article:hover{transform:none}}.reveal-week-grid span{display:block;font-size:14px;font-weight:950;letter-spacing:.14em}.reveal-week-grid i{margin:13px 0 12px;width:48px;height:48px}.reveal-week-grid i svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reveal-week-grid h3{font-size:21px}@media(max-width:760px){.reveal-week-grid span{font-size:15px}.reveal-week-grid i{width:46px;height:46px;margin:11px 0 10px}.reveal-week-grid i svg{width:29px;height:29px}.reveal-week-grid article:last-child i{display:grid;margin:11px 0 10px;vertical-align:initial}.reveal-week-grid article:last-child h3{display:block}}.reveal-week-grid p{padding:7px 11px;font-size:12px;font-weight:900;letter-spacing:-.01em;box-shadow:0 5px 13px rgba(48,29,72,.07)}@media(max-width:760px){.reveal-week-grid p{font-size:13px;padding:7px 11px}}.reveal-pillars{position:relative;overflow:hidden;background:linear-gradient(155deg,#fff,#fbf7ff)}.reveal-pillars:after{content:"";position:absolute;width:280px;height:280px;left:-150px;bottom:-150px;border-radius:50%;background:radial-gradient(circle,rgba(72,192,195,.13),transparent 70%)}.pillar-grid{position:relative;z-index:1;gap:14px}.pillar-grid article{position:relative;isolation:isolate;overflow:hidden;min-height:285px;padding:22px;border-width:4px 1px 1px;box-shadow:0 16px 34px rgba(51,30,78,.09);transition:transform .25s ease,box-shadow .25s ease}.pillar-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 44px rgba(51,30,78,.15)}.pillar-grid article:after{content:"";position:absolute;z-index:-1;width:150px;height:150px;right:-65px;bottom:-75px;border-radius:50%;background:currentColor;opacity:.08}.pillar-grid .pillar-teach{color:#6847d6;border-color:#cfc1f2;background:linear-gradient(145deg,#fff,#f1ebff)}.pillar-grid .pillar-show{color:#128b93;border-color:#b9e4e4;background:linear-gradient(145deg,#fff,#e9fafa)}.pillar-grid .pillar-human{color:#d43c87;border-color:#f0bfd6;background:linear-gradient(145deg,#fff,#ffedf6)}.pillar-grid .pillar-prove{color:#e66f45;border-color:#f4cdbd;background:linear-gradient(145deg,#fff,#fff0e9)}.pillar-top{display:flex;align-items:center;justify-content:space-between}.pillar-grid .pillar-top i{display:grid;place-items:center;width:68px;height:68px;margin:0;background:currentColor;color:#fff;font-size:20px;box-shadow:0 12px 25px color-mix(in srgb,currentColor 25%,transparent)}.pillar-top b{display:grid;place-items:center;width:58px;height:58px;border:1px solid;border-radius:18px;background:rgba(255,255,255,.66)}.pillar-top svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pillar-grid h3{margin:25px 0 9px;color:#211a35;font-size:25px}.pillar-grid p{min-height:58px;margin:0;color:#746c80;font-size:13px;line-height:1.55}.pillar-grid article>span{display:block;height:7px;margin:20px 0 9px;border-radius:999px;background:rgba(55,36,75,.09);overflow:hidden}.pillar-grid article>span em{display:block;height:100%;min-width:24px;border-radius:inherit;background:currentColor;animation:pillar-fill 1s .25s both;transform-origin:left}.pillar-grid article>small{color:currentColor;font-size:9px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}@keyframes pillar-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:760px){.pillar-grid{grid-template-columns:1fr 1fr;gap:10px}.pillar-grid article{min-height:250px;padding:17px}.pillar-grid .pillar-top i{width:58px;height:58px;font-size:18px}.pillar-top b{width:50px;height:50px}.pillar-top svg{width:29px;height:29px}.pillar-grid h3{font-size:24px;margin-top:20px}.pillar-grid p{min-height:70px;font-size:12px}.pillar-grid article>span{margin-top:15px}}@media(max-width:390px){.pillar-grid{grid-template-columns:1fr}.pillar-grid article,.pillar-grid p{min-height:auto}.pillar-grid article>span{margin-top:18px}}@media(prefers-reduced-motion:reduce){.pillar-grid article{transition:none}.pillar-grid article:hover{transform:none}.pillar-grid article>span em{animation:none}}.plan-inline-cta{display:flex;align-items:center;justify-content:space-between;width:min(520px,calc(100% - 28px));margin:28px auto 42px;padding:17px 18px 17px 22px;border-radius:19px;background:linear-gradient(100deg,#ed3498,#8a50e0);color:#fff;box-shadow:0 17px 38px rgba(211,53,153,.25);transition:transform .22s ease,box-shadow .22s ease}.plan-inline-cta:hover{transform:translateY(-3px);box-shadow:0 23px 46px rgba(211,53,153,.34)}.plan-inline-cta small,.plan-inline-cta span,.plan-inline-cta strong{display:block}.plan-inline-cta small{margin-bottom:3px;color:rgba(255,255,255,.76);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.plan-inline-cta strong{font-size:21px;letter-spacing:-.025em}.plan-inline-cta>b{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.18);font-size:20px;transition:transform .22s ease}.plan-inline-cta:hover>b{transform:translateX(3px)}.plan-inline-cta-alt{background:linear-gradient(100deg,#6547d4,#1ca5ae);box-shadow:0 17px 38px rgba(71,91,181,.23)}@media(max-width:620px){.plan-inline-cta{width:calc(100% - 10px);margin:18px auto 32px;padding:15px 15px 15px 18px}.plan-inline-cta strong{font-size:22px}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(prefers-reduced-motion:reduce){.plan-inline-cta,.plan-inline-cta>b{transition:none}.plan-inline-cta:hover{transform:none}*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.strategy-email-step{max-width:700px;padding-top:42px;padding-bottom:34px}.strategy-email-gate{position:relative;overflow:hidden;text-align:center;border:1px solid rgba(116,85,232,.2);border-radius:30px;padding:38px 48px 32px;background:radial-gradient(circle at 10% 0,rgba(244,108,150,.13),transparent 32%),radial-gradient(circle at 95% 15%,rgba(21,171,178,.14),transparent 34%),linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 24px 70px rgba(69,43,139,.14)}.strategy-email-gate:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#7757ea,#ef6d9a,#f2935f,#19aeb2)}.email-gate-logo{width:126px;height:126px;margin:0 auto 14px;display:grid;place-items:center;border-radius:36px;background:linear-gradient(145deg,rgba(239,233,255,.9),rgba(225,249,248,.9));box-shadow:0 16px 35px rgba(81,53,153,.13),inset 0 0 0 1px rgba(255,255,255,.85)}.email-gate-logo img{width:116px;height:116px;object-fit:contain}.email-eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eee9ff;color:#6549d6;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.strategy-email-gate h2{font-size:clamp(30px,4.2vw,45px);line-height:1.02;letter-spacing:-.055em;margin:17px auto 12px;max-width:530px}.email-sent-state>p,.strategy-email-gate>p{max-width:520px;margin:0 auto 24px;color:var(--muted);font-size:14px;line-height:1.65}.email-gate-form{text-align:left;margin:26px auto 14px;max-width:535px}.email-gate-form>label{display:block;margin:0 0 8px 5px;font-size:11px;font-weight:850;color:#514966}.email-gate-form>div{display:grid;grid-template-columns:38px 1fr auto;align-items:center;padding:7px;border:1px solid #dcd5e7;border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(52,36,91,.08);transition:.2s}.email-gate-form>div:focus-within{border-color:#8e74eb;box-shadow:0 0 0 4px rgba(116,85,232,.1),0 12px 30px rgba(52,36,91,.1)}.email-gate-form>div>span{font-weight:900;color:#7657e8;font-size:17px}.email-gate-form input{min-width:0;border:0;outline:0;background:transparent;padding:12px 8px;font:inherit;font-size:14px;color:var(--ink)}.email-gate-form button,.local-verify-link{border:0;border-radius:12px;padding:14px 17px;background:linear-gradient(135deg,#7858e8,#914ee0);color:#fff;font-weight:850;font-size:12px;box-shadow:0 9px 20px rgba(112,75,217,.25);cursor:pointer;text-decoration:none}.email-gate-form button b{margin-left:7px}.email-gate-form button:disabled{opacity:.5;cursor:not-allowed}.email-trust-row{display:flex;justify-content:center;gap:17px;margin:17px 0 14px;color:#3b8b70;font-size:10px;font-weight:750}.email-privacy{display:block;color:#9992a3;font-size:9px}.email-privacy a{color:#7460c4}.email-error{color:#b43a55!important;background:#fff0f3;border:1px solid #ffd4dc;border-radius:10px;padding:9px 12px;margin:10px auto!important;font-size:11px!important}.email-back-link,.email-change-button{display:block;margin:16px auto 0;border:0;background:none;color:#7b7487;font-weight:750;font-size:11px;cursor:pointer}.email-success-mark{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px;background:#e8faf3;color:#248a65;font-size:20px;font-weight:900}.email-expiry-note{max-width:430px;margin:20px auto;display:flex;align-items:center;text-align:left;gap:12px;padding:13px 15px;border-radius:15px;background:rgba(239,235,249,.7)}.email-expiry-note>span{font-size:23px;color:#7455e8}.email-expiry-note div{display:flex;flex-direction:column;gap:3px}.email-expiry-note strong{font-size:12px}.email-expiry-note small{font-size:10px;color:#8d859a}.local-verify-link{display:inline-flex;margin-top:4px}.strategy-reveal{position:relative;max-width:900px;margin-bottom:42px;padding:27px 30px;border:1px solid rgba(116,85,232,.16);border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(21,171,178,.13),transparent 38%),linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 20px 60px rgba(59,38,115,.1)}.strategy-reveal .strategy-avatar{width:132px;height:132px;border-radius:35px}.strategy-reveal .strategy-avatar img{width:122px;height:122px;object-fit:contain}.verified-strategy-pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e7f8f1;color:#258765;font-size:10px;font-weight:800}.strategy-reveal h2{font-size:clamp(29px,4vw,44px);line-height:1.03;letter-spacing:-.05em}@media(max-width:620px){.strategy-email-step{padding:15px 10px 20px}.strategy-email-gate{padding:23px 15px 22px;border-radius:22px}.email-gate-logo{width:104px;height:104px;border-radius:28px;margin-bottom:12px}.email-gate-logo img{width:96px;height:96px}.strategy-email-gate h2{font-size:30px;margin-top:13px}.email-sent-state>p,.strategy-email-gate>p{font-size:13px;margin-bottom:17px}.email-gate-form{margin-top:19px}.email-gate-form>div{grid-template-columns:30px 1fr;padding:6px}.email-gate-form button{grid-column:1/-1;width:100%;margin-top:5px;padding:14px}.email-trust-row{gap:7px;flex-wrap:wrap}.email-trust-row span{padding:5px 7px;background:#eff9f5;border-radius:999px}.strategy-reveal{grid-template-columns:1fr;padding:22px 17px;text-align:center;gap:14px}.strategy-reveal .strategy-avatar{width:112px;height:112px}.strategy-reveal .strategy-avatar img{width:104px;height:104px}.strategy-reveal h2{font-size:31px;margin-top:12px}}.menu-backdrop,.mobile-menu-action,.mobile-menu-heading{display:none}.nav-menu-links{display:contents}.desktop-login{color:#5e586c}.nav-links a{transition:color .2s,transform .2s}.nav-links a.active:not(.nav-cta){color:var(--purple)}.menu-button{width:40px;height:40px;padding:0;border-radius:13px;cursor:pointer;position:relative;z-index:32}.menu-button span{display:block;width:21px;height:2px;margin:4px auto;border-radius:9px;background:currentColor;transition:transform .25s,opacity .2s}.menu-button.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.menu-button.is-open span:nth-child(2){opacity:0}.menu-button.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width:620px){body.menu-open{overflow:hidden}.site-nav{z-index:40}.mobile-login{position:relative;z-index:32;gap:4px}.mobile-login span{color:var(--purple)}.menu-button{display:block;top:0;background:rgba(255,255,255,.76);box-shadow:0 6px 22px rgba(43,28,83,.09);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.menu-backdrop{display:block;position:fixed;inset:0;z-index:29;border:0;background:rgba(25,18,44,.35);opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .25s,visibility .25s}.menu-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.nav-links{display:flex;position:fixed;z-index:30;top:12px;left:10px;right:10px;width:auto;max-height:calc(100dvh - 24px);overflow:auto;padding:72px 14px 14px;border:1px solid rgba(255,255,255,.85);border-radius:28px;background:linear-gradient(160deg,rgba(255,255,255,.98),rgba(247,243,255,.98));box-shadow:0 30px 90px rgba(37,22,76,.28);transform:translateY(-18px) scale(.98);transform-origin:top;opacity:0;visibility:hidden;pointer-events:none;transition:transform .27s cubic-bezier(.2,.8,.2,1),opacity .2s,visibility .2s}.nav-links.open{display:flex;transform:none;opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-heading{display:flex;flex-direction:column;gap:14px;padding:0 6px 15px;border-bottom:1px solid #e8e2f0}.mobile-menu-heading>div{display:flex;align-items:center;gap:10px}.mobile-menu-heading img{width:48px;height:48px;object-fit:contain;border-radius:15px;background:linear-gradient(145deg,#eee9ff,#e5f9f8)}.mobile-menu-heading span{display:flex;flex-direction:column}.mobile-menu-heading strong{font-size:17px;letter-spacing:-.03em}.mobile-menu-heading small{font-size:10px;color:#888193;margin-top:2px}.mobile-menu-heading>b{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#9c94a8}.nav-menu-links{display:flex;flex-direction:column;gap:7px}.nav-menu-links>a{display:grid;grid-template-columns:43px 1fr 20px;align-items:center;grid-gap:11px;gap:11px;padding:11px;border:1px solid transparent;border-radius:17px;color:var(--ink);background:rgba(255,255,255,.64)}.nav-menu-links>a.active{border-color:#d7cbff;background:linear-gradient(135deg,#f0ebff,#f4fbfb);box-shadow:0 8px 22px rgba(73,48,137,.08)}.nav-menu-links>a>i{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;font-style:normal;font-size:20px;color:#6e50dc;background:linear-gradient(145deg,#eee8ff,#e1d7ff)}.nav-menu-links>a:nth-child(2)>i{color:#df5985;background:linear-gradient(145deg,#ffe7f0,#ffd6e5)}.nav-menu-links>a:nth-child(3)>i{color:#159399;background:linear-gradient(145deg,#e5faf8,#cef1ee)}.nav-menu-links>a>span{display:flex;flex-direction:column;gap:3px}.nav-menu-links strong{font-size:15px}.nav-menu-links small{font-size:10px;color:#8b8495;line-height:1.35}.nav-menu-links>a>b{color:#8e7bc9}.desktop-login{display:none}.mobile-menu-action{display:flex;flex-direction:column;gap:10px;margin-top:2px;padding:14px;border-radius:20px;background:linear-gradient(140deg,#27203e,#382758);color:#fff}.mobile-menu-action>span{font-size:10px;color:#d8d1e7}.mobile-menu-action>span i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px;background:#62dfae;box-shadow:0 0 0 5px rgba(98,223,174,.12)}.mobile-menu-action .nav-cta{display:flex;justify-content:space-between;align-items:center;margin:0;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#815ce9,#9b4fdd);font-size:14px;box-shadow:0 10px 26px rgba(115,73,205,.3)}}:root{--pink:#f255a6;--orange:#ff8b55}.site-shell{position:relative;background:radial-gradient(circle at 80px 120px,rgba(116,85,232,.1),transparent 280px),linear-gradient(#fbfaff,#fff 35%,#faf9fd)}.top-aurora{position:absolute;z-index:0;top:40px;left:0;right:0;height:920px;overflow:hidden;pointer-events:none;filter:saturate(1.15)}.top-aurora:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(100,78,175,.035) 1px,transparent 0),linear-gradient(90deg,rgba(100,78,175,.035) 1px,transparent 0);background-size:46px 46px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 78%);mask-image:linear-gradient(180deg,#000,transparent 78%)}.top-aurora i{position:absolute;border-radius:50%;opacity:.6;animation:aurora-float 10s ease-in-out infinite}.top-aurora i:first-child{width:420px;height:420px;left:-130px;top:70px;background:radial-gradient(circle,rgba(121,84,236,.25),transparent 68%)}.top-aurora i:nth-child(2){width:500px;height:500px;right:-150px;top:170px;background:radial-gradient(circle,rgba(20,190,190,.23),transparent 68%);animation-delay:-3s}.top-aurora i:nth-child(3){width:300px;height:300px;left:45%;top:-90px;background:radial-gradient(circle,rgba(245,80,167,.16),transparent 68%);animation-delay:-6s}.quiz-intro{position:relative;z-index:1;text-align:center;padding:72px 20px 24px}.quiz-intro h1{max-width:900px;margin:20px auto 16px;font-size:clamp(46px,6vw,82px);line-height:.98;letter-spacing:-.065em}.quiz-intro h1 span{background:linear-gradient(100deg,var(--purple) 15%,var(--pink) 55%,var(--teal));background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient-shift 7s linear infinite}.quiz-intro>p{max-width:700px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.7}.intro-proof{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:22px;font-size:11px;font-weight:750;color:#777080}.intro-proof span:first-child{color:var(--purple)}.hero-logo{display:block;width:260px;height:auto;object-fit:contain;border-radius:0;margin:0 auto 18px;filter:drop-shadow(0 20px 35px rgba(67,43,139,.16));animation:none}.hero-introduction{margin-top:13px;font-size:clamp(22px,2.5vw,34px);font-weight:750;letter-spacing:-.035em;color:#5f586d}.hero-introduction span{background:linear-gradient(100deg,var(--purple),var(--pink),var(--teal));background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient-shift 7s linear infinite}.quiz-intro .hero-slogan{margin:10px auto 0;font-size:clamp(16px,1.7vw,22px);font-weight:650;line-height:1.4;color:var(--ink)}.onboarding-wrap{margin:34px auto 120px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.9);border-radius:32px;box-shadow:0 35px 100px rgba(65,38,130,.18),0 0 0 1px rgba(113,81,220,.1);position:relative;z-index:2;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.onboarding-wrap:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--purple),var(--pink),var(--orange),var(--teal));background-size:220% auto;animation:gradient-shift 6s linear infinite;z-index:3}.progress-track span{background:linear-gradient(90deg,var(--purple),var(--pink),var(--teal));background-size:200% auto;animation:gradient-shift 5s linear infinite}.step-shell{background:radial-gradient(circle at 50% 15%,rgba(122,87,232,.06),transparent 280px),linear-gradient(180deg,rgba(255,255,255,.94),rgba(253,252,255,.97));display:flex;flex-direction:column}.step-content{padding:70px 28px 34px;width:100%}.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px}.intent-choice{position:relative;min-height:195px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.9);padding:24px 18px;text-align:left;cursor:pointer;color:var(--ink);display:flex;flex-direction:column;align-items:flex-start;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}.intent-choice:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-55px;bottom:-55px;background:linear-gradient(135deg,rgba(116,85,232,.14),rgba(21,171,178,.14));transition:.3s}.intent-choice.selected,.intent-choice:hover{transform:translateY(-6px);border-color:#9d87f2;box-shadow:0 18px 36px rgba(83,55,159,.14)}.intent-choice>span{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:linear-gradient(135deg,#eee9ff,#e7fbfa);color:var(--purple);font-size:23px;margin-bottom:20px;box-shadow:inset 0 0 0 1px rgba(116,85,232,.08)}.intent-choice strong{font-size:17px}.intent-choice small{margin-top:8px;color:#888193;line-height:1.45}.intent-choice b{position:absolute;right:19px;top:25px;color:#aba4b5}.intent-choice.selected:before{content:"✓";position:absolute;top:14px;right:14px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--purple);color:#fff;font-size:11px;z-index:2}.intent-choice.selected b{display:none}.approval-note{margin:24px auto 0;padding:9px 12px;color:#278966}.quiz-navigation{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(700px,calc(100% - 40px));margin:24px auto 32px;padding-top:18px;border-top:1px solid var(--line)}.quiz-navigation>span{font-size:10px;color:#9790a1}.quiz-link{border:0;background:none;color:#746d7f;font-weight:750;font-size:12px;cursor:pointer;padding:10px 0}.quiz-link.previous{text-align:left}.quiz-link.next{text-align:right;color:var(--purple)}.quiz-link:disabled{opacity:.25;cursor:not-allowed}.story-hero{border-radius:38px;background:linear-gradient(135deg,#f3efff,#fff 45%,#eafafa);padding-inline:70px;min-height:640px}.hero h2{font-size:clamp(48px,5.2vw,76px);line-height:.98;letter-spacing:-.06em;margin:22px 0;color:#241d38}.hero h2 span{color:var(--purple)}.story-hero .employee-card{transform:rotate(1.5deg);box-shadow:0 34px 80px rgba(74,46,148,.2)}.answer-section{text-align:center;padding:90px 0 120px}.answer-section>h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;margin:13px 0 38px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;text-align:left}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 22px;transition:.2s}.faq-grid details[open]{border-color:#c6b9f6;box-shadow:0 15px 35px rgba(81,56,147,.08)}.faq-grid summary{font-weight:800;font-size:14px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.faq-grid summary:after{content:"+";color:var(--purple);font-size:18px}.faq-grid details[open] summary:after{content:"−"}.faq-grid p{font-size:13px;line-height:1.65;color:var(--muted);margin:14px 0 0}@keyframes gradient-shift{to{background-position:200%}}@keyframes aurora-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(25px,-20px,0) scale(1.08)}}@keyframes hero-logo-float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-9px) rotate(1deg)}}@media(max-width:820px){.intent-grid{grid-template-columns:1fr}.intent-choice{min-height:125px;padding:18px 18px 18px 85px;justify-content:center}.intent-choice>span{position:absolute;left:18px;top:24px}.intent-choice b{top:50%;transform:translateY(-50%)}.faq-grid{grid-template-columns:1fr}.story-hero{padding-inline:35px}}@media(max-width:620px){.quiz-intro{padding:42px 4px 15px}.quiz-intro h1{font-size:44px}.quiz-intro>p{font-size:14px}.hero-logo{width:210px;height:auto;border-radius:0;margin-bottom:14px}.intro-proof{gap:10px 16px}.onboarding-wrap{margin-top:25px}.step-content{padding:50px 17px 20px}.quiz-navigation{margin-top:15px;margin-bottom:22px}.story-hero{border-radius:24px;padding-inline:18px}.hero h2{font-size:42px}.answer-section{padding:70px 0 90px}.mobile-sticky{display:none}}@media(max-width:390px){.quiz-intro h1{font-size:39px}.intent-choice{padding-left:78px}.intent-choice>span{width:47px;height:47px}.quiz-navigation{width:calc(100% - 28px)}}.site-nav{height:50px}.quiz-intro{padding-top:8px}.hero-logo{margin-bottom:18px}@media(max-width:620px){.site-nav{height:38px}.quiz-intro{padding-top:0}.hero-logo{margin-top:-7px;margin-bottom:12px}.menu-button{position:relative;top:4px}.quiz-intro h1{margin-top:10px}}.onboarding-header{background:rgba(255,255,255,.7);border-bottom:1px solid rgba(115,84,230,.08)}.employee-presence{display:flex;align-items:center;gap:10px}.presence-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#f1edff,#e8fbfa);overflow:hidden}.presence-avatar img{width:38px;height:38px;object-fit:contain}.employee-presence>div{display:flex;flex-direction:column;gap:3px}.employee-presence small{display:flex;align-items:center;gap:5px}.employee-presence small i{width:6px;height:6px;border-radius:50%;background:#2fbd82;box-shadow:0 0 0 3px rgba(47,189,130,.12)}.intent-grid{gap:12px}.intent-choice{min-height:158px;padding:20px;border-radius:20px;box-shadow:none}.intent-choice:first-child{background:linear-gradient(145deg,#fff,#f3f0ff)}.intent-choice:nth-child(2){background:linear-gradient(145deg,#fff,#fff2ed)}.intent-choice:nth-child(3){background:linear-gradient(145deg,#fff,#ebfbfa)}.intent-choice:after{display:none}.intent-choice>span{width:46px;height:46px;margin-bottom:17px;border-radius:15px;font-size:19px}.intent-choice:first-child>span{background:#e8e2ff;color:#6545dc}.intent-choice:nth-child(2)>span{background:#ffe4d7;color:#e96241}.intent-choice:nth-child(3)>span{background:#dff7f4;color:#158c91}.intent-choice.selected,.intent-choice:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(74,48,142,.11)}@media(max-width:820px){.intent-choice{min-height:92px;padding:15px 48px 15px 74px}.intent-choice>span{left:14px;top:23px;width:46px;height:46px;margin:0}.intent-choice strong{font-size:15px}.intent-choice small{font-size:11px}.intent-choice b{right:18px}}@media(max-width:620px){.onboarding-header{height:68px}.presence-avatar{width:36px;height:36px}.presence-avatar img{width:34px;height:34px}.employee-presence strong{font-size:11px}.employee-presence small{font-size:9px}.step-content.compact{padding-top:42px}.step-content.compact>h2{margin-top:0}.intent-grid{gap:9px}}.onboarding-wrap>.step-shell:first-child{border-top:4px solid transparent;border-image:linear-gradient(90deg,var(--purple),var(--pink),var(--orange),var(--teal)) 1}@media(max-width:620px){.onboarding-wrap{margin-top:18px;border-radius:22px}.step-shell{min-height:0}.step-content{padding:26px 14px 12px}.step-content.compact{padding-top:26px}.step-content.compact>h2{font-size:30px;line-height:1.04;margin:0 0 8px}.step-content.compact>p{font-size:12px;line-height:1.45;margin-bottom:20px}.intent-grid{gap:8px}.intent-choice{min-height:78px;padding:11px 42px 11px 65px;border-radius:16px}.intent-choice>span{left:11px;top:16px;width:43px;height:43px;border-radius:13px}.intent-choice strong{font-size:14px}.intent-choice small{font-size:10px;margin-top:4px}.intent-choice b{right:14px}.quiz-navigation{width:calc(100% - 28px);margin:10px auto 14px;padding-top:10px}.quiz-link{padding:6px 0}.onboarding-wrap:before{height:4px}}.intent-choice>span{position:relative;isolation:isolate;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 7px 16px rgba(65,43,125,.1)}.intent-choice>span:before{content:"";position:absolute;inset:5px;border-radius:10px;background:rgba(255,255,255,.48);z-index:-1}.intent-choice>span svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.intent-choice>span svg .icon-wash{fill:currentColor;fill-opacity:.1;stroke:none}.intent-choice>span svg .icon-accent{fill:currentColor;fill-opacity:.16;stroke:currentColor;stroke-width:1.3}.intent-choice>span svg .icon-spark{stroke-width:1.35}.intent-choice:first-child>span{background:linear-gradient(145deg,#eee9ff,#ded4ff);color:#6747df}.intent-choice:nth-child(2)>span{background:linear-gradient(145deg,#ffebe2,#ffd8c8);color:#e75f3d}.intent-choice:nth-child(3)>span{background:linear-gradient(145deg,#e6fbf8,#cdf2ee);color:#168d92}@media(max-width:620px){.step-content.compact>h2{font-size:20px;line-height:1;letter-spacing:-.045em;white-space:nowrap}.step-content.compact>p{margin-top:10px;margin-bottom:17px}.intent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.intent-choice{min-width:0;min-height:126px;padding:12px 5px 10px;align-items:center;justify-content:flex-start;text-align:center;border-radius:16px}.intent-choice>span{position:static;width:46px;height:46px;margin:2px auto 13px;border-radius:14px}.intent-choice strong{font-size:12px;line-height:1.2}.intent-choice b,.intent-choice small{display:none}.intent-choice.selected:before{top:7px;right:7px;width:20px;height:20px}}@media(max-width:390px){.step-content.compact>h2{font-size:19px}.intent-choice{min-height:120px}.intent-choice>span{width:43px;height:43px;margin-bottom:11px}.intent-choice strong{font-size:11.5px}}.mobile-login{display:none}@media(max-width:620px){.site-nav{justify-content:space-between}.mobile-login{display:inline-flex;align-items:center;min-height:32px;padding:5px 2px;color:var(--ink);font-size:12px;font-weight:800;letter-spacing:-.01em}.mobile-login:hover{color:var(--purple)}}.summary-step{position:relative}.insight-orb{width:58px;height:58px;margin:0 auto 12px;display:grid;place-items:center;border-radius:20px;color:#6447d6;background:linear-gradient(145deg,#f2edff,#ddf9f5);box-shadow:inset 0 1px 0 #fff,0 12px 30px rgba(98,70,210,.16);transform:rotate(-3deg)}.insight-orb svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.summary-step>h2{margin-top:10px}.summary-step>p{margin-bottom:24px}.business-card{position:relative;overflow:hidden;border:1px solid rgba(111,82,213,.16);border-radius:26px;padding:22px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(249,247,255,.96));box-shadow:0 20px 55px rgba(45,35,77,.12),inset 0 1px 0 #fff}.business-card-glow{position:absolute;width:180px;height:180px;right:-85px;top:-105px;border-radius:50%;background:radial-gradient(circle,rgba(113,78,225,.18),transparent 68%);pointer-events:none}.business-head{position:relative;padding-bottom:19px}.profile-logo{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#7357e9,#3bb8bb);box-shadow:0 9px 20px rgba(86,79,208,.22)}.business-head>div{gap:2px}.profile-kicker{text-transform:uppercase;font-size:8px;letter-spacing:.14em;color:#8d84a0;font-weight:850}.business-head strong{font-size:18px;letter-spacing:-.02em}.business-head button{font-weight:750;cursor:pointer;background:rgba(111,82,213,.09);color:#6548cf}.business-head button span{margin-left:3px}.business-card dl{position:relative;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.business-card dl div{min-height:92px;padding:14px;border:1px solid rgba(113,83,213,.09);border-radius:15px;background:rgba(255,255,255,.72)}.business-card dt{display:flex;align-items:center;gap:6px;color:#8b829c}.business-card dt span{color:#7657dc;font-size:10px}.business-card dd{font-size:13px;line-height:1.35;margin-top:3px}.approval-note{display:inline-flex;align-items:center;margin-top:15px;padding:7px 11px;border-radius:999px;background:#eaf9f2;color:#26865f;font-size:10px;font-weight:750}@media(max-width:620px){.summary-step{padding-top:25px}.insight-orb{width:50px;height:50px;border-radius:17px;margin-bottom:8px}.insight-orb svg{width:27px;height:27px}.summary-step>h2{font-size:31px;margin:8px 0 5px}.summary-step>p{font-size:12px;margin-bottom:16px}.business-card{padding:14px;border-radius:21px}.business-head{padding-bottom:13px}.profile-logo{width:43px;height:43px;border-radius:14px}.business-head strong{font-size:16px}.business-head button{padding:7px 9px}.business-card dl{grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.business-card dl div{min-height:80px;padding:11px 10px;border-radius:13px}.business-card dd{font-size:11.5px}.approval-note{margin-top:10px}}.summary-step>h2{margin-top:0}.business-card dl div{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.business-card dl div:after{content:"";position:absolute;width:70px;height:70px;right:-30px;bottom:-36px;border-radius:50%;background:currentColor;opacity:.06}.business-card dl div:first-child{color:#6d4bdb;background:linear-gradient(145deg,#fbf9ff,#f0ebff)}.business-card dl div:nth-child(2){color:#087f88;background:linear-gradient(145deg,#f8fffe,#e5f8f6)}.business-card dl div:nth-child(3){color:#df613f;background:linear-gradient(145deg,#fffaf7,#ffede5)}.business-card dl div:nth-child(4){color:#c43d87;background:linear-gradient(145deg,#fff9fc,#fce9f4)}.business-card dl div:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(43,32,77,.1)}.business-card dt{gap:9px;color:currentColor;font-size:9px}.business-card dt>span{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 #fff,0 6px 15px rgba(54,38,93,.1);animation:tile-icon-float 3.8s ease-in-out infinite}.business-card dl div:nth-child(2) dt>span{animation-delay:-.8s}.business-card dl div:nth-child(3) dt>span{animation-delay:-1.6s}.business-card dl div:nth-child(4) dt>span{animation-delay:-2.4s}.business-card dt svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.business-card dt .tile-wash{fill:currentColor;fill-opacity:.12;stroke:none}.business-card dt .tile-accent{fill:currentColor;fill-opacity:.2}.business-card dd{color:var(--ink);font-weight:800;letter-spacing:-.015em}@keyframes tile-icon-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-2px) rotate(2deg)}}@media(max-width:620px){.summary-step{padding-top:22px}.summary-step>h2{margin-top:0}.business-card dl div{min-height:112px;padding:10px}.business-card dt{flex-direction:column;align-items:flex-start;gap:7px}.business-card dt>span{width:42px;height:42px;border-radius:13px}.business-card dt svg{width:30px;height:30px}.business-card dd{font-size:12.5px;line-height:1.25;margin-top:5px}}@media(prefers-reduced-motion:reduce){.business-card dt>span{animation:none}.business-card dl div{transition:none}}.business-card.is-editing{border-color:rgba(111,82,213,.38);box-shadow:0 20px 55px rgba(85,56,180,.16),0 0 0 3px rgba(111,82,213,.07)}.brand-edit-input,.business-card textarea{width:100%;border:1px solid rgba(105,76,205,.22);outline:0;background:rgba(255,255,255,.84);color:var(--ink);font:inherit;font-weight:750;border-radius:9px;transition:border-color .2s,box-shadow .2s}.brand-edit-input{max-width:210px;padding:5px 8px;font-size:15px}.business-card textarea{display:block;resize:none;min-height:48px;padding:7px 8px;font-size:12px;line-height:1.35}.brand-edit-input:focus,.business-card textarea:focus{border-color:#795ce0;box-shadow:0 0 0 3px rgba(121,92,224,.12)}.edit-actions{margin-left:auto!important;display:flex!important;flex-direction:row!important;gap:6px!important}.edit-actions button{margin-left:0}.edit-actions .cancel-edit{background:#f3f0f7;color:#756e80}.edit-actions .save-edit{background:var(--purple);color:#fff}.is-editing .business-card dt>span{animation:none}@media(max-width:620px){.edit-actions{gap:4px!important}.edit-actions button{padding:7px;font-size:10px}.brand-edit-input{max-width:130px;font-size:13px;padding:4px 6px}.business-card textarea{font-size:11px;padding:6px;min-height:46px}.is-editing .business-head{gap:8px}}.approval-note{position:relative;isolation:isolate;overflow:hidden;gap:7px;padding:9px 14px;border:1px solid rgba(38,147,101,.16);background:linear-gradient(135deg,#effcf6,#e3f8f0);color:#16754f;box-shadow:0 8px 22px rgba(34,137,93,.12),inset 0 1px 0 #fff;font-size:11px;letter-spacing:-.01em}.approval-note:before{content:"";width:18px;height:18px;flex:0 0 auto;border-radius:50%;background:#2cad78;box-shadow:0 0 0 4px rgba(44,173,120,.12)}.approval-note:after{content:"✓";position:absolute;left:18px;color:#fff;font-size:10px;font-weight:900;z-index:1}.quiz-link.next:not(:disabled){position:relative;min-width:72px;padding:8px 10px;border-radius:999px;background:linear-gradient(135deg,#7657e8,#9a55dc);color:#fff;box-shadow:0 8px 20px rgba(116,85,232,.25);animation:next-invite 1.8s ease-in-out infinite}.quiz-link.next:not(:disabled):hover{animation:none;transform:translateY(-2px);box-shadow:0 11px 25px rgba(116,85,232,.34)}@keyframes next-invite{0%,to{transform:translateX(0);box-shadow:0 8px 20px rgba(116,85,232,.23)}50%{transform:translateX(4px);box-shadow:0 10px 26px rgba(116,85,232,.38)}}@media(max-width:620px){.approval-note{padding:8px 12px;font-size:10px}.approval-note:after{left:16px}.quiz-link.next:not(:disabled){min-width:68px;padding:8px 9px}}@media(prefers-reduced-motion:reduce){.quiz-link.next:not(:disabled){animation:none}}.platform-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.platform-icon svg .social-dot,.platform-icon svg .social-fill{fill:currentColor;stroke:none}.platform-icon svg .social-cut{fill:#fff;stroke:none}.platform-icon.x{background:#17141d;color:#fff}.social-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.social-card:hover{transform:translateY(-2px);border-color:rgba(115,84,230,.3);box-shadow:0 10px 24px rgba(45,35,77,.09)}.social-identity{display:flex;min-width:0;flex:1 1;flex-direction:column;gap:3px}.social-identity strong{font-size:13px}.social-identity a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a8297;font-size:10.8px;transition:color .2s}.social-identity a:hover{color:var(--purple);text-decoration:underline}.social-card>b{flex:0 0 auto}.analyzing-state{position:relative;max-width:650px;padding-top:54px}.scan-orbit{width:162px;height:162px;margin-bottom:26px;background:linear-gradient(145deg,#f0eaff,#e3f8f5);box-shadow:inset 0 0 0 1px rgba(115,84,230,.1),0 20px 50px rgba(79,56,157,.13)}.scan-orbit:before{inset:-10px;border:1px solid rgba(116,85,232,.22);animation:scan-ring 2.2s ease-out infinite}.scan-orbit:after{inset:-20px;border:1px solid rgba(19,170,176,.16);animation:scan-ring 2.2s ease-out .65s infinite}.scan-orbit img{width:140px;height:140px;object-fit:contain;z-index:2}.scan-sweep{position:absolute;inset:8px;border-radius:50%;overflow:hidden;z-index:3}.scan-sweep:after{content:"";position:absolute;left:8%;right:8%;height:2px;top:16%;background:linear-gradient(90deg,transparent,#40d5c8,transparent);box-shadow:0 0 12px #40d5c8;animation:scan-sweep 1.7s ease-in-out infinite}.analysis-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#f1edff;color:#694bd2;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.analysis-kicker i{width:6px;height:6px;border-radius:50%;background:#7455e8;box-shadow:0 0 0 4px rgba(116,85,232,.12);animation:status-pulse 1.2s ease-in-out infinite}.analyzing-state h2{margin-top:13px}.analyzing-state>p{max-width:510px;margin-bottom:25px}.analysis-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;max-width:520px;margin:auto}.analysis-list span{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:42px;padding:9px 12px;border-radius:13px;background:#fff;box-shadow:0 6px 18px rgba(44,35,70,.05)}.analysis-list span i{width:20px;height:20px;display:grid;place-items:center;flex:0 0 auto;border-radius:7px;font-style:normal}.analysis-list .done i{background:#dff6eb;color:#16825a}.analysis-list .loading{grid-column:1/-1;color:#6b6377}.analysis-list .loading i{border:2px solid #e3def0;border-top-color:#7657e8;border-radius:50%;animation:analysis-spin .9s linear infinite}.analysis-list .loading:after{display:none}.analysis-progress{width:min(320px,80%);height:4px;margin:18px auto 0;overflow:hidden;border-radius:99px;background:#ece8f4}.analysis-progress span{display:block;width:55%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7657e8,#e15b9b,#16aab1);animation:analysis-load 1.8s ease-in-out infinite}@keyframes scan-ring{0%{transform:scale(.96);opacity:.8}to{transform:scale(1.12);opacity:0}}@keyframes scan-sweep{0%,to{top:16%;opacity:.35}50%{top:82%;opacity:1}}@keyframes status-pulse{50%{opacity:.45;transform:scale(.75)}}@keyframes analysis-spin{to{transform:rotate(1turn)}}@keyframes analysis-load{0%{transform:translateX(-100%)}to{transform:translateX(185%)}}@media(max-width:620px){.analyzing-state{padding:31px 15px 20px}.scan-orbit{width:138px;height:138px;margin-bottom:20px}.scan-orbit img{width:120px;height:120px}.analyzing-state h2{font-size:34px;line-height:1.03;margin:12px 0 9px}.analyzing-state>p{font-size:13px;line-height:1.55;margin-bottom:20px}.analysis-list{gap:7px}.analysis-list span{min-height:40px;padding:8px;font-size:9.5px}.analysis-list span i{width:18px;height:18px}.analysis-progress{margin-top:14px}}@media(prefers-reduced-motion:reduce){.analysis-kicker i,.analysis-list .loading i,.analysis-progress span,.scan-orbit:after,.scan-orbit:before,.scan-sweep:after{animation:none}}.social-found{margin-left:auto;display:flex;flex:0 0 auto;align-items:flex-end;flex-direction:column;gap:3px}.social-found b{color:#238665;font-size:10px}.social-found button{border:0;background:none;color:#7460c9;padding:0;font-size:9px;font-weight:750;cursor:pointer}.social-found button:hover{text-decoration:underline}.social-url-editor{display:flex;align-items:center;gap:4px;margin-top:2px}.social-url-editor input{min-width:0;width:190px;border:1px solid rgba(116,85,232,.28);outline:0;border-radius:7px;background:#fff;padding:5px 6px;color:var(--ink);font-size:10px}.social-url-editor input:focus{border-color:#7657e8;box-shadow:0 0 0 2px rgba(118,87,232,.1)}.social-url-editor button{border:0;border-radius:6px;padding:5px 6px;background:#7657e8;color:#fff;font-size:8px;font-weight:750;cursor:pointer}.social-url-editor button:last-child{background:#efedf3;color:#746d7f}@media(max-width:620px){.social-card:has(.social-url-editor){align-items:flex-start;flex-wrap:wrap}.social-card:has(.social-url-editor) .social-identity{flex-basis:calc(100% - 52px)}.social-url-editor{width:100%;flex-wrap:wrap}.social-url-editor input{width:100%;flex-basis:100%}.social-found button{font-size:9.5px}}.social-add{margin-left:auto;border:0;background:none;color:#746d7f;font-size:10px;font-weight:800;cursor:pointer;padding:8px 0}.social-add:hover{color:var(--purple)}.competitor-card{position:relative;overflow:hidden;padding:20px;border-color:rgba(108,80,199,.13);box-shadow:0 12px 32px rgba(45,35,77,.07);background:linear-gradient(150deg,#fff,#faf8ff)}.competitor-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#7657e8,#b363df)}.competitor-card.competitor-2:before{background:linear-gradient(90deg,#12aab0,#55d1be)}.competitor-card.competitor-3:before{background:linear-gradient(90deg,#f17b5c,#ed5f96)}.competitor-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(45,35,77,.12)}.competitor-topline{display:flex;align-items:center;justify-content:space-between}.competitor-topline>span{color:#7a61d5;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.competitor-2 .competitor-topline>span{color:#128c92}.competitor-3 .competitor-topline>span{color:#db6247}.competitor-topline>b{padding:6px 8px;border-radius:999px;background:#f2eefb;color:#655a77;font-size:8px}.competitor-card h3{margin:18px 0 7px;font-size:22px;letter-spacing:-.035em}.competitor-platforms{display:inline-flex;padding:6px 9px;border-radius:8px;background:rgba(118,87,232,.08);color:#66577b!important;font-size:9px!important}.competitor-insight{margin:18px 0 16px;padding:13px;border:1px solid rgba(109,80,201,.09);border-radius:13px}.competitor-insight small{color:#9890a4;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.competitor-insight p{margin:6px 0 0;font-size:12px;font-weight:750}.competitor-actions{display:flex;gap:7px}.competitor-actions button{padding:9px 6px}.competitor-card.rejected{opacity:.55;filter:saturate(.2);transform:none}.competitor-card.rejected:after{content:"Not relevant";position:absolute;right:13px;top:13px;padding:5px 7px;border-radius:999px;background:#eeeaf0;color:#756f7d;font-size:8px;font-weight:800}@media(max-width:620px){.competitor-grid{grid-template-columns:1fr;gap:10px}.competitor-card{padding:16px}.competitor-card h3{margin:13px 0 6px;font-size:20px}.competitor-insight{margin:13px 0 12px;padding:11px}.competitor-actions button{font-size:10px}.step-content.wide>h2{margin-top:0}}.competitor-topline>b{background:linear-gradient(135deg,#f1edff,#e8f8f5);color:#493d62;font-size:10.5px;font-weight:850;letter-spacing:-.01em;box-shadow:inset 0 1px 0 #fff}.competitor-platforms{font-size:11px!important;font-weight:750;letter-spacing:-.01em}.competitor-actions{gap:8px}.competitor-actions button{min-height:38px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:11px;font-size:10px;font-weight:850;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.competitor-actions button span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;font-size:11px}.competitor-actions .confirm-competitor{background:linear-gradient(135deg,#7657e8,#9257db);color:#fff;box-shadow:0 7px 17px rgba(116,85,232,.2)}.competitor-actions .confirm-competitor span{background:rgba(255,255,255,.18)}.competitor-actions .reject-competitor{border:1px solid #e5dfeb;background:#fff;color:#756d80}.competitor-actions .reject-competitor span{background:#f1edf3;color:#8c8293}.competitor-actions button:hover{transform:translateY(-2px)}.competitor-actions .confirm-competitor:hover{box-shadow:0 10px 22px rgba(116,85,232,.3)}.competitor-actions .reject-competitor:hover{border-color:#cfc5d8;background:#faf8fb}.competitor-card.rejected .confirm-competitor{background:#e9e5ed;color:#77707e;box-shadow:none}.competitor-card.rejected .reject-competitor{border-color:#d8d1dd;background:#eeeaf0}@media(max-width:620px){.competitor-topline>b{font-size:11px}.competitor-platforms{font-size:11.5px!important}.competitor-actions button{min-height:41px;font-size:10.5px}}.competitor-url{display:flex;align-items:center;gap:4px;width:max-content;max-width:100%;margin:-3px 0 10px;color:#746b82;font-size:10.5px;font-weight:650}.competitor-url:hover{color:var(--purple);text-decoration:underline}.competitor-url span{font-size:11px;color:#7657e8}.competitor-platforms{display:flex;width:max-content;max-width:100%}.add-competitor-trigger{padding:10px 16px;border-radius:999px;background:#f1edff}.add-competitor-form{max-width:680px;margin:18px auto 0;padding:18px;border:1px solid rgba(116,85,232,.2);border-radius:20px;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 16px 38px rgba(45,35,77,.1);text-align:left}.add-competitor-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.add-competitor-heading strong{font-size:16px}.add-competitor-heading button{width:28px;height:28px;border:0;border-radius:9px;background:#f1edf4;color:#746d7f;font-size:18px;cursor:pointer}.add-competitor-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.add-competitor-fields label:last-child{grid-column:1/-1}.add-competitor-fields label{display:flex;flex-direction:column;gap:5px}.add-competitor-fields label span{font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#91899c}.add-competitor-fields input{width:100%;border:1px solid #ddd6e7;outline:0;border-radius:11px;background:#fff;padding:11px 12px;color:var(--ink);font-size:12px}.add-competitor-fields input:focus{border-color:#7657e8;box-shadow:0 0 0 3px rgba(118,87,232,.1)}.add-competitor-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:14px}.add-competitor-actions button{border:0;border-radius:10px;padding:10px 13px;background:#efecf3;color:#746d7f;font-size:10px;font-weight:800;cursor:pointer}.add-competitor-actions button[type=submit]{background:linear-gradient(135deg,#7657e8,#9558da);color:#fff}.add-competitor-actions button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:620px){.add-competitor-form{padding:14px;border-radius:17px}.add-competitor-fields{grid-template-columns:1fr}.add-competitor-fields label:last-child{grid-column:auto}.add-competitor-fields input{font-size:16px}.add-competitor-actions button{min-height:40px}}.scroll-to-top{position:fixed;right:22px;bottom:22px;z-index:50;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:16px;background:linear-gradient(145deg,#7657e8,#a657d8);color:#fff;box-shadow:0 12px 30px rgba(83,55,176,.3),inset 0 1px 0 rgba(255,255,255,.28);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px) scale(.88);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,box-shadow .2s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scroll-to-top.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.scroll-to-top:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 16px 34px rgba(83,55,176,.38)}.scroll-to-top:focus-visible{outline:3px solid rgba(118,87,232,.25);outline-offset:3px}.scroll-to-top svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:620px){.scroll-to-top{right:14px;bottom:16px;width:44px;height:44px;border-radius:14px}.scroll-to-top svg{width:21px;height:21px}}@media(prefers-reduced-motion:reduce){.scroll-to-top{transition:opacity .15s ease,visibility .15s ease}.scroll-to-top:hover{transform:none}}.employee-card{width:400px;min-height:520px;padding:20px;border-color:rgba(116,85,232,.16);background:linear-gradient(155deg,rgba(255,255,255,.96),rgba(248,246,255,.92));box-shadow:0 28px 75px rgba(45,35,77,.17),inset 0 1px 0 #fff}.employee-card:before{width:420px;height:420px;right:-150px;bottom:-180px;background:radial-gradient(circle,rgba(68,211,201,.22),transparent 67%)}.employee-card:after{content:"";position:absolute;width:300px;height:300px;left:-155px;top:-170px;border-radius:50%;background:radial-gradient(circle,rgba(130,89,232,.16),transparent 68%)}.employee-card-top{position:relative;z-index:4}.employee-card-top>span:last-child{font-size:10px;font-weight:700}.online-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px}.online-pill i{width:7px;height:7px;border-radius:50%;background:#29ad76;box-shadow:0 0 0 4px rgba(41,173,118,.12);animation:status-pulse 1.8s ease-in-out infinite}.employee-card-portrait{position:relative;width:225px;height:225px;margin:12px auto 3px;display:grid;place-items:center}.employee-card-portrait:after,.employee-card-portrait:before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(116,85,232,.13);inset:7px}.employee-card-portrait:after{inset:21px;border-color:rgba(20,170,176,.12)}.employee-card-portrait .portrait-glow{position:absolute;inset:29px;border-radius:50%;background:linear-gradient(145deg,#efe9ff,#e3faf6);filter:blur(1px)}.employee-card-portrait img{position:relative;z-index:2;width:194px;height:194px;object-fit:contain}.employee-card>.message-bubble{margin-top:2px;padding:17px 18px;border-radius:20px 20px 20px 7px;background:linear-gradient(145deg,#28203e,#211a35);text-align:left}.message-bubble span{display:block;margin-bottom:5px;color:#bdb0ff;font-size:10px;font-weight:800;letter-spacing:.04em}.message-bubble strong{display:block;color:#fff;font-size:14px;line-height:1.45}.employee-card>.task-row{min-height:75px;padding:13px 14px;border:1px solid rgba(116,85,232,.08);background:rgba(255,255,255,.7);box-shadow:0 9px 24px rgba(45,35,77,.06)}.employee-card>.task-row>span{width:34px;height:34px;background:linear-gradient(145deg,#dff8ec,#ccefe2);font-size:15px}.employee-card>.task-row div{gap:2px}.employee-card>.task-row small{order:-1;color:#91899e;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.employee-card>.task-row strong{font-size:11px}.employee-card>.task-row>b{margin-left:auto;padding:6px 8px;border-radius:999px;background:#f0ecff;color:#684bd0;font-size:8px;white-space:nowrap}.float-note{gap:1px;padding:11px 14px}.float-note>span{position:absolute;top:-9px;left:10px;width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#7657e8;color:#fff;font-size:7px;font-weight:900;box-shadow:0 5px 12px rgba(116,85,232,.25)}.note-two>span{background:#13aab0}.note-one{top:105px}.note-two{bottom:75px}@media(max-width:620px){.employee-card{width:100%;min-height:500px;padding:17px}.employee-card-portrait{width:210px;height:210px;margin-top:8px}.employee-card-portrait img{width:184px;height:184px}.employee-card>.message-bubble{padding:16px}.message-bubble strong{font-size:13px}.employee-card>.task-row{padding:12px}.employee-card>.task-row>b{font-size:7.5px}}@media(prefers-reduced-motion:reduce){.online-pill i{animation:none}}.employee-try-cta{position:relative;z-index:3;min-height:46px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;background:linear-gradient(135deg,#7657e8,#a555d7);color:#fff;font-size:13px;font-weight:850;box-shadow:0 11px 24px rgba(116,85,232,.26);transition:transform .2s ease,box-shadow .2s ease}.employee-try-cta span{font-size:17px;transition:transform .2s ease}.employee-try-cta:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(116,85,232,.36)}.employee-try-cta:hover span{transform:translateX(4px)}.employee-try-cta:focus-visible{outline:3px solid rgba(116,85,232,.25);outline-offset:3px}.employee-platforms{position:relative;z-index:3;margin-top:11px;display:flex;align-items:center;justify-content:space-between;padding:0 3px}.employee-platforms>small{color:#91899d;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.employee-platforms>div{display:flex;gap:7px}.employee-platform{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#fff;box-shadow:0 6px 14px rgba(45,35,77,.13);transition:transform .2s ease}.employee-platform:hover{transform:translateY(-2px) rotate(3deg)}.employee-platform svg{width:18px;height:18px}.facebook-mark{background:#2877e5}.facebook-mark svg,.tiktok-mark svg{fill:currentColor}.instagram-mark{background:linear-gradient(135deg,#7848dd,#e75791,#f19a48)}.instagram-mark svg{fill:none;stroke:currentColor;stroke-width:1.8}.instagram-mark .mark-dot{fill:currentColor;stroke:none}.tiktok-mark{background:#201c29}.difference{position:relative;overflow:hidden;border-radius:38px;padding:92px 44px;background:radial-gradient(circle at 10% 0,rgba(118,87,232,.1),transparent 30%),radial-gradient(circle at 90% 100%,rgba(20,170,176,.11),transparent 32%),linear-gradient(145deg,#fcfbff,#f7f5fc)}.difference:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(115,84,230,.035) 1px,transparent 0),linear-gradient(90deg,rgba(115,84,230,.035) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,black,transparent 72%);mask-image:linear-gradient(180deg,black,transparent 72%);pointer-events:none}.difference>*{position:relative}.difference .section-kicker{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:#eee9ff;color:#694bd2}.difference .section-kicker span{font-size:11px}.difference h2{max-width:780px;margin:22px auto 13px;font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-.055em}.difference h2 span{background:linear-gradient(90deg,#7657e8,#d55198,#14aab0);-webkit-background-clip:text;background-clip:text;color:transparent}.difference-intro{max-width:640px;margin:0 auto 38px;color:#746d80;font-size:15px;line-height:1.65;text-align:center}.comparison-grid{grid-template-columns:repeat(3,1fr);gap:12px;align-items:stretch}.comparison-card{position:relative;min-height:190px;display:flex!important;flex-direction:column;align-items:flex-start!important;padding:18px!important;border:1px solid rgba(79,59,132,.11)!important;border-radius:22px!important;background:rgba(255,255,255,.8)!important;box-shadow:0 12px 30px rgba(45,35,77,.06);transition:transform .25s ease,box-shadow .25s ease}.comparison-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(45,35,77,.11)}.comparison-card>i{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#f1edff;color:#7051dd;font-style:normal}.comparison-card>i svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.freelancer-card>i{background:#fff0e9;color:#dc6545}.tool-card>i{background:#e6f8f6;color:#148b91}.comparison-card>div:not(.winner-shine){margin-top:auto;display:flex;flex-direction:column;gap:4px}.comparison-card span{color:#8e859b;font-size:10px;font-weight:750}.comparison-card strong{font-size:18px;letter-spacing:-.025em}.comparison-card small{max-width:190px;color:#898293;font-size:10px;line-height:1.4}.comparison-card>b{position:absolute;right:15px;top:15px;color:#b0a8b9;font-size:11px}.comparison-winner{grid-column:1/-1;min-height:150px;display:grid!important;grid-template-columns:86px 1fr auto 36px;align-items:center!important;grid-gap:20px;gap:20px;padding:20px 24px!important;overflow:hidden;border-color:rgba(18,170,176,.28)!important;background:linear-gradient(120deg,#f2fffc,#f3eeff)!important;box-shadow:0 18px 45px rgba(57,65,143,.12)}.comparison-winner>i{width:82px;height:82px;border-radius:24px;background:rgba(255,255,255,.66);box-shadow:inset 0 1px 0 #fff,0 10px 24px rgba(63,43,135,.12)}.comparison-winner>i img{width:72px;height:72px;object-fit:contain}.comparison-winner>div:not(.winner-shine){margin:0}.comparison-winner span{color:#684bd0}.comparison-winner strong{font-size:25px}.comparison-winner small{max-width:none;font-size:11px}.comparison-winner>b{position:static;padding:8px 11px;border-radius:999px;background:#16aab0;color:#fff;font-size:9px;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 7px 17px rgba(22,170,176,.22)}.comparison-winner>em{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#159da4;font-size:14px;font-style:normal;box-shadow:0 7px 18px rgba(43,44,94,.1)}.winner-shine{position:absolute!important;width:250px;height:250px;right:-70px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9),transparent 67%);animation:winner-glow 3s ease-in-out infinite}.difference-cta{width:max-content;margin:26px auto 0;display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:15px;background:#241d38;color:#fff;font-size:12px;font-weight:850;box-shadow:0 12px 27px rgba(36,29,56,.2);transition:transform .2s ease}.difference-cta:hover{transform:translateY(-3px)}.difference-cta span{color:#7fe0d8;font-size:17px}@keyframes winner-glow{50%{transform:scale(1.12);opacity:.65}}@media(max-width:620px){.difference{width:calc(100% - 20px);padding:58px 12px;border-radius:28px}.difference h2{font-size:39px}.difference-intro{font-size:13px;margin-bottom:25px}.comparison-grid{grid-template-columns:1fr;gap:9px}.comparison-card{min-height:112px;display:grid!important;grid-template-columns:44px 1fr auto;align-items:center!important;grid-gap:12px;gap:12px;padding:14px!important}.comparison-card>i{width:43px;height:43px;border-radius:14px}.comparison-card>div:not(.winner-shine){margin:0}.comparison-card strong{font-size:15px}.comparison-card small{font-size:9px}.comparison-card>b{position:static}.comparison-winner{grid-column:auto;grid-template-columns:58px 1fr auto;min-height:128px;padding:15px!important}.comparison-winner>i{width:58px;height:58px;border-radius:18px}.comparison-winner>i img{width:53px;height:53px}.comparison-winner strong{font-size:18px}.comparison-winner>b{font-size:7px;padding:6px 7px}.comparison-winner>em{display:none}.difference-cta{margin-top:20px}}@media(prefers-reduced-motion:reduce){.winner-shine{animation:none}}.what-reelmeup-does{padding:95px 0}.does-heading{max-width:720px;margin:0 auto 38px;text-align:center}.does-heading .section-kicker{display:inline-flex;align-items:center;gap:7px}.does-heading h2{margin:16px 0 10px;font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.055em}.does-heading>p{max-width:610px;margin:auto;color:#756e80;font-size:15px;line-height:1.65}.does-list{position:relative;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.does-list:before{content:"";position:absolute;left:9%;right:9%;top:38px;height:2px;background:linear-gradient(90deg,#7657e8,#d95c98,#f18a58,#13aab0)}.does-list li{position:relative;min-width:0;padding:14px 13px 18px;border:1px solid rgba(95,71,167,.12);border-radius:20px;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 11px 28px rgba(45,35,77,.06);transition:transform .25s ease,box-shadow .25s ease}.does-list li:hover{transform:translateY(-5px);box-shadow:0 19px 38px rgba(45,35,77,.11)}.does-number{position:absolute;right:11px;top:10px;color:#b0a8bd;font-size:8px;font-weight:900;letter-spacing:.1em}.does-list i{position:relative;width:49px;height:49px;margin-bottom:15px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#eee9ff,#e3dcff);color:#694bd2;box-shadow:inset 0 1px 0 #fff,0 8px 19px rgba(88,59,179,.12);font-style:normal}.does-list li:nth-child(2) i{background:linear-gradient(145deg,#ffe9f2,#ffdce9);color:#cc4785}.does-list li:nth-child(3) i{background:linear-gradient(145deg,#fff0e7,#ffe2d3);color:#dc6644}.does-list li:nth-child(4) i{background:linear-gradient(145deg,#e6faf7,#d4f3ef);color:#168e93}.does-list li:nth-child(5) i{background:linear-gradient(145deg,#e7f5ff,#d9ebff);color:#337bc7}.does-list svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.does-list strong{font-size:17px;letter-spacing:-.025em}.does-list p{margin:6px 0 0;color:#827a8e;font-size:10px;line-height:1.5}.does-cta{width:max-content;margin:25px auto 0;display:flex;align-items:center;gap:10px;color:#6548cf;font-size:12px;font-weight:850}.does-cta span{font-size:17px;transition:transform .2s ease}.does-cta:hover span{transform:translateX(4px)}@media(max-width:820px){.does-list{grid-template-columns:repeat(2,1fr)}.does-list:before{display:none}.does-list li:last-child{grid-column:1/-1}}@media(max-width:620px){.what-reelmeup-does{padding:70px 0}.does-heading{margin-bottom:25px}.does-heading h2{font-size:39px}.does-heading>p{font-size:13px}.does-list{grid-template-columns:1fr;gap:8px}.does-list li,.does-list li:last-child{grid-column:auto;min-height:96px;display:grid;grid-template-columns:48px 1fr;align-items:center;grid-gap:12px;gap:12px;padding:12px 38px 12px 12px}.does-list i{width:46px;height:46px;margin:0;border-radius:15px}.does-list svg{width:26px;height:26px}.does-list strong{font-size:15px}.does-list p{font-size:9.5px}.does-number{top:12px}.does-cta{margin-top:20px}}.does-loop-shell,.what-reelmeup-does{position:relative}.does-loop-shell{padding:22px;border:1px solid rgba(116,85,232,.13);border-radius:30px;background:radial-gradient(circle at 0 0,rgba(116,85,232,.12),transparent 30%),radial-gradient(circle at 100% 100%,rgba(18,170,176,.13),transparent 32%),rgba(255,255,255,.72);box-shadow:0 25px 70px rgba(45,35,77,.1)}.does-loop-shell .does-list:before{display:none}.does-loop-shell .does-list{gap:8px}.does-loop-shell .does-list li{min-height:174px;padding:16px;border:0;background:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 #fff,0 10px 28px rgba(45,35,77,.07)}.does-loop-shell .does-list li:hover{transform:translateY(-4px) scale(1.015)}.does-arrow{position:absolute;right:-14px;top:67px;z-index:5;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#7253de;font-size:14px;font-weight:900;box-shadow:0 5px 14px rgba(55,39,107,.15)}.loop-return{position:relative;margin-top:10px;min-height:70px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;grid-gap:13px;gap:13px;padding:12px 16px;border-radius:18px;background:linear-gradient(100deg,#271f3d,#372755);color:#fff;overflow:hidden}.loop-return:after{content:"";position:absolute;width:190px;height:190px;right:-50px;top:-85px;border-radius:50%;background:radial-gradient(circle,rgba(35,202,190,.25),transparent 65%)}.loop-return>span{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:rgba(255,255,255,.1);color:#7fe0d8}.loop-return svg{width:36px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.loop-return>div{display:flex;flex-direction:column;gap:3px}.loop-return strong{font-size:14px}.loop-return small{color:#bdb5ca;font-size:10px}.loop-return>b{position:relative;z-index:2;padding:7px 10px;border-radius:999px;background:rgba(127,224,216,.14);color:#89e9df;font-size:8px;letter-spacing:.08em;text-transform:uppercase}@media(max-width:820px){.does-loop-shell .does-list{grid-template-columns:1fr}.does-loop-shell .does-list li,.does-loop-shell .does-list li:last-child{grid-column:auto}.does-arrow{right:50%;top:auto;bottom:-17px;transform:translateX(50%) rotate(90deg)}}@media(max-width:620px){.does-loop-shell{padding:10px;border-radius:23px}.does-loop-shell .does-list{gap:11px}.does-loop-shell .does-list li{min-height:86px;grid-template-columns:46px 1fr;padding:11px 35px 11px 11px}.does-arrow{bottom:-19px}.loop-return{grid-template-columns:45px 1fr;gap:10px;padding:11px;margin-top:11px}.loop-return>span{width:42px;height:42px}.loop-return>b{grid-column:1/-1;width:max-content;margin:-3px auto 0}.loop-return strong{font-size:12px}.loop-return small{font-size:9px}}.does-loop-shell{padding-bottom:82px}.loop-closing-arrow{position:absolute;pointer-events:none;overflow:visible}.loop-closing-arrow path{fill:none;stroke:url(#loopGradientDesktop);stroke-width:4;stroke-linecap:round;filter:drop-shadow(0 4px 7px rgba(97,67,185,.2));stroke-dasharray:9 7;animation:loop-flow 1.3s linear infinite}.loop-closing-arrow marker path{fill:#7657e8;stroke:none}.loop-arrow-desktop{display:block;left:22px;right:22px;bottom:11px;width:calc(100% - 44px);height:76px}.loop-arrow-mobile{display:none}.loop-caption{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);z-index:3;display:flex;align-items:center;gap:10px;padding:7px 12px;border:1px solid rgba(116,85,232,.13);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(45,35,77,.09);white-space:nowrap}.loop-caption span{color:#785cce;font-size:8px;font-weight:900;text-transform:uppercase}.loop-caption b{color:#51475f;font-size:9px}@keyframes loop-flow{to{stroke-dashoffset:-32}}@media(max-width:820px){.does-loop-shell{padding:18px 25px 54px}.loop-arrow-desktop{display:none}.loop-arrow-mobile{display:block;inset:6px;width:calc(100% - 12px);height:calc(100% - 12px)}.loop-arrow-mobile path{stroke:url(#loopGradientMobile);stroke-width:3}.does-loop-shell .does-list{position:relative;z-index:2}.loop-caption{bottom:9px}.does-loop-shell .does-list li{margin-inline:8px}.does-arrow{right:50%}}@media(max-width:620px){.does-loop-shell{padding:14px 22px 53px}.does-loop-shell .does-list li{margin-inline:5px}.loop-caption{gap:6px;padding:6px 9px}.loop-caption b{font-size:8px}.loop-caption span{font-size:7px}}@media(prefers-reduced-motion:reduce){.loop-closing-arrow path{animation:none}}.does-loop-shell .does-list li:last-child:after{content:"Results";position:absolute;right:10px;bottom:10px;padding:5px 7px;border-radius:999px;background:#e2f8f4;color:#128c91;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 5px 13px rgba(18,170,176,.13)}@media(max-width:820px){.does-loop-shell .does-list li:last-child:after{right:-13px;bottom:8px;z-index:4;background:#16aab0;color:#fff}.loop-arrow-mobile path{stroke-width:4}.loop-caption b{font-size:9px}}.does-loop-shell .does-list li{min-height:150px}.does-loop-shell .does-list i{width:61px;height:61px;border-radius:20px}.does-loop-shell .does-list svg{width:39px;height:39px;overflow:visible}.does-list svg .does-wash{fill:currentColor;fill-opacity:.1;stroke:none}.does-list svg .does-accent{fill:currentColor;fill-opacity:.18;stroke:currentColor;stroke-width:1.3}.does-list svg .does-spark{stroke-width:1.35}.does-loop-shell .does-list i:after{content:"";position:absolute;inset:6px;border:1px solid rgba(255,255,255,.75);border-radius:15px;pointer-events:none}.does-loop-shell .does-list strong{font-size:20px}.does-loop-shell .does-list p{font-size:11.5px;line-height:1.45}.does-loop-shell .does-number{font-size:9px}.does-loop-shell .does-list li:first-child i{transform:rotate(-2deg)}.does-loop-shell .does-list li:nth-child(2) i{transform:rotate(2deg)}.does-loop-shell .does-list li:nth-child(4) i{transform:rotate(-2deg)}@media(max-width:820px){.does-loop-shell .does-list li{min-height:78px;grid-template-columns:62px 1fr;gap:13px;padding:8px 36px 8px 9px}.does-loop-shell .does-list i{width:57px;height:57px;border-radius:18px}.does-loop-shell .does-list svg{width:37px;height:37px}.does-loop-shell .does-list strong{font-size:18px}.does-loop-shell .does-list p{font-size:11.5px;line-height:1.35;margin-top:3px}.does-loop-shell .does-list i:after{border-radius:14px}.does-arrow{bottom:-18px}}.comparison-card>i{position:relative;width:62px;height:62px;border-radius:20px;box-shadow:inset 0 1px 0 #fff,0 10px 24px rgba(67,44,144,.11)}.comparison-card>i:after{content:"";position:absolute;inset:6px;border:1px solid rgba(255,255,255,.75);border-radius:15px}.comparison-card>i svg{width:40px;height:40px;overflow:visible}.comparison-card svg .compare-wash{fill:currentColor;fill-opacity:.1;stroke:none}.comparison-card svg .compare-accent{fill:currentColor;fill-opacity:.18;stroke:currentColor;stroke-width:1.3}.comparison-card svg .compare-spark{stroke-width:1.35}.agency-card>i{background:linear-gradient(145deg,#efeaff,#ddd4ff)}.freelancer-card>i{background:linear-gradient(145deg,#fff0e8,#ffddcc)}.tool-card>i{background:linear-gradient(145deg,#e7fbf8,#cff3ee)}.comparison-card span{font-size:11px}.comparison-card strong{font-size:21px}.comparison-card small{max-width:240px;font-size:11px;line-height:1.45}.comparison-card>b{font-size:13px;font-weight:900}.comparison-card:after{content:"";position:absolute;width:100px;height:100px;right:-55px;bottom:-58px;border-radius:50%;background:currentColor;opacity:.035}.agency-card{color:#6b4bd5}.freelancer-card{color:#d96545}.tool-card{color:#168d92}.comparison-card>div:not(.winner-shine) small,.comparison-card>div:not(.winner-shine) strong{color:var(--ink)}.comparison-card>div:not(.winner-shine) small{color:#81798d}.comparison-winner{color:var(--ink)}.comparison-winner>i{width:94px;height:94px;border-radius:28px}.comparison-winner>i:after{border-radius:22px}.comparison-winner>i img{width:84px;height:84px}.comparison-winner strong{font-size:29px}.comparison-winner small{font-size:12px}.comparison-winner>b{font-size:10px;padding:9px 12px}@media(max-width:620px){.comparison-card{min-height:116px;grid-template-columns:64px 1fr auto;gap:14px;padding:13px!important}.comparison-card>i{width:60px;height:60px;border-radius:19px}.comparison-card>i svg{width:39px;height:39px}.comparison-card strong{font-size:18px}.comparison-card span{font-size:11px}.comparison-card small{font-size:10.5px;line-height:1.35}.comparison-winner{grid-template-columns:72px 1fr auto;min-height:145px}.comparison-winner>i{width:70px;height:70px;border-radius:22px}.comparison-winner>i img{width:64px;height:64px}.comparison-winner strong{font-size:22px}.comparison-winner small{font-size:10.5px}.comparison-winner>b{font-size:8px;padding:7px 8px}}.comparison-card>div:not(.winner-shine)>span{font-size:14px;font-weight:850;letter-spacing:-.015em}@media(max-width:620px){.comparison-card>div:not(.winner-shine)>span{font-size:13px}}.comparison-card>div:not(.winner-shine)>span{width:max-content;max-width:100%;padding:5px 9px;border-radius:8px;background:rgba(107,75,213,.1);color:#6748cf;font-size:17px;font-weight:900;line-height:1.1;letter-spacing:-.025em}.freelancer-card>div:not(.winner-shine)>span{background:rgba(217,101,69,.11);color:#bf5438}.tool-card>div:not(.winner-shine)>span{background:rgba(22,141,146,.11);color:#107b80}.comparison-winner>div:not(.winner-shine)>span{background:linear-gradient(135deg,rgba(118,87,232,.12),rgba(18,170,176,.12));color:#6548ce}.comparison-card>div:not(.winner-shine)>strong{margin-top:3px}@media(max-width:620px){.comparison-card>div:not(.winner-shine)>span{padding:5px 8px;font-size:16px}.comparison-card>div:not(.winner-shine)>strong{margin-top:2px}}.legal-page{position:relative;min-height:100vh;background:linear-gradient(180deg,#fbf9ff,#fff 24%,#fafcff);overflow:hidden}.legal-aurora{position:absolute;inset:0 0 auto;height:720px;pointer-events:none}.legal-aurora i{position:absolute;border-radius:50%;filter:blur(3px)}.legal-aurora i:first-child{width:520px;height:520px;left:-240px;top:-170px;background:radial-gradient(circle,rgba(117,82,232,.17),transparent 68%)}.legal-aurora i:nth-child(2){width:470px;height:470px;right:-170px;top:20px;background:radial-gradient(circle,rgba(21,171,178,.16),transparent 68%)}.legal-aurora i:nth-child(3){width:360px;height:360px;left:45%;top:180px;background:radial-gradient(circle,rgba(229,83,149,.09),transparent 67%)}.legal-nav{position:relative;z-index:5;width:min(1180px,calc(100% - 40px));height:74px;margin:auto;justify-content:space-between}.legal-brand,.legal-nav{display:flex;align-items:center}.legal-brand{gap:9px;font-size:17px;font-weight:900;letter-spacing:-.035em}.legal-brand img{width:42px;height:42px;object-fit:contain}.legal-nav nav{display:flex;align-items:center;gap:7px;padding:5px;border:1px solid rgba(111,81,207,.11);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 8px 25px rgba(45,35,77,.07);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.legal-nav nav a{padding:8px 12px;border-radius:999px;color:#756e80;font-size:11px;font-weight:750}.legal-nav nav a.active{background:#eee9ff;color:#6748cf}.legal-nav nav .legal-home{background:#241d38;color:#fff}.legal-nav nav .legal-home span{color:#7ee0d8}.legal-main{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:auto}.legal-hero{min-height:500px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;grid-gap:55px;gap:55px;padding:55px 32px 66px}.legal-kicker{display:inline-flex;padding:8px 11px;border-radius:999px;background:#eee9ff;color:#694bd2;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.legal-hero h1{max-width:720px;margin:19px 0 16px;font-size:clamp(52px,6.3vw,82px);line-height:.92;letter-spacing:-.065em}.legal-hero-copy>p{max-width:660px;margin:0;color:#706879;font-size:17px;line-height:1.65}.legal-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.legal-meta span{padding:7px 9px;border:1px solid rgba(104,77,194,.11);border-radius:9px;background:rgba(255,255,255,.67);color:#81798d;font-size:9px;font-weight:700}.legal-hero-art{position:relative;min-height:330px;display:grid;place-items:center}.legal-art-orbit{position:relative;width:260px;height:260px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,rgba(239,233,255,.86),rgba(224,249,246,.82));box-shadow:inset 0 0 0 1px rgba(116,85,232,.09),0 30px 70px rgba(56,42,102,.14)}.legal-art-orbit:after,.legal-art-orbit:before{content:"";position:absolute;border:1px solid rgba(116,85,232,.14);border-radius:50%;inset:-18px}.legal-art-orbit:after{inset:22px;border-color:rgba(18,170,176,.14)}.legal-art-orbit img{position:relative;z-index:2;width:220px;height:220px;object-fit:contain}.legal-art-orbit>span{position:absolute;z-index:3;right:-10px;bottom:30px;padding:8px 11px;border-radius:999px;background:#241d38;color:#fff;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 9px 22px rgba(36,29,56,.22)}.legal-art-chip{position:absolute;padding:10px 12px;border:1px solid rgba(110,82,199,.1);border-radius:13px;background:rgba(255,255,255,.9);color:#625a70;font-size:9px;font-weight:800;font-style:normal;box-shadow:0 13px 31px rgba(45,35,77,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.legal-art-chip.chip-one{left:0;top:62px;transform:rotate(-4deg)}.legal-art-chip.chip-two{right:-5px;bottom:55px;transform:rotate(4deg)}.legal-promise{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;padding:14px;border:1px solid rgba(110,82,199,.12);border-radius:27px;background:rgba(255,255,255,.74);box-shadow:0 24px 65px rgba(45,35,77,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.legal-promise article{position:relative;min-height:168px;padding:20px;border-radius:19px;background:linear-gradient(145deg,#fff,#faf8ff);overflow:hidden}.legal-promise article:nth-child(2){background:linear-gradient(145deg,#fff,#f2fcfb)}.legal-promise article:nth-child(3){background:linear-gradient(145deg,#fff,#fff8f3)}.legal-promise article>span{display:grid;width:31px;height:31px;place-items:center;border-radius:10px;background:#eee9ff;color:#694bd2;font-size:8px;font-weight:900}.legal-promise article:nth-child(2)>span{background:#e1f7f4;color:#14898f}.legal-promise article:nth-child(3)>span{background:#ffeadf;color:#d65f40}.legal-promise h2{margin:17px 0 7px;font-size:17px;letter-spacing:-.025em}.legal-promise p{margin:0;color:#7a7285;font-size:11px;line-height:1.5}.legal-layout{display:grid;grid-template-columns:230px minmax(0,760px);justify-content:center;grid-gap:60px;gap:60px;padding:95px 0}.legal-sidebar{position:-webkit-sticky;position:sticky;top:25px;align-self:start}.legal-sidebar>span{display:block;margin:0 0 11px 9px;color:#9b93a6;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.legal-sidebar nav{display:flex;flex-direction:column;gap:3px}.legal-sidebar nav a{display:flex;align-items:center;gap:9px;padding:9px;border-radius:10px;color:#736b7e;font-size:10px;font-weight:750;transition:.2s}.legal-sidebar nav a:hover{background:#f0ecff;color:#6548ce;transform:translateX(3px)}.legal-sidebar nav i{color:#aaa1b5;font-size:7px;font-style:normal}.legal-help{margin-top:18px;padding:15px;border-radius:16px;background:linear-gradient(145deg,#2a213f,#352750);color:#fff}.legal-help strong{font-size:12px}.legal-help p{margin:6px 0 9px;color:#bfb7ca;font-size:9px;line-height:1.5}.legal-help a{color:#83e2da;font-size:9px;font-weight:800}.legal-content{min-width:0}.legal-section{position:relative;scroll-margin-top:30px;padding:0 0 58px;margin-bottom:58px;border-bottom:1px solid #ebe7f1}.legal-section:last-child{border-bottom:0}.legal-section-number{display:grid;width:38px;height:38px;place-items:center;margin-bottom:14px;border-radius:12px;background:linear-gradient(145deg,#eee9ff,#e2dcff);color:#6a4bd2;font-size:9px;font-weight:900;box-shadow:inset 0 1px 0 #fff,0 8px 19px rgba(78,52,160,.1)}.legal-section h2{margin:0 0 17px;font-size:32px;line-height:1.05;letter-spacing:-.045em}.legal-section h3{margin:25px 0 8px;font-size:17px;letter-spacing:-.02em}.legal-section p{margin:0 0 15px;color:#696172;font-size:14px;line-height:1.75}.legal-section p strong{color:#292139}.legal-section a{color:#6548ce;font-weight:750;text-decoration:underline;-webkit-text-decoration-color:rgba(101,72,206,.3);text-decoration-color:rgba(101,72,206,.3);text-underline-offset:3px}.legal-callout{margin:22px 0;padding:18px 20px;border:1px solid rgba(116,85,232,.12);border-radius:17px;background:linear-gradient(145deg,#f7f4ff,#fff)}.legal-callout.accent{background:linear-gradient(145deg,#edfbf7,#f9fffd);border-color:rgba(18,170,176,.15)}.legal-callout.warning{background:linear-gradient(145deg,#fff7ed,#fffcf8);border-color:rgba(229,118,69,.18)}.legal-callout strong{font-size:13px}.legal-callout p{margin:6px 0 0;font-size:12px}.legal-data-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin:19px 0 22px}.legal-data-grid article{padding:15px;border:1px solid rgba(101,76,174,.1);border-radius:15px;background:#fcfbfe}.legal-data-grid b{font-size:12px}.legal-data-grid p{margin:5px 0 0;font-size:10.5px;line-height:1.55}.legal-check-list,.legal-no-list{display:flex;flex-direction:column;gap:8px;margin:19px 0 22px;padding:0;list-style:none}.legal-check-list li,.legal-no-list li{position:relative;padding:12px 14px 12px 43px;border:1px solid rgba(107,80,188,.09);border-radius:13px;background:#fcfbfe;color:#665f70;font-size:12px;line-height:1.55}.legal-check-list li:before,.legal-no-list li:before{content:"✓";position:absolute;left:13px;top:12px;width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#e1f7ed;color:#19845c;font-size:9px;font-weight:900}.legal-no-list li:before{content:"×";background:#ffebe7;color:#ca5b43}.legal-split-callout{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:20px 0}.legal-split-callout>div{padding:17px;border-radius:16px;background:#f4f0ff}.legal-split-callout>div:last-child{background:#eaf9f6}.legal-split-callout strong{font-size:12px}.legal-split-callout p{margin:7px 0 0;font-size:10.5px;line-height:1.55}.legal-tag-list{display:flex;flex-wrap:wrap;gap:7px;margin:17px 0 21px;padding:0;list-style:none}.legal-tag-list li{padding:8px 10px;border:1px solid rgba(111,83,198,.11);border-radius:999px;background:#faf8ff;color:#665d74;font-size:9px;font-weight:750}.legal-timeline{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:21px 0}.legal-timeline:before{content:"";position:absolute;left:10%;right:10%;top:20px;height:2px;background:linear-gradient(90deg,#7657e8,#df6093,#15abb2)}.legal-timeline>div{position:relative;padding:48px 13px 13px;border-radius:15px;background:#faf8ff}.legal-timeline span{position:absolute;top:10px;left:13px;padding:6px 8px;border-radius:8px;background:#eee9ff;color:#694bd2;font-size:8px;font-weight:900}.legal-timeline p{margin:0;font-size:9.5px;line-height:1.5}.rights-strip{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px;margin:20px 0}.rights-strip span{padding:11px 5px;border-radius:11px;background:linear-gradient(145deg,#eee9ff,#e5f8f5);color:#5f4c95;font-size:9px;font-weight:850;text-align:center}.legal-contact{display:flex;align-items:center;justify-content:space-between;gap:35px;margin:0 auto 95px;padding:35px 39px;border-radius:28px;background:radial-gradient(circle at 90% 20%,rgba(34,197,184,.2),transparent 35%),linear-gradient(120deg,#261e3b,#3c2a5b);color:#fff;box-shadow:0 25px 65px rgba(36,29,56,.2)}.legal-contact>div>span{color:#8de9e0;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.legal-contact h2{margin:9px 0 6px;font-size:28px;letter-spacing:-.04em}.legal-contact p{margin:0;color:#beb6c8;font-size:11px}.legal-contact>a{display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:14px 17px;border-radius:13px;background:#fff;color:#2b223f;font-size:11px;font-weight:850}.legal-contact>a span{color:#15aab1;font-size:16px}@media(max-width:820px){.legal-hero{grid-template-columns:1fr;text-align:center;padding-inline:0}.legal-hero-copy>p{margin-inline:auto}.legal-meta{justify-content:center}.legal-hero-art{min-height:280px}.legal-promise{grid-template-columns:1fr}.legal-promise article{min-height:130px}.legal-layout{grid-template-columns:1fr;gap:25px;padding-top:65px}.legal-sidebar{position:static}.legal-sidebar nav,.legal-sidebar>span{display:none}.legal-help{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0}.legal-help p{display:none}}@media(max-width:620px){.legal-nav{width:calc(100% - 24px);height:62px}.legal-brand img{width:36px;height:36px}.legal-brand span{display:none}.legal-nav nav{gap:2px}.legal-nav nav a{padding:7px 8px;font-size:9px}.legal-main{width:calc(100% - 20px)}.legal-hero{min-height:auto;padding:43px 6px 45px}.legal-hero h1{font-size:49px}.legal-hero-copy>p{font-size:14px}.legal-meta span{font-size:8px}.legal-hero-art{min-height:250px}.legal-art-orbit{width:205px;height:205px}.legal-art-orbit img{width:180px;height:180px}.legal-art-chip.chip-one{left:2px}.legal-art-chip.chip-two{right:0}.legal-promise{padding:8px;border-radius:22px}.legal-promise article{min-height:118px;padding:16px}.legal-promise h2{margin-top:12px;font-size:16px}.legal-promise p{font-size:10.5px}.legal-layout{padding:55px 5px}.legal-help{padding:13px}.legal-section{padding-bottom:42px;margin-bottom:43px}.legal-section h2{font-size:29px}.legal-section p{font-size:13px;line-height:1.7}.legal-data-grid,.legal-split-callout{grid-template-columns:1fr}.legal-data-grid article{padding:14px}.legal-data-grid p,.legal-split-callout p{font-size:11px}.legal-timeline{grid-template-columns:1fr}.legal-timeline:before{display:none}.legal-timeline>div{padding:45px 13px 13px}.rights-strip{grid-template-columns:repeat(3,1fr)}.legal-contact{margin-bottom:65px;padding:25px 20px;flex-direction:column;align-items:flex-start;border-radius:22px}.legal-contact h2{font-size:25px}.legal-contact>a{width:100%;justify-content:center}.legal-page .site-footer{width:calc(100% - 20px)}}.site-footer{position:relative;width:min(1220px,calc(100% - 24px));min-height:0;margin:70px auto 12px;padding:12px;border:0;border-radius:34px;background:linear-gradient(145deg,#211a35,#2c2043 55%,#222b47);color:#fff;overflow:hidden;box-shadow:0 28px 80px rgba(36,29,56,.25)}.footer-glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 10% 15%,rgba(126,84,235,.28),transparent 28%),radial-gradient(circle at 92% 85%,rgba(24,190,180,.22),transparent 32%)}.footer-glow:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:38px 38px;-webkit-mask-image:linear-gradient(180deg,black,transparent);mask-image:linear-gradient(180deg,black,transparent)}.footer-inner{position:relative;z-index:2}.footer-cta{min-height:250px;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:38px 44px;border:1px solid rgba(255,255,255,.09);border-radius:25px;background:linear-gradient(120deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.footer-cta>div>span{display:inline-flex;align-items:center;gap:7px;color:#9ce8dc;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.footer-cta>div>span i{width:7px;height:7px;border-radius:50%;background:#42d09b;box-shadow:0 0 0 4px rgba(66,208,155,.12)}.footer-cta h2{margin:15px 0 9px;font-size:clamp(35px,4.5vw,59px);line-height:.96;letter-spacing:-.055em}.footer-cta p{max-width:540px;margin:0;color:#beb7c9;font-size:13px;line-height:1.6}.footer-cta>a{min-width:190px;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 20px;border-radius:16px;background:#fff;color:#261e3a;font-size:13px;font-weight:900;box-shadow:0 13px 30px rgba(0,0,0,.18);transition:transform .2s ease,box-shadow .2s ease}.footer-cta>a span{color:#16aab0;font-size:20px;transition:transform .2s ease}.footer-cta>a:hover{transform:translateY(-3px);box-shadow:0 17px 36px rgba(0,0,0,.24)}.footer-cta>a:hover span{transform:translateX(4px)}.footer-main{display:grid;grid-template-columns:1.1fr 1.3fr;grid-gap:70px;gap:70px;padding:54px 44px 45px}.footer-identity{max-width:360px}.footer-brand{display:flex;align-items:center;gap:12px;color:#fff}.footer-brand img{width:58px;height:58px;object-fit:contain}.footer-brand>div{display:flex;flex-direction:column;gap:2px}.footer-brand strong{font-size:21px;letter-spacing:-.035em}.footer-brand span{color:#aaa2b7;font-size:9px;font-weight:700}.footer-identity>p{margin:20px 0;color:#aaa3b5;font-size:11px;line-height:1.65}.footer-status{width:max-content;display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid rgba(102,222,181,.14);border-radius:999px;background:rgba(50,181,128,.08);color:#83dfbd;font-size:8px;font-weight:850}.footer-status i{width:6px;height:6px;border-radius:50%;background:#42d09b}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px}.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-links strong{margin-bottom:5px;color:#fff;font-size:10px;letter-spacing:.09em;text-transform:uppercase}.footer-links a{position:relative;color:#aaa3b5;font-size:10px;font-weight:650;transition:color .2s ease,transform .2s ease}.footer-links a:hover{color:#fff;transform:translateX(3px)}.footer-coming{padding:5px 7px;border-radius:7px;background:rgba(255,255,255,.06);color:#797184;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.footer-bottom{min-height:70px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:20px;gap:20px;padding:15px 44px;border-top:1px solid rgba(255,255,255,.08);color:#81798b}.footer-bottom>p{margin:0;font-size:8px}.footer-socials{display:flex;gap:6px}.footer-socials a{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.04);color:#bcb5c7;transition:.2s ease}.footer-socials a:hover{background:rgba(255,255,255,.1);color:#fff;transform:translateY(-2px)}.footer-socials svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.footer-socials .social-fill{fill:currentColor;stroke:none}.footer-email{justify-self:end;color:#aaa3b5;font-size:9px;font-weight:750}.footer-email span{color:#75ded5}@media(max-width:820px){.footer-cta{align-items:flex-start;flex-direction:column}.footer-main{grid-template-columns:1fr;gap:38px}.footer-links{max-width:550px}.footer-bottom{grid-template-columns:1fr auto}.footer-socials{grid-row:1/3;grid-column:2}.footer-email{justify-self:start}}@media(max-width:620px){.site-footer{width:calc(100% - 12px)!important;margin-top:45px;padding:7px;border-radius:25px;text-align:left;gap:0}.footer-cta{min-height:0;padding:27px 20px;border-radius:19px}.footer-cta h2{font-size:37px}.footer-cta p{font-size:11px}.footer-cta>a{width:100%;min-height:52px}.footer-main{padding:38px 20px 31px;gap:34px}.footer-brand img{width:52px;height:52px}.footer-identity>p{font-size:10.5px}.footer-links{grid-template-columns:repeat(2,1fr);gap:30px 20px}.footer-links>div:last-child{grid-column:1/-1}.footer-links a{font-size:11px}.footer-bottom{min-height:0;grid-template-columns:1fr auto;padding:20px;gap:14px;text-align:left}.footer-bottom>p{font-size:7.5px}.footer-socials{grid-row:auto;grid-column:auto}.footer-email{grid-column:1/-1}.footer-socials a{width:34px;height:34px}}.site-footer{display:block}.site-footer>.footer-inner{display:block!important;gap:0}.footer-bottom,.footer-cta,.footer-inner,.footer-main{width:100%;min-width:0}@media(max-width:620px){.site-footer{display:block!important;align-items:normal!important;justify-content:normal!important}.footer-inner{overflow:hidden}.footer-cta{display:flex;width:100%;align-items:flex-start;text-align:left}.footer-cta>div{width:100%;min-width:0}.footer-cta h2{max-width:100%;overflow-wrap:anywhere}.footer-main{display:grid;width:100%;text-align:left}.footer-identity{width:100%;max-width:none}.footer-links{width:100%}.footer-bottom{display:grid;width:100%;text-align:left}}.site-shell>main{display:flex;flex-direction:column}.site-shell>main>.top-aurora{order:0}.site-shell>main>.quiz-intro{order:1}.site-shell>main>.onboarding-wrap{order:2}.site-shell>main>.what-reelmeup-does{order:3}.site-shell>main>.story-hero{order:4}.site-shell>main>.difference{order:5}.site-shell>main>.answer-section{order:6}.answer-section{position:relative;padding:105px 0 125px;text-align:left}.faq-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:flex-end;grid-gap:55px;gap:55px;margin-bottom:38px}.faq-heading .section-kicker{display:inline-flex;align-items:center;gap:7px}.faq-heading .section-kicker span{width:22px;height:22px;display:grid;place-items:center;border-radius:8px;background:#eee9ff;font-size:10px}.faq-heading h2{max-width:700px;margin:16px 0 11px;font-size:clamp(40px,5.4vw,66px);line-height:.98;letter-spacing:-.055em}.faq-heading>div>p{max-width:590px;margin:0;color:#756d80;font-size:14px;line-height:1.6}.faq-heading aside{position:relative;padding:20px;border:1px solid rgba(116,85,232,.14);border-radius:20px;background:linear-gradient(145deg,#f4f0ff,#edfbf8);box-shadow:0 15px 38px rgba(45,35,77,.09);overflow:hidden}.faq-heading aside:after{content:"";position:absolute;width:130px;height:130px;right:-65px;top:-65px;border-radius:50%;background:radial-gradient(circle,rgba(116,85,232,.17),transparent 68%)}.faq-heading aside>span{display:block;color:#6b4cd1;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.faq-heading aside>strong{position:relative;z-index:1;display:block;margin:9px 0 14px;font-size:14px;line-height:1.45}.faq-heading aside>a{display:inline-flex;align-items:center;gap:8px;color:#6548cf;font-size:10px;font-weight:850}.faq-heading aside>a b{font-size:14px}.answer-section .faq-grid{grid-template-columns:1fr 1fr;gap:10px}.answer-section .faq-grid details{padding:0;border:1px solid rgba(103,78,176,.12);border-radius:20px;background:linear-gradient(145deg,#fff,#fcfbff);box-shadow:0 9px 25px rgba(45,35,77,.045);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.answer-section .faq-grid details:hover{transform:translateY(-2px);border-color:rgba(116,85,232,.28)}.answer-section .faq-grid details[open]{border-color:rgba(116,85,232,.32);box-shadow:0 16px 38px rgba(81,56,147,.1)}.answer-section .faq-grid summary{min-height:112px;display:grid;grid-template-columns:38px 1fr 32px;align-items:center;grid-gap:13px;gap:13px;padding:17px 18px;list-style:none;cursor:pointer}.answer-section .faq-grid summary::-webkit-details-marker{display:none}.answer-section .faq-grid summary:after{content:none}.faq-number{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#eee9ff,#e2dcff);color:#694bd2;font-size:9px;font-weight:900;box-shadow:inset 0 1px 0 #fff,0 7px 16px rgba(84,54,173,.1)}.faq-question{display:flex;flex-direction:column;gap:5px;color:var(--ink);font-size:15px;font-weight:850;line-height:1.3}.faq-question small{color:#8d8499;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.answer-section .faq-grid summary>i{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#f0ecff;color:#684ad1;font-size:18px;font-style:normal;font-weight:500;transition:transform .25s ease,background .25s ease}.answer-section .faq-grid details[open] summary>i{transform:rotate(45deg);background:#7657e8;color:#fff}.faq-answer{padding:0 18px 19px 69px}.answer-section .faq-grid .faq-answer p{margin:0;padding-top:15px;border-top:1px solid #eeeaf3;color:#665e70;font-size:12.5px;line-height:1.7}.faq-contact{justify-content:center;gap:14px;margin-top:24px;color:#827a8d;font-size:10px}.faq-contact,.faq-contact>a{display:flex;align-items:center}.faq-contact>a{gap:8px;padding:9px 12px;border-radius:999px;background:#eee9ff;color:#6548cf;font-weight:850}.faq-contact b{font-size:14px}@media(max-width:820px){.faq-heading{grid-template-columns:1fr;align-items:start;gap:22px}.faq-heading aside{max-width:600px}.answer-section .faq-grid{grid-template-columns:1fr}}@media(max-width:620px){.answer-section{padding:72px 0 85px}.faq-heading{margin-bottom:24px;text-align:center}.faq-heading h2{font-size:42px}.faq-heading>div>p{font-size:13px}.faq-heading .section-kicker{justify-content:center}.faq-heading aside{text-align:left;padding:17px}.faq-heading aside>strong{font-size:13px}.answer-section .faq-grid{gap:8px}.answer-section .faq-grid summary{min-height:96px;grid-template-columns:34px 1fr 30px;gap:10px;padding:13px}.faq-number{width:34px;height:34px;border-radius:11px}.faq-question{font-size:15px}.faq-question small{font-size:7.5px}.answer-section .faq-grid summary>i{width:29px;height:29px}.faq-answer{padding:0 13px 16px 57px}.answer-section .faq-grid .faq-answer p{font-size:12.5px}.faq-contact{flex-direction:column;gap:8px}.faq-contact>a{font-size:10px}}.website-navigation .quiz-link.next:not(:disabled){animation:none}.about-hero.about-hero-v2{min-height:0;display:flex;flex-direction:column;align-items:center;gap:0;padding:15px 0 105px;text-align:center}.about-hero-v2 .about-hero-character{position:relative;z-index:2;width:min(570px,78vw);height:auto;margin:0 auto -8px;object-fit:contain;filter:drop-shadow(0 28px 40px rgba(157,39,128,.2));animation:about-character-float 5s ease-in-out infinite}.about-hero-v2 .about-hero-copy{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center}.about-hero-v2 .about-kicker{margin-top:0}.about-hero-v2 h1{max-width:none;margin:14px 0 15px;font-size:clamp(72px,10vw,132px);line-height:.82;letter-spacing:-.078em}.about-hero-v2 h1 span{background:linear-gradient(90deg,#ef3f91,#a94ad7 55%,#704ee5);-webkit-background-clip:text;background-clip:text;color:transparent}.about-hero-v2 h2{max-width:850px;margin:0;color:#2c223e;font-size:clamp(28px,4vw,49px);line-height:1.02;letter-spacing:-.05em}.about-hero-v2 .about-hero-copy>p{max-width:760px;margin:22px auto 0;color:#71687c;font-size:17px;line-height:1.65}.about-hero-v2 .about-hero-actions{justify-content:center}.about-name-story{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:65px;gap:65px;margin-bottom:110px;padding:72px;border:1px solid rgba(152,66,185,.14);border-radius:40px;background:radial-gradient(circle at 5% 10%,rgba(238,63,145,.15),transparent 31%),radial-gradient(circle at 95% 90%,rgba(49,188,180,.14),transparent 32%),linear-gradient(145deg,#fff,#faf7ff);box-shadow:0 30px 80px rgba(61,37,91,.12);overflow:hidden}.about-name-story:before{content:"♪";position:absolute;right:25px;top:5px;color:rgba(178,63,175,.08);font-size:180px;font-weight:900;transform:rotate(12deg)}.about-name-mark{position:relative;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;padding:32px;border-radius:28px;background:radial-gradient(circle at 80% 20%,rgba(255,93,169,.3),transparent 30%),linear-gradient(145deg,#251a39,#44224e);color:#fff;box-shadow:0 24px 50px rgba(42,24,59,.23);overflow:hidden}.about-name-mark:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.1);border-radius:21px}.about-name-mark:after{content:"♫";position:absolute;right:25px;top:20px;color:#f663ac;font-size:72px;filter:drop-shadow(0 10px 18px rgba(239,63,145,.25))}.about-name-mark span{position:relative;color:#f6a7cf;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.about-name-mark strong{position:relative;margin-top:14px;font-size:39px;line-height:.98;letter-spacing:-.055em}.about-name-copy{position:relative;align-self:center}.about-name-copy>span{color:#a53eb1;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.about-name-copy h2{margin:13px 0 20px;font-size:54px;line-height:.95;letter-spacing:-.058em}.about-name-copy>p{margin:0 0 16px;color:#6f6679;font-size:14px;line-height:1.75}.about-name-copy>p strong{color:#31263f}.about-name-copy>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.about-name-copy>div span{padding:10px 12px;border:1px solid rgba(150,71,182,.12);border-radius:999px;background:#fff;color:#6a5377;font-size:9px;font-weight:850;box-shadow:0 7px 17px rgba(69,43,91,.06)}.about-problem-grid article,.principles-grid article{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.about-problem-grid article:hover,.principles-grid article:hover{transform:translateY(-7px);border-color:rgba(151,75,188,.24);box-shadow:0 22px 48px rgba(55,35,76,.12)}.about-answer:before{content:"";position:absolute;right:-90px;top:-90px;width:230px;height:230px;border:1px solid rgba(231,64,145,.1);border-radius:50%;box-shadow:0 0 0 35px rgba(117,82,226,.03),0 0 0 70px rgba(40,185,177,.02)}@keyframes about-character-float{0%,to{transform:translateY(0) rotate(-.3deg)}50%{transform:translateY(-10px) rotate(.4deg)}}@media(max-width:820px){.about-name-story{grid-template-columns:1fr;gap:32px;padding:38px}.about-name-mark{min-height:300px}.about-name-copy h2{font-size:46px}}@media(max-width:620px){.about-hero.about-hero-v2{padding:0 14px 70px}.about-hero-v2 .about-hero-character{width:min(430px,108vw);max-width:none;margin-top:-4px;margin-bottom:3px}.about-hero-v2 h1{margin:8px 0 15px;font-size:67px;line-height:.86}.about-hero-v2 h2{font-size:31px;line-height:1.02}.about-hero-v2 .about-hero-copy>p{margin-top:17px;font-size:13.5px;line-height:1.6}.about-hero-v2 .about-hero-actions{width:100%;flex-direction:column;gap:12px}.about-hero-v2 .about-hero-actions>a:first-child{width:100%;justify-content:space-between}.about-name-story{width:calc(100% - 18px);margin-bottom:75px;padding:12px;border-radius:29px}.about-name-mark{min-height:265px;padding:24px;border-radius:22px}.about-name-mark strong{font-size:34px}.about-name-copy{padding:17px 10px 20px}.about-name-copy h2{font-size:39px}.about-name-copy>p{font-size:13px;line-height:1.65}.about-name-copy>div span{width:100%;text-align:center}.about-belief{margin-inline:9px}.about-principles,.about-problem{padding-top:85px}.about-answer{margin-inline:9px}}@media(prefers-reduced-motion:reduce){.about-hero-v2 .about-hero-character{animation:none}}.about-page{min-height:100vh;background:radial-gradient(circle at 8% 8%,rgba(116,85,232,.1),transparent 24%),linear-gradient(#fbfaff,#fff 33%,#faf9fd);overflow:hidden}.about-hero{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;grid-gap:55px;gap:55px;padding:65px 0 100px}.about-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:#eee9ff;color:#6748cf;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.about-kicker i{width:7px;height:7px;border-radius:50%;background:#7657e8;box-shadow:0 0 0 4px rgba(118,87,232,.12)}.about-hero h1{max-width:690px;margin:20px 0 18px;font-size:clamp(54px,6.4vw,84px);line-height:.92;letter-spacing:-.068em}.about-hero h1 span{background:linear-gradient(90deg,#7657e8,#dd5593,#15aab1);-webkit-background-clip:text;background-clip:text;color:transparent}.about-hero-copy>p{max-width:640px;margin:0;color:#716a7c;font-size:17px;line-height:1.65}.about-hero-actions{display:flex;align-items:center;gap:18px;margin-top:27px}.about-hero-actions>a:first-child{min-height:52px;display:flex;align-items:center;gap:19px;padding:0 18px;border-radius:15px;background:#241d38;color:#fff;font-size:12px;font-weight:900;box-shadow:0 13px 29px rgba(36,29,56,.2)}.about-hero-actions>a:first-child span{color:#75ded5;font-size:18px}.about-hero-actions>a:last-child{color:#6e667a;font-size:11px;font-weight:800}.about-hero-visual{min-height:470px;display:grid;place-items:center}.about-orbit{position:relative;width:390px;height:390px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,rgba(239,233,255,.75),rgba(224,249,246,.76));box-shadow:inset 0 0 0 1px rgba(116,85,232,.1),0 35px 80px rgba(45,35,77,.15)}.orbit-line{position:absolute;border:1px solid rgba(116,85,232,.16);border-radius:50%;inset:-22px}.orbit-line.line-two{inset:29px;border-color:rgba(18,170,176,.15)}.about-orbit img{position:relative;z-index:2;width:325px;height:325px;object-fit:contain}.orbit-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:15px;padding:11px 12px;border:1px solid rgba(106,79,191,.11);border-radius:14px;background:rgba(255,255,255,.9);color:#5f566b;font-size:10px;font-weight:850;font-style:normal;box-shadow:0 14px 33px rgba(45,35,77,.13);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.orbit-chip b{width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#e0f6eb;color:#18835b;font-size:9px}.chip-plan{left:-34px;top:82px;transform:rotate(-4deg)}.chip-create{right:-34px;top:155px;transform:rotate(4deg)}.chip-grow{left:22px;bottom:15px;transform:rotate(2deg)}.about-belief{display:grid;grid-template-columns:140px 1fr 1fr;align-items:start;grid-gap:40px;gap:40px;padding:80px 55px;border-radius:34px;background:radial-gradient(circle at 88% 16%,rgba(32,192,181,.2),transparent 31%),linear-gradient(125deg,#241d38,#382750);color:#fff;box-shadow:0 28px 72px rgba(36,29,56,.2)}.about-belief-label{color:#a69db5;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.about-belief-label span{display:grid;width:34px;height:34px;place-items:center;margin-bottom:12px;border-radius:11px;background:rgba(255,255,255,.09);color:#8ce5dc}.about-belief h2{margin:0;font-size:39px;line-height:1.02;letter-spacing:-.05em}.about-belief>div:nth-child(2)>p{margin:15px 0 0;color:#8ce5dc;font-size:15px}.about-belief blockquote{margin:0;padding-left:24px;border-left:1px solid rgba(255,255,255,.18);color:#c9c2d1;font-size:16px;line-height:1.7}.about-problem{padding:115px 0}.about-section-heading{max-width:780px;margin-bottom:34px}.about-section-heading>span{color:#6748cf;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.about-section-heading h2{margin:13px 0 11px;font-size:clamp(40px,5vw,61px);line-height:1;letter-spacing:-.055em}.about-section-heading>p{max-width:670px;margin:0;color:#746d80;font-size:14px;line-height:1.65}.about-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px}.about-problem-grid article{min-height:260px;padding:21px;border:1px solid rgba(101,76,174,.11);border-radius:23px;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 13px 33px rgba(45,35,77,.06)}.about-problem-grid i{width:62px;height:62px;display:grid;place-items:center;margin-bottom:32px;border-radius:20px;background:linear-gradient(145deg,#eee9ff,#ded5ff);color:#6b4bd5;font-style:normal}.about-problem-grid article:nth-child(2) i{background:linear-gradient(145deg,#ffede4,#ffdcca);color:#d76546}.about-problem-grid article:nth-child(3) i{background:linear-gradient(145deg,#e6faf7,#d1f3ee);color:#168c92}.about-problem-grid svg{width:41px;height:41px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.about-problem-grid svg .wash{fill:currentColor;fill-opacity:.11;stroke:none}.about-problem-grid article>span{display:block;color:#8d849a;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.about-problem-grid strong{display:block;margin-top:9px;font-size:17px;line-height:1.45}.about-answer{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:75px;gap:75px;padding:90px 65px;border:1px solid rgba(110,82,199,.12);border-radius:36px;background:radial-gradient(circle at 5% 95%,rgba(18,170,176,.14),transparent 28%),linear-gradient(145deg,#faf8ff,#fff);box-shadow:0 25px 70px rgba(45,35,77,.09)}.about-answer-art{display:grid;place-items:center}.answer-window{position:relative;width:340px;min-height:440px;padding:15px;border:1px solid rgba(114,84,208,.14);border-radius:28px;background:rgba(255,255,255,.8);box-shadow:0 27px 65px rgba(45,35,77,.15)}.answer-window-top{display:flex;align-items:center;gap:5px;color:#8a8295;font-size:8px}.answer-window-top>span{width:6px;height:6px;border-radius:50%;background:#e6dff0}.answer-window-top>b{margin-left:auto}.answer-window>img{display:block;width:275px;height:275px;object-fit:contain;margin:20px auto}.answer-task{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;gap:11px;padding:14px;border-radius:16px;background:#251e39;color:#fff}.answer-task>i{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:rgba(70,210,157,.16);color:#76e0b8;font-style:normal}.answer-task>div{display:flex;flex-direction:column;gap:3px}.answer-task small{color:#a69eaf;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.answer-task strong{font-size:11px}.about-answer-copy h2{margin:17px 0 13px;font-size:49px;line-height:1;letter-spacing:-.055em}.about-answer-copy>p{color:#70687a;font-size:14px;line-height:1.7}.about-answer-copy ul{display:flex;flex-direction:column;gap:8px;margin:24px 0 0;padding:0;list-style:none}.about-answer-copy li{display:grid;grid-template-columns:31px 1fr;grid-gap:11px;gap:11px;padding:12px;border-radius:15px;background:rgba(255,255,255,.75)}.about-answer-copy li>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#eee9ff;color:#6748cf;font-size:8px;font-weight:900}.about-answer-copy li strong{font-size:12px}.about-answer-copy li p{margin:4px 0 0;color:#7c7487;font-size:9.5px;line-height:1.5}.about-principles{padding:115px 0}.principles-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;gap:10px}.principles-grid article{grid-column:span 2;min-height:195px;padding:19px;border:1px solid rgba(106,80,181,.1);border-radius:20px;background:#fff}.principles-grid article:nth-child(4){grid-column:2/span 2}.principles-grid article>span{display:inline-flex;padding:6px 8px;border-radius:8px;background:#eee9ff;color:#6748cf;font-size:8px;font-weight:900;text-transform:uppercase}.principles-grid strong{display:block;margin:28px 0 7px;font-size:17px}.principles-grid p{margin:0;color:#7c7488;font-size:10px}.about-future{min-height:430px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:70px;gap:70px;margin-bottom:105px;padding:60px;border-radius:35px;background:radial-gradient(circle at 90% 15%,rgba(39,204,191,.22),transparent 31%),linear-gradient(120deg,#241d38,#382850);color:#fff}.about-future>div:first-child>span{color:#89e6dc;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.about-future h2{margin:14px 0 13px;font-size:45px;line-height:1;letter-spacing:-.05em}.about-future p{color:#c5becf;font-size:13px;line-height:1.65}.about-future a{width:max-content;display:flex;align-items:center;gap:12px;margin-top:22px;padding:13px 16px;border-radius:13px;background:#fff;color:#261e3a;font-size:11px;font-weight:900}.about-future a b{color:#16aab0;font-size:16px}.future-visual{display:grid;grid-template-columns:auto 1fr;grid-gap:9px 12px;gap:9px 12px;padding:25px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.05)}.future-visual span{color:#8ce5dc;font-size:8px;font-weight:900;text-transform:uppercase}.future-visual strong{font-size:14px}.future-visual i{grid-column:1/-1;margin:5px 0;color:#776c87;font-style:normal}@media(max-width:820px){.about-hero{grid-template-columns:1fr;text-align:center}.about-hero-copy>p{margin-inline:auto}.about-hero-actions{justify-content:center}.about-belief{grid-template-columns:1fr;gap:25px}.about-belief blockquote{padding-left:20px}.about-answer,.about-problem-grid{grid-template-columns:1fr}.about-problem-grid article{min-height:190px}.principles-grid{grid-template-columns:1fr 1fr}.principles-grid article,.principles-grid article:nth-child(4){grid-column:auto}.principles-grid article:last-child{grid-column:1/-1}.about-future{grid-template-columns:1fr}}@media(max-width:620px){.about-hero{min-height:auto;padding:55px 0 72px}.about-hero h1{font-size:51px}.about-hero-copy>p{font-size:14px}.about-hero-actions{flex-direction:column}.about-hero-actions>a:first-child{width:100%;justify-content:center}.about-hero-visual{min-height:360px}.about-orbit{width:285px;height:285px}.about-orbit img{width:245px;height:245px}.chip-plan{left:-15px;top:58px}.chip-create{right:-18px;top:125px}.chip-grow{left:9px;bottom:5px}.about-belief{width:calc(100% - 20px);padding:35px 24px;border-radius:25px}.about-belief h2{font-size:34px}.about-belief blockquote{font-size:14px}.about-problem{padding:78px 0}.about-section-heading{text-align:center}.about-section-heading h2{font-size:41px}.about-problem-grid article{min-height:170px;padding:17px}.about-problem-grid i{width:57px;height:57px;margin-bottom:22px}.about-answer{width:calc(100% - 20px);padding:50px 14px;border-radius:27px;gap:45px}.answer-window{width:100%;min-height:400px}.answer-window>img{width:245px;height:245px}.about-answer-copy{text-align:center}.about-answer-copy h2{font-size:41px}.about-answer-copy ul{text-align:left}.about-principles{padding:78px 0}.principles-grid{grid-template-columns:1fr}.principles-grid article,.principles-grid article:last-child,.principles-grid article:nth-child(4){grid-column:auto;min-height:150px}.principles-grid strong{margin-top:20px}.about-future{width:calc(100% - 20px);min-height:0;margin-bottom:70px;padding:38px 23px;border-radius:26px}.about-future h2{font-size:39px}.about-future a{width:100%;justify-content:center}.menu-button.is-open{position:fixed;top:22px;right:22px;z-index:50;background:#f1edfa;box-shadow:none}}.mobile-menu-utility{display:none}@media(max-width:620px){.nav-links{background:rgba(252,251,254,.985)}.mobile-menu-heading img{border-radius:50%;background:#f3f1f6}.mobile-menu-heading strong{font-size:16px}.mobile-menu-heading small{color:#817b8a}.nav-menu-links{gap:5px}.nav-menu-links>a{min-height:68px;padding:10px 11px;border-radius:15px;background:transparent}.nav-menu-links>a.active{border-color:#dcd7e7;background:#f7f5fa;box-shadow:none}.nav-menu-links>a:nth-child(2)>i,.nav-menu-links>a:nth-child(3)>i,.nav-menu-links>a>i{width:42px;height:42px;border:1px solid #ddd8e5;border-radius:12px;background:#fff;color:#3f394c;box-shadow:0 4px 12px rgba(40,31,61,.05)}.nav-menu-links>a>i svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.nav-menu-links strong{font-size:14px;letter-spacing:-.01em}.nav-menu-links small{font-size:9.5px;color:#85808d}.nav-menu-links>a>b{font-size:12px;color:#aaa4b3}.mobile-menu-action{border-radius:17px;background:#29223b}.mobile-menu-action .nav-cta{background:#7657e8;box-shadow:none}.mobile-menu-utility{display:flex;justify-content:center;align-items:center;gap:0;padding:4px 4px 1px}.mobile-menu-utility a{position:relative;padding:6px 11px;color:#9a95a1;font-size:9px;font-weight:650}.mobile-menu-utility a+a:before{content:"";position:absolute;left:0;top:50%;width:2px;height:2px;border-radius:50%;background:#bbb5c2}body.menu-open .mobile-login{opacity:0;pointer-events:none}}.seo-work-grid{gap:13px}.seo-work-grid li{--step-color:#7455e8;--step-soft:#eee9ff;min-height:285px;padding:14px 15px 18px;border-color:color-mix(in srgb,var(--step-color) 18%,white);background:radial-gradient(circle at 85% 3%,color-mix(in srgb,var(--step-color) 12%,transparent),transparent 30%),linear-gradient(155deg,#fff,color-mix(in srgb,var(--step-soft) 35%,white));box-shadow:0 18px 42px rgba(45,35,77,.08),inset 0 1px 0 #fff;overflow:hidden}.seo-work-grid li:nth-child(2){--step-color:#d6548c;--step-soft:#ffe5ef}.seo-work-grid li:nth-child(3){--step-color:#e76e45;--step-soft:#ffeadf}.seo-work-grid li:nth-child(4){--step-color:#169ba1;--step-soft:#def7f4}.seo-work-grid li:nth-child(5){--step-color:#397bd9;--step-soft:#e2efff}.seo-work-grid li:after{content:"";position:absolute;width:115px;height:115px;right:-55px;bottom:-60px;border-radius:50%;border:1px solid color-mix(in srgb,var(--step-color) 14%,transparent);box-shadow:0 0 0 16px color-mix(in srgb,var(--step-color) 4%,transparent)}.seo-step-top{display:flex;align-items:center;justify-content:space-between}.seo-work-grid .seo-step-top>span{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--step-soft) 78%,white);color:var(--step-color);font-size:8px;font-weight:900}.seo-step-icon{position:relative;width:74px;height:74px;display:grid;place-items:center;border-radius:23px;background:linear-gradient(145deg,#fff,var(--step-soft));color:var(--step-color);box-shadow:0 13px 30px color-mix(in srgb,var(--step-color) 15%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--step-color) 12%,white);font-style:normal;transform:rotate(3deg)}.seo-work-grid li:nth-child(2n) .seo-step-icon{transform:rotate(-3deg)}.seo-step-icon:before{content:"";position:absolute;inset:8px;border:1px solid rgba(255,255,255,.85);border-radius:17px}.seo-step-icon svg{position:relative;z-index:1;width:38px;height:38px;stroke-width:1.45}.seo-step-copy{margin-top:30px!important}.seo-step-copy small{display:flex;align-items:center;gap:6px;color:var(--step-color)}.seo-step-copy small i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,var(--step-color) 10%,transparent)}.seo-work-grid h3{margin:9px 0 8px;font-size:21px}.seo-work-grid p{font-size:10.5px}.seo-work-grid li>b{top:49px;color:var(--step-color);box-shadow:0 6px 17px rgba(45,35,77,.13)}@media(max-width:900px){.seo-work-grid li{min-height:230px}}@media(max-width:620px){.seo-work-grid{gap:13px}.seo-work-grid li,.seo-work-grid li:last-child{min-height:164px;display:grid;grid-template-columns:82px 1fr;align-items:center;grid-gap:14px;gap:14px;padding:12px 34px 12px 12px}.seo-step-top{height:100%;flex-direction:column;justify-content:center;gap:8px}.seo-work-grid .seo-step-top>span{width:25px;height:25px;border-radius:8px}.seo-step-icon{width:66px;height:66px;border-radius:20px}.seo-step-icon:before{border-radius:14px}.seo-step-icon svg{width:34px;height:34px}.seo-step-copy{margin-top:0!important}.seo-step-copy small{font-size:7.5px}.seo-work-grid h3{margin:8px 0 7px;font-size:21px}.seo-work-grid p{font-size:11px;line-height:1.5}.seo-work-grid li>b{right:50%;top:auto;bottom:-18px}.seo-work-grid li:after{width:90px;height:90px;right:-48px;bottom:-48px}}.footer-main{grid-template-columns:.85fr 1.65fr}.footer-links{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:820px){.footer-main{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:620px){.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-links>div:last-child{grid-column:auto}}.seo-page{--seo-accent:#7455e8;--seo-soft:#eee9ff;--seo-alt:#15abb2;min-height:100vh;background:radial-gradient(circle at 7% 4%,color-mix(in srgb,var(--seo-accent) 10%,transparent),transparent 22%),linear-gradient(#fbfaff,#fff 34%,#faf9fd);overflow:hidden}.seo-teal{--seo-accent:#139ca2;--seo-soft:#def7f4;--seo-alt:#7455e8}.seo-coral{--seo-accent:#e96d49;--seo-soft:#ffeadf;--seo-alt:#8a55df}.seo-hero{min-height:710px;display:grid;grid-template-columns:1.07fr .93fr;align-items:center;grid-gap:70px;gap:70px;padding:75px 0 105px}.seo-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:22px;color:#9991a2;font-size:9px}.seo-breadcrumb a:hover{color:var(--seo-accent)}.seo-breadcrumb b{color:#746d7e;font-weight:700}.seo-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:var(--seo-soft);color:var(--seo-accent);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.seo-eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--seo-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--seo-accent) 13%,transparent)}.seo-hero h1{max-width:760px;margin:20px 0 19px;font-size:clamp(55px,6.2vw,84px);line-height:.92;letter-spacing:-.07em}.seo-hero h1 em{display:inline;font-style:normal;background:linear-gradient(90deg,var(--seo-accent),var(--seo-alt));-webkit-background-clip:text;background-clip:text;color:transparent}.seo-hero-copy>p{max-width:690px;margin:0;color:#70697a;font-size:17px;line-height:1.68}.seo-hero-actions{display:flex;align-items:center;gap:20px;margin-top:28px}.seo-hero-actions>a:first-child{min-height:53px;display:flex;align-items:center;gap:20px;padding:0 19px;border-radius:15px;background:#251e39;color:#fff;font-size:12px;font-weight:900;box-shadow:0 14px 30px rgba(36,29,56,.2)}.seo-hero-actions>a:first-child span{color:#8de5dc;font-size:17px}.seo-hero-actions>a:last-child{color:#726a7d;font-size:11px;font-weight:800}.seo-signals{display:flex;gap:8px;flex-wrap:wrap;margin-top:21px}.seo-signals span{padding:7px 9px;border:1px solid rgba(78,58,114,.1);border-radius:999px;background:rgba(255,255,255,.76);color:#756e7e;font-size:9px;font-weight:750}.seo-hero-visual{display:grid;place-items:center}.seo-employee-console{position:relative;width:400px;min-height:505px;padding:18px;border:1px solid rgba(103,78,181,.14);border-radius:32px;background:linear-gradient(155deg,rgba(255,255,255,.97),color-mix(in srgb,var(--seo-soft) 45%,white));box-shadow:0 35px 85px rgba(50,34,91,.17);transform:rotate(1.2deg)}.seo-employee-console:after{content:"";position:absolute;inset:auto -70px -90px auto;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--seo-alt) 19%,transparent),transparent 68%)}.seo-console-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;color:#8b8494;font-size:9px;font-weight:750}.seo-console-top span{display:flex;align-items:center;gap:7px}.seo-console-top i{width:7px;height:7px;border-radius:50%;background:#31b881;box-shadow:0 0 0 4px rgba(49,184,129,.12)}.seo-employee-console>img{display:block;width:285px;height:285px;object-fit:contain;margin:8px auto -5px}.seo-console-task{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;grid-gap:5px;gap:5px;padding:16px 17px;border-radius:18px;background:#261f3a;color:#fff;box-shadow:0 14px 30px rgba(36,29,56,.18)}.seo-console-task small{grid-column:1/-1;color:#a89daf;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.seo-console-task strong{font-size:13px}.seo-console-task span{align-self:center;padding:5px 7px;border-radius:999px;background:rgba(77,218,165,.13);color:#7ce1ba;font-size:7px;font-weight:850}.seo-console-flow{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5px;gap:5px;margin-top:9px}.seo-console-flow span{padding:10px 4px;border:1px solid rgba(99,77,160,.1);border-radius:11px;background:rgba(255,255,255,.72);text-align:center;color:#706878;font-size:8px;font-weight:800}.seo-answer{display:grid;grid-template-columns:54px 1fr auto;align-items:center;grid-gap:22px;gap:22px;padding:29px 32px;border-radius:26px;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--seo-accent) 18%,transparent),transparent 34%),linear-gradient(125deg,#251e39,#382750);color:#fff;box-shadow:0 25px 65px rgba(36,29,56,.2)}.seo-answer-mark{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.07);color:#8ce5dc;font-size:18px;font-weight:900}.seo-answer>div:nth-child(2)>span{color:#9f95ae;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.seo-answer h2{margin:6px 0 8px;font-size:24px;letter-spacing:-.035em}.seo-answer p{max-width:760px;margin:0;color:#c9c2d0;font-size:12px;line-height:1.65}.seo-answer>a{display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:13px;background:#fff;color:#251e39;font-size:10px;font-weight:900;white-space:nowrap}.seo-answer>a b{color:var(--seo-accent);font-size:15px}.seo-comparison,.seo-use-cases,.seo-work{padding:115px 0 20px}.seo-section-heading{max-width:790px;margin-bottom:34px}.seo-section-heading>span{color:var(--seo-accent);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.seo-section-heading h2{margin:13px 0 12px;font-size:clamp(40px,5vw,61px);line-height:1;letter-spacing:-.058em}.seo-section-heading>p{max-width:680px;margin:0;color:#746d7e;font-size:14px;line-height:1.65}.seo-work-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:9px;gap:9px;margin:0;padding:0;list-style:none}.seo-work-grid li{position:relative;min-height:260px;padding:17px;border:1px solid rgba(88,66,147,.1);border-radius:21px;background:linear-gradient(150deg,#fff,color-mix(in srgb,var(--seo-soft) 25%,white));box-shadow:0 13px 35px rgba(45,35,77,.06)}.seo-work-grid li>span{display:grid;width:31px;height:31px;place-items:center;border-radius:10px;background:var(--seo-soft);color:var(--seo-accent);font-size:8px;font-weight:900}.seo-work-grid li>div{margin-top:63px}.seo-work-grid small{color:#9991a1;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.seo-work-grid h3{margin:7px 0;font-size:18px;letter-spacing:-.03em}.seo-work-grid p{margin:0;color:#7b7485;font-size:10px;line-height:1.6}.seo-work-grid li>b{position:absolute;right:-13px;top:29px;z-index:2;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--seo-accent);font-size:12px;box-shadow:0 5px 15px rgba(45,35,77,.11)}.seo-work-grid li:last-child>b{display:none}.seo-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px}.seo-card-grid article{position:relative;min-height:285px;padding:23px;border:1px solid rgba(91,68,155,.1);border-radius:24px;background:#fff;box-shadow:0 15px 38px rgba(45,35,77,.07);overflow:hidden}.seo-card-grid article:after{content:"";position:absolute;width:160px;height:160px;right:-70px;bottom:-80px;border-radius:50%;background:radial-gradient(circle,var(--seo-soft),transparent 68%)}.seo-card-grid article>span{color:var(--seo-accent);font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.seo-card-grid h3{max-width:280px;margin:55px 0 10px;font-size:23px;line-height:1.05;letter-spacing:-.04em}.seo-card-grid p{max-width:290px;margin:0;color:#777080;font-size:11px;line-height:1.65}.seo-card-grid i{position:absolute;right:18px;top:17px;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--seo-soft);color:var(--seo-accent);font-size:17px;font-style:normal}.seo-comparison-table{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.seo-comparison-table article{position:relative;min-height:205px;padding:20px;border:1px solid rgba(87,67,139,.11);border-radius:21px;background:#fff}.seo-comparison-table article.winner{border-color:color-mix(in srgb,var(--seo-accent) 50%,white);background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--seo-soft) 48%,white));box-shadow:0 15px 38px color-mix(in srgb,var(--seo-accent) 12%,transparent)}.seo-comparison-table article>b{position:absolute;right:15px;top:-10px;padding:5px 8px;border-radius:999px;background:var(--seo-accent);color:#fff;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.seo-comparison-table article>span{display:block;color:#8e8797;font-size:9px;font-weight:800}.seo-comparison-table strong{display:block;margin:22px 0 7px;font-size:17px}.seo-comparison-table p{margin:0;color:#7a7383;font-size:10px;line-height:1.55}.seo-comparison-table article>i{position:absolute;right:17px;bottom:15px;color:#b1aabb;font-size:17px;font-style:normal}.seo-comparison-table .winner>i{color:var(--seo-accent)}.seo-faq{display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:65px;gap:65px;padding:120px 0}.seo-faq-intro>span{color:var(--seo-accent);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.seo-faq-intro h2{margin:14px 0 10px;font-size:47px;line-height:1;letter-spacing:-.055em}.seo-faq-intro p{color:#7b7484;font-size:12px}.seo-faq-intro a{width:max-content;display:flex;align-items:center;gap:15px;margin-top:22px;padding:12px 14px;border-radius:12px;background:#251e39;color:#fff;font-size:10px;font-weight:900}.seo-faq-intro a b{color:#8ce5dc;font-size:15px}.seo-faq-list{display:flex;flex-direction:column;gap:8px}.seo-faq-list details{padding:18px 20px;border:1px solid rgba(88,66,147,.11);border-radius:17px;background:#fff}.seo-faq-list details[open]{border-color:color-mix(in srgb,var(--seo-accent) 35%,white);box-shadow:0 12px 30px rgba(45,35,77,.06)}.seo-faq-list summary{display:grid;grid-template-columns:27px 1fr 18px;align-items:center;grid-gap:10px;gap:10px;list-style:none;cursor:pointer;font-size:13px;font-weight:850}.seo-faq-list summary>span{color:#aaa2b3;font-size:8px}.seo-faq-list summary>b{color:var(--seo-accent);font-size:16px}.seo-faq-list details[open] summary>b{transform:rotate(45deg)}.seo-faq-list p{margin:14px 0 0;padding:0 0 0 37px;color:#756e7e;font-size:11px;line-height:1.7}.seo-final-cta{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:110px;padding:50px 55px;border-radius:32px;background:radial-gradient(circle at 85% 10%,color-mix(in srgb,var(--seo-accent) 24%,transparent),transparent 34%),linear-gradient(125deg,#241d38,#392850);color:#fff;box-shadow:0 28px 75px rgba(36,29,56,.2)}.seo-final-cta span{color:#8ce5dc;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.seo-final-cta h2{margin:12px 0 10px;font-size:42px;letter-spacing:-.055em}.seo-final-cta p{max-width:620px;margin:0;color:#c8c1ce;font-size:12px}.seo-final-cta>a{min-width:175px;display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:14px;background:#fff;color:#251e39;font-size:11px;font-weight:900}.seo-final-cta>a b{color:var(--seo-accent);font-size:16px}@media(max-width:900px){.seo-hero{grid-template-columns:1fr;text-align:center}.seo-hero-copy>p{margin-inline:auto}.seo-hero-actions,.seo-signals{justify-content:center}.seo-work-grid{grid-template-columns:1fr 1fr}.seo-work-grid li:last-child{grid-column:1/-1}.seo-card-grid{grid-template-columns:1fr}.seo-comparison-table{grid-template-columns:1fr 1fr}.seo-faq{grid-template-columns:1fr;gap:35px}}@media(max-width:620px){.seo-hero{min-height:auto;padding:45px 0 75px;gap:48px}.seo-breadcrumb{justify-content:center}.seo-hero h1{font-size:49px}.seo-hero-copy>p{font-size:14px}.seo-hero-actions{flex-direction:column;gap:14px}.seo-hero-actions>a:first-child{width:100%;justify-content:center}.seo-signals{gap:5px}.seo-employee-console{width:100%;min-height:450px;padding:15px;border-radius:25px}.seo-employee-console>img{width:250px;height:250px}.seo-console-flow span{font-size:7px}.seo-answer{width:calc(100% - 20px);grid-template-columns:42px 1fr;padding:23px 18px;gap:13px;border-radius:22px}.seo-answer-mark{width:42px;height:42px}.seo-answer h2{font-size:20px}.seo-answer p{font-size:11px}.seo-answer>a{grid-column:1/-1;justify-content:center}.seo-comparison,.seo-use-cases,.seo-work{padding-top:78px}.seo-section-heading{text-align:center}.seo-section-heading h2{font-size:40px}.seo-work-grid{grid-template-columns:1fr;gap:8px}.seo-work-grid li,.seo-work-grid li:last-child{grid-column:auto;min-height:150px;padding:16px}.seo-work-grid li>div{margin-top:25px}.seo-work-grid li>b{right:50%;top:auto;bottom:-16px;transform:translateX(50%) rotate(90deg)}.seo-card-grid article{min-height:225px;padding:20px}.seo-card-grid h3{margin-top:43px}.seo-comparison-table{grid-template-columns:1fr}.seo-comparison-table article{min-height:160px}.seo-faq{padding:85px 0}.seo-faq-intro{text-align:center}.seo-faq-intro h2{font-size:40px}.seo-faq-intro a{margin-inline:auto}.seo-faq-list details{padding:16px 15px}.seo-faq-list summary{font-size:12px}.seo-faq-list p{padding-left:0}.seo-final-cta{width:calc(100% - 20px);min-height:0;flex-direction:column;text-align:center;margin-bottom:75px;padding:39px 22px;border-radius:25px}.seo-final-cta h2{font-size:38px}.seo-final-cta>a{width:100%}}.story-hero .employee-card{border-color:rgba(105,76,196,.18);background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.96),transparent 38%),linear-gradient(160deg,#fbf9ff,#fff 55%,#eefbfa)}.story-hero .employee-card-top{padding:2px 3px}.story-hero .employee-card-portrait{margin-top:5px;margin-bottom:-1px}.story-hero .employee-card>.message-bubble{position:relative;overflow:hidden;padding:18px 19px 19px;border-radius:22px 22px 22px 8px;background:radial-gradient(circle at 100% 0,rgba(118,87,232,.35),transparent 42%),linear-gradient(145deg,#251d3a,#302248);box-shadow:0 15px 34px rgba(36,29,56,.2)}.story-hero .message-bubble:after{content:"";position:absolute;right:-22px;bottom:-30px;width:95px;height:95px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.story-hero .message-bubble span{color:#8fe3dc;font-size:9px;letter-spacing:.11em;text-transform:uppercase}.story-hero .message-bubble strong{position:relative;z-index:1;font-size:14px;line-height:1.5;letter-spacing:-.012em}.employee-scope{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:7px;margin:10px 2px 0;padding:10px 8px;border:1px solid rgba(116,85,232,.1);border-radius:13px;background:rgba(255,255,255,.78);box-shadow:0 7px 20px rgba(45,35,77,.05)}.employee-scope span{color:#4f475c;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.employee-scope i{color:#aa9dcc;font-size:9px;font-style:normal}.story-hero .employee-card>.task-row{margin-top:9px;border-radius:18px;background:rgba(255,255,255,.88)}.story-hero .task-row>span{flex:0 0 auto}.story-hero .task-row strong{line-height:1.35}.story-hero .task-row>b{background:#e7f8f2;color:#258765}.story-hero .employee-platforms{position:relative;z-index:2}.story-hero .employee-try-cta{position:relative;z-index:2;box-shadow:0 12px 26px rgba(113,74,217,.22)}@media(max-width:620px){.story-hero .employee-card{padding:16px}.story-hero .employee-card-portrait{width:192px;height:192px}.story-hero .employee-card-portrait img{width:170px;height:170px}.story-hero .employee-card>.message-bubble{padding:16px 17px}.story-hero .message-bubble strong{font-size:13px}.employee-scope{gap:5px;padding:9px 5px}.employee-scope span{font-size:7.5px}.story-hero .employee-card>.task-row{min-height:70px}}.mobile-plan-arrow{display:none}@media(max-width:820px){.mobile-plan-arrow{display:block;position:absolute;z-index:5;left:25px;top:66px;width:27px;height:4px;border-radius:99px;background:#7657e8;box-shadow:0 2px 6px rgba(81,52,170,.25)}.mobile-plan-arrow:after{content:"";position:absolute;right:-7px;top:50%;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid #7657e8;transform:translateY(-50%);filter:drop-shadow(0 2px 3px rgba(81,52,170,.22))}}@media(max-width:620px){.mobile-plan-arrow{left:22px;top:61px;width:24px}}.menu-account-link,.menu-section-label{display:none}@media(max-width:620px){.mobile-menu-heading{border-bottom:0;padding-bottom:5px}.menu-account-link{display:grid;grid-template-columns:38px 1fr 18px;align-items:center;grid-gap:10px;gap:10px;margin:2px 0 7px;padding:11px 12px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#29233a;color:#fff!important}.menu-account-link>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.09)}.menu-account-link svg{width:21px;height:21px;fill:none;stroke:#b9aae8;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.menu-account-link>span{display:flex;flex-direction:column;gap:3px}.menu-account-link small{color:#aaa3b5;font-size:8.5px}.menu-account-link strong{font-size:12.5px}.menu-account-link>b{color:#8fe0d8;font-size:12px}.menu-section-label{display:block;padding:7px 7px 2px;color:#9a94a2;font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}}@media(min-width:621px){.mobile-menu-heading{border-bottom:0;padding-bottom:5px}.menu-account-link{display:grid;grid-template-columns:38px 1fr 18px;align-items:center;grid-gap:10px;gap:10px;margin:2px 0 7px;padding:11px 12px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#29233a;color:#fff!important}.menu-account-link>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.09)}.menu-account-link svg{width:21px;height:21px;fill:none;stroke:#b9aae8;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.menu-account-link>span{display:flex;flex-direction:column;gap:3px}.menu-account-link small{color:#aaa3b5;font-size:8.5px}.menu-account-link strong{font-size:12.5px}.menu-account-link>b{color:#8fe0d8;font-size:12px}.menu-section-label{display:block;padding:7px 7px 2px;color:#9a94a2;font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}}.intent-choice{justify-content:flex-start;align-items:center;text-align:center;padding:17px 12px 15px;border-color:rgba(70,54,105,.12);background:#fff!important;box-shadow:0 10px 28px rgba(46,32,78,.055)}.intent-choice:after{display:block;right:auto;bottom:auto;top:-38px;left:50%;width:125px;height:125px;transform:translateX(-50%);filter:blur(3px);opacity:.42}.intent-choice:first-child:after{background:radial-gradient(circle,rgba(118,87,232,.2),transparent 70%)}.intent-choice:nth-child(2):after{background:radial-gradient(circle,rgba(240,113,70,.18),transparent 70%)}.intent-choice:nth-child(3):after{background:radial-gradient(circle,rgba(21,171,178,.18),transparent 70%)}.intent-choice:first-child>span,.intent-choice:nth-child(2)>span,.intent-choice:nth-child(3)>span,.intent-choice>span{width:76px;height:76px;margin:0 auto 13px;border:0;border-radius:23px;background:linear-gradient(145deg,#fff,rgba(247,245,251,.92));box-shadow:0 12px 28px rgba(55,38,94,.11),inset 0 0 0 1px rgba(74,54,111,.08);color:inherit}.intent-choice>span:before{inset:7px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(245,242,250,.65))}.intent-choice>span svg{width:61px;height:61px;stroke:none;overflow:visible}.intent-choice svg .art-orbit{fill:none;stroke:currentColor;stroke-width:1.1;stroke-dasharray:2.5 3;opacity:.35}.intent-choice svg .art-shadow{fill:#241d38;opacity:.11;transform:translate(3px,3px)}.intent-choice svg .art-main{stroke:none}.intent-choice svg .art-screen{fill:#fff;fill-opacity:.94;stroke:currentColor;stroke-width:1}.intent-choice svg .art-play{fill:currentColor;stroke:none}.intent-choice svg .art-canopy{fill:#fff;stroke:currentColor;stroke-width:1.3;stroke-linejoin:round}.intent-choice svg .art-detail{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.intent-choice svg .art-spark{fill:currentColor;stroke:none}.intent-choice:first-child{color:#6747df}.intent-choice:nth-child(2){color:#e45c3c}.intent-choice:nth-child(3){color:#168d92}.intent-choice strong{color:var(--ink);font-size:15px;letter-spacing:-.02em}.intent-choice small{max-width:145px;color:#827b8d;font-size:10.5px}.intent-choice.selected,.intent-choice:hover{transform:translateY(-4px);border-color:currentColor;box-shadow:0 18px 38px rgba(65,43,125,.13)}@media(max-width:620px){.intent-choice{min-height:145px;padding:10px 5px 11px}.intent-choice:first-child>span,.intent-choice:nth-child(2)>span,.intent-choice:nth-child(3)>span,.intent-choice>span{position:relative;left:auto;top:auto;width:66px;height:66px;margin:0 auto 10px;border-radius:20px}.intent-choice>span svg{width:53px;height:53px}.intent-choice strong{font-size:12.5px;line-height:1.15}.intent-choice small{display:none}}@media(max-width:390px){.intent-choice{min-height:136px}.intent-choice:first-child>span,.intent-choice:nth-child(2)>span,.intent-choice:nth-child(3)>span,.intent-choice>span{width:61px;height:61px}.intent-choice>span svg{width:49px;height:49px}}.intent-more{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:15px}.intent-more button{min-height:38px;display:flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid rgba(99,76,165,.14);border-radius:999px;background:#fff;color:#655d70;font-size:10.5px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px rgba(45,35,77,.045);transition:transform .2s,border-color .2s,color .2s,box-shadow .2s}.intent-more button.selected,.intent-more button:hover{transform:translateY(-2px);border-color:#9b83ed;color:#6748d5;box-shadow:0 10px 22px rgba(79,52,151,.1)}.intent-more button>span{width:23px;height:23px;display:grid;place-items:center;border-radius:8px;background:#f0ecff;color:#7152dd;font-size:11px}.intent-more button:nth-child(2)>span{background:#e9f8f6;color:#168d92}.intent-more button>b{color:#aea6ba;font-size:10px}@media(max-width:620px){.intent-more{gap:7px;margin-top:12px}.intent-more button{min-height:35px;padding:6px 11px;font-size:10px}.intent-more button>span{width:21px;height:21px}}.site-nav{justify-content:flex-end;gap:10px}.mobile-login{display:inline-flex;align-items:center;gap:5px;min-height:36px;padding:6px 9px;color:var(--ink);font-size:12px;font-weight:800}.mobile-login span{color:var(--purple)}.menu-button{display:block;background:rgba(255,255,255,.8);box-shadow:0 6px 22px rgba(43,28,83,.09);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(min-width:621px){body.menu-open{overflow:hidden}.site-nav{z-index:40}.menu-backdrop{display:block;position:fixed;inset:0;z-index:29;border:0;background:rgba(25,18,44,.3);opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .25s,visibility .25s}.menu-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.menu-button.is-open{position:fixed;top:28px;right:38px;z-index:50;background:#f1eff5;box-shadow:none}.nav-links{display:flex;position:fixed;z-index:30;top:14px;right:20px;left:auto;width:420px;max-height:calc(100dvh - 28px);overflow:auto;padding:72px 16px 16px;border:1px solid rgba(255,255,255,.9);border-radius:28px;background:rgba(252,251,254,.985);box-shadow:0 30px 90px rgba(37,22,76,.28);flex-direction:column;align-items:stretch;gap:6px;transform:translateY(-14px) scale(.985);transform-origin:top right;opacity:0;visibility:hidden;pointer-events:none;transition:transform .27s cubic-bezier(.2,.8,.2,1),opacity .2s,visibility .2s}.nav-links.open{transform:none;opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-heading{display:flex;flex-direction:column;gap:13px;padding:0 7px 14px;border-bottom:1px solid #e8e3ec}.mobile-menu-heading>div{display:flex;align-items:center;gap:10px}.mobile-menu-heading img{width:48px;height:48px;object-fit:contain;border-radius:50%;background:#f3f1f6}.mobile-menu-heading span{display:flex;flex-direction:column}.mobile-menu-heading strong{font-size:16px;letter-spacing:-.03em}.mobile-menu-heading small{margin-top:2px;color:#817b8a;font-size:10px}.mobile-menu-heading>b{color:#9a94a2;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.nav-menu-links{display:flex;flex-direction:column;gap:4px}.nav-menu-links>a{display:grid;grid-template-columns:42px 1fr 20px;align-items:center;grid-gap:11px;gap:11px;min-height:64px;padding:9px 11px;border:1px solid transparent;border-radius:15px;color:var(--ink);background:transparent}.nav-menu-links>a.active,.nav-menu-links>a:hover{border-color:#ddd8e5;background:#f7f5fa;color:var(--ink)}.nav-menu-links>a>i{width:42px;height:42px;display:grid;place-items:center;border:1px solid #ddd8e5;border-radius:12px;background:#fff;color:#3f394c;box-shadow:0 4px 12px rgba(40,31,61,.05);font-style:normal}.nav-menu-links>a>i svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.nav-menu-links>a>span{display:flex;flex-direction:column;gap:3px}.nav-menu-links strong{font-size:14px}.nav-menu-links small{color:#85808d;font-size:9.5px}.nav-menu-links>a>b{color:#aaa4b3;font-size:12px}.mobile-menu-action{display:flex;flex-direction:column;gap:10px;margin-top:3px;padding:14px;border-radius:17px;background:#29223b;color:#fff}.mobile-menu-action>span{color:#d8d1e7;font-size:10px}.mobile-menu-action>span i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#62dfae;box-shadow:0 0 0 5px rgba(98,223,174,.12)}.mobile-menu-action .nav-cta{display:flex;justify-content:space-between;align-items:center;margin:0;padding:14px 16px;border-radius:14px;background:#7657e8;font-size:14px;box-shadow:none}.mobile-menu-utility{display:flex;justify-content:center;align-items:center;padding:3px}.mobile-menu-utility a{position:relative;padding:6px 11px;color:#9a95a1;font-size:9px;font-weight:650}.mobile-menu-utility a+a:before{content:"";position:absolute;left:0;top:50%;width:2px;height:2px;border-radius:50%;background:#bbb5c2}}@media(max-width:620px){.site-nav{justify-content:space-between;gap:0}}.scroll-to-top{z-index:999!important;isolation:isolate}@supports (animation-timeline:scroll()){.scroll-to-top{animation:scroll-to-top-reveal linear both;animation-timeline:scroll(root block);animation-range:280px 360px}@keyframes scroll-to-top-reveal{0%{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px) scale(.88)}to{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}}}.about-belief{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 90% 5%,rgba(44,222,199,.28),transparent 30%),radial-gradient(circle at 0 100%,rgba(154,83,235,.35),transparent 38%),linear-gradient(135deg,#171126,#302147 62%,#173b49)}.about-belief:before{content:"“";position:absolute;right:28px;top:-45px;z-index:-1;color:rgba(255,255,255,.065);font-family:Georgia,serif;font-size:260px;line-height:1}.about-belief-label span{width:48px;height:48px;border:1px solid rgba(145,239,226,.25);border-radius:16px;background:linear-gradient(145deg,rgba(117,222,213,.22),rgba(142,79,224,.18));box-shadow:inset 0 1px rgba(255,255,255,.2),0 12px 30px rgba(0,0,0,.16);font-size:11px}.about-belief h2{max-width:560px}.about-belief>div:nth-child(2)>p{font-weight:850}.about-belief blockquote{padding:24px;border:1px solid rgba(255,255,255,.1);border-left:3px solid #79e3d9;border-radius:0 22px 22px 0;background:rgba(255,255,255,.065);box-shadow:inset 0 1px rgba(255,255,255,.08)}.about-problem{position:relative}.about-problem-grid{gap:16px}.about-problem-grid article{position:relative;overflow:hidden;min-height:278px;padding:26px;border-color:rgba(106,79,191,.13);border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(126,86,236,.12),transparent 43%),#fff;box-shadow:0 18px 45px rgba(45,35,77,.08);transition:transform .3s ease,box-shadow .3s ease}.about-problem-grid article:nth-child(2){background:radial-gradient(circle at 100% 0,rgba(255,126,75,.14),transparent 43%),#fff}.about-problem-grid article:nth-child(3){background:radial-gradient(circle at 100% 0,rgba(21,176,180,.14),transparent 43%),#fff}.about-problem-grid article:hover{transform:translateY(-7px);box-shadow:0 25px 55px rgba(45,35,77,.13)}.about-problem-grid i{position:relative;width:78px;height:78px;margin-bottom:38px;border:1px solid rgba(255,255,255,.8);border-radius:25px;box-shadow:inset 0 0 0 7px rgba(255,255,255,.38),0 16px 30px rgba(89,58,177,.16)}.about-problem-grid i:after{content:"";position:absolute;inset:-9px;border:1px solid;border-radius:30px;opacity:.12}.about-problem-grid svg{width:49px;height:49px;stroke-width:1.7}.about-problem-grid article>span{font-size:11px;color:#796d89}.about-problem-grid strong{margin-top:12px;font-size:20px;line-height:1.38;letter-spacing:-.02em}.about-answer{position:relative;overflow:hidden;background:radial-gradient(circle at 5% 95%,rgba(18,170,176,.18),transparent 30%),radial-gradient(circle at 100% 0,rgba(129,78,229,.13),transparent 38%),linear-gradient(145deg,#faf8ff,#fff);box-shadow:0 30px 80px rgba(45,35,77,.11)}.answer-window{border-color:rgba(114,84,208,.18);background:linear-gradient(155deg,rgba(255,255,255,.96),rgba(242,248,255,.88));box-shadow:0 30px 65px rgba(45,35,77,.18),inset 0 1px #fff;transform:rotate(-2deg)}.answer-window:before{content:"AI EMPLOYEE DESK";position:absolute;left:-24px;top:82px;padding:8px 10px;border-radius:8px;background:#7657e8;color:#fff;font-size:7px;font-weight:900;letter-spacing:.12em;box-shadow:0 10px 22px rgba(70,41,148,.25);transform:rotate(-90deg)}.answer-window>img{filter:drop-shadow(0 20px 25px rgba(44,28,77,.14))}.answer-task{background:linear-gradient(135deg,#241d38,#3a2853);box-shadow:0 14px 30px rgba(36,29,56,.25)}.about-answer-copy>p{font-size:16px}.about-answer-copy ul{gap:11px}.about-answer-copy li{grid-template-columns:48px 1fr;gap:15px;padding:16px;border:1px solid rgba(105,79,181,.09);border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 10px 25px rgba(45,35,77,.055)}.about-answer-copy li:nth-child(2){background:linear-gradient(120deg,#fff9f5,#fff)}.about-answer-copy li:nth-child(3){background:linear-gradient(120deg,#f3fffd,#fff)}.about-answer-copy li>span{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#eee9ff,#ded4ff);font-size:10px;box-shadow:inset 0 0 0 1px rgba(106,75,213,.1)}.about-answer-copy li:nth-child(2)>span{background:linear-gradient(145deg,#ffede3,#ffdcca);color:#cf613e}.about-answer-copy li:nth-child(3)>span{background:linear-gradient(145deg,#e3faf7,#ccefeb);color:#168c92}.about-answer-copy li strong{font-size:15px}.about-answer-copy li p{font-size:11px}.about-principles{position:relative}.principles-grid{grid-template-columns:repeat(2,1fr);gap:15px}.principles-grid article,.principles-grid article:nth-child(4){position:relative;grid-column:auto;min-height:225px;padding:27px 25px 24px 112px;overflow:hidden;border-color:rgba(106,80,181,.12);border-radius:27px;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 16px 40px rgba(45,35,77,.07);transition:transform .3s ease}.principles-grid article:last-child{grid-column:1/-1}.principles-grid article:hover{transform:translateY(-5px)}.principles-grid article:before{content:"✦";position:absolute;left:25px;top:27px;width:64px;height:64px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.9);border-radius:22px;background:linear-gradient(145deg,#eee9ff,#dcd2ff);color:#7657e8;font-size:27px;box-shadow:inset 0 0 0 7px rgba(255,255,255,.35),0 15px 30px rgba(101,71,195,.16)}.principles-grid article:nth-child(2):before{content:"◇";background:linear-gradient(145deg,#e0faf7,#c9f0eb);color:#15979c}.principles-grid article:nth-child(3):before{content:"♥";background:linear-gradient(145deg,#ffe9f1,#ffd1e1);color:#d84f84}.principles-grid article:nth-child(4):before{content:"↻";background:linear-gradient(145deg,#fff0e5,#ffdbc4);color:#df6945}.principles-grid article:nth-child(5):before{content:"↗";background:linear-gradient(145deg,#e8f2ff,#d0e4ff);color:#3778d3}.principles-grid article>span{padding:7px 10px;font-size:9px}.principles-grid strong{margin:25px 0 9px;font-size:22px;line-height:1.15;letter-spacing:-.025em}.principles-grid p{font-size:13px;line-height:1.6}.about-future{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 8%,rgba(45,226,208,.28),transparent 30%),radial-gradient(circle at 0 100%,rgba(150,77,233,.34),transparent 40%),linear-gradient(120deg,#171126,#322348 62%,#173d4b);box-shadow:0 30px 75px rgba(36,29,56,.22)}.about-future:after{content:"";position:absolute;right:-70px;top:-90px;width:260px;height:260px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.018)}.about-future h2{position:relative;z-index:1}.about-future p{font-size:15px}.future-visual{position:relative;z-index:1;gap:15px 16px;padding:29px;border-color:rgba(255,255,255,.14);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.future-visual span{font-size:9px}.future-visual strong{font-size:17px;line-height:1.35}.future-visual i{height:32px;display:flex;align-items:center;color:#80e2d9;font-size:22px}@media(max-width:620px){.about-page .about-hero{padding-bottom:58px}.about-belief{padding:30px 22px 28px;gap:18px}.about-belief:before{right:-10px;top:-30px;font-size:190px}.about-belief-label{display:flex;align-items:center;gap:11px}.about-belief-label span{flex:0 0 44px;margin:0}.about-belief h2{font-size:31px;line-height:1.04}.about-belief>div:nth-child(2)>p{margin-top:10px;font-size:14px}.about-belief blockquote{padding:18px;border-radius:18px;font-size:14px;line-height:1.55}.about-problem{padding:68px 0}.about-section-heading{margin-bottom:26px}.about-section-heading h2{font-size:38px}.about-section-heading>p{font-size:14px}.about-problem-grid{gap:13px}.about-problem-grid article{display:grid;grid-template-columns:74px 1fr;grid-template-rows:auto auto;grid-column-gap:17px;column-gap:17px;min-height:0;padding:18px;border-radius:23px}.about-problem-grid i{grid-row:1/3;width:68px;height:68px;margin:3px 0 0;border-radius:22px}.about-problem-grid i:after{inset:-6px;border-radius:25px}.about-problem-grid svg{width:43px;height:43px}.about-problem-grid article>span{align-self:end;font-size:10px}.about-problem-grid strong{align-self:start;margin-top:6px;font-size:16px;line-height:1.35}.about-answer{padding:36px 15px 38px;gap:34px}.answer-window{max-width:315px;min-height:365px;transform:rotate(-1deg)}.answer-window>img{width:220px;height:220px;margin:17px auto}.answer-window:before{left:-21px;top:74px}.about-answer-copy h2{font-size:38px}.about-answer-copy>p{font-size:14px;line-height:1.6}.about-answer-copy li{grid-template-columns:48px 1fr;padding:14px}.about-answer-copy li strong{font-size:14px}.about-answer-copy li p{font-size:11px}.about-principles{padding:68px 0}.principles-grid{grid-template-columns:1fr;gap:13px}.principles-grid article,.principles-grid article:last-child,.principles-grid article:nth-child(4){grid-column:auto;min-height:0;padding:19px 18px 19px 92px;border-radius:23px}.principles-grid article:before{left:17px;top:18px;width:58px;height:58px;border-radius:19px}.principles-grid article>span{font-size:8px}.principles-grid strong{margin:13px 0 6px;font-size:19px}.principles-grid p{font-size:12px}.about-future{padding:34px 21px;gap:30px}.about-future h2{font-size:37px}.about-future p{font-size:14px}.future-visual{padding:20px}.future-visual strong{font-size:15px}}.auth-page{min-height:100svh;display:grid;grid-template-columns:minmax(420px,.88fr) minmax(560px,1.12fr);background:#f9f8fc;color:#211a35}.auth-brand-panel{position:relative;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;padding:34px clamp(35px,5vw,76px);background:radial-gradient(circle at 12% 8%,rgba(143,88,231,.4),transparent 27%),radial-gradient(circle at 100% 85%,rgba(28,190,184,.3),transparent 35%),linear-gradient(145deg,#171124,#2a1c43 62%,#173b48);color:#fff}.auth-brand-panel:before{content:"";position:absolute;right:-190px;bottom:-170px;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}.auth-brand{position:relative;z-index:2;display:flex;align-items:center;gap:12px;width:max-content}.auth-brand img{width:54px;height:54px;object-fit:contain;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.06));box-shadow:inset 0 1px rgba(255,255,255,.2)}.auth-brand>span{display:flex;flex-direction:column}.auth-brand strong{font-size:23px;letter-spacing:-.04em}.auth-brand small{margin-top:2px;color:#bdb5c8;font-size:9px}.auth-brand-copy{position:relative;z-index:1;max-width:650px;margin:auto 0}.auth-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#9cecdf;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.auth-eyebrow i{width:8px;height:8px;border-radius:50%;background:#67e0ad;box-shadow:0 0 0 6px rgba(103,224,173,.11)}.auth-brand-copy h1{max-width:650px;margin:20px 0 17px;font-size:clamp(47px,5.2vw,75px);line-height:.94;letter-spacing:-.065em}.auth-brand-copy h1 em{background:linear-gradient(90deg,#9b72ef,#f2669e 52%,#78e1d7);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.auth-brand-copy>p{max-width:510px;margin:0;color:#c8c0d1;font-size:15px;line-height:1.65}.auth-flow{display:flex;align-items:center;gap:11px;margin-top:33px}.auth-flow span{min-width:88px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.06);font-size:11px;font-weight:850;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.auth-flow span b{display:block;margin-bottom:4px;color:#86e4da;font-size:7px;letter-spacing:.1em}.auth-flow>i{color:#756b83;font-style:normal}.auth-employee-card{position:absolute;right:clamp(15px,3vw,50px);bottom:75px;width:165px;height:205px;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));box-shadow:0 25px 55px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:rotate(3deg)}.auth-employee-card>img{display:block;width:150px;height:150px;margin:-35px auto 0;object-fit:contain;filter:drop-shadow(0 20px 25px rgba(0,0,0,.2))}.auth-employee-card>div{display:flex;align-items:center;gap:9px;margin:5px 10px;padding:11px;border-radius:14px;background:rgba(16,11,27,.48)}.auth-employee-card>div>i{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:rgba(100,226,176,.14);color:#72e1b5;font-style:normal}.auth-employee-card>div>span{display:flex;flex-direction:column}.auth-employee-card small{color:#aaa1b4;font-size:6px;text-transform:uppercase;letter-spacing:.09em}.auth-employee-card strong{margin-top:3px;font-size:8px}.auth-brand-foot{position:relative;z-index:1;margin:25px 0 0;color:#8e849a;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-form-panel{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:45px 30px;background:radial-gradient(circle at 100% 0,rgba(116,85,232,.09),transparent 28%),radial-gradient(circle at 0 100%,rgba(19,169,174,.08),transparent 28%),#fbfafd}.auth-mobile-brand{display:none}.auth-card{width:min(470px,100%);padding:34px;border:1px solid rgba(100,76,170,.13);border-radius:30px;background:rgba(255,255,255,.86);box-shadow:0 28px 75px rgba(45,35,77,.1),inset 0 1px #fff;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.auth-heading>span{color:#7455df;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.auth-heading h2{margin:10px 0 8px;font-size:36px;line-height:1.03;letter-spacing:-.05em}.auth-heading>p{margin:0;color:#7d7589;font-size:12px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin:25px 0 18px;padding:4px;border-radius:14px;background:#f0edf5}.auth-tabs a{padding:10px;text-align:center;border-radius:11px;color:#91899a;font-size:11px;font-weight:850}.auth-tabs a.active{background:#fff;color:#2a223e;box-shadow:0 4px 13px rgba(45,35,77,.09)}.auth-google{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #ddd8e5;border-radius:14px;background:#fff;color:#30283f;font-size:11px;font-weight:850;cursor:pointer}.auth-google svg{width:18px;height:18px}.auth-divider{display:flex;align-items:center;gap:12px;margin:17px 0;color:#a09aa6;font-size:8px}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:#e7e2eb}.auth-card form{display:flex;flex-direction:column;gap:14px}.auth-field>label,.auth-label-row label{display:block;margin:0 0 7px 2px;color:#554d61;font-size:9px;font-weight:850}.auth-label-row{display:flex;justify-content:space-between}.auth-label-row a{color:#7455df;font-size:8.5px;font-weight:750}.auth-field>div:not(.auth-label-row){height:51px;display:flex;align-items:center;border:1px solid #ddd8e5;border-radius:14px;background:#fff;transition:border-color .2s,box-shadow .2s}.auth-field>div:focus-within{border-color:#8b6bea;box-shadow:0 0 0 4px rgba(116,85,232,.09)}.auth-field>div>svg{width:18px;height:18px;margin-left:14px;fill:none;stroke:#978da3;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.auth-field input{min-width:0;flex:1 1;height:100%;padding:0 12px;border:0;outline:0;background:transparent;color:#29213d;font-size:11px}.auth-field input::placeholder{color:#b2abb8}.auth-eye{width:44px;height:100%;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.auth-eye svg{width:18px;height:18px;fill:none;stroke:#91889d;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.auth-consent{display:flex;align-items:flex-start;gap:8px;color:#89818f;font-size:8.5px;line-height:1.5}.auth-consent input{margin:2px 0 0;accent-color:#7657e8}.auth-consent a{color:#6d4ed7;font-weight:800}.auth-submit{min-height:52px;display:flex;align-items:center;justify-content:space-between;margin-top:2px;padding:0 17px;border:0;border-radius:15px;background:linear-gradient(105deg,#7657e8,#a24bda);color:#fff;font-size:12px;font-weight:900;box-shadow:0 14px 30px rgba(111,71,204,.26);cursor:pointer;transition:transform .2s,box-shadow .2s}.auth-submit:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(111,71,204,.32)}.auth-submit b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.16)}.auth-notice{margin:0;padding:10px 12px;border-radius:12px;background:#eefaf5;color:#297656;font-size:8.5px;line-height:1.45}.auth-switch{margin:18px 0 0;text-align:center;color:#8d8595;font-size:9.5px}.auth-switch a{color:#6e4fd8;font-weight:900}.auth-security{width:min(470px,100%);display:flex;justify-content:center;align-items:center;gap:8px;margin-top:17px;color:#938c9b}.auth-security>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#e9f8f5;color:#149297}.auth-security>div{display:flex;flex-direction:column}.auth-security strong{font-size:8.5px}.auth-security small{margin-top:2px;font-size:7px}@media(max-width:980px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{padding:24px 18px 35px;justify-content:flex-start}.auth-mobile-brand{width:min(470px,100%);display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.auth-mobile-brand a{display:flex;align-items:center;gap:8px}.auth-mobile-brand img{width:43px;height:43px;object-fit:contain;border-radius:14px;background:linear-gradient(145deg,#eee9ff,#e2f7f5)}.auth-mobile-brand strong{font-size:19px;letter-spacing:-.04em}.auth-mobile-brand>span{padding:6px 8px;border-radius:8px;background:#eee9ff;color:#6748cf;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.auth-card{padding:27px 20px;border-radius:25px}.auth-heading h2{font-size:34px}.auth-security{margin-top:14px}}@media(max-width:420px){.auth-form-panel{padding-inline:13px}.auth-card{padding:24px 17px}.auth-heading h2{font-size:31px}.auth-field>div:not(.auth-label-row){height:49px}.auth-submit{min-height:50px}}.auth-character-hero{position:relative;z-index:1;width:min(180px,44vw);height:114px;display:grid;place-items:end center;margin:0 auto -11px;pointer-events:none}.auth-character-hero:before{content:"";position:absolute;z-index:-1;inset:22% 8% 0;border-radius:50%;background:radial-gradient(circle,rgba(236,55,151,.2),rgba(116,85,232,.1) 48%,transparent 72%);filter:blur(10px)}.auth-character-hero img{display:block;width:auto;height:132px;max-width:100%;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(61,34,86,.18))}@media(max-width:980px){.auth-character-hero{width:min(192px,50vw);height:123px;margin:-4px auto -10px}.auth-character-hero img{height:141px}}@media(max-width:420px){.auth-character-hero{height:108px;margin:-5px auto -7px}.auth-character-hero img{height:126px}}.auth-menu-backdrop,.auth-menu-button,.auth-mobile-menu{display:none}@media(max-width:980px){.auth-form-panel{position:relative}.auth-mobile-brand{position:relative;z-index:83}.auth-menu-button{width:42px;height:42px;display:grid;place-content:center;grid-gap:4px;gap:4px;padding:0;border:1px solid rgba(102,78,169,.1);border-radius:13px;background:rgba(255,255,255,.82);color:#2b233d;box-shadow:0 7px 20px rgba(45,35,77,.09);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-menu-button>span{width:20px;height:2px;border-radius:9px;background:currentColor;transition:transform .23s,opacity .18s}.auth-menu-button.open>span:first-child{transform:translateY(6px) rotate(45deg)}.auth-menu-button.open>span:nth-child(2){opacity:0}.auth-menu-button.open>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.auth-menu-backdrop{display:block;position:fixed;inset:0;z-index:80;background:rgba(24,17,42,.35);opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:.22s}.auth-menu-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.auth-mobile-menu{position:absolute;z-index:82;top:74px;left:18px;right:18px;display:flex;flex-direction:column;gap:7px;padding:19px;border:1px solid rgba(255,255,255,.9);border-radius:23px;background:rgba(252,251,254,.98);box-shadow:0 28px 70px rgba(37,22,76,.25);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px) scale(.98);transform-origin:top;transition:transform .24s,opacity .2s,visibility .2s}.auth-mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.auth-mobile-menu>span{padding:2px 7px 7px;color:#9992a2;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.auth-mobile-menu>a{display:grid;grid-template-columns:1fr 22px;grid-gap:3px;gap:3px;padding:11px 12px;border:1px solid #e8e3ed;border-radius:14px;background:#fff}.auth-mobile-menu>a>b{font-size:12px}.auth-mobile-menu>a>small{grid-column:1;color:#91899b;font-size:8.5px}.auth-mobile-menu>a>i{grid-column:2;grid-row:1/3;align-self:center;color:#7657e8;font-style:normal}.auth-mobile-menu>div{display:flex;justify-content:center;gap:22px;padding-top:6px}.auth-mobile-menu>div a{color:#96909d;font-size:8.5px;font-weight:750}}.pricing-page{overflow:hidden;background:#fbfaff;color:#241c39}.pricing-hero,.pricing-page main{position:relative}.pricing-hero{max-width:1180px;min-height:610px;margin:0 auto;padding:110px 38px 70px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;grid-gap:55px;gap:55px}.pricing-hero:before{content:"";position:absolute;inset:30px 8px 0;border:1px solid rgba(119,82,218,.11);border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(251,244,255,.7));box-shadow:0 30px 90px rgba(65,39,111,.09)}.pricing-orb{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.pricing-orb.orb-one{width:280px;height:280px;left:-90px;top:80px;background:radial-gradient(circle,#ffb3d4,transparent 67%);opacity:.45}.pricing-orb.orb-two{width:330px;height:330px;right:-120px;bottom:-60px;background:radial-gradient(circle,#80e4dc,transparent 68%);opacity:.35}.pricing-hero-art,.pricing-hero-copy{position:relative}.pricing-kicker{display:inline-flex;align-items:center;gap:9px;color:#7b4fe0;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.pricing-kicker i{width:9px;height:9px;border-radius:50%;background:#f4509b;box-shadow:0 0 0 7px rgba(244,80,155,.11)}.pricing-hero h1{max-width:680px;margin:20px 0 19px;font-size:clamp(48px,6vw,76px);line-height:.94;letter-spacing:-.07em}.pricing-hero h1 em{background:linear-gradient(90deg,#7c4cea,#ed4f9a 52%,#e87942);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.pricing-hero-copy>p{max-width:610px;margin:0;color:#766d82;font-size:17px;line-height:1.65}.pricing-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.pricing-trust span{padding:9px 12px;border:1px solid rgba(73,178,154,.18);border-radius:999px;background:#f0fbf7;color:#277e68;font-size:10px;font-weight:850}.pricing-hero-art{min-height:420px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(123,76,234,.13);border-radius:42% 58% 45% 55%/52% 43% 57% 48%;background:radial-gradient(circle at 50% 42%,#fff 0 34%,#f9e9f4 35% 55%,#efe9ff 56% 72%,transparent 73%);animation:pricing-morph 9s ease-in-out infinite}.pricing-hero-art img{width:min(340px,80%);height:auto;filter:drop-shadow(0 25px 28px rgba(73,36,90,.22))}.price-status{position:absolute;top:35px;left:10px;padding:10px 14px;border:1px solid #fff;border-radius:999px;background:rgba(255,255,255,.83);color:#287c61;font-size:10px;font-weight:900;box-shadow:0 10px 28px rgba(43,31,71,.11);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pricing-hero-art>div{position:absolute;right:-8px;bottom:45px;min-width:180px;padding:16px 18px;border-radius:18px;background:#261c3b;color:#fff;box-shadow:0 18px 40px rgba(38,28,59,.22);transform:rotate(-2deg)}.pricing-hero-art>div small,.pricing-hero-art>div strong{display:block}.pricing-hero-art>div small{color:#bfb5ce;font-size:9px}.pricing-hero-art>div strong{margin-top:4px;font-size:20px}@keyframes pricing-morph{50%{border-radius:55% 45% 58% 42%/43% 56% 44% 57%;transform:translateY(-6px)}}.plans-section{max-width:1240px;margin:0 auto;padding:90px 32px}.plans-heading{text-align:center}.credit-heading>span,.plans-heading>span,.pricing-compare>div:first-child>span,.pricing-faq-heading>span{color:#8258e9;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.credit-heading h2,.plans-heading h2,.pricing-faq-heading h2{margin:13px 0 9px;font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.055em}.credit-heading p,.plans-heading p,.pricing-faq-heading p{margin:0;color:#81798b;font-size:14px}.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:42px}.plan-card{position:relative;min-width:0;display:flex;flex-direction:column;padding:22px;border:1px solid rgba(96,68,166,.13);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 18px 50px rgba(48,33,78,.08);transition:transform .25s,box-shadow .25s}.plan-card:hover{transform:translateY(-7px);box-shadow:0 28px 60px rgba(48,33,78,.14)}.plan-card.popular{border:2px solid #c84ca5;background:linear-gradient(160deg,#302042,#3c2351);color:#fff;transform:translateY(-12px);box-shadow:0 28px 70px rgba(119,55,148,.26)}.plan-card.popular:hover{transform:translateY(-17px)}.popular-ribbon{position:absolute;top:-13px;right:18px;padding:7px 12px;border-radius:999px;background:linear-gradient(90deg,#f85e96,#9a4de0);color:#fff;font-size:8px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 8px 20px rgba(177,64,151,.25)}.plan-top{display:flex;align-items:center;justify-content:space-between}.plan-top>span{color:#bbb3c3;font-size:8px;font-weight:900}.plan-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:19px;background:#eee8ff;color:#714ce0;box-shadow:inset 0 0 0 1px #fff,0 9px 22px rgba(89,54,171,.12);font-style:normal}.plan-card.coral .plan-icon{background:#fff0e8;color:#e8643b}.plan-card.pink .plan-icon{background:#ffe7f2;color:#d8468c}.plan-card.teal .plan-icon{background:#e3f8f6;color:#188f92}.plan-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.plan-card>small{margin-top:20px;color:#948b9e;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.plan-card h3{margin:6px 0 0;font-size:26px;letter-spacing:-.04em}.plan-price{display:flex;align-items:flex-end;gap:8px;margin-top:15px}.plan-price strong{font-size:40px;line-height:1;letter-spacing:-.05em}.plan-price span{padding-bottom:4px;color:#8e8697;font-size:9px}.credit-meter{margin-top:20px;padding:14px;border-radius:16px;background:#f8f5fc}.popular .credit-meter{background:rgba(255,255,255,.09)}.credit-meter>div{font-size:9px;font-weight:800}.credit-meter>div span{font-size:16px}.credit-meter>i{height:6px;display:block;margin:10px 0 8px;border-radius:99px;background:#e4dfea;overflow:hidden}.credit-meter>i b{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#7954e7,#ef5794)}.credit-meter>small{margin:0;color:#8f8798;font-size:8px;letter-spacing:0;text-transform:none}.popular .credit-meter small,.popular .plan-price span,.popular>small{color:#c9bfd0}.plan-card ul{display:flex;flex-direction:column;gap:11px;margin:20px 0 25px;padding:0;list-style:none}.plan-card li{display:flex;align-items:flex-start;gap:8px;color:#655d70;font-size:10px;line-height:1.4}.popular li{color:#e2dce7}.plan-card li i{width:17px;height:17px;flex:0 0 17px;display:grid;place-items:center;border-radius:6px;background:#ecfaf5;color:#26936f;font-size:8px;font-style:normal}.plan-card>a{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:14px 15px;border:1px solid #ded7e7;border-radius:14px;color:#2c2341;font-size:11px;font-weight:900}.popular>a{border:0;background:linear-gradient(100deg,#f46098,#9d51e0);color:#fff;box-shadow:0 13px 27px rgba(207,71,158,.28)}.plan-card>a span{font-size:16px;transition:transform .2s}.plan-card>a:hover span{transform:translateX(4px)}.beta-note{width:max-content;max-width:100%;display:flex;align-items:center;gap:10px;margin:35px auto 0;padding:12px 16px;border:1px solid #eadff2;border-radius:999px;background:#fff;color:#756c80;font-size:10px}.beta-note i{color:#ee4e98;font-style:normal}.beta-note strong{color:#342a48}.credit-section{max-width:1120px;margin:20px auto 0;padding:80px 32px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;grid-gap:70px;gap:70px}.credit-heading h2{font-size:49px}.credit-heading p{max-width:430px;line-height:1.65}.credit-visual{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:28px;border:1px solid rgba(100,72,167,.13);border-radius:34px;background:radial-gradient(circle at 100% 0,#e5faf6,transparent 42%),radial-gradient(circle at 0 100%,#fbe8f3,transparent 44%),#fff;box-shadow:0 25px 70px rgba(48,33,78,.09)}.credit-type{position:relative;display:flex;align-items:center;gap:11px;padding:17px;border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 9px 28px rgba(51,35,81,.08)}.credit-type>i{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:#eee7ff;color:#724be0;font-size:17px;font-weight:900;font-style:normal}.ct-1>i{background:#ffe9f1;color:#d84687}.ct-2>i{background:#fff0e4;color:#e36a3f}.ct-3>i{background:#e2f8f5;color:#168e91}.credit-type>div{display:flex;flex-direction:column}.credit-type strong{font-size:11px}.credit-type span{margin-top:3px;color:#8d8596;font-size:8px}.credit-type>b{margin-left:auto;color:#b1a9ba;font-size:12px}.credit-pool{grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:20px;background:#271d3d;color:#fff}.credit-pool span{color:#c3b9ce;font-size:7px;font-weight:900;letter-spacing:.1em}.credit-pool strong{font-size:14px}.credit-pool i{margin-left:auto;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f15599;font-style:normal}.pricing-compare{max-width:1180px;margin:30px auto 0;padding:85px 40px;border-radius:38px;background:radial-gradient(circle at 100% 0,rgba(230,74,152,.24),transparent 33%),radial-gradient(circle at 0 100%,rgba(39,178,173,.22),transparent 33%),#271d3d;color:#fff;display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:65px;gap:65px}.pricing-compare h2{margin:15px 0;font-size:49px;line-height:.98;letter-spacing:-.055em}.pricing-compare>div:first-child>p{color:#c5bdcf;font-size:13px;line-height:1.65}.cost-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.cost-cards article{position:relative;min-height:270px;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:23px;background:rgba(255,255,255,.06)}.cost-cards small,.cost-cards span,.cost-cards strong{display:block}.cost-cards small{color:#aaa0b7;font-size:8px;font-weight:900;text-transform:uppercase}.cost-cards strong{margin-top:35px;font-size:25px}.cost-cards span{margin-top:3px;color:#a79eae;font-size:8px}.cost-cards p{margin-top:32px;color:#c6bece;font-size:10px;line-height:1.55}.cost-cards .cost-winner{border-color:#75ddd2;background:linear-gradient(150deg,rgba(31,183,177,.25),rgba(238,74,153,.16))}.cost-winner i{position:absolute;top:-10px;right:12px;padding:6px 9px;border-radius:999px;background:#70ddd0;color:#203e42;font-size:7px;font-weight:950;font-style:normal;text-transform:uppercase}.pricing-faq{max-width:1060px;margin:0 auto;padding:110px 32px;display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:70px;gap:70px}.pricing-faq-heading{position:-webkit-sticky;position:sticky;top:100px;align-self:start}.pricing-faq-heading h2{font-size:46px}.pricing-faq>div:last-child{display:flex;flex-direction:column;gap:10px}.pricing-faq details{border:1px solid #e5dfeb;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(49,34,77,.05)}.pricing-faq summary{min-height:76px;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;grid-gap:10px;gap:10px;padding:0 20px;cursor:pointer;list-style:none}.pricing-faq summary::-webkit-details-marker{display:none}.pricing-faq summary>span{color:#a498ad;font-size:8px;font-weight:900}.pricing-faq summary strong{font-size:13px}.pricing-faq summary i{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#f0eaff;color:#7450db;font-style:normal;transition:transform .2s}.pricing-faq details[open] summary i{transform:rotate(45deg)}.pricing-faq details p{margin:0;padding:0 60px 22px;color:#766e7f;font-size:11px;line-height:1.65}.pricing-final{max-width:1120px;min-height:230px;margin:0 auto 100px;padding:32px 38px;display:grid;grid-template-columns:150px 1fr auto;align-items:center;grid-gap:28px;gap:28px;border:1px solid rgba(110,78,187,.12);border-radius:34px;background:linear-gradient(120deg,#f7edff,#fff 52%,#eafbf8);box-shadow:0 25px 70px rgba(49,34,77,.09)}.pricing-final img{width:145px;height:145px;object-fit:contain;filter:drop-shadow(0 17px 20px rgba(70,31,77,.18))}.pricing-final>div span{color:#8156df;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pricing-final h2{margin:9px 0 7px;font-size:34px;letter-spacing:-.045em}.pricing-final p{margin:0;color:#80788a;font-size:11px}.pricing-final>a{min-width:210px;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:15px;background:linear-gradient(100deg,#7953e5,#df4fa2);color:#fff;font-size:11px;font-weight:900;box-shadow:0 15px 32px rgba(136,70,202,.24)}@media(max-width:980px){.pricing-hero{grid-template-columns:1fr;gap:25px;text-align:center;padding-top:90px}.pricing-hero-copy>p{margin-inline:auto}.pricing-trust{justify-content:center}.pricing-hero-art{width:min(480px,100%);min-height:390px;margin:auto}.plan-grid{grid-template-columns:1fr 1fr;gap:18px}.plan-card.popular{transform:none}.credit-section,.pricing-compare,.pricing-faq{grid-template-columns:1fr}.credit-heading,.pricing-compare>div:first-child,.pricing-faq-heading{text-align:center}.credit-heading p,.pricing-compare>div:first-child>p{margin-inline:auto}.pricing-compare{margin-inline:18px}.pricing-faq-heading{position:static}.pricing-final{grid-template-columns:120px 1fr}.pricing-final>a{grid-column:1/-1}}@media(max-width:620px){.pricing-hero{min-height:auto;padding:74px 17px 46px}.pricing-hero:before{inset:20px 7px 0;border-radius:29px}.pricing-hero h1{font-size:45px}.pricing-hero-copy>p{font-size:14px}.pricing-trust{gap:6px}.pricing-trust span{padding:7px 9px;font-size:8px}.pricing-hero-art{min-height:310px}.pricing-hero-art img{width:245px}.price-status{top:22px;left:2px}.pricing-hero-art>div{right:0;bottom:24px;min-width:145px;padding:13px}.plans-section{padding:70px 14px}.plans-heading h2{font-size:40px}.plan-grid{grid-template-columns:1fr;gap:13px;margin-top:30px}.plan-card{padding:20px;border-radius:25px}.plan-card.popular{order:-1}.plan-card h3{font-size:29px}.plan-price strong{font-size:44px}.plan-card li{font-size:11px}.beta-note{align-items:flex-start;border-radius:18px;font-size:9px;line-height:1.5}.credit-section{padding:65px 15px;gap:30px}.credit-heading h2{font-size:39px}.credit-visual{padding:13px;border-radius:27px;gap:8px}.credit-type{padding:12px 9px;gap:7px;border-radius:16px}.credit-type>i{width:38px;height:38px}.credit-type>b{display:none}.credit-type strong{font-size:9px}.pricing-compare{padding:55px 16px;border-radius:29px;gap:32px}.pricing-compare h2{font-size:40px}.cost-cards{grid-template-columns:1fr}.cost-cards article{min-height:165px;padding:18px}.cost-cards strong{margin-top:18px}.cost-cards p{margin:18px 0 0}.pricing-faq{padding:80px 14px;gap:28px}.pricing-faq-heading h2{font-size:39px}.pricing-faq summary{padding:0 15px}.pricing-faq summary strong{font-size:12px}.pricing-faq details p{padding:0 54px 20px;font-size:10px}.pricing-final{margin:0 12px 75px;padding:23px;grid-template-columns:85px 1fr;gap:14px;border-radius:27px}.pricing-final img{width:85px;height:85px}.pricing-final h2{font-size:25px}.pricing-final p{font-size:9px}.pricing-final>a{min-width:0}}.promo-page{overflow:hidden;background:#fcfaff;color:#251a38}.promo-hero,.promo-page main{position:relative}.promo-hero{min-height:760px;max-width:1240px;margin:auto;padding:115px 42px 70px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:30px;gap:30px}.promo-hero:before{content:"";position:absolute;inset:35px 12px 0;border-radius:48px;background:radial-gradient(circle at 15% 12%,rgba(244,68,153,.11),transparent 32%),radial-gradient(circle at 90% 82%,rgba(115,70,224,.13),transparent 35%),linear-gradient(145deg,#fff,#fff7fc 55%,#f5f0ff);border:1px solid rgba(121,78,195,.12);box-shadow:0 35px 100px rgba(63,36,89,.1)}.promo-hero-glow{position:absolute;border-radius:50%;filter:blur(5px);pointer-events:none}.glow-a{width:260px;height:260px;left:-100px;bottom:60px;background:radial-gradient(circle,#ff8fc7,transparent 68%);opacity:.3}.glow-b{width:300px;height:300px;right:-120px;top:80px;background:radial-gradient(circle,#8d7aff,transparent 68%);opacity:.28}.promo-hero-copy,.promo-hero-visual{position:relative;z-index:1}.promo-kicker,.promo-section-label{color:#9950d5;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.promo-kicker{display:inline-flex;align-items:center;gap:9px}.promo-kicker i{width:9px;height:9px;border-radius:50%;background:#ef448f;box-shadow:0 0 0 7px rgba(239,68,143,.11)}.promo-hero h1{margin:24px 0 11px;font-size:clamp(55px,7vw,88px);line-height:.88;letter-spacing:-.075em}.promo-command h2 em,.promo-hero h1 em{background:linear-gradient(90deg,#f23e91,#a342d7 50%,#594fe5);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.promo-hero h2{margin:0;font-size:26px;letter-spacing:-.04em}.promo-hero h2 strong{color:#e83c8f}.promo-hero-copy>p{max-width:590px;margin:20px 0 0;color:#716779;font-size:17px;line-height:1.65}.promo-hero-actions{display:flex;gap:10px;margin-top:28px}.promo-hero-actions a{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 19px;border-radius:15px;font-size:11px;font-weight:900}.promo-hero-actions a:first-child{background:linear-gradient(100deg,#f24492,#9d43d6);color:#fff;box-shadow:0 16px 34px rgba(207,54,144,.25)}.promo-hero-actions a:last-child{border:1px solid #dfd7e8;background:#fff}.promo-mini-proof{display:flex;gap:20px;margin-top:30px}.promo-mini-proof span{align-items:center;gap:7px;color:#877d90;font-size:8px;font-weight:800}.promo-mini-proof i{width:30px;height:30px;border-radius:10px;background:#f1eaff;color:#824fe0;font-size:7px;font-style:normal}.promo-hero-visual{min-height:530px;display:grid;place-items:center}.promo-hero-visual:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,#fff 0 45%,#f9d9ed 46% 62%,#e9ddff 63% 72%,transparent 73%);filter:drop-shadow(0 30px 40px rgba(101,46,118,.12))}.promo-ring{position:absolute;border:1px solid rgba(144,74,208,.19);border-radius:50%;animation:promo-spin 18s linear infinite}.promo-ring:after,.promo-ring:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#f04b98;box-shadow:0 0 0 6px rgba(240,75,152,.09)}.ring-one{width:485px;height:485px}.ring-one:before{top:53px;right:63px}.ring-one:after{bottom:75px;left:41px}.ring-two{width:525px;height:525px;animation-direction:reverse;animation-duration:24s}.ring-two:before{left:30px;top:190px;background:#6d58e4}.ring-two:after{right:73px;bottom:45px;background:#27ada6}.promo-hero-visual>img{position:relative;z-index:2;width:min(520px,95%);height:auto;filter:drop-shadow(0 28px 28px rgba(64,24,62,.22));animation:promo-float 5s ease-in-out infinite}.promo-chip{position:absolute;z-index:3;padding:10px 13px;border:1px solid rgba(255,255,255,.9);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 12px 30px rgba(50,28,73,.13);font-size:9px;font-weight:900;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.promo-chip i{margin-right:5px;color:#27a681;font-style:normal}.chip-plan{left:1px;top:100px}.chip-post{right:-8px;top:210px}.chip-grow{left:35px;bottom:75px}.chip-post i{color:#e9408d}.chip-grow i{color:#704fe0}@keyframes promo-spin{to{transform:rotate(1turn)}}@keyframes promo-float{50%{transform:translateY(-9px) rotate(1deg)}}.promo-statement{max-width:950px;margin:auto;padding:130px 30px;text-align:center}.promo-section-head>span,.promo-statement>span{color:#8c55dd;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.promo-statement h2{margin:17px 0;font-size:clamp(46px,6vw,70px);line-height:.95;letter-spacing:-.065em}.promo-statement h2 em{background:linear-gradient(90deg,#20182f,#ed408c 50%,#7746df);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.promo-statement p{max-width:720px;margin:auto;color:#796f82;font-size:15px;line-height:1.7}.promo-app-section{max-width:1160px;margin:0 auto;padding:90px 45px;border-radius:45px;background:radial-gradient(circle at 0 100%,rgba(238,63,143,.22),transparent 35%),radial-gradient(circle at 100% 0,rgba(65,188,177,.16),transparent 32%),#291d3e;color:#fff;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;grid-gap:75px;gap:75px}.promo-always-on h2,.promo-app-copy h2,.promo-command h2{margin:17px 0 16px;font-size:clamp(43px,5vw,61px);line-height:.98;letter-spacing:-.06em}.promo-always-on>div:last-child>p,.promo-app-copy>p,.promo-command>div:last-child>p{color:#c8bfce;font-size:13px;line-height:1.7}.promo-app-copy ul{display:flex;flex-direction:column;gap:14px;margin:28px 0 0;padding:0;list-style:none}.promo-app-copy li{display:flex;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.05)}.promo-app-copy li>i{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:12px;background:rgba(243,70,148,.17);color:#ff78af;font-style:normal}.promo-app-copy li>span{display:flex;flex-direction:column}.promo-app-copy li strong{font-size:10px}.promo-app-copy li small{margin-top:4px;color:#9f95aa;font-size:8px}.promo-phone-wrap{position:relative;min-height:700px;display:grid;place-items:center}.promo-phone{position:relative;z-index:2;width:340px;min-height:675px;padding:9px;border:1px solid rgba(255,255,255,.3);border-radius:47px;background:#17121f;box-shadow:0 40px 90px rgba(0,0,0,.45),inset 0 0 0 2px #31283b}.promo-phone:before{content:"";position:absolute;z-index:9;top:14px;left:50%;width:88px;height:23px;border-radius:999px;background:#17121f;transform:translateX(-50%)}.promo-phone-top{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;color:#fff;font-size:7px}.promo-phone-top>i{width:45px}.promo-phone-top>b{font-size:5px}.promo-phone>header{height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-radius:18px 18px 0 0;background:#fff;color:#281e39}.promo-phone>header>div{display:flex;align-items:center;gap:8px}.promo-phone>header img{width:34px;height:34px;object-fit:contain;border-radius:11px;background:#fde9f5}.promo-phone>header span{display:flex;flex-direction:column}.promo-phone>header strong{font-size:10px}.promo-phone>header small{color:#948a9c;font-size:6px}.promo-phone>header>i{font-style:normal}.promo-phone>main{min-height:520px;padding:13px;background:#f8f6fb;color:#2a203a}.promo-app-status{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.promo-app-status span{font-size:8px;font-weight:900}.promo-app-status span i{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:#33bb86;box-shadow:0 0 0 4px rgba(51,187,134,.12)}.promo-app-status b{color:#938a9b;font-size:6px}.promo-post-preview{position:relative;height:225px;overflow:hidden;padding:23px;border-radius:23px;background:radial-gradient(circle at 90% 15%,rgba(255,255,255,.28),transparent 25%),linear-gradient(145deg,#f34591,#953bd0 56%,#4d45d8);color:#fff;box-shadow:0 15px 30px rgba(120,56,186,.24)}.promo-post-preview:after{content:"";position:absolute;width:180px;height:180px;right:-50px;bottom:-65px;border:1px solid rgba(255,255,255,.3);border-radius:50%;box-shadow:0 0 0 25px rgba(255,255,255,.06),0 0 0 50px rgba(255,255,255,.035)}.promo-post-brand{position:relative;z-index:1}.promo-post-brand span{font-size:6px;font-weight:900;letter-spacing:.16em}.promo-post-brand strong{display:block;margin-top:30px;font-size:30px;line-height:.9;letter-spacing:-.06em}.promo-post-brand small{display:block;margin-top:10px;color:#f9ddec;font-size:8px}.promo-post-orbit{position:absolute;right:24px;top:22px;width:55px;height:55px;border:1px solid rgba(255,255,255,.4);border-radius:50%}.promo-post-orbit i{position:absolute;left:-6px;top:18px;font-style:normal}.promo-post-orbit b{position:absolute;right:2px;top:15px;font-size:14px}.promo-caption{min-height:60px;margin:12px 2px 10px;color:#635a6d;font-size:8px;line-height:1.5}.promo-caption strong{display:block;margin-bottom:4px;color:#29203a;font-size:7px;text-transform:uppercase}.promo-actions{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-gap:6px;gap:6px}.promo-actions button{height:38px;border:1px solid #ded8e6;border-radius:11px;background:#fff;color:#44394f;font:800 8px inherit}.promo-actions button i{margin-right:3px}.promo-actions .approve{border:0;background:linear-gradient(100deg,#774fe1,#d642a1);box-shadow:0 8px 18px rgba(125,70,204,.2)}.promo-actions .decline{color:#9a8996}.promo-edit-box{margin:10px 0}.promo-edit-box label{display:block;margin-bottom:4px;font-size:7px;font-weight:900}.promo-edit-box textarea{width:100%;height:55px;padding:8px;border:1px solid #dcd5e4;border-radius:10px;resize:none;font:8px/1.4 inherit}.promo-edit-box>div{display:flex;justify-content:flex-end;gap:5px;margin-top:5px}.promo-decision button,.promo-edit-box button{padding:6px 9px;border:0;border-radius:8px;background:#ebe6f1;color:#594d65;font:800 7px inherit}.promo-edit-box button:last-child{background:#7d50df;color:#fff}.promo-decision{min-height:62px;display:flex;align-items:center;gap:9px;margin-top:12px;padding:10px;border-radius:14px;background:#e9f8f1;color:#216c50}.promo-decision>i{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#42b886;color:#fff;font-style:normal}.promo-decision>div{display:flex;flex:1 1;flex-direction:column}.promo-decision strong{font-size:9px}.promo-decision span{margin-top:2px;font-size:6.5px}.promo-decision.declined{background:#fff0f4;color:#87465d}.promo-decision.declined>i{background:#e4698f}.promo-phone>nav{height:55px;display:grid;grid-template-columns:1fr 1fr 44px 1fr 1fr;align-items:center;padding:0 9px;border-radius:0 0 37px 37px;background:#fff;color:#988f9e}.promo-phone>nav span{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:5px}.promo-phone>nav span i{font-size:13px;font-style:normal}.promo-phone>nav .active{color:#b33dc3}.promo-phone>nav button{width:42px;height:42px;border:0;border-radius:14px;background:linear-gradient(135deg,#ef438e,#7c45dc);color:#fff;font-size:23px;box-shadow:0 8px 18px rgba(165,57,188,.25)}.promo-notification{position:absolute;z-index:5;top:35px;right:-3px;width:230px;display:flex;align-items:center;gap:8px;padding:10px;border:1px solid rgba(255,255,255,.85);border-radius:15px;background:rgba(255,255,255,.92);color:#2c223b;box-shadow:0 15px 38px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:promo-notify 4s ease-in-out infinite}.promo-notification>i{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#f24392,#9044d8);color:#fff;font-weight:900;font-style:normal}.promo-notification>div{display:flex;flex:1 1;flex-direction:column}.promo-notification strong{font-size:8px}.promo-notification span{margin-top:2px;color:#776d7e;font-size:6.5px}.promo-notification>b{align-self:flex-start;color:#aaa2ad;font-size:5px}.promo-float-card{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;padding:11px 13px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(255,255,255,.09);box-shadow:0 15px 35px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.promo-float-card>i{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(61,210,159,.15);color:#5ce0ae;font-style:normal}.promo-float-card>span{display:flex;flex-direction:column}.promo-float-card small{color:#9d93a8;font-size:6px}.promo-float-card strong{margin-top:2px;font-size:8px}.card-live{left:0;top:205px}.card-learn{right:-12px;bottom:95px}.card-learn>i{background:rgba(239,67,144,.16);color:#ff73ad}@keyframes promo-notify{50%{transform:translateY(-6px)}}.promo-always-on{max-width:1100px;margin:120px auto;padding:60px 35px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:90px;gap:90px}.promo-clock{position:relative;min-height:460px;display:grid;place-items:center}.clock-ring{position:relative;width:310px;height:310px;display:grid;place-content:center;border:1px solid rgba(128,77,206,.18);border-radius:50%;background:radial-gradient(circle,#fff 0 44%,#f7e9f6 45% 62%,#eee6ff 63% 72%,transparent 73%);box-shadow:0 30px 70px rgba(64,39,91,.1)}.clock-ring:after{content:"";position:absolute;inset:-30px;border:2px dashed rgba(135,75,210,.23);border-radius:50%;animation:promo-spin 30s linear infinite}.clock-ring span{font-size:78px;font-weight:950;line-height:.8;letter-spacing:-.08em}.clock-ring small{text-align:center;color:#9252d9;font-size:8px;font-weight:900;letter-spacing:.16em}.clock-ring i{position:absolute;left:50%;top:50%;width:3px;height:85px;border-radius:99px;background:linear-gradient(#ec458f,#8747dd);transform-origin:bottom;transform:translate(-50%,-100%) rotate(45deg)}.clock-chip{position:absolute;padding:10px 13px;border:1px solid #eee7f2;border-radius:13px;background:#fff;font-size:8px;font-weight:900;box-shadow:0 11px 27px rgba(56,37,78,.1)}.clock-chip:before{content:"✓";margin-right:5px;color:#25a47b}.clock-chip.c1{left:0;top:65px}.clock-chip.c2{right:2px;top:115px}.clock-chip.c3{left:12px;bottom:85px}.clock-chip.c4{right:5px;bottom:45px}.promo-always-on h2{font-size:55px}.attention-meter{margin-top:27px;padding:17px;border:1px solid #e8e1ed;border-radius:17px;background:#fff}.attention-meter>div{display:flex;justify-content:space-between}.attention-meter strong{font-size:9px}.attention-meter small,.attention-meter span{color:#978e9e;font-size:7px}.attention-meter>i{height:8px;display:block;margin:10px 0 6px;border-radius:999px;background:#eee9f1;overflow:hidden}.attention-meter>i b{width:18%;height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#32b69c,#8352df)}.promo-capabilities{max-width:1180px;margin:0 auto;padding:100px 32px}.promo-section-head{text-align:center}.promo-section-head h2{margin:15px 0 40px;font-size:55px;letter-spacing:-.06em}.promo-capabilities>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.promo-capabilities article{position:relative;min-height:280px;padding:22px;border:1px solid #e8e0ee;border-radius:28px;background:linear-gradient(150deg,#fff,#fcf8ff);box-shadow:0 15px 40px rgba(54,35,80,.06);transition:transform .25s}.promo-capabilities article:hover{transform:translateY(-7px)}.promo-capabilities article>span{position:absolute;right:20px;top:19px;color:#b5acbc;font-size:8px;font-weight:900}.promo-capabilities article>i{width:67px;height:67px;display:grid;place-items:center;border-radius:22px;background:#f0e8ff;color:#7a4ce0;font-size:27px;font-style:normal;box-shadow:inset 0 0 0 1px #fff,0 10px 25px rgba(93,54,178,.12)}.promo-capabilities article:nth-child(2)>i{background:#ffe6f1;color:#df4089}.promo-capabilities article:nth-child(3)>i{background:#fff0e4;color:#e5673a}.promo-capabilities article:nth-child(4)>i{background:#e2f8f4;color:#19928f}.promo-capabilities h3{margin:32px 0 10px;font-size:19px}.promo-capabilities p{margin:0;color:#7d7486;font-size:10px;line-height:1.6}.promo-command{max-width:1160px;margin:30px auto 110px;padding:60px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:70px;gap:70px;border-radius:42px;background:radial-gradient(circle at 0 100%,rgba(242,65,145,.3),transparent 32%),radial-gradient(circle at 100% 0,rgba(111,68,223,.28),transparent 32%),#271b3b;color:#fff}.command-art{position:relative;min-height:390px;display:grid;place-items:center}.command-art:before{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.025)}.command-art img{position:relative;width:430px;height:auto;filter:drop-shadow(0 25px 30px rgba(0,0,0,.3))}.command-art span{position:absolute;right:-10px;bottom:25px;padding:15px 18px;border-radius:17px 17px 3px 17px;background:#fff;color:#2c213e;font-size:10px;font-weight:900;line-height:1.45;box-shadow:0 15px 35px rgba(0,0,0,.25)}.promo-command>div:last-child>p{max-width:500px}.promo-command a{max-width:310px;display:flex;justify-content:space-between;margin-top:27px;padding:17px 19px;border-radius:15px;background:linear-gradient(100deg,#f14892,#9b43d5);color:#fff;font-size:11px;font-weight:900;box-shadow:0 16px 35px rgba(219,59,150,.24)}@media(max-width:980px){.promo-hero{grid-template-columns:1fr;text-align:center}.promo-hero-copy>p{margin-inline:auto}.promo-hero-actions,.promo-mini-proof{justify-content:center}.promo-hero-visual{margin-top:20px}.promo-always-on,.promo-app-section,.promo-command{grid-template-columns:1fr}.promo-app-section{margin-inline:18px}.promo-app-copy{text-align:center}.promo-app-copy li{text-align:left}.promo-always-on{gap:35px}.promo-always-on>div:last-child{text-align:center}.promo-capabilities>div:last-child{grid-template-columns:1fr 1fr}.promo-command>div:last-child{text-align:center}.promo-command a,.promo-command>div:last-child>p{margin-inline:auto}}@media(max-width:620px){.promo-hero{min-height:auto;padding:78px 17px 45px}.promo-hero:before{inset:22px 7px 0;border-radius:30px}.promo-hero h1{font-size:51px}.promo-hero h2{font-size:20px}.promo-hero-copy>p{font-size:13px}.promo-hero-actions{flex-direction:column}.promo-hero-actions a{justify-content:center}.promo-mini-proof{gap:7px}.promo-mini-proof span{flex-direction:column}.promo-hero-visual{min-height:390px}.promo-hero-visual:before{width:295px;height:295px}.promo-ring.ring-one{width:320px;height:320px}.promo-ring.ring-two{width:350px;height:350px}.promo-hero-visual>img{width:360px}.promo-chip{padding:8px 9px;font-size:7px}.chip-plan{top:50px}.chip-post{top:160px}.chip-grow{bottom:45px}.promo-statement{padding:90px 17px}.promo-statement h2{font-size:42px}.promo-statement p{font-size:12px}.promo-app-section{padding:60px 15px;border-radius:30px;gap:30px}.promo-app-copy h2{font-size:40px}.promo-phone-wrap{min-height:680px;transform:scale(.93);margin:-22px -20px}.promo-phone{width:330px}.promo-notification{right:0}.card-live{left:4px}.card-learn{right:0}.promo-always-on{margin:60px auto;padding:45px 14px}.promo-clock{min-height:385px}.clock-ring{width:250px;height:250px}.clock-chip.c1{left:0}.clock-chip.c2{right:0}.clock-chip.c3{left:0}.clock-chip.c4{right:0}.promo-always-on h2{font-size:40px}.promo-capabilities{padding:70px 14px}.promo-section-head h2{font-size:40px}.promo-capabilities>div:last-child{grid-template-columns:1fr}.promo-capabilities article{min-height:190px;padding:20px}.promo-capabilities h3{margin-top:20px}.promo-capabilities p{font-size:11px}.promo-command{margin:20px 12px 75px;padding:45px 18px;border-radius:30px;gap:25px}.command-art{min-height:285px}.command-art:before{width:250px;height:250px}.command-art img{width:320px}.command-art span{right:0;bottom:10px}.promo-command h2{font-size:39px}}.promo-hero{grid-template-columns:.96fr 1.04fr}.promo-hero-visual{order:1}.promo-hero-copy{order:2}.promo-growth-loop{max-width:1180px;padding:115px 30px 45px}.promo-growth-loop .does-heading h2{max-width:780px;margin-inline:auto}.promo-growth-loop .does-loop-shell{box-shadow:0 30px 85px rgba(61,38,91,.12)}.promo-influencer-post{height:258px;padding:0;background:#21192d}.promo-influencer-post:after{display:none}.promo-influencer-post>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 38%}.promo-post-format{position:absolute;z-index:2;left:11px;top:11px;padding:5px 7px;border:1px solid rgba(255,255,255,.4);background:rgba(24,16,34,.45);color:#fff;font-size:5.5px;font-weight:900;letter-spacing:.09em;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.promo-post-overlay{position:absolute;z-index:2;inset:auto 0 0;padding:35px 14px 12px;background:linear-gradient(transparent,rgba(20,12,28,.82));color:#fff}.promo-post-overlay small,.promo-post-overlay strong{display:block}.promo-post-overlay strong{font-size:15px}.promo-post-overlay small{margin-top:3px;color:#eadbe6;font-size:6px}.promo-phone>main{min-height:550px}.promo-phone{min-height:705px}.promo-phone-wrap{min-height:730px}.promo-caption{min-height:52px}@media(max-width:980px){.promo-hero{grid-template-columns:1fr}.promo-hero-visual{order:1}.promo-hero-copy{order:2}.promo-growth-loop{padding-top:95px}}@media(max-width:620px){.promo-hero{padding-top:58px}.promo-hero-visual{margin-top:0}.promo-hero-copy{padding:0 4px 18px}.promo-growth-loop{padding:80px 8px 35px}.promo-growth-loop .does-heading{padding-inline:9px}.promo-growth-loop .does-heading h2{font-size:41px}.promo-growth-loop .does-loop-shell{padding:16px 12px 10px}.promo-influencer-post{height:245px}.promo-phone{min-height:690px}.promo-phone-wrap{min-height:710px}}.promo-hero-actions a{min-height:60px;padding:0 24px;border-radius:18px;font-size:15px;letter-spacing:-.015em;transition:transform .22s,box-shadow .22s}.promo-hero-actions a:hover{transform:translateY(-3px)}.promo-hero-actions a:first-child:hover{box-shadow:0 22px 42px rgba(207,54,144,.34)}.promo-hero-actions a:last-child{border-width:1.5px;box-shadow:0 10px 28px rgba(55,36,76,.08)}.promo-hero-actions a span{font-size:19px}.promo-growth-loop .does-cta{min-height:54px;padding:0 20px;border:1px solid #dfd4ec;border-radius:17px;background:#fff;font-size:15px;box-shadow:0 13px 30px rgba(62,39,91,.09)}.promo-command a{max-width:360px;min-height:58px;align-items:center;font-size:15px}.promo-command a b{font-size:19px}.attention-control{margin-top:30px;padding:21px;border:1px solid #e4dbea;border-radius:23px;background:linear-gradient(145deg,#fff,#faf6ff);box-shadow:0 17px 42px rgba(59,38,82,.08)}.attention-control-top{display:flex;align-items:center;justify-content:space-between;gap:15px}.attention-control-top>span{color:#6d6376;font-size:10px;font-weight:850}.attention-control-top>strong{padding:7px 10px;border-radius:999px;background:#eee7ff;color:#724bd5;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.attention-slider-shell{margin-top:20px}.attention-slider-shell input{width:100%;height:11px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;outline:0;background:linear-gradient(90deg,#ef4592 0,var(--attention-value),#e7e1eb var(--attention-value),#e7e1eb 100%);cursor:pointer}.attention-slider-shell input::-webkit-slider-thumb{width:27px;height:27px;-webkit-appearance:none;appearance:none;border:5px solid #fff;border-radius:50%;background:linear-gradient(135deg,#ed438f,#7a4ddd);box-shadow:0 5px 15px rgba(112,62,164,.3);cursor:-webkit-grab;cursor:grab}.attention-slider-shell input::-moz-range-thumb{width:18px;height:18px;border:5px solid #fff;border-radius:50%;background:#ad47c0;box-shadow:0 5px 15px rgba(112,62,164,.3)}.attention-scale{display:flex;justify-content:space-between;gap:25px;margin-top:15px}.attention-scale>span{display:grid;grid-template-columns:28px auto;grid-column-gap:7px;column-gap:7px;text-align:left}.attention-scale>span:last-child{text-align:right;grid-template-columns:auto 28px}.attention-scale>span:last-child i{grid-column:2;grid-row:1/3}.attention-scale i{grid-row:1/3;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#ffe5f1;color:#dd3e87;font-style:normal}.attention-scale>span:last-child i{background:#e7e5fb;color:#6454d5}.attention-scale b{font-size:8px}.attention-scale small{margin-top:2px;color:#9b929f;font-size:6.5px}.attention-control>p{margin:18px 0 0;padding-top:15px;border-top:1px solid #eee8f1;color:#756c7d;font-size:9px;line-height:1.55}.promo-always-on .attention-control{text-align:left}@media(max-width:620px){.promo-hero-actions a{min-height:57px;font-size:14px}.promo-growth-loop .does-cta{width:calc(100% - 26px);justify-content:center;font-size:13px}.promo-command a{font-size:13px}.attention-control{padding:17px}.attention-control-top>span{font-size:9px}.attention-scale{gap:10px}.attention-scale b{font-size:7px}}.promo-hero{min-height:650px;padding-top:72px;padding-bottom:42px}.promo-hero-visual{min-height:445px}.promo-hero h1{margin-top:8px}.promo-hero-copy{align-self:center}@media(max-width:980px){.promo-hero{gap:0;padding-top:42px}.promo-hero-visual{min-height:350px}.promo-hero-copy{margin-top:-12px}}@media(max-width:620px){.promo-hero{padding:18px 14px 35px}.promo-hero:before{inset:5px 7px 0}.promo-hero-visual{min-height:278px;margin:0}.promo-hero-visual:before{width:255px;height:255px}.promo-hero-visual>img{width:335px}.promo-ring.ring-one{width:285px;height:285px}.promo-ring.ring-two{width:310px;height:310px}.promo-hero-copy{margin-top:-3px}.promo-hero h1{margin-top:0}.chip-plan{top:28px}.chip-post{top:120px}.chip-grow{bottom:25px}}.promo-mini-proof{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px;margin-top:32px}.promo-mini-proof span{position:relative;min-height:108px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px;padding:15px;overflow:hidden;border:1px solid rgba(111,72,183,.13);border-radius:20px;background:radial-gradient(circle at 100% 0,rgba(124,80,224,.12),transparent 42%),linear-gradient(145deg,#fff,#f8f3ff);color:#3c304d;font-size:12px;font-weight:900;line-height:1.2;text-align:left;box-shadow:0 13px 30px rgba(65,39,91,.09),inset 0 1px #fff;transition:transform .22s,box-shadow .22s}.promo-mini-proof span:nth-child(2){background:radial-gradient(circle at 100% 0,rgba(237,64,143,.14),transparent 42%),linear-gradient(145deg,#fff,#fff3f8)}.promo-mini-proof span:nth-child(3){background:radial-gradient(circle at 100% 0,rgba(31,176,170,.14),transparent 42%),linear-gradient(145deg,#fff,#effbf9)}.promo-mini-proof span:hover{transform:translateY(-4px);box-shadow:0 19px 40px rgba(65,39,91,.14)}.promo-mini-proof i{width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:17px;background:linear-gradient(145deg,#eee6ff,#dfd4ff);color:#7248dc;font-size:12px;font-weight:950;box-shadow:0 8px 19px rgba(102,62,191,.18),inset 0 1px #fff}.promo-mini-proof span:nth-child(2) i{background:linear-gradient(145deg,#ffe7f1,#ffd7e8);color:#d63d83;box-shadow:0 8px 19px rgba(211,60,129,.17)}.promo-mini-proof span:nth-child(3) i{background:linear-gradient(145deg,#e2f8f5,#d1f1ed);color:#168c8e;box-shadow:0 8px 19px rgba(27,151,151,.16)}.promo-mini-proof span:after{content:"";position:absolute;right:-23px;bottom:-27px;width:70px;height:70px;border:1px solid rgba(114,75,194,.09);border-radius:50%;box-shadow:0 0 0 12px rgba(114,75,194,.025)}.promo-command a,.promo-growth-loop .does-cta,.promo-hero-actions a{position:relative;overflow:hidden;font-family:inherit;font-size:17px;font-weight:950;letter-spacing:-.025em}.promo-command a:before,.promo-hero-actions a:first-child:before{content:"";position:absolute;inset:-50% auto -50% -35%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-18deg);animation:promo-cta-shine 3.2s ease-in-out infinite}.promo-command a,.promo-hero-actions a:first-child{border:1px solid rgba(255,255,255,.28);background:linear-gradient(105deg,#f13d8d,#c33bb4 45%,#7049e2);background-size:170% 100%;animation:promo-cta-gradient 5s ease infinite;box-shadow:0 17px 38px rgba(198,52,147,.3),inset 0 1px rgba(255,255,255,.3)}.promo-hero-actions a:last-child{color:#432d60;background:linear-gradient(145deg,#fff,#faf4ff);box-shadow:0 13px 34px rgba(71,42,96,.11),inset 0 1px #fff}.promo-hero-actions a:last-child:hover{border-color:#bc9fe3;background:#fff;box-shadow:0 19px 42px rgba(92,51,131,.17)}.promo-growth-loop .does-cta{min-height:60px;padding-inline:25px;color:#6f42d4;background:linear-gradient(145deg,#fff,#faf5ff);box-shadow:0 15px 35px rgba(73,42,105,.12),inset 0 1px #fff}.promo-growth-loop .does-cta:hover{transform:translateY(-3px);box-shadow:0 21px 46px rgba(73,42,105,.18)}@keyframes promo-cta-shine{0%,58%{left:-35%}85%,to{left:125%}}@keyframes promo-cta-gradient{50%{background-position:100% 0}}.promo-app-copy ul{gap:16px}.promo-app-copy li{gap:15px;padding:17px 18px;border-color:rgba(255,255,255,.12);border-radius:19px;background:linear-gradient(120deg,rgba(255,255,255,.085),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.05)}.promo-app-copy li>i{width:48px;height:48px;flex-basis:48px;border-radius:15px;font-size:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.12)}.promo-app-copy li strong{font-size:14px;letter-spacing:-.02em}.promo-app-copy li small{margin-top:5px;font-size:10px;line-height:1.45}.promo-growth-loop .loop-closing-arrow path{animation:loop-flow 1.05s linear infinite}.promo-growth-loop .loop-closing-arrow{z-index:1}.promo-growth-loop .loop-caption{z-index:4}@media(max-width:620px){.promo-command a,.promo-growth-loop .does-cta,.promo-hero-actions a{font-size:16px}.promo-app-copy li{padding:15px}.promo-app-copy li>i{width:45px;height:45px;flex-basis:45px}.promo-app-copy li strong{font-size:13px}.promo-app-copy li small{font-size:9.5px}.promo-mini-proof{gap:8px;margin-top:25px}.promo-mini-proof span{min-height:112px;justify-content:flex-start;padding:12px 9px;border-radius:18px;font-size:11px;text-align:center;align-items:center}.promo-mini-proof i{width:49px;height:49px;flex:0 0 49px;border-radius:16px;font-size:11px}}.promo-mini-proof span,.promo-mini-proof span:nth-child(2),.promo-mini-proof span:nth-child(3){min-height:0;justify-content:flex-start;align-items:center;padding:4px 2px;border:0;border-radius:0;background:none;box-shadow:none;text-align:center}.promo-mini-proof span:hover{transform:translateY(-3px);box-shadow:none}.promo-mini-proof span:after{display:none}.promo-mini-proof i,.promo-mini-proof span:nth-child(2) i,.promo-mini-proof span:nth-child(3) i{position:relative;width:72px;height:72px;flex:0 0 72px;border:0;border-radius:50% 44% 54% 46%;background:radial-gradient(circle at 30% 25%,#fff 0 8%,#eee4ff 10% 58%,#d9c9ff 100%);color:#7347d9;box-shadow:0 13px 26px rgba(102,60,181,.18),inset 0 0 0 1px rgba(255,255,255,.85);transform:rotate(-4deg)}.promo-mini-proof span:nth-child(2) i{border-radius:44% 56% 47% 53%;background:radial-gradient(circle at 30% 25%,#fff 0 8%,#ffe2ef 10% 58%,#ffc6dc 100%);color:#d63c7e;box-shadow:0 13px 26px rgba(210,56,124,.17);transform:rotate(4deg)}.promo-mini-proof span:nth-child(3) i{border-radius:54% 46% 42% 58%;background:radial-gradient(circle at 30% 25%,#fff 0 8%,#dcf7f3 10% 58%,#bceae4 100%);color:#168b8b;box-shadow:0 13px 26px rgba(21,139,139,.16);transform:rotate(-3deg)}.promo-mini-proof svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;transform:rotate(4deg)}.promo-mini-proof span:nth-child(2) svg{transform:rotate(-4deg)}.promo-mini-proof span:nth-child(3) svg{transform:rotate(3deg)}.promo-mini-proof svg .proof-accent{stroke-width:2.5}.promo-mini-proof svg .proof-fill{fill:currentColor;stroke:none}.promo-mini-proof b{margin-top:3px;color:#342744;font-size:13px;letter-spacing:-.025em}.promo-mini-proof small{margin-top:-6px;color:#8d8295;font-size:8px;font-weight:750}.promo-mini-proof span:hover i{transform:translateY(-4px) rotate(0);transition:transform .24s}@media(max-width:620px){.promo-mini-proof{gap:9px}.promo-mini-proof span,.promo-mini-proof span:nth-child(2),.promo-mini-proof span:nth-child(3){padding:2px 0}.promo-mini-proof i,.promo-mini-proof span:nth-child(2) i,.promo-mini-proof span:nth-child(3) i{width:66px;height:66px;flex-basis:66px}.promo-mini-proof svg{width:43px;height:43px}.promo-mini-proof b{font-size:11px}.promo-mini-proof small{font-size:7px}}.promo-post-brief{margin:9px 0 10px;padding:11px;border:1px solid #e5deeb;border-radius:14px;background:linear-gradient(145deg,#fff,#faf7fc);box-shadow:0 7px 18px rgba(54,37,76,.055)}.promo-post-brief>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.promo-post-brief>div small{color:#9d93a3;font-size:5.5px;font-weight:950;letter-spacing:.1em}.promo-post-brief>div strong{color:#30243f;font-size:9px;letter-spacing:-.015em}.promo-post-brief ul{display:flex;flex-wrap:wrap;gap:5px;margin:9px 0 0;padding:0;list-style:none}.promo-post-brief li{display:flex;align-items:center;gap:4px;padding:5px 7px;border-radius:8px;background:#f0ebf8;color:#62576e;font-size:6px;font-weight:850}.promo-post-brief li:nth-child(2){background:#ffe8f2;color:#a74770}.promo-post-brief li:nth-child(3){background:#fff0e5;color:#a8593b}.promo-post-brief li.goal{background:#e4f8f4;color:#287d73}.promo-post-brief li i{font-size:7px;font-style:normal}.promo-actions{grid-template-columns:1.25fr .82fr .9fr;gap:7px}.promo-actions button{position:relative;height:47px;display:flex;align-items:center;justify-content:center;gap:5px;overflow:hidden;border:1px solid #ddd4e6;border-radius:14px;background:linear-gradient(145deg,#fff,#f7f3fb);color:#584961;font:900 9px inherit;box-shadow:0 7px 16px rgba(56,37,77,.075),inset 0 1px #fff;transition:transform .18s,box-shadow .18s;cursor:pointer}.promo-actions button:hover{transform:translateY(-2px);box-shadow:0 11px 22px rgba(56,37,77,.12)}.promo-actions button i{width:23px;height:23px;display:grid;place-items:center;margin:0;border-radius:8px;background:#eee8f5;color:#7452cf;font-size:11px;font-style:normal}.promo-actions .approve{border:1px solid rgba(255,255,255,.25);background:linear-gradient(105deg,#724fe2,#d43fa5);color:#fff;box-shadow:0 10px 22px rgba(144,58,191,.26),inset 0 1px rgba(255,255,255,.3)}.promo-actions .approve:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.22) 42%,transparent 58%);transform:translateX(-110%);animation:promo-action-shine 3s ease-in-out infinite}.promo-actions .approve i{background:rgba(255,255,255,.18);color:#fff}.promo-actions .decline{border-color:#efd9e1;background:linear-gradient(145deg,#fff,#fff3f6);color:#a95b73}.promo-actions .decline i{background:#ffe4ec;color:#cf5a7d}@keyframes promo-action-shine{0%,62%{transform:translateX(-110%)}90%,to{transform:translateX(110%)}}.promo-phone{min-height:775px}.promo-phone>main{min-height:625px}.promo-phone-wrap{min-height:790px}@media(max-width:620px){.promo-phone-wrap{min-height:770px}.promo-phone{min-height:755px}.promo-phone>main{min-height:605px}}.promo-caption{min-height:66px;margin:14px 3px 12px;font-size:11px;line-height:1.55}.promo-caption strong{margin-bottom:6px;font-size:8px;letter-spacing:.08em}.promo-post-brief{padding:14px 13px;border-radius:16px}.promo-post-brief>div{align-items:flex-start;flex-direction:column;gap:5px}.promo-post-brief>div small{font-size:7.5px}.promo-post-brief>div strong{font-size:12.5px}.promo-post-brief ul{gap:6px;margin-top:11px}.promo-post-brief li{gap:5px;padding:7px 9px;border-radius:9px;font-size:8px}.promo-post-brief li i{font-size:9px}.promo-actions button{font-size:10.5px}.promo-phone{min-height:815px}.promo-phone>main{min-height:665px}.promo-phone-wrap{min-height:830px}@media(max-width:620px){.promo-caption{font-size:10.5px}.promo-post-brief>div strong{font-size:12px}.promo-post-brief li{font-size:7.5px}.promo-phone-wrap{min-height:810px}.promo-phone{min-height:795px}.promo-phone>main{min-height:645px}}@media(prefers-reduced-motion:reduce){.promo-command a,.promo-command a:before,.promo-hero-actions a:first-child,.promo-hero-actions a:first-child:before{animation:none}}.promo-command a,.promo-hero-actions a:first-child{text-shadow:0 1px 0 rgba(67,18,74,.35),0 3px 8px rgba(45,13,67,.32),0 0 18px rgba(255,255,255,.18)}.promo-growth-loop .does-cta,.promo-hero-actions a:last-child{text-shadow:0 1px 0 #fff,0 3px 8px rgba(80,43,124,.18),0 0 14px rgba(128,73,213,.12)}.promo-command a b,.promo-growth-loop .does-cta span,.promo-hero-actions a span{text-shadow:0 2px 7px rgba(42,17,66,.3)}.promo-hero-promise{position:relative;width:max-content;max-width:100%;margin:21px 0 0;padding:10px 0 14px;font-size:clamp(29px,3.35vw,48px);font-weight:950;line-height:.98;letter-spacing:-.06em;white-space:nowrap;filter:drop-shadow(0 8px 15px rgba(108,48,144,.13))}.promo-hero-promise span{color:#2a1d3c}.promo-hero-promise strong{background:linear-gradient(90deg,#f03f8d,#a83dc8,#624fe4,#f03f8d);background-size:250% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:promo-promise-color 4s linear infinite}.promo-hero-promise>i{position:absolute;left:0;right:0;bottom:2px;height:5px;overflow:hidden;border-radius:999px;background:#eadff0}.promo-hero-promise>i:before{content:"";position:absolute;inset:0;width:42%;border-radius:inherit;background:linear-gradient(90deg,#f1418f,#ab3dcc,#5c53e2);box-shadow:0 0 15px rgba(206,57,157,.35);animation:promo-promise-line 3s ease-in-out infinite}@keyframes promo-promise-color{to{background-position:250%}}@keyframes promo-promise-line{0%,to{transform:translateX(0)}50%{transform:translateX(138%)}}@media(max-width:620px){.promo-hero-promise{margin:19px auto 0;font-size:30px;white-space:normal}.promo-hero-promise>i{height:4px}}@media(prefers-reduced-motion:reduce){.promo-hero-promise strong,.promo-hero-promise>i:before{animation:none}}.promo-caption{min-height:82px;font-size:14px;line-height:1.52}.promo-post-brief{padding:16px 15px}.promo-post-brief>div small{font-size:9px}.promo-post-brief>div strong{font-size:15px;line-height:1.25}.promo-post-brief ul{gap:7px;margin-top:13px}.promo-post-brief li{padding:8px 10px;font-size:10px}.promo-post-brief li i{font-size:11px}.promo-actions button{height:51px;font-size:12.5px}.promo-actions button i{width:25px;height:25px;font-size:13px}.promo-phone{width:356px;min-height:885px}.promo-phone>main{min-height:735px}.promo-phone-wrap{min-height:900px}@media(max-width:620px){.promo-phone-wrap{min-height:865px;transform:scale(.94)}.promo-phone{width:350px;min-height:850px}.promo-phone>main{min-height:700px}.promo-caption{font-size:13px}.promo-post-brief>div strong{font-size:14px}.promo-post-brief li{font-size:9px}.promo-actions button{font-size:12px}}.promo-video-play{position:absolute;z-index:4;left:50%;top:50%;width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(31,18,40,.54);color:#fff;box-shadow:0 12px 28px rgba(17,8,27,.35),inset 0 1px rgba(255,255,255,.25);transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s,background .2s}.promo-video-play:hover{background:linear-gradient(135deg,rgba(238,62,140,.9),rgba(117,67,219,.92));transform:translate(-50%,-50%) scale(1.08)}.promo-video-play:after{content:"";position:absolute;inset:-8px;border:1px solid rgba(255,255,255,.3);border-radius:50%;animation:promo-play-pulse 2s ease-out infinite}.promo-video-play svg{width:29px;height:29px;fill:currentColor;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes promo-play-pulse{0%{transform:scale(.8);opacity:0}45%{opacity:.6}to{transform:scale(1.35);opacity:0}}.promo-caption{min-height:128px;white-space:pre-line}.promo-caption strong{font-size:10px}.promo-edit-box textarea{height:112px;font-size:11px;line-height:1.45}.promo-phone{min-height:960px}.promo-phone>main{min-height:810px}.promo-phone-wrap{min-height:975px}@media(max-width:620px){.promo-video-play{width:54px;height:54px}.promo-caption{min-height:120px;font-size:12.5px}.promo-phone-wrap{min-height:930px}.promo-phone{min-height:915px}.promo-phone>main{min-height:765px}}.promo-phone>header{height:74px;padding:0 13px;border-radius:20px 20px 0 0}.promo-phone>header img{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#ffe4f1,#eee6ff);box-shadow:0 7px 17px rgba(119,56,142,.16)}.promo-phone>header strong{font-size:13px;letter-spacing:-.025em}.promo-phone>header small{margin-top:3px;font-size:8px}.promo-header-ready{display:grid;grid-template-columns:9px auto;align-items:center;grid-gap:1px 5px;gap:1px 5px;padding:8px 10px;border:1px solid #d8eee5;border-radius:12px;background:linear-gradient(145deg,#f3fcf8,#e8f8f1);color:#26775d;font-size:9px;font-weight:950;box-shadow:0 6px 15px rgba(43,142,105,.1)}.promo-header-ready>i{width:8px;height:8px;border-radius:50%;background:#3fbd89;box-shadow:0 0 0 4px rgba(63,189,137,.12)}.promo-header-ready>small{grid-column:2;margin:0;color:#7a9b8e;font-size:6.5px;font-weight:750}.promo-post-format{left:14px;top:14px;padding:7px 10px;border-radius:999px;font-size:9px;letter-spacing:.1em;box-shadow:0 7px 18px rgba(18,8,27,.2)}.promo-post-overlay{padding:55px 17px 15px}.promo-post-overlay strong{font-size:23px;line-height:1;letter-spacing:-.035em;text-shadow:0 3px 12px rgba(12,5,19,.55)}.promo-post-overlay small{margin-top:6px;font-size:9px}.promo-influencer-post{height:282px}.promo-phone{min-height:1000px}.promo-phone>main{min-height:830px}.promo-phone-wrap{min-height:1015px}@media(max-width:620px){.promo-phone>header{height:70px}.promo-phone>header img{width:45px;height:45px}.promo-post-format{font-size:8.5px}.promo-post-overlay strong{font-size:21px}.promo-influencer-post{height:272px}.promo-phone-wrap{min-height:960px}.promo-phone{min-height:945px}.promo-phone>main{min-height:785px}}.promo-post-brief ul{gap:9px;margin-top:15px}.promo-post-brief li{gap:7px;min-height:38px;padding:9px 13px;border-radius:12px;font-size:12px;line-height:1;box-shadow:0 6px 15px rgba(64,43,82,.07),inset 0 1px rgba(255,255,255,.72)}.promo-post-brief li i{font-size:13px}.promo-post-brief li.goal{padding-inline:14px}.promo-post-brief{padding-bottom:16px}.promo-phone{min-height:1030px}.promo-phone>main{min-height:860px}.promo-phone-wrap{min-height:1045px}@media(max-width:620px){.promo-post-brief li{min-height:36px;padding:9px 11px;font-size:11px}.promo-post-brief li i{font-size:12px}.promo-phone-wrap{min-height:990px}.promo-phone{min-height:975px}.promo-phone>main{min-height:815px}}.promo-phone,.promo-phone>main{min-height:0}.promo-phone-wrap{min-height:835px}@media(max-width:620px){.promo-phone,.promo-phone>main{min-height:0}.promo-phone-wrap{min-height:790px;margin-bottom:-35px}}.seo-page .seo-work-grid{gap:13px}.seo-page .seo-work-grid li{min-height:285px;padding:14px 15px 18px;border-color:color-mix(in srgb,var(--step-color) 18%,white);background:radial-gradient(circle at 85% 3%,color-mix(in srgb,var(--step-color) 12%,transparent),transparent 30%),linear-gradient(155deg,#fff,color-mix(in srgb,var(--step-soft) 35%,white));box-shadow:0 18px 42px rgba(45,35,77,.08),inset 0 1px 0 #fff}.seo-page .seo-step-top{margin-top:0!important}.seo-page .seo-step-copy{margin-top:30px!important}.seo-page .seo-work-grid li>b{top:49px;color:var(--step-color)}@media(max-width:900px){.seo-page .seo-work-grid li{min-height:230px}}@media(max-width:620px){.seo-page .seo-work-grid{gap:13px}.seo-page .seo-work-grid li,.seo-page .seo-work-grid li:last-child{min-height:164px;display:grid;grid-template-columns:82px 1fr;align-items:center;grid-gap:14px;gap:14px;padding:12px 34px 12px 12px}.seo-page .seo-step-top{height:100%;flex-direction:column;justify-content:center;gap:8px}.seo-page .seo-step-copy{margin-top:0!important}.seo-page .seo-work-grid li>b{right:50%;top:auto;bottom:-18px}}.seo-page .seo-card-grid{gap:15px}.seo-page .seo-card-grid article{--card-color:#7455e8;--card-soft:#eee9ff;min-height:315px;padding:19px 21px 20px;border-color:color-mix(in srgb,var(--card-color) 17%,white);background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--card-color) 13%,transparent),transparent 34%),linear-gradient(155deg,#fff,color-mix(in srgb,var(--card-soft) 28%,white));box-shadow:0 19px 45px rgba(45,35,77,.08)}.seo-page .seo-card-grid article:nth-child(2){--card-color:#d4578d;--card-soft:#ffe6ef}.seo-page .seo-card-grid article:nth-child(3){--card-color:#169ba1;--card-soft:#def7f4}.seo-page .seo-card-grid article:before{content:"";position:absolute;left:0;top:27px;width:4px;height:45px;border-radius:0 9px 9px 0;background:var(--card-color)}.seo-page .seo-card-grid article:after{width:185px;height:185px;right:-80px;bottom:-95px;background:radial-gradient(circle,color-mix(in srgb,var(--card-color) 13%,transparent),transparent 67%)}.seo-card-top{display:flex;align-items:center;justify-content:space-between}.seo-page .seo-card-top>span{color:var(--card-color);font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.seo-page .seo-card-top>i{position:relative;right:auto;top:auto;width:62px;height:62px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--card-color) 13%,white);border-radius:20px;background:linear-gradient(145deg,#fff,var(--card-soft));color:var(--card-color);box-shadow:0 12px 26px color-mix(in srgb,var(--card-color) 13%,transparent);font-style:normal;transform:rotate(3deg)}.seo-page .seo-card-grid article:nth-child(2) .seo-card-top>i{transform:rotate(-3deg)}.seo-card-top svg{width:31px;height:31px;stroke-width:1.5}.seo-page .seo-card-grid h3{margin:37px 0 11px;font-size:27px;line-height:1.02}.seo-page .seo-card-grid p{font-size:11.5px;line-height:1.65}.seo-card-outcome{position:absolute;left:21px;right:21px;bottom:18px;z-index:2;display:flex;align-items:center;justify-content:space-between;padding-top:13px;border-top:1px solid color-mix(in srgb,var(--card-color) 13%,white)}.seo-card-outcome span{color:#756e7e;font-size:9px;font-weight:800}.seo-card-outcome b{width:25px;height:25px;display:grid;place-items:center;border-radius:9px;background:var(--card-soft);color:var(--card-color);font-size:11px}.seo-page .seo-comparison-table{gap:13px}.seo-page .seo-comparison-table article{min-height:260px;padding:16px 18px 19px;border-radius:23px;background:linear-gradient(150deg,#fff,#fbfafd);box-shadow:0 15px 38px rgba(45,35,77,.065)}.seo-page .seo-comparison-table article.winner{background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--seo-accent) 17%,transparent),transparent 38%),linear-gradient(150deg,#fff,color-mix(in srgb,var(--seo-soft) 42%,white));box-shadow:0 20px 45px color-mix(in srgb,var(--seo-accent) 14%,transparent)}.seo-compare-mark{width:64px;height:64px;display:grid;place-items:center;margin-bottom:24px;border-radius:19px;background:#f3f1f6;color:#8a8393}.seo-compare-mark span{font-size:11px;font-weight:900}.seo-compare-mark img{width:58px;height:58px;object-fit:contain}.seo-comparison-table .winner .seo-compare-mark{background:linear-gradient(145deg,var(--seo-soft),#fff);box-shadow:0 10px 23px color-mix(in srgb,var(--seo-accent) 13%,transparent)}.seo-page .seo-comparison-table article>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em}.seo-page .seo-comparison-table strong{margin:9px 0 8px;font-size:19px}.seo-page .seo-comparison-table article>i{left:18px;right:auto;bottom:17px;display:flex;align-items:center;gap:5px;color:#a19aa9;font-size:8px;font-weight:800}.seo-page .seo-comparison-table .winner>i{color:var(--seo-accent)}.seo-page .seo-faq-list details{position:relative;overflow:hidden;padding:19px 20px;border-radius:19px;box-shadow:0 10px 28px rgba(45,35,77,.045)}.seo-page .seo-faq-list details:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent}.seo-page .seo-faq-list details[open]:before{background:linear-gradient(var(--seo-accent),var(--seo-alt))}.seo-page .seo-faq-list summary>span{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:var(--seo-soft);color:var(--seo-accent)}.seo-page .seo-faq-list summary>b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#f5f3f7}.seo-page .seo-final-cta{overflow:hidden;position:relative}.seo-page .seo-final-cta:after{content:"";position:absolute;right:23%;top:-85px;width:210px;height:210px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 32px rgba(255,255,255,.025),0 0 0 65px rgba(255,255,255,.015)}.seo-page .seo-final-cta>a,.seo-page .seo-final-cta>div{position:relative;z-index:2}@media(max-width:900px){.seo-page .seo-card-grid{grid-template-columns:1fr 1fr}.seo-page .seo-card-grid article:last-child{grid-column:1/-1}.seo-page .seo-comparison-table article{min-height:235px}}@media(max-width:620px){.seo-page .seo-card-grid{grid-template-columns:1fr;gap:12px}.seo-page .seo-card-grid article,.seo-page .seo-card-grid article:last-child{grid-column:auto;min-height:255px;padding:16px 17px}.seo-page .seo-card-top>i{width:55px;height:55px;border-radius:17px}.seo-card-top svg{width:28px;height:28px}.seo-page .seo-card-grid h3{margin-top:27px;font-size:25px}.seo-card-outcome{left:17px;right:17px;bottom:15px}.seo-page .seo-comparison-table article{min-height:205px;display:grid;grid-template-columns:55px 1fr;grid-template-rows:auto auto auto;grid-gap:0 13px;gap:0 13px;align-items:start}.seo-compare-mark{grid-row:1/4;width:55px;height:55px;margin:0;border-radius:17px}.seo-compare-mark img{width:51px;height:51px}.seo-page .seo-comparison-table article>span,.seo-page .seo-comparison-table p,.seo-page .seo-comparison-table strong{grid-column:2}.seo-page .seo-comparison-table article>i{left:86px}.seo-page .seo-faq-list details{padding:16px}.seo-page .seo-faq-list summary{grid-template-columns:27px 1fr 28px;gap:9px}}.seo-page .seo-comparison-table article{--compare-color:#6751ca;--compare-soft:#eee9ff;display:flex;flex-direction:column;min-height:280px;padding:17px 18px 18px;overflow:hidden}.seo-page .seo-comparison-table article:nth-child(2){--compare-color:#d45a8a;--compare-soft:#ffe6ef}.seo-page .seo-comparison-table article:nth-child(3){--compare-color:#df704b;--compare-soft:#ffeadf}.seo-page .seo-comparison-table article:nth-child(4){--compare-color:var(--seo-accent);--compare-soft:var(--seo-soft)}.seo-page .seo-comparison-table article:after{content:"";position:absolute;right:-50px;top:-55px;width:135px;height:135px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--compare-color) 13%,transparent),transparent 68%)}.seo-page .seo-compare-mark{position:relative;z-index:1;width:68px;height:68px;margin:0 0 20px;border:1px solid color-mix(in srgb,var(--compare-color) 14%,white);border-radius:21px;background:linear-gradient(145deg,#fff,var(--compare-soft));color:var(--compare-color);box-shadow:0 12px 26px color-mix(in srgb,var(--compare-color) 13%,transparent);transform:rotate(-3deg)}.seo-page .seo-comparison-table article:nth-child(2n) .seo-compare-mark{transform:rotate(3deg)}.seo-page .seo-compare-mark svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.seo-page .seo-compare-mark img{width:62px;height:62px}.seo-compare-copy{display:flex;flex-direction:column}.seo-compare-copy>span{color:var(--compare-color);font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.seo-page .seo-compare-copy strong{margin:8px 0;font-size:20px;line-height:1.1}.seo-page .seo-compare-copy p{margin:0;color:#746d7e;font-size:10.5px;line-height:1.55}.seo-page .seo-comparison-table .seo-compare-status{position:absolute;left:18px;right:18px;bottom:17px;display:flex;align-items:center;gap:7px;padding-top:12px;border-top:1px solid color-mix(in srgb,var(--compare-color) 13%,white);color:#938c9c;font-size:8px;font-weight:850;font-style:normal}.seo-compare-status span{width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:var(--compare-soft);color:var(--compare-color)}.seo-page .seo-comparison-table .winner .seo-compare-status{color:var(--seo-accent)}@media(max-width:620px){.seo-page .seo-comparison-table{gap:11px}.seo-page .seo-comparison-table article{min-height:172px;display:grid;grid-template-columns:65px 1fr;grid-template-rows:1fr auto;grid-gap:0 14px;gap:0 14px;padding:14px 16px}.seo-page .seo-compare-mark{grid-column:1;grid-row:1;width:62px;height:62px;margin:2px 0 0;border-radius:19px}.seo-page .seo-compare-mark svg{width:31px;height:31px}.seo-page .seo-compare-mark img{width:57px;height:57px}.seo-compare-copy{grid-column:2;grid-row:1}.seo-page .seo-compare-copy strong{margin:7px 0;font-size:19px}.seo-page .seo-compare-copy p{font-size:10.5px}.seo-page .seo-comparison-table .seo-compare-status{grid-column:1/-1;grid-row:2;position:static;margin-top:12px;padding-top:10px}.seo-page .seo-comparison-table article>b{right:13px;top:10px;z-index:3}.seo-page .seo-comparison-table article:after{width:105px;height:105px}}.website-form.invalid{border-color:#e67b8d;box-shadow:0 0 0 4px rgba(220,75,105,.08)}.website-error{display:block;margin-top:10px;color:#c34d65;font-size:10px;font-weight:750}.website-form.invalid+.website-error+.privacy-note{margin-top:8px}.add-social-trigger{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 15px!important;border:1px dashed #cfc4ef!important;border-radius:13px!important;background:#faf8ff!important}.social-modal-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:18px;background:rgba(25,18,44,.52);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:fade-in .2s ease}.social-modal{position:relative;width:min(455px,100%);padding:29px;border:1px solid rgba(255,255,255,.8);border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(116,85,232,.12),transparent 30%),#fff;box-shadow:0 35px 100px rgba(25,15,52,.3);text-align:left;animation:fade-up .28s ease}.social-modal-close{position:absolute;right:16px;top:15px;width:34px;height:34px;border:0;border-radius:11px;background:#f1eef5;color:#716a7b;font-size:19px;cursor:pointer}.social-modal-kicker{color:#7050dc;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.social-modal h3{margin:9px 0 7px;font-size:28px;letter-spacing:-.045em}.social-modal>p{margin:0 0 19px;color:#81798c;font-size:11px}.social-platform-picker{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.social-platform-picker>button{position:relative;min-height:102px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid #e2dce8;border-radius:17px;background:#fff;color:#433b50;cursor:pointer}.social-platform-picker>button.selected{border-color:#8f75e6;background:#f7f4ff;box-shadow:0 9px 22px rgba(93,61,177,.1)}.social-platform-picker .platform-icon{width:43px;height:43px}.social-platform-picker strong{font-size:10px}.social-platform-picker i{display:none;position:absolute;right:7px;top:7px;width:18px;height:18px;place-items:center;border-radius:6px;background:#7657e8;color:#fff;font-size:8px;font-style:normal}.social-platform-picker>button.selected i{display:grid}.social-modal-url{display:block;margin-top:18px}.social-modal-url>span{display:block;margin:0 0 7px 2px;color:#635b6d;font-size:9px;font-weight:850}.social-modal-url>div{height:50px;display:flex;align-items:center;border:1px solid #ddd7e4;border-radius:14px;background:#fff}.social-modal-url>div:focus-within{border-color:#8f75e6;box-shadow:0 0 0 4px rgba(116,85,232,.08)}.social-modal-url b{margin-left:13px;color:#9a91a5}.social-modal-url input{min-width:0;flex:1 1;height:100%;padding:0 12px;border:0;outline:0;background:transparent;color:#29213d;font-size:10.5px}.social-modal-error{display:block;margin:7px 0 0;color:#c34d65;font-size:8.5px}.social-modal-actions{display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:8px;gap:8px;margin-top:20px}.social-modal-actions button{min-height:45px;border:0;border-radius:13px;background:#f0edf4;color:#766f7e;font-size:10px;font-weight:850;cursor:pointer}.social-modal-actions button[type=submit]{display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:linear-gradient(110deg,#7657e8,#984edb);color:#fff;box-shadow:0 12px 26px rgba(105,67,195,.24)}.social-modal-actions button:disabled{opacity:.42;cursor:not-allowed}.social-modal-actions button span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.16)}@media(max-width:620px){.social-modal-backdrop{align-items:flex-end;padding:10px}.social-modal{padding:25px 17px 18px;border-radius:25px}.social-modal h3{font-size:25px}.social-platform-picker>button{min-height:92px}.social-modal-actions{margin-top:16px}}.competition-search-state{max-width:680px;min-height:590px;display:flex;flex-direction:column;align-items:center;justify-content:center}.competition-radar{position:relative;width:180px;height:180px;display:grid;place-items:center;margin:0 auto 34px;border:1px solid rgba(116,85,232,.15);border-radius:50%;overflow:hidden;background:radial-gradient(circle,rgba(255,255,255,.98) 0 24%,rgba(239,234,255,.78) 25% 48%,rgba(224,248,246,.7) 49% 70%,rgba(248,246,253,.9) 71%);box-shadow:0 25px 55px rgba(53,36,98,.15),inset 0 0 0 1px rgba(255,255,255,.8)}.competition-radar:after,.competition-radar:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:rgba(107,79,194,.12)}.competition-radar:after{left:0;right:0;top:50%;width:auto;height:1px}.radar-ring{position:absolute;border:1px solid rgba(106,78,194,.16);border-radius:50%}.ring-one{inset:26px}.ring-two{inset:53px}.radar-sweep{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,transparent 0 72%,rgba(100,216,204,.35) 88%,rgba(116,85,232,.55) 100%);animation:radar-spin 1.3s linear infinite}.competition-radar img{position:relative;z-index:3;width:94px;height:94px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(45,29,80,.15))}.radar-dot{position:absolute;z-index:4;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#7657e8;box-shadow:0 0 0 5px rgba(116,85,232,.12),0 0 15px #7657e8;animation:radar-dot-pulse 1.1s ease-in-out infinite}.dot-one{right:28px;top:51px}.dot-two{left:25px;bottom:52px;animation-delay:.35s;background:#16aab0;box-shadow:0 0 0 5px rgba(22,170,176,.12),0 0 15px #16aab0}.dot-three{right:43px;bottom:27px;animation-delay:.7s;background:#e95c91;box-shadow:0 0 0 5px rgba(233,92,145,.12),0 0 15px #e95c91}.competition-search-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:#eee9ff;color:#6849d2;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.competition-search-kicker>i{width:7px;height:7px;border-radius:50%;background:#7657e8;box-shadow:0 0 0 4px rgba(116,85,232,.11);animation:radar-dot-pulse 1s infinite}.competition-search-state h2{margin:17px 0 10px;font-size:clamp(34px,5vw,48px)}.competition-search-state>p{max-width:530px;margin:0 auto 26px!important;font-size:13px}.competition-search-steps{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.competition-search-steps>span{display:flex;align-items:center;gap:6px;padding:9px 11px;border:1px solid #e4dfeb;border-radius:999px;background:#fff;color:#8b8494;font-size:9px;font-weight:750}.competition-search-steps>span>i{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#f0edf4;font-style:normal}.competition-search-steps .done{border-color:#d7eee6;background:#f2fbf7;color:#338364}.competition-search-steps .done>i{background:#d9f3e7;color:#23835e}.competition-search-steps .active{color:#694bd3}.competition-search-steps .active>i{background:#7657e8;box-shadow:0 0 0 4px rgba(116,85,232,.1);animation:radar-dot-pulse 1s infinite}.competition-search-progress{width:min(390px,85%);height:4px;margin-top:24px;overflow:hidden;border-radius:99px;background:#ebe7f0}.competition-search-progress>span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7657e8,#e65a96,#16adb1);transform-origin:left;animation:competition-progress 2.4s cubic-bezier(.2,.8,.2,1) both}@keyframes radar-spin{to{transform:rotate(1turn)}}@keyframes radar-dot-pulse{50%{transform:scale(.72);opacity:.55}}@keyframes competition-progress{0%{transform:scaleX(.04)}to{transform:scaleX(1)}}@media(max-width:620px){.competition-search-state{min-height:520px;padding:36px 16px}.competition-radar{width:155px;height:155px;margin-bottom:29px}.competition-radar img{width:82px;height:82px}.ring-one{inset:23px}.ring-two{inset:46px}.dot-one{right:24px;top:44px}.dot-two{left:22px;bottom:45px}.dot-three{right:37px;bottom:24px}.competition-search-state h2{font-size:31px;line-height:1.05}.competition-search-state>p{font-size:12px;line-height:1.55}.competition-search-steps{gap:6px}.competition-search-steps>span{padding:8px 9px;font-size:8px}}.competitor-grid{gap:15px}.competitor-card{--competitor-color:#7657e8;--competitor-soft:#eee9ff;min-height:295px;display:grid;grid-template-rows:auto auto auto 1fr auto;padding:18px;border-color:color-mix(in srgb,var(--competitor-color) 18%,white);border-radius:24px;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--competitor-color) 15%,transparent),transparent 34%),linear-gradient(155deg,#fff,color-mix(in srgb,var(--competitor-soft) 28%,white));box-shadow:0 18px 44px rgba(45,35,77,.09),inset 0 1px #fff}.competitor-card.competitor-2{--competitor-color:#18a6aa;--competitor-soft:#ddf7f4}.competitor-card.competitor-3{--competitor-color:#e7656f;--competitor-soft:#ffe6e7}.competitor-card:before{height:5px;background:linear-gradient(90deg,var(--competitor-color),color-mix(in srgb,var(--competitor-color) 45%,#ef5aa2))}.competitor-card:after{content:"";position:absolute;right:-42px;top:-42px;width:118px;height:118px;border:1px solid color-mix(in srgb,var(--competitor-color) 13%,transparent);border-radius:50%;box-shadow:0 0 0 18px color-mix(in srgb,var(--competitor-color) 4%,transparent)}.competitor-topline{position:relative;z-index:1;gap:8px}.competitor-topline>span{color:var(--competitor-color);font-size:8.5px}.competitor-topline>b{display:flex;align-items:center;gap:7px;padding:7px 10px;background:rgba(255,255,255,.75);border:1px solid color-mix(in srgb,var(--competitor-color) 13%,white);color:#453b58;box-shadow:0 7px 18px color-mix(in srgb,var(--competitor-color) 8%,transparent)}.competitor-topline>b:before{content:"";width:22px;height:13px;display:block;background:linear-gradient(to top,var(--competitor-color) 0 100%) 0 8px/4px 5px no-repeat,linear-gradient(to top,var(--competitor-color) 0 100%) 6px 5px/4px 8px no-repeat,linear-gradient(to top,var(--competitor-color) 0 100%) 12px 2px/4px 11px no-repeat,linear-gradient(to top,color-mix(in srgb,var(--competitor-color) 35%,white) 0 100%) 18px 0/4px 13px no-repeat;border-radius:2px}.competitor-card h3{position:relative;z-index:1;margin:14px 0 2px;font-size:24px;line-height:1;letter-spacing:-.045em}.competitor-url{position:relative;z-index:1;margin:5px 0 11px;font-size:10px}.competitor-platforms{position:relative;z-index:1;align-items:center;gap:6px;padding:7px 10px;border:1px solid color-mix(in srgb,var(--competitor-color) 11%,white);background:rgba(255,255,255,.72);color:#51455f!important;font-size:10px!important}.competitor-platforms:before{content:"●";color:var(--competitor-color);font-size:8px}.competitor-insight{position:relative;z-index:1;align-self:end;margin:12px 0;padding:12px 13px 12px 45px;border-color:color-mix(in srgb,var(--competitor-color) 12%,white);border-radius:15px;background:rgba(255,255,255,.72)}.competitor-insight:before{content:"✦";position:absolute;left:12px;top:50%;width:25px;height:25px;display:grid;place-items:center;border-radius:9px;background:var(--competitor-soft);color:var(--competitor-color);font-size:12px;transform:translateY(-50%)}.competitor-insight small{font-size:7.5px}.competitor-insight p{margin-top:4px;font-size:11.5px;line-height:1.25}.competitor-actions{position:relative;z-index:1}.competitor-actions button{min-height:40px}.competitor-actions .confirm-competitor{background:linear-gradient(135deg,var(--competitor-color),color-mix(in srgb,var(--competitor-color) 72%,#b44ddd));box-shadow:0 8px 19px color-mix(in srgb,var(--competitor-color) 20%,transparent)}@media(max-width:620px){.step-content.wide{padding:25px 10px 12px}.step-content.wide>h2{font-size:31px}.step-content.wide>p{max-width:330px;margin-bottom:22px;font-size:11px}.competitor-grid{gap:11px}.competitor-card{min-height:0;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto auto;padding:15px 15px 14px;border-radius:21px}.competitor-topline{grid-column:1/-1}.competitor-card h3{grid-column:1;margin:13px 0 3px;font-size:22px}.competitor-url{grid-column:1;margin:2px 0 9px}.competitor-platforms{grid-column:2;grid-row:2/4;align-self:center;margin-left:8px;white-space:nowrap}.competitor-insight{grid-column:1/-1;align-self:auto;margin:3px 0 10px;padding:10px 11px 10px 42px}.competitor-insight:before{left:10px;width:24px;height:24px}.competitor-actions{grid-column:1/-1}.competitor-actions button{min-height:39px;font-size:10px}.competitor-card:after{width:92px;height:92px}.add-competitor-trigger{margin-top:13px}}.promo-mockup-showcase{position:relative;width:min(520px,100%);margin:0 auto;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.promo-mockup-tabs{width:min(390px,calc(100% - 44px));display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;margin:0 auto 14px;padding:5px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(27,18,44,.72);box-shadow:0 16px 35px rgba(14,7,29,.22);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.promo-mockup-tabs button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:12px;background:transparent;color:#aca2bd;font-size:11px;font-weight:850;cursor:pointer;transition:.25s ease}.promo-mockup-tabs button i{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.07);font-size:9px;font-style:normal}.promo-mockup-tabs button.active{background:linear-gradient(120deg,#fff,#f5efff);color:#281d3c;box-shadow:0 8px 22px rgba(0,0,0,.22)}.promo-mockup-tabs button.active i{background:linear-gradient(145deg,#efe7ff,#fbddea);color:#8a46db}.promo-mockup-arrow{position:absolute;z-index:12;top:47%;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.93);color:#6e42db;font:400 35px/1 Arial;box-shadow:0 13px 32px rgba(18,9,38,.25);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.promo-mockup-arrow:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 17px 38px rgba(18,9,38,.32)}.promo-mockup-arrow.previous{left:-23px}.promo-mockup-arrow.next{right:-23px}.promo-mockup-showcase .promo-phone-wrap{min-height:0;margin:0 auto!important}.promo-mockup-showcase .promo-phone{min-height:0!important;height:auto!important}.promo-mockup-showcase .promo-phone>main{animation:promo-preview-enter .42s cubic-bezier(.2,.8,.2,1)}.promo-agent-carousel{position:relative;height:356px!important;overflow:hidden;background:#120f18}.promo-agent-carousel>img{width:100%;height:100%;object-fit:cover;animation:promo-agent-image-in .55s ease both}.promo-agent-carousel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,6,10,.02) 48%,rgba(8,6,12,.73));pointer-events:none}.promo-agent-carousel .promo-post-format{z-index:3}.promo-carousel-count{position:absolute;z-index:4;right:12px;top:12px;padding:7px 10px;border:1px solid rgba(255,255,255,.23);border-radius:999px;background:rgba(13,10,20,.58);color:#fff;font-size:10px;font-weight:900;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.promo-agent-carousel .promo-post-overlay{z-index:4;bottom:34px}.promo-agent-carousel .promo-post-overlay strong{font-size:25px;line-height:1.02;text-shadow:0 2px 16px rgba(0,0,0,.65)}.promo-agent-carousel .promo-post-overlay small{font-size:9px}.promo-carousel-dots{position:absolute;z-index:5;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:6px}.promo-carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.44);box-shadow:0 1px 4px rgba(0,0,0,.25);cursor:pointer;transition:.25s ease}.promo-carousel-dots button.active{width:25px;background:#fff}.promo-phone.carousel-mode .promo-post-brief ul li:first-child{background:#eee9ff;color:#5b45b4}.promo-phone.carousel-mode .promo-post-brief ul li:nth-child(2){background:#e6f6ff;color:#287caa}.promo-phone.carousel-mode .promo-post-brief ul li:nth-child(3){background:#ffe6ee;color:#ab3c70}.promo-phone.carousel-mode .promo-post-brief ul li.goal{background:#e4f8ef;color:#167459}.promo-swipe-hint{display:flex;align-items:center;justify-content:center;gap:10px;margin:12px 0 0!important;color:rgba(255,255,255,.67)!important;font-size:9px!important;font-weight:800;letter-spacing:.04em}.promo-swipe-hint span{width:23px;height:23px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:8px;color:#fff;font-size:17px}.promo-mockup-showcase .promo-caption{white-space:pre-line}.promo-mockup-showcase .promo-actions{margin-bottom:12px}@keyframes promo-preview-enter{0%{opacity:.25;transform:translateX(14px)}to{opacity:1;transform:none}}@keyframes promo-agent-image-in{0%{opacity:.45;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@media(max-width:620px){.promo-mockup-showcase{width:100%}.promo-mockup-tabs{width:calc(100% - 38px);margin-bottom:10px}.promo-mockup-tabs button{min-height:43px;font-size:10.5px}.promo-mockup-arrow{top:48%;width:40px;height:40px;font-size:29px}.promo-mockup-arrow.previous{left:-3px}.promo-mockup-arrow.next{right:-3px}.promo-mockup-showcase .promo-phone-wrap{min-height:0!important;margin-bottom:0!important}.promo-agent-carousel{height:330px!important}.promo-agent-carousel .promo-post-overlay strong{font-size:22px}.promo-carousel-count{right:9px;top:9px;font-size:9px}.promo-swipe-hint{margin-top:9px!important}.promo-mockup-showcase .promo-phone nav{position:relative!important;bottom:auto!important}.promo-mockup-showcase .promo-phone{padding-bottom:0!important}}@media(prefers-reduced-motion:reduce){.promo-agent-carousel>img,.promo-mockup-showcase .promo-phone>main{animation:none}.promo-carousel-dots button,.promo-mockup-tabs button{transition:none}}.promo-mockup-showcase .promo-phone .promo-simple-header{min-height:54px!important;padding:0 18px!important;background:#fff!important}.promo-simple-header>strong{color:#2b203e;font-size:15px;font-weight:900;letter-spacing:-.025em}.promo-mockup-showcase .promo-caption{display:flex;flex-direction:column;white-space:normal}.promo-mockup-showcase .promo-caption>span{display:block}.promo-mockup-showcase .promo-caption>em{display:block;margin-top:7px;overflow:hidden;color:#9d3fc4;font-size:9px;font-style:normal;font-weight:800;line-height:1.2;white-space:nowrap;text-overflow:clip}@media(max-width:620px){.promo-mockup-showcase .promo-phone .promo-simple-header{min-height:50px!important;padding:0 15px!important}.promo-simple-header>strong{font-size:14px}.promo-mockup-showcase .promo-caption>em{font-size:8.5px}}.promo-mockup-showcase .promo-phone .promo-simple-header{min-height:38px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;margin:0!important;padding:0 15px!important;border-bottom:1px solid #eee9f3!important;background:linear-gradient(90deg,#fff,#fcfbff 55%,#f5fff9)!important;overflow:hidden;animation:promo-status-enter .45s cubic-bezier(.2,.8,.2,1) both}.promo-simple-header>strong{background:linear-gradient(90deg,#241b39,#7048d8);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:13px;font-weight:950;letter-spacing:-.035em}.promo-simple-header>span{display:flex;align-items:center;gap:7px;color:#246b4d;font-size:13px;font-weight:900;letter-spacing:-.025em}.promo-simple-header>span>i{position:relative;width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#31c783;box-shadow:0 0 0 4px rgba(49,199,131,.13),0 0 12px rgba(49,199,131,.55);animation:promo-ready-pulse 1.55s ease-in-out infinite}.promo-simple-header>span>i:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(49,199,131,.5);border-radius:50%;animation:promo-ready-ring 1.55s ease-out infinite}@keyframes promo-status-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes promo-ready-pulse{50%{transform:scale(.78);box-shadow:0 0 0 6px rgba(49,199,131,.09),0 0 16px rgba(49,199,131,.7)}}@keyframes promo-ready-ring{0%{opacity:.75;transform:scale(.55)}70%,to{opacity:0;transform:scale(1.55)}}@media(max-width:620px){.promo-mockup-showcase .promo-phone .promo-simple-header{min-height:36px!important;height:36px!important;padding:0 13px!important}.promo-simple-header>span,.promo-simple-header>strong{font-size:12.5px}}@media(prefers-reduced-motion:reduce){.promo-mockup-showcase .promo-phone .promo-simple-header,.promo-simple-header>span>i,.promo-simple-header>span>i:after{animation:none}}.promo-mockup-showcase .promo-phone header.promo-simple-header>p{width:auto!important;height:auto!important;display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;margin:0!important;padding:0!important;color:inherit!important;font-size:inherit!important;line-height:1!important;white-space:nowrap}.promo-mockup-showcase header.promo-simple-header>p>strong{display:inline!important;margin:0!important;padding:0!important;background:linear-gradient(90deg,#2c2041,#6d49d2);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:13px!important;font-weight:950!important;line-height:1!important;letter-spacing:-.035em}.promo-mockup-showcase header.promo-simple-header>p>span{display:inline-flex!important;flex:0 0 auto!important;flex-direction:row!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important;color:#267351!important;font-size:13px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.025em}.promo-mockup-showcase header.promo-simple-header>p>span>b{position:relative!important;inset:auto!important;width:8px!important;height:8px!important;display:block!important;flex:0 0 8px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:#31c783!important;box-shadow:0 0 0 4px rgba(49,199,131,.12),0 0 12px rgba(49,199,131,.5)!important;animation:promo-ready-pulse 1.55s ease-in-out infinite}.promo-mockup-showcase header.promo-simple-header>p>span>b:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(49,199,131,.45);border-radius:50%;animation:promo-ready-ring 1.55s ease-out infinite}@media(max-width:620px){.promo-mockup-showcase header.promo-simple-header>p>span,.promo-mockup-showcase header.promo-simple-header>p>strong{font-size:12.5px!important}}@media(prefers-reduced-motion:reduce){.promo-mockup-showcase header.promo-simple-header>p>span>b,.promo-mockup-showcase header.promo-simple-header>p>span>b:after{animation:none}}.promo-mockup-showcase .promo-phone header.promo-simple-header>p{width:100%!important;justify-content:space-between!important;gap:16px!important}.promo-mockup-showcase header.promo-simple-header>p>span{margin-left:auto!important}.promo-phone.carousel-mode .promo-caption>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.promo-mockup-tabs{width:min(455px,calc(100% - 30px));grid-template-columns:repeat(3,1fr)}.promo-mockup-tabs button{padding:0 7px}.promo-autonomy{padding:16px 15px 18px;background:radial-gradient(circle at 8% 5%,rgba(220,70,160,.12),transparent 28%),linear-gradient(180deg,#fff,#fbf7ff);text-align:left}.promo-autonomy-heading small{color:#a442ad;font-size:7px;font-weight:950;letter-spacing:.13em}.promo-autonomy-heading h3{margin:5px 0 13px;color:#281d3d;font-size:22px;line-height:1.05;letter-spacing:-.045em}.promo-autonomy-visual{position:relative;height:285px;overflow:hidden;border:1px solid rgba(145,73,183,.17);border-radius:22px;background:#241530;box-shadow:0 16px 34px rgba(46,23,71,.17)}.promo-autonomy-visual img{width:100%;height:100%;object-fit:cover;animation:promo-agent-image-in .45s ease both}.promo-autonomy-visual>span{position:absolute;right:10px;top:10px;padding:6px 9px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(28,15,38,.65);color:#fff;font-size:8px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.promo-autonomy-copy{position:relative;margin:-30px 10px 0;padding:13px 14px 12px;border:1px solid rgba(143,75,185,.14);border-radius:17px;background:rgba(255,255,255,.94);box-shadow:0 13px 28px rgba(51,30,73,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.promo-autonomy-copy small{display:block;color:#9d45b2;font-size:7px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.promo-autonomy-copy strong{display:block;margin:3px 0;color:#2d2140;font-size:18px;line-height:1.05}.promo-autonomy-copy p{margin:0;color:#756a80;font-size:9px;line-height:1.4}.promo-autonomy-control{position:relative;margin-top:13px;padding:13px 10px 10px;border:1px solid #ebe3f0;border-radius:17px;background:#fff}.promo-autonomy-control input{position:relative;z-index:2;width:100%;height:22px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.promo-autonomy-control input::-webkit-slider-runnable-track{height:7px;border-radius:99px;background:linear-gradient(90deg,#e04b9f,#a44edd 48%,#7657e8)}.promo-autonomy-control input::-webkit-slider-thumb{width:25px;height:25px;margin-top:-9px;-webkit-appearance:none;appearance:none;border:4px solid #fff;border-radius:50%;background:#8b4cdb;box-shadow:0 4px 12px rgba(103,55,170,.35),0 0 0 2px rgba(139,76,219,.18)}.promo-autonomy-control input::-moz-range-track{height:7px;border-radius:99px;background:linear-gradient(90deg,#e04b9f,#a44edd 48%,#7657e8)}.promo-autonomy-control input::-moz-range-thumb{width:18px;height:18px;border:4px solid #fff;border-radius:50%;background:#8b4cdb}.promo-autonomy-marks{display:flex;justify-content:space-between;margin:-14px 8px 0}.promo-autonomy-marks i{position:relative;z-index:1;width:5px;height:5px;border-radius:50%;background:#d9cfdf}.promo-autonomy-marks i.active{background:#fff}.promo-autonomy-ends{display:flex;justify-content:space-between;margin-top:11px;color:#8b8194;font-size:7.5px;font-weight:850}.promo-autonomy-ends span:first-child{color:#b13f95}.promo-phone.autonomy-mode nav{margin-top:0}.promo-phone.autonomy-mode>main{padding-bottom:0!important}@media(max-width:620px){.promo-mockup-tabs{width:calc(100% - 18px);gap:4px;padding:4px}.promo-mockup-tabs button{min-height:41px;gap:5px;padding:0 4px;font-size:9px}.promo-mockup-tabs button i{width:21px;height:21px}.promo-autonomy{padding:13px 12px 14px}.promo-autonomy-heading h3{font-size:20px}.promo-autonomy-visual{height:260px}.promo-autonomy-copy strong{font-size:17px}.promo-autonomy-control{margin-top:10px}}.promo-mockup-arrow.next{animation:promo-arrow-next 1.65s ease-in-out infinite}.promo-mockup-arrow.previous{animation:promo-arrow-previous 1.65s ease-in-out .18s infinite}@keyframes promo-arrow-next{0%,to{transform:translateX(0);box-shadow:0 13px 32px rgba(18,9,38,.25),0 0 0 0 rgba(139,76,219,.3)}50%{transform:translateX(7px) scale(1.08);box-shadow:0 16px 38px rgba(18,9,38,.3),0 0 0 9px rgba(139,76,219,0)}}@keyframes promo-arrow-previous{0%,to{transform:translateX(0);box-shadow:0 13px 32px rgba(18,9,38,.25)}50%{transform:translateX(-5px) scale(1.04);box-shadow:0 16px 36px rgba(18,9,38,.3)}}@media(prefers-reduced-motion:reduce){.promo-mockup-arrow.next,.promo-mockup-arrow.previous{animation:none}}.desktop-main-links{display:flex;align-items:center;gap:6px;margin-right:10px}.desktop-main-links a{position:relative;padding:9px 11px;border-radius:10px;color:#655e70;font-size:11px;font-weight:800;white-space:nowrap;transition:color .2s ease,background .2s ease,transform .2s ease}.desktop-main-links a:hover{background:rgba(255,255,255,.78);color:#694bd3;transform:translateY(-1px)}.desktop-main-links a.active{background:#eee9ff;color:#6748cf}@media(max-width:900px){.desktop-main-links{display:none}}.quiz-intro .fatlady-hero-logo{width:min(390px,88vw);height:auto;margin-bottom:12px;filter:drop-shadow(0 18px 30px rgba(124,34,137,.2));transform-origin:50% 62%;animation:fatlady-hero-alive 4.8s ease-in-out infinite}@keyframes fatlady-hero-alive{0%,to{transform:translateY(0) rotate(-.45deg) scale(1);filter:drop-shadow(0 18px 30px rgba(124,34,137,.2))}50%{transform:translateY(-9px) rotate(.45deg) scale(1.018);filter:drop-shadow(0 25px 38px rgba(228,48,143,.3))}}@media(max-width:620px){.quiz-intro .fatlady-hero-logo{width:min(330px,90vw);margin-top:-5px;margin-bottom:9px;animation-duration:4.3s}}@media(prefers-reduced-motion:reduce){.quiz-intro .fatlady-hero-logo{animation:none}}.promo-app-section.promo-app-section-compact{min-height:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;padding-top:55px!important;padding-bottom:75px!important}.promo-app-section-compact>.promo-section-label{display:inline-flex;align-items:center;justify-content:center;margin:0 auto;color:#db83f2;font-size:12px;font-weight:950;letter-spacing:.12em;text-align:center;text-transform:uppercase}.promo-app-section-compact>.promo-mockup-showcase{margin:0 auto!important}@media(max-width:620px){.promo-app-section.promo-app-section-compact{gap:13px!important;padding-top:38px!important;padding-bottom:55px!important}.promo-app-section-compact>.promo-section-label{font-size:10px}}.promo-phone.autonomy-mode .promo-autonomy-ends{margin-top:13px;font-size:11.5px;font-weight:950;letter-spacing:-.02em}.promo-phone.autonomy-mode .promo-autonomy-ends span:last-child{color:#6d51c9}.promo-phone.autonomy-mode .promo-autonomy-control{overflow:hidden}.promo-phone.autonomy-mode .promo-autonomy-control:before{content:"";position:absolute;z-index:1;left:-35%;top:14px;width:28%;height:12px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);filter:blur(1px);pointer-events:none;animation:autonomy-track-glide 2.4s ease-in-out infinite}.promo-phone.autonomy-mode .promo-autonomy-control input::-webkit-slider-thumb{animation:autonomy-thumb-pulse 1.35s ease-in-out infinite}.promo-phone.autonomy-mode .promo-autonomy-control input::-moz-range-thumb{animation:autonomy-thumb-pulse 1.35s ease-in-out infinite}@keyframes autonomy-track-glide{0%{left:-35%;opacity:0}18%{opacity:1}72%{opacity:1}to{left:108%;opacity:0}}@keyframes autonomy-thumb-pulse{0%,to{transform:scale(1);box-shadow:0 4px 12px rgba(103,55,170,.35),0 0 0 2px rgba(139,76,219,.18)}50%{transform:scale(1.16);box-shadow:0 5px 17px rgba(103,55,170,.48),0 0 0 8px rgba(139,76,219,.11)}}@media(max-width:620px){.promo-phone.autonomy-mode .promo-autonomy-ends{font-size:11px}}@media(prefers-reduced-motion:reduce){.promo-phone.autonomy-mode .promo-autonomy-control input::-moz-range-thumb,.promo-phone.autonomy-mode .promo-autonomy-control input::-webkit-slider-thumb,.promo-phone.autonomy-mode .promo-autonomy-control:before{animation:none}}.promo-phone.autonomy-mode .promo-autonomy-ends{margin-top:13px!important;font-size:11.5px!important;font-weight:950!important}.promo-phone.autonomy-mode .promo-autonomy-ends span:last-child{color:#6d51c9!important}.promo-phone.autonomy-mode .promo-autonomy-visual:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(transparent,rgba(24,10,34,.88));pointer-events:none}.promo-autonomy-image-title{position:absolute;z-index:3;left:17px;right:17px;bottom:17px;color:#fff;font-size:27px;font-weight:950;line-height:1;letter-spacing:-.05em;text-shadow:0 3px 18px rgba(0,0,0,.65);animation:autonomy-title-pop .55s cubic-bezier(.18,.9,.3,1.25) both}.promo-phone.autonomy-mode .promo-autonomy-copy{margin:10px 10px 0!important}.promo-phone.autonomy-mode .promo-autonomy-copy small{font-size:10px!important}.promo-phone.autonomy-mode .promo-autonomy-copy p{margin-top:6px!important;font-size:12px!important;font-weight:700}.promo-phone.autonomy-mode .promo-autonomy-copy:before{display:none}@keyframes autonomy-title-pop{0%{opacity:0;transform:translateY(14px) scale(.94);letter-spacing:-.08em}to{opacity:1;transform:none;letter-spacing:-.05em}}@media(max-width:620px){.promo-autonomy-image-title{left:15px;right:15px;bottom:15px;font-size:25px}.promo-phone.autonomy-mode .promo-autonomy-copy p{font-size:11.5px!important}}@media(prefers-reduced-motion:reduce){.promo-autonomy-image-title{animation:none}}.promo-carousel-image-arrow{position:absolute;z-index:6;top:50%;width:30px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.3);background:rgba(20,12,28,.54);color:#fff;font:500 24px/1 Arial;box-shadow:0 7px 18px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transform:translateY(-50%);transition:background .2s ease,transform .2s ease}.promo-carousel-image-arrow:hover{background:rgba(126,68,219,.88);transform:translateY(-50%) scale(1.08)}.promo-carousel-image-arrow.previous{left:8px;border-radius:7px 12px 12px 7px}.promo-carousel-image-arrow.next{right:8px;border-radius:12px 7px 7px 12px}@media(max-width:620px){.promo-carousel-image-arrow{width:28px;height:36px;font-size:22px}.promo-carousel-image-arrow.previous{left:7px}.promo-carousel-image-arrow.next{right:7px}}.promo-mockup-showcase .promo-phone.carousel-mode .promo-caption{min-height:0!important;margin:9px 3px!important}.promo-mockup-showcase .promo-phone.carousel-mode .promo-actions{margin-top:0!important;margin-bottom:5px!important}.promo-mockup-showcase .promo-phone,.promo-mockup-showcase .promo-phone.autonomy-mode{width:380px!important;height:830px!important;min-height:830px!important;display:flex!important;flex-direction:column!important}.promo-mockup-showcase .promo-phone-top,.promo-mockup-showcase .promo-phone>nav,.promo-mockup-showcase .promo-simple-header{flex:0 0 auto}.promo-mockup-showcase .promo-phone>main{min-height:0!important;flex:1 1 auto!important;overflow:hidden}.promo-mockup-showcase .promo-phone>nav{margin-top:auto!important}.promo-mockup-showcase .promo-phone-wrap{width:100%;height:830px!important;min-height:830px!important}@media(max-width:620px){.promo-mockup-showcase .promo-phone,.promo-mockup-showcase .promo-phone.autonomy-mode{width:calc(100% - 14px)!important;height:815px!important;min-height:815px!important}.promo-mockup-showcase .promo-phone-wrap{height:815px!important;min-height:815px!important}}.promo-phone.autonomy-mode{width:min(410px,100%)!important}.promo-phone.autonomy-mode .promo-autonomy{padding:18px 16px 20px}.promo-phone.autonomy-mode .promo-autonomy-heading h3{max-width:350px;margin:0 0 14px;font-size:26px;line-height:1.02;letter-spacing:-.052em}.promo-phone.autonomy-mode .promo-autonomy-control{margin:0 0 14px;padding:15px 13px 12px;border-color:rgba(155,80,192,.2);background:linear-gradient(145deg,#fff,#f8f0ff);box-shadow:0 10px 25px rgba(77,39,109,.1),inset 0 1px #fff}.promo-phone.autonomy-mode .promo-autonomy-control input{height:28px}.promo-phone.autonomy-mode .promo-autonomy-ends{margin-top:12px;font-size:9px}.promo-phone.autonomy-mode .promo-autonomy-visual{height:320px;border-radius:25px;box-shadow:0 20px 44px rgba(44,20,67,.24)}.promo-phone.autonomy-mode .promo-autonomy-copy{overflow:hidden;margin:-38px 12px 0;padding:17px 17px 15px;border-color:rgba(153,72,187,.22);border-radius:20px;background:linear-gradient(125deg,rgba(255,255,255,.97),rgba(250,239,255,.95));box-shadow:0 16px 35px rgba(59,29,83,.2);animation:autonomy-card-enter .42s cubic-bezier(.2,.8,.2,1) both}.promo-phone.autonomy-mode .promo-autonomy-copy:before{content:"";position:absolute;left:-35%;top:-180%;width:38%;height:420%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);transform:rotate(22deg);animation:autonomy-card-shine 3.6s ease-in-out infinite}.promo-phone.autonomy-mode .promo-autonomy-copy small{position:relative;color:#9a3dad;font-size:8.5px}.promo-phone.autonomy-mode .promo-autonomy-copy strong{position:relative;margin:5px 0;background:linear-gradient(90deg,#2d203f,#9942b1,#df4e99);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:23px;letter-spacing:-.04em}.promo-phone.autonomy-mode .promo-autonomy-copy p{position:relative;font-size:11px;line-height:1.45}@keyframes autonomy-card-enter{0%{opacity:.35;transform:translateY(9px) scale(.98)}to{opacity:1;transform:none}}@keyframes autonomy-card-shine{0%,35%{left:-45%}65%,to{left:120%}}@media(max-width:620px){.promo-phone.autonomy-mode{width:calc(100% - 14px)!important}.promo-phone.autonomy-mode .promo-autonomy{padding:15px 13px 17px}.promo-phone.autonomy-mode .promo-autonomy-heading h3{font-size:24px}.promo-phone.autonomy-mode .promo-autonomy-visual{height:300px}.promo-phone.autonomy-mode .promo-autonomy-copy strong{font-size:22px}.promo-phone.autonomy-mode .promo-autonomy-copy p{font-size:10.5px}}@media(prefers-reduced-motion:reduce){.promo-phone.autonomy-mode .promo-autonomy-copy,.promo-phone.autonomy-mode .promo-autonomy-copy:before{animation:none}}@media(max-width:620px){.about-hero-v2 .about-hero-character{width:min(390px,94vw)}}main>.fatlady-loop-intro{order:3}main>.fatlady-job-intro{order:5;margin-top:18px;margin-bottom:28px}@media(max-width:620px){main>.fatlady-job-intro{margin-top:12px;margin-bottom:18px}.promo-app-section.promo-app-section-compact{width:calc(100% - 8px);max-width:none;margin-inline:4px;padding-inline:4px}.promo-app-section .promo-mockup-showcase{width:100%;max-width:none}.promo-mockup-showcase .promo-phone-wrap{width:100%!important;transform:none!important}.promo-mockup-showcase .promo-phone,.promo-mockup-showcase .promo-phone.autonomy-mode{width:calc(100% - 4px)!important;max-width:none!important}.promo-mockup-tabs{width:calc(100% - 8px);max-width:none}.promo-mockup-arrow.previous{left:3px}.promo-mockup-arrow.next{right:3px}.promo-hero{padding-top:0}.promo-hero:before{top:0}.promo-hero-visual{min-height:240px}.promo-hero,.promo-page main{width:100%!important;max-width:100%!important}.promo-hero{min-width:0!important;padding-inline:12px!important;overflow:hidden}.promo-hero-copy,.promo-hero-visual{width:100%!important;min-width:0!important;max-width:100%!important}.promo-hero-visual>img{width:min(320px,100%)!important;max-width:100%!important}.promo-hero-copy{padding-inline:0!important;overflow:hidden}.promo-hero h1{width:100%;max-width:100%;font-size:clamp(39px,11.5vw,46px)!important;line-height:.9}.promo-hero-promise{width:100%!important;max-width:100%!important;font-size:clamp(25px,7.7vw,30px)!important;white-space:normal!important;overflow-wrap:normal}.promo-hero-copy>p{padding-inline:3px}.promo-hero-actions,.promo-hero-actions a,.promo-hero-copy>p{width:100%;max-width:100%}.promo-hero-actions a{box-sizing:border-box}.promo-mini-proof{width:100%;max-width:100%;overflow:hidden}}.site-shell>main>.home-text-logo{order:4;position:relative;z-index:1;margin:0 auto 54px;text-align:center}.home-text-logo:before{content:"";position:absolute;z-index:-1;inset:25% 5% 5%;border-radius:50%;background:radial-gradient(circle,rgba(237,54,147,.15),transparent 68%);filter:blur(20px)}.home-text-logo img{display:block;width:min(534px,82vw);height:auto;margin:auto;filter:drop-shadow(0 14px 20px rgba(71,26,72,.15))}@media(max-width:620px){.site-shell>main>.home-text-logo{margin-top:-18px;margin-bottom:38px}.home-text-logo img{width:min(480px,90vw)}}.site-shell>main>.home-control{display:block!important;max-width:760px!important}.home-control .home-autonomy-phone{margin-inline:auto}@media(max-width:720px){.site-shell>main>.home-control{width:100%!important;max-width:none!important;margin-inline:0!important;padding:4px 0 22px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.home-control .home-autonomy-phone{width:calc(100% - 4px)!important;max-width:none!important}.home-control .promo-phone.autonomy-mode .promo-autonomy{padding-inline:10px}.home-control .promo-phone.autonomy-mode .promo-autonomy-heading h3{padding-inline:5px}}.home-control .promo-phone.autonomy-mode:before{display:none!important}.site-shell .home-control .promo-phone.autonomy-mode .promo-autonomy-copy{margin:12px 0 0!important}.home-control .promo-phone.autonomy-mode{width:100%!important;height:auto!important;min-height:0!important;padding:0!important;border:1px solid rgba(144,73,183,.17);border-radius:29px;background:#fff;box-shadow:0 24px 55px rgba(52,29,74,.16);overflow:hidden}.home-control .promo-phone.autonomy-mode .promo-autonomy{padding:18px 16px 22px}.home-control .promo-phone.autonomy-mode .promo-autonomy-visual{height:330px}.home-control .promo-phone.autonomy-mode .promo-autonomy-copy{margin:-38px 12px 0!important}.home-control .promo-phone.autonomy-mode .promo-autonomy-copy p{font-size:12px!important}@media(max-width:720px){.home-control .promo-phone.autonomy-mode{width:100%!important}.home-control .promo-phone.autonomy-mode .promo-autonomy-visual{height:330px}.home-control .promo-phone.autonomy-mode .promo-autonomy-heading h3{font-size:25px}}@media(min-width:721px){.home-control .promo-phone.autonomy-mode .promo-autonomy-visual{height:auto;aspect-ratio:1/1;background:linear-gradient(145deg,#241530,#4a2055)}.home-control .promo-phone.autonomy-mode .promo-autonomy-visual img{object-fit:contain;object-position:center}.home-control .promo-phone.autonomy-mode .promo-autonomy-copy{margin:12px 0 0!important}}.site-shell>main>.home-control{order:4;position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:52px;gap:52px;margin-bottom:95px;padding:52px;border:1px solid rgba(151,76,190,.14);border-radius:35px;background:radial-gradient(circle at 95% 10%,rgba(233,65,151,.11),transparent 32%),linear-gradient(145deg,#fff,#faf6ff);box-shadow:0 27px 70px rgba(59,37,79,.1)}.home-control-heading>span{display:inline-flex;align-items:center;gap:8px;color:#8c45c4;font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.home-control-heading>span i{width:8px;height:8px;border-radius:50%;background:#ef438f;box-shadow:0 0 0 5px rgba(239,67,143,.11)}.home-control-heading h2{margin:14px 0 13px;font-size:clamp(37px,4.5vw,60px);line-height:.95;letter-spacing:-.06em}.home-control-heading p{margin:0;color:#756b7d;font-size:14px;line-height:1.65}.home-control .attention-control{margin:0;padding:27px}.home-control .attention-control-top>span{font-size:12px}.home-control .attention-control-top>strong,.home-control .attention-scale b{font-size:10px}.home-control .attention-scale small{font-size:8px}.home-control .attention-control>p{font-size:11px}@media(max-width:720px){.site-shell>main>.home-control{width:calc(100% - 20px);grid-template-columns:1fr;gap:24px;margin-bottom:70px;padding:28px 17px;border-radius:28px;text-align:center}.home-control-heading h2{font-size:38px}.home-control-heading p{font-size:12px}.home-control .attention-control{text-align:left;padding:20px 16px}.home-control .attention-control-top>span{font-size:10px}.home-control .attention-scale b{font-size:8px}.home-control .attention-scale small{font-size:7px}}.plan-hero-character{margin-bottom:-18px!important}.plan-hero-character+.onboarding-wrap{margin-top:10px!important}@media(max-width:620px){.plan-hero-character{margin-bottom:-20px!important}.plan-hero-character+.onboarding-wrap{margin-top:8px!important}}.plan-hero-character{order:1;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;margin:12px auto -2px;text-align:center}.plan-hero-character:before{content:"";position:absolute;z-index:-1;left:50%;bottom:34px;width:360px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(239,67,145,.17),rgba(118,79,229,.08) 52%,transparent 73%);filter:blur(24px);transform:translateX(-50%)}.plan-hero-character img{display:block;width:min(390px,82vw);height:auto;filter:drop-shadow(0 24px 30px rgba(62,30,76,.18));animation:about-character-float 5s ease-in-out infinite}.plan-hero-character figcaption{display:inline-flex;align-items:center;gap:8px;margin-top:-10px;padding:10px 14px;border:1px solid rgba(144,77,191,.13);border-radius:999px;background:rgba(255,255,255,.88);color:#5f4d6d;font-size:11px;font-weight:850;box-shadow:0 10px 26px rgba(65,38,89,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.plan-hero-character figcaption i{width:8px;height:8px;border-radius:50%;background:#32bd82;box-shadow:0 0 0 4px rgba(50,189,130,.13)}.plan-page .onboarding-wrap{margin-top:24px}@media(max-width:620px){.plan-hero-character{margin-top:0;margin-bottom:-5px}.plan-hero-character img{width:min(330px,80vw)}.plan-hero-character figcaption{max-width:calc(100% - 28px);margin-top:-12px;font-size:9.5px}.plan-page .onboarding-wrap{margin-top:19px}}@media(prefers-reduced-motion:reduce){.plan-hero-character img{animation:none}}.about-name-copy>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.about-name-copy>div span{position:relative;min-height:112px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:48px 15px 15px;border:1px solid rgba(135,79,202,.14);border-radius:21px;background:radial-gradient(circle at 85% 0,rgba(127,80,231,.16),transparent 52%),linear-gradient(145deg,#fff,#f8f4ff);color:#342743;font-size:12px;line-height:1.35;text-align:left;box-shadow:0 13px 28px rgba(55,34,83,.08);transition:transform .25s ease,box-shadow .25s ease}.about-name-copy>div span:nth-child(2){background:radial-gradient(circle at 85% 0,rgba(244,104,78,.18),transparent 52%),linear-gradient(145deg,#fff,#fff7f3)}.about-name-copy>div span:nth-child(3){background:radial-gradient(circle at 85% 0,rgba(22,174,177,.18),transparent 52%),linear-gradient(145deg,#fff,#f2fffd)}.about-name-copy>div span:before{position:absolute;left:15px;top:14px;width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#7657e8,#a767e8);color:#fff;font-size:19px;box-shadow:0 9px 20px rgba(103,70,202,.23)}.about-name-copy>div span:first-child:before{content:"✦"}.about-name-copy>div span:nth-child(2):before{content:"✓";background:linear-gradient(145deg,#ff7952,#e94f82)}.about-name-copy>div span:nth-child(3):before{content:"♥";background:linear-gradient(145deg,#18aaa9,#54cbc0)}.about-name-copy>div span:hover{transform:translateY(-4px) rotate(-.5deg);box-shadow:0 19px 36px rgba(55,34,83,.13)}.about-problem-grid article{isolation:isolate;min-height:245px;padding:24px 25px}.about-problem-grid article:before{content:"";position:absolute;z-index:-1;right:-45px;bottom:-55px;width:150px;height:150px;border:1px solid rgba(111,72,205,.12);border-radius:50%;box-shadow:0 0 0 22px rgba(111,72,205,.025),0 0 0 43px rgba(111,72,205,.018)}.about-problem-grid article:nth-child(2):before{border-color:rgba(230,94,59,.14)}.about-problem-grid article:nth-child(3):before{border-color:rgba(18,151,156,.14)}.about-problem-grid i{margin-bottom:27px;animation:about-icon-drift 4.8s ease-in-out infinite}.about-problem-grid article:nth-child(2) i{animation-delay:-1.6s}.about-problem-grid article:nth-child(3) i{animation-delay:-3.2s}.about-problem-grid article>span{font-size:12px;font-weight:950;letter-spacing:.1em}.about-problem-grid strong{max-width:300px;font-size:21px;line-height:1.28}@keyframes about-icon-drift{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(2deg)}}@media(max-width:820px){.about-name-copy>div{grid-template-columns:1fr}.about-name-copy>div span{min-height:84px;padding:18px 17px 18px 72px;justify-content:center;font-size:13px}.about-name-copy>div span:before{left:17px;top:50%;transform:translateY(-50%)}.about-name-copy>div span:hover{transform:translateY(-3px)}}@media(max-width:620px){.about-problem-grid article{display:grid;grid-template-columns:82px 1fr;grid-template-rows:auto 1fr;grid-column-gap:18px;column-gap:18px;min-height:145px;padding:20px}.about-problem-grid i{grid-row:1/3;width:72px;height:72px;margin:4px 0 0}.about-problem-grid article>span{align-self:end;font-size:11px}.about-problem-grid strong{align-self:start;margin-top:7px;font-size:18px;line-height:1.28}.about-problem-grid svg{width:45px;height:45px}}@media(prefers-reduced-motion:reduce){.about-problem-grid i{animation:none}}.about-answer-copy ul{gap:15px}.about-answer-copy li{position:relative;isolation:isolate;grid-template-columns:68px 1fr;gap:18px;align-items:center;min-height:132px;padding:19px 20px;overflow:hidden;border:1px solid rgba(116,83,206,.14);border-radius:26px;background:radial-gradient(circle at 0 50%,rgba(116,87,232,.15),transparent 33%),linear-gradient(120deg,#fff,#faf7ff);box-shadow:0 16px 34px rgba(48,30,76,.09);transition:transform .25s ease,box-shadow .25s ease}.about-answer-copy li:nth-child(2){background:radial-gradient(circle at 0 50%,rgba(247,110,68,.16),transparent 33%),linear-gradient(120deg,#fff,#fff8f4)}.about-answer-copy li:nth-child(3){background:radial-gradient(circle at 0 50%,rgba(20,174,176,.16),transparent 33%),linear-gradient(120deg,#fff,#f2fffd)}.about-answer-copy li:after{content:"";position:absolute;z-index:-1;right:-32px;bottom:-43px;width:112px;height:112px;border:1px solid rgba(114,79,207,.11);border-radius:50%;box-shadow:0 0 0 18px rgba(114,79,207,.025)}.about-answer-copy li:hover{transform:translateX(5px);box-shadow:0 21px 43px rgba(48,30,76,.14)}.about-answer-copy li>span{position:relative;width:68px;height:68px;border:1px solid rgba(255,255,255,.9);border-radius:23px;background:linear-gradient(145deg,#8465ee,#6844d5);color:#fff;font-size:14px;font-weight:950;box-shadow:inset 0 0 0 6px rgba(255,255,255,.14),0 15px 28px rgba(103,70,202,.24)}.about-answer-copy li>span:after{content:"✦";position:absolute;right:-6px;top:-7px;width:23px;height:23px;display:grid;place-items:center;border-radius:9px;background:#fff;color:#7657e8;font-size:10px;box-shadow:0 6px 12px rgba(62,37,100,.14)}.about-answer-copy li:nth-child(2)>span{background:linear-gradient(145deg,#ff865e,#e9517d);color:#fff;box-shadow:inset 0 0 0 6px rgba(255,255,255,.14),0 15px 28px rgba(221,81,77,.22)}.about-answer-copy li:nth-child(2)>span:after{content:"✓";color:#e45772}.about-answer-copy li:nth-child(3)>span{background:linear-gradient(145deg,#35c6bc,#138e99);color:#fff;box-shadow:inset 0 0 0 6px rgba(255,255,255,.14),0 15px 28px rgba(22,145,151,.22)}.about-answer-copy li:nth-child(3)>span:after{content:"↗";color:#168f96}.about-answer-copy li strong{font-size:18px;line-height:1.25;letter-spacing:-.02em}.about-answer-copy li p{margin-top:7px;font-size:13px;line-height:1.55}.principles-grid{gap:18px}.principles-grid article,.principles-grid article:nth-child(4){isolation:isolate;min-height:205px;padding:31px 28px 27px 128px;border:1px solid rgba(112,77,203,.14);border-radius:30px;background:radial-gradient(circle at 0 0,rgba(118,86,232,.15),transparent 42%),linear-gradient(145deg,#fff,#faf7ff);box-shadow:0 19px 44px rgba(47,29,74,.09)}.principles-grid article:nth-child(2){background:radial-gradient(circle at 0 0,rgba(26,177,177,.16),transparent 42%),linear-gradient(145deg,#fff,#f3fffd)}.principles-grid article:nth-child(3){background:radial-gradient(circle at 0 0,rgba(232,71,131,.15),transparent 42%),linear-gradient(145deg,#fff,#fff5fa)}.principles-grid article:nth-child(4){background:radial-gradient(circle at 0 0,rgba(241,111,61,.16),transparent 42%),linear-gradient(145deg,#fff,#fff7f2)}.principles-grid article:nth-child(5){background:radial-gradient(circle at 0 0,rgba(55,120,211,.15),transparent 42%),linear-gradient(145deg,#fff,#f4f8ff)}.principles-grid article:after{content:"0" counter(principle);position:absolute;z-index:-1;right:17px;bottom:-23px;color:rgba(76,51,108,.055);font-size:105px;font-weight:950;line-height:1}.principles-grid{counter-reset:principle}.principles-grid article{counter-increment:principle}.principles-grid article:before{left:27px;top:31px;width:78px;height:78px;border-radius:27px;font-size:33px;animation:about-icon-drift 5s ease-in-out infinite}.principles-grid article:nth-child(2):before{animation-delay:-1s}.principles-grid article:nth-child(3):before{animation-delay:-2s}.principles-grid article:nth-child(4):before{animation-delay:-3s}.principles-grid article:nth-child(5):before{animation-delay:-4s}.principles-grid article>span{padding:8px 12px;border-radius:10px;background:rgba(118,87,232,.11);font-size:10px;letter-spacing:.08em}.principles-grid article:nth-child(2)>span{background:rgba(21,151,156,.11);color:#0b7f83}.principles-grid article:nth-child(3)>span{background:rgba(216,79,132,.11);color:#bd376d}.principles-grid article:nth-child(4)>span{background:rgba(223,105,69,.11);color:#c45131}.principles-grid article:nth-child(5)>span{background:rgba(55,120,211,.11);color:#2866bc}.principles-grid strong{margin:21px 0 9px;font-size:25px}.principles-grid p{max-width:360px;font-size:14px;line-height:1.55}@media(max-width:620px){.about-answer-copy ul{gap:13px}.about-answer-copy li{grid-template-columns:66px 1fr;gap:15px;min-height:136px;padding:17px 16px;border-radius:24px}.about-answer-copy li>span{width:66px;height:66px;border-radius:22px}.about-answer-copy li strong{font-size:17px}.about-answer-copy li p{font-size:12.5px}.principles-grid{gap:14px}.principles-grid article,.principles-grid article:last-child,.principles-grid article:nth-child(4){min-height:170px;padding:23px 18px 22px 106px;border-radius:26px}.principles-grid article:before{left:18px;top:23px;width:70px;height:70px;border-radius:24px;font-size:29px}.principles-grid article>span{font-size:9px}.principles-grid strong{margin:17px 0 8px;font-size:22px}.principles-grid p{font-size:13px;line-height:1.5}}@media(prefers-reduced-motion:reduce){.principles-grid article:before{animation:none}}@media(min-width:621px){.about-hero-v2 .about-hero-character{width:min(342px,47vw)}}.about-contact{position:relative;isolation:isolate;display:grid;grid-template-columns:100px 1fr auto;align-items:center;grid-gap:27px;gap:27px;margin-bottom:28px;padding:32px 34px;overflow:hidden;border:1px solid rgba(125,78,205,.15);border-radius:32px;background:radial-gradient(circle at 0 50%,rgba(235,64,145,.16),transparent 30%),radial-gradient(circle at 100% 50%,rgba(25,177,179,.15),transparent 31%),linear-gradient(135deg,#fff,#faf7ff);box-shadow:0 22px 55px rgba(53,33,82,.1)}.about-contact:after{content:"";position:absolute;z-index:-1;right:26%;bottom:-86px;width:180px;height:180px;border:1px solid rgba(119,80,215,.09);border-radius:50%;box-shadow:0 0 0 28px rgba(119,80,215,.025),0 0 0 55px rgba(119,80,215,.018)}.about-contact-icon{position:relative;width:90px;height:90px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.9);border-radius:29px;background:linear-gradient(145deg,#ef4f9e,#8054e7);color:#fff;box-shadow:inset 0 0 0 8px rgba(255,255,255,.12),0 17px 34px rgba(134,67,185,.25);transform:rotate(-3deg)}.about-contact-icon svg{width:49px;height:49px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.about-contact-icon span{position:absolute;right:-7px;top:-8px;width:29px;height:29px;display:grid;place-items:center;border-radius:11px;background:#fff;color:#e84a99;font-size:12px;box-shadow:0 8px 17px rgba(58,34,82,.14)}.about-contact-copy>span{color:#a33a91;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.about-contact-copy h2{max-width:640px;margin:8px 0 7px;font-size:31px;line-height:1.03;letter-spacing:-.045em}.about-contact-copy p{max-width:620px;margin:0;color:#766d80;font-size:13px;line-height:1.55}.about-contact-cta{min-width:225px;display:grid;grid-template-columns:1fr 34px;align-items:center;grid-gap:3px 13px;gap:3px 13px;padding:16px 17px;border-radius:18px;background:linear-gradient(110deg,#29203d,#422657);color:#fff;box-shadow:0 15px 32px rgba(42,30,62,.21);transition:transform .23s ease,box-shadow .23s ease}.about-contact-cta:hover{transform:translateY(-3px);box-shadow:0 20px 39px rgba(42,30,62,.28)}.about-contact-cta small{color:#bdb3c7;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.about-contact-cta strong{font-size:14px}.about-contact-cta b{grid-column:2;grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#ef4f9e,#8c55e6);font-size:17px}@media(max-width:820px){.about-contact{grid-template-columns:76px 1fr;padding:25px}.about-contact-icon{width:70px;height:70px;border-radius:23px}.about-contact-icon svg{width:39px;height:39px}.about-contact-cta{grid-column:1/-1;width:100%}}@media(max-width:620px){.about-contact{width:calc(100% - 18px);grid-template-columns:62px 1fr;gap:16px;margin-bottom:22px;padding:20px;border-radius:27px}.about-contact-icon{width:60px;height:60px;border-radius:20px}.about-contact-icon svg{width:34px;height:34px}.about-contact-icon span{width:23px;height:23px}.about-contact-copy h2{font-size:24px}.about-contact-copy p{font-size:12px}.about-contact-cta{min-width:0;padding:15px}.about-contact-cta strong{font-size:15px}}.about-contact-copy .about-operator{margin-top:12px;color:#958b9e;font-size:10px;font-weight:750}.about-operator a{display:inline-flex;align-items:center;gap:4px;color:#6e4fd8;font-weight:950}.about-operator a:hover{text-decoration:underline;text-underline-offset:3px}.about-operator b{font-size:11px}.about-principles-image{position:relative;margin-bottom:-55px;text-align:center}.about-principles-image:before{content:"";position:absolute;z-index:-1;left:50%;bottom:-25px;width:70%;height:45%;border-radius:50%;background:radial-gradient(circle,rgba(230,65,145,.15),rgba(116,84,226,.08) 48%,transparent 72%);filter:blur(28px);transform:translateX(-50%)}.about-principles-image img{display:block;width:min(500px,52vw);height:auto;aspect-ratio:561/701;margin:auto;border:8px solid rgba(255,255,255,.92);border-radius:42px;object-fit:cover;box-shadow:0 30px 70px rgba(48,29,72,.17);transform:rotate(-1deg)}.about-principles-image figcaption{position:relative;z-index:2;width:max-content;max-width:calc(100% - 28px);display:inline-flex;align-items:center;gap:9px;margin:0 auto;padding:11px 15px;border:1px solid rgba(130,78,205,.13);border-radius:999px;background:rgba(255,255,255,.94);color:#594867;font-size:11px;font-weight:900;box-shadow:0 12px 28px rgba(49,30,72,.11);transform:translateY(-24px)}.about-principles-image figcaption i{width:9px;height:9px;border-radius:50%;background:#38c28e;box-shadow:0 0 0 5px rgba(56,194,142,.13)}@media(max-width:620px){.about-principles-image{width:calc(100% - 22px);margin-bottom:-34px}.about-principles-image img{width:100%;border-width:5px;border-radius:29px}.about-principles-image figcaption{font-size:9.5px;line-height:1.35;transform:translateY(-20px)}}.fatlady-loop-intro{position:relative;margin-top:28px;margin-bottom:90px}.fatlady-loop-intro:before{content:"";position:absolute;inset:8% -3% -12%;z-index:-1;border-radius:45%;background:radial-gradient(circle,rgba(231,65,147,.18),rgba(113,78,226,.08) 45%,transparent 72%);filter:blur(32px)}.fatlady-loop-intro img{display:block;width:min(760px,100%);height:auto;aspect-ratio:1;object-fit:cover;margin:auto;border:1px solid rgba(255,255,255,.75);border-radius:42px;box-shadow:0 30px 75px rgba(49,25,66,.2),inset 0 2px 0 rgba(255,255,255,.8)}@media(max-width:620px){.fatlady-loop-intro{width:calc(100% - 28px);margin-top:18px;margin-bottom:64px}.fatlady-loop-intro img{border-radius:28px;box-shadow:0 22px 48px rgba(49,25,66,.18)}}.promo-hero{column-gap:64px}@media(max-width:980px){.promo-hero{row-gap:32px}.promo-hero-copy{margin-top:0}}@media(max-width:620px){.promo-hero{row-gap:24px}}@media(min-width:901px){.site-nav{height:72px;width:min(1240px,calc(100% - 48px));justify-content:flex-start;gap:12px}.desktop-brand{display:flex;align-items:center;gap:10px;margin-right:auto;color:#2d203f;font-size:18px;font-weight:950;letter-spacing:-.04em}.desktop-brand img{width:44px;height:44px;object-fit:contain;border-radius:50%;filter:drop-shadow(0 5px 10px rgba(67,31,76,.13))}.desktop-main-links{position:absolute;left:50%;margin:0;gap:8px;transform:translateX(-50%)}.desktop-main-links a{padding:10px 13px;font-size:14px;letter-spacing:-.015em}.mobile-login{margin-left:auto;padding-inline:12px;font-size:14px}}@media(max-width:900px){.desktop-brand{display:none}}.app-search-form>span{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:linear-gradient(145deg,#8568ed,#6040ce);color:#fff;font-size:13px;font-weight:950;box-shadow:0 5px 12px rgba(102,70,207,.22)}.app-search-results{max-height:355px;margin-top:16px;padding:8px;overflow:auto;border:1px solid #e3ddec;border-radius:18px;background:linear-gradient(180deg,#fff,#fcfaff);box-shadow:0 15px 34px rgba(51,35,79,.08);text-align:left}.app-search-results-heading{display:flex;align-items:center;justify-content:space-between;padding:7px 9px 10px}.app-search-results-heading strong{font-size:11px}.app-search-results-heading small{color:#9890a3;font-size:9px}.app-search-result{width:100%;display:grid;grid-template-columns:52px 1fr 30px;align-items:center;grid-gap:12px;gap:12px;padding:10px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--ink);text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.app-search-result:hover{border-color:#d9cff7;background:#f8f5ff;transform:translateY(-1px)}.app-search-result.selected{border-color:#a58eed;background:#f4f0ff;box-shadow:0 8px 18px rgba(101,70,205,.1)}.app-search-result>img{width:52px;height:52px;border-radius:13px;object-fit:cover;background:#eeeaf4;box-shadow:0 5px 13px rgba(42,29,61,.13)}.app-search-result>span{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.app-search-result>span>strong{font-size:13px}.app-search-result>span>small,.app-search-result>span>strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-search-result>span>small{color:#81798b;font-size:9px}.app-search-result>i{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:#ede8f5;color:#7053d4;font-size:12px;font-style:normal;font-weight:950}.app-search-result.selected>i{background:#7455e8;color:#fff}.store-badge{display:inline-flex;padding:3px 6px;border-radius:6px;background:#e9efff;color:#315ca7;font-size:7px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.store-badge.google{background:#e6f8ef;color:#167950}@media(max-width:620px){.app-search-results{max-height:320px}.app-search-result{grid-template-columns:46px 1fr 27px;gap:9px;padding:9px}.app-search-result>img{width:46px;height:46px;border-radius:11px}.app-search-result>span>strong{font-size:12px}.app-search-result>span>small{font-size:8px}}.app-search-form:not(:has(button)){grid-template-columns:30px 1fr;padding-right:15px}.social-navigation .quiz-link.next:not(:disabled),.website-navigation .quiz-link.next:not(:disabled){min-width:0;width:auto;justify-self:end;padding:6px 10px;font-size:11px;line-height:1.2;animation:none}.competitor-app-icon{position:absolute;z-index:2;right:18px;top:61px;width:52px;height:52px;border-radius:14px;object-fit:cover;background:#eeeaf4;box-shadow:0 8px 20px rgba(46,31,68,.16)}.competitor-card:has(.competitor-app-icon) h3{padding-right:66px}.competitor-developer{position:relative;z-index:1;display:block;max-width:calc(100% - 66px);overflow:hidden;color:#83798d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.competitor-fetch-error{max-width:620px;margin:-17px auto 20px!important;padding:11px 14px;border:1px solid #eadfbf;border-radius:13px;background:#fffaf0;color:#755c20!important;font-size:11px!important}@media(max-width:620px){.social-navigation .quiz-link.next:not(:disabled),.website-navigation .quiz-link.next:not(:disabled){padding:6px 9px;font-size:10px}.competitor-app-icon{right:14px;top:55px;width:47px;height:47px;border-radius:12px}.competitor-card:has(.competitor-app-icon) h3{padding-right:58px}.competitor-developer{max-width:calc(100% - 58px);grid-column:1;font-size:8.5px}.competitor-fetch-error{margin:-12px 8px 16px!important}}.quiz-navigation .quiz-link{min-height:30px;padding:6px 9px;font-size:11px;line-height:1.2}.quiz-navigation .quiz-link.next:not(:disabled){min-width:0;width:auto;justify-self:end;padding:6px 10px;animation:none}@media(max-width:620px){.quiz-navigation .quiz-link{min-height:29px;padding:6px 8px;font-size:10px}.quiz-navigation .quiz-link.next:not(:disabled){padding:6px 9px}}