:root {
  color-scheme: light;
  --bg: #f7f8fb;
  --panel: #ffffff;
  --border: #dfe4ec;
  --text: #172033;
  --muted: #667085;
  --orange: #e58a1f;
  --button-orange: #a64f00;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 78% 8%, #fff1dc 0, transparent 31%), var(--bg); color: var(--text); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #ffd08d; outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(var(--max), calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { width: 34px; height: 34px; display: block; flex: 0 0 auto; overflow: hidden; border: 0; border-radius: 10px; color: transparent; background: #111827 url("/icons/icon128.png") center / cover no-repeat; box-shadow: 0 4px 14px #1720331a; font-size: 0; }
.site-header nav { display: flex; align-items: center; gap: 26px; color: #536174; font-size: 14px; }
.nav-cta { padding: 10px 16px; border-radius: 9px; background: var(--button-orange); color: #ffffff; font-weight: 750; white-space: nowrap; }

.hero { width: min(var(--max), calc(100% - 40px)); min-height: 680px; margin: 42px auto 22px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 50px; }
.eyebrow { color: #667085; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 750; }
.eyebrow span { display: inline-block; width: 24px; height: 2px; margin: 0 8px 3px 0; background: var(--orange); }
h1 { margin: 18px 0 24px; font-size: clamp(48px, 6vw, 76px); line-height: 1.01; letter-spacing: -.055em; }
h1 em { color: var(--orange); font-style: normal; }
.lede { max-width: 590px; color: #536174; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0 20px; }
.button { display: inline-flex; justify-content: center; padding: 14px 20px; border: 1px solid var(--border); border-radius: 10px; font-size: 14px; font-weight: 750; }
.button.primary { background: var(--button-orange); color: #ffffff; border-color: var(--button-orange); }
.button.secondary { background: #ffffff; box-shadow: 0 5px 18px #1720330a; }
.privacy-note { color: #758195; font-size: 12px; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 8% -4% -6% 10%; background: var(--orange); opacity: .12; filter: blur(70px); }
.hero-visual img { position: relative; display: block; width: 100%; height: auto; border: 1px solid #d9dee7; border-radius: 22px; box-shadow: 0 28px 80px #17203324; }

.trust-strip { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 22px 30px; display: flex; justify-content: space-around; gap: 20px; border: 1px solid var(--border); border-radius: 14px; background: #ffffffd9; color: #667085; font-size: 13px; box-shadow: 0 10px 34px #1720330a; }
.section { width: min(var(--max), calc(100% - 40px)); margin: 130px auto; }
.section-heading { max-width: 760px; }
h2 { margin: 14px 0 45px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article, .faq-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: #ffffff; box-shadow: 0 10px 32px #1720330a; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; font-size: 22px; font-weight: 700; }
.orange { color: #b76100; background: #fff0da; }
.blue { color: #2764c5; background: #eaf2ff; }
.green { color: #167a51; background: #e7f7f0; }
.purple { color: #7047b8; background: #f1ebff; }
h3 { margin: 23px 0 10px; font-size: 18px; }
.feature-grid p, .faq-grid p, .release-section p, .content-page p, .content-page li { color: #667085; line-height: 1.7; }
.center-link { margin-top: 28px; text-align: center; color: #a85600; font-weight: 700; }

.release-section { width: min(var(--max), calc(100% - 40px)); margin: 80px auto 130px; padding: 48px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; border: 1px solid #ead8bd; border-radius: 22px; background: linear-gradient(135deg, #ffffff, #fff6e9); box-shadow: 0 18px 60px #68410f10; }
.release-section h2 { margin-bottom: 16px; }
.release-card { display: flex; gap: 14px; padding: 20px; border: 1px solid #eadfce; border-radius: 14px; background: #ffffff; }
.release-card p { margin: 5px 0 0; font-size: 13px; }
.status-dot { width: 11px; height: 11px; margin-top: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px #f59a2322; }
.waitlist-card { display: grid; gap: 14px; }
.waitlist-form { position: relative; padding: 24px; border: 1px solid #eadfce; border-radius: 14px; background: #ffffff; box-shadow: 0 10px 30px #68410f0d; }
.waitlist-heading h3 { margin: 0 0 7px; font-size: 20px; }
.waitlist-heading p { margin: 0 0 20px; font-size: 14px; }
.waitlist-form > label { display: block; margin-bottom: 8px; color: #344054; font-size: 13px; font-weight: 700; }
.waitlist-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.waitlist-controls input { min-width: 0; height: 48px; padding: 0 14px; border: 1px solid #cfd6e1; border-radius: 10px; background: #ffffff; color: var(--text); }
.waitlist-controls input::placeholder { color: #8993a4; }
.waitlist-controls input[aria-invalid="true"] { border-color: #c53d3d; }
.waitlist-controls button { min-height: 48px; padding: 0 17px; border: 1px solid var(--button-orange); border-radius: 10px; background: var(--button-orange); color: #ffffff; font-weight: 800; cursor: pointer; }
.waitlist-controls button:disabled { cursor: wait; opacity: .65; }
.waitlist-privacy { margin: 12px 0 0; color: #758195 !important; font-size: 11px !important; line-height: 1.55 !important; }
.waitlist-privacy a { color: #9a5000; text-decoration: underline; text-underline-offset: 2px; }
.waitlist-status { min-height: 20px; margin: 12px 0 0; color: #344054 !important; font-size: 13px !important; }
.waitlist-status[data-state="success"] { color: #15704a !important; }
.waitlist-status[data-state="error"] { color: #b42318 !important; }
.waitlist-leave { margin-top: 4px; padding: 0; border: 0; background: transparent; color: #596579; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.waitlist-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-grid article { min-height: 0; }

.page-hero { width: min(860px, calc(100% - 40px)); margin: 90px auto 54px; }
.page-hero h1 { max-width: 820px; font-size: clamp(44px, 6vw, 68px); }
.page-hero .lede { max-width: 760px; }
.content-page { width: min(860px, calc(100% - 40px)); margin: 0 auto 120px; }
.content-page section { padding: 30px 0; border-top: 1px solid var(--border); }
.content-page h2 { margin: 0 0 18px; font-size: 28px; letter-spacing: -.025em; }
.content-page h3 { margin-top: 28px; }
.content-page p, .content-page li { font-size: 16px; }
.content-page a { color: #9a5000; text-decoration: underline; text-underline-offset: 3px; }
.content-page ul { padding-left: 22px; }
.notice { padding: 18px 20px; border: 1px solid #ead8bd; border-radius: 12px; background: #fff6e8; color: #694111; }
.page-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0 !important; list-style: none; }
.page-list a { display: block; min-height: 130px; padding: 22px; border: 1px solid var(--border); border-radius: 14px; background: var(--panel); text-decoration: none; }
.page-list strong { display: block; margin-bottom: 8px; color: var(--text); }
.meta-line { color: #758195; font-size: 13px; }

.site-footer { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 36px 0 48px; display: flex; align-items: flex-start; justify-content: space-between; gap: 34px; border-top: 1px solid var(--border); color: #667085; }
.site-footer p { margin: 10px 0 0; font-size: 13px; }
.site-footer nav { max-width: 620px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; font-size: 13px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; margin-top: 55px; }
  .hero-copy { max-width: 680px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .release-section { grid-template-columns: 1fr; gap: 30px; }
  .trust-strip { flex-wrap: wrap; }
  .site-header nav a:not(.nav-cta) { display: none; }
}

@media (max-width: 600px) {
  .site-header, .hero, .section, .release-section, .trust-strip, .site-footer, .page-hero, .content-page { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: auto; gap: 32px; }
  .hero-actions { flex-direction: column; align-items: stretch; text-align: center; }
  .feature-grid, .faq-grid, .page-list { grid-template-columns: 1fr; }
  .release-section { padding: 26px; }
  .waitlist-controls { grid-template-columns: 1fr; }
  .waitlist-controls button { width: 100%; }
  .trust-strip { justify-content: flex-start; }
  .trust-strip span { width: calc(50% - 10px); }
  .site-footer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}

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