/* Promo page (ccls.healthcarerevolution.com) */
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { background: var(--paper); font-size: 17px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
p { max-width: 64ch; }
.lead { font-size: clamp(18px, 1.6vw, 20px); line-height: 1.6; }
.muted { color: var(--muted); }

h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; }
h2 { font-size: clamp(32px, 4.2vw, 50px); line-height: 1.08; max-width: 18ch; }
h3 { font-size: 20px; font-weight: 600; }
.on-dark h2, .on-dark h3 { color: #fff; }
.on-dark { color: rgba(255, 255, 255, .8); }
.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: clamp(40px, 6vw, 64px); }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head p { font-size: 18px; }
@media (max-width: 860px) { .section-head { grid-template-columns: 1fr; gap: 16px; } }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(6, 28, 31, .88);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
}
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand img { width: 42px; height: 42px; }
.brand b { font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: .12em; }
.brand small { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-400); margin-top: -2px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { color: rgba(255, 255, 255, .78); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .login { color: #fff; text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 8px 12px; }
.header-actions .login:hover { color: var(--gold-400); }
@media (max-width: 960px) { .nav { display: none; } .header-actions { margin-left: auto; } }
@media (max-width: 420px) { .brand small { display: none; } .header-actions .btn { padding-inline: 16px; } }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(900px 600px at 78% 38%, rgba(201, 164, 92, .22), transparent 60%),
    radial-gradient(700px 500px at 10% 110%, rgba(29, 102, 112, .55), transparent 60%),
    linear-gradient(180deg, var(--green-950) 0%, var(--green-900) 100%);
  color: #fff;
  padding: 148px 0 96px;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%);
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero .eyebrow { color: var(--gold-400); display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.hero .eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold-400); }
.hero h1 { color: #fff; font-size: clamp(42px, 6.2vw, 80px); line-height: 1.02; max-width: 13ch; }
.hero .lead { color: rgba(255, 255, 255, .82); margin: 28px 0 36px; max-width: 54ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; font-size: 14px; color: rgba(255, 255, 255, .7); }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { color: var(--gold-400); }

.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background: url("/assets/img/photos/data-office.jpg") center / cover no-repeat;
  opacity: .16; mix-blend-mode: luminosity;
}
.hero-visual { position: relative; padding: 0 0 28px 28px; }
.hero-photo {
  position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(217, 189, 127, .25);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 30%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6, 28, 31, .55)); }
.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, .97); color: var(--ink);
  border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-lg);
}
.float-card span { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.35; }
.credential { left: 0; top: 12%; }
.credential img { width: 44px; height: 44px; flex: none; }
.credential b { display: block; font-size: 14px; }
.price-chip { right: 20px; bottom: 0; }
.price-chip b { font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1; }
@media (max-width: 960px) {
  .hero { padding: 120px 0 72px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 520px; margin-inline: auto; width: 100%; }
  .hero-photo { aspect-ratio: 5 / 4; }
}
@media (max-width: 520px) {
  .hero-visual { padding: 0 0 24px; }
  .credential { left: 12px; top: 12px; padding: 8px 12px; }
  .credential img { width: 34px; height: 34px; }
  .price-chip { right: 12px; }
}

