/*
Theme Name: Holistic Credentialing
Theme URI: https://holisticcredentialing.com
Author: Holistic Credentialing
Author URI: https://holisticcredentialing.com
Description: A premium WordPress theme for Holistic Credentialing — medical licensing, provider credentialing, and payer enrollment. Navy & silver brand system with a custom homepage, multistate licensing workflow, provider-journey visual, service pillars, results dashboard, FAQ, pricing, and a plugin-free contact form. Fully responsive, accessible, and Customizer-driven.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: holistic-credentialing
Tags: business, healthcare, medical, services, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, block-styles, wide-blocks
*/

/* =========================================================
   Design tokens — Holistic Credentialing navy & silver
   ========================================================= */
:root {
  --hc-navy:        #1b2a4a;   /* brand navy (HOLISTIC wordmark) */
  --hc-navy-900:    #101b33;   /* deepest navy */
  --hc-navy-700:    #22345c;
  --hc-navy-600:    #2b4270;
  --hc-blue:        #2f6fb0;   /* action blue (buttons, links, accents) */
  --hc-blue-600:    #285f97;
  --hc-blue-100:    #e7f0f9;
  --hc-silver:      #8793a6;   /* CREDENTIALING wordmark silver */
  --hc-silver-300:  #c1c9d6;
  --hc-silver-100:  #e6eaf1;

  --hc-ink:         #1c2532;   /* body text */
  --hc-muted:       #5c6879;   /* secondary text */
  --hc-line:        #e3e7ee;   /* borders */
  --hc-bg:          #ffffff;
  --hc-bg-alt:      #f5f7fb;   /* soft section bg */
  --hc-bg-tint:     #eef2f8;

  --hc-gold:        #c9a24b;   /* subtle premium accent (badges) */

  --hc-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --hc-font-head: "Poppins", var(--hc-font-sans);

  --hc-radius: 14px;
  --hc-radius-sm: 9px;
  --hc-radius-lg: 22px;
  --hc-shadow-sm: 0 1px 2px rgba(16, 27, 51, .06), 0 1px 3px rgba(16, 27, 51, .05);
  --hc-shadow: 0 12px 34px rgba(16, 27, 51, .10);
  --hc-shadow-lg: 0 30px 70px rgba(16, 27, 51, .16);

  --hc-container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }

body {
  margin: 0;
  font-family: var(--hc-font-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--hc-ink);
  background: var(--hc-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--hc-blue); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--hc-blue-600); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--hc-font-head);
  color: var(--hc-navy);
  line-height: 1.14;
  margin: 0 0 .6em;
  font-weight: 700;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.8rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.55rem); }
p { margin: 0 0 1.1rem; }
ul, ol { margin: 0 0 1.1rem; padding-left: 1.25rem; }

/* Layout helpers */
.hc-container { width: 100%; max-width: var(--hc-container); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2.2rem); }
.hc-section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.hc-section--alt { background: var(--hc-bg-alt); }
.hc-section--tint { background: var(--hc-bg-tint); }
.hc-section--navy { background: var(--hc-navy); color: #cdd6e6; }
.hc-section--navy h1, .hc-section--navy h2, .hc-section--navy h3, .hc-section--navy h4 { color: #fff; }

.hc-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--hc-font-head); font-weight: 600;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--hc-blue); margin-bottom: .85rem;
}
.hc-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--hc-blue); display: inline-block; }
.hc-section--navy .hc-eyebrow { color: var(--hc-silver-300); }
.hc-section--navy .hc-eyebrow::before { background: var(--hc-silver-300); }

