:root {
  color-scheme: dark;
  --ea-bg: #0e0d0c;
  --ea-panel: #17191b;
  --ea-panel-raised: #202326;
  --ea-line: #343a3e;
  --ea-text: #fff8f1;
  --ea-muted: #b0b8c1;
  --ea-orange: #ff8a1f;
  --ea-orange-light: #ffb56d;
  --ea-green: #72e6a4;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--ea-bg); color: var(--ea-text); font: 15px/1.55 Inter, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--ea-orange-light); outline-offset: 3px; }
.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; }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 1320px; margin: 0 auto; padding: 13px 32px; border-bottom: 1px solid rgba(255,255,255,.07); }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { display: block; width: 188px; max-width: 42vw; height: 48px; object-fit: contain; object-position: left center; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-select { min-height: 38px; padding: 0 32px 0 12px; border: 1px solid var(--ea-line); border-radius: 9px; background: var(--ea-panel); color: var(--ea-text); }
.back-link { color: var(--ea-muted); font-size: 13px; text-decoration: none; }
.back-link:hover, .site-footer a:hover { color: var(--ea-text); }
.wrap { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .8fr); align-items: center; gap: clamp(40px, 7vw, 104px); padding-top: clamp(62px, 8vw, 112px); padding-bottom: 90px; }
.hero-copy { max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--ea-orange-light); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ea-orange); box-shadow: 0 0 0 4px rgba(255,138,31,.15); }
h1 { max-width: 660px; margin: 0; font-size: clamp(42px, 5.9vw, 74px); font-weight: 740; line-height: 1.03; letter-spacing: -.055em; }
.hero-lede { max-width: 590px; margin: 23px 0 27px; color: var(--ea-muted); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.7; }
.value-points { display: grid; gap: 10px; }
.value-points p { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: #e9e3dc; font-size: 14px; }
.value-points p > span:first-child { display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; margin-top: 1px; border-radius: 50%; background: rgba(114,230,164,.12); color: var(--ea-green); font-size: 12px; font-weight: 800; }
.region-note { display: flex; align-items: center; gap: 10px; max-width: 520px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: var(--ea-muted); font-size: 12px; }
.region-mark { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid rgba(255,181,109,.3); border-radius: 9px; color: var(--ea-orange-light); font-size: 19px; }
.signup-card { position: relative; padding: 30px; border: 1px solid rgba(255,181,109,.23); border-radius: 18px; background: radial-gradient(circle at 100% 0, rgba(255,138,31,.12), transparent 42%), linear-gradient(145deg, #191b1d, #121314); box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.signup-card::before { position: absolute; inset: 0 auto 0 0; width: 3px; border-radius: 18px 0 0 18px; background: linear-gradient(180deg, var(--ea-orange-light), var(--ea-orange)); content: ""; }
.signup-card-head { margin-bottom: 22px; }
.card-kicker { margin: 0 0 8px; color: var(--ea-orange-light); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.signup-card h2 { margin: 0 0 8px; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.signup-card-head > p:last-child { margin: 0; color: var(--ea-muted); font-size: 12.5px; line-height: 1.6; }
.signup-card.is-token-action #waitlist-form { display: none; }
.token-action-copy { margin: 4px 0 17px; color: #e3ddd5; font-size: 13px; line-height: 1.65; }
.field-label { display: block; margin: 17px 0 7px; color: #f7f1e9; font-size: 12px; font-weight: 650; }
.field-label span { color: var(--ea-muted); font-weight: 450; }
.signup-card input[type="email"], .signup-card select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #3c4246; border-radius: 9px; background: #101213; color: var(--ea-text); }
.signup-card input::placeholder { color: #737c83; }
.signup-card select { padding-right: 32px; }
.consent-row { display: grid; grid-template-columns: 18px minmax(0,1fr); align-items: start; gap: 10px; margin-top: 18px; color: #d4d0ca; font-size: 11px; line-height: 1.55; cursor: pointer; }
.consent-row input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--ea-orange); }
.privacy-summary { margin: 11px 0 0 28px; color: #89939b; font-size: 10px; line-height: 1.55; }
.submit-button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; padding: 0 18px; border: 0; border-radius: 9px; background: linear-gradient(135deg, var(--ea-orange-light), var(--ea-orange)); color: #1a1107; cursor: pointer; font-size: 13px; font-weight: 800; transition: filter 140ms ease, transform 140ms ease; }
.submit-button:hover:not(:disabled) { filter: brightness(1.08); transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: .75; }
.submit-button > span:last-child { font-size: 18px; line-height: 1; }
.form-status { min-height: 18px; margin: 12px 0 0; color: var(--ea-green); font-size: 11px; line-height: 1.5; }
.form-status.is-error { color: #ffaaa0; }
.legal-line { margin: 5px 0 0; color: #89939b; font-size: 10px; }
.legal-line a { color: #f6bd86; text-underline-offset: 2px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.noscript-note { padding: 10px; border-radius: 8px; background: #291c13; color: var(--ea-orange-light); font-size: 12px; }
.proof-section { padding: 10px 0 82px; }
.section-heading { max-width: 620px; margin: 0 auto 28px; text-align: center; }
.section-heading .eyebrow { justify-content: center; margin-bottom: 9px; }
.section-heading h2 { margin: 0; font-size: clamp(26px, 3.4vw, 39px); line-height: 1.15; letter-spacing: -.035em; }
.product-demo { overflow: hidden; border: 1px solid #343a3e; border-radius: 15px; background: #17191b; box-shadow: 0 24px 66px rgba(0,0,0,.27); }
.product-demo-toolbar { min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 9px 16px; border-bottom: 1px solid #303438; background: #24282c; color: #d3d8de; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.demo-live-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--ea-green); box-shadow: 0 0 0 3px rgba(114,230,164,.16); }
.demo-hint { margin-left: auto; color: #b0b8c1; font-size: 10px; font-weight: 500; letter-spacing: 0; }
.product-demo-frame { position: relative; width: 100%; height: 1180px; min-height: 1180px; background: #0e0d0c; }
.product-demo-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.product-note { margin: 10px 0 0; color: #737c83; font-size: 10px; text-align: right; }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 78px; padding: 26px 30px; border: 1px solid rgba(255,138,31,.2); border-radius: 14px; background: linear-gradient(105deg, rgba(255,138,31,.09), rgba(255,181,109,.025)); }
.closing .eyebrow { margin-bottom: 6px; }
.closing h2 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.closing-link { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; color: var(--ea-orange-light); font-size: 12px; font-weight: 700; text-decoration: none; }
.site-footer { display: flex; align-items: center; gap: 16px; min-height: 74px; padding: 18px max(32px, calc((100% - 1180px)/2)); border-top: 1px solid rgba(255,255,255,.08); color: #8e989f; font-size: 10px; }
.footer-brand { color: #e9e1d8; font-size: 12px; font-weight: 750; text-decoration: none; }
.site-footer > span { flex: 1; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 15px; }
.site-footer nav a { color: #aab2b9; text-decoration: none; }
.site-footer nav a:hover { color: var(--ea-text); }

@media (max-width: 1000px) {
  .product-demo-frame { height: 1000px; min-height: 1000px; }
}
@media (max-width: 700px) {
  .product-demo-frame { height: 900px; min-height: 900px; }
}
@media (max-width: 480px) {
  .product-demo-frame { height: 820px; min-height: 820px; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0,1fr); gap: 35px; max-width: 720px; padding-top: 56px; padding-bottom: 68px; }
  .hero-copy { max-width: none; }
  .signup-card { max-width: 560px; }
}
@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand img { width: 150px; height: 42px; }
  .header-actions { gap: 9px; }
  .back-link { display: none; }
  .language-select { min-height: 35px; font-size: 11px; }
  .wrap { width: calc(100% - 36px); }
  .hero { padding-top: 44px; padding-bottom: 54px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  .signup-card { padding: 23px 20px 21px; }
  .demo-hint { display: none; }
  .closing { align-items: flex-start; flex-direction: column; margin-bottom: 52px; padding: 22px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 7px; padding: 18px; }
  .site-footer nav { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
