:root {
  --ink: #172027;
  --ink-2: #33414a;
  --paper: #f4f1e9;
  --paper-2: #ebe6da;
  --white: #fffef9;
  --hero: #10171b;
  --hero-2: #1b252b;
  --accent: #d88a2c;
  --accent-dark: #9a5a12;
  --line: #cbc4b6;
  --line-dark: #38444b;
  --ok: #1f6b4f;
  --danger: #8b2f2f;
  --radius: 14px;
  --shadow: 0 18px 45px rgba(20, 27, 31, 0.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
img, svg, canvas { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 100;
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
}
.skip-link:focus { left: 8px; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
}
.nav {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
.brand {
  color: #fff;
  text-decoration: none;
  font-weight: 760;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}
.brand-mark { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  color: #eef1ee;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
}
.nav-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-contact {
  border: 1px solid rgba(255,255,255,0.45);
  padding: 9px 14px;
  border-radius: 7px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--hero);
  color: #fff;
  padding: 132px 0 82px;
  min-height: 760px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255,255,255,0.12);
}
.hero-grid {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 54px;
  align-items: start;
  position: relative;
  z-index: 4;
}
.hero-copy { padding-top: 54px; max-width: 650px; }
.eyebrow {
  margin: 0 0 19px;
  color: #d7d9d7;
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; letter-spacing: -0.025em; }
h1 {
  font-size: clamp(3.15rem, 7vw, 6.3rem);
  line-height: 0.98;
  max-width: 760px;
  margin-bottom: 26px;
  font-weight: 780;
}
.hero-lead {
  max-width: 630px;
  color: #d7ddd9;
  font-size: clamp(1.06rem, 1.5vw, 1.26rem);
  margin: 0 0 28px;
}
.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #f3f4f1;
  font-size: 0.96rem;
}
.hero-points li { display: flex; gap: 12px; align-items: baseline; }
.hero-points li::before { content: "•"; color: var(--accent); font-weight: 900; }

.globe-wrap {
  position: absolute;
  width: 760px;
  height: 760px;
  left: 52%;
  top: 36px;
  opacity: 0.52;
  z-index: 1;
  pointer-events: none;
}
.globe-frame {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(16,23,27,0.98) 0%, rgba(16,23,27,0.91) 38%, rgba(16,23,27,0.38) 73%, rgba(16,23,27,0.58) 100%);
}