.hc-section-head { max-width: 760px; margin: 0 auto clamp(2.25rem, 5vw, 3.5rem); text-align: center; }
.hc-section-head .hc-eyebrow { justify-content: center; }
.hc-section-head p { color: var(--hc-muted); font-size: 1.1rem; }
.hc-section--navy .hc-section-head p { color: #a9b6cc; }
.hc-lede { font-size: 1.2rem; color: var(--hc-muted); }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--hc-navy); color:#fff; padding:.75rem 1.25rem; z-index:1000; }
.skip-link:focus { left: 0; color:#fff; }

/* =========================================================
   Buttons
   ========================================================= */
.hc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--hc-font-head); font-weight: 600; font-size: 1rem; line-height: 1;
  padding: 1rem 1.7rem; border-radius: var(--hc-radius-sm); border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  text-align: center;
}
.hc-btn:hover { transform: translateY(-2px); }
.hc-btn--primary { background: var(--hc-blue); color:#fff; box-shadow: 0 8px 20px rgba(47,111,176,.28); }
.hc-btn--primary:hover { background: var(--hc-blue-600); color:#fff; box-shadow: 0 12px 26px rgba(47,111,176,.36); }
.hc-btn--navy { background: var(--hc-navy); color:#fff; }
.hc-btn--navy:hover { background: var(--hc-navy-700); color:#fff; }
.hc-btn--ghost { background: transparent; color: var(--hc-navy); border-color: var(--hc-silver-300); }
.hc-btn--ghost:hover { border-color: var(--hc-navy); color: var(--hc-navy); }
.hc-btn--white { background:#fff; color: var(--hc-navy); }
.hc-btn--white:hover { color: var(--hc-navy); box-shadow: var(--hc-shadow); }
.hc-section--navy .hc-btn--ghost { color:#fff; border-color: rgba(255,255,255,.4); }
.hc-section--navy .hc-btn--ghost:hover { border-color:#fff; color:#fff; }
.hc-btn--lg { padding: 1.15rem 2.1rem; font-size: 1.08rem; }

/* =========================================================
   Top utility bar + Header
   ========================================================= */
.hc-topbar {
  background: var(--hc-navy-900); color: #b9c4d8;
  font-size: .86rem;
}
.hc-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 40px; flex-wrap: wrap; }
.hc-topbar a { color: #dbe3f0; }
.hc-topbar a:hover { color:#fff; }
.hc-topbar__left { display:flex; gap:1.5rem; flex-wrap:wrap; }
.hc-topbar__right { display:flex; gap:1.1rem; align-items:center; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--hc-line); }
.site-header__inner { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; min-height: 82px; }

.site-branding { display:flex; align-items:center; gap:.7rem; }
.site-branding .hc-logo { height: 52px; width:auto; }
.custom-logo { max-height: 56px; width:auto; }
.site-branding .site-title { font-family: var(--hc-font-head); font-weight:700; font-size:1.15rem; color: var(--hc-navy); margin:0; line-height:1.1; }

.main-navigation ul { list-style:none; display:flex; align-items:center; gap:.15rem; margin:0; padding:0; }
.main-navigation a { display:block; font-family: var(--hc-font-head); font-weight:500; font-size:.97rem; color: var(--hc-navy); padding:.6rem .85rem; border-radius: var(--hc-radius-sm); }
.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current-menu-parent > a { color: var(--hc-blue); background: var(--hc-bg-alt); }
.main-navigation .menu-item-has-children > a::after { content:" ▾"; font-size:.7em; color: var(--hc-silver); }
.main-navigation li { position: relative; }
.main-navigation ul ul {
  position:absolute; flex-direction:column; align-items:stretch; gap:0; background:#fff;
  min-width: 250px; padding:.4rem; border:1px solid var(--hc-line); border-radius: var(--hc-radius-sm);
  box-shadow: var(--hc-shadow); opacity:0; visibility:hidden; transform: translateY(8px); transition: all .18s ease; z-index: 20;
}
.main-navigation li:hover > ul, .main-navigation li:focus-within > ul { opacity:1; visibility:visible; transform: translateY(0); }

.header-cta { display:flex; align-items:center; gap:.9rem; }
.header-phone { font-family: var(--hc-font-head); font-weight:700; color: var(--hc-navy); font-size:1.02rem; white-space:nowrap; }
.header-phone small { display:block; font-weight:500; font-size:.7rem; color: var(--hc-muted); letter-spacing:.06em; text-transform:uppercase; }

.menu-toggle { display:none; background:transparent; border:1px solid var(--hc-line); border-radius: var(--hc-radius-sm); padding:.6rem .7rem; cursor:pointer; color: var(--hc-navy); }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display:block; width:22px; height:2px; background:currentColor; position:relative; transition:.2s; }
.menu-toggle span::before, .menu-toggle span::after { content:""; position:absolute; left:0; }
.menu-toggle span::before { top:-7px; } .menu-toggle span::after { top:7px; }

/* =========================================================
   Hero
   ========================================================= */
.hc-hero { position: relative; color:#dbe3f2; overflow:hidden; background: linear-gradient(155deg, #22345c 0%, var(--hc-navy) 45%, var(--hc-navy-900) 100%); }
.hc-hero::before { content:""; position:absolute; inset:0; background:
  radial-gradient(900px 500px at 88% -5%, rgba(47,111,176,.35), transparent 60%),
  radial-gradient(600px 400px at 0% 100%, rgba(135,147,166,.14), transparent 55%); pointer-events:none; }
.hc-hero__grid { position:relative; display:grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 4rem); align-items:center; padding-block: clamp(3.25rem, 7vw, 6rem); }
.hc-hero__badge { display:inline-flex; align-items:center; gap:.55rem; background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); color:#dbe3f2; padding:.45rem .9rem; border-radius: 999px; font-size:.82rem; font-family: var(--hc-font-head); font-weight:500; margin-bottom:1.35rem; }
.hc-hero__badge .dot { width:8px; height:8px; border-radius:50%; background: #57d38a; box-shadow:0 0 0 4px rgba(87,211,138,.2); }
.hc-hero h1 { color:#fff; margin-bottom:1.1rem; }
.hc-hero h1 .acc { color: var(--hc-silver-300); }
.hc-hero__content .hc-lede { color:#b6c3db; max-width: 52ch; margin-bottom:1.25rem; }
.hc-hero__pills { display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:1.85rem; }
.hc-hero__pills span { font-family:var(--hc-font-head); font-weight:500; font-size:.86rem; color:#cdd8ec; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.14); padding:.4rem .85rem; border-radius:999px; }
.hc-hero__actions { display:flex; flex-wrap:wrap; gap:.9rem; margin-bottom:2rem; }
.hc-hero__trust { display:flex; flex-wrap:wrap; gap:1.4rem 2.6rem; padding-top:1.6rem; border-top:1px solid rgba(255,255,255,.14); }
.hc-hero__trust .num { font-family:var(--hc-font-head); font-weight:700; font-size:2rem; color:#fff; line-height:1; }
.hc-hero__trust .label { font-size:.86rem; color:#9fb0cd; }

.hc-hero__media { position:relative; }
.hc-hero__media .shot {
  border-radius: var(--hc-radius-lg); overflow:hidden; box-shadow: var(--hc-shadow-lg);
  border:1px solid rgba(255,255,255,.14); aspect-ratio: 4/3; background:
  linear-gradient(135deg, #2b4270, #101b33);
}
.hc-hero__media .shot img { width:100%; height:100%; object-fit:cover; }
.hc-hero__floatcard {
  position:absolute; left:-18px; bottom:-22px; background:#fff; color: var(--hc-ink);
  border-radius: var(--hc-radius); box-shadow: var(--hc-shadow-lg); padding:1rem 1.15rem;
  display:flex; align-items:center; gap:.85rem; max-width: 270px;
}
.hc-hero__floatcard .ring { width:46px; height:46px; border-radius:50%; display:grid; place-items:center;
  background: conic-gradient(var(--hc-blue) 0 96%, var(--hc-silver-100) 96% 100%); }
.hc-hero__floatcard .ring b { background:#fff; width:34px; height:34px; border-radius:50%; display:grid; place-items:center; font-family:var(--hc-font-head); font-size:.72rem; color: var(--hc-navy); }
.hc-hero__floatcard .k { font-family:var(--hc-font-head); font-weight:700; color: var(--hc-navy); font-size:1rem; }
.hc-hero__floatcard .v { font-size:.8rem; color: var(--hc-muted); }

/* =========================================================
   Logo / trust strip
   ========================================================= */
.hc-trustbar { border-bottom:1px solid var(--hc-line); background:#fff; }
.hc-trustbar__inner { padding-block: 1.6rem; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:1rem 2.4rem; }
.hc-trustbar__inner .lbl { font-family:var(--hc-font-head); font-weight:600; color: var(--hc-muted); font-size:.82rem; letter-spacing:.1em; text-transform:uppercase; }
.hc-trustbar__inner .item { display:flex; align-items:center; gap:.5rem; color: var(--hc-navy); font-family:var(--hc-font-head); font-weight:600; font-size:.95rem; }
.hc-trustbar__inner .item svg { color: var(--hc-blue); }

/* =========================================================
   Cards / grids
   ========================================================= */
.hc-grid { display:grid; gap: clamp(1rem, 2.5vw, 1.75rem); }
.hc-grid--2 { grid-template-columns: repeat(2, 1fr); }
.hc-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hc-grid--4 { grid-template-columns: repeat(4, 1fr); }

.hc-card { background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius); padding: clamp(1.5rem, 3vw, 2rem); box-shadow: var(--hc-shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease; height:100%; }
.hc-card:hover { transform: translateY(-5px); box-shadow: var(--hc-shadow); border-color: rgba(47,111,176,.32); }
.hc-card__icon { width:54px; height:54px; border-radius: var(--hc-radius-sm); background: linear-gradient(135deg, var(--hc-navy), var(--hc-blue)); color:#fff; display:grid; place-items:center; font-size:1.45rem; margin-bottom:1.1rem; }
.hc-card h3 { font-size:1.28rem; margin-bottom:.5rem; }
.hc-card p { color: var(--hc-muted); margin-bottom:0; font-size:.99rem; }
.hc-card__link { display:inline-flex; align-items:center; gap:.35rem; margin-top:1rem; font-family: var(--hc-font-head); font-weight:600; font-size:.93rem; }

/* Service pillar (large) */
.hc-pillar { background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius-lg); overflow:hidden; box-shadow: var(--hc-shadow-sm); transition: transform .2s ease, box-shadow .2s ease; height:100%; display:flex; flex-direction:column; }
.hc-pillar:hover { transform: translateY(-6px); box-shadow: var(--hc-shadow); }
.hc-pillar__top { background: linear-gradient(150deg, var(--hc-navy), var(--hc-navy-900)); color:#fff; padding: 1.75rem; }
.hc-pillar__top .hc-card__icon { margin-bottom:.9rem; background: rgba(255,255,255,.12); }
.hc-pillar__top h3 { color:#fff; margin:0; }
.hc-pillar__body { padding: 1.6rem 1.75rem 1.9rem; flex:1; display:flex; flex-direction:column; }
.hc-pillar__body ul { list-style:none; padding:0; margin:0 0 1.25rem; }
.hc-pillar__body li { display:flex; gap:.6rem; align-items:flex-start; padding:.5rem 0; border-bottom:1px dashed var(--hc-line); color: var(--hc-ink); font-size:.97rem; }
.hc-pillar__body li:last-of-type { border-bottom:0; }
.hc-pillar__body li svg { flex:0 0 auto; color: var(--hc-blue); margin-top:.15rem; }
.hc-pillar__body .hc-btn { margin-top:auto; }

/* =========================================================
   Workflow (numbered horizontal)
   ========================================================= */
.hc-flow { display:grid; grid-template-columns: repeat(5, 1fr); gap:1rem; position:relative; }
.hc-flow__step { text-align:center; position:relative; padding-top:1rem; }
.hc-flow__num { width:62px; height:62px; margin:0 auto .95rem; border-radius:50%; background:#fff; border:2px solid var(--hc-blue); color: var(--hc-blue); display:grid; place-items:center; font-family: var(--hc-font-head); font-weight:700; font-size:1.35rem; box-shadow:0 0 0 6px var(--hc-blue-100); position:relative; z-index:2; }
.hc-section--navy .hc-flow__num { background: var(--hc-navy); border-color: var(--hc-silver-300); color:#fff; box-shadow:0 0 0 6px rgba(255,255,255,.06); }
.hc-flow__step:not(:last-child)::after { content:""; position:absolute; top:31px; left:60%; width:80%; height:2px; background: repeating-linear-gradient(90deg, var(--hc-silver-300) 0 8px, transparent 8px 16px); z-index:1; }
.hc-section--navy .hc-flow__step:not(:last-child)::after { background: repeating-linear-gradient(90deg, rgba(255,255,255,.35) 0 8px, transparent 8px 16px); }
.hc-flow__step h4 { font-family: var(--hc-font-head); font-size:1.05rem; margin:0 0 .3rem; color: var(--hc-navy); }
.hc-section--navy .hc-flow__step h4 { color:#fff; }
.hc-flow__step p { font-size:.9rem; color: var(--hc-muted); margin:0; }
.hc-section--navy .hc-flow__step p { color:#a9b6cc; }

/* =========================================================
   Provider journey (chips with arrows)
   ========================================================= */
.hc-journey { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:.6rem; }
.hc-journey__chip { display:flex; flex-direction:column; align-items:center; gap:.5rem; background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius); padding:1.1rem 1.15rem; min-width:118px; box-shadow: var(--hc-shadow-sm); }
.hc-journey__chip .ic { width:44px; height:44px; border-radius:50%; background: var(--hc-blue-100); color: var(--hc-blue); display:grid; place-items:center; font-weight:700; font-family: var(--hc-font-head); }
.hc-journey__chip .nm { font-family: var(--hc-font-head); font-weight:600; font-size:.86rem; color: var(--hc-navy); text-align:center; }
.hc-journey__arrow { color: var(--hc-silver); font-size:1.3rem; }

/* =========================================================
   Split feature (image + text)
   ========================================================= */
.hc-split { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items:center; }
.hc-split--rev .hc-split__media { order:2; }
.hc-split__media { border-radius: var(--hc-radius-lg); overflow:hidden; box-shadow: var(--hc-shadow); aspect-ratio: 5/4; background: linear-gradient(135deg, var(--hc-bg-tint), var(--hc-silver-100)); }
.hc-split__media img { width:100%; height:100%; object-fit:cover; }
.hc-checklist { list-style:none; padding:0; margin:1.25rem 0 1.75rem; display:grid; gap:.7rem; }
.hc-checklist li { display:flex; gap:.7rem; align-items:flex-start; }
.hc-checklist li svg { flex:0 0 auto; color: var(--hc-blue); margin-top:.2rem; }

/* =========================================================
   Stats band
   ========================================================= */
.hc-stats { display:grid; grid-template-columns: repeat(4, 1fr); gap:1.5rem; }
.hc-stat { text-align:center; padding:1.25rem; }
.hc-stat .n { font-family: var(--hc-font-head); font-weight:700; font-size: clamp(2.4rem, 5vw, 3.4rem); color:#fff; line-height:1; }
.hc-stat .n .suf { color: var(--hc-silver-300); }
.hc-stat .l { color:#a9b6cc; margin-top:.4rem; font-size:.98rem; }

/* =========================================================
   Values row
   ========================================================= */
.hc-values { display:grid; grid-template-columns: repeat(4, 1fr); gap:1.25rem; }
.hc-value { text-align:center; padding:1.75rem 1.25rem; background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius); }
.hc-value .ic { width:58px; height:58px; margin:0 auto .9rem; border-radius:50%; background: var(--hc-blue-100); color: var(--hc-blue); display:grid; place-items:center; font-size:1.5rem; }
.hc-value h4 { margin:0 0 .35rem; font-size:1.1rem; }
.hc-value p { margin:0; color: var(--hc-muted); font-size:.92rem; }

/* =========================================================
   Testimonials
   ========================================================= */
.hc-quote { background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius); padding: clamp(1.5rem,3vw,2rem); box-shadow: var(--hc-shadow-sm); height:100%; }
.hc-quote__stars { color: var(--hc-gold); letter-spacing:2px; margin-bottom:.75rem; }
.hc-quote blockquote { margin:0 0 1.25rem; font-size:1.05rem; color: var(--hc-ink); }
.hc-quote__author { display:flex; align-items:center; gap:.75rem; }
.hc-quote__avatar { width:46px; height:46px; border-radius:50%; background: linear-gradient(135deg, var(--hc-navy), var(--hc-blue)); color:#fff; display:grid; place-items:center; font-weight:700; font-family: var(--hc-font-head); }
.hc-quote__name { font-family: var(--hc-font-head); font-weight:600; font-size:.95rem; color: var(--hc-navy); }
.hc-quote__role { font-size:.85rem; color: var(--hc-muted); }

/* =========================================================
   FAQ accordion
   ========================================================= */
.hc-faq { max-width: 860px; margin-inline:auto; display:grid; gap:.85rem; }
.hc-faq__item { border:1px solid var(--hc-line); border-radius: var(--hc-radius-sm); background:#fff; overflow:hidden; }
.hc-faq__q { width:100%; text-align:left; background:transparent; border:0; cursor:pointer; padding:1.15rem 1.35rem; font-family: var(--hc-font-head); font-weight:600; font-size:1.05rem; color: var(--hc-navy); display:flex; justify-content:space-between; align-items:center; gap:1rem; }
.hc-faq__q .ico { flex:0 0 auto; width:26px; height:26px; border-radius:50%; background: var(--hc-blue-100); color: var(--hc-blue); display:grid; place-items:center; font-size:1.1rem; transition: transform .2s ease; }
.hc-faq__item[open] .hc-faq__q .ico { transform: rotate(45deg); }
.hc-faq__a { padding: 0 1.35rem 1.25rem; color: var(--hc-muted); }
.hc-faq__item summary::-webkit-details-marker { display:none; }

/* =========================================================
   Pricing
   ========================================================= */
.hc-pricing { display:grid; grid-template-columns: repeat(3, 1fr); gap:1.5rem; align-items:stretch; }
.hc-plan { background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius-lg); padding:2rem 1.85rem; box-shadow: var(--hc-shadow-sm); display:flex; flex-direction:column; position:relative; }
.hc-plan--featured { border-color: var(--hc-blue); box-shadow: var(--hc-shadow); transform: translateY(-6px); }
.hc-plan__tag { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background: var(--hc-blue); color:#fff; font-family:var(--hc-font-head); font-weight:600; font-size:.75rem; letter-spacing:.08em; text-transform:uppercase; padding:.35rem .9rem; border-radius:999px; }
.hc-plan h3 { margin:0 0 .35rem; }
.hc-plan .price { font-family: var(--hc-font-head); font-weight:700; font-size:2.4rem; color: var(--hc-navy); line-height:1; margin:.6rem 0; }
.hc-plan .price small { font-size:.95rem; color: var(--hc-muted); font-weight:500; }
.hc-plan .desc { color: var(--hc-muted); font-size:.95rem; min-height:2.6em; }
.hc-plan ul { list-style:none; padding:0; margin:1.25rem 0 1.75rem; display:grid; gap:.65rem; }
.hc-plan li { display:flex; gap:.6rem; align-items:flex-start; font-size:.96rem; }
.hc-plan li svg { flex:0 0 auto; color: var(--hc-blue); margin-top:.2rem; }
.hc-plan .hc-btn { margin-top:auto; }

/* =========================================================
   CTA band
   ========================================================= */
.hc-cta-band { background: linear-gradient(135deg, var(--hc-navy), var(--hc-navy-900)); color:#fff; border-radius: var(--hc-radius-lg); padding: clamp(2.25rem, 5vw, 3.75rem); text-align:center; position:relative; overflow:hidden; }
.hc-cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(600px 300px at 85% 0%, rgba(47,111,176,.4), transparent 60%); }
.hc-cta-band > * { position:relative; }
.hc-cta-band h2 { color:#fff; }
.hc-cta-band p { color:#b6c3db; max-width:640px; margin-inline:auto; }
.hc-cta-band .hc-hero__actions { justify-content:center; margin-top:1.6rem; margin-bottom:0; }

/* =========================================================
   Contact
   ========================================================= */
.hc-contact-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,5vw,3.5rem); align-items:start; }
.hc-contact-info ul { padding:0; margin:0; list-style:none; }
.hc-contact-info li { display:flex; gap:.9rem; align-items:flex-start; margin-bottom:1.35rem; }
.hc-contact-info .ic { flex:0 0 auto; width:46px; height:46px; border-radius: var(--hc-radius-sm); background: var(--hc-blue-100); color: var(--hc-blue); display:grid; place-items:center; font-size:1.15rem; }
.hc-contact-info .k { font-family: var(--hc-font-head); font-weight:600; font-size:.95rem; color: var(--hc-navy); }
.hc-contact-info .v { color: var(--hc-muted); font-size:.96rem; }

.hc-form { display:grid; gap:1rem; background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius); padding: clamp(1.5rem,3vw,2rem); box-shadow: var(--hc-shadow-sm); }
.hc-form .row { display:grid; grid-template-columns: 1fr 1fr; gap:1rem; }
.hc-form label { font-family: var(--hc-font-head); font-weight:600; font-size:.88rem; display:block; margin-bottom:.35rem; color: var(--hc-navy); }
.hc-form input, .hc-form select, .hc-form textarea { width:100%; font:inherit; font-size:.98rem; padding:.85rem .95rem; border:1px solid var(--hc-line); border-radius: var(--hc-radius-sm); background:#fff; color: var(--hc-ink); transition: border-color .15s ease, box-shadow .15s ease; }
.hc-form input:focus, .hc-form select:focus, .hc-form textarea:focus { outline:none; border-color: var(--hc-blue); box-shadow:0 0 0 3px rgba(47,111,176,.15); }
.hc-form textarea { min-height:140px; resize:vertical; }
.hc-form .form-note { font-size:.82rem; color: var(--hc-muted); }
.hc-notice { padding:.9rem 1.1rem; border-radius: var(--hc-radius-sm); margin-bottom:1rem; font-size:.95rem; }
.hc-notice--ok { background:#e8f6ee; color:#1c6b3d; border:1px solid #b9e3c8; }
.hc-notice--err { background:#fdecec; color:#a12727; border:1px solid #f3c3c3; }
.hc-map { margin-top:1.5rem; border-radius: var(--hc-radius); overflow:hidden; border:1px solid var(--hc-line); box-shadow: var(--hc-shadow-sm); aspect-ratio: 16/10; background: var(--hc-bg-tint); }
.hc-map iframe { display:block; width:100%; height:100%; }

/* =========================================================
   Inline (email capture) form
   ========================================================= */
.hc-inline-form { display:flex; gap:.6rem; flex-wrap:wrap; }
.hc-inline-form input[type=email] { flex:1; min-width:220px; font:inherit; font-size:1rem; padding:1rem 1.1rem; border:1px solid var(--hc-line); border-radius: var(--hc-radius-sm); background:#fff; color: var(--hc-ink); }
.hc-inline-form input[type=email]:focus { outline:none; border-color: var(--hc-blue); box-shadow:0 0 0 3px rgba(47,111,176,.15); }

/* Lead magnet */
.hc-lead { display:grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,5vw,3.5rem); align-items:center; background: var(--hc-bg-alt); border:1px solid var(--hc-line); border-radius: var(--hc-radius-lg); padding: clamp(1.75rem,4vw,3rem); }
.hc-lead__art { display:flex; justify-content:center; }
.hc-lead__doc { width:230px; background:#fff; border:1px solid var(--hc-line); border-top:6px solid var(--hc-navy); border-radius: var(--hc-radius); box-shadow: var(--hc-shadow-lg); padding:1.5rem 1.4rem; transform: rotate(-3deg); }
.hc-lead__doc .hc-lead__badge { width:44px; height:44px; border-radius:10px; background: linear-gradient(135deg, var(--hc-navy), var(--hc-blue)); color:#fff; display:grid; place-items:center; margin-bottom:.85rem; }
.hc-lead__doc strong { display:block; font-family: var(--hc-font-head); color: var(--hc-navy); font-size:1.05rem; line-height:1.2; }
.hc-lead__doc > span { display:block; font-family: var(--hc-font-head); color: var(--hc-muted); font-size:.9rem; margin-bottom:.9rem; }
.hc-lead__doc ul { list-style:none; padding:0; margin:0; display:grid; gap:.5rem; }
.hc-lead__doc li { display:flex; align-items:center; gap:.45rem; font-size:.82rem; color: var(--hc-ink); }
.hc-lead__doc li svg { color: var(--hc-blue); flex:0 0 auto; }

/* Newsletter band */
.hc-newsletter { display:grid; grid-template-columns: 1fr auto; gap:2rem; align-items:center; background: linear-gradient(135deg, var(--hc-navy), var(--hc-navy-900)); color:#fff; border-radius: var(--hc-radius-lg); padding: clamp(1.75rem,4vw,2.75rem); position:relative; overflow:hidden; }
.hc-newsletter::before { content:""; position:absolute; inset:0; background: radial-gradient(500px 260px at 90% 0%, rgba(47,111,176,.4), transparent 60%); }
.hc-newsletter > * { position:relative; }
.hc-newsletter__text { display:flex; gap:1rem; align-items:flex-start; }
.hc-newsletter__icon { flex:0 0 auto; width:54px; height:54px; border-radius:12px; background: rgba(255,255,255,.12); color:#fff; display:grid; place-items:center; }
.hc-newsletter h2 { color:#fff; margin:0 0 .35rem; font-size: clamp(1.4rem,2.6vw,1.9rem); }
.hc-newsletter p { color:#b6c3db; margin:0; }
.hc-newsletter__form { min-width: 340px; }
.hc-newsletter__form .hc-inline-form input[type=email] { min-width:190px; }
@media (max-width: 860px) {
  .hc-lead { grid-template-columns: 1fr; text-align:center; }
  .hc-lead__body .hc-eyebrow { justify-content:center; }
  .hc-newsletter { grid-template-columns: 1fr; }
  .hc-newsletter__form { min-width:0; width:100%; }
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: var(--hc-navy-900); color:#9fb0cd; padding-block: clamp(3rem,6vw,4.5rem) 0; }
.site-footer a { color:#c3cfe3; } .site-footer a:hover { color:#fff; }
.site-footer__grid { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap:2.25rem; padding-bottom:2.75rem; }
.site-footer h4 { color:#fff; font-size:1rem; margin-bottom:1.1rem; }
.site-footer ul { list-style:none; padding:0; margin:0; }
.site-footer li { margin-bottom:.65rem; font-size:.95rem; }
.site-footer .foot-logo { height:46px; width:auto; margin-bottom:1rem; }
.site-footer .foot-about { font-size:.95rem; max-width:34ch; }
.site-footer__bottom { border-top:1px solid rgba(255,255,255,.12); padding-block:1.5rem; display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; font-size:.87rem; }

/* =========================================================
   Content / blog / pages
   ========================================================= */
.hc-content { max-width: 800px; margin-inline:auto; }
.hc-content img { border-radius: var(--hc-radius-sm); margin-block:1.5rem; }
.hc-content blockquote { border-left:4px solid var(--hc-blue); margin:1.5rem 0; padding:.5rem 0 .5rem 1.25rem; color: var(--hc-muted); font-style:italic; }
.hc-post-meta { color: var(--hc-muted); font-size:.9rem; margin-bottom:1.5rem; }
.hc-page-hero { background: linear-gradient(160deg, var(--hc-navy), var(--hc-navy-900)); color:#cdd6e6; border-bottom:4px solid var(--hc-blue); }
.hc-page-hero .hc-container { padding-block: clamp(2.75rem,6vw,4.25rem); text-align:center; }
.hc-page-hero h1 { color:#fff; }
.hc-page-hero .hc-lede { color:#b6c3db; max-width:640px; margin-inline:auto; }
.hc-breadcrumbs { font-size:.85rem; color:#9fb0cd; margin-bottom:.75rem; }
.hc-breadcrumbs a { color:#c3cfe3; }

.hc-blog-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:1.75rem; }
.hc-blog-card { background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius); overflow:hidden; box-shadow: var(--hc-shadow-sm); transition: transform .18s ease, box-shadow .2s ease; }
.hc-blog-card:hover { transform: translateY(-4px); box-shadow: var(--hc-shadow); }
.hc-blog-card .thumb { aspect-ratio:16/9; background: var(--hc-bg-tint); overflow:hidden; }
.hc-blog-card .thumb img { width:100%; height:100%; object-fit:cover; }
.hc-blog-card .body { padding:1.25rem 1.5rem 1.5rem; }
.hc-blog-card h3 { font-size:1.15rem; margin-bottom:.4rem; }
.hc-blog-card .excerpt { color: var(--hc-muted); font-size:.95rem; }

.hc-pagination { display:flex; gap:.5rem; justify-content:center; margin-top:2.5rem; flex-wrap:wrap; }
.hc-pagination a, .hc-pagination span { padding:.55rem .9rem; border:1px solid var(--hc-line); border-radius: var(--hc-radius-sm); font-family: var(--hc-font-head); font-weight:600; font-size:.9rem; }
.hc-pagination .current { background: var(--hc-blue); color:#fff; border-color: var(--hc-blue); }

.aligncenter { display:block; margin-inline:auto; }
.alignright { float:right; margin:0 0 1rem 1.5rem; }
.alignleft { float:left; margin:0 1.5rem 1rem 0; }
.wp-caption-text { font-size:.85rem; color: var(--hc-muted); text-align:center; }
.screen-reader-text { border:0; clip:rect(1px,1px,1px,1px); clip-path: inset(50%); height:1px; width:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; }

/* Image placeholder (before real photos are added) */
.hc-imgph { width:100%; height:100%; display:grid; place-items:center; text-align:center; color: var(--hc-silver); font-family: var(--hc-font-head); font-size:.85rem; letter-spacing:.05em; background:
  linear-gradient(135deg, var(--hc-navy-700), var(--hc-navy-900));
  color:#8ea0bd; padding:1rem; }
.hc-imgph svg { opacity:.5; margin-bottom:.5rem; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1040px) {
  .hc-hero__grid { grid-template-columns: 1fr; }
  .hc-hero__media { max-width:560px; }
  .hc-grid--3, .hc-grid--4 { grid-template-columns: repeat(2,1fr); }
  .hc-flow { grid-template-columns: repeat(2,1fr); gap:1.75rem; }
  .hc-flow__step:not(:last-child)::after { display:none; }
  .hc-stats, .hc-values { grid-template-columns: repeat(2,1fr); }
  .hc-pricing { grid-template-columns: 1fr; max-width:460px; margin-inline:auto; }
  .hc-plan--featured { transform:none; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .hc-blog-grid { grid-template-columns: repeat(2,1fr); }
  .hc-split { grid-template-columns: 1fr; }
  .hc-split--rev .hc-split__media { order:0; }
  .hc-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .menu-toggle { display:inline-flex; }
  .header-phone { display:none; }
  .main-navigation { position:absolute; top:100%; left:0; right:0; background:#fff; border-bottom:1px solid var(--hc-line); box-shadow: var(--hc-shadow); display:none; padding:.5rem; max-height:80vh; overflow:auto; }
  .main-navigation.is-open { display:block; }
  .main-navigation ul { flex-direction:column; align-items:stretch; gap:0; }
  .main-navigation ul ul { position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; border:0; padding-left:1rem; background: var(--hc-bg-alt); }
}

@media (max-width: 560px) {
  .hc-grid--2, .hc-grid--3, .hc-grid--4 { grid-template-columns: 1fr; }
  .hc-flow, .hc-stats, .hc-values { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .hc-blog-grid { grid-template-columns: 1fr; }
  .hc-form .row { grid-template-columns: 1fr; }
  .hc-hero__actions .hc-btn, .hc-cta-band .hc-btn { width:100%; }
  .hc-topbar__left { display:none; }
}

/* =========================================================
   Cookie consent
   ========================================================= */
.hc-cookie {
  position: fixed;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 200;
  max-width: 640px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--hc-line);
  border-left: 5px solid var(--hc-blue);
  border-radius: var(--hc-radius);
  box-shadow: var(--hc-shadow-lg);
  padding: 1.15rem 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1.25rem;
  animation: hc-cookie-in .3s ease both;
}
.hc-cookie[hidden] { display: none; }
.hc-cookie__text { margin: 0; font-size: .92rem; color: var(--hc-muted); flex: 1 1 300px; line-height: 1.55; }
.hc-cookie__text a { font-weight: 600; }
.hc-cookie__actions { display: flex; gap: .6rem; margin-left: auto; }
.hc-cookie__actions .hc-btn { padding: .7rem 1.2rem; font-size: .92rem; }
@keyframes hc-cookie-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 560px) {
  .hc-cookie__actions { width: 100%; }
  .hc-cookie__actions .hc-btn { flex: 1; }
}

/* Keep the mobile action bar clear of the cookie notice when both show */
.hc-show-sticky .hc-cookie { bottom: calc(68px + clamp(1rem, 3vw, 2rem)); }

/* =========================================================
   Inline scheduler (Calendly)
   ========================================================= */
.hc-scheduler { max-width: 1000px; margin-inline: auto; background:#fff; border:1px solid var(--hc-line); border-radius: var(--hc-radius); box-shadow: var(--hc-shadow); overflow:hidden; }
.hc-scheduler .calendly-inline-widget { width:100%; }

/* =========================================================
   Sticky "Get Started Now" CTA
   ========================================================= */
.hc-sticky-cta {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.hc-show-sticky .hc-sticky-cta { opacity: 1; visibility: visible; transform: translateY(0); }
.hc-sticky-cta__btn {
  box-shadow: 0 14px 34px rgba(47,111,176,.42);
  padding: 1rem 1.6rem;
  border-radius: 999px;
}
.hc-sticky-cta__btn:hover { transform: translateY(-3px); }

/* Mobile bottom bar */
.hc-mobilebar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 95;
  display: none;
  grid-template-columns: auto 1fr;
  gap: .6rem;
  padding: .6rem;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(10px);
  border-top: 1px solid var(--hc-line);
  box-shadow: 0 -8px 24px rgba(16,27,51,.10);
  transform: translateY(100%);
  transition: transform .25s ease;
}
.hc-show-sticky .hc-mobilebar { transform: translateY(0); }
.hc-mobilebar__call {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--hc-font-head); font-weight: 600; font-size: .98rem;
  color: var(--hc-navy); background: var(--hc-bg-alt);
  border: 1px solid var(--hc-line); border-radius: var(--hc-radius-sm);
  padding: .85rem 1.1rem;
}
.hc-mobilebar__cta {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--hc-font-head); font-weight: 600; font-size: 1rem;
  color: #fff; background: var(--hc-blue); border-radius: var(--hc-radius-sm);
  padding: .85rem 1.1rem; box-shadow: 0 8px 20px rgba(47,111,176,.28);
}
.hc-mobilebar__cta:hover { color:#fff; background: var(--hc-blue-600); }

@media (max-width: 640px) {
  .hc-sticky-cta { display: none; }
  .hc-mobilebar { display: grid; }
  .hc-show-sticky { padding-bottom: 68px; } /* keep footer clear of the bar */
}

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