/* Photos used through the page */
.photo-panel { position: relative; margin: 0; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); min-height: 100%; }
.photo-panel img { width: 100%; height: 100%; object-fit: cover; }
.photo-panel figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 26px 24px; color: rgba(255, 255, 255, .85); font-size: 15px;
  background: linear-gradient(180deg, transparent, rgba(6, 28, 31, .88));
}
.photo-panel figcaption b { display: block; color: #fff; font-family: var(--serif); font-weight: 500; font-size: 24px; margin-bottom: 4px; }
.photo-panel.tall { aspect-ratio: 4 / 5; }
.photo-panel.tall img { object-position: 38% 30%; }

/* ---------- Issuer strip ---------- */
.issuer { background: var(--green-950); color: rgba(255, 255, 255, .75); border-top: 1px solid rgba(217, 189, 127, .18); }
.issuer .stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.issuer .cell { padding: 26px 22px; border-right: 1px solid rgba(255, 255, 255, .08); }
.issuer .cell:last-child { border-right: 0; }
.issuer b { display: block; font-family: var(--serif); font-size: 30px; font-weight: 500; color: #fff; line-height: 1.1; }
.issuer span { font-size: 13.5px; }
.partners { border-bottom: 1px solid rgba(255, 255, 255, .08); }
.partners .wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 22px; padding: 22px 0; }
.partners span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.partners img { height: 40px; width: auto; }
.partners img[src*="hrev"] { height: 30px; }
.partners .sep { width: 1px; height: 32px; background: rgba(255, 255, 255, .15); margin: 0 6px; }
@media (max-width: 640px) { .partners .sep { display: none; } .partners .wrap { gap: 10px 16px; } .partners img { height: 32px; } .partners img[src*="hrev"] { height: 24px; } }
@media (max-width: 760px) {
  .issuer .stats-row { grid-template-columns: 1fr 1fr; }
  .issuer .cell:nth-child(2) { border-right: 0; }
  .issuer .cell:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .08); }
}

/* ---------- Problem ---------- */
.problem { background: var(--cream); }
.compare { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.compare > div { padding: clamp(28px, 4vw, 44px); }
.compare .before { background: var(--paper); }
.compare .after { background: var(--green-900); color: rgba(255, 255, 255, .8); }
.compare h3 { font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 26px; }
.compare .before h3 { color: var(--muted); }
.compare .after h3 { color: var(--gold-400); }
.compare ol { list-style: none; display: grid; gap: 22px; }
.compare li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.compare li i { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 15px; font-weight: 700; }
.compare .before li i { background: var(--cream-2); color: var(--muted); }
.compare .after li i { background: rgba(217, 189, 127, .16); color: var(--gold-400); }
.compare li b { display: block; font-size: 17px; font-weight: 600; margin-bottom: 2px; }
.compare .before li b { color: var(--ink); text-decoration: line-through; text-decoration-color: var(--gold-500); text-decoration-thickness: 2px; }
.compare .after li b { color: #fff; }
.compare li span { font-size: 15px; display: block; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.stat { background: var(--paper); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); }
.stat .n { font-family: var(--serif); font-size: clamp(38px, 4vw, 50px); line-height: 1; color: var(--green-900); margin-bottom: 12px; }
.stat p { font-size: 15px; }
.closer { margin-top: 44px; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 26px); line-height: 1.45; color: var(--ink); max-width: 46ch; }
@media (max-width: 860px) { .compare, .stats { grid-template-columns: 1fr; } }

/* ---------- Outcomes ---------- */
.outcomes-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; align-items: stretch; }
.outcomes-layout .photo-panel img { object-position: 72% 40%; min-height: 420px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.outcome { padding: 30px 26px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.outcome:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-400); }
.outcome .ic { width: 52px; height: 52px; border-radius: 14px; background: var(--green-900); color: var(--gold-400); display: grid; place-items: center; margin-bottom: 22px; }
.outcome h3 { margin-bottom: 8px; }
.outcome p { font-size: 15.5px; }
@media (max-width: 1000px) { .outcomes-layout { grid-template-columns: 1fr; } .outcomes-layout .photo-panel img { min-height: 0; aspect-ratio: 16 / 9; } }
@media (max-width: 560px) { .outcomes-grid { grid-template-columns: 1fr; } }

