:root {
  color-scheme: light;
  font-family: Inter, "DM Sans", Arial, sans-serif;
  color: #102a43;
  background: #f7f9fc;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.65;
}

a {
  color: inherit;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  z-index: 5;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: #fff;
  border-radius: 8px;
}

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

.site-header {
  position: sticky;
  z-index: 2;
  top: 0;
  background: rgb(255 255 255 / 94%);
  border-bottom: 1px solid #e3eaf2;
  backdrop-filter: blur(12px);
}

.header-inner,
.site-header nav,
.brand,
.hero-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.header-inner {
  min-height: 72px;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  gap: 10px;
  color: #102a43;
  font-size: 1.08rem;
  font-weight: 750;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 168px;
  height: auto;
  object-fit: contain;
}

.site-header nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.site-header nav a,
.footer-links a {
  color: #486581;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.site-header nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: #087e8b;
}

.site-header nav .nav-consumer {
  padding: 9px 14px;
  border-radius: 8px;
  color: #fff;
  background: #087e8b;
}

.page-main {
  min-height: 70vh;
  padding-block: 38px 80px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #627d98;
  font-size: 0.9rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.crumb-separator {
  color: #9fb3c8;
}

.hero,
.leader-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 56px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid #e3eaf2;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 15%, #edf7f8 100%);
  box-shadow: 0 18px 50px rgb(16 42 67 / 7%);
}

.hero-business {
  margin-bottom: 72px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #087e8b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.hero-lede {
  max-width: 700px;
  color: #486581;
  font-size: 1.18rem;
}

.scope-note {
  padding: 14px 16px;
  border-left: 3px solid #d59b35;
  border-radius: 0 8px 8px 0;
  color: #334e68;
  background: #fffaf0;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1px solid #087e8b;
  border-radius: 9px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: #087e8b;
}

.button-secondary {
  color: #087e8b;
  background: #fff;
}

.hero-panel,
.info-card,
.callout-card,
.market-card,
.faq-item {
  padding: 24px;
  border: 1px solid #e3eaf2;
  border-radius: 16px;
  background: #fff;
}

.panel-label {
  color: #087e8b;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.check-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.fine-print,
.info-card p,
.market-card p,
.faq-item p,
.callout-card p {
  margin-bottom: 0;
  color: #627d98;
}

.content-section {
  margin-top: 72px;
}

.card-grid,
.market-grid {
  display: grid;
  gap: 18px;
}

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

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr);
  align-items: start;
  gap: 32px;
}

.markets-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-radius: 18px;
  background: #eaf4f5;
}

.markets-callout p:last-child {
  margin-bottom: 0;
}

.faq-section {
  display: grid;
  gap: 14px;
}

.faq-section > .eyebrow,
.faq-section > h2 {
  margin-bottom: 0;
}

.page-intro {
  max-width: 850px;
  margin-bottom: 34px;
}

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

.market-card {
  padding: 28px;
}

.market-card-top {
  margin-bottom: 18px;
}

.status-pill {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
}

.status-current {
  color: #155e43;
  background: #dcfce7;
}

.status-planned {
  color: #76520b;
  background: #fff2cc;
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  color: #087e8b;
  font-weight: 750;
  text-decoration: none;
}

.steps-list {
  display: grid;
  gap: 14px;
  padding-left: 24px;
}

.leader-photo-wrap {
  overflow: hidden;
  border-radius: 18px;
  background: #102a43;
}

.leader-photo {
  display: block;
  width: 100%;
  height: auto;
}

.leader-title {
  color: #087e8b;
  font-size: 1.2rem;
  font-weight: 750;
}

.site-footer {
  padding-block: 42px;
  color: #d9e2ec;
  background: #102a43;
}

.footer-inner {
  display: grid;
  gap: 18px;
}

.brand-light {
  width: max-content;
  padding: 5px 8px;
  border-radius: 8px;
  background: #fff;
}

.brand-light .brand-logo {
  width: 168px;
}

.footer-inner > p {
  margin-bottom: 0;
  color: #bcccdc;
}

.footer-links {
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: #d9e2ec;
}

.site-footer small {
  max-width: 800px;
  color: #9fb3c8;
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 600px);
  }

  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 14px;
  }

  .site-header nav {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .hero,
  .leader-hero,
  .split-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px;
  }

  .card-grid.three,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .markets-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-business,
  .content-section {
    margin-bottom: 48px;
  }
}

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