
:root {
  --ink: #17202a;
  --muted: #68717c;
  --bg: #f7f4ee;
  --panel: #ffffff;
  --line: #ded4c4;
  --primary: #315f78;
  --primary-dark: #1f3f52;
  --accent: #b8945c;
  --accent-soft: #eee6d9;
  --deep: #111923;
  --shadow: 0 26px 80px rgba(17, 25, 35, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17,25,35,.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #fbfaf7 0%, var(--bg) 48%, #f3efe7 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
  padding-left: 292px;
}
.topbar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 292px;
  z-index: 30;
  background: linear-gradient(180deg, var(--deep), #1d2b38 58%, #243847);
  color: rgba(255,255,255,.78);
  border-right: 1px solid rgba(255,255,255,.12);
  box-shadow: 18px 0 70px rgba(17,25,35,.16);
}
.nav {
  min-height: 100vh;
  padding: 30px 24px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 42px;
}
.brand {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  color: #fff;
  font-weight: 850;
  letter-spacing: 0;
}
.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 16px 34px rgba(0,0,0,.2);
}
.brand span { line-height: 1.15; }
.nav-links {
  align-self: end;
  display: grid;
  gap: 6px;
  font-size: 14px;
}
.nav-links a {
  padding: 11px 0;
  color: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav-links a:hover { color: #fff; }
.nav-cta {
  margin-top: 16px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184,148,92,.9);
  background: linear-gradient(135deg, var(--accent), #d0b27d);
  color: #161c22 !important;
  font-weight: 850;
  border-radius: 2px;
  padding: 0 16px !important;
}
.hero {
  max-width: 1320px;
  min-height: 760px;
  margin: 0 auto;
  padding: 74px 42px 54px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 520px);
  gap: 42px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--accent);
}
h1 {
  max-width: 820px;
  margin: 0;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: 0;
}
.lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 21px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 0 22px;
  border: 1px solid var(--primary-dark);
  font-weight: 850;
}
.button.primary {
  color: #fff;
  background: var(--primary-dark);
  box-shadow: 0 20px 50px rgba(31,63,82,.2);
}
.button.secondary {
  color: var(--primary-dark);
  background: rgba(255,255,255,.62);
}
.trust-row {
  max-width: 780px;
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-item {
  min-height: 132px;
  padding: 18px 18px 18px 0;
  border-right: 1px solid var(--line);
}
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--deep);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.trust-item span {
  color: var(--muted);
  font-size: 14px;
}
.hero-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.28;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.5);
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.disclosure {
  max-width: 1320px;
  margin: -18px auto 0;
  padding: 0 42px 42px;
}
.disclosure-inner {
  max-width: 980px;
  padding: 18px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.section {
  padding: 76px 42px;
}
.section.alt {
  background: rgba(255,255,255,.58);
  border-block: 1px solid var(--line);
}
.inner {
  max-width: 1320px;
  margin: 0 auto;
}
.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.section-head h2,
.content h2 {
  margin: 0 0 14px;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.grid-3,
.grid-2 {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  min-height: 210px;
  padding: 28px;
  background: rgba(255,255,255,.72);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.card h3 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: 21px;
}
.card p {
  margin: 0;
  color: var(--muted);
}
.metric {
  margin-bottom: 20px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
}
.content-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 42px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: start;
}
.content {
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(30px, 5vw, 64px);
}
.content h1 {
  font-size: clamp(44px, 6vw, 78px);
}
.content h2 { margin-top: 42px; }
.content h3 {
  margin: 30px 0 10px;
  color: var(--primary-dark);
  font-size: 22px;
}
.content p,
.content li {
  color: var(--muted);
  font-size: 17px;
}
.content ul { padding-left: 22px; }
.content li { margin: 8px 0; }
.note {
  margin: 24px 0;
  padding: 18px 20px;
  color: var(--deep);
  background: var(--accent-soft);
  border-left: 3px solid var(--accent);
}
.sidebar {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 14px;
}
.side-card {
  padding: 22px;
  background: rgba(255,255,255,.66);
  border: 1px solid var(--line);
}
.side-card h3 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.side-card a {
  display: block;
  padding: 10px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.side-card a:last-child { border-bottom: 0; }
.form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label {
  color: var(--deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.82);
  font: inherit;
}
textarea {
  min-height: 132px;
  resize: vertical;
}
.footer {
  padding: 38px 42px;
  color: rgba(255,255,255,.68);
  background: var(--deep);
}
.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.footer strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.small {
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 1080px) {
  .site-shell { padding-left: 0; }
  .topbar {
    position: sticky;
    top: 0;
    width: auto;
    background: rgba(17,25,35,.96);
  }
  .nav {
    min-height: 0;
    padding: 14px 22px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
  }
  .nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .nav-links a { border-bottom: 0; padding: 5px 0; }
  .nav-cta { margin-top: 0; min-height: 40px; padding: 0 12px !important; }
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 48px;
  }
  .hero-visual { min-height: 0; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 720px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
  .nav-links {
    font-size: 12px;
  }
  .hero,
  .section,
  .content-layout,
  .disclosure,
  .footer {
    padding-left: 22px;
    padding-right: 22px;
  }
  h1 { font-size: 46px; }
  .lead { font-size: 18px; }
  .trust-row,
  .grid-3,
  .grid-2,
  .form,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .trust-row { border-bottom: 0; }
  .trust-item {
    min-height: auto;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .card { min-height: auto; padding: 24px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 0; }
}
