:root {
  --blue-950: #071a2f;
  --blue-900: #0b2b4c;
  --blue-800: #123f68;
  --green-800: #244f3f;
  --green-700: #356a52;
  --earth-700: #7a5a28;
  --earth-500: #b78b42;
  --earth-100: #f4ead9;
  --soft: #f6f7f1;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #172235;
  --muted: #607080;
  --line: #dde4df;
  --shadow: 0 22px 58px rgba(7, 26, 47, 0.13);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--blue-950);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(42px, 7vw, 80px);
  max-width: 980px;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(30px, 4.8vw, 52px);
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 16px;
}

.container {
  width: min(var(--container), calc(100% - 36px));
  margin: 0 auto;
}

.skip-link,
.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;
}

.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--earth-500);
  color: var(--blue-950);
  font-weight: 900;
}

:focus-visible {
  outline: 3px solid rgba(183, 139, 66, 0.48);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 20px;
  padding: 10px 22px;
  border-bottom: 1px solid rgba(220, 228, 223, 0.92);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 16px 42px rgba(7, 26, 47, 0.11);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(183, 139, 66, 0.5);
  border-radius: 6px;
  background: var(--white);
  overflow: hidden;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px 7px;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.12;
}

.brand-text strong {
  color: var(--blue-950);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-text small {
  color: var(--earth-700);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 10px;
  border-radius: var(--radius);
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] {
  background: var(--soft);
  outline: none;
}

.primary-nav .nav-cta {
  margin-left: 6px;
  background: var(--blue-900);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--blue-900);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--blue-950);
}

.page-hero {
  min-height: 420px;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 26, 47, 0.94) 0%, rgba(7, 26, 47, 0.77) 48%, rgba(7, 26, 47, 0.28) 100%),
    linear-gradient(0deg, rgba(7, 26, 47, 0.84) 0%, rgba(7, 26, 47, 0.05) 55%);
}

.hero-bright {
  background: var(--paper);
}

.hero-bright .hero-media img {
  object-position: center 44%;
}

.hero-bright .hero-shade {
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.96) 0%, rgba(251, 250, 246, 0.88) 44%, rgba(251, 250, 246, 0.34) 100%),
    linear-gradient(0deg, rgba(251, 250, 246, 0.72) 0%, rgba(251, 250, 246, 0.08) 58%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 82px 0 48px;
  color: var(--white);
}

.hero h1,
.hero h2,
.hero p {
  color: var(--white);
}

.hero-bright h1,
.hero-bright h2,
.hero-bright p {
  color: var(--blue-950);
}

.hero-bright .hero-lead {
  color: #334255;
}

.hero-bright .button-secondary {
  border-color: rgba(7, 26, 47, 0.22);
  background: rgba(255, 255, 255, 0.74);
  color: var(--blue-900);
}

.eyebrow,
.section-kicker {
  margin-bottom: 12px;
  color: var(--earth-500);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.2vw, 22px);
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}

