
:root{
  --bg:#F7F1E3;
  --surface:#FCFBF8;
  --surface-2:#F1ECE1;
  --ink:#142B45;
  --muted:#6B7280;
  --border:#E7DFCF;
  --burgundy:#7A1F28;
  --burgundy-dark:#651820;
  --deep-red:#6E0F12;
  --gold:#F3D992;
  --teal:#83B0D1;
  --teal-dark:#2F6E7D;
  --white:#ffffff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%; display:block}
a{text-decoration:none; color:inherit}
.container{
  width:min(1240px, calc(100% - 48px));
  margin:0 auto;
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(12px);
  background:rgba(247,241,227,.94);
  border-bottom:1px solid var(--border);
}
.nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
}
.brand{display:flex; align-items:center; gap:12px}
.brand-logo{width:42px; height:42px; object-fit:contain}
.brand-name{font-weight:700; letter-spacing:.02em}
.nav-links{display:flex; gap:28px; color:#445165; font-size:14px}
.nav-actions{display:flex; gap:12px; align-items:center; flex-wrap:wrap}
.nav-cta-form{margin:0}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:13px 20px;
  font-size:14px;
  font-weight:600;
  transition:.2s ease;
  border:1px solid transparent;
}
.btn-primary{background:var(--burgundy); color:#fff}
.btn-primary:hover{background:var(--burgundy-dark)}
.btn-secondary{
  background:transparent;
  color:var(--ink);
  border-color:#D8CFBD;
}
.btn-secondary:hover{background:#efe7d6}
.btn-gold{background:var(--gold); color:#5b3f08}
.btn-gold:hover{background:#f7e5ad}
.btn-ghost-light{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.18)
}
.btn-ghost-light:hover{background:rgba(255,255,255,.15)}
.small-btn{margin-top:16px}
.hero-image-wrap{background:#0F1B2C}
.hero-image{width:100%; height:auto}
.section{padding:100px 0}
.section-head{max-width:860px; margin-bottom:42px}
.section-head.center{text-align:center; margin-inline:auto}
.eyebrow{
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--teal);
  font-weight:700;
}
.eyebrow.small{font-size:11px; letter-spacing:.18em}
.eyebrow.gold{color:var(--gold)}
.eyebrow.muted{color:#8A8F98}
h1,h2,h3,h4{margin:0; line-height:1.04; letter-spacing:-.03em}
h1{font-size:clamp(2.6rem, 4vw, 4.4rem)}
h2{font-size:clamp(2.2rem, 3.6vw, 3.5rem)}
h3{font-size:clamp(1.4rem, 2.4vw, 2rem)}
h4{font-size:1.45rem}
.lead{
  font-size:1.1rem;
  line-height:1.85;
  max-width:820px;
  color:rgba(255,255,255,.84);
  margin-top:22px;
}
.lead.dark{color:var(--muted)}
.cta-row{display:flex; gap:14px; flex-wrap:wrap; margin-top:30px}
.cta-row.center{justify-content:center}
.section-crisis{
  background:var(--deep-red);
  color:#fff;
}
.crisis-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:42px;
  align-items:center;
}
.stat-card{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  border-radius:30px;
  padding:34px;
  box-shadow:0 28px 60px rgba(0,0,0,.18);
}
.stat-number{
  font-size:clamp(4.6rem, 9vw, 6.4rem);
  line-height:.95;
  font-weight:800;
  color:var(--gold);
}
.stat-label{
  margin-top:14px;
  font-size:12px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(255,255,255,.76);
  font-weight:700;
}
.stat-card p{margin:18px 0 0; color:rgba(255,255,255,.78); line-height:1.8}
.section-quotes{background:var(--bg)}
.quote-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}
.quote-card{
  background:rgba(255,255,255,.72);
  border:1px solid var(--border);
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 30px rgba(97,74,32,.06);
}
.quote-card p{margin:0; font-size:1rem; line-height:1.8; color:#2B3645}
.quote-card span{
  display:block; margin-top:18px; font-size:12px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--teal)
}
.section-problem{background:var(--surface-2)}
.problem-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:start;
}
.problem-cards{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
}
.mini-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:24px;
  box-shadow:0 12px 28px rgba(97,74,32,.06);
}
.mini-card h3{font-size:1.15rem; margin-bottom:12px}
.mini-card p{margin:0; color:var(--muted); line-height:1.75}
.problem-image-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 20px 46px rgba(97,74,32,.12);
}
.problem-image-card img{width:100%; height:100%; object-fit:cover; min-height:560px}
.section-tools{background:var(--bg)}
.tools-layout{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:28px;
  align-items:start;
}
.tool-list{display:grid; gap:10px}
.tool-item{
  background:rgba(255,255,255,.75);
  border:1px solid var(--border);
  border-radius:20px;
  padding:18px 20px;
  font-weight:500;
  box-shadow:0 8px 22px rgba(97,74,32,.04);
}
.tool-item.active{
  border-color:var(--teal);
  color:var(--teal-dark);
  background:#fff;
}
.tool-panel{
  background:#fff;
  border:1px solid var(--border);
  border-radius:32px;
  padding:30px;
  box-shadow:0 22px 46px rgba(97,74,32,.08);
}
.panel-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px;
}
.panel-badge{
  background:#E9F4F8;
  color:var(--teal-dark);
  padding:10px 14px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:700;
}
.tool-demo-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
}
.demo-card{
  background:#FCFBF8;
  border:1px solid var(--border);
  border-radius:24px;
  padding:22px;
}
.quote-box{
  margin-top:12px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:14px 16px;
  color:#4B5563;
  font-style:italic;
}
.field-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
  margin-top:18px;
}
.field-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:15px;
}
.field-card span{
  display:block;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#8A8F98;
  margin-bottom:8px;
}
.field-card strong{color:var(--teal-dark)}
.clean-list{
  margin:12px 0 0;
  padding-left:18px;
  color:#4B5563;
  line-height:1.85;
}
.value-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}
.value-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:22px;
  box-shadow:0 10px 28px rgba(97,74,32,.06);
}
.value-card h4{margin-top:10px; font-size:1.25rem; line-height:1.25}
.section-investor{background:var(--surface-2)}
.investor-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}
.investor-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 28px rgba(97,74,32,.06);
}
.investor-card.highlight{
  background:var(--ink);
  color:#fff;
}
.investor-card h3{font-size:1.3rem}
.investor-card p{color:var(--muted); line-height:1.8}
.investor-card.highlight p{color:rgba(255,255,255,.8)}
.investor-card a{
  display:inline-block;
  margin-top:14px;
  color:var(--burgundy);
  font-weight:700;
}
.investor-card.highlight .clean-list{color:rgba(255,255,255,.9)}
.section-cta{background:var(--bg)}
.cta-box{
  background:#fff;
  border:1px solid var(--border);
  border-radius:36px;
  padding:64px 54px;
  text-align:center;
  box-shadow:0 18px 42px rgba(97,74,32,.08);
}
.cta-box p{
  margin:20px auto 0;
  max-width:780px;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.85;
}


