:root {
  --ink: #061116;
  --ink-soft: #0b1b21;
  --panel: #10272e;
  --line: rgba(212, 177, 98, 0.22);
  --gold: #d4b162;
  --gold-light: #f1d793;
  --paper: #f1f3ee;
  --muted: #9eaaa8;
  --green: #54c48b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  background: rgba(6, 17, 22, 0.94);
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  height: 84px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}
.brand { align-items: center; display: flex; gap: 12px; }
.brand img { border-radius: 8px; height: 42px; width: 42px; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 14px; letter-spacing: .18em; }
.brand small { color: var(--gold); font-size: 8px; letter-spacing: .17em; margin-top: 3px; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { color: #b9c2bf; font-size: 13px; transition: .2s; }
.site-header nav a:hover { color: var(--gold-light); }
.header-cta {
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: .06em;
  padding: 12px 18px;
}

.hero {
  background:
    radial-gradient(circle at 82% 28%, rgba(22, 75, 84, .34), transparent 34%),
    linear-gradient(120deg, #061116 0%, #08171c 65%, #0b2027 100%);
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  min-height: calc(100vh - 84px);
  overflow: hidden;
  padding: clamp(70px, 8vw, 118px) 0 clamp(70px, 8vw, 118px) clamp(24px, 7vw, 110px);
}
.hero-copy { align-self: center; max-width: 650px; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.eyebrow span { background: var(--gold); display: inline-block; height: 1px; margin: 0 12px 3px 0; width: 34px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { font-size: clamp(54px, 6vw, 92px); letter-spacing: -.045em; line-height: .95; margin: 28px 0; }
.hero h1 em, .contact h2 em { color: var(--gold-light); font-weight: 400; }
.hero-text { color: #b5c0bd; font-size: 17px; line-height: 1.75; max-width: 590px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 38px; }
.primary-button {
  background: var(--gold);
  color: #101818;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 28px;
  padding: 17px 22px;
}
.primary-button b { font-size: 18px; }
.text-button { border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; padding: 12px 0; }
.trust-row { color: #83918e; display: flex; flex-wrap: wrap; font-size: 11px; gap: 18px; margin-top: 44px; }
.trust-row span::first-letter { color: var(--green); }

.product-frame {
  align-self: center;
  background: #e8ece8;
  border: 1px solid rgba(212, 177, 98, .3);
  box-shadow: -32px 44px 100px rgba(0,0,0,.38);
  color: #142025;
  min-height: 565px;
  transform: translateX(5%);
}
.frame-top { align-items: center; background: #0b1c22; color: #879692; display: flex; font-size: 10px; height: 42px; justify-content: space-between; padding: 0 18px; }
.frame-top div { display: flex; gap: 5px; }
.frame-top i { background: #3c4d51; border-radius: 50%; height: 6px; width: 6px; }
.frame-top b { align-items: center; background: var(--gold); border-radius: 50%; color: #182326; display: flex; font-size: 8px; height: 24px; justify-content: center; width: 24px; }
.frame-body { display: grid; grid-template-columns: 62px 1fr; min-height: 522px; }
.frame-body aside { align-items: center; background: #10262d; display: flex; flex-direction: column; gap: 25px; padding-top: 23px; }
.mini-brand { align-items: center; background: var(--gold); color: #10262d; display: flex; font-family: Georgia,serif; font-size: 16px; height: 28px; justify-content: center; margin-bottom: 18px; width: 28px; }
.frame-body aside i { background: #607176; border-radius: 2px; height: 13px; opacity: .65; width: 13px; }
.frame-body aside i.active { background: var(--gold); opacity: 1; }
.dashboard { padding: 42px 38px; }
.dash-heading { align-items: flex-end; display: flex; justify-content: space-between; }
.dash-heading small { color: #76807e; font-size: 8px; letter-spacing: .15em; }
.dash-heading h3 { font-size: 28px; margin: 8px 0 0; }
.dash-heading button, .content-card button { background: #152a31; border: 0; color: white; font-size: 9px; padding: 11px 15px; }
.stats { display: grid; gap: 12px; grid-template-columns: repeat(3,1fr); margin-top: 30px; }
.stats article { background: white; border: 1px solid #dce2de; display: grid; padding: 18px; }
.stats article.gold { background: #172c32; color: white; }
.stats small { color: #7b8583; font-size: 7px; letter-spacing: .12em; }
.stats strong { font-family: Georgia,serif; font-size: 28px; font-weight: 400; margin: 9px 0 2px; }
.stats span { color: #77817e; font-size: 8px; }
.dash-grid { display: grid; gap: 12px; grid-template-columns: 1.45fr .8fr; margin-top: 12px; }
.dash-grid article { background: white; border: 1px solid #dce2de; padding: 20px; }
.card-title { display: flex; font-size: 10px; justify-content: space-between; }
.card-title span { color: #8d7a4c; font-size: 8px; }
.agenda-card ul { list-style: none; margin: 15px 0 0; padding: 0; }
.agenda-card li { align-items: center; border-top: 1px solid #e5e9e6; display: flex; gap: 13px; padding: 13px 0; }
.agenda-card time { color: #8d7a4c; font-size: 9px; }
.agenda-card li div { display: grid; gap: 4px; }
.agenda-card li b { font-size: 9px; }
.agenda-card li small { color: #7b8583; font-size: 7px; }
.content-card { background: #d6b96f !important; border: 0 !important; display: flex; flex-direction: column; justify-content: space-between; }
.content-card > small { font-size: 7px; letter-spacing: .13em; }
.content-card > b { font-family: Georgia,serif; font-size: 17px; font-weight: 400; line-height: 1.25; }
.content-card p { font-size: 8px; }
.content-card button { width: 100%; }

.intro { padding: 110px clamp(24px, 8vw, 130px) 54px; text-align: center; }
.intro h2, .security h2, .contact h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1; margin: 24px 0; }
.intro > p:last-child { color: var(--muted); line-height: 1.7; margin: auto; max-width: 600px; }
.features { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin: 30px clamp(24px, 6vw, 92px) 120px; background: rgba(255,255,255,.1); }
.features article { background: var(--ink-soft); min-height: 410px; padding: 42px; position: relative; }
.feature-number { color: #587077; font-size: 10px; position: absolute; right: 25px; top: 25px; }
.feature-icon { align-items: center; border: 1px solid var(--line); color: var(--gold); display: flex; font-size: 24px; height: 52px; justify-content: center; width: 52px; }
.features h3 { font-size: 27px; margin: 30px 0 16px; }
.features p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.features ul { border-top: 1px solid rgba(255,255,255,.08); color: #c3cdca; font-size: 12px; line-height: 2.1; list-style: none; margin: 25px 0 0; padding: 20px 0 0; }
.features li::before { color: var(--gold); content: "—"; margin-right: 10px; }
.security { align-items: center; background: #10262d; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; padding: 90px clamp(24px, 9vw, 150px); }
.security-copy { border-left: 1px solid var(--line); padding-left: 60px; }
.security-copy p { color: #b2bfbc; line-height: 1.8; }
.security-copy a, .legal-link { color: var(--gold-light); display: inline-block; font-size: 13px; margin-top: 12px; }
.contact { padding: 120px 24px; text-align: center; }
.contact p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 0 auto 35px; max-width: 560px; }
footer { align-items: center; border-top: 1px solid rgba(255,255,255,.08); color: #7f8b89; display: flex; font-size: 11px; justify-content: space-between; padding: 32px clamp(24px, 5vw, 80px); }
footer div { display: flex; gap: 24px; }
.footer-brand img { height: 34px; width: 34px; }

.legal-page { background: #f1f2ed; color: #172329; }
.legal-page .site-header { background: #061116; color: var(--paper); }
.legal-shell { margin: 0 auto; max-width: 900px; padding: 90px 24px 120px; }
.legal-shell > h1 { color: #0a1a20; font-size: clamp(48px, 7vw, 78px); margin: 22px 0 12px; }
.legal-update { color: #697572; margin-bottom: 60px; }
.legal-shell section { border-top: 1px solid #cad0cc; padding: 28px 0; }
.legal-shell section h2 { font-family: inherit; font-size: 17px; font-weight: 750; margin: 0 0 15px; }
.legal-shell section p, .legal-shell section li { color: #4f5e5b; font-size: 15px; line-height: 1.8; }
.legal-page footer { background: #061116; color: #8b9895; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-right: 24px; }
  .product-frame { transform: none; }
  .features { grid-template-columns: 1fr; }
  .security { grid-template-columns: 1fr; }
  .security-copy { border-left: 0; border-top: 1px solid var(--line); padding: 35px 0 0; }
}
@media (max-width: 640px) {
  .site-header { height: 72px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero h1 { font-size: 53px; }
  .product-frame { min-height: 400px; }
  .frame-body { grid-template-columns: 45px 1fr; min-height: 390px; }
  .dashboard { padding: 24px 16px; }
  .dash-heading button { display: none; }
  .dash-grid { grid-template-columns: 1fr; }
  .content-card { display: none !important; }
  .stats article { padding: 10px; }
  .stats strong { font-size: 21px; }
  .features { margin-bottom: 70px; }
  .features article { min-height: auto; }
  footer { align-items: flex-start; flex-direction: column; gap: 22px; }
}