/* ---------- Curriculum ---------- */
.curriculum { background: linear-gradient(180deg, var(--green-900), var(--green-950)); }
.curriculum .section-head .eyebrow { color: var(--gold-400); }
.tiers { display: grid; gap: 14px; }
.tier { border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); background: rgba(255, 255, 255, .025); overflow: hidden; }
.tier summary {
  list-style: none; cursor: pointer;
  display: grid; grid-template-columns: 170px 1fr auto; gap: 24px; align-items: center;
  padding: 22px 26px;
}
.tier summary::-webkit-details-marker { display: none; }
.tier .t { font-family: var(--display); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-400); }
.tier .d { color: #fff; font-family: var(--serif); font-size: 21px; }
.tier .count { font-size: 13px; color: rgba(255, 255, 255, .6); display: flex; align-items: center; gap: 12px; }
.tier .chev { width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); display: grid; place-items: center; transition: transform .2s ease; color: #fff; }
.tier[open] .chev { transform: rotate(180deg); }
.tier[open] { border-color: rgba(217, 189, 127, .35); background: rgba(255, 255, 255, .04); }
.mods { display: grid; gap: 8px; padding: 0 26px 24px 220px; }
.mod { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 14px 16px; border-radius: 10px; background: rgba(255, 255, 255, .04); }
.mod .num { font-family: var(--serif); font-size: 22px; color: var(--gold-400); line-height: 1.2; }
.mod b { display: block; color: #fff; font-weight: 600; }
.mod span { display: block; font-size: 14.5px; color: rgba(255, 255, 255, .68); margin-top: 2px; }
.curriculum .note { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px 30px; font-size: 14.5px; color: rgba(255, 255, 255, .75); }
.curriculum .note span { display: inline-flex; gap: 10px; align-items: center; }
.curriculum .note svg { color: var(--gold-400); }
@media (max-width: 860px) {
  .tier summary { grid-template-columns: 1fr auto; gap: 6px 16px; padding: 18px 20px; }
  .tier .t { grid-column: 1; }
  .tier .d { grid-column: 1; font-size: 19px; }
  .tier .count { grid-column: 2; grid-row: 1 / span 2; }
  .tier .count em { display: none; }
  .mods { padding: 0 16px 18px; }
}

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { position: relative; padding: 34px 30px; border-radius: var(--radius); background: var(--cream); overflow: hidden; }
.step .no { font-family: var(--serif); font-size: 64px; line-height: 1; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 18px; }
.step h3 { margin-bottom: 8px; font-size: 22px; font-family: var(--serif); font-weight: 500; }
.format { margin-top: 64px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.format h3 { font-family: var(--serif); font-size: clamp(26px, 3vw, 34px); font-weight: 500; margin-bottom: 14px; }
.format ul { margin-top: 24px; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.format li { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 15.5px; }
.format li svg { color: var(--gold-600); margin-bottom: 12px; }
.format li b { display: block; color: var(--ink); margin-bottom: 4px; }
@media (max-width: 860px) { .steps, .format, .format ul { grid-template-columns: 1fr; } .format { gap: 28px; margin-top: 44px; } }

/* ---------- Audience ---------- */
.audience { background: var(--cream); }
.roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.role { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.role:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.role-img { aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 3px solid var(--gold-500); }
.role-img img { width: 100%; height: 100%; object-fit: cover; }
.role-body { padding: 26px 26px 30px; }
.role h3 { margin-bottom: 10px; font-family: var(--serif); font-weight: 500; font-size: 23px; }
.role p { font-size: 15.5px; }
.reassure { margin-top: 28px; display: flex; gap: 18px; align-items: center; padding: 24px 28px; background: var(--green-900); color: rgba(255, 255, 255, .85); border-radius: var(--radius); }
.reassure svg { color: var(--gold-400); flex: none; }
.reassure p { max-width: none; }
.reassure strong { color: #fff; }
@media (max-width: 860px) { .roles { grid-template-columns: 1fr; } .reassure { align-items: flex-start; } }

/* ---------- Founder ---------- */
.founder .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.founder blockquote { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.2; color: var(--ink); font-weight: 400; }
.founder blockquote::before { content: "\201C"; display: block; font-size: 90px; line-height: .6; margin-bottom: 10px; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.founder .who { margin-top: 30px; display: flex; gap: 16px; align-items: center; }
.founder .avatar { width: 58px; height: 58px; border-radius: 50%; background: var(--green-900); color: var(--gold-400); font-family: var(--serif); font-size: 22px; display: grid; place-items: center; flex: none; }
.founder .who b { display: block; color: var(--ink); }
.founder .who span { font-size: 14px; color: var(--muted); }
.founder .body p + p { margin-top: 16px; }
.founder-logos { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 32px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.founder-logos img { height: 44px; width: auto; }
.founder-logos img[src*="hrev"] { height: 32px; }
@media (max-width: 900px) { .founder .wrap { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- Pricing ---------- */
.pricing { background: radial-gradient(800px 500px at 20% 0%, rgba(201, 164, 92, .18), transparent 60%), var(--green-950); }
.pricing .section-head .eyebrow { color: var(--gold-400); }
.price-card { color: var(--body); display: grid; grid-template-columns: .95fr 1.05fr; border-radius: 22px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-lg); }
.price-card .left { padding: clamp(32px, 4vw, 52px); background: var(--cream); display: flex; flex-direction: column; align-items: flex-start; }
.mini-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 13px; font-weight: 600; color: var(--muted); }
.mini-brand img { width: 40px; height: 40px; }
.price-card .amount { font-family: var(--serif); font-size: clamp(64px, 8vw, 92px); line-height: 1; color: var(--ink); }
.price-card .amount small { font-family: var(--sans); font-size: 16px; color: var(--muted); margin-left: 6px; }
.price-card .left p { margin: 16px 0 28px; font-size: 16px; }
.price-card .secure { margin-top: 14px; font-size: 13px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.price-card .right { padding: clamp(32px, 4vw, 52px); }
.price-card .right h3 { font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 22px; }
.price-card ul { list-style: none; display: grid; gap: 16px; }
.price-card li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; font-size: 16px; }
.price-card li svg { color: var(--green-600); margin-top: 3px; }
@media (max-width: 860px) { .price-card { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.faq .list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 24px 0; font-weight: 600; font-size: 18px; color: var(--ink); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 26px; font-weight: 300; color: var(--gold-600); line-height: 1; transition: transform .2s ease; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 24px; font-size: 16px; }
@media (max-width: 860px) { .faq .wrap { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- Final CTA ---------- */
.final {
  text-align: center; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 28, 31, .82), rgba(6, 28, 31, .94)),
    url("/assets/img/photos/data-office.jpg") center / cover no-repeat;
}
.final .eyebrow { color: var(--gold-400); margin-bottom: 18px; }
.final h2 { margin: 0 auto 18px; max-width: 20ch; }
.final p { margin: 0 auto 34px; font-size: 18px; }
.final .actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: #041315; color: rgba(255, 255, 255, .6); font-size: 14px; }
.site-footer .wrap { padding: 40px 0; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.site-footer nav { display: flex; gap: 22px; flex-wrap: wrap; }
.site-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.site-footer a:hover { color: var(--gold-400); }
.footer-logos { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; width: 100%; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.footer-logos img { height: 36px; width: auto; }
.footer-logos img[src*="hrev"] { height: 26px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Mobile sticky enroll bar */
.mobile-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 10px 10px 18px; border-radius: 999px;
  background: rgba(6, 28, 31, .94); color: #fff; box-shadow: var(--shadow-lg);
  transform: translateY(140%); transition: transform .3s ease;
}
.mobile-cta.show { transform: none; }
.mobile-cta b { font-family: var(--serif); font-size: 20px; }
.mobile-cta span { font-size: 12px; color: rgba(255, 255, 255, .65); display: block; }
@media (max-width: 760px) { .mobile-cta { display: flex; } .site-footer { padding-bottom: 80px; } }
.price-card .secure a { color: var(--green-700); font-weight: 600; }
.faq details p a { color: var(--green-700); font-weight: 600; }
.founder-more { margin-top: 18px; }
.founder-more a { color: var(--green-700); font-weight: 600; }
.partners a { display: inline-flex; }
.footer-logos a { display: inline-flex; }
