/* ══════════════════════════════════════════
   BRAND CHIRO — GLOBAL STYLES
   ══════════════════════════════════════════ */
:root {
  --navy: #0d1f3c;
  --navy-mid: #122848;
  --navy-light: #1a3560;
  --gold: #c9972a;
  --gold-light: #dba94a;
  --gold-bright: #f0c050;
  --gold-glow: rgba(201,151,42,0.15);
  --white: #ffffff;
  --off-white: #f8f9fb;
  --gray: #7a8a9e;
  --light-gray: #e9edf3;
  --text-dark: #0d1f3c;
  --text-body: #3a4a5c;
  --ai-teal: #00c4b8;
  --ai-teal-glow: rgba(0,196,184,0.12);
  --paytience-green: #22c55e;
  --paytience-glow: rgba(34,197,94,0.12);
  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --font-display: 'Bebas Neue', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-body); background: var(--white); overflow-x: hidden; }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5 { font-family: var(--font-head); }
a { color: inherit; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--navy); padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; box-shadow: 0 2px 20px rgba(0,0,0,0.35);
  transition: box-shadow 0.3s;
}
.nav-logo { font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; color: var(--white); text-decoration: none; letter-spacing: -0.5px; }
.nav-logo span { color: var(--gold-bright); }
.nav-links { display: flex; gap: 1.6rem; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.78); text-decoration: none; font-family: var(--font-head); font-size: 0.68rem; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; transition: color 0.2s; position: relative; }
.nav-links a:hover { color: var(--gold-bright); }
.nav-links a.active { color: var(--gold-bright); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 0.52rem 1.2rem !important; border-radius: 4px; font-weight: 800 !important; transition: all 0.2s !important; }
.nav-cta:hover { background: var(--gold-bright) !important; transform: translateY(-1px); }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 0.6rem; }
.dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%); background: var(--navy-mid); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 0.6rem; min-width: 220px; opacity: 0; pointer-events: none; transition: all 0.2s; box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.nav-dropdown:hover .dropdown-menu { opacity: 1; pointer-events: all; top: calc(100% + 10px); }
.dropdown-menu a { display: block; padding: 0.55rem 0.9rem; border-radius: 6px; font-size: 0.78rem; color: rgba(255,255,255,0.75); font-weight: 600; letter-spacing: 0.3px; text-transform: none; transition: all 0.15s; }
.dropdown-menu a:hover { background: rgba(255,255,255,0.06); color: var(--gold-bright); }

/* Mobile hamburger */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--navy); padding: 1.5rem 5%; border-top: 1px solid rgba(255,255,255,0.08); z-index: 999; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 0.8rem 0; color: rgba(255,255,255,0.78); text-decoration: none; font-family: var(--font-head); font-size: 0.85rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--gold-bright); }
.mobile-menu .m-cta { color: var(--gold-bright) !important; font-weight: 800; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 140px 5% 80px;
  background: linear-gradient(140deg,#060e1d 0%,var(--navy) 50%,#0a1928 100%);
  text-align: center; position: relative; overflow: hidden;
}
.page-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 70% 55% at 50% 40%,rgba(201,151,42,0.07) 0%,transparent 70%); pointer-events:none; }
.page-hero-label { font-family:var(--font-head); font-size:0.68rem; font-weight:800; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:0.8rem; }
.page-hero h1 { font-family:var(--font-head); font-weight:900; font-size:clamp(2.2rem,5vw,4rem); color:var(--white); line-height:1.1; letter-spacing:-1px; margin-bottom:1.2rem; }
.page-hero h1 span { color:transparent; background:linear-gradient(90deg,var(--gold),var(--gold-bright)); -webkit-background-clip:text; background-clip:text; }
.page-hero p { font-size:clamp(0.95rem,1.5vw,1.12rem); color:rgba(255,255,255,0.65); max-width:600px; margin:0 auto 2.5rem; line-height:1.78; }
.page-hero::after { content:''; position:absolute; bottom:-2px; left:0; right:0; height:60px; background:linear-gradient(to top,var(--white),transparent); }

/* ── SECTION UTILITIES ── */
.section { padding: 100px 5%; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-family:var(--font-head); font-size:0.68rem; font-weight:800; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:0.7rem; }
.section-title { font-family:var(--font-head); font-weight:900; font-size:clamp(1.85rem,3.5vw,2.85rem); color:var(--text-dark); line-height:1.12; letter-spacing:-0.5px; margin-bottom:1.2rem; }
.section-title.white { color: var(--white); }
.section-sub { font-size:1.02rem; color:var(--text-body); max-width:600px; line-height:1.78; }
.section-sub.white { color: rgba(255,255,255,0.62); }
.text-center { text-align:center; }
.text-center .section-sub { margin:0 auto; }

