:root {
  --awz: #123B63;
  --awz-deep: #0A2744;
  --brass: #8B6F3E;
  --ink: #172433;
  --muted: #5E6873;
  --paper: #FFFFFF;
  --soft: #F4F7F6;
  --warm: #F7F2EA;
  --line: #DDE4E6;
  --shadow: 0 16px 42px rgba(18, 59, 99, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

.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 {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--awz);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(calc(100% - 32px), var(--max));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--awz-deep);
  text-decoration: none;
  line-height: 1.1;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--awz);
  color: var(--awz);
  font-weight: 800;
  font-size: 14px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-navigation > a {
  color: var(--awz-deep);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.main-navigation > a:hover,
.main-navigation > a:focus-visible {
  color: var(--brass);
}

.menu-button {
  display: none;
  width: 46px;
  min-height: 46px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--awz);
  font-size: 24px;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 2px solid var(--brass);
  border-radius: 4px;
  background: var(--brass);
  color: var(--paper);
  font-weight: 780;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  filter: brightness(0.92);
}

.button-small {
  min-height: 40px;
  padding: 8px 14px;
}

.button-quiet {
  border-color: var(--awz);
  background: rgba(255, 255, 255, 0.62);
  color: var(--awz);
}

.button-secondary {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--awz-deep);
}

.hero {
  min-height: 700px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(246, 249, 248, 0.84);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  background: var(--soft);
}

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

.hero-inner {
  width: min(calc(100% - 32px), var(--max));
  min-height: 700px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 760px;
  padding: 84px 0 104px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brass);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #DCE8F4;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.14;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

h1,
h2 {
  color: var(--awz-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 650;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 4.2vw, 4.25rem);
  hyphens: none;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
}

h3 {
  margin-bottom: 8px;
  color: var(--awz-deep);
  font-size: 1.15rem;
}

p {
  margin-top: 0;
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 16px;
  font-size: 1.22rem;
  line-height: 1.5;
}

.hero-support {
  max-width: 690px;
  color: #334253;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 18px;
}

.hero-trust {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 32px), var(--max));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--brass);
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--awz);
}

.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 92px 0;
}

.section:nth-of-type(even) {
  background: var(--soft);
}

.section-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: auto;
}

.section-heading {
  max-width: 670px;
}

.section-heading.narrow {
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}

.check-layout,
.quality-layout,
.activity-layout,
.support-layout,
.income-layout,
.faq-layout,
.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}

.check-layout > *,
.quality-layout > *,
.activity-layout > *,
.support-layout > *,
.income-layout > *,
.faq-layout > *,
.contact-inner > * {
  min-width: 0;
}

.check-panel {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

.check-option {
  min-height: 122px;
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  cursor: pointer;
}

.check-option:has(input:checked) {
  border-color: var(--brass);
  box-shadow: inset 4px 0 var(--brass);
}

.check-option input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  accent-color: var(--brass);
}

.check-option strong,
.check-option small {
  display: block;
}

.check-option strong {
  line-height: 1.35;
}

.check-option small {
  margin-top: 5px;
  color: var(--muted);
}

.check-result {
  min-height: 58px;
  margin: 20px 0 6px;
  padding: 14px 16px;
  background: var(--soft);
  border-left: 4px solid var(--brass);
}

.text-link {
  color: var(--awz);
  font-weight: 760;
  text-decoration-thickness: 2px;
}

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

.feature-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--brass);
  box-shadow: 0 8px 24px rgba(18, 59, 99, 0.06);
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.number {
  display: block;
  margin-bottom: 24px;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.quality-section {
  background: var(--warm) !important;
}

.quality-copy p {
  max-width: 720px;
}

.quality-list {
  display: grid;
  border-top: 4px solid var(--brass);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.quality-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.quality-list article:last-child {
  border-bottom: 0;
}

.quality-list span {
  color: var(--brass);
  font-weight: 820;
}

.quality-list p,
.activity-list p,
.timeline p,
.steps-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.activity-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.activity-list article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--brass);
  color: var(--paper);
  font-weight: 800;
}

.support-section {
  background: var(--awz) !important;
  color: var(--paper);
}

.support-section h2,
.support-section h3 {
  color: var(--paper);
}

