:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --fs-h1: clamp(1.75rem, 1.30rem + 1.8vw, 2.25rem);
  --fs-h2: clamp(1.45rem, 1.15rem + 1.2vw, 1.75rem);
  --fs-h3: clamp(1.20rem, 1.05rem + 0.6vw, 1.35rem);
  --fs-h4: 1.0625rem;
  --fs-body: 1.0625rem;
  --fs-small: 0.875rem;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --container: 72rem;
  --radius: 8px;
  --ink: #1a1a1a;
  --ink-soft: #52525b;
  --line: #e4e4e7;
  --surface: #ffffff;
  --surface-2: #f7f7f5;
  --accent: #00708f;
  --accent-ink: #004f63;
  --cerulean: var(--accent);
  --teal: #007f86;
  --yellow: #fdfcdc;
  --apricot: #fed9b7;
  --coral: #c64c42;
  --muted: var(--ink-soft);
  --paper: #fffdf1;
  --white: var(--surface);
  --shadow: 0 10px 24px rgba(0, 112, 143, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 12%, rgba(240, 113, 103, 0.18) 0 10%, transparent 11%),
    radial-gradient(circle at 88% 18%, rgba(0, 175, 185, 0.16) 0 9%, transparent 10%),
    linear-gradient(180deg, var(--yellow), var(--paper) 42%, #ffffff);
  font-family: ui-rounded, "SF Pro Rounded", "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 12px 12px, var(--cerulean) 0 4px, transparent 5px),
    radial-gradient(circle at 26px 10px, var(--teal) 0 3px, transparent 4px),
    radial-gradient(circle at 38px 17px, var(--coral) 0 3px, transparent 4px),
    radial-gradient(ellipse at 26px 31px, var(--cerulean) 0 9px, transparent 10px);
  background-size: 96px 96px;
  transform: rotate(-8deg);
}

a {
  color: var(--cerulean);
  text-decoration-thickness: 0.11em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: #006782;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(23, 49, 58, 0.1);
  background: rgba(255, 253, 241, 0.94);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  font-size: 1.24rem;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--coral), var(--teal));
  box-shadow: 0 8px 18px rgba(240, 113, 103, 0.25);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 760;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #004e61;
  background: rgba(0, 175, 185, 0.16);
}

main {
  overflow: hidden;
}

.section,
.hero {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 44px;
  align-items: center;
  padding: 64px 0 46px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 129, 167, 0.18);
  border-radius: 999px;
  color: #005f78;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 850;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 8vw, 5rem);
  font-weight: 950;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 920;
}

h3 {
  font-size: 1.2rem;
  font-weight: 900;
}

p {
  margin: 0;
}

.lede {
  max-width: 710px;
  margin-top: 20px;
  color: #334d55;
  font-size: clamp(1.08rem, 2.2vw, 1.32rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid var(--cerulean);
  border-radius: 999px;
  color: var(--white);
  background: var(--cerulean);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 129, 167, 0.22);
}

.button.secondary {
  color: var(--cerulean);
  background: var(--white);
  box-shadow: none;
}

.button:hover {
  color: var(--white);
  background: #006f8f;
  border-color: #006f8f;
}

.button.secondary:hover {
  color: #005a71;
  background: var(--yellow);
}

.hero-art {
  position: relative;
  min-height: 410px;
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(253, 252, 220, 0.7), rgba(254, 217, 183, 0.9)),
    radial-gradient(circle at 80% 18%, rgba(240, 113, 103, 0.3), transparent 28%);
  box-shadow: var(--shadow);
}

.hero-art svg {
  position: absolute;
  inset: 8% 6% auto;
  width: 88%;
}

.pay-badge {
  position: absolute;
  right: 20px;
  bottom: 22px;
  max-width: 210px;
  padding: 16px;
  border: 2px solid rgba(0, 129, 167, 0.16);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(23, 49, 58, 0.12);
  font-weight: 850;
}

.pay-badge span {
  display: block;
  color: var(--coral);
  font-size: 1.65rem;
  line-height: 1;
}

.section {
  padding: 54px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card,
.callout,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(0, 129, 167, 0.09);
}

.card {
  position: relative;
  min-height: 100%;
  padding: 24px;
}

.card::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  content: "";
  opacity: 0.22;
  background:
    radial-gradient(circle at 14px 12px, var(--teal) 0 5px, transparent 6px),
    radial-gradient(circle at 27px 11px, var(--coral) 0 4px, transparent 5px),
    radial-gradient(ellipse at 21px 28px, var(--cerulean) 0 10px, transparent 11px);
}

