/* ChoicesLane — shared campaign landers */
:root {
  --ink: #0b1f33;
  --ink-soft: #1a3348;
  --paper: #f4f7f9;
  --mist: #d9e4ec;
  --line: rgba(11, 31, 51, 0.12);
  --accent: #c9852a;
  --accent-deep: #a56a1c;
  --good: #1f6b4a;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(11, 31, 51, 0.18);
  --radius: 18px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 5vw;
}

.site-header-bar {
  margin: 0.75rem 4vw 0;
  padding: 0.7rem 1rem;
  border-radius: 16px;
  background: rgba(7, 17, 28, 0.78);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}

.site-header-solid {
  position: sticky;
  top: 0;
  margin: 0;
  border-radius: 0;
  background: #0b1f33;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: none;
  backdrop-filter: none;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.nav-links a:hover {
  background: rgba(255,255,255,0.2);
  color: #fff !important;
  text-decoration: none;
}

.nav-links a.is-privacy {
  background: rgba(201, 133, 42, 0.95);
  border-color: rgba(201, 133, 42, 1);
  color: #1a1205 !important;
}

.brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  flex-shrink: 0;
}

.brand span { opacity: 0.72; font-weight: 500; }

.header-note {
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 7.5rem 6vw 4.5rem;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(8, 22, 36, 0.55) 8%, rgba(8, 22, 36, 0.82) 58%, rgba(8, 22, 36, 0.94) 100%),
    var(--hero-image) center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(to top, rgba(8, 22, 36, 0.55), transparent);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  animation: rise 0.9s ease both;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 550;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero p.lead {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.86);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: #1a1205;
  box-shadow: 0 10px 30px rgba(201, 133, 42, 0.35);
}

.btn-primary:hover {
  background: #dd9635;
  transform: translateY(-1px);
}

.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover { background: rgba(255,255,255,0.16); }

.section {
  padding: 4.5rem 6vw;
}

.section-narrow { max-width: 1100px; margin: 0 auto; }

.section h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.02em;
}

.section .sub {
  margin: 0 0 2rem;
  max-width: 40rem;
  color: var(--ink-soft);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.points li {
  padding: 1.1rem 1.2rem;
  border-left: 3px solid var(--accent);
  background: var(--white);
  box-shadow: 0 1px 0 var(--line);
  animation: rise 0.8s ease both;
}

.points li:nth-child(2) { animation-delay: 0.08s; }
.points li:nth-child(3) { animation-delay: 0.16s; }

.points strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
}

.points span { color: var(--ink-soft); font-size: 0.95rem; }

.form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  animation: rise 0.85s ease both;
  animation-delay: 0.1s;
}

.form-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
}

.form-card .form-note {
  margin: 0 0 1.2rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.field { display: grid; gap: 0.35rem; margin-bottom: 0.85rem; }
.field.full { grid-column: 1 / -1; }

.field label {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.field input,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  background: #fbfcfd;
  color: var(--ink);
}

.field input:focus,
.field select:focus {
  outline: 2px solid rgba(201, 133, 42, 0.35);
  border-color: var(--accent);
  background: var(--white);
}

.form-card .btn { width: 100%; margin-top: 0.35rem; border-radius: 12px; }

.consent {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  color: #5b6b78;
  line-height: 1.45;
}

.trust {
  display: none;
}

.benefit-title {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.benefit-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
  display: grid;
  gap: 0.55rem;
}

.form-check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin: 0.95rem 0 1rem;
}

.form-check-input {
  margin-top: 0.2rem;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--accent-deep);
}

.form-check-label {
  font-size: 0.82rem;
  line-height: 1.55;
  color: #334554;
  font-weight: 500;
}

.form-check-label a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.disclaimer {
  margin: 0.9rem 0 0;
  font-size: 0.7rem;
  line-height: 1.45;
  color: #6a7a88;
}

.site-footer {
  padding: 0 !important;
  color: #e8eef3 !important;
  font-size: 0.95rem;
  border-top: 0;
  background: #07111c !important;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.75rem 6vw 1.5rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-brand {
  display: inline-block;
  font-family: var(--font-display);
  color: #ffffff !important;
  font-size: 1.55rem;
  margin-bottom: 0.55rem;
}

.footer-brand-block p {
  margin: 0;
  max-width: 28rem;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.55;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
}

.footer-col h4 {
  margin: 0 0 0.15rem;
  color: #ffffff !important;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-col a {
  display: inline-block;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255,255,255,0.35);
}

.footer-col a:hover {
  color: #f0d09a !important;
  text-decoration-color: #f0d09a;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.88rem;
}

.footer-privacy-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  background: #c9852a !important;
  border: 1px solid #c9852a;
  color: #1a1205 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.footer-privacy-pill:hover {
  background: #dd9635 !important;
  color: #1a1205 !important;
}

.legal-body { background: #f7fafc; }
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.5rem 6vw 3rem;
}
.legal h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 0.4rem;
}
.legal-updated { color: #6a7a88; margin-bottom: 1.5rem; }
.legal h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 1.6rem 0 0.55rem;
}
.legal a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
}
.legal-form { margin: 1.25rem 0; }

.hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.hub-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.25rem;
  min-height: 160px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hub-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.hub-card em {
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.hub-card strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.hub-card span { color: var(--ink-soft); font-size: 0.92rem; }

.toast {
  display: none;
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #e7f5ee;
  color: var(--good);
  font-weight: 600;
}

.toast.show { display: block; animation: rise 0.4s ease both; }

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr; }
  .nav-links { gap: 0.35rem; max-width: 70%; }
  .nav-links a { font-size: 0.72rem; padding: 0.35rem 0.55rem; }
}

@media (max-width: 900px) {
  .split, .hub-grid, .grid-2 { grid-template-columns: 1fr; }
  .site-header,
  .site-header-bar { margin-left: 3vw; margin-right: 3vw; padding-left: 0.75rem; padding-right: 0.75rem; }
  .site-header-solid { margin: 0; padding: 0.75rem 4vw; }
  .hero { align-items: end; padding: 6.5rem 5vw 3rem; min-height: auto; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .section { padding: 3rem 5vw; }
  .form-card { padding: 1.15rem; }
  .cta-row { width: 100%; }
  .cta-row .btn { width: 100%; justify-content: center; }
  .footer-inner { padding: 2.2rem 5vw 1.4rem; }
  .hub-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header-bar { flex-direction: column; align-items: flex-start; }
  .nav-links { max-width: 100%; justify-content: flex-start; }
}
