:root {
  --ink: #10213f;
  --ink-soft: #50617d;
  --blue: #1858d5;
  --blue-dark: #103d9f;
  --blue-soft: #eaf1ff;
  --red: #e9484d;
  --red-soft: #fff0f0;
  --line: #dce5f1;
  --surface: #ffffff;
  --background: #f7f9fc;
  --navy: #0c2348;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(23, 48, 89, 0.12);
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; border-radius: 8px; background: var(--navy); color: #fff; transition: top .2s; }
.skip-link:focus { top: 16px; }

body.preview-locked { overflow: hidden; background: #f3f7fd; }
body.preview-locked > :not(.preview-gate):not(.preview-session) { visibility: hidden; }
.preview-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; overflow-y: auto; padding: 28px 16px; background: radial-gradient(circle at 15% 15%, rgba(24,88,213,.13), transparent 30%), radial-gradient(circle at 85% 85%, rgba(233,72,77,.10), transparent 30%), #f5f8fd; }
body.preview-authorized .preview-gate { display: none; }
.preview-gate-card { width: min(100%, 460px); padding: 42px; border: 1px solid #dce5f1; border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 28px 80px rgba(19,47,91,.15); }
.preview-gate-mark { display: grid; width: 54px; height: 54px; margin-bottom: 24px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--blue), #3477ef); font-size: 28px; font-weight: 800; box-shadow: 0 12px 28px rgba(24,88,213,.24); }
.preview-kicker { margin: 0 0 7px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.preview-gate h1 { margin: 0; font-size: 32px; line-height: 1.15; letter-spacing: -.035em; }
.preview-description { margin: 16px 0 26px; color: var(--ink-soft); font-size: 14px; }
.preview-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 110px; color: var(--ink-soft); font-size: 14px; }
.preview-spinner { width: 22px; height: 22px; border: 3px solid #d7e2f4; border-top-color: var(--blue); border-radius: 50%; animation: preview-spin .8s linear infinite; }
.preview-form { display: grid; gap: 9px; }
.preview-form label { margin-top: 5px; color: #344561; font-size: 12px; font-weight: 750; }
.preview-form input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #cbd7e7; border-radius: 11px; outline: none; color: var(--ink); background: #fff; }
.preview-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(24,88,213,.10); }
.preview-message { min-height: 21px; margin: 5px 0 0; color: #257451; font-size: 12px; }
.preview-message.error { color: #bd2d36; }
.preview-submit { width: 100%; margin-top: 3px; border: 0; }
.preview-reset { justify-self: center; padding: 7px; border: 0; color: var(--blue); background: none; font-size: 12px; font-weight: 700; cursor: pointer; }
.preview-support { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #7b899e; text-align: center; font-size: 11px; }
.preview-session { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: flex; align-items: center; gap: 12px; padding: 10px 12px 10px 16px; border: 1px solid #cedaeb; border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 14px 38px rgba(16,33,63,.14); backdrop-filter: blur(12px); }
.preview-session[hidden] { display: none; }
.preview-session span, .preview-session small { display: block; }
.preview-session strong { color: var(--blue); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.preview-session small { max-width: 230px; overflow: hidden; color: var(--ink-soft); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.preview-session button { padding: 7px 11px; border: 0; border-radius: 8px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 750; cursor: pointer; }
@keyframes preview-spin { to { transform: rotate(360deg); } }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: rgba(220,229,241,.8); box-shadow: 0 8px 30px rgba(16,33,63,.06); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 18px; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; }
.brand strong { color: var(--blue); font-weight: 760; }
.brand-mark { width: 46px; height: 46px; fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark-red { stroke: var(--red); }
.brand-target { stroke: var(--red); fill: none; stroke-width: 2.5; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; color: #40506b; }
.site-nav > a:not(.button) { transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 10px; background: var(--blue-soft); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #3576ed); box-shadow: 0 12px 28px rgba(24,88,213,.23); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(24,88,213,.3); }
.button-outline { color: var(--blue); border-color: #bfcff0; background: #fff; }
.button-light { color: var(--navy); background: #fff; box-shadow: 0 12px 30px rgba(5,21,50,.18); }
.button-muted { color: #73819a; border-color: #dce3ed; background: #eef2f7; cursor: not-allowed; }
.button-muted:hover { transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 750; }

.hero { position: relative; min-height: 760px; padding: 150px 0 90px; overflow: hidden; background: linear-gradient(135deg, #fbfdff 0%, #f5f8fd 58%, #fef8f8 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 110px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.8)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .8; }
.hero-glow-one { width: 550px; height: 550px; right: -180px; top: 40px; background: radial-gradient(circle, rgba(61,119,237,.15), transparent 68%); }
.hero-glow-two { width: 450px; height: 450px; left: -230px; bottom: -180px; background: radial-gradient(circle, rgba(233,72,77,.10), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5.1vw, 68px); line-height: 1.04; letter-spacing: -.052em; }
.hero-lead { max-width: 660px; margin: 26px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.trust-line { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #60708a; font-size: 13px; }
.trust-icon { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #fff; background: #25a46f; font-size: 12px; font-weight: 900; }

.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.phone-card { position: relative; z-index: 3; width: 310px; min-height: 520px; padding: 23px; border: 9px solid #fff; border-radius: 46px; background: linear-gradient(180deg, #edf4ff, #fff); box-shadow: 0 34px 80px rgba(16,49,104,.19), inset 0 0 0 1px #d9e4f4; transform: rotate(2deg); }
.phone-top { display: flex; align-items: center; justify-content: space-between; margin: -9px 5px 24px; }
.phone-top span:first-child { width: 65px; height: 8px; margin-left: auto; margin-right: auto; border-radius: 9px; background: #1d2b44; }
.phone-top span:last-child { width: 8px; height: 8px; border-radius: 50%; background: #b5c2d5; }
.phone-status { display: flex; align-items: center; gap: 12px; padding: 17px; border-radius: 18px; background: var(--navy); color: white; box-shadow: 0 14px 28px rgba(12,35,72,.18); }
.phone-status small, .phone-status strong, .info-card small, .info-card strong, .floating-card span, .floating-card strong { display: block; }
.phone-status small, .info-card small { opacity: .66; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.phone-status strong { font-size: 17px; }
.status-pulse { width: 14px; height: 14px; border: 4px solid rgba(255,255,255,.25); border-radius: 50%; background: #42dc9a; box-shadow: 0 0 0 5px rgba(66,220,154,.16); }
.route-line { display: flex; align-items: center; margin: 50px 8px 42px; }
.route-point { display: grid; flex: 0 0 42px; height: 42px; place-items: center; border-radius: 14px; color: white; font-weight: 850; box-shadow: 0 9px 20px rgba(24,88,213,.2); }
.route-patient { background: var(--blue); }
.route-hospital { background: var(--red); }
.route-track { position: relative; flex: 1; height: 4px; background: repeating-linear-gradient(90deg, #aebcce 0 7px, transparent 7px 14px); }
.route-track span { position: absolute; left: 48%; top: 50%; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(24,88,213,.12); transform: translate(-50%,-50%); }
.info-card { display: flex; align-items: center; gap: 12px; margin-top: 13px; padding: 16px; border: 1px solid #e2e9f3; border-radius: 17px; background: white; }
.info-card strong { margin-top: 2px; font-size: 12px; }
.info-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: var(--blue); background: var(--blue-soft); font-weight: 900; }
.info-icon.red { color: var(--red); background: var(--red-soft); }
.floating-card { position: absolute; z-index: 4; padding: 15px 18px; border: 1px solid rgba(218,228,241,.9); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(30,56,100,.13); backdrop-filter: blur(12px); }
.floating-card strong { font-size: 12px; }
.floating-card span { color: #77869d; font-size: 10px; }
.floating-time { left: -12px; top: 93px; }
.floating-secure { right: -16px; bottom: 70px; display: flex; align-items: center; gap: 10px; }
.shield { display: grid !important; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: #fff !important; background: #25a46f; font-size: 13px !important; font-weight: 900; }
.signal { position: absolute; border: 1px solid rgba(24,88,213,.1); border-radius: 50%; }
.signal-one { width: 450px; height: 450px; }
.signal-two { width: 540px; height: 540px; }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .closing-card h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--ink-soft); font-size: 17px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.solution-card { position: relative; overflow: hidden; min-height: 510px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 55px rgba(26,48,83,.08); }
.solution-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -100px; border-radius: 50%; background: var(--blue-soft); }
.hospital-card::after { background: var(--red-soft); }
.solution-icon { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; color: var(--blue); background: var(--blue-soft); font-size: 25px; font-weight: 800; }
.hospital-card .solution-icon { color: var(--red); background: var(--red-soft); }
.card-label, .plan-audience { margin: 30px 0 8px; color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.hospital-card .card-label { color: var(--red); }
.solution-card h3 { max-width: 470px; margin: 0; font-size: 28px; line-height: 1.25; letter-spacing: -.025em; }
.solution-card > p:not(.card-label) { color: var(--ink-soft); }
.feature-list { display: grid; gap: 11px; padding: 0; margin: 27px 0; list-style: none; color: #3d4e69; font-size: 14px; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; }
.feature-list li > span { display: grid; flex: 0 0 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 900; }
.hospital-card .feature-list li > span { color: var(--red); background: var(--red-soft); }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: var(--blue); font-weight: 800; font-size: 14px; }
.hospital-card .card-link { color: var(--red); }

.steps-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.steps-section::before { content: ""; position: absolute; width: 600px; height: 600px; right: -240px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(53,118,237,.28), transparent 67%); }
.section-heading-light { position: relative; }
.section-heading-light .eyebrow { color: #8fb5ff; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { min-height: 245px; padding: 32px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); }
.step-number { display: inline-block; margin-bottom: 46px; color: #79a7ff; font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.step-card h3 { margin: 0 0 10px; font-size: 21px; }
.step-card p { margin: 0; color: #aebbd0; font-size: 14px; }

.plans-section { background: var(--background); }
.plans-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 470px)); justify-content: center; gap: 26px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 540px; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.plan-featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.plan-badge { position: absolute; right: 24px; top: 24px; padding: 7px 12px; border-radius: 999px; color: white; background: var(--blue); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.plan-card h3 { margin: 0; font-size: 29px; letter-spacing: -.03em; }
.plan-description { min-height: 56px; color: var(--ink-soft); }
.plan-price { margin: 22px 0; padding: 24px 0; border-block: 1px solid var(--line); }
.plan-price strong, .plan-price span { display: block; }
.plan-price strong { font-size: 26px; letter-spacing: -.03em; }
.plan-price span { margin-top: 3px; color: #7b899e; font-size: 12px; }
.feature-list.compact { flex: 1; margin-top: 4px; }
.plan-note { margin: 22px 0 0; color: #7a889d; text-align: center; font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 80px; }
.section-heading.align-left { margin: 0; text-align: left; }
.section-heading.align-left .eyebrow { justify-content: flex-start; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.faq-plus { color: var(--blue); font-size: 22px; transition: transform .2s; }
.faq-item button[aria-expanded="true"] .faq-plus { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; margin: 0; color: var(--ink-soft); font-size: 14px; }
.faq-item button[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
.faq-item button[aria-expanded="true"] + .faq-answer > p { padding-bottom: 25px; }

.closing-section { padding: 40px 0 100px; }
.closing-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 58px; border-radius: 30px; color: white; background: linear-gradient(135deg, #103e9e, #1858d5 60%, #3477ef); box-shadow: 0 28px 70px rgba(24,88,213,.24); }
.closing-card > div { max-width: 700px; }
.eyebrow-light { color: #c4d7ff; }
.site-footer { padding: 65px 0 24px; color: #aebbd0; background: #071a37; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; padding-bottom: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid strong { color: white; }
.footer-grid a:not(.brand):hover { color: white; }
.footer-brand, .footer-brand strong { color: white; }
.footer-grid p { max-width: 360px; margin: 8px 0 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

@media (max-width: 980px) {
  .site-nav { position: absolute; left: 20px; right: 20px; top: 70px; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; flex-direction: column; gap: 7px; }
  .site-nav > a { padding: 10px 12px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-line { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 560px; }
  .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .section-heading.align-left { text-align: center; margin-inline: auto; }
  .section-heading.align-left .eyebrow { justify-content: center; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand { font-size: 16px; }
  .hero { min-height: auto; padding: 120px 0 60px; }
  .hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 500px; transform: scale(.88); margin: -30px 0; }
  .phone-card { width: 300px; }
  .floating-time { left: -6px; }
  .floating-secure { right: -8px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 40px; }
  .solution-grid, .steps-grid, .plans-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; padding: 30px; }
  .solution-card h3 { font-size: 24px; }
  .step-card { min-height: 0; }
  .step-number { margin-bottom: 25px; }
  .plan-card { min-height: 0; padding: 30px; }
  .closing-section { padding: 20px 0 70px; }
  .closing-card { flex-direction: column; align-items: flex-start; padding: 38px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
