.nav{position:fixed;top:0;left:0;right:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:18px 36px;background:linear-gradient(180deg,rgba(4,4,10,.72) 0%,transparent 100%);backdrop-filter:blur(12px)}.nav .brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.nav-links{display:flex;align-items:center;justify-content:center;gap:6px}@media(max-width:980px){.nav-links{display:none}}.nav-link{color:#ffffffc7;font-size:14px;font-weight:600;text-decoration:none;padding:10px 14px;border-radius:8px;display:inline-flex;align-items:center;gap:5px;transition:.15s var(--ease)}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link.has-caret:after{content:"▾";font-size:10px;color:#ffffff8c;margin-top:1px}.nav-link:hover.has-caret:after{color:#fff}.nav-cta-row{display:flex;align-items:center;gap:10px}.cta-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:20px 38px;border-radius:16px;cursor:pointer;text-decoration:none;background:linear-gradient(180deg,#fb923c,#f97316);color:#0a0a14;font-family:Space Grotesk,sans-serif;font-weight:800;font-size:18px;letter-spacing:-.01em;box-shadow:0 18px 38px -10px #f9731699,0 6px 14px -3px #f9731673,inset 0 0 0 1px #ffffff38,inset 0 -2px #0000001a;transition:.18s var(--ease);border:0}.cta-pill:hover{transform:translateY(-2px);box-shadow:0 24px 48px -10px #f97316b3,0 8px 18px -3px #f973168c,inset 0 0 0 1px #ffffff47}.cta-pill:after{content:"→";font-weight:800;font-size:19px}.cta-pill.is-compact{padding:10px 18px;font-size:14px;border-radius:12px;gap:6px}.cta-pill.is-compact:after{font-size:15px}.cta-pill.is-ghost{background:#ffffff0f;color:#fff;border:1.5px solid rgba(255,255,255,.22);box-shadow:none;font-weight:700;font-size:17px;padding:19px 30px}.cta-pill.is-ghost:after{content:""}.cta-pill.is-ghost:hover{background:#ffffff1f;border-color:#ffffff73;transform:translateY(-1px)}.nav-signin{color:#ffffffd9;font-size:13.5px;font-weight:600;text-decoration:none;padding:10px 4px;transition:.15s var(--ease)}.nav-signin:hover{color:#fff}@media(max-width:600px){.nav-signin{display:none}}.as-seen{margin-top:36px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.as-seen-label{font-size:11px;color:#ffffff73;text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-family:Space Grotesk,sans-serif}.as-seen-row{display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:nowrap;opacity:.55;width:100%}@media(max-width:760px){.as-seen-row{gap:14px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}}@media(max-width:760px){.as-seen-row::-webkit-scrollbar{display:none}}.press{display:inline-flex;align-items:center;flex-shrink:0;font-family:Space Grotesk,sans-serif;color:#ffffffbf;transition:.18s var(--ease);white-space:nowrap}.as-seen-row:hover{opacity:.85}.press.forbes{font-family:Times New Roman,serif;font-weight:700;font-size:19px;letter-spacing:-.02em;font-style:italic}.press.tc{font-weight:700;font-size:13.5px;letter-spacing:.02em}.press.tc .accent{color:#00b067}.press.verge{font-weight:800;font-size:13.5px;letter-spacing:-.01em;text-transform:uppercase}.press.bi{font-weight:800;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.press.mash{font-weight:700;font-size:14px;letter-spacing:-.005em}.press.fast{font-weight:700;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase}.press.fast .accent{background:#ffce00;color:#0a0a14;padding:2px 6px;border-radius:3px;margin-right:4px;font-size:10.5px}.hero{position:relative;width:100%;height:100vh;min-height:780px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.hero-mosaic{position:absolute;inset:0;z-index:0;display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:1fr;gap:6px;padding:6px;opacity:.32;filter:blur(2px);animation:mosaicDrift 60s linear infinite;transform:scale(1.05)}@keyframes mosaicDrift{0%{transform:translateY(0) scale(1.05)}50%{transform:translateY(-3%) scale(1.07)}to{transform:translateY(0) scale(1.05)}}@media(max-width:760px){.hero-mosaic{grid-template-columns:repeat(3,1fr)}}.mtile{aspect-ratio:1/1.05;border-radius:14px;overflow:hidden;background:#0a0a14;position:relative}.mtile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 8s ease-in-out}.mtile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.5))}.mtile:nth-child(odd) img{transform:scale(1.04)}.hero-veil{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse at center,#04040a73,#04040ad9 55%,#04040af2)}.hero-fg{position:relative;z-index:2;width:100%;max-width:1280px;padding:0 36px;display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;text-align:left}@media(max-width:980px){.hero-fg{grid-template-columns:1fr;gap:40px;text-align:left}}.hero-text{display:flex;flex-direction:column;align-items:flex-start}.hero-fg .marker{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;font-size:11px;color:#fff;font-weight:700;background:#ffffff14;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.14em;margin-bottom:28px}.hero-fg .marker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}.hero-fg h1{font-family:Space Grotesk;font-size:84px;font-weight:700;line-height:.96;letter-spacing:-.035em;margin-bottom:24px;color:#fff;max-width:840px}@media(max-width:980px){.hero-fg h1{font-size:60px;line-height:1}}@media(max-width:560px){.hero-fg h1{font-size:40px;line-height:1.05}}.hero-fg h1 .accent{background:linear-gradient(90deg,#a855f7,#22d3ee,#10ffaf);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-fg .sub{color:#ffffffc7;font-size:20px;line-height:1.5;max-width:620px;margin:0 0 36px}@media(max-width:760px){.hero-fg .sub{font-size:16px}}.hero-ctas{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;aspect-ratio:1/1.05;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#a855f729,#22d3ee1a);box-shadow:0 60px 120px -30px #a855f773,0 0 0 1px #a855f733}.hero-visual-grid{position:absolute;inset:18px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}.hero-tile{position:relative;border-radius:18px;overflow:hidden;background:#0a0a14}.hero-tile img{width:100%;height:100%;object-fit:cover;display:block}.hero-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.7))}.hero-tile .tag{position:absolute;left:10px;bottom:10px;color:#fff;z-index:1;font-family:Space Grotesk;font-weight:700;font-size:12.5px;text-shadow:0 1px 3px rgba(0,0,0,.6);line-height:1.2}.hero-tile .niche{display:block;font-size:9px;color:#22d3ee;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-weight:700}.hero-tile .live-dot{position:absolute;top:10px;left:10px;z-index:1;display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:5px;background:#0000008c;backdrop-filter:blur(8px);color:#10ffaf;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero-tile .live-dot:before{content:"";width:5px;height:5px;border-radius:50%;background:#10ffaf;box-shadow:0 0 6px #10ffaf}.hero-tile .followers-pill{position:absolute;top:10px;left:10px;z-index:1;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:5px;background:#0009;backdrop-filter:blur(8px);color:#fff;font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:800;letter-spacing:-.005em;border:1px solid rgba(255,255,255,.1)}.hero-tile .followers-pill svg{width:9px;height:9px;color:#22d3ee;flex-shrink:0}.showreel{background:#070710;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:32px 0 48px;overflow:hidden;position:relative}.showreel-caption{text-align:center;color:#ffffffc7;font-family:Space Grotesk,sans-serif;font-size:15.5px;font-weight:600;letter-spacing:-.005em;line-height:1.4;max-width:780px;margin:0 auto 28px;padding:0 24px}.showreel-caption .accent{background:linear-gradient(90deg,#a855f7,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.showreel .marquee{display:flex;gap:18px;animation:scrollX 40s linear infinite;width:max-content}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-50%)}}.showreel-tile{width:260px;aspect-ratio:9/14;border-radius:18px;overflow:hidden;background:#0a0a14;position:relative;flex-shrink:0;box-shadow:0 20px 50px -16px #00000080}.showreel-tile img{width:100%;height:100%;object-fit:cover;display:block}.showreel-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.85))}.showreel-tile .lbl{position:absolute;left:16px;right:16px;bottom:14px;color:#fff;z-index:1;font-family:Space Grotesk;font-weight:700;font-size:15px;letter-spacing:-.005em;text-shadow:0 1px 4px rgba(0,0,0,.7)}.showreel-tile .lbl .niche{display:block;font-size:10px;color:#22d3ee;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-weight:700}.showreel-tile .followers-pill{position:absolute;top:14px;left:14px;z-index:1;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:6px;background:#0009;backdrop-filter:blur(8px);color:#fff;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:800;letter-spacing:-.005em;border:1px solid rgba(255,255,255,.1)}.showreel-tile .followers-pill svg{width:11px;height:11px;color:#22d3ee;flex-shrink:0}.showreel-tile .followers-pill .lbl-small{font-size:9px;font-weight:600;color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em;margin-left:2px}.section{max-width:1280px;margin:0 auto;padding:120px 36px;position:relative}@media(max-width:760px){.section{padding:80px 24px}}.section-band{background:#06060e;border-bottom:1px solid rgba(255,255,255,.04)}.section-eyebrow{display:inline-block;font-family:Space Grotesk;font-size:11px;font-weight:700;color:#22d3ee;text-transform:uppercase;letter-spacing:.18em;margin-bottom:18px}.section h2.display,.display{font-family:Space Grotesk;color:#fff;font-size:64px;letter-spacing:-.03em;line-height:1.05;margin-bottom:18px;font-weight:700}@media(max-width:760px){.section h2.display,.display{font-size:40px}}.section .sub,.hiw .sub{color:#ffffffa6;font-size:17px;max-width:580px;line-height:1.55}.stats-strip{max-width:1320px;margin:96px auto 0;padding:0 36px}.stats-strip .stats-eyebrow{display:flex;align-items:center;gap:14px;font-family:Space Grotesk;font-weight:700;font-size:11px;color:#22d3ee;text-transform:uppercase;letter-spacing:.18em;margin-bottom:24px}.stats-strip .stats-eyebrow:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(34,211,238,.3),transparent)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.stats-grid{grid-template-columns:1fr}}.stat-card{position:relative;background:linear-gradient(180deg,#0e0e1a,#08080f);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:32px 28px;overflow:hidden;transition:.22s ease}.stat-card:hover{border-color:#22d3ee4d;transform:translateY(-2px)}.stat-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;background:radial-gradient(380px 180px at 20% 0%,rgba(168,85,247,.1),transparent 60%);opacity:.65}.stat-card .num{position:relative;z-index:1;font-family:Space Grotesk,sans-serif;font-weight:800;font-size:64px;line-height:1;letter-spacing:-.035em;background:linear-gradient(180deg,#67e8f9,#22d3ee,#10ffaf);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:14px;font-variant-numeric:tabular-nums}@media(max-width:1100px){.stat-card .num{font-size:54px}}.stat-card.is-secondary .num{background:linear-gradient(180deg,#fff,#d6d6f0);-webkit-background-clip:text;background-clip:text}.stat-card .label{position:relative;z-index:1;font-size:14.5px;color:#b6b6cc;line-height:1.5;margin-bottom:14px;max-width:260px}.stat-card .delta{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:12.5px;color:#10ffaf;padding:6px 10px;border-radius:8px;background:#10ffaf14;border:1px solid rgba(16,255,175,.22)}.stat-card .delta .arrows{color:#10ffaf;font-size:11px;letter-spacing:-.5px}.replace-strip{max-width:1280px;margin:80px auto 0;padding:32px 36px;background:linear-gradient(135deg,#a855f71a,#22d3ee0f);border:1px solid rgba(255,255,255,.08);border-radius:22px;display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:center}@media(max-width:880px){.replace-strip{grid-template-columns:1fr;text-align:center;padding:28px 22px;gap:22px}}.mid-cta{max-width:1280px;margin:36px auto 80px;padding:0 36px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.mid-cta-tight{margin:32px auto 0;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:14px}.mid-cta .cta-pill{min-width:240px;justify-content:center}.mid-cta-fineprint{color:#ffffff8c;font-size:13px;letter-spacing:.01em}@media(max-width:640px){.mid-cta{padding:0 22px;margin:28px auto 56px}.mid-cta .cta-pill{width:100%;min-width:0}}.hiw-cta-row{margin-top:40px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px}@media(max-width:640px){.hiw-cta-row .cta-pill{width:100%;justify-content:center}}.replace-strip .left h3{font-family:Space Grotesk;font-size:26px;color:#fff;letter-spacing:-.02em;line-height:1.15;margin-bottom:8px}.replace-strip .left p{color:#ffffffa6;font-size:14px;line-height:1.55;max-width:380px}@media(max-width:880px){.replace-strip .left p{margin:0 auto}}.replace-strip .replaced{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center}.replaced-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;background:#00000059;border:1px solid rgba(255,255,255,.1);font-family:Space Grotesk,sans-serif;font-size:12px;color:#ffffff8c;font-weight:600;position:relative}.replaced-chip:after{content:"";position:absolute;left:14%;right:14%;top:50%;height:1px;background:#ffffff73;transform:rotate(-8deg)}.replaced-chip strong{color:#ffffffd9;font-weight:700}.replaced-arrow{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#22d3ee);color:#0a0a14;font-size:14px;font-weight:800;flex-shrink:0;box-shadow:0 8px 20px -6px #a855f780}.replaced-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:999px;background:#10ffaf1a;border:1px solid rgba(16,255,175,.3);font-family:Space Grotesk,sans-serif;font-size:12px;color:#10ffaf;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.replaced-tag:before{content:"✓"}.hiw{max-width:1280px;margin:0 auto;padding:80px 36px}@media(max-width:760px){.hiw{padding:60px 24px}}.howbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;margin-bottom:40px}@media(max-width:980px){.howbox-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}.howbox{display:flex;flex-direction:column;gap:20px;position:relative;background:linear-gradient(180deg,#0e0e1a,#08080f);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:36px 32px;text-decoration:none;color:#fff;overflow:hidden;transition:.22s ease;min-height:340px;cursor:pointer}.howbox:before{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;background:radial-gradient(420px 240px at 20% 0%,rgba(168,85,247,.14),transparent 60%);opacity:.7;transition:.22s ease}.howbox.is-mid:before{background:radial-gradient(420px 240px at 50% 0%,rgba(34,211,238,.16),transparent 60%)}.howbox.is-paid:before{background:radial-gradient(420px 240px at 80% 0%,rgba(16,255,175,.12),transparent 60%)}.howbox:hover{border-color:#a855f773;transform:translateY(-4px);box-shadow:0 30px 60px -20px #a855f766}.howbox.is-mid:hover{border-color:#22d3ee73;box-shadow:0 30px 60px -20px #22d3ee66}.howbox.is-paid:hover{border-color:#10ffaf66;box-shadow:0 30px 60px -20px #10ffaf59}.howbox-num{position:relative;z-index:1;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:11px;color:#22d3ee;letter-spacing:.18em;text-transform:uppercase}.howbox-title{position:relative;z-index:1;font-family:Space Grotesk,sans-serif;font-weight:800;font-size:38px;line-height:1;letter-spacing:-.025em;text-transform:uppercase;color:#fff;margin:0}@media(max-width:760px){.howbox-title{font-size:30px}}.howbox-desc{position:relative;z-index:1;color:#ffffffad;font-size:15px;line-height:1.55;margin:0;flex:1}.howbox-arrow{position:relative;z-index:1;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#22d3ee);color:#0a0a14;font-size:22px;font-weight:800;box-shadow:0 12px 28px -8px #a855f780;transition:.22s ease}.howbox.is-mid .howbox-arrow{background:linear-gradient(135deg,#22d3ee,#10ffaf)}.howbox.is-paid .howbox-arrow{background:linear-gradient(135deg,#10ffaf,#a855f7)}.howbox:hover .howbox-arrow{transform:translate(4px) scale(1.05)}.tcard-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;max-width:1280px;margin-left:auto;margin-right:auto}@media(max-width:960px){.tcard-row{grid-template-columns:1fr;max-width:560px}}.tcard{background:#0d0d18;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:18px;transition:.22s ease}.tcard:hover{border-color:#22d3ee4d;transform:translateY(-2px)}.tcard .stars{display:inline-flex;gap:3px;color:#facc15;font-size:16px;letter-spacing:2px}.tcard .quote{font-family:Inter;font-size:16px;font-weight:400;line-height:1.55;color:#f4f4ff;margin:0;flex:1}.tcard .divider{height:1px;background:#ffffff14;margin:4px 0}.tcard .who{display:flex;align-items:center;gap:14px}.tcard .who .pfp{width:46px;height:46px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#a855f7,#22d3ee);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.tcard .who .pfp img{width:100%;height:100%;object-fit:cover;display:block}.tcard .who .text .name{font-family:Space Grotesk;font-weight:700;font-size:15px;color:#f4f4ff;letter-spacing:-.005em}.tcard .who .text .meta{font-size:12.5px;color:#7c7c95;margin-top:2px;line-height:1.4}.tcard .who .text .meta .outcome{color:#10ffaf;font-weight:700;font-family:Space Grotesk}.hero-trustpilot{display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:8px 0;color:inherit;width:fit-content}.hero-trustpilot .stars{display:inline-flex;gap:1px}.hero-trustpilot .star{width:18px;height:18px;background:#00b67a;display:grid;place-items:center;color:#fff;font-size:11px;line-height:1;font-weight:800;border-radius:2px}.hero-trustpilot .tp-label{font-family:Space Grotesk;font-weight:700;font-size:13px;color:#fff;display:inline-flex;align-items:center;gap:5px}.hero-trustpilot .tp-label:before{content:"★";color:#00b67a;font-size:14px}.hero-trustpilot .tp-meta{font-size:11.5px;color:#ffffffb3;font-weight:600}.hero-trustpilot .tp-meta strong{color:#fff;font-family:Space Grotesk;font-weight:700}@media(max-width:980px){.hero-trustpilot{margin-left:auto;margin-right:auto}}.faq-list{max-width:880px;margin:56px auto 0;display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.08)}.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.faq-item summary{list-style:none;cursor:pointer;padding:28px 12px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-family:Space Grotesk;font-weight:600;font-size:22px;color:#fff;letter-spacing:-.01em;line-height:1.2}@media(max-width:760px){.faq-item summary{font-size:17px;padding:20px 8px}}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:28px;color:#ffffff80;transition:.18s ease;font-weight:300;line-height:1;flex-shrink:0}.faq-item[open] summary:after{transform:rotate(45deg);color:#22d3ee}.faq-item .answer{padding:0 12px 28px;color:#ffffffa6;font-size:15px;line-height:1.7;max-width:680px}.faq-item .answer a{color:#22d3ee;font-weight:600}.final{position:relative;padding:140px 36px;text-align:center;color:#fff;background:radial-gradient(800px 400px at 50% 100%,rgba(34,211,238,.18),transparent 60%),radial-gradient(900px 500px at 50% 0%,rgba(168,85,247,.16),transparent 60%),#04040a;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:760px){.final{padding:80px 24px}}.final h2{font-family:Space Grotesk;font-size:80px;line-height:.95;letter-spacing:-.035em;margin-bottom:24px;font-weight:700}@media(max-width:760px){.final h2{font-size:44px}}.final p{color:#ffffffb3;font-size:17px;max-width:580px;margin:0 auto 36px;line-height:1.55}.final .hero-ctas{justify-content:center;flex-wrap:wrap}@media(max-width:640px){.final .hero-ctas .cta-pill{width:100%;justify-content:center}}.footer{background:#06060e;border-top:1px solid rgba(255,255,255,.06);padding:64px 36px 32px;color:#ffffff8c;font-size:13.5px}@media(max-width:760px){.footer{padding:48px 24px 24px}}.footer-cols{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.06)}@media(max-width:1100px){.footer-cols{grid-template-columns:1fr 1fr 1fr;gap:36px}}@media(max-width:680px){.footer-cols{grid-template-columns:1fr 1fr}}.footer-brand-col{display:flex;flex-direction:column;gap:18px}.footer-brand-col .brand{color:#fff;font-size:18px}.footer-brand-col p{color:#ffffff8c;font-size:13.5px;line-height:1.6;margin:0;max-width:280px}.footer-trustpilot{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:#00b67a1a;border:1px solid rgba(0,182,122,.28);width:fit-content}.footer-trustpilot .stars{display:inline-flex;gap:1px}.footer-trustpilot .star{width:14px;height:14px;background:#00b67a;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:800}.footer-trustpilot .label{font-family:Space Grotesk;font-size:12px;font-weight:700;color:#fff}.footer-trustpilot .meta{font-size:10.5px;color:#fff9}.footer-socials{display:flex;align-items:center;gap:10px;margin-top:6px}.footer-socials a{width:36px;height:36px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffa6;display:grid;place-items:center;font-size:14px;text-decoration:none;transition:.15s ease}.footer-socials a:hover{color:#fff;background:#ffffff1f;border-color:#ffffff40}.footer-col h4{font-family:Space Grotesk;font-size:11px;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.14em;margin-bottom:18px}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}.footer-col a{color:#ffffff8c;text-decoration:none;font-size:13px;font-weight:500;transition:.15s ease}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:12.5px;color:#ffffff73}.footer-bottom .legal-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.footer-bottom a{color:#ffffff8c;text-decoration:none;transition:.15s ease}.footer-bottom a:hover{color:#fff}.brand-mark{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#a855f7,#22d3ee);display:grid;place-items:center;font-family:Space Grotesk,sans-serif;font-weight:800;font-size:17px;color:#0a0a14}.brand-name{font-family:Space Grotesk,sans-serif;font-weight:800;font-size:18px;letter-spacing:-.01em}.brand-name span{background:linear-gradient(90deg,#a855f7,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent}
