.hero{text-align:center;padding-top:150px;padding-bottom:40px;position:relative;overflow:hidden}.hero__inner{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.hero__announce{-webkit-backdrop-filter:blur(14px)saturate(1.4);backdrop-filter:blur(14px)saturate(1.4);height:36px;color:var(--ink-soft);background:linear-gradient(165deg,#fffffff2,#faf8f69e);border:1px solid #ffffffd9;border-radius:999px;align-items:center;gap:10px;margin-bottom:30px;padding:0 14px 0 6px;font-size:13.5px;font-weight:450;transition:transform .18s;display:inline-flex;box-shadow:0 10px 26px #1411111a,inset 0 1.5px #fffffff2,inset 0 -2px 2px #786e6929}.hero__announce:hover{transform:translateY(-1px)}.hero__announce-badge{background:var(--red);color:#fff;border-radius:999px;place-items:center;height:22px;padding-inline:9px;font-size:12px;font-weight:600;display:inline-grid;box-shadow:inset 0 1px #ffffff73,inset 0 -1.5px 2px #7800004d}.hero__title{max-width:16ch;margin:0 auto}.hero__title span{display:block}.hero__sub{max-width:38ch;color:var(--body);margin-top:26px;font-size:clamp(15px,1.35vw,18px);line-height:1.5}.hero__sub strong{color:var(--ink);font-weight:600}.hero-deck{place-items:center;width:100%;height:440px;margin-top:30px;display:grid;position:relative}.hero-deck__stack{width:268px;height:384px;position:relative}.hero-card{cursor:grab;background:#15100f;border-radius:26px;position:absolute;inset:0;overflow:hidden;box-shadow:0 30px 60px #ff3c3247,0 10px 24px #00000014}.hero-card__video{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.hero-card__glow{border-radius:inherit;mix-blend-mode:multiply;pointer-events:none;background:linear-gradient(170deg,#ff503c47,#ff2d231f 55%,#ff463233),radial-gradient(120% 90%,#0000 52%,#b4191266 100%);position:absolute;inset:0}.hero-card__stamp{font-family:var(--font-display);letter-spacing:.06em;z-index:5;pointer-events:none;border:3px solid;border-radius:10px;padding:5px 14px;font-size:22px;font-weight:800;position:absolute;top:26px}.hero-card__stamp--post{color:#21c466;border-color:#21c466;left:18px;transform:rotate(-16deg)}.hero-card__stamp--skip{color:#ff3b30;border-color:#ff3b30;right:18px;transform:rotate(16deg)}.hero-deck__swipe{z-index:50;pointer-events:none;position:absolute;bottom:46px;left:50%;transform:translate(-50%)}.hero-deck__swiper{will-change:transform;align-items:center;gap:5px;animation:2.6s ease-in-out infinite hand-swipe;display:flex}.hero-deck__hand{color:#fff;filter:drop-shadow(0 2px 6px #0009);flex:none;width:34px;height:34px;animation:2.6s ease-in-out infinite hand-tilt}.hero-deck__lines{color:#fff;opacity:0;filter:drop-shadow(0 1px 3px #0000008c);flex:none;width:14px;height:22px}.hero-deck__lines--l{animation:2.6s ease-in-out infinite lines-right}.hero-deck__lines--r{animation:2.6s ease-in-out infinite lines-left}@keyframes hand-swipe{0%{transform:translate(0)}16%{transform:translate(24px)}38%{transform:translate(0)}56%{transform:translate(0)}74%{transform:translate(-24px)}96%,to{transform:translate(0)}}@keyframes hand-tilt{0%{transform:rotate(0)}16%{transform:rotate(11deg)}38%{transform:rotate(0)}56%{transform:rotate(0)}74%{transform:rotate(-11deg)}96%,to{transform:rotate(0)}}@keyframes lines-right{0%,4%{opacity:0}16%{opacity:1}32%,to{opacity:0}}@keyframes lines-left{0%,60%{opacity:0}74%{opacity:1}90%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-deck__swiper,.hero-deck__hand,.hero-deck__lines{animation:none}}.hero-stat{z-index:2;opacity:.25;will-change:transform, opacity;width:240px;position:absolute}.hero-stat__img{filter:drop-shadow(0 18px 38px #0000002e);width:100%;height:auto;animation:6s ease-in-out infinite hero-float;display:block}.hero-stat--ig .hero-stat__img{animation-delay:1.2s}.hero-stat--yt .hero-stat__img{animation-delay:.6s}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.hero-stat--tt{top:30px;left:max(8px,50% - 410px);transform:translate(280px,190px)scale(.45)}.hero-stat--ig{top:150px;right:max(8px,50% - 420px);transform:translate(-290px,70px)scale(.45)}.hero-stat--yt{top:290px;left:max(8px,50% - 380px);transform:translate(250px,-70px)scale(.45)}.hero__builders{color:var(--body);align-items:center;gap:12px;margin-top:18px;font-size:14px;display:inline-flex}.hero__avatars{display:inline-flex}.hero__avatars img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:34px;height:34px;margin-left:-10px;box-shadow:0 1px 3px #00000026}.hero__avatars img:first-child{margin-left:0}@media (max-width:720px){.hero{padding-top:120px}.hero-stat{width:150px}.hero-stat--yt{top:220px;left:0}.hero-stat--ig{top:40px;right:0}}.spotlight{overflow:hidden}.spotlight__grid{grid-template-columns:1fr .92fr;align-items:center;gap:60px;display:grid}.spotlight__eyebrow{-webkit-backdrop-filter:blur(16px)saturate(1.5);backdrop-filter:blur(16px)saturate(1.5);background:linear-gradient(165deg,#ffffffeb,#f8f5f38c);border:1px solid #ffffffd9;border-radius:999px;padding:8px 16px 8px 14px;box-shadow:0 10px 26px #1411111a,inset 0 1px #fffffff2,inset 0 -1px 1px #786e691f}.spotlight__title{margin:18px 0 0}.spotlight__title span{display:block}.spotlight__body{max-width:34ch;margin:20px 0 28px}.spotlight__quote{background:var(--card);border-radius:18px;max-width:360px;margin:44px 0 0;padding:22px 24px;position:relative}.spotlight__quote blockquote{color:#3a3a40;margin:0;font-size:15px;line-height:1.5}.spotlight__quote figcaption{align-items:center;gap:10px;margin-top:16px;font-size:14px;display:flex}.spotlight__quote figcaption strong{color:var(--ink);font-weight:600}.spotlight__stars{color:var(--red);letter-spacing:1px;font-size:13px}.spotlight__mascot{filter:drop-shadow(0 4px 8px #00000026);width:46px;height:auto;position:absolute;bottom:10px;right:14px}.spotlight__media{place-items:center;display:grid;position:relative}.spotlight__dots{opacity:.5;width:220px;height:220px;position:absolute;bottom:-30px;left:-40px;-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 72%);mask-image:radial-gradient(circle,#000 30%,#0000 72%)}.spotlight__phone{aspect-ratio:9/16;width:300px;box-shadow:var(--shadow-lg);background:#111;border-radius:26px;position:relative;overflow:hidden}.spotlight__phone-head{z-index:2;color:#fff;background:linear-gradient(#00000073,#0000);align-items:center;gap:8px;padding:14px 16px;display:flex;position:absolute;inset:0 0 auto}.spotlight__avatar{object-fit:cover;background:#ffb6c1;border-radius:50%;width:26px;height:26px}.spotlight__handle{align-items:center;gap:5px;font-size:14px;font-weight:600;display:inline-flex}.spotlight__views{opacity:.92;margin-left:auto;font-size:13px}.spotlight__video{object-fit:cover;width:100%;height:100%}@media (max-width:900px){.spotlight__grid{grid-template-columns:1fr;gap:40px}.spotlight__phone{width:260px}}.race{height:200vh;position:relative}.race__pin{place-items:center;height:100vh;display:grid;position:sticky;top:0;overflow:hidden}.race__line{text-align:center;z-index:2;font-family:var(--font-display);letter-spacing:-.03em;color:var(--maroon);will-change:opacity;grid-area:1/1;margin:0 auto;padding-inline:20px;font-size:clamp(30px,4.6vw,60px);font-weight:500}.race__line--2{opacity:0}.race__car{z-index:5;pointer-events:none;filter:drop-shadow(0 24px 40px #b4141438);will-change:transform;width:clamp(460px,64vw,1040px);position:absolute;top:50%;left:0;transform:translate(-45vw,-50%)}@media (max-width:700px){.race{height:175vh}.race__car{width:clamp(240px,70vw,420px)}}.buy{position:relative;overflow:hidden}.buy__head{text-align:center;z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.buy__eyebrow{-webkit-backdrop-filter:blur(12px)saturate(1.2);backdrop-filter:blur(12px)saturate(1.2);background:linear-gradient(#ffffffc7,#faf8f68c);border:1px solid #fffc;border-radius:999px;padding:8px 16px;box-shadow:0 8px 22px #14111112,inset 0 1px #ffffffe6}.buy__eyebrow .dot{background:var(--orange)}.buy__sub{max-width:46ch;margin:18px 0 26px}.buy__grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;margin-top:56px;display:grid}.buy__mock{position:relative}.buy__mock img{width:100%;height:auto;display:block}.buy__pricecol{-webkit-backdrop-filter:blur(22px)saturate(1.25);backdrop-filter:blur(22px)saturate(1.25);border-radius:var(--radius-lg);background:linear-gradient(#ffffffb8,#faf8f680);border:1px solid #ffffffa6;flex-direction:column;gap:22px;padding:26px;display:flex;box-shadow:0 24px 60px #14111112,inset 0 1px #ffffffb3}.buy-price{border:1.5px solid var(--orange);border-radius:var(--radius);background:linear-gradient(#fff,#fff7f1);padding:22px 24px;box-shadow:0 14px 34px #ff6a001f}.buy-price__top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.buy-price__people{font-size:20px}.buy-price__tag{color:#8a4b16;background:#ff6a001f;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.buy-price__label{color:var(--muted);font-size:14px}.buy-price__amount{font-family:var(--font-display);letter-spacing:-.03em;margin:4px 0 18px;font-size:52px;font-weight:500;line-height:1}.buy-price__amount span{color:var(--muted);margin-left:6px;font-size:16px;font-weight:400}.buy-price__cta{width:100%}.buy-checks{gap:13px;padding-left:2px;display:grid}.buy-checks li{color:#2c2c30;align-items:center;gap:11px;font-size:15px;display:flex}.buy-checks svg{color:#1f1f1f;flex:none}@media (max-width:900px){.buy__grid,.buy__mock{grid-template-columns:1fr}}.show{overflow:hidden}.show__head{text-align:center;margin-bottom:48px}.show__sub{color:var(--muted);margin-top:14px;font-size:16px}.show__tweet{-webkit-backdrop-filter:blur(20px)saturate(1.2);backdrop-filter:blur(20px)saturate(1.2);background:linear-gradient(#ffffffa6,#faf8f673);border:1px solid #ffffffb3;border-radius:22px;max-width:540px;margin:0 auto 44px;padding:8px;transition:transform .2s,box-shadow .2s;box-shadow:0 24px 60px #1411111a,inset 0 1px #fffc}.show__tweet img{border-radius:15px;width:100%;height:auto;display:block}.show__tweet a{border-radius:15px;line-height:0;display:block}.show__tweet:hover{transform:translateY(-2px);box-shadow:0 30px 72px #14111126,inset 0 1px #ffffffd9}.show__wall{position:relative}.show__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid;-webkit-mask-image:linear-gradient(#000 50%,#00000061 76%,#0000 100%);mask-image:linear-gradient(#000 50%,#00000061 76%,#0000 100%)}.show-card{aspect-ratio:9/14;box-shadow:var(--shadow-md);background:#111;border-radius:18px;position:relative;overflow:hidden}.show-card video{object-fit:cover;width:100%;height:100%}.show-card__head{color:#fff;background:linear-gradient(#00000080,#0000);align-items:center;gap:8px;padding:14px 16px;display:flex;position:absolute;inset:0 0 auto}.show-card__avatar{object-fit:cover;background:linear-gradient(135deg,#ff9a6b,#ff5a3c);border-radius:50%;flex:none;width:26px;height:26px}.show-card__name{align-items:center;gap:5px;font-size:13.5px;font-weight:600;display:inline-flex}.show-card__rail{z-index:2;color:#fff;flex-direction:column;align-items:center;gap:13px;display:flex;position:absolute;bottom:16px;right:9px}.show-card__stat{flex-direction:column;align-items:center;gap:3px;display:flex}.show-card__stat svg{filter:drop-shadow(0 1px 3px #0000008c);width:23px;height:23px}.show-card__stat b{text-shadow:0 1px 3px #0009;font-size:11px;font-weight:600}@media (max-width:900px){.show__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.show__grid{grid-template-columns:1fr}}.hiw__title{text-align:center;margin-bottom:64px}.hiw__grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.hiw__sticky{align-self:start;position:sticky;top:18vh}.hiw__viz-frame{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--line);width:100%;box-shadow:var(--shadow-md);background:0 0;position:relative;overflow:hidden}.hiw__viz-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hiw-shot{z-index:1;object-fit:contain;border-radius:12px;width:80%;max-height:82%;position:relative;box-shadow:0 20px 44px #00000047}.hiw__viz-slot{opacity:0;place-items:center;transition:opacity .5s,transform .5s;display:grid;position:absolute;inset:0;transform:scale(.97)}.hiw__viz-slot.is-active{opacity:1;transform:scale(1)}.hiw__steps{flex-direction:column;padding-left:34px;display:flex;position:relative}.hiw__rail{background:#00000014;border-radius:2px;width:3px;position:absolute;top:8vh;bottom:16vh;left:0;overflow:hidden}.hiw__rail-fill{background:var(--red);border-radius:2px;width:100%;height:0;position:absolute;top:0;left:0}.hiw-step{opacity:.3;padding:30vh 0;transition:opacity .5s}.hiw-step:first-child{padding-top:6vh}.hiw-step:last-child{padding-bottom:12vh}.hiw-step.is-active{opacity:1}.hiw-step__n{font-family:var(--font-mono);color:var(--muted);letter-spacing:.1em;font-size:13px}.hiw-step__title{letter-spacing:-.03em;color:var(--ink);margin:12px 0 14px;font-size:clamp(30px,3.4vw,46px)}.hiw-step__body{color:var(--body);max-width:32ch;font-size:17px}.hiw__cta{text-align:center;margin-top:72px}@media (max-width:900px){.hiw__grid{grid-template-columns:1fr;gap:20px}.hiw__sticky{height:auto;margin-bottom:30px;position:relative;top:0}.hiw-step{opacity:1;padding:24px 0}}.aiinf{background:var(--bg);z-index:2;position:relative;overflow:hidden}.aiinf__head{text-align:center;z-index:1;margin-bottom:70px;position:relative}.aiinf__title span{display:block}.aiinf__sub{color:var(--muted);margin-top:18px;font-size:16px}.aiinf__layout{grid-template-columns:1fr auto 1fr;align-items:center;gap:50px;max-width:1060px;margin-inline:auto;display:grid}.aiinf__col{flex-direction:column;gap:52px;display:flex}.aiinf__col--l{text-align:right;align-items:flex-end}.aiinf__col--l .aiinf-card__body{margin-left:auto}.aiinf__media{justify-content:center;display:flex}.aiinf__phone{aspect-ratio:9/19;background:linear-gradient(160deg,#2a2a30,#0a0a0d);border-radius:38px;width:232px;padding:8px;position:relative;box-shadow:0 36px 70px #00000047}.aiinf__phone video{object-fit:cover;border-radius:30px;width:100%;height:100%}.aiinf__island{z-index:2;background:#000;border-radius:999px;width:78px;height:22px;position:absolute;top:16px;left:50%;transform:translate(-50%)}.aiinf-card__icon{width:52px;height:52px;color:var(--orange);background:linear-gradient(160deg,#ff8a3d24,#ff6a000f);border-radius:14px;place-items:center;margin-bottom:20px;display:inline-grid}.aiinf-card__title{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(24px,2.4vw,30px)}.aiinf-card__body{color:var(--body);max-width:30ch;font-size:15.5px;line-height:1.5}@media (max-width:900px){.aiinf__layout{grid-template-columns:1fr;gap:40px}.aiinf__col{gap:40px}.aiinf__col--l{text-align:left;align-items:flex-start}.aiinf__col--l .aiinf-card__body{margin-left:0}.aiinf__media{order:-1}}.growth__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:48px;display:flex}.growth__title{margin-top:14px}.growth__usedby{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.growth__usedby>span{color:var(--muted);font-size:14px}.growth__tags{flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:320px;display:flex}.growth__tag{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--line-2);border-radius:999px;padding:7px 14px;font-size:11px}.growth__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.growth-card{-webkit-backdrop-filter:blur(18px)saturate(1.3);backdrop-filter:blur(18px)saturate(1.3);background:linear-gradient(165deg,#ffffffeb 0%,#faf8f694 100%);border:1px solid #fffc;border-radius:22px;padding:16px 16px 24px;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s;box-shadow:0 18px 44px #14111117,0 4px 12px #1411110d,inset 0 1px #fffffff2,inset 0 -1px 1px #786e691a}.growth-card:hover{transform:translateY(-6px);box-shadow:0 30px 64px #14111124,0 8px 18px #1411110f,inset 0 1px #fffffff2,inset 0 -1px 1px #786e691f}.growth-card__media{aspect-ratio:16/11;background:#fcfcfc;border-radius:15px;margin-bottom:16px;position:relative;overflow:hidden;box-shadow:0 8px 20px #14111117}.growth-card__title,.growth-card__body{padding-inline:4px}.growth-card__media img,.growth-card__media video{object-fit:cover;width:100%;height:100%}.growth-card__title{letter-spacing:-.02em;margin-bottom:8px;font-size:21px}.growth-card__body{color:var(--body);font-size:15px;line-height:1.5}@media (max-width:900px){.growth__grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}.growth__usedby{align-items:flex-start}.growth__tags{justify-content:flex-start}}.intg{overflow:hidden}.intg__stage{aspect-ratio:16/10;place-items:center;max-width:920px;margin-inline:auto;display:grid;position:relative}.intg__glow{filter:blur(14px);background:radial-gradient(closest-side,#ff463238,#ff785a14 55%,#0000 75%);border-radius:50%;width:60%;height:70%;position:absolute}.intg__center{z-index:2;text-align:center;padding-inline:20px;position:relative}.intg__pill{margin-bottom:18px}.intg__title span{display:block}.intg__sub{max-width:32ch;color:var(--body);margin:18px auto 0;font-size:15.5px;line-height:1.5}.intg__cta{margin-top:26px}.intg__chip{z-index:1;border:1px solid var(--line);width:58px;height:58px;box-shadow:var(--shadow-md);background:#fff;border-radius:16px;place-items:center;animation:5s ease-in-out infinite intg-float;display:grid;position:absolute;transform:translate(-50%,-50%)rotate(-6deg)}.intg__chip img{object-fit:contain;width:32px;height:32px}@keyframes intg-float{0%,to{transform:translate(-50%,-50%)translateY(0)rotate(-6deg)}50%{transform:translate(-50%,-50%)translateY(-12px)rotate(4deg)}}@media (max-width:720px){.intg__stage{aspect-ratio:3/4}.intg__chip{width:46px;height:46px}}.tw{overflow:hidden}.tw__head{text-align:center;flex-direction:column;align-items:center;margin-bottom:48px;display:flex}.tw__pill{margin-bottom:18px}.tw__pill .dot{background:var(--red);border-radius:50%;width:7px;height:7px}.tw__wall{max-width:var(--maxw);padding-inline:max(var(--gutter), 48px);grid-template-columns:repeat(3,1fr);gap:22px;height:560px;margin-inline:auto;display:grid;position:relative;overflow:hidden}.tw__col{min-width:0}.tw__col-inner{flex-direction:column;gap:22px;animation:24s linear infinite tw-down;display:flex}.tw__col:first-child .tw__col-inner{animation-duration:22s}.tw__col:nth-child(2) .tw__col-inner{animation-duration:27s}.tw__col:nth-child(3) .tw__col-inner{animation-duration:20s}@keyframes tw-down{0%{transform:translateY(-33.333%)}to{transform:translateY(0)}}.tw__wall:hover .tw__col-inner{animation-play-state:paused}.tw-card{color:inherit;-webkit-backdrop-filter:blur(22px)saturate(1.6);backdrop-filter:blur(22px)saturate(1.6);background:linear-gradient(165deg,#fffffff0 0%,#fcfaf99e 50%,#f7f4f280 100%);border:1px solid #ffffffd9;border-radius:20px;padding:18px 20px;transition:transform .22s,box-shadow .22s;display:block;position:relative;box-shadow:0 18px 44px #1411111a,0 4px 12px #1411110d,inset 0 1px #fffffff2,inset 0 -1px 1px #786e691a,inset 0 0 0 1px #ffffff59}.tw-card:hover{transform:translateY(-3px);box-shadow:0 28px 60px #14111126,0 6px 16px #14111112,inset 0 1px #fffffff2,inset 0 -1px 1px #786e691f,inset 0 0 0 1px #fff6}.tw-card__text{color:#26262b;margin-bottom:16px;font-size:14.5px;line-height:1.5}.tw-card__head{align-items:center;gap:11px;padding-right:26px;display:flex}.tw-card__head img{object-fit:cover;border-radius:50%;flex:none;width:44px;height:44px}.tw-card__who{flex-direction:column;min-width:0;line-height:1.3;display:flex}.tw-card__who strong{font-size:14.5px;font-weight:600}.tw-card__handle{color:var(--muted);font-size:13px;font-weight:400}.tw-card__role{color:var(--muted);font-size:12.5px}.tw-card__x{fill:#18181b;opacity:.82;width:16px;height:16px;position:absolute;bottom:15px;right:16px}.tw__fade{pointer-events:none;z-index:3;height:200px;position:absolute;left:0;right:0}.tw__fade--t{background:linear-gradient(to bottom, var(--bg) 12%, #ffffffd9 38%, transparent 100%);top:0}.tw__fade--b{background:linear-gradient(to top, var(--bg) 12%, #ffffffd9 38%, transparent 100%);bottom:0}@media (max-width:820px){.tw__wall{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.tw__wall{grid-template-columns:1fr;height:460px}}.fl-pricing{background:var(--bg-warm)}.pr-banner{z-index:90;color:#fff;background-image:linear-gradient(104deg,#e01d1d 0%,#ff2e2e 22%,#ff5a1e 50%,#ff6a00 76%,#ff8a3d 100%);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:11px 16px;font-size:14px;display:flex;position:sticky;top:0}.pr-banner__label{letter-spacing:.01em;font-weight:700}.pr-banner__sep{opacity:.5}.pr-banner__timer{font-variant-numeric:tabular-nums;font-family:var(--font-mono);align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.pr-banner__timer span{text-align:center;background:#ffffff2b;border-radius:7px;min-width:36px;padding:2px 6px;display:inline-block}.pr-funnel{padding:44px 0 150px}.pr-funnel__col{width:100%;max-width:700px;padding-inline:var(--gutter);flex-direction:column;gap:34px;margin-inline:auto;display:flex}.pr-intro{border:1px solid var(--line-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:30px 28px}.pr-intro__head{justify-content:space-between;align-items:stretch;gap:16px;display:flex}.pr-intro__headtext{flex-direction:column;justify-content:space-between;gap:28px;display:flex}.pr-intro__wordmark{width:170px;height:auto;display:block}.pr-intro__mark{border-radius:22px;align-self:center;width:150px;height:150px;display:block}.pr-intro__from{color:var(--body);font-size:15px}.pr-intro__price{font-family:var(--font-display);letter-spacing:-.03em;margin-top:2px;font-size:42px;font-weight:600;line-height:1.05}.pr-intro__price span{color:var(--ink-soft);letter-spacing:0;margin-left:3px;font-size:15px;font-weight:500}.pr-intro__divider{border-top:1px dashed var(--line-2);margin:24px 0}.pr-intro__feats{gap:18px;display:grid}.pr-feat{align-items:flex-start;gap:14px;display:flex}.pr-feat__icon{background:linear-gradient(150deg, #fff, var(--bg-warm));border:1px solid var(--line-2);width:42px;height:42px;box-shadow:var(--shadow-sm);border-radius:12px;flex:none;place-items:center;display:grid}.pr-feat__icon svg{width:23px;height:23px}.pr-feat__title{letter-spacing:-.01em;font-size:16px;font-weight:600}.pr-feat__desc{color:var(--body);margin-top:3px;font-size:14px;line-height:1.55}.pr-sec__title{text-align:center;letter-spacing:-.02em;font-family:var(--font-display);margin-bottom:28px;font-size:clamp(24px,4.5vw,34px);font-weight:600;line-height:1.15}.pr-power{box-shadow:var(--shadow-md);background:linear-gradient(102deg,#e01d1d 0%,#ff2e2e 23.6%,#ff5a1e 48.6%,#ff6a00 73.6%,#ff8a3d 100%);border-radius:26px;padding:2px}.pr-power__inner{background:#fff;border-radius:24px;align-items:center;min-height:260px;padding:26px 28px 26px 32px;display:flex;position:relative;overflow:hidden}.pr-power__title{letter-spacing:-.015em;z-index:1;flex:none;width:65%;font-size:clamp(19px,3.2vw,25px);font-weight:650;line-height:1.25;position:relative}.pr-power__grad{background:linear-gradient(270deg,#e01d1d 0%,#ff2e2e 22.5%,#ff5a1e 48%,#ff6a00 73.6%,#ff8a3d 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.pr-power__img{z-index:0;object-fit:contain;object-position:right center;flex:none;width:61.5%;height:92%;max-height:none;margin:0;position:absolute;inset:5% 1.5% 3% auto}.pr-carousel__track{scrollbar-width:none;scroll-snap-type:x mandatory;gap:20px;display:flex;overflow-x:auto}.pr-carousel__track::-webkit-scrollbar{display:none}.pr-slide{scroll-snap-align:start;flex-direction:column;flex:none;gap:14px;width:calc(40% - 16px);min-width:200px;display:flex}.pr-slide__media{background:var(--card);border-radius:22px;height:268px;position:relative;overflow:hidden}.pr-slide__media video{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pr-slide__cap{padding-inline:8px;font-size:15.5px;line-height:1.4}.pr-slide__cap b{color:var(--ink);font-weight:650}.pr-slide__cap span{color:var(--body)}.pr-carousel__nav{justify-content:flex-end;gap:14px;margin-top:18px;display:flex}.pr-carousel__nav button{color:var(--ink);cursor:pointer;background:var(--card);border-radius:50%;place-items:center;width:46px;height:46px;transition:background .18s,transform .12s;display:grid}.pr-carousel__nav button:hover{background:var(--card-2)}.pr-carousel__nav button:active{transform:scale(.94)}.pr-rowcard{border:1px solid var(--line-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:18px;padding:26px 28px;display:flex}.pr-stats{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.pr-stat{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.pr-stat__value{text-align:center;background:linear-gradient(270deg,#e01d1d 0%,#ff2e2e 22.5%,#ff5a1e 48%,#ff6a00 73.6%,#ff8a3d 100%);color:#0000;font-family:var(--font-display);-webkit-background-clip:text;background-clip:text;flex:1;place-content:center;padding:26px 20px;font-size:clamp(34px,6vw,52px);font-weight:700;line-height:1;display:grid}.pr-stat__label{color:var(--ink-soft);text-align:center;border-top:1px solid var(--line);padding:11px 16px;font-size:14.5px}.pr-intg{text-align:center;border:1px solid var(--line-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:34px 28px}.pr-intg__title{letter-spacing:-.015em;font-size:clamp(20px,3.4vw,26px);font-weight:650}.pr-intg__sub{color:var(--body);margin-top:8px;font-size:15.5px}.pr-intg__icons{justify-content:center;gap:22px;margin-top:24px;display:flex}.pr-intg__icons img{width:60px;height:60px;box-shadow:var(--shadow-sm);border-radius:16px}.pr-intg__icons img:first-child{transform:rotate(-6deg)}.pr-intg__icons img:nth-child(3){transform:rotate(6deg)}.pr-colors{flex-direction:column;gap:18px;display:flex}.pr-colors__row{gap:18px;display:flex}.pr-color{box-shadow:var(--shadow-md);border:3px solid #fff;border-radius:24px;flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.pr-color--wide{flex:2}.pr-color--green{background:#e5f7f1}.pr-color--green .pr-color__tag{color:#19564d}.pr-color--green .pr-color__quote{border-color:#8dd4ac}.pr-color--blue{background:#ebf1fb}.pr-color--blue .pr-color__tag{color:#44428b}.pr-color--red{background:#fff3f1}.pr-color--red .pr-color__tag{color:#c42611}.pr-color--yellow{background:#fbf9ea}.pr-color--yellow .pr-color__tag{color:#b0741e}.pr-color--yellow .pr-color__quote{border-color:#d4b84d}.pr-color__tag{font-size:13.5px}.pr-color__title{letter-spacing:-.01em;font-size:18.5px;font-weight:650}.pr-color__desc{color:var(--ink-soft);font-size:14.5px;line-height:1.5}.pr-color__quote{border:1px dashed var(--line-2);background:#fff;border-radius:16px;margin-top:auto;padding:10px 16px;font-size:14px;line-height:1.5}.pr-faq{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;gap:12px;padding:18px;display:flex}.pr-faq__item{background:var(--bg-warm);border:1px solid var(--line);border-radius:16px}.pr-faq__q{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:15px 16px;font-size:15.5px;font-weight:650;display:flex}.pr-faq__icon{color:#fff;background:var(--ink);border-radius:50%;flex:none;place-items:center;width:26px;height:26px;font-size:16px;font-weight:400;display:grid}.pr-faq__a{color:var(--body);white-space:pre-line;padding:0 16px 15px;font-size:14.5px;line-height:1.6}.pr-sticky{pointer-events:none;z-index:95;padding-inline:var(--gutter);bottom:max(18px, env(safe-area-inset-bottom));justify-content:center;display:flex;position:fixed;left:0;right:0}.pr-sticky .pr-cta{pointer-events:auto;min-width:250px;box-shadow:0 18px 40px #ff2e2e5c}.pr-opt{text-align:left;cursor:pointer;background:var(--bg-warm);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:7px;width:100%;padding:14px 16px;font-family:inherit;transition:border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative}.pr-opt:hover{border-color:var(--line-2);background:#fff}.pr-opt.is-selected{background:#fff;border-color:#0000;box-shadow:0 12px 30px #ff2e2e21}.pr-opt.is-selected:before{content:"";border-radius:inherit;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(104deg,#e01d1d 0%,#ff2e2e 22%,#ff5a1e 50%,#ff6a00 76%,#ff8a3d 100%);padding:2px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude}.pr-opt__best{color:#1d1d1f;letter-spacing:.02em;box-shadow:var(--shadow-sm);background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(104deg,#e01d1d 0%,#ff2e2e 22%,#ff5a1e 50%,#ff6a00 76%,#ff8a3d 100%) border-box;border:2px solid #0000;border-radius:999px;padding:3px 11px;font-size:12.5px;font-weight:600;position:absolute;top:-13px;left:10px;transform:rotate(-6deg)}.pr-opt__row{justify-content:space-between;align-items:center;gap:10px;display:flex}.pr-opt__pricing{align-items:baseline;gap:8px;display:flex}.pr-opt__was{color:var(--muted);font-size:15px}.pr-opt__price{color:#121111;letter-spacing:-.03em;font-size:27px;font-weight:600;line-height:1}.pr-opt__price span{color:var(--ink-soft);letter-spacing:0;margin-left:2px;font-size:12.5px;font-weight:500}.pr-opt__off{--pr-badge-angle:0deg;color:#fff;white-space:nowrap;isolation:isolate;background:#ff2e2e;border-radius:8px;padding:4px 9px;font-size:11.5px;font-weight:700;position:relative;overflow:hidden;box-shadow:0 0 0 1px #b91c1c40,0 4px 12px #ff2e2e2e}@property --pr-badge-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.pr-opt__off:before,.pr-opt__off:after{content:"";pointer-events:none;border-radius:inherit;-webkit-mask-composite:xor;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude}.pr-opt__off:before{background:conic-gradient(from var(--pr-badge-angle), transparent 0%, transparent 70%, #b91c1c 82%, #ffd4c7 90%, #fff 95%, transparent 100%);animation:2.5s linear infinite pr-badge-border-spin}.pr-opt__off:after{z-index:-1;background:#ffffff2e}@keyframes pr-badge-border-spin{to{--pr-badge-angle:360deg}}.pr-opt__label{color:var(--body);font-size:13.5px;font-weight:500}.pr-cta{color:#fff;cursor:pointer;isolation:isolate;background-image:linear-gradient(104deg,#e01d1d 0%,#ff2e2e 22%,#ff5a1e 50%,#ff6a00 76%,#ff8a3d 100%);border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:52px;padding-inline:30px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #ff2e2e47}.pr-cta:before{content:"";z-index:1;pointer-events:none;will-change:transform;background:linear-gradient(105deg,#0000 30%,#fff3 45%,#fff6 50%,#fff3 55%,#0000 70%);width:100%;animation:6s ease-out infinite pr-cta-shine;position:absolute;inset:0 auto 0 -100%;transform:translate(0)skew(-25deg)}@keyframes pr-cta-shine{0%{transform:translate(0)skew(-25deg)}20%,to{transform:translate(250%)skew(-25deg)}}.pr-cta:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 14px 32px #ff2e2e59}.pr-cta:active{transform:translateY(1px)scale(.99)}@media (prefers-reduced-motion:reduce){.pr-opt__off:before,.pr-cta:before{animation:none;display:none}}.pr-agency{background:var(--card);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;margin:0 auto;padding:18px 24px;display:flex}.pr-agency p{color:var(--ink-soft);font-size:15px}.pr-sheet{z-index:140;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.pr-sheet__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffc7;animation:.25s ease-out pr-overlay-in;position:absolute;inset:0}.pr-sheet__panel{color:#121111;width:100%;max-height:calc(100dvh - 2rem);font-family:var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:#fff;border-top:1px solid #0000001f;border-radius:20px 20px 0 0;flex-direction:column;animation:.32s cubic-bezier(.22,1,.36,1) pr-sheet-in;display:flex;position:relative;overflow:hidden;box-shadow:0 -12px 40px #00000024}.pr-sheet__head{justify-content:space-between;align-items:center;padding:12px 12px 0;display:flex}.pr-sheet__iconbtn{cursor:pointer;color:#8a8a90;background:0 0;border:none;border-radius:50%;place-items:center;width:32px;height:32px;transition:background .18s,color .18s;display:grid}.pr-sheet__iconbtn:hover{color:#121111;background:#f4f2f0}.pr-sheet__spacer{width:32px;height:32px}.pr-sheet__body{overscroll-behavior:contain;padding:0 20px 36px;overflow-y:auto}.pr-plans{background:#fff;border:1px solid #00000014;border-radius:20px;width:100%;max-width:460px;margin-inline:auto;padding:22px 20px 18px;box-shadow:0 4px 20px -4px #ff2e2e2e}.pr-plans__heading{letter-spacing:-.02em;margin:0 0 20px;font-size:22px;font-weight:600}.pr-plans__opts{gap:12px;display:grid}.pr-plans__cta{width:100%;margin-top:18px}.pr-plans__note{color:#8a8a90;justify-content:center;align-items:center;gap:6px;margin-top:13px;font-size:12.5px;display:flex}.pr-plans__note svg{flex:none}.pr-lifetime{text-align:center;background:radial-gradient(circle at 50% -30%,#ffedd9 0,#0000 54%),#fff;border:1px solid #00000014;border-radius:20px;width:100%;max-width:460px;margin-inline:auto;padding:26px 24px 22px;box-shadow:0 4px 24px -4px #ff2e2e33}.pr-lifetime__badge{color:#b52b18;letter-spacing:.05em;text-transform:uppercase;background:#ffebe6;border:1px solid #ffbaa9;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:750;display:inline-flex}.pr-lifetime__title{letter-spacing:-.035em;margin:18px 0 0;font-size:29px;font-weight:700;line-height:1.08}.pr-lifetime__price{letter-spacing:-.05em;margin-top:10px;font-size:48px;font-weight:750;line-height:1}.pr-lifetime__price span{color:#6e6e73;letter-spacing:0;margin-left:7px;font-size:14px;font-weight:550}.pr-lifetime__description{color:#6e6e73;max-width:360px;margin:14px auto 0;font-size:14px;line-height:1.55}.pr-lifetime__benefits{text-align:left;gap:11px;max-width:350px;margin:22px auto 0;display:grid}.pr-lifetime__benefits li{align-items:center;gap:10px;font-size:14px;font-weight:550;display:flex}.pr-lifetime__check{color:#fff;background:linear-gradient(135deg,#ee2626,#ff6a00);border-radius:50%;flex:none;place-items:center;width:23px;height:23px;display:grid}.pr-lifetime__cta{width:100%;margin-top:24px}.pr-lifetime__terms{color:#8a8a90;margin-top:11px;font-size:12px}.pr-lifetime__alternate{color:#4f4f55;text-underline-offset:3px;margin-top:19px;font-size:13px;font-weight:600;text-decoration:underline;display:inline-block}.pr-lifetime__alternate:hover{color:#121111}.pr-lifetime-checkout{width:100%;max-width:500px;margin-inline:auto}.pr-lifetime-checkout__title{text-align:center;letter-spacing:-.025em;margin:0;font-size:22px;font-weight:650}.pr-lifetime-checkout__summary{color:#6e6e73;text-align:center;margin:6px 0 14px;font-size:13px}.pr-checkout{width:100%;max-width:430px;margin-inline:auto}@keyframes pr-overlay-in{0%{opacity:0}}@keyframes pr-sheet-in{0%{opacity:0;transform:translateY(28px)}}@media (min-width:810px){.pr-sheet__panel{max-height:88dvh}.pr-plans{width:560px;max-width:100%;margin-inline:auto}}@media (max-height:780px){.pr-sheet__panel{max-height:calc(100dvh - 1rem)}.pr-checkout .h-12{height:2.75rem}.pr-checkout .h-11{height:2.5rem}.pr-checkout .text-\[17px\]{font-size:15px}.pr-checkout .gap-3{gap:.5rem}.pr-checkout .mb-3{margin-bottom:.5rem}.pr-sheet__footer{padding-top:4px}.pr-sheet__footer .gap-2{gap:.375rem}.pr-sheet__footer img{height:18px}}@media (max-width:700px){.pr-colors__row{flex-direction:column}.pr-slide{width:calc(86.9565% - 17.3913px)}}@media (max-width:560px){.pr-intro{padding:24px 20px}.pr-intro__mark{width:104px;height:104px}.pr-intro__wordmark{width:132px}.pr-power__img{width:calc(100% + 24px);height:auto;max-height:none;margin:-8px -12px -10px;position:static;inset:auto;transform:none}.pr-power__inner{flex-direction:column;align-items:flex-start;gap:4px;min-height:0;padding:24px 20px 12px}.pr-power__title{flex-basis:auto;width:100%}.pr-rowcard{padding:22px 20px}.pr-funnel{padding:28px 0 130px}}.addl__head{text-align:center;margin-bottom:56px}.addl__sub{color:var(--muted);margin-top:14px;font-size:16px}.addl__grid{grid-template-columns:repeat(3,1fr);gap:42px 30px;display:grid}.addl-card--3{grid-column:span 2}.addl-card__media{border-radius:var(--radius);background:linear-gradient(155deg, #fff, var(--bg-warm-2));border:1px solid var(--line);place-items:center;height:272px;margin-bottom:18px;padding:22px;display:grid;overflow:hidden}.addl-card--0 .addl-card__media{background:linear-gradient(160deg,#ff8a7c,#ff4d4d);border-color:#0000}.addl-card--1 .addl-card__media{background:linear-gradient(160deg,#efe2c6,#e3cd9f);border-color:#0000}.addl-card__title{letter-spacing:-.02em;margin-bottom:7px;font-size:19px}.addl-card__body{color:var(--body);max-width:40ch;font-size:14.5px;line-height:1.5}.adm-shot{object-fit:contain;border-radius:10px;width:100%;height:100%}@keyframes blink{50%{opacity:0}}.adm--profile{flex-direction:column;gap:10px;width:100%;display:flex}.adm-row{color:var(--ink);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:11px 14px;font-size:13px;display:flex}.adm-row__ic{font-size:13px}.adm--profile .adm-row:last-child{opacity:.45}.adm--studio{place-items:center;width:100%;display:grid}.adm-studio__panel{width:88%;box-shadow:var(--shadow-md);background:#fffffff0;border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.adm-studio__bar{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.adm-studio__dot{background:#2ecc71;border-radius:50%;width:7px;height:7px}.adm-studio__input{align-items:center;font-size:17px;font-weight:600;display:flex}.adm-caret{background:var(--ink);width:2px;height:18px;margin-left:1px;animation:1s step-end infinite blink}.adm-chips{flex-wrap:wrap;gap:6px;display:flex}.adm-chips span{color:#444;background:#0000000d;border-radius:999px;padding:5px 10px;font-size:10.5px}.adm--cal{border:1px solid var(--line);width:92%;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:14px 16px}.adm-cal__head{justify-content:space-between;margin-bottom:12px;font-size:13px;display:flex}.adm-cal__head em{color:var(--muted);font-style:normal}.adm-cal__days{justify-content:space-between;margin-bottom:13px;display:flex}.adm-cal__days span{width:26px;height:26px;color:var(--muted);border-radius:50%;place-items:center;font-size:12px;display:grid}.adm-cal__days span.on{color:#fff;background:#1a1a1f}.adm-cal__rows{color:var(--muted);flex-direction:column;gap:7px;margin-bottom:13px;font-size:11.5px;display:flex}.adm-cal__rows>div{justify-content:space-between;align-items:center;display:flex}.adm-cal__pill{background:var(--red);color:#fff;border-radius:999px;padding:3px 9px;font-size:10.5px}.adm-cal__foot{justify-content:flex-end;gap:8px;display:flex}.adm-cal__foot span{background:var(--card);border-radius:9px;padding:7px 16px;font-size:12px}.adm-cal__foot .save{color:#fff;background:#1a1a1f}.adm--an{flex-direction:column;gap:11px;width:100%;height:100%;display:flex}.adm-an__top{align-items:center;gap:8px;font-size:11px;display:flex}.adm-an__tab{color:var(--muted);border-radius:8px;padding:5px 11px}.adm-an__tab.is-on{color:var(--ink);box-shadow:var(--shadow-sm);background:#fff}.adm-an__invite{color:var(--muted);margin-left:auto}.adm-an__cols{flex:1;grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.adm-an__col{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;flex-direction:column;gap:7px;padding:12px;display:flex}.adm-an__col-head{justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.adm-an__chip{color:#555;background:#0000000d;border-radius:999px;align-self:flex-start;padding:4px 9px;font-size:10px}.adm-an__input{border:1px solid var(--line);color:var(--muted);box-shadow:var(--shadow-md);background:#fff;border-radius:999px;align-items:center;padding:6px 6px 6px 16px;font-size:12px;display:flex}.adm-an__input button{background:var(--red);color:#fff;border-radius:999px;margin-left:auto;padding:7px 14px;font-size:11.5px;font-weight:600}@media (max-width:900px){.addl__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.addl__grid{grid-template-columns:1fr}.addl-card--3{grid-column:span 1}}.ugc{overflow:hidden}.ugc__head{text-align:center;margin-bottom:40px}.ugc__sub{color:var(--muted);margin-top:14px;max-width:34ch;margin-inline:auto;font-size:16px}.ugc__stage{place-items:center;height:440px;display:grid;position:relative}.ugc__dots{opacity:.5;width:180px;height:200px;position:absolute;bottom:4%;right:8%;-webkit-mask-image:radial-gradient(circle,#000 35%,#0000 72%);mask-image:radial-gradient(circle,#000 35%,#0000 72%)}.ugc__card{width:230px;height:360px;box-shadow:var(--shadow-md);background:linear-gradient(#e9e6e3,#d9d5d1);border-radius:22px;position:absolute}.ugc__card--l{transform:translate(-150px)rotate(-9deg)}.ugc__card--r{transform:translate(150px)rotate(9deg)}.ugc__phone{z-index:2;aspect-ratio:9/16;width:256px;box-shadow:var(--shadow-lg);background:#111;border-radius:26px;position:relative;overflow:hidden}.ugc__phone-head{z-index:2;color:#fff;background:linear-gradient(#0006,#0000);align-items:center;gap:7px;padding:12px 14px;display:flex;position:absolute;inset:0 0 auto}.ugc__avatar{object-fit:cover;background:#ffb3a0;border-radius:50%;width:24px;height:24px}.ugc__handle{align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.ugc__time{opacity:.9;margin-left:auto;font-size:12px}.ugc__phone video{object-fit:cover;width:100%;height:100%}@media (max-width:600px){.ugc__card--l{transform:translate(-92px)rotate(-9deg)}.ugc__card--r{transform:translate(92px)rotate(9deg)}}
