/* PredictiCare marketing site - matches the platform's warm sage-teal design language */
:root {
  --teal-deep: #0d3b34; --teal: #0F6E56; --teal-mid: #3D7A73;
  --sand: #f7f4ee; --sand-2: #f1ece2; --ink: #22302d; --ink-2: #55645f;
  --terracotta: #D85A30; --terracotta-dark: #b34523;
  --card: #ffffff; --border: #e4ded2; --radius: 14px;
}
* { box-sizing: border-box; margin: 0; }
body { font-family: "Segoe UI", system-ui, -apple-system, sans-serif; color: var(--ink); background: var(--sand); line-height: 1.65; }
a { color: var(--teal); text-decoration: none; }
img { max-width: 100%; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Nav */
header { background: var(--teal-deep); position: sticky; top: 0; z-index: 50; }
.nav { display: flex; align-items: center; gap: 28px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 20px; letter-spacing: .3px; }
.brand .mark { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; font-size: 17px; }
nav.menu { display: flex; gap: 22px; margin-left: auto; align-items: center; }
nav.menu a { color: #cfe6de; font-size: 15px; padding: 6px 2px; }
nav.menu a:hover, nav.menu a.active { color: #fff; }
.cta-btn { background: var(--terracotta); color: #fff !important; padding: 9px 18px; border-radius: 22px; font-weight: 600; font-size: 14px; }
.cta-btn:hover { background: var(--terracotta-dark); }
.menu-toggle { display: none; margin-left: auto; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; }

/* Hero */
.hero { background: linear-gradient(150deg, var(--teal-deep), #14544a); color: #fff; padding: 88px 0 96px; }
.hero h1 { font-size: 44px; line-height: 1.15; max-width: 640px; font-weight: 700; }
.hero p.lead { font-size: 19px; color: #c9e2d9; max-width: 560px; margin: 20px 0 34px; }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-light { background: #fff; color: var(--teal-deep); padding: 12px 24px; border-radius: 26px; font-weight: 600; }
.btn-light:hover { background: var(--sand-2); }
.hero .cta-btn { padding: 12px 24px; border-radius: 26px; font-size: 15px; }
.eyebrow { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #8fc4b4; font-weight: 700; margin-bottom: 14px; }

/* Sections */
section { padding: 72px 0; }
section.alt { background: var(--sand-2); }
h2.sec { font-size: 30px; font-weight: 700; margin-bottom: 10px; }
p.sub { color: var(--ink-2); font-size: 17px; max-width: 640px; margin-bottom: 40px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.card .ic { width: 44px; height: 44px; border-radius: 12px; background: #e1f0ea; color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 14px; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { font-size: 14.5px; color: var(--ink-2); }

/* Stats band */
.band { background: var(--teal); color: #fff; padding: 46px 0; }
.band .grid { text-align: center; }
.band .num { font-size: 32px; font-weight: 700; }
.band .lbl { font-size: 13px; color: #cfe6de; margin-top: 4px; }

/* Steps */
.step { display: flex; gap: 18px; margin-bottom: 26px; }
.step .n { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.step h4 { font-size: 17px; margin-bottom: 4px; }
.step p { color: var(--ink-2); font-size: 15px; }

/* Page hero (interior pages) */
.page-hero { background: var(--teal-deep); color: #fff; padding: 60px 0 64px; }
.page-hero h1 { font-size: 36px; }
.page-hero p { color: #c9e2d9; font-size: 17px; max-width: 620px; margin-top: 12px; }

/* CTA strip */
.cta-strip { background: var(--teal-deep); color: #fff; text-align: center; padding: 64px 0; }
.cta-strip h2 { font-size: 28px; margin-bottom: 12px; }
.cta-strip p { color: #c9e2d9; margin-bottom: 26px; }

/* Footer */
footer { background: #0a2b26; color: #9dbfb4; padding: 44px 0 34px; font-size: 14px; }
footer .cols { display: flex; gap: 48px; flex-wrap: wrap; margin-bottom: 26px; }
footer h5 { color: #fff; font-size: 14px; margin-bottom: 10px; }
footer a { color: #9dbfb4; display: block; padding: 3px 0; }
footer a:hover { color: #fff; }
.fineprint { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: 12.5px; }

@media (max-width: 760px) {
  nav.menu { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--teal-deep); flex-direction: column; gap: 0; padding: 10px 24px 18px; }
  nav.menu.open { display: flex; }
  nav.menu a { padding: 11px 0; font-size: 16px; }
  .menu-toggle { display: block; }
  .hero h1 { font-size: 32px; }
  section { padding: 52px 0; }
}
