@font-face { font-family: "Bungee"; src: url("/assets/fonts/Bungee-latin.woff2") format("woff2"); font-weight: 400; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Bungee"; src: url("/assets/fonts/Bungee-latin-ext.woff2") format("woff2"); font-weight: 400; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Archivo"; src: url("/assets/fonts/Archivo-latin.woff2") format("woff2"); font-weight: 400 900; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Archivo"; src: url("/assets/fonts/Archivo-latin-ext.woff2") format("woff2"); font-weight: 400 900; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --ink: #0a0b0e;
  --ground: #111216;
  --surface: #1b1d23;
  --surface-raised: #23262d;
  --ivory: #f4f1e9;
  --muted: #a9a8a2;
  --line: #34363d;
  --lime: #d5f906;
  --violet: #a884ff;
  --amber: #ffc84d;
  --danger: #ff7979;
  --display: "Bungee", "Arial Black", sans-serif;
  --body: "Archivo", system-ui, sans-serif;
  --shell: min(100% - 2.5rem, 76rem);
  --cut: 1rem;
  --section-space: clamp(5rem, 10vw, 9rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); color-scheme: dark; }
body { margin: 0; background: var(--ground); color: var(--ivory); font-family: var(--body); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, select { font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.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; z-index: 1000; top: 0.75rem; left: 0.75rem; padding: 0.75rem 1rem; background: var(--lime); color: var(--ink); font-weight: 800; transform: translateY(-180%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 0.2rem solid var(--lime); outline-offset: 0.25rem; }

#site-header { position: absolute; z-index: 30; inset: 0 0 auto; border-bottom: 1px solid color-mix(in srgb, var(--ivory) 10%, transparent); }
.site-header__inner { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; font-family: var(--display); letter-spacing: 0.04em; }
.brand img { width: 2.75rem; height: 2.75rem; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: 0.88rem; font-weight: 650; }
.primary-nav > a { text-decoration: none; color: var(--muted); transition: color 160ms ease; }
.primary-nav > a:hover { color: var(--ivory); }
.primary-nav .nav-cta { color: var(--ink); background: var(--lime); padding: 0.6rem 0.9rem; clip-path: polygon(0.55rem 0, 100% 0, 100% calc(100% - 0.55rem), calc(100% - 0.55rem) 100%, 0 100%, 0 0.55rem); }
.language-picker select { min-height: 2.75rem; max-width: 8.5rem; border: 1px solid var(--line); border-radius: 0; background: var(--ink); color: var(--ivory); padding: 0.5rem 2rem 0.5rem 0.75rem; }
.menu-button { display: none; width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); background: var(--ink); padding: 0.75rem; }
.menu-button i { display: block; height: 2px; margin-block: 0.3rem; background: var(--ivory); }

.hero { position: relative; min-height: 100svh; padding-top: 8rem; background: var(--ink); overflow: clip; }
.hero__texture, .download__texture, .page-hero__texture { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,14,.2), rgba(10,11,14,.72)), url("/assets/images/bidbang-atmosphere.webp") center / cover; opacity: 0.84; }
.hero__inner { position: relative; min-height: calc(100svh - 14rem); display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr); align-items: center; gap: 3rem; }
.hero__copy { position: relative; z-index: 3; padding-block: 4rem; }
.eyebrow, .section-kicker { color: var(--lime); font-weight: 800; font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 0.65rem; }
.eyebrow span { width: 1.8rem; height: 0.12rem; background: var(--lime); }
.hero h1 { max-width: 12ch; margin-bottom: 1.5rem; font: 400 clamp(2.7rem, 6vw, 6rem) / 0.98 var(--display); letter-spacing: -0.025em; }
.hero__intro { max-width: 38rem; color: #d2d0ca; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2.25rem; }
.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ivory); padding: 0.8rem 1.25rem; font-weight: 800; text-decoration: none; cursor: pointer; clip-path: polygon(0.65rem 0, 100% 0, 100% calc(100% - 0.65rem), calc(100% - 0.65rem) 100%, 0 100%, 0 0.65rem); }
.button--primary { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.button:disabled { cursor: not-allowed; opacity: 0.55; }
.text-link { display: inline-flex; gap: 0.7rem; font-weight: 700; text-underline-offset: 0.4rem; }
.hero__visual { position: relative; align-self: stretch; min-height: 44rem; }
.phone { position: relative; margin: 0; padding: 0.5rem; background: var(--surface-raised); border: 1px solid #4a4c52; border-radius: 2.35rem; box-shadow: 0 2rem 5rem rgba(0,0,0,.4); overflow: hidden; }
.phone::after { content: ""; position: absolute; inset: 0.35rem; border: 1px solid rgba(255,255,255,.08); border-radius: 2rem; pointer-events: none; }
.phone img { width: 100%; height: 100%; border-radius: 1.92rem; object-fit: cover; }
.phone__speaker { position: absolute; z-index: 2; top: 0.85rem; left: 50%; width: 24%; height: 0.3rem; border-radius: 1rem; transform: translateX(-50%); background: #050506; }
.hero-phone { position: absolute; width: clamp(13rem, 20vw, 17rem); aspect-ratio: 554 / 1201; }
.hero-phone--back { top: 13%; left: 0; transform: rotate(-8deg); opacity: 0.65; }
.hero-phone--front { z-index: 2; top: 4%; left: 29%; transform: rotate(2deg); animation: phone-float 7s ease-in-out infinite; }
.hero-phone--result { top: 18%; right: -2%; transform: rotate(9deg); opacity: 0.84; }
.bid-pulse { position: absolute; z-index: 4; right: 7%; bottom: 12%; display: flex; align-items: center; gap: 0.4rem; padding: 0.65rem 1rem; background: var(--lime); color: var(--ink); font-family: var(--display); font-size: 1.25rem; clip-path: polygon(0.55rem 0, 100% 0, 100% calc(100% - 0.55rem), calc(100% - 0.55rem) 100%, 0 100%, 0 0.55rem); animation: chip-pulse 3s ease-in-out infinite; }
.proof { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.proof div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0.85rem; min-height: 6rem; padding: 1rem clamp(0.8rem, 2vw, 1.5rem); border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { color: var(--lime); font: 400 1.4rem var(--display); }
.proof span { color: var(--muted); font-size: 0.85rem; line-height: 1.25; }

.section { padding-block: var(--section-space); }
.section-title { max-width: 17ch; margin-bottom: 3rem; font: 400 clamp(2rem, 4vw, 4.25rem) / 1.08 var(--display); letter-spacing: -0.02em; }
.how { background: var(--ground); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut)); }
.step-card { min-height: 22rem; padding: clamp(1.5rem, 3vw, 2.6rem); background: var(--surface); }
.step-card__number { color: var(--violet); font: 400 3rem var(--display); }
.step-card h3 { margin: 5rem 0 1rem; font-size: 1.4rem; }
.step-card p { color: var(--muted); margin-bottom: 0; }

.judge { background: var(--ink); }
.judge__grid { display: grid; grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.judge__screen { position: relative; min-height: 42rem; display: grid; place-items: center; background: radial-gradient(circle, rgba(168,132,255,.15), transparent 58%); }
.judge-phone { width: min(17rem, 80%); aspect-ratio: 554 / 1201; transform: rotate(-3deg); }
.score-chip { position: absolute; display: grid; place-items: center; width: 5.2rem; aspect-ratio: 1; background: var(--violet); color: var(--ink); font: 400 1.55rem var(--display); clip-path: polygon(22% 0, 100% 0, 100% 78%, 78% 100%, 0 100%, 0 22%); }
.score-chip--one { top: 13%; right: 7%; }
.score-chip--two { bottom: 12%; left: 4%; background: var(--amber); }
.judge__copy > p:not(.section-kicker) { max-width: 42rem; color: var(--muted); font-size: 1.08rem; }
.judge__copy blockquote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 0.25rem solid var(--violet); color: var(--ivory); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 650; }
.judge__copy ul { list-style: none; padding: 0; }
.judge__copy li { display: flex; gap: 0.75rem; margin: 0.7rem 0; color: #d1cfd6; }
.judge__copy li span { color: var(--lime); }

.gallery-section { padding-bottom: calc(var(--section-space) + 1rem); background: var(--ground); }
.gallery-heading { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: end; }
.gallery-heading > p { max-width: 32rem; color: var(--muted); }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(14rem, 18rem); gap: 1.5rem; margin-top: 2rem; padding: 2rem max(1.25rem, calc((100vw - 76rem) / 2)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--lime) var(--surface); }
.gallery__item { position: relative; scroll-snap-align: center; }
.gallery__item:nth-child(even) { transform: translateY(1.5rem); }
.gallery__item .phone { aspect-ratio: 554 / 1201; border-radius: 2rem; }
.gallery__item .phone img { border-radius: 1.65rem; }
.gallery__item figcaption { margin-top: 1rem; color: var(--muted); font-weight: 700; }
.gallery__index { position: absolute; z-index: 2; top: -1.1rem; left: -0.4rem; padding: 0.25rem 0.65rem; background: var(--lime); color: var(--ink); font: 400 0.75rem var(--display); }

.download { position: relative; overflow: hidden; background: var(--ink); }
.download__texture { opacity: 0.6; transform: scaleX(-1); }
.download__inner { position: relative; display: grid; grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.download__logo { filter: drop-shadow(0 2rem 3rem rgba(0,0,0,.5)); animation: logo-drift 9s ease-in-out infinite; }
.download .section-title { margin-bottom: 1.5rem; }
.download p:not(.section-kicker) { max-width: 40rem; color: var(--muted); font-size: 1.08rem; }
.store-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2rem; }
.store-badge { display: inline-flex; min-height: 3.75rem; align-items: center; justify-content: center; }
.store-badge img { height: 3.25rem; width: auto; object-fit: contain; }
.store-badge--apple img { height: 3rem; }
.store-badge.is-disabled { opacity: 0.58; filter: grayscale(.25); cursor: not-allowed; }

.faq { background: var(--ground); }
.faq__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.faq__items details { border-top: 1px solid var(--line); }
.faq__items details:last-child { border-bottom: 1px solid var(--line); }
.faq__items summary { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.4rem 0; cursor: pointer; font-size: 1.08rem; font-weight: 750; list-style: none; }
.faq__items summary::-webkit-details-marker { display: none; }
.faq__items summary span { width: 1rem; height: 1rem; position: relative; }
.faq__items summary span::before, .faq__items summary span::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: var(--lime); }
.faq__items summary span::after { transform: rotate(90deg); transition: transform 160ms ease; }
.faq__items details[open] summary span::after { transform: rotate(0); }
.faq__items details p { max-width: 42rem; padding-right: 2rem; color: var(--muted); }

#site-footer { background: var(--ink); border-top: 1px solid var(--line); }
.footer__inner { min-height: 12rem; display: grid; grid-template-columns: 0.6fr 1.4fr; align-content: center; align-items: center; gap: 2rem; }
.footer-brand { display: flex; flex-direction: column; font-family: var(--display); }
.footer-brand small { margin-top: 0.4rem; color: var(--muted); font: 400 0.75rem var(--body); }
.footer__inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 2rem; }
.footer__inner nav a { color: var(--muted); font-size: 0.88rem; text-underline-offset: 0.3rem; }
.footer-notes { grid-column: 1 / -1; text-align: right; }
.footer-notes p { margin: 0.2rem 0; color: #777873; font-size: 0.72rem; }

.page-hero { position: relative; padding: 10rem 0 5rem; background: var(--ink); overflow: hidden; }
.page-hero.compact { padding-bottom: 4rem; }
.page-hero .shell { position: relative; }
.back-link { display: inline-block; margin-bottom: 4rem; color: var(--muted); text-underline-offset: 0.35rem; }
.page-hero h1 { max-width: 16ch; margin-bottom: 1.5rem; font: 400 clamp(2.4rem, 5vw, 5rem) / 1.05 var(--display); }
.page-hero__intro { max-width: 48rem; color: #c4c2bc; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.status { display: inline-flex; align-items: center; gap: 0.65rem; margin-top: 1rem; color: var(--amber); font-size: 0.85rem; font-weight: 700; }
.status span { width: 0.6rem; height: 0.6rem; background: var(--amber); transform: rotate(45deg); }
.outline-section, .support-section, .delete-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--ground); }
.outline-grid { display: grid; grid-template-columns: minmax(13rem, 0.35fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.outline-grid aside { position: sticky; top: 2rem; padding: 1.4rem; background: var(--surface); border-left: 0.25rem solid var(--amber); }
.outline-grid aside strong { display: block; margin-bottom: 0.65rem; color: var(--amber); }
.outline-grid aside p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.outline-list { border-top: 1px solid var(--line); }
.outline-list--wide { max-width: 58rem; margin-inline: auto; }
.outline-item { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.outline-item h2 { margin-bottom: 0.75rem; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.outline-item p { max-width: 52rem; margin-bottom: 0; color: var(--muted); }

.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.support-card { min-height: 24rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--surface); clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut)); }
.support-card--primary { background: var(--violet); color: var(--ink); }
.support-card__mark { display: block; font: 400 3rem var(--display); }
.support-card h2 { margin: 3rem 0 1rem; font: 400 clamp(1.5rem, 3vw, 2.4rem) var(--display); }
.support-card p, .support-card li { max-width: 37rem; }
.support-card:not(.support-card--primary) li { color: var(--muted); margin-bottom: 0.65rem; }
.support-card .button { margin-top: 1.5rem; background: var(--ink); }
.contact-page { position: relative; min-height: 75vh; padding-block: clamp(8rem, 14vw, 12rem) clamp(5rem, 9vw, 8rem); overflow: hidden; background: var(--ink); }
.contact-page__texture { position: absolute; inset: 0; opacity: 0.16; background: url("/assets/images/bidbang-atmosphere.webp") center / cover; }
.contact-page__inner { position: relative; display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.contact-page__heading h1 { max-width: 9ch; margin: 0.8rem 0 1.25rem; font: 400 clamp(2.8rem, 7vw, 5.8rem)/0.98 var(--display); }
.contact-page__heading > p:last-child { max-width: 30rem; color: var(--muted); font-size: 1.1rem; }
.contact-form { display: grid; gap: 1.1rem; margin: 0; padding: clamp(1.4rem, 4vw, 2.5rem); background: var(--surface); clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut)); }
.contact-form label { display: grid; gap: 0.5rem; color: var(--ivory); font-weight: 750; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 0.95rem 1rem; background: var(--surface-raised); color: var(--ivory); font: inherit; resize: vertical; transition: border-color 160ms ease, background 160ms ease; }
.contact-form input:hover, .contact-form textarea:hover { border-color: var(--muted); }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { border-color: var(--lime); outline: 2px solid var(--lime); outline-offset: 2px; background: var(--ink); }
.contact-form textarea { min-height: 11rem; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 0.4rem; }
.contact-form .button { flex: 0 0 auto; margin: 0; }
.form-privacy, .form-status { margin: 0; font-size: 0.9rem; }
.form-privacy { max-width: 25rem; color: var(--muted); }
.form-privacy a { color: var(--ivory); font-weight: 800; }
.form-status { min-height: 1.4em; font-weight: 800; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.legal-shell { min-height: 70vh; padding-block: clamp(7rem, 12vw, 10rem) clamp(4rem, 8vw, 7rem); background: var(--ground); }
.legal-layout { max-width: 52rem; }
.legal-document { min-width: 0; }
.legal-document h1 { margin: 0 0 2.5rem; font: 400 clamp(2.2rem, 6vw, 4.8rem)/1.02 var(--display); overflow-wrap: anywhere; }
.legal-document h2 { margin: 3.5rem 0 1rem; font: 400 clamp(1.35rem, 3vw, 2rem)/1.15 var(--display); scroll-margin-top: 7rem; }
.legal-document h3, .legal-document h4 { margin: 2rem 0 0.75rem; line-height: 1.25; scroll-margin-top: 7rem; }
.legal-document p, .legal-document li { color: var(--muted); line-height: 1.75; }
.legal-document ul { padding-left: 1.3rem; }
.legal-document li + li { margin-top: 0.55rem; }
.legal-document hr { margin-block: 3rem; border: 0; border-top: 1px solid var(--line); }
.legal-loading { color: var(--muted); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; gap: 2rem; }
.topic-grid article { border-top: 2px solid var(--lime); padding-top: 1.3rem; }
.topic-grid h2 { font-size: 1.1rem; }
.topic-grid p { color: var(--muted); }

.subheading { margin-bottom: 2rem; font: 400 clamp(1.7rem, 3vw, 2.5rem) var(--display); }
.delete-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.delete-steps article { padding: 2rem; background: var(--surface); }
.delete-steps span { color: var(--lime); font: 400 2rem var(--display); }
.delete-steps h3 { margin: 3rem 0 0.7rem; }
.delete-steps p { color: var(--muted); }
.data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 4rem; }
.data-grid article { padding: clamp(1.5rem, 4vw, 3rem); background: var(--surface); }
.data-grid li { margin-bottom: 0.5rem; color: var(--muted); }
.data-grid .retention { border-left: 0.25rem solid var(--amber); }
.data-grid .retention p { color: var(--muted); }
.request-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: 1.5rem; background: var(--ink); }
.request-panel p { margin: 0; color: var(--muted); }

