:root {
    --navy: #071a38;
    --navy-2: #0b2855;
    --blue: #0b55b7;
    --blue-bright: #2478e8;
    --cyan: #3fc9df;
    --ice: #eef7ff;
    --pale: #f6f9fc;
    --ink: #13233c;
    --muted: #5c6c80;
    --line: #dbe6f0;
    --white: #fff;
    --shadow: 0 24px 70px rgba(7, 35, 76, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover, a:focus { color: var(--blue-bright); }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { margin: 0 0 1.25rem; color: var(--navy); font-weight: 750; line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(3.25rem, 6.5vw, 6.7rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.25rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section--tint { background: var(--pale); }
.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; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { color: var(--white); transform: translateY(0); }
.eyebrow { margin-bottom: 1rem; color: var(--blue); font-size: .78rem; font-weight: 800; line-height: 1.3; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--light { color: #75e1f1; }
.lead { color: var(--ink); font-size: clamp(1.18rem, 1.8vw, 1.45rem); line-height: 1.55; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 25px; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-bright)); border: 0; border-radius: 999px; box-shadow: 0 12px 28px rgba(11, 85, 183, .25); font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus { color: var(--white); box-shadow: 0 16px 35px rgba(11, 85, 183, .35); transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 19px; font-size: .9rem; }
.button--white { color: var(--navy); background: var(--white); box-shadow: 0 15px 40px rgba(0, 0, 0, .18); }
.button--white:hover, .button--white:focus { color: var(--blue); background: var(--ice); }
.button-group { display: flex; align-items: center; gap: 26px; margin-top: 2.25rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Shared master header */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(219, 230, 240, .85); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 88px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 32px; }
.site-brand img { display: block; width: 174px; }
.site-hero-brand { position: absolute; z-index: 8; top: 116px; right: clamp(28px, 4.5vw, 74px); display: block; width: 175px; }
.site-hero-brand img { display: block; width: 100%; filter: drop-shadow(.35rem .35rem .25rem rgba(0, 0, 255, .22)) drop-shadow(0 0 .5rem rgba(255, 255, 255, .95)); }
.primary-navigation ul { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.6vw, 38px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { color: var(--ink); font-size: .93rem; font-weight: 700; }
.primary-navigation a:hover, .primary-navigation a:focus { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--navy); }

/* Hero */
.hero { position: relative; min-height: 790px; overflow: hidden; background: linear-gradient(145deg, #f8fbff 0%, #edf6ff 52%, #dff6fb 100%); }
.hero::before { position: absolute; width: 650px; height: 650px; right: -280px; bottom: -320px; border: 1px solid rgba(36, 120, 232, .18); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(36, 120, 232, .035), 0 0 0 140px rgba(36, 120, 232, .025); }
.hero__grid { position: relative; z-index: 2; min-height: 790px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; padding-top: 65px; padding-bottom: 80px; }
.hero__content { max-width: 680px; }
.hero h1 { max-width: 650px; }
.hero__lead { max-width: 650px; color: #3f536c; font-size: clamp(1.18rem, 2vw, 1.5rem); }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 36px 0 0; padding: 0; color: #3f536c; font-size: .86rem; font-weight: 750; list-style: none; }
.hero__proof li::before { margin-right: 8px; color: var(--blue); content: "✓"; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero__glow--one { width: 320px; height: 320px; top: 80px; left: -170px; background: rgba(63, 201, 223, .18); }
.hero__glow--two { width: 260px; height: 260px; top: 135px; right: 12%; background: rgba(36, 120, 232, .12); }
.hero__visual { position: relative; min-height: 520px; }
.brand-panel { position: absolute; z-index: 2; width: min(100%, 405px); top: 92px; left: 50%; padding: 64px 46px; text-align: center; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); border-radius: 34px; box-shadow: var(--shadow); transform: translateX(-50%); backdrop-filter: blur(12px); }
.brand-panel::after { position: absolute; inset: 14px; pointer-events: none; border: 1px solid rgba(11,85,183,.08); border-radius: 24px; content: ""; }
.brand-panel img { position: relative; z-index: 1; width: 290px; }
.brand-panel p { position: relative; z-index: 1; margin: 24px 0 0; color: var(--muted); font-weight: 650; }
.orbit-card { position: absolute; z-index: 3; width: 180px; padding: 20px; background: rgba(255,255,255,.94); border: 1px solid var(--white); border-radius: 18px; box-shadow: 0 16px 45px rgba(7,35,76,.14); }
.orbit-card strong, .orbit-card small { display: block; }
.orbit-card strong { margin-top: 8px; color: var(--navy); }
.orbit-card small { color: var(--muted); font-size: .76rem; }
.orbit-card--schedule { top: 20px; right: -10px; }
.orbit-card--billing { bottom: 30px; left: -12px; }
.orbit-card--claims { right: -25px; bottom: 38px; }
.icon { display: inline-grid; width: 34px; height: 34px; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue), var(--cyan)); border-radius: 10px; }
.icon::after { font-weight: 900; }
.icon--calendar::after { content: "▦"; }.icon--chart::after { content: "↗"; }.icon--check::after { content: "✓"; }

.trust-bar { position: relative; z-index: 4; margin-top: -48px; }
.trust-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 55px rgba(7,35,76,.1); }
.trust-bar__grid div { padding: 4px 30px; border-right: 1px solid var(--line); }
.trust-bar__grid div:last-child { border: 0; }
.trust-bar strong, .trust-bar span { display: block; }.trust-bar strong { color: var(--navy); }.trust-bar span { color: var(--muted); font-size: .84rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); }
.intro h2 { max-width: 520px; }
.section-heading { max-width: 780px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 300px; padding: 38px 34px; overflow: hidden; background: var(--white); border: 1px solid #e2ebf3; border-radius: var(--radius); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feature-card::after { position: absolute; width: 120px; height: 120px; right: -65px; bottom: -65px; background: var(--ice); border-radius: 50%; content: ""; }
.feature-card:hover { border-color: #bed8f0; box-shadow: 0 22px 55px rgba(7,35,76,.09); transform: translateY(-5px); }
.feature-number { display: block; margin-bottom: 38px; color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .16em; }
.feature-card p { color: var(--muted); }

.ecosystem { overflow: hidden; }
.ecosystem__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.ecosystem__copy { max-width: 520px; }
.ecosystem__map { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 95px 20px 20px; }
.ecosystem__map::before { position: absolute; inset: 20px 9% 0; border: 1px dashed #9ec3e7; border-radius: 50%; content: ""; }
.ecosystem__center { position: absolute; z-index: 2; width: 245px; top: 0; left: 50%; padding: 27px; background: var(--navy); border-radius: 22px; box-shadow: 0 18px 45px rgba(7,26,56,.25); transform: translateX(-50%); }
.ecosystem__center img { display: block; filter: brightness(0) invert(1); }
.logo-card { position: relative; z-index: 3; min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 40px rgba(7,35,76,.08); text-align: center; }
.logo-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
.logo-card img { max-width: 175px; max-height: 64px; }.logo-card span { margin-top: 16px; color: var(--muted); font-size: .8rem; font-weight: 700; }

.deployment { color: #dbe9f8; background: var(--navy); }
.deployment h2, .deployment .lead { color: var(--white); }
.deployment__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.deployment__visual { display: grid; min-height: 390px; place-items: center; background: radial-gradient(circle, rgba(63,201,223,.17), transparent 65%); }
.cloud-ring { position: relative; width: 280px; height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(117,225,241,.45); border-radius: 50%; box-shadow: 0 0 0 28px rgba(63,201,223,.05), 0 0 0 56px rgba(63,201,223,.025); }
.cloud-ring::before, .cloud-ring::after { position: absolute; width: 10px; height: 10px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 15px var(--cyan); content: ""; }
.cloud-ring::before { top: 28px; right: 42px; }.cloud-ring::after { bottom: 35px; left: 35px; }
.cloud-symbol { color: var(--cyan); font-size: 4.8rem; line-height: 1; }.cloud-ring strong { color: var(--white); font-size: 1.25rem; }.cloud-ring small { color: #9eb6d0; }
.check-list { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; list-style: none; }
.check-list li::before { margin-right: 10px; color: var(--cyan); content: "✓"; }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.outcome-grid > div { padding: 42px; background: var(--white); }
.outcome-grid span { display: block; margin-bottom: 50px; color: var(--blue); font-size: .8rem; font-weight: 800; }.outcome-grid p { color: var(--muted); }
.cta { padding: 90px 0; color: #d7e8fa; background: linear-gradient(120deg, #0a397c, #0b55b7 65%, #087c9d); }
.cta h2 { max-width: 760px; color: var(--white); }.cta p:not(.eyebrow) { max-width: 720px; font-size: 1.12rem; }
.cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.cta__actions { min-width: 235px; display: flex; flex-direction: column; align-items: center; }.phone-link { margin-top: 20px; color: var(--white); font-size: 1.3rem; font-weight: 800; }.phone-link:hover { color: #a9f1fb; }.cta__actions span { color: #b6d1ec; font-size: .78rem; }

/* Shared master footer */
.site-footer { padding: 72px 0 28px; color: #9eb0c5; background: #06152d; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); }.site-footer__grid > div:first-child p { max-width: 390px; margin-top: 24px; }
.site-footer h2 { margin-bottom: 18px; color: var(--white); font-size: 1rem; letter-spacing: 0; }.site-footer ul { margin: 0; padding: 0; list-style: none; }.site-footer li { margin-bottom: 9px; }.site-footer a { color: #c4d3e4; }.site-footer a:hover { color: var(--cyan); }.site-footer address { font-style: normal; }.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(219,230,240,.14); font-size: .78rem; }

@media (max-width: 1000px) {
    .site-header__inner { grid-template-columns: 180px 1fr auto; gap: 18px; }.primary-navigation ul { gap: 16px; }.primary-navigation a { font-size: .82rem; }
    .hero__grid { grid-template-columns: 1fr; gap: 10px; padding-top: 90px; }.hero__content { max-width: 760px; }.hero__visual { width: min(620px, 100%); margin-inline: auto; }
    .feature-grid { grid-template-columns: 1fr 1fr; }.ecosystem__grid, .deployment__grid { gap: 50px; }.site-footer__grid { gap: 45px; }
}

@media (max-width: 800px) {
    .section { padding: 82px 0; }.site-header__inner { grid-template-columns: 1fr 46px; }.site-header .button, .site-hero-brand { display: none; }.menu-toggle { display: block; grid-column: 2; grid-row: 1; }.primary-navigation { position: absolute; display: none; top: calc(100% + 1px); right: 0; left: 0; padding: 14px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(7,35,76,.1); }.primary-navigation.is-open { display: block; }.primary-navigation ul { align-items: stretch; flex-direction: column; gap: 0; }.primary-navigation a { display: block; padding: 11px 5px; font-size: 1rem; }
    .split, .ecosystem__grid, .deployment__grid, .cta__inner { grid-template-columns: 1fr; }.ecosystem__copy { max-width: 680px; }.deployment__visual { order: 2; }.cta__actions { align-items: flex-start; }.trust-bar__grid { grid-template-columns: 1fr; }.trust-bar__grid div { padding: 14px 24px; border-right: 0; border-bottom: 1px solid var(--line); }.feature-grid, .outcome-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.outcome-grid { gap: 1px; }.site-footer__grid { grid-template-columns: 1fr 1fr; }.site-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 28px, 1180px); }.site-header__inner { min-height: 76px; }.site-brand img { width: 155px; }.hero { min-height: 0; }.hero__grid { min-height: 0; padding-top: 68px; padding-bottom: 100px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }.button-group { align-items: stretch; flex-direction: column; }.button-group .text-link { justify-content: center; }.hero__proof { flex-direction: column; }.hero__visual { min-height: 450px; }.brand-panel { top: 85px; padding: 50px 30px; }.orbit-card { width: 148px; padding: 14px; }.orbit-card--schedule { right: -5px; }.orbit-card--billing { left: -5px; bottom: 16px; }.orbit-card--claims { right: -5px; bottom: 8px; }.trust-bar { margin-top: -40px; }.section { padding: 70px 0; }.feature-card, .outcome-grid > div { padding: 30px 26px; }.ecosystem__map { padding-right: 0; padding-left: 0; }.ecosystem__center { width: 205px; }.logo-card { min-height: 150px; padding: 20px 12px; }.logo-card img { max-width: 130px; }.check-list { grid-template-columns: 1fr; }.deployment__visual { min-height: 320px; }.cloud-ring { width: 225px; height: 225px; }.site-footer__grid { grid-template-columns: 1fr; }.site-footer__grid > div:first-child { grid-column: auto; }.site-footer__bottom { flex-direction: column; }
}

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