.support-copy p {
  color: #E8F0F6;
}

.support-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.support-list li {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.support-list span {
  color: #DCE8F4;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid var(--brass);
}

.timeline li {
  padding: 24px 24px 0 0;
}

.timeline time {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--brass);
  font-weight: 820;
}

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

.steps-grid article {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.steps-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--brass);
  font-weight: 800;
}

.income-section {
  background: var(--warm) !important;
}

.trust-note {
  padding: 18px;
  border-left: 4px solid var(--brass);
  background: var(--paper);
  font-weight: 700;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  padding: 20px 44px 20px 0;
  position: relative;
  color: var(--awz-deep);
  font-weight: 760;
  cursor: pointer;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  color: var(--brass);
  font-size: 26px;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-answer {
  padding: 0 40px 18px 0;
  color: var(--muted);
}

.contact-section {
  padding: 96px 0;
  background: var(--awz-deep);
  color: var(--paper);
}

.contact-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: auto;
}

.contact-section h2 {
  color: var(--paper);
}

.contact-copy p {
  color: #E8F0F6;
}

.contact-copy address {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  font-style: normal;
}

.contact-copy address a {
  width: fit-content;
  color: var(--paper);
}

.contact-note {
  color: #BFD2E3;
  font-size: 14px;
}

.interest-form {
  padding: 30px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.field label {
  color: var(--awz-deep);
  font-weight: 760;
}

.field label small {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #AEB9C1;
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid rgba(139, 111, 62, 0.25);
  border-color: var(--brass);
}

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

.privacy-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0 18px;
  font-size: 14px;
}

.privacy-check input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  accent-color: var(--brass);
}

.privacy-check a {
  color: var(--awz);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.submit-button {
  width: 100%;
}

.form-status {
  min-height: 28px;
  margin: 12px 0 0;
  font-weight: 700;
}

.form-status a {
  color: var(--awz);
}

.form-status.is-error {
  color: #A33333;
}

.form-status.is-success {
  color: #26734D;
}

.final-section {
  padding: 76px 0;
  background: var(--awz);
  color: var(--paper);
}

.final-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.final-section h2 {
  max-width: 760px;
  color: var(--paper);
}

.final-section p {
  max-width: 720px;
  color: #E8F0F6;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: end;
  padding: 42px max(20px, calc((100% - var(--max)) / 2));
  background: var(--paper);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer-brand {
  margin-bottom: 12px;
}

.site-footer nav {
  display: grid;
  gap: 6px;
}

@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .menu-button {
    display: grid;
    place-items: center;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-navigation.is-open {
    display: grid;
    gap: 14px;
  }

  .hero,
  .hero-inner,
  .hero-media img {
    min-height: 720px;
  }

  .hero-copy {
    max-width: 720px;
    padding: 76px 0 84px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .check-layout,
  .quality-layout,
  .activity-layout,
  .support-layout,
  .income-layout,
  .faq-layout,
  .contact-inner {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .final-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    width: min(calc(100% - 24px), var(--max));
    min-height: 68px;
  }

  .main-navigation {
    top: 68px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand small {
    max-width: 170px;
  }

  .hero,
  .hero-inner,
  .hero-media img {
    min-height: 760px;
  }

  .hero::after {
    background: rgba(248, 250, 249, 0.88);
  }

  .hero-inner {
    width: min(calc(100% - 24px), var(--max));
    align-items: flex-start;
  }

  .hero-copy {
    padding: 46px 0 56px;
  }

  h1 {
    font-size: 2.02rem;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-actions {
    display: grid;
  }

  .section {
    padding: 64px 0;
  }

  .section-inner,
  .contact-inner,
  .trust-strip {
    width: min(calc(100% - 24px), var(--max));
  }

  .check-panel,
  .interest-form {
    padding: 20px;
  }

  .check-grid,
  .feature-grid,
  .feature-grid-three,
  .timeline,
  .steps-grid,
  .two-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .quality-list article,
  .activity-list article {
    grid-template-columns: 38px 1fr;
  }

  .support-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .contact-copy,
  .interest-form,
  .contact-copy h2,
  .contact-copy p,
  .contact-copy address {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .site-footer {
    grid-template-columns: minmax(0, 1fr);
    padding: 34px 20px;
  }
}

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