:root {
  color-scheme: light;
  --ink: #10231f;
  --ink-soft: #273a35;
  --muted: #586963;
  --line: #dce7e2;
  --line-strong: #c8d8d1;
  --surface: #ffffff;
  --canvas: #f3f7f5;
  --canvas-deep: #eaf2ee;
  --brand: #075e54;
  --brand-dark: #064a43;
  --accent: #1db481;
  --accent-soft: #dff7ee;
  --warning: #8a5b00;
  --warning-soft: #fff7e1;
  --danger: #963c3c;
  --danger-soft: #fff1f1;
  --shadow-sm: 0 10px 34px rgba(11, 54, 47, 0.07);
  --shadow: 0 24px 70px rgba(11, 54, 47, 0.12);
  --radius-sm: 15px;
  --radius: 22px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }
code { padding: 0.08em 0.35em; border-radius: 5px; background: rgba(7, 94, 84, 0.08); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 0.91em; }

.shell { width: min(100% - 32px, 1120px); margin-inline: auto; }
.narrow-shell { max-width: 930px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--brand);
  font-weight: 750;
}
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 5; border-bottom: 1px solid rgba(219, 230, 225, 0.86); background: rgba(255, 255, 255, 0.95); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 13px; color: white; background: var(--brand); font-weight: 850; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 0.93rem; letter-spacing: -0.02em; }
.brand small { margin-top: 5px; color: var(--brand); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; }
.secure-label { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.8rem; font-weight: 650; }
.secure-label svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.preview-banner { padding: 7px 16px; border-bottom: 1px solid #ecd898; color: #624912; background: #fff7df; text-align: center; font-size: 0.78rem; }
.hero { position: relative; overflow: hidden; padding: 32px 0 56px; background: linear-gradient(155deg, #fbfdfc 0%, #edf6f1 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: 0.42; background-image: radial-gradient(rgba(7, 94, 84, 0.13) 1px, transparent 1px); background-size: 26px 26px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%, #000); mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.hero-grid { position: relative; display: grid; gap: 28px; }
.hero-copy { min-width: 0; }

.status-card { display: inline-flex; align-items: center; gap: 11px; max-width: 100%; padding: 10px 13px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.9); box-shadow: 0 8px 30px rgba(17, 66, 57, 0.06); }
.status-card[data-state="approved"], .status-card[data-state="returning_customer"] { border-color: #bfe6d7; background: #f6fffb; }
.status-card[data-state="pending"], .status-card[data-state="provisioning"] { border-color: #ead89e; background: #fffdf5; }
.status-card[data-state="error"] { border-color: #ebc8c8; background: #fff8f8; }
.status-card strong, .status-card small { display: block; }
.status-card strong { font-size: 0.88rem; line-height: 1.3; }
.status-card small { margin-top: 2px; color: var(--muted); font-size: 0.74rem; line-height: 1.35; }
.status-icon { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 10px; color: var(--brand); background: var(--accent-soft); }
.status-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.status-card[data-state="pending"] .status-icon, .status-card[data-state="provisioning"] .status-icon { color: var(--warning); background: var(--warning-soft); }
.status-card[data-state="error"] .status-icon { color: var(--danger); background: var(--danger-soft); }

.eyebrow, .section-kicker { color: var(--brand); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.13em; }
.eyebrow { margin: 26px 0 8px; }
.section-kicker { margin: 0 0 8px; }
h1, h2, h3 { margin-top: 0; text-wrap: balance; }
h1 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 7.5vw, 4.2rem); line-height: 1.03; letter-spacing: -0.052em; }
h2 { margin-bottom: 0; font-size: clamp(1.75rem, 4.2vw, 2.8rem); line-height: 1.1; letter-spacing: -0.038em; }
h3 { line-height: 1.25; letter-spacing: -0.02em; }
.hero-subtitle { max-width: 650px; margin: 18px 0 24px; color: var(--muted); font-size: clamp(1.02rem, 2.7vw, 1.22rem); line-height: 1.55; }

.primary-button, .secondary-access-button, .support-link { transition: transform 150ms ease, background 150ms ease, border-color 150ms ease, box-shadow 150ms ease; }
.primary-button, .secondary-access-button { display: flex; min-height: 58px; width: 100%; max-width: 440px; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border-radius: var(--radius-sm); font-size: 0.9rem; font-weight: 820; letter-spacing: 0.025em; text-align: left; text-decoration: none; }
.primary-button { border: 2px solid var(--brand); color: #fff; background: var(--brand); box-shadow: 0 14px 28px rgba(7, 94, 84, 0.2); }
.primary-button:hover { transform: translateY(-2px); background: var(--brand-dark); box-shadow: 0 17px 32px rgba(7, 94, 84, 0.24); }
.primary-button svg, .secondary-access-button svg { flex: 0 0 22px; width: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.primary-button.is-disabled, .secondary-access-button.is-disabled { cursor: not-allowed; box-shadow: none; }
.primary-button.is-disabled { border-color: #4f736c; background: #4f736c; }
.secondary-access-button.is-disabled { border-color: #9eb5ae; color: #365e56; background: #f7faf9; }
.primary-button.is-disabled:hover, .secondary-access-button.is-disabled:hover { transform: none; }
.button-note { margin: 10px 0 0; color: var(--muted); font-size: 0.82rem; }
.state-guidance { display: flex; max-width: 560px; gap: 10px; align-items: flex-start; padding: 13px 15px; border: 1px solid #e8d495; border-radius: 12px; color: #67501d; background: var(--warning-soft); }
.state-guidance svg { flex: 0 0 20px; width: 20px; margin-top: 2px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.state-guidance p { margin: 0; font-size: 0.9rem; }

.journey-card { align-self: end; padding: 22px; border: 1px solid rgba(219, 230, 225, 0.9); border-radius: var(--radius); background: rgba(255, 255, 255, 0.84); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.journey-label { margin: 0 0 16px; color: var(--muted); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.journey-card ol { margin: 0; padding: 0; list-style: none; }
.journey-card li { position: relative; display: grid; grid-template-columns: 35px 1fr; gap: 12px; min-height: 61px; }
.journey-card li:not(:last-child)::after { position: absolute; top: 35px; bottom: 4px; left: 17px; width: 1px; background: var(--line); content: ""; }
.journey-card li > span { z-index: 1; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #fff; font-size: 0.78rem; font-weight: 800; }
.journey-card li > span svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.journey-card .done > span { border-color: var(--brand); color: #fff; background: var(--brand); }
.journey-card .active > span { border-color: var(--accent); color: var(--brand); background: var(--accent-soft); }
.journey-card .error > span { border-color: #e4b7b7; color: var(--danger); background: var(--danger-soft); }
.journey-card strong, .journey-card small { display: block; line-height: 1.35; }
.journey-card strong { padding-top: 1px; font-size: 0.91rem; }
.journey-card small { margin-top: 2px; color: var(--muted); font-size: 0.78rem; }

.start-point { border-block: 1px solid var(--line); background: #fff; }
.start-point-grid { display: grid; gap: 22px; padding-block: 28px; }
.start-point h2 { font-size: clamp(1.45rem, 4vw, 2rem); }
.module-callout { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #f9fcfa; }
.module-number { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 13px; color: #fff; background: var(--brand); font-size: 1.04rem; font-weight: 850; letter-spacing: 0.03em; }
.module-callout strong { display: block; line-height: 1.35; }
.module-callout p { margin: 4px 0 0; color: var(--muted); font-size: 0.88rem; line-height: 1.48; }

.section { padding: 72px 0; }
.section-heading > p:not(.section-kicker) { color: var(--muted); }
.split-heading { display: grid; gap: 18px; margin-bottom: 34px; }
.split-heading > p { max-width: 490px; margin: 0; }

.steps-list { margin: 0; padding: 0; border-top: 1px solid var(--line-strong); list-style: none; }
.steps-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.step-number { padding-top: 1px; color: var(--brand); font-size: 0.8rem; font-weight: 850; letter-spacing: 0.12em; }
.steps-list strong { display: block; font-size: 1.04rem; line-height: 1.4; }
.steps-list p { margin: 5px 0 0; color: var(--muted); font-size: 0.92rem; }
.centered-action { margin-top: 30px; }
.secondary-access-button { border: 1px solid var(--brand); color: var(--brand); background: #fff; box-shadow: var(--shadow-sm); }
.secondary-access-button:hover { transform: translateY(-2px); color: #fff; background: var(--brand); }

.overview-section { color: #fff; background: var(--brand); }
.overview-section .section-kicker { color: #8ee3c4; }
.overview-grid { display: grid; gap: 36px; }
.overview-copy > p:not(.section-kicker) { max-width: 600px; margin: 18px 0 0; color: #d2e4df; }
.product-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 30px 0 0; }
.product-stats div { min-width: 0; padding: 16px 12px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 13px; background: rgba(255, 255, 255, 0.07); }
.product-stats dt { font-size: clamp(1.55rem, 5vw, 2.2rem); font-weight: 820; line-height: 1; }
.product-stats dd { margin: 7px 0 0; color: #c8ddd7; font-size: 0.75rem; line-height: 1.3; }
.rota-card { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16); }
.rota-heading { padding: 23px; background: #eef8f4; }
.rota-heading span, .rota-heading strong { display: block; }
.rota-heading span { color: var(--brand); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.17em; }
.rota-heading strong { margin-top: 2px; font-size: 2.4rem; line-height: 1; letter-spacing: -0.05em; }
.rota-heading p { margin: 10px 0 0; color: var(--muted); font-size: 0.86rem; }
.rota-card ul { margin: 0; padding: 8px 23px 14px; list-style: none; }
.rota-card li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.rota-card li:last-child { border-bottom: 0; }
.rota-card li span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: var(--brand); background: var(--accent-soft); font-size: 0.85rem; font-weight: 850; }
.rota-card li strong { font-size: 0.94rem; }

.materials-section { background: #fff; }
.materials-heading { display: grid; gap: 18px; margin-bottom: 32px; }
.materials-heading > p { max-width: 520px; margin: 0; }
.materials-grid { display: grid; gap: 14px; }
.material-card { position: relative; overflow: hidden; min-height: 240px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfdfc; }
.material-card::after { position: absolute; right: -34px; bottom: -47px; width: 120px; height: 120px; border: 22px solid rgba(29, 180, 129, 0.07); border-radius: 50%; content: ""; }
.material-number { color: #5f716a; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; }
.material-icon { display: grid; width: 48px; height: 55px; margin: 17px 0 20px; align-content: center; gap: 5px; padding: 12px 10px; border: 1px solid #abdcca; border-radius: 8px 14px 8px 8px; background: var(--accent-soft); }
.material-icon span { display: block; height: 2px; border-radius: 2px; background: var(--brand); opacity: 0.7; }
.material-icon span:nth-child(2) { width: 70%; }
.material-card h3 { margin-bottom: 8px; font-size: 1.07rem; }
.material-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 0.88rem; }
.material-card small { position: relative; z-index: 1; display: inline-block; margin-top: 18px; color: var(--brand); font-size: 0.73rem; font-weight: 750; }

.help-section { background: var(--canvas); }
.help-grid { display: grid; gap: 30px; }
.help-intro > p:last-child { max-width: 470px; margin: 16px 0 0; color: var(--muted); }
.help-icon { display: grid; width: 46px; height: 46px; margin-bottom: 22px; place-items: center; border-radius: 14px; color: var(--brand); background: var(--accent-soft); }
.help-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.help-list { margin: 0; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); list-style: none; }
.help-list li { display: grid; grid-template-columns: 33px 1fr; gap: 12px; align-items: center; margin: 0 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.help-list li:last-child { border-bottom: 0; }
.help-list span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--brand); background: #eef8f4; font-size: 0.78rem; font-weight: 850; }
.help-list p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.5; }

.support-section { padding-top: 0; background: var(--canvas); }
.support-card { display: grid; gap: 24px; padding: 28px; border: 1px solid #c9ded5; border-radius: var(--radius-lg); background: linear-gradient(145deg, #f9fffc, #e9f6f0); box-shadow: var(--shadow-sm); }
.support-card > div:first-child > p:last-child { max-width: 620px; margin: 15px 0 0; color: var(--muted); }
.support-link { display: grid; grid-template-columns: 38px minmax(0, 1fr) 22px; gap: 12px; align-items: center; min-height: 66px; padding: 13px; border: 1px solid #bcd9ce; border-radius: var(--radius-sm); background: #fff; text-decoration: none; }
.support-link:hover { transform: translateY(-2px); border-color: var(--brand); box-shadow: var(--shadow-sm); }
.support-link > span:first-child { color: var(--brand); }
.support-link > span:first-child svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.support-link > svg:last-child { width: 20px; fill: none; stroke: var(--muted); stroke-width: 1.8; stroke-linecap: round; }
.support-link small, .support-link strong { display: block; min-width: 0; line-height: 1.35; }
.support-link small { color: var(--muted); font-size: 0.73rem; }
.support-link strong { overflow-wrap: anywhere; margin-top: 2px; color: var(--brand); font-size: 0.9rem; }
.security-notice { display: flex; gap: 12px; align-items: flex-start; padding-top: 20px; border-top: 1px solid #cbded6; }
.security-notice > span { flex: 0 0 22px; color: var(--brand); }
.security-notice svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.security-notice p { margin: 0; color: var(--muted); font-size: 0.81rem; }
.security-notice strong { color: var(--ink); }

.site-footer { padding: 38px 0; color: #d6e4df; background: #092e29; }
.footer-grid { display: grid; gap: 26px; }
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand .brand-mark { color: var(--brand); background: #dff7ee; }
.footer-brand strong { display: block; color: #fff; font-size: 0.9rem; }
.footer-brand p { margin: 3px 0 0; font-size: 0.77rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 22px; align-items: center; }
.footer-links a { display: inline-flex; min-height: 44px; align-items: center; color: #e7f1ed; font-size: 0.82rem; text-underline-offset: 4px; }
.pending-link { display: inline-flex; gap: 6px; align-items: center; color: #baccc6; font-size: 0.82rem; }
.pending-link small { padding: 2px 5px; border: 1px solid rgba(255, 255, 255, 0.19); border-radius: 5px; font-size: 0.59rem; text-transform: uppercase; }
.responsible-note { margin: 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.13); color: #aec3bc; font-size: 0.74rem; }

.noscript { margin: 24px; padding: 16px; border: 1px solid #d8b4b4; border-radius: 12px; background: var(--danger-soft); }
a:focus-visible, button:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }

@media (min-width: 620px) {
  .shell { width: min(100% - 48px, 1120px); }
  .start-point-grid { grid-template-columns: 0.78fr 1.22fr; align-items: center; }
  .materials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-link { max-width: 560px; }
}

@media (min-width: 760px) {
  .shell { width: min(100% - 64px, 1120px); }
  .hero { padding: 70px 0 82px; }
  .hero-grid { grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.72fr); align-items: center; gap: 70px; }
  .journey-card { transform: rotate(1.2deg); }
  .section { padding: 96px 0; }
  .split-heading, .materials-heading { grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); align-items: end; }
  .overview-grid { grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr); align-items: center; gap: 70px; }
  .help-grid { grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); align-items: center; gap: 70px; }
  .support-card { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr); align-items: center; padding: 42px; }
  .security-notice { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr auto; align-items: center; }
  .responsible-note { grid-column: 1 / -1; }
}

@media (min-width: 1020px) {
  .materials-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .secure-label { max-width: 92px; text-align: right; line-height: 1.25; }
  .hero { padding-top: 22px; }
  .journey-card { display: none; }
  .eyebrow { margin-top: 20px; }
  h1 { font-size: clamp(1.9rem, 9vw, 2.45rem); }
  .hero-subtitle { margin-block: 14px 20px; }
  .status-card { width: 100%; }
  .product-stats dd { font-size: 0.67rem; }
  .support-card { padding: 22px; border-radius: var(--radius); }
}

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

@media print {
  .site-header, .hero-pattern, .preview-banner, .primary-button, .secondary-access-button, .support-link { display: none !important; }
  body, .section, .overview-section, .site-footer { color: #000; background: #fff; }
  .section { padding: 24px 0; }
}