.card h3 {
  max-width: calc(100% - 54px);
  margin-bottom: 10px;
}

.card p,
.card li {
  color: var(--muted);
}

.card ul,
.check-list,
.steps {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.card li,
.check-list li,
.steps li {
  position: relative;
  padding-left: 25px;
}

.card li + li,
.check-list li + li,
.steps li + li {
  margin-top: 8px;
}

.card li::before,
.check-list li::before,
.steps li::before {
  position: absolute;
  left: 0;
  color: var(--coral);
  content: "•";
  font-weight: 900;
}

.highlight-band {
  background: linear-gradient(90deg, rgba(0, 129, 167, 0.1), rgba(240, 113, 103, 0.12));
}

.callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
}

.callout p {
  margin-top: 8px;
  color: var(--muted);
}

.mini-stat {
  display: grid;
  min-width: 165px;
  min-height: 118px;
  place-items: center;
  border-radius: 22px;
  color: #004e61;
  background: var(--yellow);
  text-align: center;
  font-weight: 900;
}

.mini-stat strong {
  display: block;
  color: var(--coral);
  font-size: 2.2rem;
  line-height: 1;
}

.page-hero {
  padding: 58px 0 36px;
}

.page-hero .lede {
  max-width: 780px;
}

.role-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
}

.role-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-bubble {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--cerulean));
}

.pay-note {
  margin-top: 14px;
  padding: 12px;
  border-radius: 16px;
  color: #584129;
  background: var(--apricot);
  font-weight: 800;
}

.steps {
  counter-reset: step;
}

.steps li {
  padding-left: 48px;
}

.steps li::before {
  display: grid;
  top: 0;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--coral);
  content: counter(step);
  counter-increment: step;
  font-size: 0.95rem;
}

.steps strong {
  display: block;
  color: var(--ink);
}

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

.safety-strip div {
  padding: 18px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(23, 49, 58, 0.08);
}

.safety-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cerulean);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 26px;
  padding: 28px;
}

.contact-box {
  padding: 22px;
  border-radius: 22px;
  background: var(--yellow);
}

.contact-box a {
  font-weight: 900;
}

.form-note {
  display: grid;
  gap: 12px;
}

.field {
  padding: 14px 16px;
  border: 1px dashed rgba(0, 129, 167, 0.38);
  border-radius: 16px;
  color: var(--muted);
  background: #ffffff;
}

.site-footer {
  margin-top: 42px;
  border-top: 1px solid rgba(23, 49, 58, 0.12);
  background: #004e61;
  color: var(--white);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
}

.footer-inner p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
}

.footer-inner strong {
  color: var(--yellow);
}

@media (max-width: 900px) {
  .nav-wrap,
  .footer-inner,
  .section-head,
  .callout,
  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .hero-art {
    min-height: 340px;
  }

  .grid.three,
  .grid.two,
  .safety-strip,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: flex-start;
  }
}

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

  .nav-wrap,
  .section,
  .hero,
  .footer-inner {
    width: min(100% - 24px, 1120px);
  }

  .site-nav a {
    padding: 7px 9px;
    font-size: 0.9rem;
  }

  .hero-art {
    min-height: 300px;
    border-radius: 24px;
  }

  .pay-badge {
    right: 12px;
    bottom: 12px;
    max-width: 175px;
    padding: 13px;
  }

  .card,
  .callout,
  .contact-panel {
    padding: 20px;
    border-radius: 20px;
  }
}

/* Pass 3 visual polish: restrained scale, AA contrast, and mobile ergonomics. */
body {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--fs-body);
}

body::before {
  opacity: 0.08;
}