.app-gateway { position: relative; min-height: 100svh; display: grid; place-items: center; padding: 8rem 0 5rem; background: var(--ink); overflow: hidden; }
.app-gateway__texture { position: absolute; inset: 0; background: linear-gradient(rgba(10,11,14,.6), rgba(10,11,14,.88)), url("/assets/images/bidbang-atmosphere.webp") center / cover; }
.app-gateway__inner { position: relative; display: flex; max-width: 46rem; flex-direction: column; align-items: center; text-align: center; }
.app-gateway__inner > img { width: min(14rem, 58vw); filter: drop-shadow(0 2rem 3rem rgba(0,0,0,.5)); }
.app-gateway h1 { max-width: 12ch; margin: 1rem 0; font: 400 clamp(2.4rem, 6vw, 5rem) / 1.05 var(--display); }
.app-gateway__inner > p:not(.section-kicker, .gateway-error) { max-width: 34rem; color: var(--muted); font-size: 1.08rem; }
.app-gateway .back-link { margin: 2rem 0 0; }
.gateway-error { margin: 1rem 0 0; color: var(--amber); font-weight: 700; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-in 600ms ease both; }
.step-card:nth-child(2).reveal { animation-delay: 90ms; }
.step-card:nth-child(3).reveal { animation-delay: 180ms; }
.noscript { margin: 0; padding: 1rem; background: var(--amber); color: var(--ink); text-align: center; }