/* ── BUTTONS ── */
.btn-primary { background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); padding:0.9rem 2.2rem; border-radius:6px; font-family:var(--font-head); font-weight:800; font-size:0.9rem; text-decoration:none; border:none; cursor:pointer; transition:all 0.2s; box-shadow:0 4px 24px rgba(201,151,42,0.45); display:inline-block; }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(201,151,42,0.55); filter:brightness(1.06); }
.btn-outline { background:transparent; color:var(--navy); padding:0.9rem 2.2rem; border-radius:6px; font-family:var(--font-head); font-weight:700; font-size:0.9rem; text-decoration:none; border:2px solid var(--navy); transition:all 0.2s; cursor:pointer; display:inline-block; }
.btn-outline:hover { background:var(--navy); color:var(--white); }
.btn-outline-white { background:transparent; color:var(--white); padding:0.9rem 2.2rem; border-radius:6px; font-family:var(--font-head); font-weight:700; font-size:0.9rem; text-decoration:none; border:2px solid rgba(255,255,255,0.25); transition:all 0.2s; cursor:pointer; display:inline-block; }
.btn-outline-white:hover { border-color:rgba(201,151,42,0.6); color:var(--gold-bright); }
.btn-teal { background:var(--ai-teal); color:var(--navy); padding:0.9rem 2.2rem; border-radius:6px; font-family:var(--font-head); font-weight:800; font-size:0.9rem; text-decoration:none; display:inline-block; transition:all 0.2s; box-shadow:0 4px 20px rgba(0,196,184,0.35); }
.btn-teal:hover { transform:translateY(-2px); filter:brightness(1.08); }
.btn-green { background:linear-gradient(135deg,#16a34a,var(--paytience-green)); color:var(--white); padding:0.9rem 2.2rem; border-radius:6px; font-family:var(--font-head); font-weight:800; font-size:0.9rem; text-decoration:none; display:inline-block; transition:all 0.2s; box-shadow:0 4px 20px rgba(34,197,94,0.3); }
.btn-green:hover { transform:translateY(-2px); filter:brightness(1.07); }
.btn-row { display:flex; gap:1rem; flex-wrap:wrap; }

/* ── CARDS ── */
.card-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.card-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:2rem; }
.card { background:var(--white); border-radius:12px; padding:2.2rem 2rem; border:1px solid var(--light-gray); transition:all 0.25s; }
.card:hover { box-shadow:0 10px 40px rgba(0,0,0,0.07); transform:translateY(-3px); }
.card-icon { width:48px; height:48px; background:var(--gold-glow); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:1.2rem; border:1px solid rgba(201,151,42,0.18); }
.card h3 { font-family:var(--font-head); font-weight:800; font-size:1rem; color:var(--text-dark); margin-bottom:0.55rem; }
.card p { font-size:0.875rem; color:var(--gray); line-height:1.65; }

/* ── FEATURE LIST ── */
.feat-list { list-style:none; display:flex; flex-direction:column; gap:0.85rem; }
.feat-list li { display:flex; align-items:flex-start; gap:0.8rem; font-size:0.92rem; color:var(--text-body); line-height:1.6; }
.feat-check { width:22px; height:22px; border-radius:50%; background:var(--gold-glow); border:1px solid rgba(201,151,42,0.3); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:0.65rem; font-weight:900; flex-shrink:0; margin-top:1px; }
.feat-check.teal { background:var(--ai-teal-glow); border-color:rgba(0,196,184,0.3); color:var(--ai-teal); }
.feat-check.green { background:var(--paytience-glow); border-color:rgba(34,197,94,0.3); color:var(--paytience-green); }

/* ── SPLIT SECTIONS ── */
.split { display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:center; }
.split.reverse { direction:rtl; }
.split.reverse > * { direction:ltr; }

/* ── DARK SECTION ── */
.bg-navy { background:var(--navy); }
.bg-dark { background:linear-gradient(180deg,#060f1e 0%,#0a1828 100%); }
.bg-off { background:var(--off-white); }

/* ── CTA STRIP ── */
.cta-strip { background:linear-gradient(135deg,var(--navy) 0%,#0a1628 100%); padding:90px 5%; text-align:center; position:relative; overflow:hidden; }
.cta-strip::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 70% at 50% 50%,rgba(201,151,42,0.06) 0%,transparent 70%); pointer-events:none; }
.cta-strip h2 { font-family:var(--font-head); font-weight:900; font-size:clamp(1.8rem,3.5vw,2.8rem); color:var(--white); letter-spacing:-0.5px; margin-bottom:1rem; }
.cta-strip h2 span { color:transparent; background:linear-gradient(90deg,var(--gold),var(--gold-bright)); -webkit-background-clip:text; background-clip:text; }
.cta-strip p { color:rgba(255,255,255,0.58); font-size:1.05rem; margin-bottom:2.5rem; max-width:580px; margin-left:auto; margin-right:auto; }
.cta-strip-btn { background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); padding:1rem 2.8rem; border-radius:6px; font-family:var(--font-head); font-weight:800; font-size:1rem; text-decoration:none; display:inline-block; box-shadow:0 4px 24px rgba(201,151,42,0.4); transition:all 0.2s; }
.cta-strip-btn:hover { transform:translateY(-2px); box-shadow:0 8px 36px rgba(201,151,42,0.5); filter:brightness(1.07); }

/* ── FOOTER ── */
footer { background:#060f1a; padding:80px 5% 40px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:4rem; max-width:1200px; margin:0 auto 60px; }
.footer-brand-name { font-family:var(--font-head); font-weight:800; font-size:1.3rem; color:var(--white); margin-bottom:0.8rem; }
.footer-brand-name span { color:var(--gold-bright); }
.footer-about { font-size:0.84rem; color:rgba(255,255,255,0.36); line-height:1.72; margin-bottom:1.4rem; }
.footer-contact { font-size:0.8rem; color:rgba(255,255,255,0.36); line-height:1.9; }
.footer-contact a { color:rgba(255,255,255,0.42); text-decoration:none; }
.footer-contact a:hover { color:var(--gold-bright); }
.footer-col h4 { font-family:var(--font-head); font-weight:800; font-size:0.67rem; letter-spacing:2.5px; text-transform:uppercase; color:rgba(255,255,255,0.38); margin-bottom:1.2rem; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:0.58rem; }
.footer-col a { font-size:0.83rem; color:rgba(255,255,255,0.4); text-decoration:none; transition:color 0.2s; }
.footer-col a:hover { color:var(--gold-bright); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.06); padding-top:2rem; text-align:center; font-size:0.77rem; color:rgba(255,255,255,0.2); max-width:1200px; margin:0 auto; }
.footer-bottom a { color:rgba(255,255,255,0.28); text-decoration:none; }
.footer-bottom a:hover { color:var(--gold-bright); }
.social-links { display:flex; gap:0.7rem; margin-top:1.2rem; }
.social-link { width:35px; height:35px; border-radius:8px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.07); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,0.33); font-size:0.82rem; text-decoration:none; transition:all 0.2s; }
.social-link:hover { background:var(--gold); border-color:var(--gold); color:var(--navy); }

