:root {
  --ink: #171310;
  --muted: #6c625a;
  --paper: #f8f5ef;
  --white: #fffdf9;
  --orange: #ff5a1f;
  --orange-dark: #d9400a;
  --lime: #dfff67;
  --line: rgba(23, 19, 16, .14);
  --shadow: 0 24px 80px rgba(55, 29, 14, .15);
  --radius: 30px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 99px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 50; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(248, 245, 239, .88); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font: 800 22px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 6px 18px rgba(66, 29, 8, .2); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); border-radius: 99px; padding: 11px 17px; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.nav-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 12px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s ease; }

.hero { min-height: 820px; padding-top: 148px; padding-bottom: 86px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; overflow: hidden; }
.eyebrow, .kicker { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 90, 31, .14); }
.hero h1, .section-heading h2, .audience-intro h2, .company-copy h2, .cta-inner h2 { font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.065em; }
.hero h1 { margin: 0; font-size: clamp(54px, 6.1vw, 88px); line-height: .97; max-width: 760px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; border-radius: 99px; padding: 0 24px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 10px 24px rgba(23, 19, 16, .2); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(23, 19, 16, .28); }
.button-ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, .38); }
.launch-note { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #39a459; box-shadow: 0 0 0 5px rgba(57, 164, 89, .12); }

.hero-stage { min-height: 610px; position: relative; display: grid; place-items: center; }
.hero-stage::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: var(--orange); box-shadow: 0 40px 120px rgba(255, 90, 31, .32); }
.stage-orbit { position: absolute; border: 1px solid rgba(23, 19, 16, .25); border-radius: 50%; }
.orbit-one { width: 590px; height: 420px; transform: rotate(-14deg); }
.orbit-two { width: 440px; height: 590px; transform: rotate(32deg); }
.phone { position: relative; background: #090909; border: 8px solid #111; border-radius: 40px; padding: 7px; box-shadow: var(--shadow); overflow: hidden; }
.phone-hero { width: 284px; height: 574px; transform: rotate(4deg); z-index: 2; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 27px; }
.phone-top { position: absolute; left: 50%; top: 13px; width: 92px; height: 23px; transform: translateX(-50%); background: #090909; border-radius: 99px; z-index: 3; }
.floating-chip { position: absolute; z-index: 4; padding: 12px 16px; background: rgba(255, 253, 249, .93); backdrop-filter: blur(8px); box-shadow: 0 14px 40px rgba(37, 21, 12, .18); border-radius: 16px; font-size: 13px; font-weight: 700; }
.floating-chip span { color: var(--orange); margin-right: 5px; }
.chip-one { left: 8px; top: 175px; transform: rotate(-5deg); }
.chip-two { right: 0; bottom: 130px; transform: rotate(4deg); }
.chip-two span { display: inline-grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--lime); color: var(--ink); }

.trust-strip { background: var(--ink); color: white; }
.trust-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: 10px 28px; border-right: 1px solid rgba(255,255,255,.14); font: 600 14px "Manrope", sans-serif; }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border-right: 0; }
.trust-grid span { color: var(--orange); margin-right: 12px; font-size: 11px; }