@keyframes phone-float { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-0.8rem); } }
@keyframes logo-drift { 0%, 100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-0.65rem); } }
@keyframes chip-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes reveal-in { from { opacity: 0; transform: translateY(1.25rem); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 62rem) {
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 1.25rem; left: 1.25rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 0.75rem; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 1.5rem 3rem rgba(0,0,0,.45); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { min-height: 3rem; display: flex; align-items: center; padding-inline: 0.75rem; }
  .primary-nav .nav-cta { margin-block: 0.5rem; }
  .language-picker select { width: 100%; max-width: none; }
  .hero { min-height: auto; }
  .hero__inner { min-height: 48rem; grid-template-columns: 1fr 0.9fr; }
  .hero__visual { min-height: 38rem; }
  .hero-phone--back { display: none; }
  .hero-phone--front { left: 2%; }
  .hero-phone--result { right: -18%; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-card h3 { margin-top: 2.5rem; }
  .judge__grid { gap: 3rem; }
  .judge__screen { min-height: 36rem; }
}

@media (max-width: 45rem) {
  :root { --shell: min(100% - 2rem, 76rem); --section-space: 4.75rem; }
  .site-header__inner { min-height: 4.5rem; }
  .brand img { width: 2.25rem; height: 2.25rem; }
  .hero { padding-top: 6.5rem; }
  .hero__inner { display: flex; min-height: auto; flex-direction: column; gap: 0; }
  .hero__copy { width: 100%; min-width: 0; padding: 3rem 0 1rem; }
  .hero h1 { max-width: 100%; font-size: clamp(2.25rem, 10.5vw, 3.35rem); overflow-wrap: normal; }
  .hero__intro { max-width: 100%; }
  .eyebrow { flex-wrap: wrap; font-size: 0.68rem; letter-spacing: 0.11em; }
  .hero__visual { width: 100%; min-height: 32rem; }
  .hero-phone { width: min(51vw, 13.5rem); }
  .hero-phone--front { top: 2rem; left: 5%; }
  .hero-phone--result { top: 5rem; right: 3%; }
  .bid-pulse { right: 2%; bottom: 7%; }
  .proof { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .proof div { min-height: 5.3rem; }
  .section-title { margin-bottom: 2rem; }
  .judge__grid, .gallery-heading, .download__inner, .faq__grid, .outline-grid, .support-grid, .topic-grid, .delete-steps, .data-grid { grid-template-columns: 1fr; }
  .judge__screen { min-height: 34rem; order: 2; }
  .judge__copy { order: 1; }
  .gallery-heading { gap: 0; }
  .gallery { grid-auto-columns: minmax(13rem, 72vw); padding-top: 1.5rem; }
  .download__logo { width: min(15rem, 70vw); margin-inline: auto; }
  .download__inner { text-align: center; }
  .download .section-title, .download p:not(.section-kicker) { margin-inline: auto; }
  .store-row { justify-content: center; }
  .faq__grid { gap: 1rem; }
  .footer__inner { grid-template-columns: 1fr; padding-block: 3rem; }
  .footer__inner nav { justify-content: flex-start; }
  .footer-notes { text-align: left; }
  .page-hero { padding-top: 8rem; }
  .back-link { margin-bottom: 3rem; }
  .outline-grid aside { position: static; }
  .support-card { min-height: auto; }
  .support-card h2 { margin-top: 2rem; }
  .contact-page__inner, .form-grid, .legal-layout { grid-template-columns: 1fr; }
  .contact-page__inner { gap: 2rem; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .contact-form .button { width: 100%; justify-content: center; }
  .delete-steps { background: transparent; gap: 1rem; }
  .request-panel { align-items: stretch; flex-direction: column; }
}

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

@media (prefers-contrast: more) {
  :root { --muted: #d1d0ca; --line: #666971; }
}