/* ── REVEAL ── */
.reveal { opacity:0; transform:translateY(26px); transition:opacity 0.65s ease,transform 0.65s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:0.12s; }
.reveal-delay-2 { transition-delay:0.24s; }
.reveal-delay-3 { transition-delay:0.36s; }

/* Directional reveal for split sections: left column slides in from the left, right from the right */
.split.reveal > * { opacity:0; transition:opacity 0.7s ease,transform 0.7s ease; }
.split.reveal > :first-child { transform:translateX(-34px); }
.split.reveal > :last-child { transform:translateX(34px); transition-delay:0.12s; }
.split.reveal.visible > * { opacity:1; transform:none; }

/* Cascading reveal for the product suite grid */
.trifecta-grid.reveal > .product-card { opacity:0; transform:translateY(28px); transition:opacity 0.6s ease,transform 0.6s ease; }
.trifecta-grid.reveal > .product-card:nth-child(2) { transition-delay:0.12s; }
.trifecta-grid.reveal > .product-card:nth-child(3) { transition-delay:0.24s; }
.trifecta-grid.reveal > .product-card:nth-child(4) { transition-delay:0.36s; }
.trifecta-grid.reveal.visible > .product-card { opacity:1; transform:none; }

/* ── SCROLL PROGRESS BAR ── */
.scroll-progress { position:fixed; top:0; left:0; height:3px; width:0; background:linear-gradient(90deg,var(--gold),var(--gold-bright)); z-index:1001; box-shadow:0 0 12px rgba(240,192,80,0.55); transition:width 0.1s linear; }

/* ── BACK TO TOP ── */
.back-to-top { position:fixed; bottom:1.6rem; right:1.6rem; width:46px; height:46px; border-radius:50%; border:none; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); font-size:1.15rem; font-weight:900; cursor:pointer; z-index:998; opacity:0; pointer-events:none; transform:translateY(12px); transition:opacity 0.3s ease,transform 0.3s ease,filter 0.2s; box-shadow:0 6px 24px rgba(201,151,42,0.45); }
.back-to-top.show { opacity:1; pointer-events:auto; transform:translateY(0); }
.back-to-top:hover { filter:brightness(1.08); transform:translateY(-2px); }

/* Nav scrolled state */
nav.scrolled { box-shadow:0 2px 30px rgba(0,0,0,0.55); background:rgba(13,31,60,0.96); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }

/* Reduced motion: show everything, no animation */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal, .split.reveal > *, .trifecta-grid.reveal > .product-card { opacity:1 !important; transform:none !important; transition:none !important; }
  .hero-badge, .hero h1, .hero p, .hero-btns, .hero-stats { animation:none !important; }
  .scroll-progress, .back-to-top { transition:none; }
}

/* ── BREADCRUMB ── */
.breadcrumb { display:flex; align-items:center; gap:0.5rem; font-size:0.78rem; color:rgba(255,255,255,0.4); font-family:var(--font-head); font-weight:600; letter-spacing:0.5px; margin-bottom:1.2rem; justify-content:center; }
.breadcrumb a { color:rgba(255,255,255,0.5); text-decoration:none; }
.breadcrumb a:hover { color:var(--gold-bright); }
.breadcrumb span { color:rgba(255,255,255,0.3); }

/* ── STAT BOXES ── */
.stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; }
.stat-box { background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:12px; padding:2rem; text-align:center; }
.stat-box-num { font-family:var(--font-head); font-weight:900; font-size:2.5rem; color:transparent; background:linear-gradient(135deg,var(--gold),var(--gold-bright)); -webkit-background-clip:text; background-clip:text; line-height:1; margin-bottom:0.4rem; }
.stat-box-label { font-size:0.78rem; color:rgba(255,255,255,0.45); font-weight:600; letter-spacing:1.5px; text-transform:uppercase; font-family:var(--font-head); }

/* ── PILL TAG ── */
.tag { display:inline-flex; align-items:center; gap:0.35rem; font-family:var(--font-head); font-size:0.62rem; font-weight:800; letter-spacing:2px; text-transform:uppercase; padding:0.3rem 0.75rem; border-radius:50px; }
.tag-gold  { background:rgba(201,151,42,0.12); color:var(--gold-bright); border:1px solid rgba(201,151,42,0.3); }
.tag-teal  { background:rgba(0,196,184,0.12); color:var(--ai-teal); border:1px solid rgba(0,196,184,0.25); }
.tag-green { background:rgba(34,197,94,0.12); color:var(--paytience-green); border:1px solid rgba(34,197,94,0.25); }

/* ── FORM ── */
.form-group { margin-bottom:1.4rem; }
.form-label { display:block; font-family:var(--font-head); font-weight:700; font-size:0.78rem; color:var(--text-dark); margin-bottom:0.5rem; letter-spacing:0.3px; }
.form-input, .form-select, .form-textarea { width:100%; padding:0.8rem 1rem; border:1px solid var(--light-gray); border-radius:6px; font-family:var(--font-body); font-size:0.92rem; color:var(--text-dark); background:var(--white); transition:border-color 0.2s, box-shadow 0.2s; outline:none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,151,42,0.1); }
.form-textarea { resize:vertical; min-height:120px; }
.form-select { appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237a8a9e' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 1rem center; }
.form-submit { width:100%; padding:1rem; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); border:none; border-radius:6px; font-family:var(--font-head); font-weight:800; font-size:1rem; cursor:pointer; transition:all 0.2s; box-shadow:0 4px 20px rgba(201,151,42,0.4); }
.form-submit:hover { filter:brightness(1.06); transform:translateY(-1px); }
.form-success { display:none; background:rgba(34,197,94,0.08); border:1px solid rgba(34,197,94,0.25); border-radius:8px; padding:1.2rem; font-size:0.9rem; color:#166534; text-align:center; font-weight:600; }
.form-success.show { display:block; }

/* ── PROCESS STEPS ── */
.steps { display:flex; flex-direction:column; gap:2rem; }
.step { display:flex; gap:1.5rem; align-items:flex-start; }
.step-num { width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); font-family:var(--font-head); font-weight:900; font-size:1rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:0 4px 16px rgba(201,151,42,0.3); }
.step h4 { font-family:var(--font-head); font-weight:800; font-size:1rem; color:var(--text-dark); margin-bottom:0.3rem; }
.step p { font-size:0.875rem; color:var(--gray); line-height:1.65; }

