:root {
  --ink: #f6edda;
  --muted: #b8c6bd;
  --muted-strong: #d2ddd6;
  --green-950: #08130f;
  --green-900: #10231c;
  --green-800: #14261f;
  --green-700: #1c332a;
  --green-600: #285042;
  --gold: #c9a85f;
  --gold-bright: #e4c978;
  --ivory: #f3e6c8;
  --line: rgba(243, 230, 200, 0.14);
  --line-strong: rgba(201, 168, 95, 0.32);
  --surface: rgba(20, 38, 31, 0.74);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 168, 95, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 31%, rgba(45, 105, 80, 0.2), transparent 34rem),
    linear-gradient(180deg, #0b1813 0, var(--green-950) 38rem);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.65;
}

a { color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
.skip-link { position: fixed; inset-block-start: 0; inset-inline-start: 1rem; transform: translateY(-120%); background: var(--gold); color: var(--green-950); padding: .6rem 1rem; z-index: 20; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img, .footer-brand img { border-radius: 13px; box-shadow: 0 8px 22px rgba(0, 0, 0, .25); }
.brand span, .footer-brand span { display: grid; line-height: 1.15; }
.brand strong { font: 700 1.18rem/1.1 Georgia, serif; letter-spacing: .04em; }
.brand small, .footer-brand small { margin-top: 5px; color: var(--muted); font-size: .76rem; }
.nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 28px); }
.nav a { color: var(--muted); text-decoration: none; font-size: .9rem; white-space: nowrap; }
.nav a:hover, .nav a:focus-visible { color: var(--gold-bright); }
.language-switcher { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .03); }
.language-switcher button { border: 0; background: transparent; color: var(--muted); border-radius: 999px; padding: 7px 10px; cursor: pointer; font: inherit; font-size: .76rem; white-space: nowrap; }
.language-switcher button[aria-pressed="true"] { color: var(--green-950); background: var(--gold-bright); }

main, footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: 690px; padding: 86px 0 70px; display: grid; grid-template-columns: 1.14fr .86fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--gold-bright); font-weight: 700; font-size: .77rem; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.6vw, 6.3rem); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 700px; margin-bottom: 30px; color: var(--muted-strong); font-size: clamp(1.05rem, 1.9vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.primary-action, .secondary-action { min-height: 48px; border-radius: 7px; padding: 12px 20px; font: 700 .94rem/1.2 inherit; }
.primary-action { border: 1px solid rgba(201, 168, 95, .45); background: rgba(201, 168, 95, .14); color: var(--gold-bright); cursor: not-allowed; }
.secondary-action { display: inline-flex; align-items: center; text-decoration: none; color: var(--green-950); background: var(--ivory); }
.release-note { max-width: 690px; margin: 17px 0 0; color: #91a49a; font-size: .83rem; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 700px; margin: 36px 0 0; }
.hero-facts div { min-width: 0; padding-inline-start: 15px; border-inline-start: 1px solid var(--line-strong); }
.hero-facts dt { color: var(--gold-bright); font: 700 1.25rem/1.1 Georgia, serif; }
.hero-facts dd { margin: 6px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.35; }

.hero-art { position: relative; min-height: 460px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: rgba(201, 168, 95, .09); filter: blur(2px); z-index: -2; }
.arch { position: absolute; border: 1px solid rgba(201, 168, 95, .35); border-radius: 190px 190px 12px 12px; }
.arch-back { width: 300px; height: 390px; transform: translate(28px, -25px); background: rgba(20, 38, 31, .55); }
.arch-front { width: 290px; height: 370px; display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; gap: 14px; padding: 60px 40px 92px; background: linear-gradient(165deg, rgba(40, 80, 66, .88), rgba(16, 35, 28, .96)); box-shadow: var(--shadow); backdrop-filter: blur(6px); }
.arch-front span { display: grid; place-items: center; aspect-ratio: 1.45; border: 1px solid var(--line); border-radius: 9px; background: rgba(243, 230, 200, .06); color: var(--ivory); font: 600 1.45rem/1 Georgia, serif; box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .13); }
.key-row { position: absolute; inset-block-end: 73px; display: flex; gap: 7px; z-index: 3; }
.key-row i { width: 39px; height: 29px; border-radius: 5px; background: var(--gold); box-shadow: inset 0 -5px 0 rgba(80, 52, 10, .3); transform: rotate(var(--r, 0deg)); }
.key-row i:nth-child(1) { --r: -5deg; }
.key-row i:nth-child(2) { --r: -2deg; }
.key-row i:nth-child(4) { --r: 2deg; }
.key-row i:nth-child(5) { --r: 5deg; }

.status { display: flex; align-items: flex-start; gap: 14px; margin: 0 0 110px; padding: 18px 22px; border: 1px solid rgba(201, 168, 95, .28); border-radius: 9px; background: rgba(201, 168, 95, .07); }
.status-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 8px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 6px rgba(201, 168, 95, .12); }
.status strong { color: var(--gold-bright); }
.status p { margin: 2px 0 0; color: var(--muted); }

