:root {
  color-scheme: light;
  --navy-950: #081423;
  --navy-900: #0c1b2d;
  --navy-800: #12263d;
  --blue-600: #1f7ae0;
  --blue-500: #31a5f5;
  --teal-400: #4fd1b2;
  --green-100: #dff7ed;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-200: #dce5ef;
  --slate-100: #eef4f8;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(8, 20, 35, 0.16);
  --radius: 8px;
  --container: min(1120px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy-950);
  background: var(--white);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.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;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 14px max(20px, calc((100% - 1120px) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 229, 239, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy-950);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--teal-400));
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 22px);
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--slate-700);
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.email-link:hover,
.email-link:focus-visible {
  color: var(--blue-600);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0 18px;
  color: var(--white);
  background: var(--navy-900);
}

.button {
  padding: 0 20px;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), #148d9e);
  box-shadow: 0 14px 32px rgba(31, 122, 224, 0.24);
}

.button-secondary {
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(220, 229, 239, 0.92);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy-950);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: 44px;
  align-items: center;
  width: var(--container);
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 58px 0 44px;
}

.hero-content {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #0f8c9a;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  color: var(--navy-950);
  font-size: clamp(2.55rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy,
.section-heading p,
.contact-box p,
.disclaimer p {
  color: var(--slate-500);
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 30px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 0;
}

.trust-strip div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  background: #f8fbfd;
}

.trust-strip dt {
  color: var(--navy-950);
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1;
}

.trust-strip dd {
  margin: 8px 0 0;
  color: var(--slate-500);
  font-size: 0.88rem;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy-900);
  box-shadow: var(--shadow);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 86px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

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

.market-card,
.step,
.partner-row {
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  background: var(--white);
}

.market-card {
  min-height: 272px;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(8, 20, 35, 0.06);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  color: var(--navy-950);
  background: var(--green-100);
  font-weight: 850;
}

.market-card p,
.step p,
.partner-row p {
  margin-bottom: 0;
  color: var(--slate-500);
  font-size: 0.95rem;
}

.insights {
  padding-top: 54px;
}

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

.article-card {
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  background: #f8fbfd;
  box-shadow: 0 16px 36px rgba(8, 20, 35, 0.06);
}

.article-card p {
  margin-bottom: 22px;
  color: var(--slate-500);
  font-size: 0.95rem;
}

.article-card a {
  align-self: end;
  color: var(--blue-600);
  font-weight: 780;
}

.article-card a:hover,
.article-card a:focus-visible {
  color: #0e5361;
}

.method {
  width: 100%;
  padding: 92px max(20px, calc((100% - 1120px) / 2));
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.method-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: 48px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--white);
}

.method .section-heading p {
  color: #b6c7d7;
}

.method .eyebrow {
  color: var(--teal-400);
}

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

.check-list li {
  position: relative;
  min-height: 54px;
  padding: 15px 18px 15px 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: #e8f1f7;
  background: rgba(255, 255, 255, 0.06);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal-400);
  box-shadow: 0 0 0 5px rgba(79, 209, 178, 0.16);
}

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

.partner-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 22px;
}

.partner-row h3 {
  margin-bottom: 0;
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 26px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  background: #f8fbfd;
}

.section-cta h3 {
  margin-bottom: 8px;
}

.section-cta p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--slate-500);
}

.process {
  padding-top: 48px;
}

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

.step {
  min-height: 245px;
  padding: 24px;
  background: #f8fbfd;
}

.step span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue-600);
  font-size: 0.82rem;
  font-weight: 850;
}

.contact {
  padding-top: 52px;
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: start;
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-950), #0e5361);
  box-shadow: var(--shadow);
}

.contact-box p {
  max-width: 680px;
  color: #c8d9e5;
}

.contact-intro h3 {
  margin: 30px 0 12px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.contact-box .eyebrow {
  color: var(--teal-400);
}

.direct-email {
  margin-top: 24px;
}

.email-link {
  color: var(--white);
  font-weight: 760;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 52px rgba(2, 8, 23, 0.18);
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span,
.privacy-check {
  color: var(--slate-700);
  font-size: 0.92rem;
  font-weight: 720;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  color: var(--navy-950);
  background: var(--white);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(49, 165, 245, 0.16);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"],
.privacy-check input[aria-invalid="true"] {
  border-color: #dc2626;
}

.privacy-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.45;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--blue-600);
}

.form-status {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  font-size: 0.94rem;
  font-weight: 720;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  color: #991b1b;
  background: #fee2e2;
}

.form-status.is-success {
  color: #065f46;
  background: #dff7ed;
}

.contact-form .button {
  width: fit-content;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-note {
  margin-bottom: 0;
  color: var(--slate-500);
  font-size: 0.88rem;
}

.site-footer {
  padding: 46px max(20px, calc((100% - 1120px) / 2)) 34px;
  background: var(--slate-100);
}

.disclaimer {
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 22px;
  border: 1px solid var(--slate-200);
  border-left: 4px solid var(--blue-600);
  border-radius: var(--radius);
  background: var(--white);
}

.disclaimer strong {
  display: block;
  margin-bottom: 8px;
}

.disclaimer p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--slate-500);
  font-size: 0.9rem;
}