a {
  color: var(--accent);
  text-decoration-color: rgba(0, 112, 143, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover {
  color: var(--accent-ink);
  text-decoration-color: currentColor;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.nav-wrap,
.section,
.hero,
.footer-inner {
  width: min(var(--container), 100%);
  padding-inline: clamp(16px, 4vw, 32px);
}

.nav-wrap {
  min-height: 64px;
  padding-block: var(--space-2);
}

.brand {
  min-height: 44px;
  color: var(--ink);
  font-weight: 600;
}

.brand-mark {
  color: var(--white);
  background: var(--accent-ink);
  box-shadow: none;
}

.site-nav {
  gap: var(--space-2);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: var(--space-2) var(--space-3);
  color: var(--ink);
  font-size: var(--fs-small);
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--accent-ink);
  background: #e8f6f8;
}

.hero {
  gap: var(--space-7);
  padding-block: clamp(48px, 8vw, 96px);
}

.section {
  padding-block: clamp(48px, 8vw, 96px);
}

.page-hero {
  padding-block: clamp(48px, 8vw, 80px);
}

.eyebrow {
  border-color: var(--line);
  color: var(--accent-ink);
  background: rgba(255, 255, 255, 0.82);
  font-size: var(--fs-small);
  font-weight: 500;
}

h1,
h2,
h3 {
  margin: 0 0 0.5em;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 18ch;
  font-size: var(--fs-h1);
  line-height: 1.15;
}

h2 {
  font-size: var(--fs-h2);
  line-height: 1.2;
}

h3 {
  font-size: var(--fs-h3);
  line-height: 1.3;
}

p {
  margin: 0 0 1rem;
  text-wrap: pretty;
}

.hero-copy,
.page-hero,
.section-head p,
.card p,
.card li,
.callout p,
.contact-panel p,
.footer-inner p {
  max-width: 65ch;
}

.lede {
  margin-top: 0;
  color: var(--ink-soft);
  font-size: var(--fs-body);
}

.button-row {
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.button {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--accent);
  box-shadow: none;
  font-weight: 500;
}

.button.secondary {
  color: var(--accent);
  background: var(--surface);
}

.button:hover {
  color: var(--white);
  background: var(--accent-ink);
  border-color: var(--accent-ink);
}

.button.secondary:hover {
  color: var(--accent-ink);
  background: var(--yellow);
}

.hero-art,
.card,
.callout,
.contact-panel,
.contact-box,
.field,
.pay-badge,
.mini-stat,
.icon-bubble,
.pay-note,
.safety-strip div {
  border-radius: var(--radius);
}

.hero-art {
  box-shadow: var(--shadow);
}

.pay-badge {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-weight: 500;
}

.pay-badge span,
.mini-stat strong {
  color: var(--coral);
}

.section-head {
  gap: var(--space-5);
  margin-bottom: var(--space-5);
}

.section-head p,
.card p,
.card li,
.callout p {
  color: var(--ink-soft);
}

.grid {
  gap: var(--space-5);
}

.grid.three {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid.two {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card,
.callout,
.contact-panel {
  border: 1px solid var(--line);
  box-shadow: none;
}

.card {
  padding: var(--space-5);
}

.card::after {
  width: 36px;
  height: 36px;
  opacity: 0.14;
}

.card h3 {
  margin-bottom: 0.5em;
}

.card ul,
.check-list,
.steps {
  margin-top: var(--space-3);
}

.card li + li,
.check-list li + li,
.steps li + li {
  margin-top: var(--space-2);
}

.card li::before,
.check-list li::before,
.steps li::before {
  color: var(--coral);
  font-weight: 600;
}

.highlight-band {
  background: var(--surface-2);
}

.callout {
  gap: var(--space-5);
  padding: var(--space-6);
}

.mini-stat {
  color: var(--accent-ink);
  font-weight: 600;
}

.icon-bubble {
  background: var(--accent-ink);
}

.pay-note {
  font-weight: 500;
}

.safety-strip {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-4);
}

.safety-strip div {
  border: 1px solid var(--line);
  box-shadow: none;
}

.safety-strip strong {
  color: var(--accent);
}

.contact-panel {
  gap: var(--space-5);
  padding: var(--space-6);
}

.contact-box a,
.card a:not(.button),
.callout a:not(.button) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--accent);
  font-weight: 500;
}

.site-footer {
  margin-top: var(--space-8);
  border-top: 1px solid var(--line);
  background: var(--accent-ink);
}

.footer-inner {
  padding-block: var(--space-6);
  font-size: var(--fs-small);
}

.footer-inner strong {
  color: var(--yellow);
  font-weight: 600;
}

@media (max-width: 900px) {
  .callout,
  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 1rem;
  }

  .nav-wrap,
  .section,
  .hero,
  .footer-inner {
    width: min(100%, var(--container));
  }

  .hero {
    gap: var(--space-5);
    padding-top: var(--space-7);
  }

  h1 {
    max-width: 20ch;
  }

  .callout,
  .contact-panel,
  .card {
    padding: var(--space-5);
  }

  .callout .button {
    width: 100%;
  }
}

/* Generated hero images added after visual polish. */
.hero-art {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: var(--surface);
}

.hero-art img,
.page-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-art img {
  border-radius: var(--radius);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: var(--space-7);
  align-items: center;
  max-width: none;
}

.page-hero-copy {
  max-width: 65ch;
}

.page-hero-image {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .page-hero {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
}

@media (max-width: 560px) {
  .page-hero-image {
    aspect-ratio: 4 / 3;
  }
}