.contact-panel {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
  z-index: 6;
}
.contact-panel h2 { font-size: 1.55rem; margin-bottom: 7px; }
.contact-panel > p { margin: 0 0 20px; color: var(--ink-2); font-size: 0.94rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 0.82rem; font-weight: 720; color: #27343b; }
input, textarea, select {
  width: 100%;
  border: 1px solid #b9b2a4;
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 11px 12px;
  min-height: 44px;
}
textarea { min-height: 94px; resize: vertical; }
input:hover, textarea:hover, select:hover { border-color: #81796d; }
.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 0.79rem;
  color: #49555b;
}
.consent input { width: 17px; min-height: 17px; margin-top: 3px; }
.privacy-warning {
  background: #f2eee4;
  border-left: 3px solid var(--accent);
  padding: 11px 12px;
  font-size: 0.78rem;
  color: #4b5355;
  margin-top: 2px;
}
.primary-btn {
  border: 1px solid var(--accent-dark);
  background: var(--accent);
  color: #161a1b;
  border-radius: 8px;
  padding: 12px 16px;
  min-height: 46px;
  font-weight: 800;
}
.primary-btn:hover { background: #eca23f; }
.primary-btn:active { transform: translateY(1px); }
.form-status { min-height: 22px; margin: 10px 0 0; font-size: 0.84rem; }
.form-status.success { color: var(--ok); }
.form-status.error { color: var(--danger); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.section { padding: 92px 0; }
.section.alt { background: var(--white); }
.section.dark { background: #192126; color: #f3f3ef; }
.section-inner { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.section-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 800;
  font-size: 0.77rem;
  color: var(--accent-dark);
}
.dark .section-kicker { color: #f0a74b; }
.section h2 { font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.05; max-width: 820px; margin-bottom: 25px; }
.section-intro { max-width: 760px; font-size: 1.08rem; color: var(--ink-2); margin: 0; }
.dark .section-intro { color: #cbd1cf; }

.process-list { margin-top: 52px; border-top: 1px solid var(--line); }
.process-row {
  display: grid;
  grid-template-columns: 92px minmax(200px, 0.7fr) minmax(0, 1.45fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.process-num { font-weight: 820; color: var(--accent-dark); font-size: 0.9rem; }
.process-row h3 { margin: 0; font-size: 1.15rem; }
.process-row p { margin: 0; color: var(--ink-2); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: start;
}
.fact-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fact-list li { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.service-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.service h3 { margin: 0; font-size: 1.12rem; }
.service p { margin: 0; color: var(--ink-2); }

.proof-strip {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.proof-item { padding: 24px 24px 24px 0; }
.proof-item + .proof-item { border-left: 1px solid var(--line-dark); padding-left: 28px; }
.proof-item strong { display: block; margin-bottom: 6px; color: #fff; }
.proof-item span { color: #c7cdca; }

.faq { margin-top: 50px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 760; font-size: 1.02rem; }
details p { max-width: 860px; color: var(--ink-2); margin: 13px 0 2px; }

.final-cta { background: #d98b2d; color: #14191c; }
.final-cta .section-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 44px; align-items: end; }
.final-cta h2 { margin-bottom: 0; }
.cta-link {
  justify-self: end;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #151a1d;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 820;
}
.cta-link:hover { background: #151a1d; color: #fff; }

.site-footer { background: #0f1519; color: #cbd0ce; padding: 34px 0; }
.footer-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  font-size: 0.86rem;
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a:hover { color: #fff; }

.legal-page { background: var(--paper); }
.legal-header { background: #10171b; color: #fff; padding: 26px 0; }
.legal-header .inner, .legal-main, .legal-footer .inner { width: min(calc(100% - 36px), 900px); margin: 0 auto; }
.legal-header a { color: #fff; text-decoration: none; font-weight: 800; }
.legal-main { padding: 70px 0 90px; }
.legal-main h1 { color: var(--ink); font-size: clamp(2.6rem, 7vw, 4.8rem); margin-bottom: 10px; }
.legal-main h2 { font-size: 1.5rem; margin: 38px 0 10px; }
.legal-main p, .legal-main li { color: #36434a; }
.legal-main ul { padding-left: 22px; }
.legal-note { border-left: 3px solid var(--accent); padding: 12px 15px; background: #ece6d9; }
.legal-footer { background: #10171b; color: #cbd0ce; padding: 28px 0; font-size: 0.86rem; }

@media (max-width: 980px) {
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .contact-panel { max-width: 720px; }
  .globe-wrap { left: 38%; top: 70px; width: 700px; height: 700px; opacity: 0.33; }
  .hero-shade { background: rgba(16,23,27,0.70); }
  .split, .final-cta .section-inner { grid-template-columns: 1fr; gap: 38px; }
  .cta-link { justify-self: start; }
}

@media (max-width: 720px) {
  .nav { min-height: 68px; }
  .nav-links a:not(.nav-contact) { display: none; }
  .hero { padding-top: 98px; padding-bottom: 54px; }
  .hero-copy { padding-top: 30px; }
  h1 { font-size: clamp(3.05rem, 17vw, 4.9rem); }
  .contact-panel { padding: 21px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .section { padding: 66px 0; }
  .process-row { grid-template-columns: 54px 1fr; gap: 14px; }
  .process-row p { grid-column: 2; }
  .service { grid-template-columns: 1fr; gap: 8px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line-dark); padding-left: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .globe-wrap { left: 12%; top: 40px; width: 650px; height: 650px; opacity: 0.23; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .globe-frame { display: none; }
}
.gov-disclaimer { margin-top: 20px; color: #59636a; font-size: 0.9rem; }
.legal-brand-accent { color: var(--accent); }
.legal-return { color: #fff; }