.footer-meta p {
  margin: 0;
}

.footer-meta a,
.footer-links a {
  color: var(--slate-700);
  font-weight: 700;
}

.footer-meta a:hover,
.footer-meta a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--blue-600);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.subpage-hero {
  padding: 76px max(20px, calc((100% - 1120px) / 2)) 64px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.subpage-hero-content {
  max-width: 860px;
}

.subpage-hero .eyebrow {
  color: var(--teal-400);
}

.subpage-hero h1 {
  color: var(--white);
  font-size: clamp(2.35rem, 5vw, 4.4rem);
}

.subpage-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #c8d9e5;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.content-page {
  width: var(--container);
  margin: 0 auto;
  padding: 72px 0 86px;
}

.content-block {
  max-width: 880px;
  margin-bottom: 44px;
}

.article-body {
  max-width: 860px;
}

.content-block p {
  color: var(--slate-700);
}

.article-body h2 {
  margin-top: 42px;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
}

.content-block p:last-child {
  margin-bottom: 0;
}

.content-page a {
  color: var(--blue-600);
  font-weight: 740;
}

.content-page a:hover,
.content-page a:focus-visible {
  color: #0e5361;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 50px;
}

.info-card,
.note-box {
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(8, 20, 35, 0.06);
}

.info-card {
  min-height: 145px;
  padding: 22px;
}

.info-card h3 {
  margin-bottom: 8px;
}

.info-card p,
.note-box p {
  margin-bottom: 0;
  color: var(--slate-500);
  font-size: 0.95rem;
}

.content-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 46px;
}

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

.note-box {
  padding: 24px;
}

.comparison-table-wrap {
  overflow-x: auto;
  margin: 22px 0 46px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(8, 20, 35, 0.06);
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  border-bottom: 1px solid var(--slate-200);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: var(--navy-950);
  background: #f8fbfd;
  font-size: 0.92rem;
}

.comparison-table td {
  color: var(--slate-700);
  font-size: 0.94rem;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

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

.plain-list li {
  position: relative;
  padding-left: 26px;
  color: var(--slate-700);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal-400);
}

.final-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 26px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-950), #0e5361);
}

.final-cta p {
  max-width: 680px;
  margin: 0;
  color: #d7e5ee;
}

.final-cta a:not(.button) {
  color: var(--white);
  font-weight: 760;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
    order: 3;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
  }

  .site-nav a {
    min-height: 46px;
    padding: 12px;
    border-radius: 6px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: var(--slate-100);
  }

  body.nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .hero-content {
    max-width: none;
  }

  .hero-visual img {
    min-height: 420px;
  }

  .card-grid,
  .steps,
  .article-grid,
  .info-grid,
  .content-split,
  .content-split.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-panel {
    grid-template-columns: 1fr;
  }

  .contact-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 28px, 1120px);
  }

  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .site-nav {
    top: 68px;
    left: 14px;
    right: 14px;
  }

  .hero {
    gap: 28px;
    padding: 36px 0 26px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-strip,
  .card-grid,
  .partner-grid,
  .steps,
  .article-grid,
  .info-grid,
  .content-split,
  .content-split.three,
  .contact-box,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    min-height: 76px;
  }

  .hero-visual img {
    min-height: 320px;
  }

  .section {
    padding: 62px 0;
  }

  .method {
    padding: 68px 14px;
  }

  .market-card,
  .step {
    min-height: auto;
  }

  .partner-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-box {
    padding: 26px;
  }

  .contact-box .button,
  .contact-form .button {
    align-self: stretch;
    width: 100%;
  }

  .contact-form {
    padding: 20px;
  }

  .section-cta .button {
    width: 100%;
  }

  .subpage-hero {
    padding: 52px 14px 46px;
  }

  .content-page {
    padding: 54px 0 64px;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

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