.module-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
}
.module-card{
  background:#FCFBF8;
  border:1px solid var(--border);
  border-radius:24px;
  padding:22px;
}
.module-card h4{font-size:1.1rem; margin-bottom:10px}
.module-card p{margin:0; color:var(--muted); line-height:1.75}
.section-about{background:var(--bg)}
.about-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:36px;
  align-items:center;
}
.about-image-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 20px 46px rgba(97,74,32,.12);
}
.about-image-card img{width:100%; height:100%; object-fit:cover; min-height:540px}
.about-text{
  margin:18px 0 0;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.9;
  max-width:760px;
}
.contact-form{
  max-width:760px;
  margin:28px auto 0;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.contact-form input,
.contact-form textarea{
  width:100%;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid var(--border);
  background:#FCFBF8;
  color:var(--ink);
  font:inherit;
}
.contact-form textarea{margin-top:14px; resize:vertical; min-height:120px}

@media (max-width: 1100px){
  .nav-links{display:none}
  .quote-grid, .investor-grid, .value-grid, .module-grid{grid-template-columns:repeat(2,1fr)}
  .crisis-grid, .problem-grid, .tools-layout, .tool-demo-grid, .about-grid{grid-template-columns:1fr}
  .problem-image-card img{min-height:420px}
}
@media (max-width: 760px){
  .container{width:min(100% - 28px, 1240px)}
  .section{padding:78px 0}
  .nav-row{flex-wrap:wrap}
  .nav-actions{display:flex; width:100%; justify-content:flex-start}
  .problem-cards, .quote-grid, .investor-grid, .value-grid, .field-grid, .module-grid, .form-grid{grid-template-columns:1fr}
  .cta-box{padding:42px 22px}
  .tool-panel{padding:22px}
}


.section-market-adoption{background:var(--surface)}
.market-grid,.fax-explainer-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}
.market-image-card,.fax-image-card{background:#fff;border:1px solid var(--border);border-radius:32px;overflow:hidden;box-shadow:0 20px 46px rgba(97,74,32,.12)}
.market-image-card img,.fax-image-card img{width:100%;height:auto;display:block}
.section-fax-explainer{background:var(--surface-2)}
.fax-copy h2,.market-copy h2{max-width:760px}
@media (max-width:1100px){.market-grid,.fax-explainer-grid{grid-template-columns:1fr}}


.section-smart-prescription .compare-table-card{
  background:#fff;
  border-radius:24px;
  box-shadow:0 20px 60px rgba(15,23,42,.08);
  overflow:auto;
}
.compare-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}
.compare-table th,
.compare-table td{
  padding:18px 20px;
  border-bottom:1px solid rgba(15,23,42,.08);
  text-align:left;
  vertical-align:top;
}
.compare-table thead th{
  background:#f7f1e3;
  color:#142B45;
  font-weight:700;
}
.compare-table tbody td:first-child{
  font-weight:700;
  color:#142B45;
}
.section-remote-patient-care{
  background:#f7f1e3;
}
.remote-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:start;
}
.remote-visual-card{
  background:#fff;
  border-radius:24px;
  box-shadow:0 20px 60px rgba(15,23,42,.08);
  padding:28px;
}
.signal-layer{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-bottom:24px;
}
.signal-node{
  background:#f0f7fa;
  border:1px solid rgba(20,43,69,.08);
  border-radius:18px;
  padding:18px;
  font-weight:600;
  color:#142B45;
  text-align:center;
}
.remote-flow{
  background:#142B45;
  color:#fff;
  border-radius:18px;
  padding:18px 20px;
  font-weight:600;
  line-height:1.6;
}
.remote-capability-stack{
  display:grid;
  gap:20px;
}
@media (max-width: 900px){
  .remote-grid{
    grid-template-columns:1fr;
  }
}
