:root {
  color: #f7f9fb;
  background: #05090d;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --bg: #05090d;
  --surface: #0b1218;
  --surface-2: #101921;
  --line: rgba(123, 161, 185, .18);
  --cyan: #38ccff;
  --lime: #c6ff00;
  --orange: #ff8a2a;
  --muted: #929ca5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: #f7f9fb; }
body::before { position: fixed; inset: 0; z-index: -3; background-image: linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(to bottom,black,transparent 70%); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.page-glow { position: fixed; z-index: -2; width: 480px; height: 480px; border-radius: 50%; opacity: .1; filter: blur(120px); pointer-events: none; }
.page-glow--cyan { top: -220px; right: -180px; background: var(--cyan); }
.page-glow--lime { bottom: -280px; left: -220px; background: var(--lime); }

.site-header { position: fixed; top: 16px; left: 50%; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1160px, calc(100% - 40px)); min-height: 64px; padding: 10px 12px 10px 18px; border: 1px solid rgba(116,151,174,.18); border-radius: 19px; background: rgba(7,12,16,.78); box-shadow: 0 18px 60px rgba(0,0,0,.3); backdrop-filter: blur(18px); transition: background .25s ease, border-color .25s ease; transform: translateX(-50%); }
.site-header.is-scrolled { border-color: rgba(56,204,255,.24); background: rgba(7,12,16,.94); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 15px; font-weight: 850; letter-spacing: .035em; }
.brand__mark { position: relative; display: grid; flex: 0 0 33px; width: 33px; height: 33px; border: 1px solid rgba(56,204,255,.48); border-radius: 50%; place-items: center; box-shadow: inset 0 0 15px rgba(56,204,255,.08); }
.brand__mark::before { width: 19px; height: 9px; border: 2px solid var(--cyan); border-radius: 50%; content: ""; transform: rotate(-20deg); }
.brand__mark i { position: absolute; top: 7px; right: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #a7b0b8; font-size: 13px; }
.desktop-nav a, .site-footer a { transition: color .2s ease; }
.desktop-nav a:hover, .site-footer a:hover { color: var(--cyan); }
.header-cta { justify-self: end; min-height: 43px; padding: 13px 18px; border-radius: 13px; background: #edf5f8; color: #071017; font-size: 12px; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--lime); transform: translateY(-2px); }

.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.78fr); align-items: center; gap: 70px; min-height: 790px; padding-top: 132px; padding-bottom: 88px; }
.hero__copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .24em; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; box-shadow: 0 0 8px currentColor; }
.eyebrow--orange { color: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(54px,7.1vw,94px); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: var(--lime); font-style: normal; text-shadow: 0 0 35px rgba(198,255,0,.16); }
.hero__lead { max-width: 610px; color: #a4aeb7; font-size: clamp(17px,1.7vw,21px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 36px 0 46px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 58px; padding: 16px 24px; border: 1px solid transparent; border-radius: 16px; font-size: 14px; font-weight: 900; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--lime); box-shadow: 0 14px 40px rgba(198,255,0,.09); color: #091006; }
.button--ghost { border-color: rgba(130,160,180,.24); background: rgba(13,20,26,.76); color: #d5dbe0; }
.pulse { animation: ctaPulse 2.8s ease-out infinite; }
.hero__facts { display: flex; gap: 34px; }
.hero__facts > div { display: flex; align-items: center; gap: 10px; }
.hero__facts strong { color: var(--cyan); font-size: 11px; letter-spacing: .1em; }
.hero__facts span { color: #a3adb5; font-size: 12px; line-height: 1.35; }

.hero__visual { position: relative; display: grid; min-height: 620px; place-items: center; }
.phone-card { position: relative; z-index: 2; width: min(390px,100%); overflow: hidden; border: 1px solid rgba(68,194,236,.35); border-radius: 38px; background: linear-gradient(180deg,#0c151c,#070c10); box-shadow: 0 50px 100px rgba(0,0,0,.55), inset 0 0 30px rgba(56,204,255,.035); transform: rotate(2deg); }
.phone-card__top { display: flex; justify-content: space-between; padding: 18px 22px 14px; color: #d6dde2; font-size: 9px; font-weight: 700; }
.phone-card__top span:nth-child(2) { letter-spacing: .08em; }
.challenge-cover { position: relative; height: 305px; margin: 0 12px; overflow: hidden; border-radius: 26px; }
.challenge-cover img { width: 100%; height: 100%; object-fit: cover; }
.challenge-cover__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,7,10,.95),rgba(2,7,10,.34) 58%,rgba(2,7,10,.1)),linear-gradient(0deg,rgba(2,7,10,.76),transparent 52%); }
.challenge-cover__copy { position: absolute; inset: auto 22px 26px; }
.mini-tag { display: block; width: max-content; margin-bottom: 12px; padding: 7px 11px; border: 1px solid rgba(56,204,255,.45); border-radius: 999px; background: rgba(4,14,20,.56); color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.challenge-cover h2 { margin-bottom: 13px; font-size: 30px; letter-spacing: -.04em; }
.challenge-cover p { margin: 0 0 9px; color: #c2c9ce; font-size: 11px; }
.mini-progress { width: 72%; height: 4px; overflow: hidden; border-radius: 99px; background: #26323b; }
.mini-progress i { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--lime); box-shadow: 0 0 12px rgba(198,255,0,.45); }
.phone-card__status, .phone-card__prize { display: flex; align-items: center; gap: 12px; margin: 13px 12px 0; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(15,23,30,.78); }
.phone-card__status > span:last-child { margin-left: auto; color: #74808a; font-size: 24px; }
.status-icon { display: grid; width: 39px; height: 39px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); place-items: center; }
.phone-card small { display: block; margin-bottom: 4px; color: #71808c; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.phone-card strong { font-size: 12px; }
.phone-card__prize { margin-bottom: 14px; border-color: rgba(255,138,42,.3); }
.phone-card__prize > span { font-size: 24px; }
.phone-card__prize i { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(255,138,42,.5); animation: orangePulse 1.7s infinite; }
.floating-card { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 15px 18px; border: 1px solid rgba(100,144,169,.24); border-radius: 17px; background: rgba(10,17,22,.88); box-shadow: 0 20px 45px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.floating-card strong { font-size: 19px; }
.floating-card span { color: #85919b; font-size: 9px; }
.floating-card--progress { top: 102px; right: -18px; }
.floating-card--progress strong { color: var(--lime); }
.floating-card--community { bottom: 88px; left: -52px; padding-left: 32px; }
.live-dot { position: absolute; top: 20px; left: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 11px var(--cyan); }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(56,204,255,.1); border-radius: 50%; }
.orbit--one { width: 510px; height: 510px; }
.orbit--two { width: 650px; height: 250px; transform: rotate(-35deg); }

.manifesto { padding: 110px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto p { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .24em; }
.manifesto h2 { max-width: 1000px; margin: 0; font-size: clamp(34px,5vw,66px); line-height: 1.08; letter-spacing: -.05em; }
.section { padding-top: 140px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: 1fr 400px; align-items: end; gap: 50px; margin-bottom: 54px; }
.section-heading h2, .membership h2, .prize-copy h2 { margin: 0; font-size: clamp(42px,5vw,66px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p, .membership__intro > p, .prize-copy > p { margin: 0; color: #929da6; font-size: 16px; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.step-card { min-height: 290px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg,rgba(15,24,31,.86),rgba(8,13,17,.8)); }
.step-card > span { color: #61707b; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.step-card__icon { display: grid; width: 50px; height: 50px; margin: 52px 0 26px; border: 1px solid rgba(56,204,255,.3); border-radius: 16px; color: var(--cyan); place-items: center; }
.step-card h3 { margin-bottom: 10px; font-size: 20px; }
.step-card p { margin: 0; color: #87939c; font-size: 13px; line-height: 1.55; }
.step-card--accent { border-color: rgba(198,255,0,.35); background: linear-gradient(145deg,rgba(198,255,0,.1),rgba(8,13,17,.84) 55%); }
.step-card--accent .step-card__icon { border-color: rgba(198,255,0,.38); color: var(--lime); }

.challenge-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; }
.program-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid rgba(56,204,255,.24); border-radius: 27px; background: #0b1218; }
.program-card--wide { grid-row: span 2; min-height: 676px; }
.program-card img, .program-card__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.program-card img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.program-card:hover img { transform: scale(1.045); }
.program-card__overlay { background: linear-gradient(0deg,rgba(2,7,10,.96),rgba(2,7,10,.1) 66%),linear-gradient(90deg,rgba(2,7,10,.45),transparent); }
.program-card > .mini-tag { position: absolute; top: 24px; left: 24px; }
.program-card > div:last-child { position: absolute; right: 28px; bottom: 28px; left: 28px; }
.program-card h3 { margin-bottom: 8px; font-size: clamp(28px,3vw,42px); letter-spacing: -.045em; }
.program-card p { margin-bottom: 18px; color: #b6bec4; }
.program-card small { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.program-card--soon { border-color: rgba(198,255,0,.2); background: radial-gradient(circle at 70% 25%,rgba(198,255,0,.12),transparent 32%),linear-gradient(145deg,#10181f,#070c10); }
.soon-orbit { position: absolute; top: 32px; right: 32px; width: 90px; height: 90px; border: 1px solid rgba(56,204,255,.35); border-radius: 50%; }
.soon-orbit::before { position: absolute; top: 37px; left: 22px; width: 48px; height: 18px; border: 3px solid var(--cyan); border-radius: 50%; content: ""; transform: rotate(-22deg); }
.soon-orbit i { position: absolute; top: 27px; right: 10px; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px var(--lime); }

.prize-section { overflow: hidden; padding: 120px 0; border-top: 1px solid rgba(255,138,42,.14); border-bottom: 1px solid rgba(255,138,42,.14); background: radial-gradient(circle at 70% 45%,rgba(255,105,36,.13),transparent 30%),#080b0e; }
.prize-layout { display: grid; grid-template-columns: 1fr 420px; align-items: center; gap: 120px; }
.prize-copy > p { max-width: 600px; margin: 28px 0 24px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; color: var(--orange); font-size: 14px; font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.prize-card { position: relative; overflow: hidden; min-height: 510px; padding: 31px; border: 1px solid rgba(255,138,42,.45); border-radius: 31px; background: linear-gradient(150deg,rgba(255,138,42,.14),rgba(11,16,20,.96) 47%); box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.prize-card__pulse { position: absolute; top: 34px; right: 34px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); animation: orangePulse 1.7s infinite; }
.prize-card__label { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .19em; }
.gift-box { display: grid; width: 94px; height: 94px; margin: 65px 0 35px; border: 1px solid rgba(255,138,42,.35); border-radius: 26px; background: rgba(255,138,42,.08); color: var(--orange); font-size: 42px; place-items: center; transform: rotate(-4deg); }
.prize-card h3 { margin-bottom: 10px; font-size: 38px; line-height: 1; letter-spacing: -.045em; }
.prize-card > p { color: #a7b0b6; }
.stock { display: grid; grid-template-columns: auto 1fr; gap: 0 13px; margin-top: 28px; }
.stock strong { grid-row: span 2; color: var(--orange); font-size: 42px; line-height: .9; }
.stock span { align-self: center; color: #dbe0e4; font-size: 12px; }
.stock i { width: 68%; height: 3px; border-radius: 99px; background: var(--orange); }
.prize-card > small { display: block; margin-top: 22px; color: #707c85; }

.membership { display: grid; grid-template-columns: 1fr 500px; align-items: center; gap: 110px; }
.membership__intro > p { max-width: 520px; margin-top: 28px; }
.price-card { padding: 33px; border: 1px solid rgba(198,255,0,.35); border-radius: 30px; background: linear-gradient(145deg,rgba(198,255,0,.1),rgba(9,15,19,.94) 42%); box-shadow: 0 40px 90px rgba(0,0,0,.32); }
.price-card__head { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price-card__head span { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.price-card__head p { margin: 7px 0 0; color: #909ba4; }
.price-card__head strong { display: block; color: var(--lime); font-size: 33px; line-height: 1; }
.price-card__head small { display: block; margin-top: 6px; color: #7e8992; text-align: right; }
.price-card ul { display: grid; gap: 15px; margin: 28px 0; padding: 0; list-style: none; color: #c5ccd1; font-size: 14px; }
.price-card li { display: flex; align-items: center; gap: 12px; }
.price-card li span { display: grid; width: 23px; height: 23px; border-radius: 50%; background: rgba(198,255,0,.12); color: var(--lime); font-size: 11px; place-items: center; }
.price-card .button { width: 100%; }
.price-card__note { margin: 18px 0 0; color: #6f7b84; font-size: 11px; line-height: 1.5; text-align: center; }

.creator { display: grid; grid-template-columns: 260px 1fr 310px; align-items: center; gap: 55px; padding-top: 85px; padding-bottom: 85px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.creator__photo { position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid rgba(56,204,255,.4); border-radius: 45% 45% 47% 47%; box-shadow: 0 0 70px rgba(56,204,255,.08); }
.creator__photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); }
.creator h2 { margin-bottom: 15px; font-size: 40px; letter-spacing: -.04em; }
.creator > div:nth-child(2) > p:last-child { margin: 0; color: #98a2aa; line-height: 1.6; }
.creator blockquote { margin: 0; padding-left: 24px; border-left: 2px solid var(--lime); color: #e7ebee; font-size: 20px; font-weight: 700; line-height: 1.45; }

.faq { display: grid; grid-template-columns: 350px 1fr; gap: 100px; }
.faq .section-heading { display: block; margin: 0; }
.faq-list { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 18px; background: rgba(12,19,25,.7); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--cyan); font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 700px; margin: 0; padding: 0 23px 23px; color: #8e9aa3; line-height: 1.6; }

.final-cta { position: relative; overflow: hidden; margin-bottom: 90px; padding: 100px 45px; border: 1px solid rgba(56,204,255,.25); border-radius: 34px; background: radial-gradient(circle at 82% 48%,rgba(56,204,255,.14),transparent 25%),linear-gradient(135deg,#0d171e,#070c10); text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 18px; font-size: clamp(46px,6vw,76px); line-height: .98; letter-spacing: -.06em; }
.final-cta > p:not(.eyebrow) { color: #909ba4; }
.final-cta .button { margin-top: 18px; }
.final-cta__orbit { position: absolute; top: 30px; right: 55px; width: 120px; height: 120px; border: 1px solid rgba(56,204,255,.16); border-radius: 50%; transform: rotate(-24deg); }
.final-cta__orbit::before { position: absolute; inset: 48px 22px; border: 3px solid var(--cyan); border-radius: 50%; content: ""; }
.final-cta__orbit i { position: absolute; top: 37px; right: 18px; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-bottom: 45px; color: #707b84; font-size: 11px; }
.site-footer p { margin: 0; }
.site-footer > div { display: flex; justify-self: end; gap: 20px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .12s; }
@keyframes ctaPulse { 0%,55%,100% { box-shadow: 0 14px 40px rgba(198,255,0,.09),0 0 0 0 rgba(198,255,0,.22); } 72% { box-shadow: 0 14px 40px rgba(198,255,0,.13),0 0 0 12px rgba(198,255,0,0); } }
@keyframes orangePulse { 0% { box-shadow: 0 0 0 0 rgba(255,138,42,.5); } 70% { box-shadow: 0 0 0 16px rgba(255,138,42,0); } 100% { box-shadow: 0 0 0 0 rgba(255,138,42,0); } }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; gap: 50px; min-height: auto; padding-top: 170px; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__facts, .eyebrow { justify-content: center; }
  .hero__visual { min-height: 650px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading { grid-template-columns: 1fr 330px; }
  .prize-layout, .membership { grid-template-columns: 1fr 420px; gap: 60px; }
  .creator { grid-template-columns: 210px 1fr; }
  .creator blockquote { grid-column: 2; }
  .faq { grid-template-columns: 270px 1fr; gap: 45px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 560px); }
  .site-header { top: 9px; width: calc(100% - 20px); min-height: 58px; padding: 8px 9px 8px 13px; border-radius: 16px; }
  .brand { font-size: 12px; }
  .brand__mark { flex-basis: 29px; width: 29px; height: 29px; }
  .brand__mark::before { width: 16px; height: 7px; }
  .header-cta { min-height: 40px; padding: 12px 13px; font-size: 10px; }
  .hero { gap: 10px; padding-top: 132px; padding-bottom: 75px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(45px,13.5vw,67px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; margin: 28px 0 35px; }
  .button { width: 100%; }
  .hero__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; text-align: left; }
  .hero__facts > div { display: block; padding: 11px; border: 1px solid var(--line); border-radius: 13px; background: rgba(11,18,24,.55); }
  .hero__facts strong { display: block; margin-bottom: 7px; }
  .hero__facts span { font-size: 10px; }
  .hero__visual { min-height: 550px; transform: scale(.94); }
  .phone-card { width: min(360px,100%); }
  .floating-card--progress { right: -6px; }
  .floating-card--community { bottom: 42px; left: -8px; }
  .orbit--one { width: 430px; height: 430px; }
  .orbit--two { width: 470px; }
  .manifesto { padding: 80px 0; }
  .manifesto h2 { font-size: 36px; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading .eyebrow { justify-content: flex-start; }
  .section-heading h2, .membership h2, .prize-copy h2 { font-size: 42px; }
  .section-heading > p { margin-top: 24px; }
  .steps-grid, .challenge-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 245px; }
  .step-card__icon { margin-top: 38px; }
  .program-card, .program-card--wide { grid-row: auto; min-height: 430px; }
  .program-card--wide { min-height: 500px; }
  .prize-section { padding: 90px 0; }
  .prize-layout, .membership { grid-template-columns: 1fr; gap: 48px; }
  .prize-copy .eyebrow, .membership .eyebrow { justify-content: flex-start; }
  .prize-card { min-height: 480px; }
  .creator { grid-template-columns: 100px 1fr; gap: 25px 20px; padding-top: 65px; padding-bottom: 65px; }
  .creator h2 { font-size: 30px; }
  .creator .eyebrow { justify-content: flex-start; }
  .creator__photo { border-radius: 35px; }
  .creator blockquote { grid-column: 1 / -1; font-size: 18px; }
  .faq { display: block; }
  .faq .section-heading { margin-bottom: 35px; }
  .faq .eyebrow { justify-content: flex-start; }
  .final-cta { margin-bottom: 55px; padding: 80px 20px; }
  .final-cta__orbit { top: 18px; right: -35px; opacity: .55; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; padding-bottom: 30px; text-align: center; }
  .site-footer > div { justify-self: center; }
}

@media (max-width: 380px) {
  .brand { gap: 7px; font-size: 10px; }
  .brand__mark { display: none; }
  .header-cta { padding-inline: 11px; }
  .hero__visual { margin-inline: -8px; transform: scale(.9); }
  .phone-card { border-radius: 30px; }
  .hero__facts span { font-size: 9px; }
  .price-card { padding: 24px 20px; }
  .price-card__head strong { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
