/* GX-V3-SCOPED: global element rules limited to .page-template-elementor_canvas so blog/other templates are untouched */
/* ============================================================
   AUTHORITATIVE COLOR FIX (html body.page-template-elementor_canvas = spec 023)
   Beats Elementor Kit body.kit-N hX {color !important} (012)
   ============================================================ */
/* LIGHT sections — dark ink headings */
html body.page-template-elementor_canvas h1, html body.page-template-elementor_canvas h2, html body.page-template-elementor_canvas h3, html body.page-template-elementor_canvas h4,
html body.page-template-elementor_canvas .display,
html body.page-template-elementor_canvas .section-head h2, html body.page-template-elementor_canvas .practice-title h3,
html body.page-template-elementor_canvas .case-body h3, html body.page-template-elementor_canvas .deliverable h3,
html body.page-template-elementor_canvas .svc-step h3, html body.page-template-elementor_canvas .icp-tile h3,
html body.page-template-elementor_canvas .tier h3, html body.page-template-elementor_canvas .related-card h3,
html body.page-template-elementor_canvas .faq summary, html body.page-template-elementor_canvas .definition h2,
html body.page-template-elementor_canvas .spotlight-left h3, html body.page-template-elementor_canvas .svc-hero h1,
html body.page-template-elementor_canvas .schedule-card-head h3, html body.page-template-elementor_canvas .case-metric .label {
  color: #0E0E0C !important;
}
/* Body / paragraph text — muted */
html body.page-template-elementor_canvas p, html body.page-template-elementor_canvas .lead,
html body.page-template-elementor_canvas .section-head p, html body.page-template-elementor_canvas .practice-title p,
html body.page-template-elementor_canvas .deliverable p, html body.page-template-elementor_canvas .svc-step p,
html body.page-template-elementor_canvas .icp-tile p, html body.page-template-elementor_canvas .related-card p,
html body.page-template-elementor_canvas .definition p, html body.page-template-elementor_canvas .case-body p,
html body.page-template-elementor_canvas .tier .tier-sub, html body.page-template-elementor_canvas .tier .price-meta,
html body.page-template-elementor_canvas .schedule-row .key, html body.page-template-elementor_canvas .schedule-card-head .label,
html body.page-template-elementor_canvas .stat-item .label, html body.page-template-elementor_canvas .svc-meta-item .label {
  color: #69655B !important;
}
html body.page-template-elementor_canvas .schedule-row .val { color: #0E0E0C !important; }
html body.page-template-elementor_canvas .tier-feature { color: #1A1814 !important; }
/* Brand-orange accents */
html body.page-template-elementor_canvas span.brand,
html body.page-template-elementor_canvas .stat-item .num .brand-text,
html body.page-template-elementor_canvas .svc-meta-item .num, html body.page-template-elementor_canvas .case-metric .num,
html body.page-template-elementor_canvas .tier .price, html body.page-template-elementor_canvas .mini-case .case-num,
html body.page-template-elementor_canvas .pill, html body.page-template-elementor_canvas .tier-feature::before {
  color: #F14902 !important;
}
html body.page-template-elementor_canvas .eyebrow { color: #69655B !important; }
html body.page-template-elementor_canvas .eyebrow::before { background: #F14902 !important; }
html body.page-template-elementor_canvas .stat-item .num { color: #0E0E0C !important; }
/* DARK sections — white text (placed AFTER, higher spec wins) */
html body.page-template-elementor_canvas .cta-showpiece h2, html body.page-template-elementor_canvas .cta-showpiece .eyebrow,
html body.page-template-elementor_canvas .cta-showpiece .cta-feature,
html body.page-template-elementor_canvas footer h4, html body.page-template-elementor_canvas footer .footer-mega,
html body.page-template-elementor_canvas .footer-brand p, html body.page-template-elementor_canvas .footer-top ul li,
html body.page-template-elementor_canvas .footer-top ul li a, html body.page-template-elementor_canvas .footer-bottom,
html body.page-template-elementor_canvas section.dark h2, html body.page-template-elementor_canvas section.dark h3,
html body.page-template-elementor_canvas .mini-case h3, html body.page-template-elementor_canvas .mini-case .case-num-label,
html body.page-template-elementor_canvas .tier.featured h3, html body.page-template-elementor_canvas .tier.featured .tier-feature,
html body.page-template-elementor_canvas .tier.featured .tier-sub, html body.page-template-elementor_canvas .tier.featured .price-meta,
html body.page-template-elementor_canvas .spotlight-visual .speaker, html body.page-template-elementor_canvas .spotlight-visual .turn,
html body.page-template-elementor_canvas .hero-card-2 .card-head span, html body.page-template-elementor_canvas .hero-card-3 .card-head span {
  color: #fff !important;
}
html body.page-template-elementor_canvas .cta-showpiece p { color: rgba(255,255,255,0.8) !important; }
html body.page-template-elementor_canvas .mini-case p { color: rgba(255,255,255,0.78) !important; }
html body.page-template-elementor_canvas .cta-showpiece h2 em, html body.page-template-elementor_canvas .footer-mega em { color: #F14902 !important; }
html body.page-template-elementor_canvas .tier.featured .price { color: #fff !important; }

/* ============================================================
   COLOR OVERRIDES — beat Elementor Kit heading/text colors
   ============================================================ */
/* LIGHT sections: dark headings */
h1, h2, h3, h4, h5, .display,
.section-head h2, .practice-title h3, .case-body h3,
.deliverable h3, .svc-step h3, .icp-tile h3, .tier h3,
.related-card h3, .faq summary, .definition h2,
.spotlight-left h3, .svc-hero h1 {
  color: #0E0E0C !important;
}
/* LIGHT sections: muted body text */
p, .lead, .section-head p, .practice-title p, .deliverable p,
.svc-step p, .icp-tile p, .related-card p, .definition p,
.case-body p, .tier .tier-sub, .tier .price-meta,
.schedule-row .key, .schedule-card-head .label {
  color: #69655B !important;
}
.schedule-row .val { color: #0E0E0C !important; }
.schedule-card-head h3 { color: #0E0E0C !important; }
/* Brand orange accents */
span.brand, .brand { color: #F14902 !important; }
.eyebrow { color: #69655B !important; }
.practice-list li, .deliverable h3, .icp-tile h3 { color: #0E0E0C !important; }
.stat-item .num { color: #0E0E0C !important; }
.stat-item .num .brand-text, .svc-meta-item .num, .case-metric .num,
.tier .price, .mini-case .case-num, .pill {
  color: #F14902 !important;
}
.tier-feature { color: #1A1814 !important; }
.tier-feature::before { color: #F14902 !important; }
/* DARK sections: white text */
.cta-showpiece .eyebrow, .cta-showpiece h2, .cta-showpiece .cta-feature,
footer .footer-mega, footer h4, .footer-brand p, .footer-top ul li,
.footer-top ul li a, .footer-bottom,
section.dark h1, section.dark h2, section.dark h3, section.dark p,
.mini-case h3, .mini-case .case-num-label,
.tier.featured h3, .tier.featured .tier-feature,
.spotlight-visual, .spotlight-visual .speaker, .spotlight-visual .turn,
.marquee, .marquee-track {
  color: #fff !important;
}
.cta-showpiece h2 em { color: #F14902 !important; }
.cta-showpiece p, .cta-left p { color: rgba(255,255,255,0.8) !important; }
.mini-case p { color: rgba(255,255,255,0.78) !important; }
.tier.featured .tier-sub, .tier.featured .price-meta { color: rgba(255,255,255,0.6) !important; }
.tier.featured .price { color: #fff !important; }
.footer-mega em { color: #F14902 !important; }
/* Hero cards: card-2 dark(white text), card-3 orange(white text) */
.hero-card-2, .hero-card-2 *, .hero-card-3, .hero-card-3 * { color: #fff !important; }
.hero-card-1 { color: #0E0E0C !important; }
.hero-card-2 .card-head, .hero-card-3 .card-head { color: rgba(255,255,255,0.7) !important; }

/* ============================================================
   TYPOGRAPHY OVERRIDES — beat Elementor Kit h1-h6 sizing
   Kit uses body.elementor-kit-N h1{} (spec 012) > our .class (010)
   ============================================================ */
.hero .display, .display {
  font-size: clamp(56px, 9.5vw, 140px) !important;
  font-weight: 300 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
}
.hero .display em, .display em { font-style: italic !important; font-weight: 400 !important; }
.page-template-elementor_canvas h1 { font-size: clamp(44px, 6vw, 76px) !important; font-weight: 500 !important; line-height: 1.02 !important; letter-spacing: -0.035em !important; }
.page-template-elementor_canvas h2 { font-size: clamp(40px, 5vw, 64px) !important; font-weight: 500 !important; line-height: 1.02 !important; letter-spacing: -0.035em !important; }
.page-template-elementor_canvas h3 { font-size: 22px !important; font-weight: 600 !important; line-height: 1.3 !important; letter-spacing: -0.015em !important; }
h4 { font-weight: 600 !important; }
/* Context-specific heading sizes (must beat base h1/h2/h3 !important) */
.svc-hero h1 { font-size: clamp(48px, 6.5vw, 84px) !important; font-weight: 400 !important; line-height: 1 !important; }
.cta-left h2 { font-size: clamp(56px, 7vw, 96px) !important; font-weight: 300 !important; line-height: 0.98 !important; }
.footer-mega { font-size: clamp(60px, 8vw, 120px) !important; font-weight: 300 !important; line-height: 1 !important; letter-spacing: -0.05em !important; }
.practice-title h3 { font-size: clamp(32px, 3.8vw, 48px) !important; font-weight: 400 !important; line-height: 1.05 !important; }
.spotlight-left h3 { font-size: clamp(32px, 4vw, 44px) !important; font-weight: 400 !important; line-height: 1.05 !important; }
.definition h2 { font-size: clamp(28px, 3.2vw, 40px) !important; font-weight: 400 !important; line-height: 1.15 !important; }
.mini-case h3 { font-size: clamp(28px, 3.5vw, 42px) !important; font-weight: 400 !important; line-height: 1.1 !important; }
.deliverable h3 { font-size: 18px !important; font-weight: 500 !important; line-height: 1.25 !important; }
.svc-step h3 { font-size: 19px !important; font-weight: 500 !important; }
.icp-tile h3 { font-size: 17px !important; font-weight: 500 !important; }
.tier h3 { font-size: 20px !important; font-weight: 500 !important; }
.case-body h3 { font-size: 24px !important; font-weight: 500 !important; line-height: 1.25 !important; }
.case-card.featured .case-body h3 { font-size: 30px !important; }
.case-card.secondary h3 { font-size: 18px !important; }
.schedule-card-head h3 { font-size: 26px !important; font-weight: 500 !important; }
.related-card h3 { font-size: 17px !important; font-weight: 500 !important; }
.faq summary { font-size: 21px !important; font-weight: 500 !important; line-height: 1.3 !important; }
/* Big numerals */
.stat-item .num { font-size: 44px !important; font-weight: 300 !important; line-height: 1 !important; }
.svc-meta-item .num { font-size: 32px !important; font-weight: 400 !important; line-height: 1 !important; }
.case-metric .num { font-size: 32px !important; font-weight: 500 !important; }
.tier .price { font-size: 44px !important; font-weight: 400 !important; line-height: 1 !important; }
.mini-case .case-num { font-size: clamp(80px, 12vw, 160px) !important; font-weight: 300 !important; line-height: 0.9 !important; }
/* Leads & paragraphs */
.page-template-elementor_canvas .lead { font-size: 20px !important; line-height: 1.5 !important; font-weight: 400 !important; }
.section-head p { font-size: 19px !important; }
/* Links */
.nav-menu a, .footer-top ul li a, .card-link, .practice-cta .more { text-decoration: none !important; }
/* Kill Elementor default content spacing on our HTML block */
.elementor-widget-text-editor, .wp-block-html { line-height: normal !important; }

/* ============================================================
   SPECIFICITY OVERRIDES — beat Elementor Kit defaults
   Elementor Kit (body.elementor-kit-N) outranks plain body{}
   ============================================================ */
body.page-template-elementor_canvas {
  background: #FBF8F1 !important;
  background-color: #FBF8F1 !important;
  color: #0E0E0C !important;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

/* Restore correct text colors on light sections */
.hero, .hero h1, .hero .display, .hero .lead,
.section-head h2, .section-head p,
.practice, .practice-title h3, .practice-title p,
.faq summary,
.svc-hero h1, .svc-hero .lead,
.definition h2, .definition p,
.deliverable h3, .deliverable p,
.svc-step h3, .svc-step p,
.icp-tile h3, .icp-tile p,
.tier h3, .case-body h3 {
  color: inherit !important;
}
.hero .display, .hero h1, .section-head h2, .svc-hero h1, .definition h2 {
  color: #0E0E0C !important;
}
.hero .lead, .section-head p, .practice-title p, .definition p,
.deliverable p, .svc-step p, .icp-tile p {
  color: #69655B !important;
}

/* Ensure rotator active span shows */
.rotator span.active {
  opacity: 1 !important;
  position: relative !important;
}
.rotator span {
  opacity: 0;
}

/* Sections that ARE intentionally dark keep their dark bg */
section.dark, .cta-showpiece, footer, .spotlight-visual, .mini-case, .tier.featured, .schedule-card .schedule-book-btn, .marquee {
  background-color: var(--bg-dark) !important;
  color: #fff !important;
}
.cta-showpiece, footer {
  background-color: #0B0B09 !important;
}
.marquee { background-color: #0E0E0C !important; color: #FBF8F1 !important; }
.spotlight { background: linear-gradient(140deg, #FFEAE0 0%, #FBF8F1 100%) !important; color: #0E0E0C !important; }
.tier.featured { background-color: #0E0E0C !important; color: #fff !important; }
.tier.featured h3 { color: #fff !important; }
.schedule-card { background: #fff !important; color: #0E0E0C !important; }
.alt { background-color: #F1ECDF !important; }

/* WordPress wraps HTML blocks in containers — nuke their padding */
.entry-content > *, .wp-block-html, .wp-block-html * {
  max-width: none !important;
}
.entry-content { max-width: none !important; padding: 0 !important; margin: 0 !important; }

/* ============================================================
   GROWTH 100X — Mockup v3
   Tighter homepage. Brand #F14902 + Poppins.
   ============================================================ */

:root {
  --brand:        #F14902;
  --brand-hover:  #D63D00;
  --brand-soft:   #FFEAE0;
  --brand-tint:   #FFF5EF;
  --brand-deep:   #5A1D08;

  --bg:           #FBF8F1;
  --bg-alt:       #F1ECDF;
  --bg-dark:      #0B0B09;
  --bg-darker:    #050504;
  --surface:      #FFFFFF;
  --ink:          #0E0E0C;
  --ink-2:        #1A1814;
  --muted:        #69655B;
  --muted-light:  #A39E92;
  --line:         #E6E0CF;
  --line-dark:    #1F1D18;

  --font:         'Poppins', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  --container:    1240px;
  --container-sm: 920px;
  --radius:       20px;
  --radius-sm:    10px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.page-template-elementor_canvas {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
.page-template-elementor_canvas a { color: inherit; text-decoration: none; transition: color .18s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.page-template-elementor_canvas h1, .page-template-elementor_canvas h2, .page-template-elementor_canvas h3, .page-template-elementor_canvas h4 { font-family: var(--font); letter-spacing: -0.03em; line-height: 1.02; font-weight: 500; }

.display {
  font-size: clamp(56px, 9.5vw, 140px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 0.96;
}
.display em { font-style: italic; font-weight: 400; }

.page-template-elementor_canvas h1 { font-size: clamp(44px, 6vw, 76px); font-weight: 500; letter-spacing: -0.035em; }
.page-template-elementor_canvas h2 { font-size: clamp(40px, 5vw, 64px); font-weight: 500; letter-spacing: -0.035em; line-height: 1.02; }
.page-template-elementor_canvas h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.3; }

.page-template-elementor_canvas p { color: var(--muted); margin: 0 0 1em; }
.page-template-elementor_canvas .lead { font-size: 20px; line-height: 1.5; color: var(--ink-2); font-weight: 400; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; width: 8px; height: 8px;
  background: var(--brand); border-radius: 50%;
}

.mark {
  position: relative; display: inline-block;
  color: var(--ink);
}
.mark::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%; bottom: 0.06em;
  height: 0.4em;
  background: var(--brand);
  opacity: 0.92;
  z-index: -1;
  border-radius: 4px;
  transform: skewY(-1.5deg);
}
.brand { color: var(--brand); }

.rotator {
  display: inline-block;
  position: relative;
  color: var(--brand);
  font-style: italic;
  font-weight: 400;
  min-width: 4ch;
}
.rotator span {
  display: inline-block;
  opacity: 0;
  position: absolute;
  left: 0; top: 0;
  white-space: nowrap;
  transition: opacity .35s ease, transform .35s ease;
  transform: translateY(8px);
}
.rotator span.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.page-template-elementor_canvas .container { max-width: var(--container);    margin: 0 auto; padding: 0 32px; }
.container-sm { max-width: var(--container-sm); margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 32px; }

.page-template-elementor_canvas section { padding: 120px 0; position: relative; }
section.dark { background: var(--bg-dark); color: #F5F2EA; }
section.dark p { color: #A8A296; }
section.dark h1, section.dark h2, section.dark h3 { color: #fff; }
section.alt  { background: var(--bg-alt); }

.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 880px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  section { padding: 80px 0; }
}

.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 248, 241, 0.82);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto; padding: 18px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-size: 24px; font-weight: 600;
  letter-spacing: -0.03em; color: var(--ink);
}
.nav-logo .dot {
  display: inline-block; width: 10px; height: 10px;
  background: var(--brand); border-radius: 50%;
  margin-left: 4px; margin-bottom: 2px; vertical-align: middle;
}
.nav-menu { display: flex; gap: 36px; align-items: center; }
.nav-menu a { font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.nav-menu a:hover { color: var(--brand); }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14.5px; font-weight: 500;
  border: 1.5px solid transparent;
  transition: all .18s ease;
  cursor: pointer;
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--ink); transform: translateY(-1px); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--brand); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--brand); color: #fff; }
.btn-arrow::after { content: "→"; font-size: 16px; transition: transform .18s ease; }
.btn-arrow:hover::after { transform: translateX(4px); }
.btn-sm { padding: 11px 18px; font-size: 13.5px; }

.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  background: var(--brand-soft); color: var(--brand);
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.04em; font-weight: 500; text-transform: uppercase;
}
.pill-dark { background: rgba(255,255,255,0.08); color: #fff; backdrop-filter: blur(8px); }

.hero {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-text .eyebrow { margin-bottom: 28px; }
.hero-text .display { margin: 0 0 32px; max-width: 12ch; }
.hero-text .lead { max-width: 48ch; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-actions .secondary-text {
  font-size: 13px; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.hero-actions .secondary-text::before {
  content: ""; width: 6px; height: 6px;
  background: #22C55E; border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.18);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(34,197,94,0.18); }
  50% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
}

.hero-visual {
  position: relative;
  height: 480px;
}
.hero-card {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 18px 48px -22px rgba(15,12,5,0.15);
  font-size: 13px;
}
.hero-card .card-head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px;
}
.hero-card .card-head .live {
  display: inline-flex; align-items: center; gap: 6px;
  color: #22C55E;
}
.hero-card .card-head .live::before {
  content: ""; width: 6px; height: 6px;
  background: #22C55E; border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.2);
}
.hero-card-1 { top: 10px; left: 0; width: 260px; transform: rotate(-3deg); }
.hero-card-2 { top: 100px; right: 0; width: 240px; transform: rotate(2deg); background: var(--ink); color: #fff; border-color: transparent; }
.hero-card-2 .card-head { color: #A8A296; }
.hero-card-3 { bottom: 60px; left: 40px; width: 280px; transform: rotate(-1deg); background: var(--brand); color: #fff; border-color: transparent; }
.hero-card-3 .card-head { color: rgba(255,255,255,0.7); }
.hero-card-3 .card-head .live { color: #fff; }
.hero-card-3 .card-head .live::before { background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,0.25); }

.hero-card .voice-bars { display: flex; align-items: center; gap: 3px; height: 24px; margin: 12px 0; }
.hero-card .voice-bars span { display: block; width: 3px; background: currentColor; border-radius: 2px; animation: voicewave 1.4s ease-in-out infinite; }
.hero-card .voice-bars span:nth-child(1) { height: 30%; animation-delay: 0s; }
.hero-card .voice-bars span:nth-child(2) { height: 70%; animation-delay: .1s; }
.hero-card .voice-bars span:nth-child(3) { height: 100%; animation-delay: .2s; }
.hero-card .voice-bars span:nth-child(4) { height: 60%; animation-delay: .3s; }
.hero-card .voice-bars span:nth-child(5) { height: 90%; animation-delay: .4s; }
.hero-card .voice-bars span:nth-child(6) { height: 40%; animation-delay: .5s; }
.hero-card .voice-bars span:nth-child(7) { height: 75%; animation-delay: .6s; }
.hero-card .voice-bars span:nth-child(8) { height: 55%; animation-delay: .7s; }
.hero-card .voice-bars span:nth-child(9) { height: 85%; animation-delay: .8s; }
.hero-card .voice-bars span:nth-child(10) { height: 35%; animation-delay: .9s; }
.hero-card .voice-bars span:nth-child(11) { height: 65%; animation-delay: 1s; }
@keyframes voicewave {
  0%, 100% { transform: scaleY(0.5); opacity: 0.6; }
  50%      { transform: scaleY(1);   opacity: 1; }
}

@keyframes float1 { 0%, 100% { transform: rotate(-3deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-8px); } }
@keyframes float2 { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-6px); } }
@keyframes float3 { 0%, 100% { transform: rotate(-1deg) translateY(0); } 50% { transform: rotate(-1deg) translateY(-10px); } }
.hero-card-1 { animation: float1 6s ease-in-out infinite; }
.hero-card-2 { animation: float2 7s ease-in-out infinite; animation-delay: -1s; }
.hero-card-3 { animation: float3 5.5s ease-in-out infinite; animation-delay: -2.5s; }
@media (max-width: 980px) { .hero-visual { height: 380px; max-width: 520px; margin: 0 auto; } .hero-card-3 { left: 20px; } }

.stats-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px 0; background: var(--bg); }
.stats-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-item .num { font-size: 44px; font-weight: 300; letter-spacing: -0.035em; line-height: 1; color: var(--ink); display: block; margin-bottom: 6px; }
.stat-item .num .brand-text { color: var(--brand); }
.stat-item .label { font-size: 13px; color: var(--muted); line-height: 1.4; }
@media (max-width: 880px) { .stats-strip .container { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

.marquee { background: var(--ink); color: var(--bg); padding: 18px 0; overflow: hidden; }
.marquee-track { display: flex; gap: 48px; animation: scroll 38s linear infinite; white-space: nowrap; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
.marquee-track span { display: flex; align-items: center; gap: 48px; }
.marquee-track span::after { content: "✦"; color: var(--brand); margin-left: 48px; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section-head { max-width: 800px; margin-bottom: 64px; }
.section-head .eyebrow { margin-bottom: 24px; }
.section-head h2 { margin-bottom: 24px; }
.section-head p { font-size: 19px; color: var(--muted); max-width: 60ch; }
.section-head.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: none; align-items: end; }
@media (max-width: 880px) { .section-head.split { grid-template-columns: 1fr; gap: 24px; } }

.practice { border-top: 1px solid var(--line); padding: 64px 0; display: grid; grid-template-columns: 80px 1.3fr 1fr 200px; gap: 48px; align-items: start; position: relative; transition: all .3s ease; }
.practice:last-child { border-bottom: 1px solid var(--line); }
.practice:hover { background: var(--brand-tint); }
.practice-num { font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.1em; padding-top: 12px; }
.practice-title h3 { font-size: clamp(32px, 3.8vw, 48px); font-weight: 400; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 16px; }
.practice-title p { font-size: 16px; color: var(--ink-2); line-height: 1.55; }
.practice-list { list-style: none; display: grid; gap: 6px; padding-top: 8px; }
.practice-list li { font-size: 14px; color: var(--ink-2); padding: 6px 0; display: flex; align-items: center; gap: 10px; }
.practice-list li::before { content: "→"; color: var(--brand); }
.practice-cta { padding-top: 12px; display: flex; flex-direction: column; gap: 12px; }
.practice-cta .more { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--ink); transition: color .2s ease; }
.practice-cta .more::after { content: "→"; transition: transform .2s ease; }
.practice:hover .practice-cta .more { color: var(--brand); }
.practice:hover .practice-cta .more::after { transform: translateX(6px); }
@media (max-width: 980px) { .practice { grid-template-columns: 1fr; gap: 20px; padding: 48px 0; } }

.spotlight { background: linear-gradient(140deg, #FFEAE0 0%, #FBF8F1 100%); border-radius: var(--radius); padding: 72px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; border: 1px solid var(--line); }
.spotlight-left h3 { font-size: clamp(32px, 4vw, 44px); font-weight: 400; letter-spacing: -0.025em; line-height: 1.05; margin: 20px 0 24px; }
.spotlight-left h3 em { font-style: italic; color: var(--brand); }
.spotlight-visual { background: var(--ink); border-radius: var(--radius); aspect-ratio: 4/3; padding: 32px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.spotlight-visual::before { content: ""; position: absolute; top: -50px; right: -50px; width: 280px; height: 280px; background: var(--brand); border-radius: 50%; filter: blur(70px); opacity: 0.45; }
.voice-dialog { position: relative; font-family: var(--font-mono); font-size: 13px; display: grid; gap: 14px; }
.voice-dialog .turn { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 12px 16px; line-height: 1.4; }
.voice-dialog .turn.user { background: var(--brand); border-color: transparent; }
.voice-dialog .speaker { font-size: 10px; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); margin-bottom: 4px; }
@media (max-width: 980px) { .spotlight { grid-template-columns: 1fr; padding: 48px 32px; } }

.work-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; }
.work-secondary { display: grid; gap: 32px; }
@media (max-width: 980px) { .work-grid { grid-template-columns: 1fr; } }
.case-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: all .25s ease; display: flex; flex-direction: column; }
.case-card:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 16px 40px -22px rgba(241,73,2,0.25); }
.case-image { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--brand-soft) 0%, #F5E8DC 100%); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--line); }
.case-card.featured .case-image { aspect-ratio: 16/10; }
.case-body { padding: 32px; flex: 1; display: flex; flex-direction: column; }
.case-card.secondary .case-body { padding: 24px; }
.case-card.secondary .case-image { aspect-ratio: 16/8; }
.case-card.secondary h3 { font-size: 18px; }
.case-body h3 { font-size: 24px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.25; margin: 16px 0 14px; }
.case-card.featured .case-body h3 { font-size: 30px; }
.case-body p { font-size: 14.5px; margin: 0 0 18px; }
.case-metric { display: flex; align-items: baseline; gap: 8px; padding-top: 20px; border-top: 1px solid var(--line); margin-top: auto; }
.case-metric .num { font-size: 32px; font-weight: 500; letter-spacing: -0.02em; color: var(--brand); }
.case-metric .label { font-size: 13px; color: var(--muted); }

.cta-showpiece { background: var(--bg-dark); color: #fff; padding: 120px 0; position: relative; overflow: hidden; }
.cta-showpiece::before { content: ""; position: absolute; bottom: -200px; left: 50%; transform: translateX(-50%); width: 800px; height: 600px; background: var(--brand); border-radius: 50%; filter: blur(150px); opacity: 0.4; }
.cta-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.cta-left .eyebrow { color: var(--brand-soft); }
.cta-left .eyebrow::before { background: #fff; }
.cta-left h2 { font-size: clamp(56px, 7vw, 96px); font-weight: 300; letter-spacing: -0.045em; line-height: 0.98; margin: 28px 0 32px; color: #fff; }
.cta-left h2 em { font-style: italic; font-weight: 400; color: var(--brand); }
.cta-left p { font-size: 19px; color: rgba(255,255,255,0.78); max-width: 48ch; line-height: 1.5; margin-bottom: 40px; }
.cta-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); }
.cta-feature { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.88); }
.cta-feature .check { width: 20px; height: 20px; background: var(--brand); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }

.schedule-card { background: #fff; color: var(--ink); border-radius: 24px; padding: 36px; position: relative; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05); transform: rotate(1.2deg); transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1); }
.schedule-card:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 0 50px 100px -30px rgba(241,73,2,0.35), 0 0 0 1px rgba(255,255,255,0.05); }
.schedule-card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; }
.schedule-card-head .label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.schedule-card-head h3 { font-size: 26px; font-weight: 500; letter-spacing: -0.025em; line-height: 1.15; }
.schedule-card-head .price { background: var(--brand); color: #fff; padding: 6px 12px; border-radius: 999px; font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.schedule-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.schedule-row .key { color: var(--muted); }
.schedule-row .val { color: var(--ink); font-weight: 500; }
.schedule-row:last-of-type { border-bottom: none; }
.schedule-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin: 28px 0 24px; }
.schedule-day { aspect-ratio: 1; border: 1px solid var(--line); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 11px; color: var(--muted); transition: all .2s ease; }
.schedule-day .dow { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 2px; }
.schedule-day .num { font-size: 16px; font-weight: 500; color: var(--ink); }
.schedule-day.available { background: var(--brand); border-color: var(--brand); position: relative; animation: dayPulse 2.4s ease-in-out infinite; }
.schedule-day.available .dow, .schedule-day.available .num { color: #fff; }
@keyframes dayPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(241,73,2,0.6); } 50% { box-shadow: 0 0 0 8px rgba(241,73,2,0); } }
.schedule-day.unavailable { opacity: 0.35; }
.schedule-book-btn { display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: #fff; padding: 18px 22px; border-radius: 14px; font-size: 15px; font-weight: 500; cursor: pointer; transition: all .2s ease; width: 100%; }
.schedule-book-btn:hover { background: var(--brand); transform: translateY(-1px); box-shadow: 0 12px 30px -10px rgba(241,73,2,0.5); }
.schedule-book-btn .arrow-circle { width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: all .2s ease; }
.schedule-book-btn:hover .arrow-circle { background: #fff; color: var(--brand); transform: rotate(-45deg); }
.schedule-meta-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; font-family: var(--font-mono); font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }
.schedule-meta-bottom .live-indicator { display: inline-flex; align-items: center; gap: 6px; color: #16A34A; }
.schedule-meta-bottom .live-indicator::before { content: ""; width: 6px; height: 6px; background: #16A34A; border-radius: 50%; box-shadow: 0 0 0 3px rgba(22,163,74,0.2); animation: pulse 2s infinite; }
@media (max-width: 980px) { .cta-grid { grid-template-columns: 1fr; gap: 48px; } .schedule-card { transform: rotate(0); } }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 28px 0; }
.faq summary { font-size: 21px; font-weight: 500; letter-spacing: -0.015em; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--ink); line-height: 1.3; }
.faq summary::after { content: "+"; font-size: 26px; font-weight: 300; color: var(--brand); transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin-top: 16px; font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 70ch; }

footer { background: var(--bg-dark); color: #A8A296; padding: 96px 0 32px; }
.footer-mega { font-size: clamp(60px, 8vw, 120px); font-weight: 300; letter-spacing: -0.05em; line-height: 1; color: #fff; padding-bottom: 56px; border-bottom: 1px solid #1F1D18; margin-bottom: 48px; }
.footer-mega em { font-style: italic; font-weight: 400; color: var(--brand); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid #1F1D18; }
.footer-top h4 { color: #fff; margin-bottom: 18px; font-size: 14px; }
.footer-top ul { list-style: none; }
.footer-top ul li { margin-bottom: 10px; font-size: 14px; }
.footer-top ul li a { color: #A8A296; }
.footer-top ul li a:hover { color: var(--brand); }
.footer-brand p { color: #A8A296; margin: 16px 0 24px; max-width: 36ch; font-size: 15px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; font-size: 13px; color: #6B6660; }
@media (max-width: 880px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; } .footer-bottom { flex-direction: column; gap: 16px; } }

.breadcrumb { display: flex; gap: 8px; align-items: center; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 32px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb .sep { opacity: 0.5; }
.svc-hero { padding: 64px 0 96px; }
.svc-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.svc-hero h1 { font-size: clamp(48px, 6.5vw, 84px); font-weight: 400; letter-spacing: -0.04em; line-height: 1; margin: 0 0 28px; max-width: 14ch; }
.svc-hero h1 em { font-style: italic; font-weight: 400; }
.svc-hero .lead { max-width: 48ch; margin-bottom: 32px; }
.svc-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.svc-hero-meta-strip { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.svc-meta-item .num { font-size: 32px; font-weight: 400; letter-spacing: -0.025em; color: var(--brand); display: block; line-height: 1; }
.svc-meta-item .label { font-size: 12px; color: var(--muted); margin-top: 4px; display: block; }
@media (max-width: 980px) { .svc-hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.svc-hero-visual { position: relative; aspect-ratio: 1/1.05; border-radius: var(--radius); background: var(--ink); color: #fff; padding: 32px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.svc-hero-visual::before { content: ""; position: absolute; bottom: -80px; right: -80px; width: 320px; height: 320px; background: var(--brand); border-radius: 50%; filter: blur(80px); opacity: 0.55; }
.svc-hero-visual > * { position: relative; z-index: 1; }
.call-incoming { display: flex; justify-content: space-between; align-items: flex-start; }
.call-incoming-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 8px; }
.call-incoming-label::before { content: ""; width: 8px; height: 8px; background: #22C55E; border-radius: 50%; box-shadow: 0 0 0 4px rgba(34,197,94,0.25); animation: pulse 2s infinite; }
.call-timer { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,0.6); }
.call-center { text-align: left; margin: 24px 0; }
.call-center .who { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 6px; font-family: var(--font-mono); letter-spacing: 0.05em; }
.call-center .name { font-size: 32px; font-weight: 400; letter-spacing: -0.025em; margin-bottom: 4px; }
.call-transcript { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px 18px; font-family: var(--font-mono); font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.92); margin-bottom: 18px; }
.call-transcript .speaker { font-size: 10px; letter-spacing: 0.12em; color: var(--brand); margin-bottom: 6px; text-transform: uppercase; }
.call-waveform-large { display: flex; align-items: center; gap: 4px; height: 48px; margin: 8px 0 16px; }
.call-waveform-large span { display: block; width: 4px; background: var(--brand); border-radius: 2px; animation: voicewave 1.4s ease-in-out infinite; }
.call-actions { display: flex; gap: 12px; justify-content: center; align-items: center; }
.call-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.call-btn.decline { background: rgba(239,68,68,0.92); color: #fff; }
.call-btn.accept  { background: #22C55E; color: #fff; }
.call-btn.mute, .call-btn.speaker { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.12); }

.definition { background: var(--bg-alt); border-radius: var(--radius); padding: 56px; display: grid; grid-template-columns: 180px 1fr; gap: 48px; align-items: start; }
.definition .tag { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand); font-weight: 500; padding-top: 8px; }
.definition h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 400; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 16px; }
.definition p { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 0; max-width: 70ch; }
@media (max-width: 880px) { .definition { grid-template-columns: 1fr; padding: 40px 28px; gap: 16px; } }

.deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable { background: var(--bg); padding: 36px 28px; display: flex; flex-direction: column; transition: all .2s ease; }
.deliverable:hover { background: var(--brand-tint); }
.deliverable .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 28px; }
.deliverable h3 { font-size: 18px; font-weight: 500; line-height: 1.25; margin-bottom: 10px; }
.deliverable p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.5; }
@media (max-width: 880px) { .deliverables { grid-template-columns: 1fr; } }

.svc-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 16px; }
.svc-step { position: relative; padding-top: 28px; border-top: 2px solid var(--ink); }
.svc-step .step-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--brand); margin-bottom: 14px; font-weight: 500; }
.svc-step h3 { font-size: 19px; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 10px; }
.svc-step p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.5; }
.svc-step .meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted-light); margin-top: 14px; letter-spacing: 0.05em; }
@media (max-width: 880px) { .svc-process { grid-template-columns: 1fr; } }

.icp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.icp-tile { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px; transition: all .2s ease; }
.icp-tile:hover { border-color: var(--brand); background: var(--brand-tint); }
.icp-tile .icp-icon { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--brand); margin-bottom: 12px; }
.icp-tile h3 { font-size: 17px; font-weight: 500; margin-bottom: 6px; }
.icp-tile p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.5; }
@media (max-width: 880px) { .icp-grid { grid-template-columns: 1fr; } }

.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tier { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 32px; position: relative; transition: all .25s ease; display: flex; flex-direction: column; }
.tier:hover { border-color: var(--ink); transform: translateY(-3px); }
.tier.featured { background: var(--ink); color: #fff; border-color: var(--ink); transform: scale(1.02); }
.tier.featured:hover { transform: scale(1.02) translateY(-3px); }
.tier.featured p { color: rgba(255,255,255,0.7); }
.tier.featured .tier-feature { color: rgba(255,255,255,0.92); }
.tier.featured .tier-feature::before { color: var(--brand); }
.tier.featured h3 { color: #fff; }
.tier-flag { position: absolute; top: -12px; right: 24px; background: var(--brand); color: #fff; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; padding: 4px 10px; border-radius: 999px; font-weight: 500; text-transform: uppercase; }
.tier h3 { font-size: 20px; font-weight: 500; margin-bottom: 4px; }
.tier .tier-sub { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.tier .price { font-size: 44px; font-weight: 400; letter-spacing: -0.03em; line-height: 1; margin: 0 0 4px; }
.tier .price-meta { font-size: 12px; color: var(--muted); margin-bottom: 28px; }
.tier.featured .tier-sub, .tier.featured .price-meta { color: rgba(255,255,255,0.6); }
.tier-features { list-style: none; flex: 1; margin: 0 0 28px; }
.tier-feature { font-size: 14px; padding: 8px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--ink-2); }
.tier-feature::before { content: "✓"; color: var(--brand); font-weight: 600; flex-shrink: 0; }
.tier .tier-cta { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; border-radius: 999px; font-size: 14px; font-weight: 500; transition: all .2s ease; width: 100%; background: var(--bg-alt); color: var(--ink); }
.tier .tier-cta:hover { background: var(--brand); color: #fff; }
.tier .tier-cta::after { content: "→"; transition: transform .2s ease; }
.tier .tier-cta:hover::after { transform: translateX(4px); }
.tier.featured .tier-cta { background: var(--brand); color: #fff; }
.tier.featured .tier-cta:hover { background: #fff; color: var(--ink); }
@media (max-width: 980px) { .tiers { grid-template-columns: 1fr; } .tier.featured { transform: none; } .tier.featured:hover { transform: translateY(-3px); } }

.mini-case { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; overflow: hidden; }
.mini-case::before { content: ""; position: absolute; top: -100px; left: -100px; width: 320px; height: 320px; background: var(--brand); border-radius: 50%; filter: blur(80px); opacity: 0.35; }
.mini-case > * { position: relative; z-index: 1; }
.mini-case .pill { background: rgba(255,255,255,0.1); color: #fff; }
.mini-case h3 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 400; letter-spacing: -0.025em; line-height: 1.1; color: #fff; margin: 18px 0 18px; }
.mini-case p { color: rgba(255,255,255,0.75); font-size: 16px; line-height: 1.55; }
.mini-case .case-num { font-size: clamp(80px, 12vw, 160px); font-weight: 300; letter-spacing: -0.05em; line-height: 0.9; color: var(--brand); }
.mini-case .case-num-label { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.08em; color: rgba(255,255,255,0.65); margin-top: 12px; display: block; }
@media (max-width: 880px) { .mini-case { grid-template-columns: 1fr; padding: 48px 32px; gap: 32px; } }

.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px; transition: all .2s ease; display: flex; flex-direction: column; }
.related-card:hover { border-color: var(--brand); transform: translateY(-2px); }
.related-card .tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 10px; }
.related-card h3 { font-size: 17px; font-weight: 500; margin-bottom: 8px; }
.related-card p { font-size: 13.5px; color: var(--muted); margin: 0 0 16px; line-height: 1.5; }
.related-card .link { margin-top: auto; font-size: 13px; font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; }
.related-card:hover .link { color: var(--brand); }
.related-card .link::after { content: "→"; transition: transform .2s ease; }
.related-card:hover .link::after { transform: translateX(4px); }
@media (max-width: 880px) { .related { grid-template-columns: 1fr; } }


/* ===== VISIBILITY FIX (beats .elementor-kit-7 a {color:#fff}) ===== */
html body.page-template-elementor_canvas a.btn-ghost{color:var(--ink)!important;border-color:rgba(14,14,12,.28)!important}
html body.page-template-elementor_canvas a.btn-ghost:hover{color:#fff!important;background:var(--ink)!important;border-color:var(--ink)!important}
html body.page-template-elementor_canvas section.dark a.btn-ghost,html body.page-template-elementor_canvas .cinfo a.btn-ghost{color:#fff!important;border-color:rgba(255,255,255,.4)!important}
html body.page-template-elementor_canvas section.dark a.btn-ghost:hover,html body.page-template-elementor_canvas .cinfo a.btn-ghost:hover{color:var(--ink)!important;background:#fff!important;border-color:#fff!important}
html body.page-template-elementor_canvas .cinfo h1,html body.page-template-elementor_canvas .cinfo h2,html body.page-template-elementor_canvas .cinfo h3,html body.page-template-elementor_canvas .cinfo h4{color:#fff!important}
html body.page-template-elementor_canvas .cinfo p,html body.page-template-elementor_canvas .cinfo li,html body.page-template-elementor_canvas .cinfo strong{color:#F5F2EA!important}
html body.page-template-elementor_canvas .cinfo a:not(.btn){color:#fff!important}

html body.page-template-elementor_canvas .practice-list a{color:var(--ink)!important;text-decoration:none}
html body.page-template-elementor_canvas .practice-list a:hover{color:var(--brand)!important}


/* ===== INSIGHTS / BLOG ===== */
.blog-hero { padding: 64px 0 40px; }
.blog-hero h1 { font-size: clamp(40px,6vw,72px); letter-spacing:-0.03em; line-height:1.03; margin:18px 0 18px; }
html body.page-template-elementor_canvas .blog-hero h1 em { font-style:italic; font-weight:400; color:var(--brand)!important; }
.blog-hero .lead { max-width: 62ch; }
.cat-chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.chip { display:inline-flex; align-items:center; padding:8px 16px; border:1px solid var(--line); border-radius:999px; font-size:14px; font-weight:500; color:var(--muted); background:#fff; transition:all .2s ease; text-decoration:none; }
.chip:hover { border-color:var(--ink); color:var(--ink); }
.chip.is-active { background:var(--ink); color:#fff; border-color:var(--ink); }

.featured-wrap { padding: 8px 0 24px; }
.featured-post { display:grid; grid-template-columns:1.1fr 1fr; border:1px solid var(--line); border-radius:20px; overflow:hidden; background:#fff; transition:box-shadow .25s ease, transform .25s ease; text-decoration:none; }
.featured-post:hover { box-shadow:0 24px 60px -28px rgba(14,14,12,.28); transform:translateY(-3px); }
.fp-media { position:relative; background:linear-gradient(135deg,#1a1814,#0b0b09); display:flex; align-items:center; justify-content:center; min-height:300px; }
.fp-badge { position:absolute; top:18px; left:18px; font-size:11px; letter-spacing:.14em; font-weight:600; color:#fff; background:var(--brand); padding:5px 12px; border-radius:999px; }
.fp-glyph { font-family:Poppins,sans-serif; font-weight:800; font-size:72px; letter-spacing:-.04em; color:var(--brand); opacity:.92; }
.fp-body { padding:40px; display:flex; flex-direction:column; justify-content:center; }
.fp-body h2 { font-size:30px; line-height:1.12; letter-spacing:-.02em; margin:14px 0 14px; }
.fp-body p { color:var(--muted); margin-bottom:18px; }
@media (max-width:880px){ .featured-post{ grid-template-columns:1fr; } .fp-media{ min-height:200px; } .fp-body{ padding:28px; } }

.post-cat { font-size:12px; letter-spacing:.12em; text-transform:uppercase; font-weight:600; color:var(--brand); }
.post-meta { font-size:13px; color:var(--muted-light); margin-top:auto; }

.post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:980px){ .post-grid{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .post-grid{ grid-template-columns:1fr;} }
.post-card { display:flex; flex-direction:column; border:1px solid var(--line); border-radius:16px; overflow:hidden; background:#fff; transition:box-shadow .25s ease, transform .25s ease; text-decoration:none; }
.post-card:hover { box-shadow:0 18px 44px -26px rgba(14,14,12,.26); transform:translateY(-3px); }
.pc-media { background:linear-gradient(135deg,#f1ecdf,#fff5ef); display:flex; align-items:center; justify-content:center; height:140px; }
.pc-glyph { font-family:Poppins,sans-serif; font-weight:800; font-size:34px; letter-spacing:-.03em; color:var(--brand); opacity:.85; }
.post-card .post-cat { padding:20px 22px 0; }
.post-card h3 { font-size:19px; line-height:1.2; letter-spacing:-.01em; margin:10px 22px 10px; }
.post-card p { font-size:15px; color:var(--muted); margin:0 22px 16px; }
.post-card .post-meta { padding:0 22px 22px; }

.nl-inner { display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.nl-inner h2 { font-size:32px; letter-spacing:-.02em; margin-bottom:10px; }
.nl-inner p { max-width:46ch; }

.cta-strip { background:var(--bg-alt); }
.cta-strip-inner { text-align:center; max-width:640px; margin:0 auto; }
.cta-strip-inner h2 { font-size:34px; letter-spacing:-.02em; margin-bottom:14px; }
.cta-strip-inner p { margin-bottom:26px; font-size:18px; }

/* ===== CHIP+BTN-LIGHT FIX ===== */
html body.page-template-elementor_canvas a.chip{color:var(--muted)!important}
html body.page-template-elementor_canvas a.chip:hover{color:var(--ink)!important}
html body.page-template-elementor_canvas a.chip.is-active{color:#fff!important}
html body.page-template-elementor_canvas a.btn-light{color:var(--ink)!important}
html body.page-template-elementor_canvas a.btn-light:hover{color:#fff!important}

/* ===== MOBILE NAV + SAFETY ===== */
@media (max-width: 768px){
  html body.page-template-elementor_canvas .nav-inner{padding:12px 18px; flex-wrap:wrap; gap:10px 14px;}
  html body.page-template-elementor_canvas .nav-menu{gap:16px; flex-wrap:wrap; font-size:13.5px;}
}
@media (max-width: 420px){
  html body.page-template-elementor_canvas .nav-menu{gap:12px;}
  html body.page-template-elementor_canvas .nav-menu a{font-size:12.5px;}
}
html body.page-template-elementor_canvas img{max-width:100%;}

/* ===== BTN-INK FIX (white text on dark button) ===== */
html body.page-template-elementor_canvas a.btn-ink{color:#fff!important}
html body.page-template-elementor_canvas a.btn-ink:hover{color:var(--ink)!important;background:#fff!important}

/* ===== BLOG SINGLE v3 SKIN ===== */
body.single-post #masthead{display:none!important;}
body.single-post #colophon{display:none!important;}
body.single-post, body.single-post #page, body.single-post .site-main, body.single-post #content, body.single-post article{background:#FBF8F1!important;color:#0E0E0C!important;}
body.single-post{font-family:'Poppins',system-ui,-apple-system,sans-serif!important;}
body.single-post .site-main h1, body.single-post .site-main h2, body.single-post .site-main h3, body.single-post .site-main h4, body.single-post .entry-title{color:#0E0E0C!important;}
body.single-post .site-main p, body.single-post .site-main li{color:#26231E!important;}
body.single-post .site-main a{color:#F14902;}
/* flatten dark elementor section backgrounds on posts */
body.single-post .site-main .elementor-section, body.single-post .site-main .e-con, body.single-post .site-main .elementor-column{background-color:transparent!important;}
body.page-id-6264 .gx-injected .footer-bottom a, body.single-post .gx-injected .footer-bottom a{color:#A8A296;}

/* ===== GX-CTA CREAM FIX (blog now cream) ===== */
body.single-post .gx-cta p{color:#0E0E0C!important;}
body.single-post .gx-cta a:last-of-type{color:#0E0E0C!important;border-color:rgba(14,14,12,0.3)!important;}
body.single-post .gx-cta a:first-of-type, body.single-post .gx-cta a[style*='background']{color:#ffffff!important;}
/* breadcrumb current page contrast */
body.single-post .site-main nav, body.single-post .site-main .breadcrumbs, body.single-post .site-main [class*='readcrumb']{color:#0E0E0C!important;}
body.single-post .site-main nav a, body.single-post .site-main [class*='readcrumb'] a{color:#F14902!important;}

/* ====== GX-CASE-IMG: v3 dark glyph cards (replace empty peach blocks) ====== */
html body.page-template-elementor_canvas .case-image{
 background:linear-gradient(135deg,#1a1814 0%,#0b0b09 100%)!important;
 position:relative!important;
 overflow:hidden!important;
 display:flex!important;
 align-items:center!important;
 justify-content:center!important;
 padding:32px!important;
 text-align:center!important;
 font-family:'Poppins',system-ui,sans-serif!important;
 font-weight:800!important;
 font-size:clamp(48px,7vw,84px)!important;
 letter-spacing:-0.03em!important;
 line-height:1!important;
 color:#F14902!important;
}
html body.page-template-elementor_canvas .case-image::before{
 content:'';position:absolute;right:-60px;top:50%;transform:translateY(-50%);
 width:300px;height:300px;border-radius:50%;
 border:1px solid rgba(214,61,0,0.22);
 box-shadow:0 0 0 36px rgba(214,61,0,0.10),0 0 0 78px rgba(214,61,0,0.06);
 pointer-events:none;
}
html body.page-template-elementor_canvas .case-image::after{
 content:'GROWTH100X';position:absolute;left:24px;bottom:18px;
 font-family:'Poppins',system-ui,sans-serif;font-weight:600;font-size:11px;letter-spacing:0.22em;color:#6B6660;
}
@media(max-width:760px){
 html body.page-template-elementor_canvas .case-image{font-size:48px!important;padding:24px!important;}
 html body.page-template-elementor_canvas .case-image::before{width:200px;height:200px;right:-50px;}
}
/* ====== END GX-CASE-IMG ====== */

/* ====== GX-CINFO: contact page "book directly" panel — dark v3 card ====== */
html body.page-template-elementor_canvas .cinfo{
 background:linear-gradient(135deg,#1a1814 0%,#0b0b09 100%)!important;
 color:#FBF8F1!important;
 padding:40px 36px!important;
 border-radius:20px!important;
 position:relative!important;
 overflow:hidden!important;
}
html body.page-template-elementor_canvas .cinfo *{color:inherit!important;}
html body.page-template-elementor_canvas .cinfo h1,
html body.page-template-elementor_canvas .cinfo h2,
html body.page-template-elementor_canvas .cinfo h3{color:#FBF8F1!important;}
html body.page-template-elementor_canvas .cinfo p,
html body.page-template-elementor_canvas .cinfo li,
html body.page-template-elementor_canvas .cinfo span{color:rgba(251,248,241,0.78)!important;}
html body.page-template-elementor_canvas .cinfo strong,
html body.page-template-elementor_canvas .cinfo b{color:#FBF8F1!important;}
html body.page-template-elementor_canvas .cinfo a{color:#F14902!important;}
html body.page-template-elementor_canvas .cinfo a:hover{color:#FF6A2A!important;}
html body.page-template-elementor_canvas .cinfo .pill{background:rgba(241,73,2,0.18)!important;color:#F14902!important;}
html body.page-template-elementor_canvas .cinfo .btn,
html body.page-template-elementor_canvas .cinfo .btn-light{background:#FBF8F1!important;color:#0E0E0C!important;border-color:#FBF8F1!important;}
html body.page-template-elementor_canvas .cinfo .btn:hover,
html body.page-template-elementor_canvas .cinfo .btn-light:hover{background:#fff!important;color:#0E0E0C!important;}
/* ====== END GX-CINFO ====== */

/* ====== GX-CINFO-ROWS: structure label/value rows inside the dark contact card ====== */
html body.page-template-elementor_canvas .cinfo > div:not([class]){margin-top:28px!important;display:flex!important;flex-direction:column!important;gap:0!important;}
html body.page-template-elementor_canvas .cinfo .irow{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;padding:16px 0!important;border-top:1px solid rgba(251,248,241,0.12)!important;flex-wrap:wrap!important;}
html body.page-template-elementor_canvas .cinfo .irow:first-child{border-top:none!important;padding-top:8px!important;}
html body.page-template-elementor_canvas .cinfo .irow .ilabel{font-family:Poppins,system-ui,sans-serif!important;font-size:11px!important;letter-spacing:0.16em!important;text-transform:uppercase!important;font-weight:600!important;color:rgba(251,248,241,0.55)!important;flex:0 0 auto!important;}
html body.page-template-elementor_canvas .cinfo .irow .ival{font-family:Poppins,system-ui,sans-serif!important;font-size:15px!important;font-weight:500!important;color:#FBF8F1!important;text-align:right!important;flex:1 1 auto!important;min-width:0!important;word-break:break-word!important;}
html body.page-template-elementor_canvas .cinfo .irow .ival a{color:#F14902!important;}
@media(max-width:520px){
 html body.page-template-elementor_canvas .cinfo .irow{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;}
 html body.page-template-elementor_canvas .cinfo .irow .ival{text-align:left!important;font-size:14px!important;}
}
/* ====== END GX-CINFO-ROWS ====== */

/* ====== GX-BOTTOM-CTA FIX: dark text on light peach gradient on single posts ====== */
body.single-post .gx-cta{color:#0E0E0C!important;}
body.single-post .gx-cta h2,body.single-post .gx-cta h3{color:#0E0E0C!important;}
body.single-post .gx-cta p{color:#26231E!important;}
body.single-post .gx-cta .eyebrow{color:#F14902!important;}
body.single-post .gx-cta .btn-light,body.single-post .gx-cta a.btn{border-color:rgba(14,14,12,0.3)!important;color:#0E0E0C!important;background:transparent!important;}
body.single-post .gx-cta .btn-primary{background:#F14902!important;color:#fff!important;border-color:#F14902!important;}
/* ====== END GX-BOTTOM-CTA FIX ====== */

/* ====== GX-HIDE-BREADCRUMB-META: clean header on single posts ====== */
body.single-post .hfe-breadcrumbs,
body.single-post .elementor-widget-breadcrumbs,
body.single-post .hfe-post-info,
body.single-post [class*=hfe-post-info-layout],
body.single-post .elementor-widget-post-info{display:none!important;}
body.single-post .elementor-widget:has(.hfe-breadcrumbs),
body.single-post .elementor-widget:has(.hfe-post-info),
body.single-post .elementor-widget:has([class*=hfe-post-info-layout]){display:none!important;}
/* ====== END ====== */

/* ====== GX-H1-CAP: cap title size + width on single posts ====== */
body.single-post .page-header{padding:48px 24px 16px!important;text-align:center!important;}
body.single-post .page-header h1.entry-title,
body.single-post h1.entry-title{font-family:Poppins,system-ui,sans-serif!important;font-weight:700!important;font-size:clamp(28px,4.2vw,46px)!important;line-height:1.18!important;letter-spacing:-.015em!important;color:#0E0E0C!important;max-width:920px!important;margin:0 auto!important;text-align:center!important;}
@media(max-width:760px){
 body.single-post .page-header{padding:28px 16px 10px!important;}
 body.single-post h1.entry-title{font-size:28px!important;line-height:1.22!important;}
}
/* Imported Elementor titles too: cap any monster heading at start of body */
body.single-post .elementor-element .elementor-heading-title:first-of-type,
body.single-post .elementor-widget-heading:first-of-type .elementor-heading-title{font-size:clamp(28px,4.2vw,46px)!important;line-height:1.18!important;letter-spacing:-.015em!important;max-width:920px!important;margin-left:auto!important;margin-right:auto!important;}
/* ====== END GX-H1-CAP ====== */


/* ============ GX-FOOTER-FIX: article-page footer matches homepage container (1240px max-width, 32px side padding, centered) ============ */
body.page-id-6264 footer.gx-injected > .container, body.single-post footer.gx-injected > .container,
body.single footer.gx-injected > .container,
body.archive footer.gx-injected > .container,
body.search footer.gx-injected > .container,
body.error404 footer.gx-injected > .container{max-width:1240px!important;padding-left:32px!important;padding-right:32px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
body.page-id-6264 footer.gx-injected .footer-mega, body.single-post footer.gx-injected .footer-mega,
body.single footer.gx-injected .footer-mega,
body.archive footer.gx-injected .footer-mega,
body.search footer.gx-injected .footer-mega,
body.error404 footer.gx-injected .footer-mega{max-width:100%!important;}
@media(max-width:760px){body.page-id-6264 footer.gx-injected > .container, body.single-post footer.gx-injected > .container,body.single footer.gx-injected > .container{padding-left:20px!important;padding-right:20px!important;}}
/* ============ END GX-FOOTER-FIX ============ */


/* ============ GX-UNIFY-POST-BOX: every single-post (classic + imported Elementor) wraps body+FAQ+Related+CTA inside the peach box (Chatbots-style) ============ */
body.single-post .page-content{background:linear-gradient(180deg,#FDF4E8,#FBF8F1)!important;border:1px solid rgba(241,73,2,.30)!important;border-radius:24px!important;max-width:1080px!important;padding:48px 56px!important;margin:24px auto 64px!important;box-sizing:border-box!important;}
/* on imported Elementor posts, kill the nested inner orange border/bg/radius so we don't get a double-box */
body.single-post .page-content .elementor .elementor-element.e-con,
body.single-post .page-content .elementor .elementor-element.e-con-full,
body.single-post .page-content .elementor-section,
body.single-post .page-content .elementor-container{border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;}
body.single-post .page-content .elementor,
body.single-post .page-content .elementor-element.e-con-full{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;}
/* tighten FAQ / Related / CTA spacing now that they're inside the box */
body.single-post .page-content > .gx-faq{margin-top:48px!important;border-top:1px solid rgba(14,14,12,.12)!important;padding-top:32px!important;}
body.single-post .page-content > .jp-relatedposts{margin-top:48px!important;padding-top:8px!important;}
body.single-post .page-content > .gx-cta{margin-top:32px!important;}
@media(max-width:760px){body.single-post .page-content{padding:24px 18px!important;border-radius:18px!important;margin:12px 12px 40px!important;}}
/* ============ END GX-UNIFY-POST-BOX ============ */


/* ============ GX-LIST-TIGHTEN: kill paste-artifact <br> tags inside list items + tighten li spacing across all blogs ============ */
body.single-post .page-content li br,
body.single .page-content li br{display:none!important;}
body.single-post .page-content ul > li,
body.single-post .page-content ol > li,
body.single .page-content ul > li,
body.single .page-content ol > li{padding-top:4px!important;padding-bottom:4px!important;}
body.single-post .page-content ul > li::before{top:14px!important;}
body.single-post .page-content ol > li::before{top:4px!important;}
/* also clean up empty <p> tags Worpress sometimes leaves as paste artifacts */
body.single-post .page-content p:empty,body.single .page-content p:empty{display:none!important;}
/* ============ END GX-LIST-TIGHTEN ============ */


/* ============= GX-MOBILE-FIX: first-fold + header polish on <=760px viewports ============= */

/* 1) No FOUC in the hero rotator - default hide all potential rotating words */
.rotator span{display:none!important}
.rotator span.active{display:inline!important}
.hero h1, .hero .display{word-spacing:0.05em}

@media(max-width:760px){
  /* Hero: compact padding + readable H1 */
  .hero{padding:48px 20px 56px!important}
  .hero .container{padding:0!important}
  .hero .display, .hero h1{font-size:clamp(34px,9vw,48px)!important;line-height:1.08!important;letter-spacing:-0.02em!important}
  .hero .sub, .hero p{font-size:16px!important;line-height:1.55!important;margin-top:16px!important}
  .hero-grid{grid-template-columns:1fr!important;gap:24px!important}
  .hero .btn, .hero a.btn, .hero a[class*=book]{font-size:15px!important;padding:13px 22px!important}
  .hero-visual, .hero-card{margin-top:24px!important}

  /* NAV: single row - hide centre menu items, keep logo + Book CTA, expose burger for nav */
  header nav.nav, header .nav{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 16px!important;flex-wrap:nowrap!important}
  header nav.nav a, header .nav a{font-size:14px!important}
  header nav.nav > a:not(.logo):not([class*=book]){display:none!important}
  header nav.nav > a[class*=book], header .nav > a[href*="schedule"], header .nav a.btn{padding:10px 16px!important;font-size:13px!important;white-space:nowrap!important}
  /* burger trigger */
  .gx-burger{display:inline-flex!important}
  /* Open-state drawer */
  header.gx-menu-open nav.nav{flex-wrap:wrap!important;height:auto!important}
  header.gx-menu-open nav.nav > a{display:block!important;flex:1 1 100%!important;padding:14px 8px!important;border-top:1px solid rgba(14,14,12,.08)!important}
}

/* Burger element styling - hidden by default, shown on mobile */
.gx-burger{display:none;background:transparent;border:0;width:40px;height:40px;padding:0;cursor:pointer;align-items:center;justify-content:center}
.gx-burger span{display:block;width:22px;height:2px;background:#0E0E0C;position:relative}
.gx-burger span::before, .gx-burger span::after{content:'';position:absolute;left:0;width:22px;height:2px;background:#0E0E0C}
.gx-burger span::before{top:-7px}
.gx-burger span::after{top:7px}
header.gx-menu-open .gx-burger span{background:transparent}
header.gx-menu-open .gx-burger span::before{top:0;transform:rotate(45deg)}
header.gx-menu-open .gx-burger span::after{top:0;transform:rotate(-45deg)}

/* ============ END GX-MOBILE-FIX ============= */


/* ============= GX-MOBILE-FIX: first-fold + nav polish (real DOM: body > nav.nav, no <header>) ============= */

/* 1) NO FOUC in hero rotator - hide inactive words by default */
.display .rotator span, h1 .rotator span, .rotator > span{display:none!important}
.rotator > span.active{display:inline!important}

@media(max-width:760px){
  /* HERO: compact first-fold */
  .hero {padding:48px 20px 56px!important;}
  .hero .container {padding:0!important;}
  .hero .display, .hero h1 {font-size:clamp(34px, 9vw, 48px)!important;line-height:1.08!important;letter-spacing:-0.02em!important;}
  .hero .sub, .hero > .container p {font-size:16px!important;line-height:1.55!important;margin-top:16px!important;}
  .hero-grid {grid-template-columns:1fr!important;gap:24px!important;}
  .hero .btn, .hero a.btn, .hero a[class*=book], .hero a[href*="schedule"] {font-size:15px!important;padding:13px 22px!important;}
  .hero-visual, .hero-card {margin-top:24px!important;}

  /* NAV: single row, hide interior menu items until burger is open */
  nav.nav, body > nav {padding:10px 16px!important;display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:nowrap!important;}
  nav.nav > a:not(.brand):not(.logo):not([class*=book]):not([class*=btn]):not(.gx-burger),
  body > nav > a:not(.brand):not(.logo):not([class*=book]):not([class*=btn]):not(.gx-burger) {display:none!important;}
  nav.nav > .brand, nav.nav > .logo, nav.nav > a:first-child {margin-right:auto!important;font-size:17px!important;}
  nav.nav a[class*=book], nav.nav a.btn {font-size:13px!important;padding:10px 16px!important;white-space:nowrap!important;}
  .gx-burger {display:inline-flex!important;}

  /* Open drawer */
  nav.nav.gx-open {flex-wrap:wrap!important;}
  nav.nav.gx-open > a:not(.brand):not(.logo):not():not(.gx-burger) {display:block!important;flex:1 1 100%!important;padding:14px 8px!important;font-size:16px!important;border-top:1px solid rgba(14,14,12,0.1)!important;color:#0E0E0C!important;}
}

/* Burger element styling - hidden by default, shown on mobile */
.gx-burger {display:none;background:transparent;border:0;width:40px;height:40px;padding:0;cursor:pointer;align-items:center;justify-content:center;}
.gx-burger span {display:block;width:22px;height:2px;background:#0E0E0C;position:relative;}
.gx-burger span::before, .gx-burger span::after {content:'';position:absolute;left:0;width:22px;height:2px;background:#0E0E0C;transition:transform 0.25s;}
.gx-burger span::before {top:-7px;}
.gx-burger span::after {top:7px;}
body.gx-menu-open .gx-burger span {background:transparent;}
body.gx-menu-open .gx-burger span::before {top:0;transform:rotate(45deg);}
body.gx-menu-open .gx-burger span::after {top:0;transform:rotate(-45deg);}

/* ============ END GX-MOBILE-FIX ============ */


/* ============= GX-MOBILE-FIX-V2: dom is nav.nav > .nav-inner > [.nav-logo, .nav-menu] ============= */

/* No FOUC in hero rotator */
.rotator > span{display:none!important}
.rotator > span.active{display:inline!important}

@media(max-width:760px){
  /* HERO: compact first-fold */
  .hero {padding:36px 20px 48px!important;}
  .hero > .container {paddinl:0!important;}
  .hero .display, .hero h1 {font-size:clamp(34px, 9vw, 48px)!important;line-height:1.08!important;letter-spacing:-0.02em!important;}
  .hero .sub, .hero .container > p {font-size:16px!important;line-height:1.55!important;margin-top:16px!important;}
  .hero-grid {grid-template-columns:1fr!important;gap:20px!important;}
  .hero .btn, .hero a.btn {font-size:15px!important;padding:13px 22px!important;}
  .hero-visual, .hero-card {margin-top:20px!important;}

  /* NAV: single row - keep logo + Book CTA, hide others until burger opens */
  nav.nav {padding:0!important;}
  .nav-inner {padding:10px 16px!important;gap:10px!important;flex-wrap:nowrap!important;}
  .nav-logo {font-size:17px!important;margin-right:auto!important;}
  .nav-menu {gap:8px!important;align-items:center!important;}
  .nav-menu > a:not(.btn) {display:none!important;}
  .nav-menu > a.btn, .nav-menu > a.btn-primary {font-size:13px!important;padding:10px 16px!important;white-space:nowrap!important;}
  .gx-burger {display:inline-flex!important;}

  /* Open drawer (toggled by body.gx-menu-open) */
  body.gx-menu-open .nav-inner {flex-wrap:wrap!important;}
  body.gx-menu-open .nav-menu {flex-wrap:wrap!important;flex:1 1 100%!important;order:99!important;width:100%!important;border-top:1px solid rgba(14,14,12,0.1)!important;padding:8px 0 12px!important;margin-top:10px!important;}
  body.gx-menu-open .nav-menu > a:not(.btn) {display:block!important;flex:1 1 100%!important;padding:12px 8px!important;font-size:16px!important;color:#0E0E0C!important;border-bottom:1px solid rgba(14,14,12,0.08)!important;}
}

/* Burger element - hidden desktop, shown mobile */
.gx-burger {display:none;background:transparent;border:0;width:40px;height:40px;padding:0;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0;}
.gx-burger span {display:block;width:22px;height:2px;background:#0E0E0C;position:relative;}
.gx-burger span::before, .gx-burger span::after {content:'';position:absolute;left:0;width:22px;height:2px;background:#0E0E0C;transition:transform 0.25s;}
.gx-burger span::before {top:-7px;}
.gx-burger span::after {top:7px;}
body.gx-menu-open .gx-burger span {background:transparent;}
body.gx-menu-open .gx-burger span::before {top:0;transform:rotate(45deg);}
body.gx-menu-open .gx-burger span::after {top:0;transform:rotate(-45deg);}

/* ============ END GX-MOBILE-FIX ============ */



/* ============ GX-WORDMARK-LOGO (v3): FOOTER ONLY - replace old PNG with new dark wordmark; header stays as original text logo ============ */
footer .footer-brand img[src*="growth100x-logo"],
footer.gx-injected .footer-brand img[src*="growth100x-logo"],
.footer-brand .nav-logo img {
  content: url(https://growth100x.com/wp-content/uploads/2026/05/growth100x-wordmark-dark-tight.webp) !important;
  height: 44px !important;
  width: auto !important;
  max-width: 220px !important;
}
/* ============ END GX-WORDMARK-LOGO ============ */


/* ============ GX-MEGA-NAV-CSS-2026-06-13: mega-menu styling ============ */
.gx-mega-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  height: 76px;
  position: relative;
}
.gx-mega-menu {
  display: flex !important;
  align-items: center;
  gap: 28px;
}
.gx-mega-menu > a,
.gx-mega-menu > .gx-nav-item > a {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: #0E0E0C;
  text-decoration: none;
  letter-spacing: -0.005em;
  padding: 8px 4px;
  position: relative;
  transition: color .15s;
}
.gx-mega-menu > a:hover,
.gx-mega-menu > .gx-nav-item > a:hover {
  color: #F14902;
}
.gx-mega-menu .gx-caret {
  font-size: 10px;
  margin-left: 4px;
  opacity: 0.6;
}
.gx-mega-menu .gx-nav-audit {
  color: #F14902 !important;
  font-weight: 600 !important;
}
.gx-mega-menu .gx-nav-audit::before {
  content: "★ ";
  font-size: 11px;
}
.gx-mega-menu .btn.btn-primary {
  margin-left: 8px;
}

/* Mega panel */
.gx-nav-item {
  position: static;
}
.gx-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FAF7F2;
  border-top: 1px solid rgba(14, 14, 12, 0.08);
  border-bottom: 1px solid rgba(14, 14, 12, 0.08);
  box-shadow: 0 16px 32px rgba(14, 14, 12, 0.06);
  display: none;
  padding: 36px 32px;
  z-index: 100;
}
.gx-nav-item:hover .gx-mega,
.gx-nav-item:focus-within .gx-mega {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
.gx-mega-col {
  min-width: 200px;
  max-width: 260px;
}
.gx-mega-col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #F14902;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(241, 73, 2, 0.15);
}
.gx-mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gx-mega-col ul li a {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0E0E0C;
  text-decoration: none;
  letter-spacing: -0.01em;
  display: block;
  transition: color .12s, transform .12s;
}
.gx-mega-col ul li a:hover {
  color: #F14902;
  transform: translateX(2px);
}

/* Caret rotation on hover */
.gx-nav-item:hover .gx-caret {
  transform: rotate(180deg);
  transition: transform .2s;
  display: inline-block;
}

/* Mobile — hide mega-menu links, show burger + drawer */
@media (max-width: 880px) {
  .gx-mega-nav .nav-inner {
    height: 64px;
    padding: 0 20px;
  }
  .gx-mega-menu > .gx-nav-item,
  .gx-mega-menu > a:not(.btn) {
    display: none;
  }
  .gx-mega-menu > .btn.btn-primary {
    padding: 8px 14px;
    font-size: 13px;
  }
  body.gx-menu-open .gx-mega-menu {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FAF7F2;
    padding: 24px;
    gap: 8px;
    overflow-y: auto;
    z-index: 99;
    align-items: stretch;
  }
  body.gx-menu-open .gx-mega-menu > .gx-nav-item,
  body.gx-menu-open .gx-mega-menu > a {
    display: block !important;
    padding: 14px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(14, 14, 12, 0.08);
  }
  body.gx-menu-open .gx-mega-menu > .gx-nav-item > a {
    pointer-events: none;
  }
  body.gx-menu-open .gx-mega {
    display: block;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 16px 0 8px;
  }
  body.gx-menu-open .gx-mega-col {
    min-width: 0;
    max-width: none;
    margin-bottom: 16px;
  }
  body.gx-menu-open .gx-mega-col h4 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  body.gx-menu-open .gx-mega-col ul {
    gap: 10px;
  }
  body.gx-menu-open .gx-mega-col ul li a {
    font-size: 16px;
    padding-left: 12px;
  }
}

/* Refined nav "Book a call" button */
.gx-mega-nav .nav-inner .btn.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 9px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.005em !important;
  border-radius: 999px !important;
  height: auto !important;
  min-height: 0 !important;
  white-space: nowrap !important;
  background: #F14902 !important;
  color: #fff !important;
  border: 0 !important;
  margin-left: 4px !important;
  transition: background .15s, transform .15s !important;
}
.gx-mega-nav .nav-inner .btn.btn-primary:hover {
  background: #D43F00 !important;
  transform: translateY(-1px);
}
.gx-mega-nav .nav-inner .btn.btn-primary.btn-arrow::after {
  content: '→' !important;
  font-size: 15px !important;
  margin: 0 0 0 2px !important;
  line-height: 1 !important;
  display: inline-block !important;
  transform: translateY(-0.5px) !important;
}
.gx-mega-nav .nav-inner .btn.btn-primary.btn-arrow {
  padding-right: 18px !important;
}
/* Make sure the audit + insights links don't look cramped */
.gx-mega-menu > a:not(.btn) {
  padding: 8px 6px !important;
}

/* ============ END GX-MEGA-NAV-CSS-2026-06-13 ============ */


/* ============ GX-DELIVERABLES-GRID-2026-06-13: adaptive deliverables grid (fixes empty-column dead space on 3, 5, 6 card sections) ============ */
.deliverables {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 0 !important;
}
/* Same for svc-process where it's used to render fit cards (4 cards or 3-per-row layouts) */
.svc-process {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 28px !important;
}
/* On mobile, collapse cleanly */
@media (max-width: 768px) {
  .deliverables, .svc-process {
    grid-template-columns: 1fr !important;
  }
}
/* ============ END GX-DELIVERABLES-GRID-2026-06-13 ============ */


/* ============ GX-MEGA-HOVER-FIX-2026-06-13: prevent dropdown closing when moving cursor into it + click-to-open ============ */
/* Invisible bridge between nav label and mega panel */
.gx-mega-nav .gx-nav-item {
  position: static;
}
.gx-mega-nav .gx-mega {
  padding-top: 16px !important;
  background-clip: content-box, padding-box !important;
  background-origin: padding-box !important;
}
.gx-mega-nav .gx-mega::before {
  content: '' !important;
  position: absolute !important;
  top: -10px !important;
  left: 0 !important;
  right: 0 !important;
  height: 16px !important;
  background: transparent !important;
  display: block !important;
}
/* Keep panel open when cursor is on the panel itself */
.gx-mega-nav .gx-nav-item:hover .gx-mega,
.gx-mega-nav .gx-nav-item:focus-within .gx-mega,
.gx-mega-nav .gx-nav-item.gx-open .gx-mega,
.gx-mega-nav .gx-mega:hover {
  display: flex !important;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
/* Caret rotates on open */
.gx-mega-nav .gx-nav-item.gx-open .gx-caret,
.gx-mega-nav .gx-nav-item:hover .gx-caret {
  display: inline-block;
  transform: rotate(180deg);
  transition: transform .2s ease;
}
.gx-mega-nav .gx-caret {
  transition: transform .2s ease;
}
/* ============ END GX-MEGA-HOVER-FIX-2026-06-13 ============ */


/* ============ GX-DARK-BLOCK-CONTRAST-2026-06-13: brighten muted text inside dark currency/metric blocks for readability ============ */
div[style*="background:#0E0E0C"] p,
div[style*="background: #0E0E0C"] p,
div[style*="background:#0E0E0C"] span:not(strong):not(.pill),
div[style*="background: #0E0E0C"] span:not(strong):not(.pill) {
  color: #D4CDC2 !important;
}
div[style*="background:#0E0E0C"] [style*="color:#A8A296"],
div[style*="background:#0E0E0C"] [style*="color:#A8A29C"],
div[style*="background: #0E0E0C"] [style*="color:#A8A296"],
div[style*="background: #0E0E0C"] [style*="color:#A8A29C"] {
  color: #D4CDC2 !important;
}
/* Strong/bold inside dark blocks stays bright white for hierarchy */
div[style*="background:#0E0E0C"] strong,
div[style*="background: #0E0E0C"] strong {
  color: #FAF7F2 !important;
}
/* ============ END GX-DARK-BLOCK-CONTRAST-2026-06-13 ============ */


/* ============ GX-MEGA-OVERLAY-2026-06-13: bigger hover-bridge + glass-style transparent panel ============ */
/* Bigger invisible bridge that fully covers the 20.7px gap between trigger and panel */
.gx-mega-nav .gx-mega::before {
  content: '' !important;
  position: absolute !important;
  top: -30px !important;
  left: 0 !important;
  right: 0 !important;
  height: 32px !important;
  background: transparent !important;
  display: block !important;
}
/* Frosted-glass mega panel — semi-transparent so hero content shows through, with backdrop blur for readability */
.gx-mega-nav .gx-mega {
  background: rgba(250, 247, 242, 0.85) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  box-shadow: 0 8px 40px rgba(14, 14, 12, 0.08), 0 2px 8px rgba(14, 14, 12, 0.04) !important;
  border-top: 1px solid rgba(241, 73, 2, 0.10) !important;
  border-bottom: 0 !important;
  padding: 36px 32px !important;
  padding-top: 32px !important;
}
/* Also frost the nav itself so it feels of a piece */
.gx-mega-nav {
  background: rgba(250, 247, 242, 0.78) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
}
/* On the homepage Elementor template, position the nav over content */
body:not(.page-template-elementor_canvas) .gx-mega-nav { position: relative !important; }
/* ============ END GX-MEGA-OVERLAY-2026-06-13 ============ */


/* ============ GX-CTA-PREMIUM-2026-06-14: depth-rich button + availability pill + credibility line ============ */
/* TO REVERT: delete this entire block AND the GX-CTA-PREMIUM-JS block in snippet 5119 */

.btn-primary.gx-btn-premium {
  position: relative;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, transparent 45%, rgba(0,0,0,0.06) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.24),
    inset 0 -1px 0 rgba(0,0,0,0.06),
    0 10px 24px rgba(255,107,53,0.22),
    0 2px 6px rgba(255,107,53,0.16) !important;
  transition: transform 220ms cubic-bezier(0.2,0.8,0.2,1),
              box-shadow 220ms cubic-bezier(0.2,0.8,0.2,1) !important;
}
.btn-primary.gx-btn-premium:hover {
  transform: translateY(-1px) scale(1.018);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.28),
    inset 0 -1px 0 rgba(0,0,0,0.08),
    0 16px 36px rgba(255,107,53,0.32),
    0 4px 10px rgba(255,107,53,0.20) !important;
}
.btn-primary.gx-btn-premium:active {
  transform: translateY(0) scale(0.992);
  transition-duration: 80ms;
}

.gx-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 12px;
  background: rgba(14,14,12,0.04);
  border: 1px solid rgba(14,14,12,0.09);
  border-radius: 100px;
  font-size: 13px;
  color: #2A2722;
  font-weight: 500;
  letter-spacing: -0.005em;
  white-space: nowrap;
  vertical-align: middle;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", sans-serif;
  margin-left: 12px;
}
.gx-cta-pill .gx-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2DBE6C;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.gx-cta-pill .gx-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #2DBE6C;
  animation: gxPulse 2.4s ease-out infinite;
}
@keyframes gxPulse {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(2.6); opacity: 0; }
}

.gx-cta-credibility {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: #6B655E;
  font-weight: 500;
  letter-spacing: -0.005em;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", sans-serif;
}

@media (max-width: 720px) {
  .gx-cta-pill { font-size: 12px; padding: 6px 12px; margin-left: 0; margin-top: 10px; }
  .gx-cta-credibility { font-size: 12px; margin-top: 12px; }
}

/* ============ END GX-CTA-PREMIUM-2026-06-14 ============ */


/* ============ GX-ORANGE-CTA-FIX-2026-06-14: force readable white text on orange CTA cards ============ */
/* Issue: orange-background CTA cards had headline/description rendering dark.
   Fixes city pages (.svc-footer-cta), comparison posts (.cmp-cta), pillar posts (.pillar-cta),
   and Layer 3 inline audit (.gx-inline-audit). */

.svc-footer-cta h3, .svc-footer-cta .svc-footer-cta-text h3,
.cmp-cta h3, .cmp-cta-text h3,
.pillar-cta h3, .pillar-cta-text h3,
body .site-main .cmp-cta h3, body .site-main .pillar-cta h3,
body.single-post .site-main .cmp-cta h3,
body.single-post .site-main .pillar-cta h3,
body .cmp-post .cmp-cta h3, body .pillar .pillar-cta h3 {
  color: #ffffff !important;
}

.svc-footer-cta p, .svc-footer-cta .svc-footer-cta-text p,
.cmp-cta p, .cmp-cta-text p,
.pillar-cta p, .pillar-cta-text p,
body .site-main .cmp-cta p, body .site-main .pillar-cta p,
body.single-post .site-main .cmp-cta p,
body.single-post .site-main .pillar-cta p,
body .cmp-post .cmp-cta p, body .pillar .pillar-cta p {
  color: rgba(255,255,255,0.92) !important;
}

/* The eyebrow micro-label inside orange CTA cards */
.svc-footer-cta div[style*="letter-spacing"],
.cmp-cta div[style*="letter-spacing"],
.pillar-cta div[style*="letter-spacing"] {
  color: rgba(255,255,255,0.92) !important;
}

/* Force compact, properly-padded orange CTA cards — beats 120px 0 site rule */
.svc-footer-cta {
  padding: 36px 40px !important;
  min-height: 0 !important;
  align-items: center !important;
  gap: 24px !important;
}
.cmp-cta {
  padding: 36px 40px !important;
  min-height: 0 !important;
  align-items: center !important;
  gap: 24px !important;
}
.pillar-cta {
  padding: 36px 40px !important;
  min-height: 0 !important;
  align-items: center !important;
  gap: 24px !important;
}

/* WP autop wraps <a class="btn"> in <p> — kill the paragraph's default vertical margins */
.svc-footer-cta > p, .cmp-cta > p, .pillar-cta > p {
  margin: 0 !important;
}

/* GX-CTA-BTN-FORCE-WHITE: button inside orange cards = clean white text, no underline */
.svc-footer-cta a.btn, .svc-footer-cta a,
.cmp-cta a.btn, .cmp-cta a,
.pillar-cta a.btn, .pillar-cta a,
body .site-main .cmp-cta a, body .site-main .pillar-cta a,
body.single-post .site-main .cmp-cta a,
body.single-post .site-main .pillar-cta a {
  color: #ffffff !important;
  text-decoration: none !important;
  text-decoration-thickness: 0 !important;
}

/* Hide any F46 pill or credibility line that slipped through into orange cards (safety net) */
.svc-footer-cta .gx-cta-pill,
.svc-footer-cta .gx-cta-credibility,
.cmp-cta .gx-cta-pill,
.cmp-cta .gx-cta-credibility,
.pillar-cta .gx-cta-pill,
.pillar-cta .gx-cta-credibility,
.gx-inline-audit .gx-cta-pill,
.gx-inline-audit .gx-cta-credibility {
  display: none !important;
}

/* ============ END GX-ORANGE-CTA-FIX-2026-06-14 ============ */

/* GX-CLS-2026-06-30 — reserve space to cut layout shift (CLS) */
nav.nav, nav.nav .nav-inner{ min-height:64px; }
body.page-template-elementor_canvas .display{ min-height:1.15em; }
footer.gx-injected, footer{ min-height:120px; }
.gx-quick-answer, .gx-pillar-callout{ contain:layout; }

/* GX-NAV-ALIGN-2026-06-30 — align header container with page content (1240) so logo lines up with the content edge + vertical line */
nav.nav .nav-inner{ max-width:1240px !important; }


/* GX-BYLINE-SHRINK-2026-07-07 — force byline small on all single posts */
body .post-body .byline,
body.single-post .post-body .byline,
article.post .post-body .byline,
body .single .post-body .byline,
body .cmp-post .post-body .byline {
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #8C8275 !important;
  margin: 0 0 24px !important;
  letter-spacing: 0.01em !important;
}
body .post-body .byline strong,
body .post-body .byline a,
body .post-body .byline span {
  font-size: 11px !important;
  line-height: 1.5 !important;
}
body .post-body .byline a {
  color: #F14902 !important;
  text-decoration: none !important;
}


/* GX-ROI-VISIBILITY-2026-07-07 — force light text on dark ROI folds */
body .gxroi-divider h3,
body.page .gxroi-divider h3 {
  color: #FAF7F2 !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  margin: 0 0 10px !important;
  line-height: 1.25 !important;
}
body .gxroi-divider p,
body.page .gxroi-divider p {
  color: rgba(250,247,242,0.75) !important;
  font-size: 16px !important;
}
body .gxroi-divider {
  background: #0E0E0C !important;
}
body .gxroi-fold .gxroi-h1,
body.page .gxroi-fold .gxroi-h1,
body .gxroi-fold h2.gxroi-h1 {
  color: #FAF7F2 !important;
  font-size: 36px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  font-family: "Fraunces", Georgia, serif !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 20px !important;
}
body .gxroi-fold .gxroi-lede,
body.page .gxroi-fold .gxroi-lede {
  color: rgba(250,247,242,0.78) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  max-width: 720px !important;
  margin: 0 0 40px !important;
}
body .gxroi-fold .gxroi-ch3 {
  color: #FAF7F2 !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  margin: 0 0 24px !important;
}
body .gxroi-fold .gxroi-benefit strong {
  color: #FAF7F2 !important;
  font-size: 16px !important;
  display: block !important;
  margin-bottom: 4px !important;
}
body .gxroi-fold .gxroi-benefit span {
  color: rgba(250,247,242,0.65) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
body .gxroi-fold .gxroi-ilabel {
  color: rgba(250,247,242,0.72) !important;
  font-size: 13px !important;
}
body .gxroi-fold .gxroi-ival {
  color: #F14902 !important;
  font-weight: 700 !important;
}
body .gxroi-fold .gxroi-rlabel {
  color: rgba(255,255,255,0.92) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}
body .gxroi-fold .gxroi-rval {
  color: #fff !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-size: 34px !important;
  font-weight: 500 !important;
}
body .gxroi-fold .gxroi-rsub {
  color: rgba(255,255,255,0.88) !important;
  font-size: 13px !important;
}
body .gxroi-fold .gxroi-eyebrow,
body.page .gxroi-fold .gxroi-eyebrow {
  color: #F14902 !important;
  font-size: 12px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}
body .gxroi-divider .lbl {
  color: #F14902 !important;
}
body .gxroi-fold .gxroi-clabel {
  color: #F14902 !important;
}
body .gxroi-fold .gxroi-card {
  background: #191713 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}
