:root {
  --navy: #031b33;
  --navy2: #061f3a;
  --navy3: #0a2b4c;
  --gold: #c18c3a;
  --gold2: #d6a64d;
  --gold3: #f0cf83;
  --white: #fff;
  --soft: #f5f1e9;
  --ink: #0c1c2a;
  --muted: #627486;
  --line: rgba(193, 140, 58, 0.3);
  --shadow: 0 26px 70px rgba(0, 18, 34, 0.24);
  --radius: 24px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, Arial, sans-serif;
  background: var(--soft);
  color: var(--ink);
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1180px, 92%);
  margin: auto;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 16px;
  top: 16px;
  background: #fff;
  color: #031b33;
  padding: 12px 16px;
  border-radius: 10px;
  z-index: 200;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(3, 27, 51, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(193, 140, 58, 0.36);
}
.nav-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-img {
  width: 198px;
  max-height: 72px;
  object-fit: contain;
  display: block;
}
.links {
  display: flex;
  gap: 24px;
  color: #dce7ef;
  font-size: 14px;
  align-items: center;
}
.links a:hover {
  color: var(--gold3);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}
.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}
.primary {
  background: linear-gradient(135deg, var(--gold3), var(--gold));
  color: #031b33;
  box-shadow: 0 14px 34px rgba(193, 140, 58, 0.28);
}
.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(
      circle at 76% 14%,
      rgba(193, 140, 58, 0.25),
      transparent 36%
    ),
    linear-gradient(135deg, #031b33 0%, #061f3a 58%, #010d19 100%);
  padding: 96px 0 72px;
}
.hero:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(193, 140, 58, 0.42);
  background: rgba(193, 140, 58, 0.12);
  color: var(--gold3);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
h1 {
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 0.96;
  letter-spacing: -3px;
  margin-bottom: 22px;
}
h1 span {
  color: var(--gold2);
}
.hero p {
  max-width: 700px;
  font-size: 20px;
  color: #dce7ef;
  margin-bottom: 28px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}
.proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.proof {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  padding: 14px;
  color: #dce7ef;
  font-size: 13px;
}
.proof strong {
  display: block;
  color: var(--gold3);
  font-size: 17px;
}
.hero-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.11),
    rgba(255, 255, 255, 0.045)
  );
  border: 1px solid rgba(193, 140, 58, 0.34);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-card:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(193, 140, 58, 0.26);
  right: -60px;
  top: -70px;
  filter: blur(18px);
}
.report-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.report-logo {
  width: 210px;
  max-width: 55%;
  object-fit: contain;
}
.status {
  background: rgba(193, 140, 58, 0.16);
  border: 1px solid rgba(193, 140, 58, 0.46);
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--gold3);
  font-weight: 900;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  position: relative;
}
.metric {
  background: #051b31;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  padding: 18px;
}
.metric small {
  display: block;
  color: #9fb3c4;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.7px;
}
.metric b {
  color: var(--gold2);
  font-size: 26px;
}
.recommend {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 18px;
  color: #e7eef5;
}
section {
  padding: 84px 0;
}
.white {
  background: #fff;
}
.soft {
  background: var(--soft);
}
.dark {
  background: var(--navy);
  color: white;
}
.section-head {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 44px;
}
.section-head h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -1.4px;
  margin-bottom: 15px;
}
.section-head p {
  color: #667788;
  font-size: 18px;
}
.dark .section-head p {
  color: #cbd8e2;
}
.stats {
  margin-top: -36px;
  position: relative;
  z-index: 5;
  padding: 0;
}
.stats-box {
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 26px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  text-align: center;
  padding: 26px;
  border-right: 1px solid var(--line);
}
.stat:last-child {
  border-right: 0;
}
.stat b {
  display: block;
  color: var(--gold);
  font-size: 30px;
}
.stat span {
  color: #667788;
  font-size: 13px;
  font-weight: 900;
}
.cards,
.pricing,
.cases,
.resources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card,
.price,
.resource {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 36px rgba(0, 24, 46, 0.08);
}
.dark .card {
  background: #061f3a;
  border-color: rgba(193, 140, 58, 0.28);
  color: white;
}
.card h3,
.price h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.card p,
.price p,
.resource p {
  color: #667788;
}
.dark .card p {
  color: #cbd8e2;
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: rgba(193, 140, 58, 0.12);
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.step {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 24, 46, 0.08);
}
.step b {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #04182c;
  margin-bottom: 16px;
}
.price.featured {
  background: var(--navy);
  color: white;
  border: 2px solid var(--gold);
  transform: scale(1.035);
  position: relative;
}
.badge {
  position: absolute;
  right: 18px;
  top: 16px;
  background: var(--gold2);
  color: #04182c;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.amount {
  color: var(--gold);
  font-size: 44px;
  font-weight: 1000;
  margin: 10px 0;
}
.featured .amount {
  color: var(--gold2);
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 18px 0;
}
li {
  margin: 10px 0;
  color: #667788;
}
li:before {
  content: '✓';
  color: var(--gold);
  font-weight: 1000;
  margin-right: 9px;
}
.featured li {
  color: #dce7ef;
}
.calculator {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: start;
}
.result {
  background: linear-gradient(135deg, #061f3a, #031b33);
  color: white;
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(193, 140, 58, 0.34);
}
.calcform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.calcfield {
  display: grid;
  gap: 7px;
}
.calcfield.full {
  grid-column: 1/-1;
}
.calcfield label {
  font-size: 13px;
  font-weight: 900;
  color: var(--gold3);
  letter-spacing: 0.2px;
}
.calcfield small {
  color: #afbfce;
  font-size: 12px;
  margin-top: -3px;
}
input,
select,
textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid #d2c4ac;
  font: inherit;
  outline-color: var(--gold);
}
.calc-actions {
  grid-column: 1/-1;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.result-grid .metric {
  background: rgba(255, 255, 255, 0.07);
}
.scorebar {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
  margin-top: 10px;
}
.scorebar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #b84040, #d6a64d, #64b96a);
  width: 50%;
}
.lead {
  background: linear-gradient(135deg, #04182c, #061f3a 56%, #020e1a);
  border-radius: 30px;
  padding: 44px;
  color: white;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 38px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(193, 140, 58, 0.42);
}
.form {
  display: grid;
  gap: 14px;
  background: rgba(3, 27, 51, 0.66);
  border: 1px solid rgba(193, 140, 58, 0.32);
  border-radius: 24px;
  padding: 22px;
}
.form input,
.form select,
.form textarea {
  background: #071f38;
  color: white;
  border: 1px solid rgba(193, 140, 58, 0.46);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.form input::placeholder,
.form textarea::placeholder {
  color: #b7c6d3;
}
.form select {
  color: #e9eef5;
}
.form option {
  background: #061f3a;
  color: white;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 2px solid rgba(214, 166, 77, 0.55);
  border-color: var(--gold2);
}
.hide-field {
  position: absolute;
  left: -5000px;
  opacity: 0;
}
.form-note {
  font-size: 12px;
  color: #afbfce;
  line-height: 1.45;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.recaptcha-notice {
  margin-top: 12px;
  color: #9fb0bf;
  font-size: 11px;
  line-height: 1.5;
}

.recaptcha-notice a {
  color: #c18c3a;
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden !important;
}
.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.footer {
  background: #020e1a;
  color: #cbd8e2;
  padding: 38px 0;
  border-top: 1px solid rgba(193, 140, 58, 0.25);
}
.footer-logo {
  width: 260px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 14px;
}
.sticky {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 100;
}
.small {
  font-size: 12px;
  color: #9fb3c4;
}
@media (max-width: 940px) {
  .grid,
  .calculator,
  .lead,
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .cards,
  .pricing,
  .cases,
  .resources {
    grid-template-columns: 1fr;
  }
  .steps,
  .stats-box,
  .proof-row {
    grid-template-columns: 1fr 1fr;
  }
  .links {
    display: none;
  }
  .price.featured {
    transform: none;
  }
  .logo-img {
    width: 170px;
  }
  .calcform {
    grid-template-columns: 1fr;
  }
  .result-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .stats-box,
  .steps,
  .proof-row,
  .result-grid {
    grid-template-columns: 1fr;
  }
  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .actions .btn,
  .calc-actions .btn {
    width: 100%;
  }
  h1 {
    letter-spacing: -2px;
  }
  .sticky {
    display: flex;
  }
  .nav-inner {
    height: 78px;
  }
  .logo-img {
    width: 145px;
  }
}

/* =========================================================
   LEGAL PAGES
   ========================================================= */

.legal-page {
  background: var(--navy);
  color: white;
  min-height: 100vh;
}

.legal-page .nav {
  position: sticky;
  top: 0;
}

.legal-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(193, 140, 58, 0.2),
      transparent 32%
    ),
    linear-gradient(135deg, #031b33 0%, #061f3a 58%, #010d19 100%);
}

.legal-main::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(193, 140, 58, 0.06);
  right: -240px;
  top: 180px;
  filter: blur(20px);
  pointer-events: none;
}

.legal-main::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.legal-wrap {
  position: relative;
  z-index: 2;
  padding: 78px 0 96px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 1fr;
  gap: 70px;
  align-items: start;
}

.legal-content {
  max-width: 820px;
}

.legal-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(193, 140, 58, 0.42);
  background: rgba(193, 140, 58, 0.12);
  color: var(--gold3);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.legal-content h1 {
  color: white;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -3px;
  margin-bottom: 22px;
}

.legal-title-line {
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: var(--gold2);
  margin-bottom: 24px;
}

.legal-intro {
  color: #dce7ef;
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
  margin-bottom: 30px;
}

.legal-note {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(193, 140, 58, 0.52);
  border-radius: 18px;
  padding: 22px 26px;
  margin: 30px 0 34px;
  color: #dce7ef;
}

.legal-note strong {
  color: var(--gold3);
}

.legal-section {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 38px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-section:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-section-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.legal-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(193, 140, 58, 0.08);
  border: 1px solid rgba(193, 140, 58, 0.35);
  color: var(--gold2);
  font-size: 22px;
  font-weight: 900;
}

.legal-section h2 {
  color: white;
  font-size: 19px;
  line-height: 1.25;
  margin: 0;
}

.legal-section p {
  color: #cbd8e2;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.legal-action {
  margin-top: 34px;
}

.legal-action .btn {
  padding: 15px 25px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #dce7ef;
  font-size: 14px;
  font-weight: 900;
  transition: 0.2s ease;
}

.legal-back:hover {
  color: var(--gold3);
  border-color: rgba(193, 140, 58, 0.55);
  transform: translateY(-2px);
}

.legal-footer {
  background: #020e1a;
  color: #cbd8e2;
  padding: 38px 0;
  border-top: 1px solid rgba(193, 140, 58, 0.25);
}

.legal-footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 30px;
  align-items: center;
}