.button-primary {
  background: var(--earth-500);
  color: var(--blue-950);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-dark,
.button-light {
  background: var(--blue-900);
  color: var(--white);
}

.button-muted {
  border-color: var(--line);
  background: var(--white);
  color: var(--blue-900);
}

.button-light {
  background: var(--white);
  color: var(--blue-950);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hero-tags li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.trust-strip {
  background: var(--blue-950);
  color: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid span {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.trust-grid span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.section {
  padding: 86px 0;
}

.cta-band {
  text-align: center;
}

.cta-band .section-lead,
.cta-band p {
  margin-left: auto;
  margin-right: auto;
}

.cta-band .inline-actions {
  justify-content: center;
}

.trust-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.section-soft {
  background: var(--soft);
}

.section-deep {
  background: var(--blue-950);
  color: var(--white);
}

.section-deep h2,
.section-deep h3 {
  color: var(--white);
}

.section-deep p {
  color: rgba(255, 255, 255, 0.82);
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}

.intro-grid,
.split-grid,
.contact-grid,
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 46px;
  align-items: start;
}

.prose {
  color: #344255;
  font-size: 18px;
}

.card-grid,
.feature-grid,
.query-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-card,
.feature-card,
.quote-card,
.check-card,
.contact-card,
.form-card,
.faq-item {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 26, 47, 0.07);
}

.section-soft .info-card,
.section-soft .feature-card,
.section-soft .check-card {
  background: var(--paper);
}

.number,
.marker {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: var(--earth-100);
  color: var(--earth-700);
  font-size: 13px;
  font-weight: 900;
}

.info-card p,
.feature-card p,
.check-card p {
  margin-bottom: 0;
  color: #435266;
}

.image-panel {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  min-height: 360px;
  height: 100%;
  object-fit: cover;
}

.image-panel figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 14px;
}

.timeline,
.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li,
.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps li {
  grid-template-columns: 1fr;
}

.notice {
  padding: 22px;
  border-left: 5px solid var(--earth-500);
  border-radius: var(--radius);
  background: var(--earth-100);
  color: #2d3340;
}

.decision-panel {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--blue-900);
  color: var(--white);
}

.decision-panel h2,
.decision-panel h3 {
  color: var(--white);
}

.decision-panel p {
  color: rgba(255, 255, 255, 0.86);
}

.question-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.question-list li {
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue-950);
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--earth-700);
  font-size: 24px;
  line-height: 1;
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding-top: 14px;
  color: #435266;
}

.faq-answer.open {
  display: block;
}

.form-card form {
  display: grid;
  gap: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.privacy-check {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  color: #334255;
  font-size: 14px;
  font-weight: 700;
}

.privacy-check input {
  width: auto;
  margin-top: 5px;
  flex: 0 0 auto;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  display: grid;
  gap: 6px;
  color: var(--blue-950);
  font-size: 14px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: var(--white);
  color: var(--ink);
}

textarea {
  min-height: 132px;
  resize: vertical;
}

[aria-invalid="true"] {
  border-color: #a9352f;
  box-shadow: 0 0 0 3px rgba(169, 53, 47, 0.12);
}

.form-error {
  min-height: 22px;
  color: #a9352f;
  font-weight: 800;
}

.site-footer {
  background: var(--blue-950);
  color: var(--white);
}

.awz-contact {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 34px;
  padding: 54px 0;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  text-decoration: none;
  font-weight: 800;
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1080px) {
  .primary-nav {
    position: fixed;
    top: 72px;
    left: 14px;
    right: 14px;
    display: none;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .primary-nav.open {
    display: grid;
  }

  .primary-nav a,
  .primary-nav .nav-cta {
    width: 100%;
    margin-left: 0;
  }

  .nav-toggle {
    display: block;
  }

  .trust-grid,
  .card-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .split-grid,
  .contact-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .steps,
  .query-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  body {
    font-size: 16px;
    padding-bottom: 74px;
  }

  .site-header {
    padding: 10px 14px;
  }

  .brand-mark {
    width: 58px;
    height: 36px;
  }

  .brand-text strong {
    font-size: 15px;
  }

  .brand-text small {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .hero {
    min-height: 570px;
  }

  .page-hero {
    min-height: 420px;
  }

  .hero-content {
    padding: 44px 0 30px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 44px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 36px);
  }

  .hero-actions,
  .inline-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-tags {
    display: none;
  }

  .trust-grid,
  .card-grid,
  .feature-grid,
  .two-grid,
  .steps,
  .query-grid,
  .field-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid span,
  .trust-grid span:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .image-panel img {
    min-height: 260px;
  }

  .form-card,
  .contact-card,
  .decision-panel,
  .info-card,
  .feature-card,
  .check-card {
    padding: 20px;
  }

  body.show-mobile-cta .mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: var(--radius);
    background: var(--earth-500);
    color: var(--blue-950);
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(7, 26, 47, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
