﻿:root {
  --green: #176b57;
  --green-dark: #0b493d;
  --green-light: #dcefe9;
  --navy: #173f62;
  --blue: #315c8c;
  --coral: #e36c55;
  --gold: #c99333;
  --ink: #17211e;
  --muted: #5d6a65;
  --line: #dce4e1;
  --paper: #fff;
  --wash: #f4f7f6;
  --radius: 6px;
  --shadow: 0 26px 70px rgba(18, 57, 48, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: Manrope, "DM Sans", sans-serif; letter-spacing: 0; }
h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(34px, 4.3vw, 58px); line-height: 1.06; }
p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.eyebrow { margin-bottom: 15px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #cde9df; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); }
.site-header.scrolled { position: fixed; color: var(--ink); background: rgba(255,255,255,.96); border-color: var(--line); box-shadow: 0 10px 35px rgba(12,52,43,.08); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; }
.text-logo { display: inline-flex; align-items: baseline; gap: 0; font-family: Manrope, "DM Sans", Arial, sans-serif; font-size: 28px; font-weight: 900; line-height: 1; letter-spacing: -0.02em; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255,255,255,.18); }
.logo-blue { color: #1d4f86; }
.logo-green { color: #18a994; }
.download-logo { margin-bottom: 18px; font-size: 34px; }
.footer-brand-logo { font-size: 27px; }

.brand-mark { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--green); border-radius: 50%; }
.brand-mark svg { width: 18px; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; font-size: 14px; font-weight: 600; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: currentColor; transform: scaleX(0); transition: transform .2s ease; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { margin-left: 4px; }
.nav-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; place-items: center; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: var(--radius); }

.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: var(--radius); font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 24px rgba(23,107,87,.24); }
.button-primary:hover { background: var(--green-dark); }
.button-light { color: var(--green-dark); background: #fff; }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-weight: 700; }
.text-link svg { width: 17px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.light-link { color: #fff; }

.hero { position: relative; min-height: min(810px, 89svh); display: flex; align-items: center; overflow: hidden; color: #fff; background: #153d38; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,37,32,.91) 0%, rgba(7,45,38,.76) 34%, rgba(7,35,37,.21) 68%, rgba(6,24,28,.12) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 102px; }
.hero h1 { margin: 0 0 16px; font-size: clamp(66px, 10vw, 142px); line-height: .87; font-weight: 800; }
.hero-lead { max-width: 650px; margin-bottom: 29px; color: rgba(255,255,255,.88); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-proof { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 13px 25px; font-size: 13px; color: rgba(255,255,255,.84); }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 16px; color: #8ed6c4; }
.scroll-cue { position: absolute; z-index: 3; right: 28px; bottom: 26px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; animation: float 2.2s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(6px); } }

.trust-bar { min-height: 92px; display: flex; align-items: center; color: var(--green-dark); background: var(--green-light); border-bottom: 1px solid #c9ded7; }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-items span { padding: 4px 28px; text-align: center; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; border-right: 1px solid #b9d2ca; }
.trust-items span:last-child { border-right: 0; }

.product-section { overflow: hidden; }
.product-grid { display: grid; grid-template-columns: .88fr 1.35fr; align-items: center; gap: 72px; }
.section-copy > p:not(.eyebrow) { max-width: 600px; }
.feature-list { margin: 31px 0 0; padding: 0; display: grid; gap: 19px; list-style: none; }
.feature-list li { display: flex; gap: 13px; color: var(--muted); line-height: 1.55; }
.feature-list svg { width: 20px; flex: 0 0 auto; color: var(--green); }
.feature-list strong { color: var(--ink); }
.dashboard-window { min-width: 650px; overflow: hidden; background: #fff; border: 1px solid #d6dfdc; border-radius: var(--radius); box-shadow: var(--shadow); }
.window-top { height: 42px; padding: 0 15px; display: flex; align-items: center; gap: 7px; color: #7b8984; background: #f3f6f5; border-bottom: 1px solid #e0e7e5; }
.window-top span { width: 8px; height: 8px; border-radius: 50%; background: #b9c4c0; }
.window-top span:first-child { background: var(--coral); }
.window-top span:nth-child(2) { background: #e1b150; }
.window-top span:nth-child(3) { background: #64ad94; }
.window-top b { margin-left: 9px; font-size: 11px; }
.dashboard-body { min-height: 430px; display: grid; grid-template-columns: 64px 1fr; }
.mini-sidebar { padding: 18px 0; display: flex; align-items: center; flex-direction: column; gap: 25px; color: #80908a; background: #103f36; }
.mini-sidebar svg { width: 18px; }
.mini-logo { width: 28px; height: 28px; margin-bottom: 8px; display: grid; place-items: center; color: #104c3f; background: #dcefe9; border-radius: 50%; font-weight: 800; }
.dashboard-main { padding: 27px; background: #f7f9f8; }
.dash-heading { display: flex; align-items: center; justify-content: space-between; }
.dash-heading small { color: #73817c; }
.dash-heading h3 { margin: 4px 0 0; font-size: 22px; }
.dash-heading > span { padding: 7px 10px; color: var(--green); background: var(--green-light); font-size: 9px; font-weight: 800; }
.metric-row { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-row article { padding: 15px; display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid #e1e7e5; border-radius: 4px; }
.metric-row svg { width: 22px; color: var(--green); }
.metric-row strong, .metric-row span { display: block; }
.metric-row strong { font-size: 20px; }
.metric-row span { color: #7a8782; font-size: 10px; }
.dash-panels { margin-top: 13px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; }
.dash-panels article { min-height: 226px; padding: 16px; background: #fff; border: 1px solid #e1e7e5; }
.panel-title { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }
.panel-title b { color: var(--green); }
.panel-title svg { width: 15px; }
.bars { height: 165px; padding-top: 24px; display: flex; align-items: flex-end; justify-content: space-around; border-bottom: 1px solid #e2e8e6; }
.bars i { width: 18px; height: var(--h); background: var(--green); border-radius: 2px 2px 0 0; }
.bars i:nth-child(2n) { background: var(--blue); }
.appointment { padding: 15px 0; display: flex; gap: 11px; border-bottom: 1px solid #e3e8e6; }
.appointment time { color: var(--green); font-size: 10px; font-weight: 800; }
.appointment b, .appointment small { display: block; font-size: 10px; }
.appointment small { margin-top: 4px; color: #798681; }

.modules-section { background: var(--wash); }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 6px; font-size: 16px; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-card { min-height: 310px; padding: 30px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.module-card > p { float: right; margin: 7px 0 0; color: #a1aca8; font-size: 12px; font-weight: 700; }
.module-card h3 { margin: 47px 0 13px; font-size: 22px; }
.module-card > span:last-child { color: var(--muted); line-height: 1.65; }
.module-icon { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; }
.module-icon svg { width: 21px; }
.module-icon.green { color: var(--green); background: var(--green-light); }
.module-icon.blue { color: var(--blue); background: #e3edf7; }
.module-icon.coral { color: #bd4d3b; background: #fae6e2; }
.module-icon.navy { color: var(--navy); background: #dee8ee; }
.module-icon.gold { color: #966a1f; background: #f7edd8; }
.module-icon.violet { color: #765287; background: #eee6f2; }

.ecosystem-section { overflow: hidden; }
.ecosystem-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 100px; }
.ecosystem-visual { position: relative; min-height: 560px; display: grid; place-items: center; background: #f5f8f7; border: 1px solid var(--line); }
.core { position: relative; z-index: 3; width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #fff; border: 1px solid #cfdad6; border-radius: 50%; box-shadow: 0 18px 45px rgba(15,73,61,.13); }
.core b { margin-top: 7px; font-family: Manrope; }
.core small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.orbit { position: absolute; border: 1px dashed #afc7bf; border-radius: 50%; }
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 470px; height: 470px; }
.satellite { position: absolute; z-index: 4; min-width: 116px; padding: 12px 14px; display: flex; align-items: center; gap: 8px; color: var(--green-dark); background: #fff; border: 1px solid #cfdad6; box-shadow: 0 10px 25px rgba(20,70,59,.1); font-size: 12px; font-weight: 700; }
.satellite svg { width: 18px; color: var(--green); }
.sat-one { top: 65px; left: 54px; }.sat-two { top: 94px; right: 40px; }.sat-three { bottom: 80px; left: 39px; }.sat-four { right: 62px; bottom: 65px; }
.stat-line { margin: 34px 0; display: flex; align-items: center; gap: 15px; }
.stat-line strong { color: var(--coral); font: 800 62px/1 Manrope; }
.stat-line span { color: var(--muted); line-height: 1.5; }

.outcomes-section { color: #fff; background: var(--navy); }
.outcomes-heading { display: flex; align-items: end; justify-content: space-between; }
.outcomes-heading h2 { margin-bottom: 0; }
.outcome-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.outcome-grid article { min-height: 210px; padding: 35px 24px 20px 0; border-right: 1px solid rgba(255,255,255,.22); }
.outcome-grid article:not(:first-child) { padding-left: 28px; }
.outcome-grid strong { font: 800 clamp(48px, 6vw, 76px)/1 Manrope; }
.outcome-grid sup { color: #8ed6c4; font-size: 21px; font-weight: 700; }
.outcome-grid span { max-width: 190px; margin-top: 20px; display: block; color: rgba(255,255,255,.72); line-height: 1.55; }

.steps { margin: 52px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.steps li { position: relative; padding: 31px 25px 0 0; }
.steps li::before { content: ""; position: absolute; top: -5px; left: 0; width: 10px; height: 10px; background: var(--green); border-radius: 50%; }
.steps span { color: var(--coral); font-weight: 800; }
.steps h3 { margin: 25px 0 10px; font-size: 20px; }
.steps p { font-size: 14px; line-height: 1.65; }

.contact-section { color: #fff; background: var(--green-dark); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.contact-points { margin-top: 36px; display: grid; gap: 15px; }
.contact-points span { display: flex; align-items: center; gap: 11px; color: #d8e8e3; }
.contact-points svg { width: 18px; color: #89cbb9; }
.contact-form { padding: 34px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 24px 65px rgba(0,0,0,.18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 17px; }
.field label { margin-bottom: 7px; display: block; color: #42504b; font-size: 12px; font-weight: 700; }
.field input, .field select { width: 100%; height: 48px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid #cdd8d4; border-radius: 3px; outline: 0; }
.field input:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,107,87,.12); }
.field input.error { border-color: #c7483d; }
.submit-button { width: 100%; margin-top: 4px; }
.form-note { margin: 12px 0 0; text-align: center; font-size: 11px; }

.footer { padding: 38px 0; background: #0b2521; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.footer .brand-mark { background: #dcefe9; color: var(--green-dark); }
.footer p { margin: 10px 0 0; color: #93aaa3; font-size: 12px; }
.footer-links { display: flex; gap: 25px; font-size: 13px; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; min-width: 310px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; color: #fff; background: #123f35; border-left: 4px solid #8ed6c4; box-shadow: var(--shadow); transform: translateY(140%); opacity: 0; transition: .3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast svg { color: #8ed6c4; }.toast strong,.toast span { display: block; }.toast span { margin-top: 2px; color: #cfe0db; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 1050px) {
  .nav-links { gap: 18px; }
  .product-grid, .ecosystem-grid { grid-template-columns: 1fr; }
  .dashboard-window { min-width: 0; }
  .product-grid { gap: 55px; }
  .ecosystem-grid { gap: 55px; }
  .ecosystem-visual { max-width: 680px; width: 100%; margin-inline: auto; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 50px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 28px, 650px); }
  .section { padding: 76px 0; }
  h2 { font-size: 36px; }
  .site-header { position: absolute; }
  .nav { min-height: 68px; }
  .nav-toggle { display: grid; }
  .nav-cta { display: none; }
  .nav-links { position: fixed; inset: 68px 0 auto 0; padding: 24px; display: grid; gap: 0; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(0,0,0,.12); transform: translateY(-130%); opacity: 0; transition: .25s ease; }
  .nav-links.open { transform: none; opacity: 1; }
  .nav-links a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero > img { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,35,30,.97) 0%, rgba(6,39,33,.78) 52%, rgba(8,31,30,.25) 100%); }
  .hero-content { padding: 145px 0 75px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { gap: 11px; }
  .scroll-cue { display: none; }
  .trust-bar { padding: 22px 0; }
  .trust-items { grid-template-columns: 1fr 1fr; gap: 15px 0; }
  .trust-items span { min-width: 0; padding: 5px 8px; overflow-wrap: anywhere; font-size: 9px; }
  .trust-items span:nth-child(2) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 260px; }
  .dashboard-body { grid-template-columns: 48px 1fr; }
  .dashboard-main { padding: 17px; }
  .mini-sidebar { gap: 21px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row article { padding: 11px; }
  .dash-panels { grid-template-columns: 1fr; }
  .schedule-panel { display: none; }
  .ecosystem-visual { min-height: 460px; }
  .orbit-one { width: 260px; height: 260px; }.orbit-two { width: 380px; height: 380px; }
  .satellite { min-width: auto; padding: 10px; }.satellite span { display: none; }
  .sat-one { top: 55px; left: 32px; }.sat-two { top: 76px; right: 25px; }.sat-three { bottom: 67px; left: 25px; }.sat-four { right: 40px; bottom: 52px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .outcome-grid article { min-height: 170px; padding-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,.22); }
  .outcome-grid article:nth-child(2n) { padding-left: 22px !important; border-right: 0; }
  .steps { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .hero { min-height: 720px; }
  .hero-content { padding-bottom: 58px; }
  .hero-proof { display: grid; }
  .dashboard-window { margin-inline: -8px; }
  .dashboard-main { padding: 12px; }
  .dash-heading > span { display: none; }
  .metric-row { gap: 7px; }
  .ecosystem-visual { min-height: 400px; }
  .orbit-one { width: 230px; height: 230px; }.orbit-two { width: 320px; height: 320px; }
  .core { width: 130px; height: 130px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article, .outcome-grid article:nth-child(2n) { padding-left: 0 !important; border-right: 0; }
  .steps { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .toast { right: 14px; bottom: 14px; left: 14px; min-width: 0; }
}

/* Patient-facing SUISMED site */
.brand small { margin-left: 5px; color: #b8d8cf; font: 700 8px/1 "DM Sans"; letter-spacing: .13em; vertical-align: middle; }
.site-header.scrolled .brand small { color: var(--green); }
.patient-hero .hero-overlay { background: linear-gradient(90deg, rgba(6,37,32,.92) 0%, rgba(7,45,38,.79) 36%, rgba(7,35,37,.12) 72%, rgba(6,24,28,.04) 100%); }
.patient-hero h1 { max-width: 760px; font-size: clamp(58px, 8vw, 116px); line-height: .93; }
.hero-price { margin-top: 35px; display: flex; align-items: center; gap: 13px; }
.hero-price strong { color: #fff; font: 800 54px/1 Manrope; }
.hero-price span { padding-left: 13px; color: #cfe5de; line-height: 1.2; border-left: 1px solid rgba(255,255,255,.4); }
.hero-price b { display: block; margin-top: 3px; color: #fff; font-size: 12px; }

.care-section { background: #fff; }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.care-feature { min-height: 210px; padding: 32px; display: grid; grid-template-columns: 52px 1fr; gap: 19px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-feature h3 { margin: 5px 0 9px; font-size: 21px; }
.care-feature p { margin: 0; font-size: 15px; }

.app-section { overflow: hidden; background: var(--wash); }
.app-grid { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 100px; }
.phone-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone { position: absolute; width: 278px; height: 570px; padding: 11px; overflow: hidden; background: #102521; border: 2px solid #233d37; border-radius: 38px; box-shadow: 0 30px 70px rgba(13,57,48,.24); }
.phone-front { z-index: 3; transform: translateX(70px) rotate(2deg); }
.phone-back { z-index: 1; transform: translateX(-100px) translateY(38px) rotate(-8deg); opacity: .78; }
.phone-screen { position: relative; height: 100%; padding: 35px 17px 17px; overflow: hidden; background: #f5f8f7; border-radius: 28px; }
.phone-notch { position: absolute; z-index: 5; top: 17px; left: 50%; width: 88px; height: 20px; background: #102521; border-radius: 0 0 14px 14px; transform: translateX(-50%); }
.app-greeting { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; color: #52625c; font-size: 11px; }
.app-greeting svg { width: 17px; }
.phone-screen h4 { margin: 12px 0 18px; font-size: 20px; }
.app-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.app-actions span { min-height: 86px; padding: 12px; display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; color: var(--green-dark); background: #fff; border: 1px solid #dce5e2; border-radius: 6px; }
.app-actions svg { width: 20px; color: var(--green); }
.app-actions b { font-size: 10px; }
.next-appointment { position: relative; margin-top: 17px; padding: 14px; background: var(--green-dark); color: #fff; border-radius: 6px; }
.next-appointment small,.next-appointment b,.next-appointment span { display: block; }
.next-appointment small { color: #a8cec3; font-size: 8px; text-transform: uppercase; }
.next-appointment b { margin: 5px 0 8px; font-size: 12px; }
.next-appointment span { display: flex; align-items: center; gap: 5px; color: #cbe0da; font-size: 9px; }
.next-appointment span svg { width: 12px; }
.next-appointment em { position: absolute; top: 13px; right: 12px; padding: 4px 6px; color: var(--green-dark); background: #dcefe9; font-size: 7px; font-style: normal; font-weight: 800; }
.app-nav { position: absolute; right: 12px; bottom: 11px; left: 12px; height: 46px; display: flex; align-items: center; justify-content: space-around; color: #899690; background: #fff; border: 1px solid #e0e7e4; border-radius: 8px; }
.app-nav svg { width: 16px; }.app-nav svg:first-child { color: var(--green); }
.history-screen span { color: var(--green); font-size: 11px; font-weight: 800; }.history-screen h4 { font-size: 19px; }.history-screen > div { height: 68px; margin-bottom: 10px; background: #fff; border: 1px solid #dce5e2; border-radius: 5px; }
.app-feature-list { margin-bottom: 30px; }

.journey-section { background: #fff; }
.patient-steps li::before { background: var(--coral); }
.plan-section { color: #fff; background: var(--navy); }
.plan-layout { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 100px; }
.plan-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.price-inline { margin-top: 35px; display: flex; align-items: center; gap: 15px; }
.price-inline strong { font: 800 82px/1 Manrope; }.price-inline span { color: #b9d4cb; line-height: 1.3; }
.pricing-card { padding: 34px; color: var(--ink); background: #fff; border-top: 5px solid var(--coral); border-radius: var(--radius); box-shadow: 0 28px 60px rgba(0,0,0,.2); }
.pricing-head span,.pricing-head b { display: block; }.pricing-head span { color: var(--coral); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }.pricing-head b { margin-top: 6px; font: 800 26px/1.3 Manrope; }
.pricing-card ul { margin: 26px 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.pricing-card li { display: flex; align-items: center; gap: 10px; color: #53615c; font-size: 14px; }.pricing-card li svg { width: 18px; color: var(--green); }
.pricing-card .button { width: 100%; }.pricing-card > p { margin: 15px 0 0; font-size: 11px; line-height: 1.55; }

.download-section { background: #eef5f2; }
.download-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 90px; }
.download-actions { margin: 28px 0 18px; display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { min-width: 190px; min-height: 58px; padding: 9px 16px; display: flex; align-items: center; gap: 12px; color: #fff; background: #102521; border: 0; border-radius: var(--radius); cursor: pointer; text-align: left; }
.store-button svg { width: 25px; }.store-button small,.store-button b { display: block; }.store-button small { color: #adc0b9; font-size: 9px; }.store-button b { margin-top: 2px; font-size: 16px; }
.disabled-store { opacity: .68; }
.apk-note { display: flex; align-items: flex-start; gap: 8px; max-width: 590px; font-size: 11px; line-height: 1.5; }.apk-note svg { width: 16px; flex: 0 0 auto; color: var(--green); }
.download-panel { min-height: 410px; padding: 42px; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; color: #fff; background: linear-gradient(145deg, var(--green-dark), var(--green)); border-radius: var(--radius); box-shadow: var(--shadow); }
.download-panel h3 { margin: 19px 0 9px; font-size: 31px; }.download-panel > p { color: #c9ded8; }
.download-facts { width: 100%; margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); }
.download-facts > span { padding: 20px 10px 0 0; display: grid; grid-template-columns: 25px 1fr; }.download-facts svg { width: 19px; color: #9ad4c4; }.download-facts b,.download-facts small { grid-column: 2; }.download-facts small { color: #bcd3cc; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.accordion { border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; min-height: 74px; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 700; cursor: pointer; }
.accordion button svg { width: 18px; color: var(--green); }.accordion article > div { max-height: 0; overflow: hidden; transition: max-height .3s ease; }.accordion article > div p { margin: 0 35px 22px 0; font-size: 14px; }.accordion article.open > div { max-height: 180px; }

@media (max-width: 1050px) {
  .app-grid,.plan-layout,.download-grid { grid-template-columns: 1fr; }
  .phone-stage { order: 2; }.app-grid { gap: 45px; }.phone-stage { max-width: 650px; width: 100%; margin-inline: auto; }
  .plan-layout,.download-grid { gap: 45px; }.pricing-card { max-width: 620px; }.download-panel { max-width: 620px; }
}
@media (max-width: 780px) {
  .patient-hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .patient-hero > img { object-position: 67% center; }
  .patient-hero .hero-overlay { background: linear-gradient(0deg, rgba(5,35,30,.97) 0%, rgba(6,39,33,.78) 55%, rgba(8,31,30,.2) 100%); }
  .hero-price strong { font-size: 46px; }
  .care-grid { grid-template-columns: 1fr; }
  .app-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 600px; transform: scale(.9); margin-block: -35px; }
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .download-panel { min-height: 350px; }
}
@media (max-width: 500px) {
  .patient-hero h1 { font-size: 50px; }
  .hero-price { margin-top: 26px; }
  .care-feature { grid-template-columns: 44px 1fr; padding: 24px 18px; }
  .phone-stage { min-height: 530px; transform: scale(.75); margin: -70px -45px; width: calc(100% + 90px); }
  .phone-front { transform: translateX(55px) rotate(2deg); }.phone-back { transform: translateX(-75px) translateY(38px) rotate(-8deg); }
  .price-inline strong { font-size: 66px; }.pricing-card { padding: 26px 20px; }
  .download-actions { display: grid; }.store-button { width: 100%; }
  .download-panel { min-height: 320px; padding: 28px 22px; }
}