.legal-footer-logo {
  width: 150px;
  max-width: 100%;
}

.legal-footer-copy {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}

.legal-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.legal-footer-links a {
  color: var(--gold2);
  font-size: 13px;
  font-weight: 900;
}

.legal-footer-links a:hover {
  color: var(--gold3);
}

.legal-footer-links a + a {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* =========================================================
   LEGAL PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 940px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-back {
    margin-bottom: 10px;
  }

  .legal-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .legal-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .legal-footer-logo {
    margin: auto;
  }

  .legal-footer-links {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .legal-wrap {
    padding: 55px 0 70px;
  }

  .legal-content h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .legal-intro {
    font-size: 16px;
  }

  .legal-note {
    padding: 18px;
  }

  .legal-section {
    padding: 24px 0;
  }

  .legal-section-title {
    align-items: flex-start;
  }

  .legal-footer-links {
    gap: 12px;
  }

  .legal-footer-links a + a {
    padding-left: 12px;
  }
}

/* =========================================================
   HOMEPAGE LEGAL / PRIVACY SECTION
   ========================================================= */

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 980px;
}

.legal-grid > div {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 32px;
  box-shadow: 0 14px 36px rgba(0, 24, 46, 0.08);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

/* Gold accent line across the top */

.legal-grid > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold3), transparent);
}

/* Subtle decorative glow */

.legal-grid > div::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(193, 140, 58, 0.08);
  pointer-events: none;
}

.legal-grid > div:hover {
  transform: translateY(-4px);
  border-color: rgba(193, 140, 58, 0.55);
  box-shadow: 0 20px 44px rgba(0, 24, 46, 0.12);
}

.legal-grid h2 {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.legal-grid p {
  position: relative;
  z-index: 1;
  color: #667788;
  font-size: 15px;
  line-height: 1.65;
}

.legal-grid p + p {
  margin-top: 16px;
}

.legal-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 900;
  transition: 0.2s ease;
}

.legal-grid a::after {
  content: '→';
  transition: transform 0.2s ease;
}

.legal-grid a:hover {
  color: #9b6d25;
}

.legal-grid a:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   HOMEPAGE LEGAL SECTION - MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .legal-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .legal-grid > div {
    padding: 26px;
  }
}