.section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 790px; margin-bottom: 50px; }
.section-heading.compact { margin-bottom: 34px; }
h2 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.05rem, 3.8vw, 4rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 11px; background: linear-gradient(150deg, rgba(28, 51, 42, .8), rgba(16, 35, 28, .72)); }
.feature-grid-six article:nth-child(2), .feature-grid-six article:nth-child(5) { background: linear-gradient(150deg, rgba(39, 71, 59, .82), rgba(16, 35, 28, .74)); }
.number { color: var(--gold); font: 700 .78rem/1 monospace; letter-spacing: .12em; }
.feature-grid h3 { margin: 48px 0 12px; font-size: 1.17rem; }
.feature-grid p { color: var(--muted); font-size: .94rem; }

.language-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.language-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.language-cloud span { padding: 12px 18px; border: 1px solid rgba(201, 168, 95, .26); border-radius: 999px; background: rgba(201, 168, 95, .055); color: var(--ivory); font-size: 1rem; }

.platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.platform-card { position: relative; min-height: 550px; overflow: hidden; padding: 42px 42px 76px; border-radius: 13px; background: var(--green-800); border: 1px solid var(--line); }
.platform-card::after { content: ""; position: absolute; width: 260px; height: 260px; inset-inline-end: -100px; inset-block-end: -120px; border: 42px solid rgba(201, 168, 95, .09); border-radius: 50%; pointer-events: none; }
.platform-label { color: var(--gold-bright); font: 700 .75rem/1 monospace; letter-spacing: .16em; text-transform: uppercase; }
.platform-card h2 { max-width: 520px; margin-top: 64px; font-size: clamp(2rem, 3.1vw, 3.25rem); }
.platform-card > p:not(.platform-label) { max-width: 510px; color: var(--muted); }
.platform-list { margin: 24px 0 0; padding-inline-start: 1.2rem; color: var(--muted-strong); font-size: .9rem; }
.platform-list li { margin: 8px 0; }
.platform-list li::marker { color: var(--gold); }
.availability { position: absolute; inset-inline-start: 42px; inset-block-end: 34px; color: var(--gold-bright); font-size: .8rem; }
.windows-card { background: linear-gradient(145deg, #1c332a, #11241d); }

.architecture-flow { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 12px; align-items: stretch; }
.architecture-flow article { position: relative; min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.architecture-flow .consent-node { border-color: var(--line-strong); background: rgba(201, 168, 95, .08); }
.flow-step { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font: 700 .75rem/1 monospace; }
.flow-label { margin: 30px 0 6px; color: var(--gold-bright); font: 700 .72rem/1.2 monospace; letter-spacing: .12em; text-transform: uppercase; }
.architecture-flow h3 { margin-bottom: 10px; font-size: 1.14rem; }
.architecture-flow article > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.flow-arrow { display: grid; place-items: center; color: var(--gold); font-size: 1.4rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.service-grid > article { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(160deg, rgba(28, 51, 42, .76), rgba(11, 23, 19, .7)); }
.service-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 34px; }
.service-icon { color: var(--gold-bright); font: 700 .75rem/1 monospace; letter-spacing: .12em; }
.service-state { padding: 5px 9px; border: 1px solid rgba(201, 168, 95, .28); border-radius: 999px; color: var(--gold-bright); background: rgba(201, 168, 95, .07); font-size: .7rem; white-space: nowrap; }
.service-grid h3 { margin-bottom: 12px; font-size: 1.2rem; }
.service-grid p, .service-grid li { color: var(--muted); font-size: .9rem; }
.service-grid ul { margin: 20px 0 0; padding-inline-start: 1.1rem; }
.service-grid li { margin: 7px 0; }
.service-grid li::marker { color: var(--gold); }

.setup-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.setup-grid > article { padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.steps ol { list-style: none; display: grid; gap: 24px; margin: 30px 0 0; padding: 0; }
.steps li { display: flex; gap: 17px; }
.steps li > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font: 700 .78rem/1 monospace; }
.steps h3 { margin: 5px 0 7px; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); font-size: .89rem; }

.trust-table { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.trust-row { display: grid; grid-template-columns: 1fr .62fr 1.3fr; gap: 18px; align-items: center; min-width: 0; padding: 18px 22px; border-top: 1px solid var(--line); }
.trust-row:first-child { border-top: 0; }
.trust-row:nth-child(odd):not(.trust-header) { background: rgba(255, 255, 255, .018); }
.trust-header { color: var(--gold-bright); background: rgba(201, 168, 95, .08); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-row strong { font-size: .94rem; }
.trust-row > span:not(.local-pill) { color: var(--muted); font-size: .88rem; }
.local-pill { justify-self: start; padding: 4px 9px; border-radius: 999px; color: #bfe9d6; background: rgba(87, 175, 134, .12); font-size: .76rem; }
.trust-promises { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.trust-promises article { padding: 24px; border-inline-start: 2px solid var(--gold); background: rgba(255, 255, 255, .018); }
.trust-promises h3 { margin-bottom: 8px; font-size: 1rem; }
.trust-promises p { margin: 0; color: var(--muted); font-size: .88rem; }

.roadmap { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.roadmap li { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; gap: 48px; padding: 26px; border-inline-start: 1px solid var(--line); background: rgba(255, 255, 255, .018); }
.roadmap li:first-child { border-inline-start: 0; }
.roadmap li.complete { background: rgba(43, 102, 79, .16); }
.roadmap li.active { background: rgba(201, 168, 95, .085); }
.roadmap li > span { color: var(--gold); font: 700 .78rem/1 monospace; }
.roadmap small { color: var(--gold-bright); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.roadmap h3 { margin: 7px 0 8px; font-size: 1.05rem; }
.roadmap p { margin: 0; color: var(--muted); font-size: .86rem; }

.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
.faq-list details { border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .018); }
.faq-list details[open] { border-color: var(--line-strong); background: rgba(201, 168, 95, .05); }
.faq-list summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; list-style: none; font-weight: 650; }
html[dir="rtl"] .faq-list summary { padding: 20px 22px 20px 54px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset-inline-end: 22px; inset-block-start: 17px; color: var(--gold-bright); font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: .9rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px 0 50px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px 20px; }
.footer-meta p { width: 100%; margin: 0; text-align: end; }
.footer-meta a { color: var(--muted); text-underline-offset: 3px; }

html[dir="ltr"] .eyebrow { letter-spacing: .12em; }
html[dir="rtl"] .flow-arrow { transform: scaleX(-1); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto 1fr; }
  .nav { display: none; }
  .language-switcher { justify-self: end; }
  .hero { gap: 32px; }
  .feature-grid, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .architecture-flow { grid-template-columns: 1fr; }
  .flow-arrow { height: 20px; transform: rotate(90deg); }
  html[dir="rtl"] .flow-arrow { transform: rotate(90deg) scaleX(-1); }
  .roadmap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roadmap li:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .roadmap li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .site-header { grid-template-columns: 1fr; gap: 17px; }
  .brand { justify-self: center; }
  .language-switcher { width: 100%; justify-self: stretch; justify-content: center; overflow-x: auto; }
  .hero { min-height: auto; padding-top: 60px; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead, .release-note { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-art { min-height: 410px; }
  .hero-facts { margin-inline: auto; text-align: start; }
  .feature-grid, .service-grid, .setup-grid, .trust-promises, .faq-list { grid-template-columns: 1fr; }
  .language-section { grid-template-columns: 1fr; gap: 24px; }
  .platforms { grid-template-columns: 1fr; }
  .trust-table { overflow-x: auto; }
  .trust-row { min-width: 680px; }
}

@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .brand small { display: none; }
  .language-switcher { justify-content: flex-start; }
  .hero { padding-top: 46px; gap: 32px; }
  h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
    line-height: 1.02;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
  }
  .hero-facts { grid-template-columns: 1fr; gap: 14px; max-width: 320px; }
  .hero-art { min-height: 340px; transform: scale(.8); margin: -36px 0; }
  .section { padding: 72px 0; }
  .status { margin-bottom: 72px; }
  .feature-grid article { min-height: 220px; }
  .feature-grid h3 { margin-top: 34px; }
  .platform-card { min-height: 560px; padding: 30px 30px 74px; }
  .platform-card h2 { margin-top: 54px; }
  .availability { inset-inline-start: 30px; }
  .architecture-flow article, .service-grid > article, .setup-grid > article { padding: 24px; }
  .roadmap { grid-template-columns: 1fr; }
  .roadmap li, .roadmap li:nth-child(3), .roadmap li:nth-child(4) { min-height: 230px; border-inline-start: 0; border-top: 1px solid var(--line); }
  .roadmap li:first-child { border-top: 0; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-meta { justify-content: flex-start; }
  .footer-meta p { text-align: start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