.section { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: 1.55fr .65fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading-solo { grid-template-columns: 1fr; }
.kicker { color: var(--orange-dark); }
.section-heading h2, .audience-intro h2, .company-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { min-height: 620px; position: relative; border-radius: var(--radius); overflow: hidden; padding: 40px; background: var(--white); border: 1px solid rgba(23, 19, 16, .08); }
.feature-copy { position: relative; z-index: 3; max-width: 440px; }
.feature-number { display: inline-block; margin-bottom: 70px; font: 700 12px "Manrope", sans-serif; color: var(--orange-dark); }
.feature-copy h3 { margin: 0; font: 800 34px/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.feature-copy p { margin: 16px 0 0; color: var(--muted); line-height: 1.65; }
.feature-video { background: var(--orange); color: #241006; }
.feature-video .feature-number, .feature-video .feature-copy p { color: #52200e; }
.feed-preview { position: absolute; left: 34px; right: 34px; bottom: 34px; min-height: 280px; padding: 25px; display: grid; grid-template-columns: repeat(3, 1fr); align-content: start; gap: 12px; background: #171310; color: white; border-radius: 28px; transform: rotate(-2deg); box-shadow: var(--shadow); }
.feed-preview > span { padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.22); color: #8f8882; font: 700 12px "Manrope", sans-serif; text-align: center; }
.feed-preview > span:first-child { color: white; border-color: var(--orange); }
.feed-preview > div { grid-column: 1 / -1; min-height: 170px; display: grid; align-content: center; gap: 3px; }
.feed-preview b { font: 800 38px/.95 "Manrope", sans-serif; letter-spacing: -.05em; }
.feed-preview b:nth-child(2) { color: var(--orange); }
.feed-preview b:nth-child(3) { color: var(--lime); }
.feature-discover { background: #dbfb7b; }
.mini-phone { position: absolute; width: 310px; height: 365px; bottom: -30px; left: 50%; transform: translateX(-50%) rotate(3deg); border: 7px solid #161310; border-radius: 34px 34px 0 0; overflow: hidden; box-shadow: var(--shadow); background: black; }
.mini-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.feature-party { background: #3024a9; color: white; }
.feature-party .feature-number { color: #bfb8ff; }
.feature-party .feature-copy p { color: #d4d0ff; }
.vote-card { position: absolute; left: 38px; right: 38px; bottom: 38px; padding: 26px; background: #fbf8f2; color: var(--ink); border-radius: 24px; transform: rotate(-2deg); box-shadow: var(--shadow); }
.vote-card > p { margin: 22px 0 18px; font: 800 24px "Manrope", sans-serif; }
.vote-avatars { display: flex; align-items: center; }
.vote-avatars span, .vote-avatars b { width: 38px; height: 38px; margin-right: -8px; display: grid; place-items: center; border: 3px solid #fbf8f2; border-radius: 50%; background: var(--orange); color: white; font-size: 12px; }
.vote-avatars span:nth-child(2) { background: #3024a9; }
.vote-avatars span:nth-child(3) { background: #249d82; }
.vote-avatars b { background: var(--ink); font-weight: 600; }
.vote-row { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
.vote-row strong { color: #3024a9; }
.vote-row.muted { margin-top: 15px; color: var(--muted); }
.vote-meter { height: 8px; margin-top: 8px; background: #dedad2; border-radius: 99px; overflow: hidden; }
.vote-meter i { display: block; width: 78%; height: 100%; background: #3024a9; border-radius: inherit; }
.muted-meter i { width: 40%; background: #a39d94; }
.feature-order { background: #171310; color: white; }
.feature-order .feature-number { color: var(--orange); }
.feature-order .feature-copy p { color: #aaa19a; }
.order-ticket { position: absolute; left: 38px; right: 38px; bottom: 38px; padding: 26px; background: #fffdf9; color: var(--ink); border-radius: 24px; }
.order-ticket > div { display: flex; justify-content: space-between; color: #39a459; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.order-ticket > div b { color: var(--muted); }
.order-ticket h4 { margin: 18px 0 24px; font: 800 25px/1.15 "Manrope", sans-serif; letter-spacing: -.04em; }
.order-ticket ol { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; position: relative; }
.order-ticket ol::before { content: ""; position: absolute; top: 13px; left: 14%; right: 14%; height: 2px; background: #dedad2; }
.order-ticket li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; color: #9f9790; font-size: 11px; }
.order-ticket li i { width: 28px; height: 28px; display: grid; place-items: center; background: #dedad2; border-radius: 50%; font-style: normal; }
.order-ticket li.done i, .order-ticket li.active i { background: var(--orange); color: white; }
.order-ticket li.done, .order-ticket li.active { color: var(--ink); }

.feature-demand { background: #ffe6d8; }
.feature-demand .feature-number { color: var(--orange-dark); }
.demand-card { position: absolute; left: 38px; right: 38px; bottom: 38px; padding: 28px; background: var(--white); border: 1px solid rgba(23,19,16,.12); border-radius: 24px; box-shadow: var(--shadow); }
.demand-card > p { margin: 0 0 14px; color: var(--orange-dark); font: 700 12px "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.demand-card > strong { display: block; max-width: 330px; font: 800 27px/1.12 "Manrope", sans-serif; letter-spacing: -.04em; }
.demand-card > div { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.demand-card span { color: var(--muted); font-size: 13px; font-weight: 700; }
.demand-card b { padding: 13px 17px; background: var(--orange); border-radius: 99px; font-size: 12px; }

.feature-creator { background: #dff3ea; }
.feature-creator .feature-number { color: #167151; }
.creator-card { position: absolute; left: 38px; right: 38px; bottom: 38px; padding: 28px; background: #102b22; color: white; border-radius: 24px; transform: rotate(1.5deg); box-shadow: var(--shadow); }
.creator-card > span { color: #87cbb3; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.creator-card > strong { display: block; margin-top: 18px; font: 800 28px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.creator-card > p { color: #b6d4c9; }
.creator-card > b { display: inline-block; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid #87cbb3; color: #b9ffdf; font-size: 13px; }

.screens-section { background: #0c0a09; color: white; }
.screens-section .section-heading > p { color: #aaa19a; }
.screens-section .kicker { color: #ff865a; }
.screen-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 26px; }
.app-screen { min-width: 0; margin: 0; }
.app-screen > div { overflow: hidden; border: 8px solid #27221f; border-radius: 38px; background: black; box-shadow: 0 28px 70px rgba(0,0,0,.42); }
.app-screen img { width: 100%; height: auto; }
.app-screen figcaption { display: grid; gap: 6px; padding: 18px 8px 0; }
.app-screen figcaption b { font: 700 17px "Manrope", sans-serif; }
.app-screen figcaption span { color: #8f8882; font-size: 13px; line-height: 1.5; }

.audience-section { background: #f0ece4; }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.audience-intro { position: sticky; top: 140px; align-self: start; }
.audience-intro > p:last-child { color: var(--muted); line-height: 1.75; font-size: 17px; margin-top: 26px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-item { min-height: 180px; display: grid; grid-template-columns: 54px 1fr 40px; gap: 24px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.audience-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 22px; }
.audience-item h3 { margin: 0 0 12px; font: 800 25px "Manrope", sans-serif; letter-spacing: -.035em; }
.audience-item p { margin: 0; color: var(--muted); line-height: 1.65; }
.audience-arrow { color: var(--orange-dark); font-size: 11px; font-weight: 700; }

.company-section { background: var(--ink); color: white; }
.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.company-visual { min-height: 620px; position: relative; display: grid; place-items: center; background: var(--orange); border-radius: 36px; overflow: hidden; }
.company-visual::before, .company-visual::after { content: ""; position: absolute; border: 1px solid rgba(33, 14, 7, .28); border-radius: 50%; }
.company-visual::before { width: 520px; height: 520px; }
.company-visual::after { width: 340px; height: 340px; }
.company-mark { position: relative; z-index: 2; width: 210px; height: 210px; transform: rotate(-6deg); border-radius: 50px; overflow: hidden; box-shadow: 0 35px 80px rgba(63, 20, 5, .33); }
.company-mark img { width: 100%; height: 100%; object-fit: cover; }
.company-tag { position: absolute; right: 25px; bottom: 25px; font: 800 12px/1.7 "Manrope", sans-serif; color: rgba(33,14,7,.7); }
.company-copy .kicker { color: #ff865a; }
.company-copy > p:not(.kicker) { max-width: 620px; color: #bbb3ad; font-size: 17px; line-height: 1.75; }
.company-facts { margin: 38px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.company-facts > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.company-facts dt { color: #817b76; font-size: 13px; }
.company-facts dd { margin: 0; font-size: 14px; }

.cta-section { padding: 105px 0; background: var(--orange); color: #261006; }
.cta-inner .kicker { color: #65230b; }
.cta-inner h2 { margin: 0; max-width: 880px; font-size: clamp(52px, 7.7vw, 108px); line-height: .95; }
.cta-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button-light { background: var(--white); color: var(--ink); }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.site-footer { background: #0c0a09; color: white; padding: 72px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; padding-bottom: 70px; }
.footer-brand { font-size: 28px; }
.footer-top > div:first-child > p { color: #817b76; margin: 18px 0; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links h2 { color: #817b76; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; margin: 0 0 20px; }
.footer-links a { display: block; width: max-content; margin: 11px 0; color: #d8d2cd; text-decoration: none; font-size: 14px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #817b76; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

/* Legal and support pages */
.subpage { min-height: 100vh; background: var(--white); }
.subpage .site-header { background: rgba(255,253,249,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.subpage-main { padding: 170px 0 110px; }
.subpage-hero { max-width: 840px; margin-bottom: 70px; }
.subpage-hero h1 { margin: 0; font: 800 clamp(50px, 7vw, 82px)/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.subpage-hero > p { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 720px; }
.updated { display: inline-block; margin-top: 16px; color: var(--orange-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.content-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: 90px; }
.content-nav { position: sticky; top: 125px; align-self: start; }
.content-nav p { margin: 0 0 14px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 700; }
.content-nav a { display: block; padding: 8px 0; text-decoration: none; font-size: 14px; }
.legal-content section, .support-content section { scroll-margin-top: 130px; margin-bottom: 54px; }
.legal-content h2, .support-content h2 { margin: 0 0 16px; font: 800 28px/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.legal-content h3, .support-content h3 { margin: 28px 0 10px; font: 700 18px "Manrope", sans-serif; }
.legal-content p, .legal-content li, .support-content p, .support-content li { color: #5d554f; line-height: 1.75; }
.legal-content a, .support-content a { color: var(--orange-dark); }
.legal-content li + li { margin-top: 8px; }
.notice-card { padding: 24px; border-radius: 20px; background: #f3eee6; border: 1px solid var(--line); }
.contact-card { margin-top: 55px; padding: 36px; background: var(--ink); color: white; border-radius: 28px; }
.contact-card h2 { font-size: 32px; }
.contact-card p { color: #bcb4ae; }
.contact-card .button { margin-top: 8px; background: var(--orange); color: #241006; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; background: none; border: 0; text-align: left; color: var(--ink); font: 700 18px "Manrope", sans-serif; cursor: pointer; }
.faq-item button span:last-child { color: var(--orange-dark); }
.faq-answer { display: none; padding: 0 45px 24px 0; }
.faq-item.open .faq-answer { display: block; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 62px; }
.support-option { padding: 28px; border: 1px solid var(--line); border-radius: 22px; text-decoration: none; transition: .2s ease; }
.support-option:hover { transform: translateY(-3px); border-color: var(--orange); }
.support-option span { color: var(--orange-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.support-option h2 { margin: 32px 0 8px; font-size: 23px; }
.support-option p { margin: 0; font-size: 14px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 140px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .launch-note { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-stage { min-height: 640px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .trust-grid p { border: 0; padding: 12px 0; }
  .section-heading, .audience-grid, .company-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { align-items: start; }
  .feature-grid { grid-template-columns: 1fr; }
  .screen-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-intro { position: static; }
  .company-visual { min-height: 520px; }
  .footer-top { grid-template-columns: 1fr; }
  .content-layout { grid-template-columns: 1fr; gap: 30px; }
  .content-nav { display: none; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 30px); --radius: 24px; }
  .nav-wrap { min-height: 72px; }
  .brand { font-size: 20px; }
  .brand img { width: 38px; height: 38px; }
  .nav-toggle { display: block; position: relative; z-index: 3; }
  .nav-open .nav-toggle > span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .nav-toggle > span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { display: none; position: fixed; inset: 0; z-index: 2; background: var(--paper); padding: 120px 24px 40px; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 21px; }
  .site-nav .nav-cta { margin-top: 20px; padding-inline: 20px; text-align: center; border: 0; background: var(--orange); }
  .hero { padding-top: 118px; padding-bottom: 55px; gap: 20px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-stage { min-height: 560px; transform: scale(.9); margin: -20px 0; }
  .hero-stage::before { width: 420px; height: 420px; }
  .orbit-one { width: 480px; height: 360px; }
  .orbit-two { width: 350px; height: 470px; }
  .phone-hero { width: 250px; height: 510px; }
  .chip-one { left: -20px; }
  .chip-two { right: -20px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 40px; gap: 24px; }
  .section-heading h2, .audience-intro h2, .company-copy h2 { font-size: 40px; }
  .feature-card { min-height: 570px; padding: 28px; }
  .feature-number { margin-bottom: 48px; }
  .feature-copy h3 { font-size: 30px; }
  .feed-preview { left: 18px; right: 18px; bottom: 18px; }
  .vote-card, .order-ticket, .demand-card, .creator-card { left: 20px; right: 20px; bottom: 20px; }
  .screen-gallery { grid-template-columns: 1fr; gap: 44px; }
  .app-screen { max-width: 390px; margin-inline: auto; }
  .audience-item { grid-template-columns: 46px 1fr; gap: 15px; }
  .audience-arrow { display: none; }
  .audience-icon { width: 44px; height: 44px; }
  .company-visual { min-height: 420px; }
  .company-mark { width: 170px; height: 170px; }
  .company-facts > div { grid-template-columns: 90px 1fr; }
  .cta-section { padding: 78px 0; }
  .cta-inner h2 { font-size: 55px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .text-link { text-align: center; border: 0; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
  .subpage-main { padding: 125px 0 80px; }
  .subpage-hero { margin-bottom: 45px; }
  .subpage-hero h1 { font-size: 51px; }
  .support-grid { grid-template-columns: 1fr; }
}

