.intro-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:var(--gradient);opacity:1;transition:opacity .3s ease}.intro-loader--exiting{opacity:0;pointer-events:none}.intro-pinwheel-rotate{width:min(260px,56vw);height:min(260px,56vw);animation:introRotate 1.6s cubic-bezier(.65,0,.35,1) forwards}.intro-pinwheel-scale{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:clamp(10px,3vw,16px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.intro-pinwheel-scale--exit{transform:scale(1.7)}.intro-tile{background:#0a0a0a;border-radius:18%;display:flex;align-items:center;justify-content:center;overflow:hidden}.intro-tile__inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.5rem;text-align:center;color:var(--fg);font-family:var(--font-display);animation:introCounterRotate 1.6s cubic-bezier(.65,0,.35,1) forwards}.intro-tile__logo{font-weight:700;font-size:clamp(1rem,4vw,1.4rem);letter-spacing:.02em}.intro-tile__icon{font-size:clamp(1.4rem,5vw,2rem)}.intro-tile__word{font-weight:600;font-size:clamp(.75rem,3vw,1rem)}@keyframes introRotate{0%{transform:rotate(0)}33.333%{transform:rotate(90deg)}66.666%{transform:rotate(180deg)}to{transform:rotate(270deg)}}@keyframes introCounterRotate{0%{transform:rotate(0)}33.333%{transform:rotate(-90deg)}66.666%{transform:rotate(-180deg)}to{transform:rotate(-270deg)}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.75rem clamp(1.5rem,5vw,4rem);transition:background .3s ease,padding .3s ease,backdrop-filter .3s ease,transform .3s ease}.nav--scrolled{background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.1rem clamp(1.5rem,5vw,4rem);border-bottom:1px solid var(--border)}.nav--hidden{transform:translateY(-100%)}.nav__logo{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:.1em}.nav__links{display:flex;gap:clamp(1.25rem,3vw,2.5rem)}.nav__link{font-size:.9rem;color:var(--fg-dim);transition:color .2s ease}.nav__link:hover{color:var(--fg)}.nav__cta{font-size:.85rem;font-weight:600;padding:.55rem 1.2rem;border-radius:999px;background:var(--gradient);color:#0a0a0a;transition:transform .2s ease}.nav__cta:hover{transform:translateY(-2px)}.nav__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;border-radius:50%;border:1px solid transparent;background:transparent;flex-shrink:0}.nav__burger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--fg);transition:transform .25s ease,opacity .2s ease}.nav__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__sheet{display:none}@media (max-width: 640px){.nav__links,.nav__cta{display:none}.nav__burger{display:flex}.nav__sheet{position:fixed;top:0;left:0;right:0;z-index:99;display:flex;flex-direction:column;background:#0a0a0af7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:5.5rem 1.5rem 2rem;gap:.25rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .25s ease}.nav__sheet--open{transform:translateY(0);opacity:1;pointer-events:auto}.nav__sheet-link{padding:.9rem .25rem;font-size:1.05rem;color:var(--fg-dim);border-bottom:1px solid var(--border)}.nav__sheet-cta{margin-top:1.25rem;text-align:center;font-size:.95rem;font-weight:600;padding:.85rem 1.2rem;border-radius:999px;background:var(--gradient);color:#0a0a0a}}.camera-photo{position:relative;width:460px;max-width:82vw;aspect-ratio:1296 / 832;filter:drop-shadow(0 30px 60px rgba(0,0,0,.55))}.camera-photo__img{width:100%;height:100%;object-fit:contain;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.camera-photo__screen{position:absolute;left:11.7%;top:29%;width:50.5%;height:54%;overflow:hidden;border-radius:2px;background:#0b0c0e;display:flex;flex-direction:column}.camera-photo__tally{position:absolute;top:6px;right:8px;width:6px;height:6px;border-radius:50%;background:#ff3b3b;box-shadow:0 0 8px #ff3b3be6;animation:tallyPulse 1.4s ease-in-out infinite}@keyframes tallyPulse{0%,to{opacity:1}50%{opacity:.3}}@media (max-width: 640px){.camera-photo{width:340px}}.rings{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;will-change:transform,opacity}.ring-slot{position:absolute;translate:-50% -50%}.ring-scroll{width:100%;height:100%;will-change:transform;transform-origin:center}.ring-pulse{width:100%;height:100%;animation-name:ringPulse;animation-timing-function:ease-in-out;animation-iteration-count:infinite;will-change:transform;transform-origin:center}.ring-shape{width:100%;height:100%;box-sizing:border-box;border-style:solid;border-width:1px;border-radius:25%;transform-origin:center}@keyframes ringPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@media (prefers-reduced-motion: reduce){.ring-pulse{animation:none!important}}.screen-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--fg);height:100%;width:100%;padding:4% 5%}.screen-panel--video{padding:0;display:block;position:relative}.screen-panel__video-frame{display:block;border:none;position:absolute;top:0;left:50%;width:128%;height:128%;transform:translate(-50%)}.screen-panel__video-controls{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:center;gap:6px;padding:5px 7px;background:linear-gradient(to top,#000000b3,#0000);opacity:1;transition:opacity .3s ease}.screen-panel__video-controls--hidden{opacity:0;pointer-events:none}.screen-panel__video-btn{flex-shrink:0;width:16px;height:16px;border:none;background:none;color:#fff;font-size:.55rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.screen-panel__video-scrub{flex:1;height:3px;border-radius:999px;background:#ffffff4d;cursor:pointer;position:relative;touch-action:none}.screen-panel__video-scrub-fill{position:absolute;top:0;left:0;height:100%;border-radius:999px;background:#fff}.screen-panel__video-scrub-fill:after{content:"";position:absolute;right:-3px;top:50%;width:6px;height:6px;border-radius:50%;background:#fff;transform:translateY(-50%)}.screen-panel__video-time{flex-shrink:0;font-size:.45rem;color:#fff;font-variant-numeric:tabular-nums}@media (max-width: 640px){.screen-panel{gap:2px}}.hero-wrap{position:relative;height:260vh}.hero-sticky{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--bg)}.hero-sticky__gradient{position:absolute;top:96px;left:24px;right:24px;bottom:24px;z-index:0;border-radius:32px;background:var(--gradient);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:clamp(3.5rem,9vh,6rem);overflow:hidden}.hero-sticky__copy{text-align:center;padding:0 1.5rem}.hero-sticky__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em;line-height:1.02}.hero-sticky__ctas{display:flex;gap:.9rem;justify-content:center;margin-top:1.5rem}.pill-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.4rem;border-radius:999px;font-size:.95rem;font-weight:600;border:1.5px solid rgba(10,10,10,.5);transition:transform .2s ease,background .2s ease}.pill-btn--dark{color:#0a0a0a}.pill-btn:hover{transform:translateY(-2px);background:#0a0a0a14}.hero-sticky__stage{position:relative;z-index:1;margin-top:clamp(9rem,24vh,13rem);display:flex;align-items:center;justify-content:center}.hero-sticky__camera{position:relative;z-index:1}@media (max-width: 640px){.hero-sticky__gradient{padding-top:5.5rem}}.intro{padding:clamp(4rem,10vh,7rem) clamp(1.5rem,5vw,4rem);max-width:900px;margin:0 auto;text-align:center}.intro__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#ffffff0f;font-size:1.5rem;margin-bottom:2rem}.intro__title{font-size:clamp(1.75rem,4.5vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.01em}.intro__subtitle{margin-top:1.5rem;color:var(--fg-dim);font-size:1rem}.video-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#050508b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:clamp(1rem,8vh,6rem) 1.5rem 1.5rem;animation:video-lightbox-in .2s ease}@keyframes video-lightbox-in{0%{opacity:0}to{opacity:1}}.video-lightbox__frame{position:relative;width:min(1100px,92vw);aspect-ratio:16 / 9;max-height:82vh;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 40px 100px #0000008c}.video-lightbox__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-lightbox__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#ffffff8c;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.08),transparent 70%)}.video-lightbox__placeholder-icon{width:60px;height:60px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:1.2rem;padding-left:4px}.video-lightbox__close{position:fixed;top:6rem;right:clamp(1rem,3vw,2rem);width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.video-lightbox__close:hover{background:#ffffff38}.journey-wrap{position:relative;height:420vh}.journey-sticky{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 clamp(1.5rem,6vw,5rem);max-width:1300px;margin:0 auto;background:var(--bg)}.journey-text{position:relative;flex:1;min-width:280px;height:180px}.journey-text__group{position:absolute;right:0;bottom:0;left:0;top:50%;translate:0 -50%;height:fit-content}.journey-eyebrow{color:var(--fg-dim);font-size:.85rem;margin-bottom:1rem}.journey-heading{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.01em;line-height:1.1}.journey-stage{position:relative;width:460px;height:660px;flex-shrink:0;overflow:hidden;border-radius:32px}.journey-card{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-card);border-radius:32px;border:1px solid var(--border)}.journey-reel-mask{position:absolute;left:22px;right:22px;top:22px;overflow:hidden}.journey-row{position:absolute;left:0;right:0;top:0;will-change:transform}.journey-row__pill{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:16px;font-weight:700;font-size:1.3rem;white-space:nowrap;box-shadow:0 12px 28px #00000059}.journey-row__detail{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;gap:18px;padding:0 20px;cursor:pointer;border-radius:inherit;transition:background .2s ease}.journey-row__detail:hover{background:#ffffff0d}.journey-row__thumb{width:72px;height:72px;border-radius:14px;flex-shrink:0;background-color:#1a1a1d;background-size:cover;background-position:center}.journey-row__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.45rem}.journey-row__title{font-size:1.15rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journey-row__tag{align-self:flex-start;font-size:.85rem;font-weight:600;border-radius:999px;padding:.32rem .8rem}.journey-row__dur{font-size:1rem;color:var(--fg-dim);flex-shrink:0}.journey-row__chevron{color:var(--fg-dim);font-size:1.4rem;flex-shrink:0}@media (max-width: 860px){.journey-sticky{flex-direction:column;justify-content:center;gap:3rem}.journey-stage{width:340px;height:480px}.journey-reel-mask{left:16px;right:16px;top:16px}.journey-row__thumb{width:52px;height:52px;border-radius:12px}.journey-row__detail{gap:12px;padding:0 14px}.journey-row__title{font-size:.95rem}.journey-row__tag{font-size:.72rem;padding:.24rem .6rem}.journey-row__dur{font-size:.85rem}.journey-row__chevron{font-size:1.15rem}.journey-row__pill{font-size:1.05rem}}.goals-wrap{position:relative;height:400vh;margin-top:-142vh}.goals-sticky{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;z-index:2;pointer-events:none}.goals__center{position:relative;width:100%;height:100%}.goals__heading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;font-size:clamp(2.25rem,6vw,4rem);font-weight:700;letter-spacing:-.01em;padding:0 1.5rem}.goals__body{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.goals__eyebrow{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.2em;font-size:.75rem}.goals__stage{position:relative;display:flex;flex-direction:column;align-items:center}.goals__widget{position:absolute;top:0;left:50%;translate:-50% 0;display:flex;align-items:center;gap:.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.6rem 1.1rem .6rem .6rem;box-shadow:0 20px 40px #0006}.goals__widget-icon{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.goals__widget-stat{display:flex;flex-direction:column;line-height:1.15}.goals__widget-value{font-weight:700;font-size:1rem;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.goals__widget-label{font-size:.72rem;color:var(--fg-dim)}.goals__list{display:flex;flex-direction:column;align-items:center;padding-top:72px;gap:72px}.goals__item{height:72px;display:flex;align-items:center;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#3a3a3e;transition:color .3s ease}.goals__item--active{background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}@media (max-width: 640px){.goals__widget{gap:.55rem;padding:.45rem .85rem .45rem .45rem}.goals__widget-icon{width:30px;height:30px;font-size:1rem}.goals__list{padding-top:60px;gap:60px}.goals__item{height:56px}}.marquee-wrap{position:relative;height:340vh}.marquee-sticky{height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;background:var(--bg)}.marquee-row{display:flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;width:max-content;will-change:transform}.marquee-word{display:inline-flex;align-items:center;font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.75rem);font-weight:600;color:var(--fg-dim);padding:0 1.25rem}.marquee-row--a .marquee-word{color:#f7f7f424}.marquee-row--b .marquee-word{color:#f7f7f414}.marquee-dot{margin-left:1.25rem;color:var(--accent)}.marquee-text{position:relative;width:100%;max-width:900px;height:220px;text-align:center}.marquee-text__group{position:absolute;right:0;bottom:0;left:0;top:50%;translate:0 -50%;height:fit-content;opacity:0}.marquee-text__group--b,.marquee-text__group--c{opacity:0}.marquee-eyebrow{color:var(--fg-dim);font-size:.9rem;margin-bottom:1rem}.marquee-heading{font-size:clamp(2.25rem,6vw,4rem);font-weight:700;letter-spacing:-.01em;line-height:1.1}@media (max-width: 860px){.marquee-sticky{gap:1.5rem}}.content-types-wrap{position:relative;height:500vh}.content-types-sticky{position:sticky;top:0;overflow:hidden}.content-types{background:var(--paper);color:var(--ink);height:100vh;height:100dvh;padding:clamp(4.5rem,11vh,8rem) clamp(1.5rem,5vw,4rem);display:flex;flex-direction:column;justify-content:center}.content-types__viewport{position:relative;max-width:1200px;margin:0 auto;width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.content-types__left{display:flex;flex-direction:column;justify-content:center}.content-types__intro{overflow-x:visible;overflow-y:hidden}.content-types__eyebrow{color:var(--ink-dim);font-size:.9rem;margin-bottom:1rem}.content-types__heading-row{position:relative;display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.content-types__heading{font-size:clamp(2.25rem,6vw,4rem);font-weight:700;line-height:1;letter-spacing:-.02em}.content-types__stickers{position:relative;align-self:flex-end;height:90px;flex:1;min-width:540px}.sticker{position:absolute;padding:.55rem 1.2rem;border-radius:10px;font-weight:700;color:#0a0a0a;font-size:.95rem;white-space:nowrap;box-shadow:0 8px 16px #00000026;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-family:inherit}.sticker:focus-visible{outline:2px solid #0a0a0a;outline-offset:2px}.content-types__rail{max-width:420px}.content-types__rail-icons{display:flex;gap:.75rem;margin-bottom:2rem}.content-types__rail-icon{width:52px;height:52px;border-radius:50%;background:#0a0a0a0f;font-size:1.3rem;display:flex;align-items:center;justify-content:center;transition:background .25s ease,transform .2s ease}.content-types__rail-icon--active{transform:scale(1.08)}.content-types__detail{position:relative}.content-types__title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;margin-bottom:1rem}.content-types__desc{color:var(--ink-dim);font-size:1.05rem;line-height:1.65;max-width:420px}.content-types__stream{position:relative;height:100%;overflow:hidden}.content-types__card{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:45vw;max-width:560px;min-width:280px;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:cover,cover;background-position:center,center;box-shadow:0 30px 60px #0003;will-change:transform}.content-types__card-video{position:absolute;top:0;left:50%;width:128%;height:128%;transform:translate(-50%);border:none}.content-types__play{position:relative;z-index:1;width:60px;height:60px;border-radius:50%;background:#ffffffe6;color:#0a0a0a;display:flex;align-items:center;justify-content:center;font-size:1.1rem;padding-left:4px}@media (max-width: 860px){.content-types__viewport{grid-template-columns:1fr}.content-types__stickers{display:none}.content-types__card{width:70vw}}.content-types--static{height:auto;display:block;padding:clamp(4.5rem,11vh,8rem) clamp(1.5rem,5vw,4rem)}.content-types--static .content-types__heading{max-width:900px}.content-types__static-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.sticker--static{position:static}.content-types__static-list{max-width:720px;margin:3rem auto 0;display:flex;flex-direction:column;gap:3rem}.content-types__static-item .content-types__rail-icons{margin-bottom:1.25rem}.content-types__card--static{position:relative;width:100%;max-width:none;aspect-ratio:16 / 10;border-radius:24px;margin-top:1.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:cover,cover;background-position:center,center}.production{padding:clamp(4.5rem,11vh,8rem) clamp(1.5rem,5vw,4rem);max-width:1200px;margin:0 auto}.production__eyebrow{color:var(--fg-dim);font-size:.85rem;margin-bottom:.75rem}.production__heading{font-size:clamp(1.9rem,4.5vw,2.75rem);font-weight:700;letter-spacing:-.01em;margin-bottom:3rem}.production__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.production-step{border-radius:24px;padding:2.5rem 1.75rem;min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.6rem;color:#fff}.production-step__value{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;font-family:var(--font-display);line-height:1.1}.production-step__label{font-size:.95rem;color:#ffffffd9;line-height:1.4}.production-step__details{list-style:none;margin-top:1.25rem;display:flex;flex-direction:column;gap:.65rem;text-align:left;max-width:230px}.production-step__details li{position:relative;padding-left:1rem;font-size:.82rem;line-height:1.45;color:#ffffffb8}.production-step__details li:before{content:"•";position:absolute;left:0;top:0;color:#ffffff8c}@media (max-width: 900px){.production__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.production__grid{grid-template-columns:1fr}}.testimonials{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:clamp(4.5rem,11vh,8rem) clamp(1.5rem,5vw,4rem);text-align:center}.testimonials__eyebrow{color:var(--fg-dim);font-size:.85rem;margin-bottom:.75rem}.testimonials__heading{font-size:clamp(1.9rem,4.5vw,2.75rem);font-weight:700;margin-bottom:3.5rem}.testimonials__carousel{display:flex;align-items:center;justify-content:center;gap:1.5rem}.testimonials__arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);color:var(--fg);font-size:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease}.testimonials__arrow:hover{background:#ffffff0f}.testimonials__stage{position:relative;width:min(1080px,84vw)}.testimonials__row{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{width:100%;height:320px;background-color:#2a1fbf;background-size:cover,cover;background-position:center,center;border-radius:24px;padding:1.75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;color:#fff;text-align:left;box-shadow:0 30px 60px #0006}@media (max-width: 900px){.testimonials__row{grid-template-columns:1fr}.testimonials__carousel{flex-direction:column;gap:1.25rem}}.testimonial-card__avatar{width:36px;height:36px;border-radius:50%;background:#ffffff40;box-shadow:0 2px 10px #000000b3}.testimonial-card__name{font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.95),0 4px 16px rgba(0,0,0,.8)}.testimonial-card__role{font-size:.78rem;opacity:.9;text-shadow:0 1px 3px rgba(0,0,0,.95),0 4px 16px rgba(0,0,0,.8)}.testimonial-card__stars{color:#ffe45e;letter-spacing:.1em;text-shadow:0 1px 3px rgba(0,0,0,.95),0 4px 16px rgba(0,0,0,.8)}.testimonial-card__quote{font-size:.95rem;line-height:1.5;opacity:1;text-shadow:0 1px 3px rgba(0,0,0,.95),0 4px 16px rgba(0,0,0,.8)}.testimonial-card__date{margin-top:auto;font-size:.75rem;opacity:.85;text-shadow:0 1px 3px rgba(0,0,0,.95),0 4px 16px rgba(0,0,0,.8)}.pricing{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:clamp(4.5rem,11vh,8rem) clamp(1.5rem,5vw,4rem);max-width:1200px;margin:0 auto;text-align:center}.pricing__heading{font-size:clamp(2.1rem,5vw,3.1rem);font-weight:700;margin-bottom:clamp(3rem,6vh,4.5rem)}.pricing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,2.5vw,2.25rem);text-align:left;width:100%}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:22px;padding:clamp(2rem,2.5vw,2.75rem);display:flex;flex-direction:column;gap:1.5rem;min-height:clamp(420px,48vh,480px)}.pricing-card--highlight{border:1.5px solid transparent;background:linear-gradient(var(--bg-card),var(--bg-card)) padding-box,var(--gradient) border-box}.pricing-card__name{color:var(--fg-dim);font-size:.9rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.pricing-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.15rem .5rem}.pricing-card__price{font-size:clamp(2.5rem,3.2vw,3.25rem);font-weight:700;font-family:var(--font-display)}.pricing-card__period{color:var(--fg-dim);font-size:.85rem;white-space:nowrap}.pricing-card__features{list-style:none;display:flex;flex-direction:column;gap:.85rem;font-size:.95rem;color:var(--fg-dim);flex:1}.pricing-card__cta{text-align:center;padding:.9rem;border-radius:999px;background:#ffffff0f;font-weight:600;font-size:.98rem;transition:background .2s ease}.pricing-card--highlight .pricing-card__cta{background:var(--gradient);color:#0a0a0a}.pricing-card__cta:hover{background:#ffffff1f}.final-cta{padding:clamp(3rem,8vh,6rem) clamp(1.5rem,5vw,4rem) clamp(4rem,10vh,7rem);max-width:1200px;margin:0 auto}.final-cta__card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:32px;padding:clamp(2.5rem,6vw,5rem);display:flex;justify-content:center;overflow:hidden;text-align:center}.final-cta__text{max-width:560px;display:flex;flex-direction:column;align-items:center}.final-cta__heading{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.05;letter-spacing:-.01em}.final-cta__features{list-style:none;margin-top:1.75rem;display:flex;flex-direction:column;gap:.6rem;color:var(--fg-dim)}.final-cta__ctas{display:flex;justify-content:center;gap:.9rem;margin-top:2rem;flex-wrap:wrap}.pill-btn--solid{background:var(--gradient);color:#0a0a0a;border:none}.pill-btn--outline{color:var(--fg);border:1.5px solid var(--border)}.footer{padding:0 clamp(1.5rem,5vw,4rem) 2.5rem;max-width:1200px;margin:0 auto}.footer__bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:1.25rem 1.75rem;margin-bottom:3rem;flex-wrap:wrap}.footer__bar-left{display:flex;align-items:center;gap:1rem;font-weight:600}.footer__logo{width:40px;height:40px;border-radius:10px;background:var(--gradient);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;color:#0a0a0a;font-size:.75rem}.footer__grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.footer__brand{color:var(--fg-dim);font-size:.9rem;display:flex;flex-direction:column;gap:.4rem}.footer__links{display:flex;gap:3.5rem}.footer__col{display:flex;flex-direction:column;gap:.6rem;font-size:.9rem;color:var(--fg-dim)}.footer__col a:hover{color:var(--fg)}.footer__socials{display:flex;gap:.75rem}.footer__social{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.85rem}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;color:var(--fg-dim);font-size:.85rem}.footer__bottom a:hover{color:var(--fg)}@media (max-width: 640px){.footer__grid{flex-direction:column}.footer__links{gap:2rem}}:root{--bg: #060606;--bg-alt: #101012;--bg-card: #1a1a1d;--fg: #f7f7f4;--fg-dim: #a3a3a8;--paper: #f7f5f0;--ink: #0a0a0a;--ink-dim: #55555c;--accent: #ff7a45;--accent-2: #b455ff;--accent-3: #4d8dff;--gradient: linear-gradient(120deg, #ff7a45 0%, #ff4d94 40%, #b455ff 75%, #4d8dff 100%);--border: rgba(247, 247, 244, .1);--border-light: rgba(10, 10, 10, .1);--font-display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;--font-body: "Inter", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:96px}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}::selection{background:var(--accent);color:#0a0a0a}