/* ── PRICING ── */
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.pricing-card { background:var(--white); border-radius:16px; padding:2.5rem 2rem; border:1px solid var(--light-gray); text-align:center; position:relative; transition:all 0.25s; }
.pricing-card.featured { background:var(--navy); border-color:var(--gold); }
.pricing-card:hover { box-shadow:0 12px 40px rgba(0,0,0,0.08); transform:translateY(-4px); }
.pricing-card.featured:hover { box-shadow:0 12px 40px rgba(201,151,42,0.2); }
.pricing-badge { position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,var(--gold),var(--gold-bright)); color:var(--navy); font-family:var(--font-head); font-size:0.65rem; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; padding:0.3rem 1rem; border-radius:50px; white-space:nowrap; }
.pricing-name { font-family:var(--font-head); font-weight:900; font-size:1.1rem; color:var(--text-dark); margin-bottom:0.5rem; }
.pricing-card.featured .pricing-name { color:var(--white); }
.pricing-price { font-family:var(--font-head); font-weight:900; font-size:2.5rem; color:var(--gold); line-height:1; margin:0.8rem 0; }
.pricing-period { font-size:0.78rem; color:var(--gray); font-weight:600; }
.pricing-card.featured .pricing-period { color:rgba(255,255,255,0.5); }
.pricing-desc { font-size:0.85rem; color:var(--gray); line-height:1.6; margin-bottom:1.5rem; }
.pricing-card.featured .pricing-desc { color:rgba(255,255,255,0.6); }
.pricing-features { list-style:none; text-align:left; display:flex; flex-direction:column; gap:0.6rem; margin-bottom:2rem; }
.pricing-features li { display:flex; align-items:center; gap:0.6rem; font-size:0.85rem; color:var(--text-body); }
.pricing-card.featured .pricing-features li { color:rgba(255,255,255,0.75); }
.pricing-features li::before { content:'✓'; color:var(--gold); font-weight:900; font-size:0.7rem; }

/* ── ACCORDION / FAQ ── */
.faq-list { display:flex; flex-direction:column; gap:0; border:1px solid var(--light-gray); border-radius:12px; overflow:hidden; }
.faq-item { border-bottom:1px solid var(--light-gray); }
.faq-item:last-child { border-bottom:none; }
.faq-q { display:flex; justify-content:space-between; align-items:center; width:100%; text-align:left; background:none; border:none; padding:1.3rem 1.5rem; cursor:pointer; font-family:var(--font-head); font-weight:700; font-size:0.95rem; color:var(--text-dark); transition:background 0.2s; gap:1rem; }
.faq-q:hover { background:var(--off-white); }
.faq-q .faq-arrow { font-size:0.8rem; color:var(--gold); flex-shrink:0; transition:transform 0.3s; }
.faq-item.open .faq-arrow { transform:rotate(180deg); }
.faq-a { padding:0 1.5rem; max-height:0; overflow:hidden; transition:max-height 0.35s ease, padding 0.2s; }
.faq-item.open .faq-a { max-height:300px; padding:0 1.5rem 1.3rem; }
.faq-a p { font-size:0.875rem; color:var(--gray); line-height:1.72; }

/* ── BLOG / PODCAST CARDS ── */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.blog-card { background:var(--white); border-radius:12px; overflow:hidden; border:1px solid var(--light-gray); transition:all 0.25s; }
.blog-card:hover { box-shadow:0 8px 30px rgba(0,0,0,0.07); transform:translateY(-3px); }
.blog-card-img { height:180px; background:linear-gradient(135deg,var(--navy-mid),var(--navy-light)); display:flex; align-items:center; justify-content:center; font-size:2.5rem; }
.blog-card-body { padding:1.5rem; }
.blog-card-tag { font-family:var(--font-head); font-size:0.62rem; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:var(--gold); margin-bottom:0.6rem; }
.blog-card h3 { font-family:var(--font-head); font-weight:800; font-size:0.97rem; color:var(--text-dark); margin-bottom:0.5rem; line-height:1.35; }
.blog-card p { font-size:0.838rem; color:var(--gray); line-height:1.62; margin-bottom:1rem; }
.blog-card-link { font-family:var(--font-head); font-weight:700; font-size:0.8rem; color:var(--gold); text-decoration:none; display:inline-flex; align-items:center; gap:0.35rem; transition:gap 0.2s; }
.blog-card-link:hover { gap:0.7rem; }

/* ── RESPONSIVE ── */
@media (max-width:1100px) {
  .card-grid-3 { grid-template-columns:repeat(2,1fr); }
  .split { grid-template-columns:1fr; gap:3rem; }
  .split.reverse { direction:ltr; }
  .stat-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; gap:2.5rem; }
  .pricing-grid { grid-template-columns:1fr; max-width:420px; margin:0 auto; }
  .blog-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:768px) {
  .nav-links { display:none; }
  .nav-hamburger { display:flex; }
  .card-grid-3, .card-grid-2, .stat-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .blog-grid { grid-template-columns:1fr; }
  .btn-row { flex-direction:column; }
}

