:root {
  color-scheme: dark;
  --bg: #11100f;
  --surface: rgba(39, 35, 31, 0.82);
  --text: #fbf7f0;
  --muted: #c9c0b5;
  --line: rgba(255, 255, 255, 0.11);
  --accent: #e0ad72;
  --accent-2: #d8c2a3;
  --max: 980px;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100%; margin: 0; overflow-x: hidden; color: var(--text);
  background: radial-gradient(circle at 15% -10%, rgba(224, 173, 114, 0.20), transparent 34rem), radial-gradient(circle at 88% 8%, rgba(155, 118, 82, 0.16), transparent 30rem), var(--bg);
  font: 16px/1.68 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid var(--line); background: rgba(17, 16, 15, 0.78); backdrop-filter: blur(18px) saturate(130%); }
.nav { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--text); }
.hero { min-height: 630px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr); align-items: center; gap: 72px; padding: 88px 0 96px; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 13px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(44px,8vw,76px); line-height: 1; letter-spacing: -.055em; }
.gradient-text { color: transparent; background: linear-gradient(105deg,#fff 5%,#f3d7b2 48%,#d49d62 94%); -webkit-background-clip: text; background-clip: text; }
.lede { max-width: 680px; margin-bottom: 26px; color: var(--muted); font-size: clamp(18px,2.5vw,22px); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.06); font-weight: 650; text-decoration: none; }
.button.primary { border-color: transparent; color: #231a11; background: linear-gradient(120deg,#f3d4ac,#d8a365); }
.button.disabled { cursor: default; }
.app-icon-wrap { position: relative; display: grid; place-items: center; }
.app-icon-wrap::before { position: absolute; width: 118%; height: 118%; border-radius: 32%; background: linear-gradient(135deg,rgba(224,173,114,.32),rgba(155,118,82,.25)); content: ""; filter: blur(48px); }
.app-icon { position: relative; width: min(100%,300px); border-radius: 23%; box-shadow: 0 38px 90px rgba(0,0,0,.48); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding-bottom: 64px; }
.card,.privacy-callout,.language-block { border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.card { padding: 26px; }
.card h2,.card h3 { margin-bottom: 10px; font-size: 19px; letter-spacing: -.02em; }
.card p { margin-bottom: 0; color: var(--muted); }
.privacy-callout { margin-bottom: 100px; padding: 42px; background: linear-gradient(125deg,rgba(224,173,114,.13),rgba(155,118,82,.09)),var(--surface); }
.privacy-callout h2 { margin-bottom: 12px; font-size: clamp(28px,5vw,42px); letter-spacing: -.04em; }
.privacy-callout p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.privacy-callout a { color: #ffe5c4; text-underline-offset: 4px; }
.page-main { padding: 72px 0 96px; }
.page-title { max-width: 760px; margin-bottom: 42px; }
.page-title .updated { color: var(--muted); font-size: 14px; }
.language-block { overflow: hidden; margin-bottom: 24px; }
.language-label { padding: 14px 24px; border-bottom: 1px solid var(--line); color: var(--accent); font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.prose { padding: 10px 32px 28px; }
.prose section { padding: 22px 0 4px; }
.prose section + section { border-top: 1px solid var(--line); }
.prose h2 { margin-bottom: 10px; font-size: 21px; letter-spacing: -.025em; }
.prose p { color: var(--muted); }
.prose p:last-child { margin-bottom: 0; }
.prose a,.contact-link { color: #ffe1bb; text-underline-offset: 4px; overflow-wrap: anywhere; }
.support-grid { display: grid; margin-bottom: 24px; }
.contact-card { background: linear-gradient(125deg,rgba(224,173,114,.13),rgba(155,118,82,.09)),var(--surface); }
.contact-link { font-size: clamp(18px,4vw,25px); font-weight: 700; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.footer-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }
@media (max-width: 760px) {
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 48px; padding: 72px 0; }
  .app-icon-wrap { grid-row: 1; }
  .app-icon { width: 180px; }
  .feature-grid { grid-template-columns: 1fr; }
  .privacy-callout { padding: 28px; }
}
@media (max-width: 520px) {
  .shell { width: min(calc(100% - 28px),var(--max)); }
  .nav { min-height: 58px; }
  .brand span { display: none; }
  .nav-links { gap: 14px; font-size: 13px; }
  .hero { padding-top: 56px; }
  .prose { padding: 8px 20px 22px; }
  .footer-row { align-items: flex-start; flex-direction: column; justify-content: center; }
}
