:root {
  --brand: #006b4f;
  --brand-dark: #004c39;
  --brand-soft: #e8f4ef;
  --accent: #d9a824;
  --ink: #16231f;
  --muted: #5d6b66;
  --surface: #ffffff;
  --surface-alt: #f4f7f5;
  --border: #d9e2de;
  --danger: #a92828;
  --danger-soft: #fff1f1;
  --warning: #7a5b00;
  --warning-soft: #fff8dd;
  --shadow: 0 24px 60px rgba(18, 48, 38, 0.12);
  --radius-lg: 28px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface-alt);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-180%); background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(217,226,222,.8); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-height: 46px; text-decoration: none; }
.brand img { width: auto; max-height: 46px; object-fit: contain; }
.brand-fallback { font-weight: 800; font-size: 1.25rem; color: var(--brand-dark); }
.security-badge { display: inline-flex; align-items: center; gap: 9px; color: var(--brand-dark); font-weight: 750; font-size: .92rem; }
.security-badge svg { width: 22px; fill: var(--brand); }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(217,168,36,.32), transparent 30%), linear-gradient(135deg, #003f30, #007457); }
.hero::after { content: ""; position: absolute; inset: auto -10% -65% 45%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.025); }
.hero-grid { position: relative; z-index: 1; min-height: 560px; padding-block: 96px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; gap: 76px; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: #afebd5; font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 690px; margin: 28px 0 34px; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.button { border: 0; border-radius: 999px; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button-primary { background: #fff; color: var(--brand-dark); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(0,0,0,.2); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid #f4c846; outline-offset: 3px; }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.trust-panel { display: grid; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.1); box-shadow: 0 28px 70px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.trust-panel article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.09);
}

.trust-panel .icon-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #fff;
}

.trust-panel .icon-wrap svg {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  fill: var(--brand);
}

.trust-panel strong,
.trust-panel article div > span {
  display: block;
}

.trust-panel strong { font-size: 1.04rem; }
.trust-panel article div > span { margin-top: 2px; color: rgba(255,255,255,.72); font-size: .91rem; line-height: 1.4; }

.content-section { padding-block: 92px; }
.content-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: 68px; align-items: start; }
.info-column { position: sticky; top: 112px; }
.section-heading h2, .form-header h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.steps { display: grid; gap: 18px; margin-top: 34px; }
.steps article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
.steps article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand-dark); font-weight: 900; }
.steps h3 { margin: 0 0 3px; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); font-size: .93rem; }
.policy-card { margin-top: 34px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.72); }
.policy-card h3 { margin: 0 0 13px; }
.policy-card a { display: flex; justify-content: space-between; gap: 12px; padding-block: 11px; border-top: 1px solid var(--border); color: var(--brand-dark); font-weight: 720; text-decoration: none; }
.policy-card a:hover { color: var(--brand); }

.form-card { padding: clamp(24px, 5vw, 48px); border: 1px solid rgba(217,226,222,.92); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.form-header { margin-bottom: 32px; }
.form-header .eyebrow, .section-heading .eyebrow { color: var(--brand); }
.form-header p { margin-bottom: 0; color: var(--muted); }
fieldset { margin: 0; padding: 0; border: 0; }
fieldset + fieldset { margin-top: 34px; padding-top: 32px; border-top: 1px solid var(--border); }
legend { margin-bottom: 20px; padding: 0; font-size: 1.12rem; font-weight: 850; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 22px; }
.field label { display: inline-block; margin-bottom: 8px; font-weight: 760; }
.field-help { margin: -3px 0 10px; color: var(--muted); font-size: .92rem; }
input[type="text"], input[type="email"], select, textarea { width: 100%; border: 1px solid var(--border); border-radius: var(--radius-sm); background: #fbfdfc; color: var(--ink); transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
input[type="text"], input[type="email"], select { min-height: 52px; padding: 0 15px; }
textarea { min-height: 190px; padding: 14px 15px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #aebdb7; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(0,107,79,.1); outline: none; }
.field-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 7px; color: var(--muted); font-size: .8rem; }
.field-error { margin: 8px 0 0; color: var(--danger); font-size: .88rem; font-weight: 720; }
.choice-group { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-card { position: relative; display: flex; gap: 12px; padding: 17px; border: 1px solid var(--border); border-radius: 14px; cursor: pointer; transition: border .2s ease, background .2s ease, transform .2s ease; }
.choice-card:hover { border-color: #9cb5ac; transform: translateY(-1px); }
.choice-card:has(input:checked) { border-color: var(--brand); background: var(--brand-soft); }
.choice-card input { margin-top: 4px; accent-color: var(--brand); }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { line-height: 1.3; }
.choice-card small { margin-top: 4px; color: var(--muted); line-height: 1.35; }
.contact-fields { margin-top: 22px; }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; margin-top: 30px; color: #35443f; font-size: .92rem; }
.checkbox-row input { margin-top: 5px; accent-color: var(--brand); }
.recaptcha-wrap { margin-top: 25px; overflow-x: auto; }
.button-submit { width: 100%; margin-top: 26px; background: var(--brand); color: #fff; box-shadow: 0 14px 28px rgba(0,107,79,.22); }
.button-submit svg { width: 21px; fill: currentColor; }
.button-submit:hover { background: var(--brand-dark); }
.privacy-note { margin: 14px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.alert { margin-bottom: 24px; padding: 14px 16px; border-radius: 12px; font-weight: 650; }
.alert-error { color: var(--danger); background: var(--danger-soft); border: 1px solid #f3caca; }
.alert-warning { color: var(--warning); background: var(--warning-soft); border: 1px solid #efdd9f; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.confirmation { min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.confirmation-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); }
.confirmation-icon svg { width: 38px; fill: var(--brand); }
.confirmation h2 { margin: 24px 0 10px; font-size: 2rem; }
.confirmation p { max-width: 520px; margin: 6px 0; color: var(--muted); }
.confirmation strong { color: var(--brand-dark); }

.site-footer { color: #cad8d2; background: #102820; }
.footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .86rem; }
.footer-inner p { margin: 0; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-block: 74px; }
  .content-grid { grid-template-columns: 1fr; }
  .info-column { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .brand img { max-width: 112px; }
  .security-badge { font-size: 0; }
  .security-badge svg { width: 26px; }
  .hero-grid { min-height: auto; padding-block: 62px; }
  .hero h1 { font-size: clamp(2.8rem, 16vw, 4.2rem); }
  .content-section { padding-block: 54px; }
  .content-grid { gap: 42px; }
  .field-grid, .choice-group { grid-template-columns: 1fr; }
  .form-card { border-radius: 22px; }
  .footer-inner { padding-block: 30px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