/* ── PRODUCT CARDS (home + products pages) ── */
.trifecta-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; border-radius:16px; overflow:hidden; }
.product-card { padding:2.4rem 2rem; position:relative; overflow:hidden; display:flex; flex-direction:column; gap:1rem; }
.product-card.chiro-web    { background:linear-gradient(150deg,#0e1e38 0%,#132645 100%); border-top:3px solid var(--gold); }
.product-card.chiro-os     { background:linear-gradient(150deg,#0b1f3a 0%,#0d2a4e 100%); border-top:3px solid var(--ai-teal); }
.product-card.awesome-chiro{ background:linear-gradient(150deg,#111827 0%,#1a2640 100%); border-top:3px solid var(--gold-light); }
.product-card.paytience    { background:linear-gradient(150deg,#0c1f1a 0%,#0f2a20 100%); border-top:3px solid var(--paytience-green); }
.product-card::before { content:''; position:absolute; top:-60px; right:-60px; width:180px; height:180px; border-radius:50%; pointer-events:none; }
.chiro-web::before    { background:radial-gradient(circle,rgba(201,151,42,0.1),transparent 70%); }
.chiro-os::before     { background:radial-gradient(circle,rgba(0,196,184,0.12),transparent 70%); }
.awesome-chiro::before{ background:radial-gradient(circle,rgba(201,151,42,0.08),transparent 70%); }
.paytience::before    { background:radial-gradient(circle,rgba(34,197,94,0.12),transparent 70%); }
.product-number { font-family:var(--font-display); font-size:0.9rem; letter-spacing:3px; color:rgba(255,255,255,0.18); margin-bottom:-0.4rem; }
.product-name { font-family:var(--font-head); font-weight:900; font-size:1.5rem; color:var(--white); letter-spacing:-0.3px; line-height:1.1; }
.product-tagline { font-size:0.83rem; color:rgba(255,255,255,0.58); line-height:1.65; }
.product-divider { height:1px; background:rgba(255,255,255,0.07); margin:0.2rem 0; }
.product-features { list-style:none; display:flex; flex-direction:column; gap:0.5rem; }
.product-features li { display:flex; align-items:flex-start; gap:0.55rem; font-size:0.8rem; color:rgba(255,255,255,0.63); }
.feat-icon { width:15px; height:15px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:0.5rem; margin-top:1px; font-weight:900; }
.feat-gold  { background:rgba(201,151,42,0.2); color:var(--gold-bright); }
.feat-teal  { background:rgba(0,196,184,0.2); color:var(--ai-teal); }
.feat-goldm { background:rgba(201,151,42,0.15); color:var(--gold-light); }
.feat-green { background:rgba(34,197,94,0.2); color:var(--paytience-green); }
.product-cta { margin-top:auto; padding-top:1.1rem; text-decoration:none; font-family:var(--font-head); font-weight:700; font-size:0.8rem; display:inline-flex; align-items:center; gap:0.4rem; transition:gap 0.2s; }
.cta-gold  { color:var(--gold-bright); } .cta-teal  { color:var(--ai-teal); }
.cta-goldm { color:var(--gold-light); } .cta-green { color:var(--paytience-green); }
.product-cta:hover { gap:0.85rem; }
.tag-goldm { background:rgba(201,151,42,0.08); color:var(--gold-light); border:1px solid rgba(201,151,42,0.2); }
@media (max-width:1100px) { .trifecta-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:768px) { .trifecta-grid { grid-template-columns:1fr; } }

/* ── PHASE CARDS (home + practice pages) ── */
.phase-col { border-radius:20px; overflow:hidden; border:1px solid var(--light-gray); display:flex; flex-direction:column; }
.phase-col-header { padding:2.4rem 2.4rem 2rem; }
.phase-new .phase-col-header  { background:var(--navy); }
.phase-exist .phase-col-header { background:linear-gradient(135deg,#060d1c 0%,var(--navy) 100%); }
.phase-badge { display:inline-flex; align-items:center; gap:0.4rem; font-family:var(--font-head); font-size:0.6rem; font-weight:800; letter-spacing:2.5px; text-transform:uppercase; padding:0.28rem 0.75rem; border-radius:50px; margin-bottom:1.1rem; }
.badge-new   { background:rgba(201,151,42,0.14); color:var(--gold-bright); border:1px solid rgba(201,151,42,0.3); }
.badge-exist { background:rgba(0,196,184,0.11); color:var(--ai-teal); border:1px solid rgba(0,196,184,0.25); }
.phase-col-header h3 { font-family:var(--font-head); font-weight:900; font-size:1.65rem; color:var(--white); letter-spacing:-0.3px; margin-bottom:0.65rem; line-height:1.18; }
.phase-col-header p  { font-size:0.86rem; color:rgba(255,255,255,0.52); line-height:1.7; }
.phase-col-body { background:var(--white); padding:1.8rem 2.4rem; flex:1; }
.phase-products-label { font-family:var(--font-head); font-weight:800; font-size:0.66rem; letter-spacing:2.5px; text-transform:uppercase; color:var(--gray); margin-bottom:1rem; }
.phase-product-list { display:flex; flex-direction:column; gap:0.85rem; }
.phase-product-item { display:flex; gap:1rem; align-items:flex-start; padding:1.1rem 1.3rem; border-radius:12px; border:1px solid var(--light-gray); background:var(--off-white); transition:all 0.22s; }
.phase-product-item:hover { box-shadow:0 4px 18px rgba(0,0,0,0.07); transform:translateX(4px); background:var(--white); }
.ppi-icon { width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:1rem; flex-shrink:0; }
.icon-gold  { background:rgba(201,151,42,0.1); } .icon-teal  { background:rgba(0,196,184,0.1); }
.icon-goldm { background:rgba(201,151,42,0.08); } .icon-green { background:rgba(34,197,94,0.1); }
.ppi-name { font-family:var(--font-head); font-weight:800; font-size:0.85rem; color:var(--text-dark); margin-bottom:0.22rem; }
.ppi-desc { font-size:0.78rem; color:var(--gray); line-height:1.55; }
.ppi-tag { font-family:var(--font-head); font-size:0.56rem; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; padding:0.16rem 0.5rem; border-radius:50px; margin-top:0.35rem; display:inline-block; }
.ptag-gold  { background:rgba(201,151,42,0.1); color:var(--gold); border:1px solid rgba(201,151,42,0.22); }
.ptag-teal  { background:rgba(0,196,184,0.08); color:var(--ai-teal); border:1px solid rgba(0,196,184,0.2); }
.ptag-goldm { background:rgba(201,151,42,0.08); color:var(--gold-light); border:1px solid rgba(201,151,42,0.15); }
.ptag-green { background:rgba(34,197,94,0.08); color:var(--paytience-green); border:1px solid rgba(34,197,94,0.2); }
.phase-note { background:rgba(201,151,42,0.05); border:1px solid rgba(201,151,42,0.15); border-radius:10px; padding:1.1rem 1.3rem; margin-top:1rem; font-size:0.8rem; color:var(--text-body); line-height:1.62; }
.phase-note strong { color:var(--text-dark); font-family:var(--font-head); }
.phase-cta-row { padding:1.3rem 2.4rem 1.8rem; background:var(--white); border-top:1px solid var(--light-gray); }
.phase-cta-row a { display:inline-flex; align-items:center; gap:0.5rem; font-family:var(--font-head); font-weight:800; font-size:0.84rem; color:var(--navy); text-decoration:none; transition:all 0.2s; }
.phase-cta-row a:hover { gap:0.9rem; color:var(--gold); }

/* ── HERO (home page) ── */
.hero { min-height:100vh; background:linear-gradient(140deg,#060e1d 0%,var(--navy) 45%,#0a1928 100%); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:130px 5% 90px; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 70% 55% at 50% 40%,rgba(201,151,42,0.07) 0%,transparent 70%); pointer-events:none; }
.hero::after { content:''; position:absolute; bottom:-2px; left:0; right:0; height:80px; background:linear-gradient(to top,var(--white),transparent); }
.hero-grid { position:absolute; inset:0; pointer-events:none; overflow:hidden; opacity:0.035; background-image:linear-gradient(rgba(255,255,255,0.6) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.6) 1px,transparent 1px); background-size:60px 60px; }
.hero-badge { display:inline-flex; align-items:center; gap:0.5rem; background:rgba(201,151,42,0.1); border:1px solid rgba(201,151,42,0.35); color:var(--gold-bright); font-family:var(--font-head); font-size:0.68rem; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; padding:0.45rem 1.1rem; border-radius:50px; margin-bottom:2rem; animation:fadeDown 0.7s ease both; }
.hero-badge::before { content:'●'; font-size:0.45rem; animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.hero h1 { font-family:var(--font-head); font-weight:900; font-size:clamp(2.8rem,6vw,5.2rem); color:var(--white); line-height:1.08; letter-spacing:-1.5px; margin-bottom:1.5rem; animation:fadeDown 0.8s ease 0.1s both; }
.hero h1 span { color:transparent; background:linear-gradient(90deg,var(--gold),var(--gold-bright)); -webkit-background-clip:text; background-clip:text; }
.hero p { font-size:clamp(1rem,1.5vw,1.18rem); color:rgba(255,255,255,0.66); max-width:640px; line-height:1.78; margin-bottom:2.8rem; animation:fadeDown 0.8s ease 0.2s both; }
.hero-btns { display:flex; gap:1rem; flex-wrap:wrap; justify-content:center; animation:fadeDown 0.8s ease 0.3s both; }
.hero-stats { display:flex; gap:3.5rem; margin-top:4.5rem; animation:fadeDown 0.8s ease 0.4s both; flex-wrap:wrap; justify-content:center; }
.stat { text-align:center; }
.stat-num { font-family:var(--font-head); font-weight:900; font-size:2.2rem; color:transparent; background:linear-gradient(135deg,var(--gold),var(--gold-bright)); -webkit-background-clip:text; background-clip:text; line-height:1; }
.stat-label { font-size:0.7rem; color:rgba(255,255,255,0.42); font-weight:600; letter-spacing:1.8px; text-transform:uppercase; margin-top:0.35rem; }
@keyframes fadeDown { from{opacity:0;transform:translateY(-20px)} to{opacity:1;transform:translateY(0)} }

/* ── REVIEW CARDS ── */
.review-card { background:var(--white); border-radius:12px; padding:2rem; border:1px solid var(--light-gray); transition:all 0.2s; }
.review-card:hover { box-shadow:0 8px 30px rgba(0,0,0,0.06); transform:translateY(-2px); }
.review-stars { color:var(--gold); font-size:0.88rem; margin-bottom:0.85rem; letter-spacing:2px; }
.review-text { font-size:0.862rem; color:var(--text-body); line-height:1.72; margin-bottom:1.1rem; font-style:italic; }
.reviewer { font-family:var(--font-head); font-weight:700; font-size:0.82rem; color:var(--text-dark); }
.stars { color:var(--gold); font-size:1.25rem; letter-spacing:3px; }

/* ── FORM ERROR STATE ── */
.form-error { display:none; background:rgba(220,38,38,0.08); border:1px solid rgba(220,38,38,0.3); border-radius:8px; padding:1.2rem; font-size:0.9rem; color:#b91c1c; text-align:center; font-weight:600; margin-top:1rem; }
.form-error.show { display:block; }
.form-error a { color:#b91c1c; }

/* Honeypot field — visually removed, still in the DOM for bots */
.bc-hp { position:absolute !important; left:-9999px !important; width:1px; height:1px; overflow:hidden; }

.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* ── CHATBOT WIDGET ── */
/* Sits above the chat launcher in the bottom-right corner */
.back-to-top { bottom:5.9rem; }

.bc-chat-launcher { position:fixed; bottom:1.4rem; right:1.4rem; width:58px; height:58px; border-radius:50%; border:none; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); cursor:pointer; z-index:1000; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 30px rgba(201,151,42,0.5); transition:filter 0.2s, transform 0.2s; }
.bc-chat-launcher:hover { filter:brightness(1.08); transform:translateY(-2px); }
.bc-chat-launcher .bc-chat-ico-close { display:none; }
.bc-chat.open .bc-chat-launcher .bc-chat-ico-open { display:none; }
.bc-chat.open .bc-chat-launcher .bc-chat-ico-close { display:block; }

.bc-chat-panel { position:fixed; bottom:6.4rem; right:1.4rem; width:min(370px, calc(100vw - 2rem)); height:min(520px, calc(100vh - 8.5rem)); background:var(--white); border-radius:16px; box-shadow:0 20px 60px rgba(13,31,60,0.35); z-index:1000; display:flex; flex-direction:column; overflow:hidden; border:1px solid var(--light-gray); }
.bc-chat-panel[hidden] { display:none; }

.bc-chat-head { background:linear-gradient(135deg,var(--navy),var(--navy-light)); padding:1.1rem 1.3rem; }
.bc-chat-head-logo { font-family:var(--font-head); font-weight:900; font-size:1.05rem; color:var(--white); letter-spacing:-0.3px; }
.bc-chat-head-logo span { color:var(--gold-bright); }
.bc-chat-head-sub { font-size:0.72rem; color:rgba(255,255,255,0.55); margin-top:0.2rem; }

.bc-chat-msgs { flex:1; overflow-y:auto; padding:1.1rem; display:flex; flex-direction:column; gap:0.6rem; background:var(--off-white); }
.bc-chat-msg { max-width:85%; padding:0.65rem 0.9rem; border-radius:12px; font-size:0.86rem; line-height:1.55; white-space:pre-wrap; word-break:break-word; }
.bc-chat-msg.from-bot { align-self:flex-start; background:var(--white); color:var(--text-dark); border:1px solid var(--light-gray); border-bottom-left-radius:4px; }
.bc-chat-msg.from-user { align-self:flex-end; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); font-weight:600; border-bottom-right-radius:4px; }

.bc-chat-inputrow { display:flex; gap:0.5rem; padding:0.8rem; border-top:1px solid var(--light-gray); background:var(--white); }
.bc-chat-input { flex:1; padding:0.7rem 0.9rem; border:1px solid var(--light-gray); border-radius:8px; font-family:var(--font-body); font-size:0.88rem; color:var(--text-dark); outline:none; transition:border-color 0.2s, box-shadow 0.2s; }
.bc-chat-input:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,151,42,0.1); }
.bc-chat-send { width:44px; border:none; border-radius:8px; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); cursor:pointer; display:flex; align-items:center; justify-content:center; transition:filter 0.2s; }
.bc-chat-send:hover { filter:brightness(1.08); }

@media (max-width:480px) {
  .bc-chat-panel { right:1rem; left:1rem; width:auto; }
}
@media (prefers-reduced-motion: reduce) {
  .bc-chat-launcher, .bc-chat-send { transition:none; }
}

/* ── TESTIMONIALS ── */
.tm-cat-label { text-align:center; margin-bottom:2.2rem; }
.tm-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.6rem; }
.tm-card { background:var(--white); border-radius:14px; padding:2rem; border:1px solid var(--light-gray); transition:box-shadow 0.2s, transform 0.2s; display:flex; flex-direction:column; }
.tm-card:hover { box-shadow:0 10px 34px rgba(13,31,60,0.08); transform:translateY(-2px); }
.tm-card .review-stars { color:var(--gold); font-size:0.9rem; letter-spacing:2px; margin-bottom:0.9rem; }
.tm-quote { font-size:0.92rem; color:var(--text-body); line-height:1.75; font-style:italic; margin-bottom:1.5rem; flex:1; }
.tm-person { display:flex; align-items:center; gap:1rem; }
/* Photo is cropped from a single 4×4 composite via ::after sprite;
   if the image is missing, the branded initials remain visible. */
.tm-photo { position:relative; flex:0 0 auto; width:62px; height:62px; border-radius:50%; overflow:hidden; background:linear-gradient(135deg,var(--navy),var(--navy-light)); display:flex; align-items:center; justify-content:center; }
.tm-initials { font-family:var(--font-head); font-weight:800; font-size:1.05rem; color:var(--gold-bright); letter-spacing:0.5px; }
.tm-photo::after { content:''; position:absolute; inset:0; background-image:url("/images/testimonials-grid.jpg"); background-repeat:no-repeat; background-size:400% 400%; background-position:calc(var(--c) * 33.3333%) calc(var(--r) * 33.3333%); }
.tm-name { font-family:var(--font-head); font-weight:800; font-size:0.95rem; color:var(--text-dark); line-height:1.2; }
.tm-practice { font-size:0.82rem; color:var(--gold); font-weight:700; margin-top:0.15rem; }
.tm-focus { font-size:0.76rem; color:var(--gray); line-height:1.5; margin-top:0.4rem; }
@media (max-width:768px) { .tm-grid { grid-template-columns:1fr; } }

/* ── LEGAL / POLICY PAGES ── */
.legal { max-width:820px; margin:0 auto; font-size:0.95rem; line-height:1.85; color:var(--text-body); }
.legal .legal-updated { font-size:0.82rem; color:var(--gray); font-weight:600; margin-bottom:2rem; }
.legal .legal-toc { background:var(--off-white); border:1px solid var(--light-gray); border-radius:12px; padding:1.4rem 1.6rem; margin-bottom:2.5rem; }
.legal .legal-toc h4 { font-family:var(--font-head); font-weight:800; font-size:0.8rem; letter-spacing:1px; text-transform:uppercase; color:var(--text-dark); margin-bottom:0.8rem; }
.legal .legal-toc ol { margin:0; padding-left:1.2rem; columns:2; column-gap:2rem; }
.legal .legal-toc li { font-size:0.85rem; margin-bottom:0.35rem; }
.legal .legal-toc a { color:var(--gold); text-decoration:none; }
.legal .legal-toc a:hover { text-decoration:underline; }
.legal h2 { font-family:var(--font-head); font-weight:800; font-size:1.15rem; color:var(--text-dark); margin:2.4rem 0 0.8rem; scroll-margin-top:100px; }
.legal h2:first-of-type { margin-top:0; }
.legal h3 { font-family:var(--font-head); font-weight:700; font-size:1rem; color:var(--text-dark); margin:1.6rem 0 0.6rem; }
.legal p { margin-bottom:1rem; }
.legal ul, .legal ol.legal-body { margin:0 0 1.2rem 1.2rem; }
.legal li { margin-bottom:0.5rem; }
.legal a { color:var(--gold); }
.legal .legal-table { width:100%; border-collapse:collapse; margin:0 0 1.4rem; font-size:0.85rem; }
.legal .legal-table th, .legal .legal-table td { border:1px solid var(--light-gray); padding:0.7rem 0.9rem; text-align:left; vertical-align:top; }
.legal .legal-table th { background:var(--off-white); font-family:var(--font-head); font-weight:700; color:var(--text-dark); }
.legal .legal-note { background:var(--off-white); border-left:3px solid var(--gold); border-radius:0 8px 8px 0; padding:1rem 1.2rem; margin:0 0 1.4rem; font-size:0.88rem; }
@media (max-width:640px) { .legal .legal-toc ol { columns:1; } }

/* ── PRICING / PLANS ── */
.plan-toggle { display:flex; justify-content:center; gap:0; background:var(--off-white); border:1px solid var(--light-gray); border-radius:50px; padding:0.3rem; width:max-content; margin:0 auto 1rem; }
.plan-toggle button { border:none; background:transparent; font-family:var(--font-head); font-weight:700; font-size:0.85rem; color:var(--gray); padding:0.6rem 1.4rem; border-radius:50px; cursor:pointer; transition:background 0.2s, color 0.2s; }
.plan-toggle button em { font-style:normal; font-size:0.68rem; color:var(--gold); font-weight:800; margin-left:0.3rem; }
.plan-toggle button.on { background:linear-gradient(135deg,var(--navy),var(--navy-light)); color:var(--white); }
.plan-toggle button.on em { color:var(--gold-bright); }
.plan-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:1.5rem; max-width:1200px; margin:0 auto; }
.plan-grid-single { max-width:400px; }
.plan-card { position:relative; background:var(--white); border:1px solid var(--light-gray); border-radius:16px; padding:2.2rem 1.8rem 1.8rem; display:flex; flex-direction:column; transition:box-shadow 0.2s, transform 0.2s, border-color 0.2s; }
.plan-card:hover { box-shadow:0 12px 40px rgba(13,31,60,0.1); transform:translateY(-3px); }
.plan-card.plan-featured { border:2px solid var(--gold); box-shadow:0 8px 30px rgba(201,151,42,0.15); }
.plan-badge { position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); font-family:var(--font-head); font-weight:800; font-size:0.65rem; letter-spacing:1.5px; text-transform:uppercase; padding:0.35rem 1rem; border-radius:50px; white-space:nowrap; }
.plan-name { font-family:var(--font-head); font-weight:900; font-size:1.2rem; color:var(--text-dark); }
.plan-tagline { font-size:0.82rem; color:var(--gray); line-height:1.55; margin:0.4rem 0 1.2rem; min-height:2.4em; }
.plan-price { font-family:var(--font-head); font-weight:900; font-size:2.4rem; color:transparent; background:linear-gradient(135deg,var(--gold),var(--gold-bright)); -webkit-background-clip:text; background-clip:text; line-height:1; }
.plan-price span { font-size:1rem; color:var(--gray); -webkit-text-fill-color:var(--gray); font-weight:700; }
.plan-savings { font-size:0.75rem; font-weight:700; color:#16a34a; margin-top:0.5rem; }
.plan-savings-hint { color:var(--gray); font-weight:600; }
.plan-features { list-style:none; margin:1.4rem 0 1.6rem; padding:0; flex:1; }
.plan-features li { display:flex; gap:0.6rem; font-size:0.85rem; color:var(--text-body); padding:0.35rem 0; line-height:1.5; }
.plan-features li span { color:var(--gold); font-weight:800; flex:0 0 auto; }
.plan-cta { width:100%; padding:0.9rem; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--navy); border:none; border-radius:8px; font-family:var(--font-head); font-weight:800; font-size:0.92rem; cursor:pointer; transition:filter 0.2s, transform 0.2s; box-shadow:0 4px 18px rgba(201,151,42,0.35); }
.plan-cta:hover { filter:brightness(1.07); transform:translateY(-1px); }
.plan-cta:disabled { opacity:0.6; cursor:wait; transform:none; }
.plan-learn { display:block; text-align:center; margin-top:0.8rem; font-family:var(--font-head); font-weight:700; font-size:0.78rem; color:var(--gold); text-decoration:none; }
.plan-learn:hover { text-decoration:underline; }
.plan-error { margin-top:0.9rem; background:rgba(220,38,38,0.07); border:1px solid rgba(220,38,38,0.25); border-radius:8px; padding:0.7rem 0.9rem; font-size:0.8rem; color:#b91c1c; font-weight:600; text-align:center; }
.plan-trust { display:flex; justify-content:center; gap:2rem; flex-wrap:wrap; margin-top:2.2rem; font-size:0.8rem; color:var(--gray); }
.plan-trust span { display:inline-flex; align-items:center; gap:0.35rem; }
.plan-trust strong { color:var(--text-dark); }
