:root {
  --bg: #f5f1e9;
  --ink: #111112;
  --muted: #706b63;
  --soft: #faf7f0;
  --panel: rgba(255, 255, 255, 0.82);
  --line: rgba(30, 24, 16, 0.12);
  --navy: #090b12;
  --navy-2: #111827;
  --gold: #d7b46a;
  --gold-2: #f2d999;
  --bronze: #8f682b;
  --shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(215, 180, 106, .28), transparent 28%),
    linear-gradient(180deg, #f7f1e6 0%, #efe6d7 48%, #f9f6ef 100%);
  line-height: 1.55;
}

a { color: inherit; }
.hero {
  min-height: 92vh;
  padding: 24px clamp(18px, 4vw, 64px) 84px;
  color: white;
  background:
    linear-gradient(rgba(9, 11, 18, .54), rgba(9, 11, 18, .86)),
    radial-gradient(circle at 76% 18%, rgba(215, 180, 106, .34), transparent 34%),
    linear-gradient(135deg, #080a11 0%, #161d2b 54%, #07080d 100%);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -32% 40%;
  height: 420px;
  background: radial-gradient(circle, rgba(215, 180, 106, .22), transparent 62%);
  pointer-events: none;
}
.nav {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto 84px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand strong { display: block; font-size: 17px; letter-spacing: -.02em; }
.brand small { display: block; color: rgba(255,255,255,.62); font-size: 13px; margin-top: 1px; }
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #17100a;
  font-weight: 900;
  letter-spacing: -.06em;
  box-shadow: 0 14px 34px rgba(215,180,106,.24);
}
.nav-links { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 14px; }
.nav-links a { text-decoration: none; padding: 10px 12px; border-radius: 999px; }
.nav-links a:hover { background: rgba(255,255,255,.08); color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
}
h1, h2, h3 { text-wrap: balance; }
h1 {
  max-width: 830px;
  font-size: clamp(48px, 7.8vw, 96px);
  line-height: .9;
  letter-spacing: -.075em;
  margin: 0 0 24px;
}
h2 {
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0 0 18px;
}
h3 { font-size: 22px; line-height: 1.08; letter-spacing: -.035em; margin: 0 0 10px; }
.lead {
  max-width: 720px;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 2.2vw, 24px);
  margin: 0 0 32px;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.01em;
}
.primary { background: linear-gradient(135deg, var(--gold), #ffe8a9); color: #17100a; box-shadow: 0 16px 34px rgba(215,180,106,.24); }
.secondary { border: 1px solid rgba(255,255,255,.22); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.78);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}
.product-card {
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  border-radius: 34px;
  padding: clamp(24px, 4vw, 34px);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.card-topline { display: inline-flex; gap: 8px; align-items: center; color: rgba(255,255,255,.72); font-weight: 750; font-size: 13px; margin-bottom: 28px; }
.status-dot { width: 9px; height: 9px; border-radius: 999px; background: #70f0a3; box-shadow: 0 0 0 6px rgba(112,240,163,.12); }
.assistant-orb {
  width: 116px;
  height: 116px;
  border-radius: 32px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 28% 20%, #fff7d2, transparent 35%),
    linear-gradient(135deg, var(--gold), #a8782d 74%);
  color: #130e08;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -.08em;
  margin-bottom: 28px;
  box-shadow: 0 24px 54px rgba(215,180,106,.22);
}
.product-card h2 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.045em; }
.product-card p { color: rgba(255,255,255,.72); margin: 0 0 24px; }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-metrics div { border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 14px; background: rgba(0,0,0,.14); }
.mini-metrics strong { display: block; font-size: 18px; color: white; letter-spacing: -.03em; }
.mini-metrics span { color: rgba(255,255,255,.58); font-size: 12px; }
.section { max-width: 1180px; margin: 0 auto; padding: 82px clamp(18px, 4vw, 28px); }
.section-heading { max-width: 780px; margin-bottom: 30px; }
.section-heading .eyebrow, .install-panel .eyebrow { color: var(--bronze); }
.section-heading p { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .install-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(22, 24, 28, .08);
}
.feature-card { padding: 28px; min-height: 260px; }
.feature-card .icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #151515;
  color: var(--gold-2);
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 34px;
}
.feature-card p, .install-copy, .install-card p { color: var(--muted); }
.systems-section { padding-top: 28px; }
.compact { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: none; }
.systems-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.system-pill {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #111112;
  color: #fff8e8;
  border: 1px solid rgba(215,180,106,.24);
  font-weight: 850;
  box-shadow: 0 18px 42px rgba(17,17,18,.12);
}
.install-section { padding-top: 28px; }
.install-panel { padding: clamp(24px, 4vw, 42px); }
.install-cards { display: grid; gap: 16px; margin-top: 28px; }
.install-card {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.7);
}
.install-card p { margin: 0; }
pre {
  margin: 0;
  padding: 16px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 16px;
  background: #0a0d14;
  color: #f5f0e8;
  border: 1px solid rgba(255,255,255,.09);
}
code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12.5px; line-height: 1.55; }
.next-step {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--muted);
}
.next-step span { font-weight: 850; color: var(--ink); margin-right: 4px; }
.next-step code { background: #fff; border: 1px solid var(--line); color: #151515; padding: 9px 12px; border-radius: 999px; }
footer {
  padding: 34px clamp(18px, 4vw, 64px);
  background: #090b12;
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
footer strong { display: block; }
footer span { color: rgba(255,255,255,.62); }
footer a { color: var(--gold-2); font-weight: 850; text-decoration: none; }
@media (max-width: 920px) {
  .hero-grid, .feature-grid, .systems-grid, .install-card { grid-template-columns: 1fr; }
  .nav { margin-bottom: 52px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-bottom: 56px; }
  .compact { display: block; }
}
@media (max-width: 520px) {
  .hero { padding-left: 16px; padding-right: 16px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .mini-metrics { grid-template-columns: 1fr; }
  h1 { font-size: clamp(42px, 14vw, 56px); }
}
