:root {
  --ink: #17252d;
  --slate: #5c6b73;
  --teal: #087f75;
  --teal-dark: #05665f;
  --teal-soft: #dff0ed;
  --pale: #f3f8f7;
  --line: #dce6e4;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(23, 37, 45, .11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 99; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { left: 16px; top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,230,228,.8);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; font-weight: 750; font-size: 27px; letter-spacing: -.045em; line-height: 1; }
.brand-calibra { color: var(--ink); }
.brand-link { color: var(--teal); }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { text-decoration: none; color: #34454d; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--teal); }
.nav .nav-cta { border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; background: white; }
.mobile-contact { display: none; text-decoration: none; color: var(--teal); font-weight: 700; font-size: 14px; }

.hero { padding: 98px 0 88px; overflow: hidden; background: linear-gradient(180deg, #fbfdfd 0%, #ffffff 72%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 74px; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); text-transform: uppercase; font-weight: 750; letter-spacing: .115em; font-size: 12px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px var(--teal-soft); }
.hero h1 { margin: 19px 0 24px; max-width: 700px; font-size: clamp(44px, 5vw, 66px); line-height: 1.04; letter-spacing: -.055em; font-weight: 700; }
.hero h1 span { color: var(--teal); }
.hero-lead { max-width: 650px; margin: 0; color: var(--slate); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 700; transition: .2s ease; }
.button.primary { color: white; background: var(--teal); box-shadow: 0 12px 30px rgba(8,127,117,.18); }
.button.primary:hover { background: var(--teal-dark); transform: translateY(-1px); }
.button.secondary { color: var(--ink); background: white; border: 1px solid var(--line); }
.button.secondary:hover { border-color: #b9ccc8; background: var(--pale); }
.microcopy { margin: 18px 0 0; color: #7a878d; font-size: 13px; }

.hero-visual { position: relative; min-height: 500px; }
.concept-label { position: absolute; top: 0; right: 2%; z-index: 6; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.92); color: #738288; font-size: 9px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.visual-glow { position: absolute; inset: 7% -18% 8% 8%; background: radial-gradient(circle at 42% 42%, rgba(8,127,117,.13), transparent 56%); filter: blur(12px); }
.request-card { position: absolute; left: 1%; top: 6%; width: 79%; padding: 27px; background: rgba(255,255,255,.98); border: 1px solid #e3ecea; border-radius: 24px; box-shadow: var(--shadow); z-index: 3; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: white; background: var(--teal); font-size: 11px; font-weight: 800; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: var(--pale); color: #40615d; font-size: 11px; font-weight: 650; }
.status-pill span { width: 6px; height: 6px; border-radius: 50%; background: #22a26a; }
.card-kicker { margin: 30px 0 4px; color: var(--slate); font-size: 12px; }
.request-card h2 { margin: 0 0 20px; font-size: 25px; letter-spacing: -.035em; }
.equipment-list { display: grid; gap: 9px; }
.equipment-list > div { display: grid; grid-template-columns: 40px 1fr 26px; align-items: center; gap: 11px; min-height: 54px; padding: 8px 11px; border: 1px solid #edf2f1; border-radius: 12px; background: #fbfdfd; }
.equipment-list > div > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #e8f3f1; color: var(--teal); font-size: 10px; font-weight: 800; }
.equipment-list p { margin: 0; color: #42535b; font-size: 12px; font-weight: 600; }
.equipment-list strong { text-align: right; font-size: 12px; }
.provider-card { position: absolute; right: 1%; width: 61%; display: grid; grid-template-columns: 40px 1fr 28px; align-items: center; gap: 11px; padding: 15px; background: white; border: 1px solid #e3ecea; border-radius: 16px; box-shadow: 0 20px 48px rgba(23,37,45,.11); z-index: 4; }
.provider-a { top: 63%; }
.provider-b { top: 80%; right: 10%; }
.provider-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--ink); color: white; font-size: 12px; font-weight: 800; }
.provider-card small { display: block; color: #8b969b; font-size: 10px; }
.provider-card strong { display: block; color: #32444c; font-size: 11px; }
.tick { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #e6f5ed; color: #21845c; font-size: 12px; font-weight: 800; }
.connector { position: absolute; border: 1.5px dashed #a9cbc6; border-left: 0; border-bottom: 0; border-radius: 0 28px 0 0; z-index: 2; opacity: .9; }
.connector-a { left: 55%; top: 50%; width: 29%; height: 95px; }
.connector-b { left: 46%; top: 53%; width: 39%; height: 180px; }

.trust-strip { border-top: 1px solid #edf2f1; border-bottom: 1px solid #edf2f1; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 27px 34px; border-right: 1px solid #edf2f1; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; margin-bottom: 3px; font-size: 14px; }
.trust-grid span { color: var(--slate); font-size: 12px; }

.section { padding: 108px 0; }
.section.pale { background: var(--pale); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading.centre { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .split-copy h2, .launch-card h2 { margin: 13px 0 16px; font-size: clamp(34px, 4vw, 45px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p, .split-copy > p { margin: 0; color: var(--slate); font-size: 17px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 278px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.step-number { position: absolute; top: 25px; right: 27px; color: #a9b7bc; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.step-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 35px; border-radius: 13px; background: var(--pale); color: var(--teal); font-size: 20px; font-weight: 700; }
.step-card h3 { margin: 0 0 10px; font-size: 18px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.split-grid.reverse > :first-child { order: 1; }
.split-grid.reverse > :last-child { order: 2; }
.split-copy h2 { max-width: 560px; }
.check-list { list-style: none; padding: 0; margin: 29px 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #374a53; font-size: 14px; font-weight: 550; }
.check-list li span { display: grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; border-radius: 50%; background: #dff2eb; color: #167654; font-size: 11px; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 14px; font-weight: 750; text-decoration: none; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: .2s ease; }

.dashboard-card { padding: 28px; border-radius: var(--radius-lg); border: 1px solid #deebe8; background: white; box-shadow: 0 24px 60px rgba(23,37,45,.08); }
.dashboard-head { display: flex; justify-content: space-between; align-items: start; gap: 15px; padding-bottom: 24px; border-bottom: 1px solid #edf2f1; }
.dashboard-head small { display: block; color: #89979c; font-size: 10px; }
.dashboard-head strong { display: block; margin-top: 4px; font-size: 14px; }
.dashboard-head > span { padding: 5px 8px; border-radius: 7px; background: var(--pale); color: #72827f; font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; }
.progress-row { padding: 26px 0 20px; }
.progress-copy { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 11px; color: var(--slate); }
.progress-copy strong { color: var(--ink); }
.progress { height: 7px; overflow: hidden; border-radius: 999px; background: #edf2f1; }
.progress i { display: block; width: 75%; height: 100%; border-radius: inherit; background: var(--teal); }
.dash-items { display: grid; gap: 9px; }
.dash-items > div { display: grid; grid-template-columns: 14px 1fr 30px; align-items: center; gap: 10px; min-height: 60px; padding: 10px 13px; border: 1px solid #edf2f1; border-radius: 12px; }
.state { width: 8px; height: 8px; border-radius: 50%; }
.state.current { background: #2ca36f; box-shadow: 0 0 0 4px #e2f5ec; }
.state.soon { background: #d68a25; box-shadow: 0 0 0 4px #fbf0df; }
.state.neutral { background: #6496a3; box-shadow: 0 0 0 4px #e6f0f2; }
.dash-items p { margin: 0; }
.dash-items p strong, .dash-items p small { display: block; }
.dash-items p strong { font-size: 12px; }
.dash-items p small { margin-top: 2px; color: #89969b; font-size: 10px; }
.dash-items em { text-align: right; color: #718086; font-style: normal; font-size: 11px; }

.provider-panel { min-height: 430px; display: grid; place-items: center; border-radius: var(--radius-lg); background: linear-gradient(135deg, #e9f5f3, #f8fbfb); border: 1px solid #e1eeeb; }
.lead-card { width: min(82%, 400px); padding: 25px; border-radius: 20px; background: white; border: 1px solid #e3ecea; box-shadow: var(--shadow); }
.lead-top { display: flex; justify-content: space-between; align-items: center; color: #7d8b91; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .07em; }
.lead-top span { color: var(--teal); }
.lead-card h3 { margin: 20px 0 8px; font-size: 21px; letter-spacing: -.035em; }
.lead-meta { display: flex; gap: 15px; margin-bottom: 20px; color: #718087; font-size: 10px; }
.lead-line { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid #edf2f1; color: #687980; font-size: 11px; }
.lead-line strong { color: #33484f; }
.lead-card button { width: 100%; margin-top: 12px; padding: 12px 16px; border: 0; border-radius: 9px; background: var(--teal); color: white; font: inherit; font-size: 11px; font-weight: 750; }

.launch-section { padding: 20px 0 100px; }
.launch-card { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 48px 52px; border-radius: 22px; background: var(--pale); border: 1px solid var(--line); color: var(--ink); }
.launch-card h2 { max-width: 690px; margin-bottom: 11px; }
.launch-card p { max-width: 700px; margin: 0; color: var(--slate); font-size: 15px; }
.launch-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.launch-actions .button { min-width: 150px; }

.footer { border-top: 1px solid #edf2f1; }
.footer-wrap { min-height: 96px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.footer-brand { font-size: 20px; }
.footer p { margin: 0; color: #829096; font-size: 10px; }

@media (max-width: 940px) {
  .nav { display: none; }
  .mobile-contact { display: inline-flex; }
  .hero { padding: 72px 0 66px; }
  .hero-grid, .split-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(100%, 620px); margin: 0 auto; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .split-grid.reverse > :first-child { order: 2; }
  .split-grid.reverse > :last-child { order: 1; }
  .launch-card { align-items: flex-start; flex-direction: column; }
  .launch-actions { align-items: flex-start; }
  .footer-wrap { grid-template-columns: 1fr; padding: 30px 0; gap: 8px; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .nav-wrap { height: 68px; }
  .brand { font-size: 24px; }
  .hero { padding-top: 56px; }
  .hero h1 { margin-top: 16px; font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 440px; margin-top: 5px; }
  .request-card { left: 0; width: 91%; padding: 21px; }
  .request-card h2 { font-size: 21px; }
  .provider-card { width: 75%; }
  .provider-a { top: 67%; }
  .provider-b { top: 83%; right: 1%; }
  .connector-a, .connector-b { left: 54%; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid #edf2f1; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .section-heading h2, .split-copy h2, .launch-card h2 { font-size: 34px; }
  .split-grid { gap: 42px; }
  .dashboard-card { padding: 20px; }
  .provider-panel { min-height: 350px; }
  .lead-card { width: 88%; }
  .launch-section { padding-bottom: 70px; }
  .launch-card { padding: 38px 28px; border-radius: 20px; }
}

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