/* ============================================================
   EVOLVING LEADERSHIP: Main Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Satisfy&family=Inter:wght@400;500;600;700;800;900&family=IBM+Plex+Mono:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --bg:           #0b1120;
  --bg-2:         #111b2e;
  --bg-3:         #151f35;
  --bg-card:      #151f35;
  --border:       #253a5a;
  --border-light: #527090;
  --teal:         #00c9b1;
  --teal-dim:     #00a896;
  --cyan:         #38d8f5;
  --cyan-dim:     #22d3ee;
  --gold:         #f59e0b;
  --orange:       #f97316;
  --violet:       #a78bfa;
  --amber:        #f5a623;
  --indigo:       #818cf8;
  --orbit-cyan-bg:   #071519;
  --orbit-gold-bg:   #1a1208;
  --orbit-orange-bg: #1a1208;
  --orbit-teal-bg:   #071a17;
  --orbit-violet-bg: #0d0e1f;
  --orbit-amber-bg:  #1a1208;
  --text:         #e8f0fe;
  --text-muted:   #8ca5c4;
  --text-dim:     #7090b0;
  --white:        #e8f0fe;
  --font-head:    'Inter', sans-serif;
  --font-mono:    'IBM Plex Mono', monospace;
  --font-body:    'Lora', serif;
  --radius:       8px;
  --radius-lg:    12px;
  --shadow:       0 4px 24px rgba(0,0,0,0.4);
  --shadow-lg:    0 8px 48px rgba(0,0,0,0.6);
  --transition:   0.22s ease;
  --max-w:        1140px;
}

/* ── Light Theme ───────────────────────────────────────────── */
[data-theme="light"] {
  --bg:           #f0f4fa;
  --bg-2:         #e8eef7;
  --bg-3:         #e0e8f3;
  --bg-card:      #ffffff;
  --border:       #cdd8ea;
  --border-light: #b4c4d8;
  --teal:         #006657;
  --teal-dim:     #005448;
  --cyan:         #005f7a;
  --cyan-dim:     #004a60;
  --gold:         #a16207;
  --orange:       #c2410c;
  --violet:       #7c3aed;
  --amber:        #b45309;
  --indigo:       #4f46e5;
  --orbit-cyan-bg:   rgba(56,216,245,0.14);
  --orbit-gold-bg:   rgba(245,158,11,0.14);
  --orbit-orange-bg: rgba(249,115,22,0.14);
  --orbit-teal-bg:   rgba(0,201,177,0.14);
  --orbit-violet-bg: rgba(167,139,250,0.14);
  --orbit-amber-bg:  rgba(245,166,35,0.14);
  --text:         #0d1829;
  --text-muted:   #3a5272;
  --text-dim:     #4d6680;
  --white:        #0d1829;
  --shadow:       0 4px 24px rgba(13,24,41,0.10);
  --shadow-lg:    0 8px 48px rgba(13,24,41,0.15);
}

[data-theme="light"] body { background: var(--bg); }
[data-theme="light"] a:hover { color: var(--cyan-dim); }

[data-theme="light"] .nav {
  background: rgba(240,244,250,0.88);
  border-bottom-color: var(--border);
}
[data-theme="light"] .nav.scrolled { background: rgba(240,244,250,0.98); }

[data-theme="light"] .nav-links a { color: var(--text-muted); }
[data-theme="light"] .nav-links a:hover,
[data-theme="light"] .nav-links a.active {
  color: var(--teal);
  background: rgba(0,102,87,0.07);
}

[data-theme="light"] .nav-dropdown-menu {
  background: #ffffff;
  border-color: var(--border);
  box-shadow: 0 8px 32px rgba(13,24,41,0.12);
}
[data-theme="light"] .nav-dropdown-menu a { color: var(--text-muted); }
[data-theme="light"] .nav-dropdown-menu a:hover {
  background: rgba(0,102,87,0.08);
  color: var(--teal);
}

[data-theme="light"] .nav-mobile {
  background: #ffffff;
  border-top-color: var(--border);
}
[data-theme="light"] .nav-mobile a { color: var(--text-muted); }
[data-theme="light"] .nav-mobile a:hover { color: var(--teal); }
[data-theme="light"] .nav-hamburger span { background: var(--text); }

[data-theme="light"] .home-hero,
[data-theme="light"] .page-hero {
  background:
    radial-gradient(ellipse 90% 70% at 60% 10%, rgba(0,102,87,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(0,95,122,0.05) 0%, transparent 50%),
    var(--bg);
}
[data-theme="light"] .home-hero::before {
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%236b84ab' fill-opacity='0.16'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
  filter: none;
}
[data-theme="light"] .page-hero::before {
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236b84ab' fill-opacity='0.22'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
  filter: none;
}

[data-theme="light"] .host-section {
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0,102,87,0.05) 0%, transparent 55%),
    var(--bg-2);
}

[data-theme="light"] .btn-ghost {
  color: var(--text-muted);
  border-color: var(--border-light);
}
[data-theme="light"] .btn-ghost:hover { border-color: var(--teal); color: var(--teal); }

[data-theme="light"] .btn-outline { color: var(--teal); border-color: var(--teal); }
[data-theme="light"] .btn-outline:hover {
  background: rgba(0,102,87,0.08);
  color: var(--teal-dim);
  border-color: var(--teal-dim);
}

[data-theme="light"] .pillar-number { color: var(--border-light); }
[data-theme="light"] .pillar-number-large { color: var(--border); }

[data-theme="light"] .framework-conclusion {
  background: linear-gradient(135deg, rgba(0,102,87,0.07) 0%, rgba(0,95,122,0.04) 100%);
  border-color: rgba(0,102,87,0.25);
}

[data-theme="light"] .subscribe-section {
  background: linear-gradient(135deg, rgba(0,102,87,0.06) 0%, transparent 50%);
  border-color: var(--border);
}
[data-theme="light"] .subscribe-form input[type="email"] {
  background: #ffffff;
  border-color: var(--border);
  color: var(--text);
}
[data-theme="light"] .subscribe-form input[type="email"]:focus { border-color: var(--teal); }
[data-theme="light"] .subscribe-form input[type="email"]::placeholder { color: var(--text-dim); }

[data-theme="light"] .footer {
  background: #e4eaf5;
  border-top-color: var(--border);
}
[data-theme="light"] .footer-col h4 { color: var(--text-dim); }
[data-theme="light"] .footer-col ul li a { color: var(--text-muted); }
[data-theme="light"] .footer-col ul li a:hover { color: var(--teal); }
[data-theme="light"] .footer-copy,
[data-theme="light"] .footer-links a { color: var(--text-dim); }
[data-theme="light"] .footer-links a:hover { color: var(--teal); }
[data-theme="light"] .footer-tagline { color: var(--text-muted); }

[data-theme="light"] .social-link {
  background: #ffffff;
  border-color: var(--border);
  color: var(--text-muted);
}
[data-theme="light"] .social-link:hover { border-color: var(--teal); color: var(--teal); }

[data-theme="light"] .about-quote-hero { background: var(--bg-2); border-color: var(--border); }
[data-theme="light"] .about-quote-hero blockquote { color: var(--text); }

[data-theme="light"] .framework-nav {
  background: rgba(240,244,250,0.95);
  border-bottom-color: var(--border);
}
[data-theme="light"] .framework-nav-inner a { color: var(--text-dim); }
[data-theme="light"] .framework-nav-inner a:hover,
[data-theme="light"] .framework-nav-inner a.active {
  color: var(--teal);
  border-bottom-color: var(--teal);
}

[data-theme="light"] .contact-form {
  background: #ffffff;
  border-color: var(--border);
}
[data-theme="light"] .form-control {
  background: var(--bg-2);
  border-color: var(--border);
  color: var(--text);
}
[data-theme="light"] .form-control:focus { border-color: var(--teal); }
[data-theme="light"] .form-control::placeholder { color: var(--text-dim); }
[data-theme="light"] .form-group label { color: var(--text-muted); }

[data-theme="light"] .faq-question { background: #ffffff; color: var(--text); }
[data-theme="light"] details[open] .faq-question { background: var(--bg-2); }
[data-theme="light"] .faq-answer { background: var(--bg-2); color: var(--text-muted); }
[data-theme="light"] .faq-item { border-color: var(--border); }

[data-theme="light"] .pricing-table { background: var(--bg-2); border-color: var(--border); }
[data-theme="light"] .pricing-table-header { background: rgba(0,102,87,0.08); border-color: var(--border); }
[data-theme="light"] .pricing-row { border-color: var(--border); }
[data-theme="light"] .pricing-row .p-item { color: var(--text); }
[data-theme="light"] .pricing-row .p-note { color: var(--text-dim); }

[data-theme="light"] .talk-type { background: #ffffff; border-color: var(--border); }
[data-theme="light"] .talk-type h3 { color: var(--teal); }

[data-theme="light"] blockquote {
  background: var(--bg-2);
  border-left-color: var(--teal);
  color: var(--text-muted);
}

[data-theme="light"] .testimonials-grid .testimonial-card {
  background: #ffffff;
  border-color: var(--border);
}
[data-theme="light"] .testimonial-card .quote-mark { color: var(--teal); }
[data-theme="light"] .testimonial-card blockquote { color: var(--text-muted); }

[data-theme="light"] .blog-card { background: #ffffff; border-color: var(--border); }
[data-theme="light"] .blog-card-img-placeholder {
  background: linear-gradient(135deg, var(--bg-2), var(--bg-3));
}
[data-theme="light"] .blog-card-meta { color: var(--text-dim); border-top-color: var(--border); }

[data-theme="light"] .stat-item .stat-label { color: var(--text-dim); }

/* ── Theme Toggle Button ────────────────────────────────────── */
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 4px;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  flex-shrink: 0;
}
.theme-toggle:hover { border-color: var(--teal); }

.theme-toggle-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), color var(--transition);
  color: var(--text-dim);
}
.theme-toggle-icon svg { width: 15px; height: 15px; }
.theme-toggle-icon.active {
  background: var(--bg-card);
  color: var(--teal);
  box-shadow: 0 1px 6px rgba(0,0,0,0.25);
}
[data-theme="light"] .theme-toggle-icon.active {
  box-shadow: 0 1px 6px rgba(13,24,41,0.15);
}

/* ── Reset & Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--cyan); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  line-height: 1.2;
  color: var(--white);
  font-weight: 700;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 600; }
h4 { font-size: 1.15rem; font-weight: 600; }

p { font-family: var(--font-body); margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

ul, ol { padding-left: 1.5rem; }
li { margin-bottom: 0.4rem; }

blockquote {
  border-left: 3px solid var(--teal);
  padding: 0.8rem 1.5rem;
  background: var(--bg-3);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-body);
  font-style: italic;
  color: var(--text-muted);
  margin: 1.5rem 0;
}

/* ── Layout Utilities ──────────────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 1; }
.section { padding: 5rem 0; position: relative; z-index: 1; }
.section-sm { padding: 3rem 0; position: relative; z-index: 1; }
.section-lg { padding: 7rem 0; position: relative; z-index: 1; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.text-center { text-align: center; }
.text-teal { color: var(--teal); }
.text-cyan { color: var(--cyan); }
.text-muted { color: var(--text-muted); }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── Accent Lines / Labels ─────────────────────────────────── */
.overline {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  display: block;
  margin-bottom: 0.75rem;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--teal);
}

/* ── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--teal);
  color: var(--bg);
}
.btn-primary:hover {
  background: var(--cyan);
  color: var(--bg);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,201,177,0.35);
}

.btn-outline {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-outline:hover {
  background: rgba(0,201,177,0.1);
  color: var(--cyan);
  border-color: var(--cyan);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1.5px solid var(--border-light);
}
.btn-ghost:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.btn-lg { padding: 1rem 2.25rem; font-size: 0.78rem; }
.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.68rem; }

/* ── Cards ─────────────────────────────────────────────────── */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.card:hover {
  border-color: var(--border-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.card-hover-teal:hover { border-color: rgba(0,201,177,0.4); }

/* ── NAVIGATION ─────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(11, 17, 32, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(37, 58, 90, 0.6);
  transition: all 0.3s ease;
}
.nav.scrolled {
  background: rgba(11, 17, 32, 0.97);
  border-bottom-color: var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem;
  height: 68px;
  gap: 1rem;
}

.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 42px; width: auto; }
.nav-logo-text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--white);
  letter-spacing: -0.02em;
}
.nav-logo-text span { color: var(--teal); }

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  height: 68px;
}
.nav-links > li {
  display: flex;
  align-items: center;
  height: 68px;
}

.nav-links a {
  font-family: var(--font-mono);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.45rem 0.6rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--teal);
  background: rgba(0,201,177,0.08);
}

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 0.25rem; cursor: pointer; }
.nav-dropdown-toggle svg { width: 14px; height: 14px; transition: transform var(--transition); }
.nav-dropdown:hover .nav-dropdown-toggle svg { transform: rotate(180deg); }
/* Invisible bridge over the gap to the dropdown menu, so the hover state
   doesn't drop while the pointer travels from the toggle down to the menu. */
.nav-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 0.5rem;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition);
  box-shadow: var(--shadow-lg);
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; pointer-events: all; }
.nav-dropdown-menu a {
  display: block;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.nav-dropdown-menu a:hover { background: rgba(0,201,177,0.1); color: var(--teal); }

.nav-cta { display: flex; align-items: center; gap: 0.75rem; }

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile nav */
.nav-mobile {
  display: none;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 1rem 1.5rem 1.5rem;
  position: relative;
  z-index: 999;
}
.nav-mobile.open { display: block; }
.nav-mobile a {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}
.nav-mobile a:hover { color: var(--teal); }
.nav-mobile .mobile-sub { padding-left: 1rem; }
.nav-mobile .mobile-sub a { font-size: 0.68rem; }
.nav-mobile .nav-cta { margin-top: 1rem; flex-direction: column; align-items: stretch; }
.nav-mobile .btn { text-align: center; justify-content: center; }

/* ── Page Header / Hero Variants ───────────────────────────── */
.page-hero {
  padding: 9rem 0 5rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% -20%, rgba(0,201,177,0.1) 0%, transparent 60%),
    var(--bg);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23527090' fill-opacity='0.28'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 1.25rem; }
.page-hero .lead {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-muted);
  max-width: 640px;
  line-height: 1.85;
}

/* ── Home Hero ─────────────────────────────────────────────── */
.home-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 7rem 0 4rem;
  background:
    radial-gradient(ellipse 90% 70% at 60% 10%, rgba(0,201,177,0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(56,216,245,0.05) 0%, transparent 50%),
    var(--bg);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23253a5a' fill-opacity='0.12'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.home-hero-content { position: relative; z-index: 1; max-width: 760px; }
.home-hero h1 { margin-bottom: 1.5rem; }
.home-hero h1 .accent {
  display: block;
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-hero .subline {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  line-height: 1.85;
  max-width: 580px;
}
.home-hero-btns {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 480px) { .home-hero-btns { flex-wrap: wrap; gap: 0.75rem; } }
.home-hero-stats { display: flex; gap: 1.75rem; flex-wrap: nowrap; }
@media (max-width: 480px) { .home-hero-stats { flex-wrap: wrap; gap: 1.25rem; } }
.stat-item .stat-number {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
}
.stat-item .stat-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-top: 0.25rem;
}

/* ── Who We Help ───────────────────────────────────────────── */
.who-we-help { background: var(--bg-2); }
.help-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: all var(--transition);
}
.help-card:hover {
  border-color: rgba(0,201,177,0.35);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.help-card .audience {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.help-card h3 { font-size: 1.1rem; margin-bottom: 0.75rem; }
.help-card p { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-muted); margin: 0; line-height: 1.7; }

/* ── HPT Section (home) ────────────────────────────────────── */
.flywheel-wrapper { display: flex; justify-content: center; margin: 32px 0 8px; }
.flywheel-wrapper svg { width: 100%; max-width: 560px; height: auto; overflow: visible; }
.flywheel-wrapper circle:focus, .flywheel-wrapper circle:focus-visible { outline: none; }
.flywheel-hint { text-align: center; font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; color: var(--text-muted); margin: 0 0 1.5rem; }

.hpt-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
.pillar-card {
  --pc: var(--teal);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--pc);
  opacity: 0;
  transition: opacity var(--transition);
}
.pillar-card:hover { border-color: color-mix(in srgb, var(--pc) 40%, transparent); transform: translateY(-3px); box-shadow: var(--shadow); }
.pillar-card:hover::before { opacity: 1; }
.pillar-number {
  font-family: var(--font-mono);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--pc);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.pillar-card h3 { font-size: 1.15rem; color: var(--pc); margin-bottom: 0.75rem; }
.pillar-card p { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-muted); margin: 0; line-height: 1.7; }
.pillar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc);
  margin-top: 1rem;
}
.pillar-link:hover { filter: brightness(1.25); }
.pillar-link svg { width: 14px; height: 14px; }

/* ── Host Mentality ────────────────────────────────────────── */
.host-section {
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0,201,177,0.07) 0%, transparent 55%),
    var(--bg-2);
}
.host-quote {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.85;
  color: var(--text);
  max-width: 760px;
  position: relative;
  padding-left: 2rem;
  border-left: 3px solid var(--teal);
}

/* ── Services Grid (home) ──────────────────────────────────── */
.services-hero-img {
  margin: 2rem 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-height: 400px;
}
.services-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--transition);
}
.service-card:hover {
  border-color: rgba(0,201,177,0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 48px;
  height: 48px;
  background: rgba(0,201,177,0.1);
  border: 1px solid rgba(0,201,177,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.service-icon svg { width: 24px; height: 24px; color: var(--teal); }
.service-card h3 { font-size: 1.1rem; margin-bottom: 0.75rem; }
.service-card ul { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.service-card ul li {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--text-muted);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(37,58,90,0.5);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.service-card ul li::before {
  content: '→';
  color: var(--teal);
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  margin-top: 0.1rem;
}

/* ── Testimonials ──────────────────────────────────────────── */
.testimonials-section { background: var(--bg-2); }
.testimonial-note {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-style: italic;
  color: var(--text-dim);
  margin-top: 1rem;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}
.testimonial-card .quote-mark {
  font-family: Georgia, serif;
  font-size: 3rem;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 0.5rem;
  opacity: 0.5;
}
.testimonial-card blockquote {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  font-style: italic;
  margin: 0 0 1rem;
}
.testimonial-author {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}
.testimonial-role {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-dim);
  margin-top: 0.15rem;
}

/* ── Subscribe Section ─────────────────────────────────────── */
.subscribe-section {
  background: linear-gradient(135deg, rgba(0,201,177,0.06) 0%, rgba(11,17,32,0) 50%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.subscribe-form {
  display: flex;
  gap: 0.75rem;
  max-width: 440px;
  margin-top: 1.5rem;
}
.subscribe-form input[type="email"] {
  flex: 1;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 0.75rem 1.1rem;
  transition: border-color var(--transition);
  outline: none;
}
.subscribe-form input[type="email"]:focus { border-color: var(--teal); }
.subscribe-form input[type="email"]::placeholder { color: var(--text-dim); }

/* ── Footer ────────────────────────────────────────────────── */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
  position: relative;
  z-index: 1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}
.footer-brand img { height: 38px; width: auto; margin-bottom: 1rem; }
.footer-brand-text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.footer-brand-text span { color: var(--teal); }
.footer-tagline {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 1rem;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-muted); }
.footer-col ul li a:hover { color: var(--teal); }
.footer-social { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.45rem 0.85rem;
  transition: all var(--transition);
}
.social-link:hover { border-color: var(--teal); color: var(--teal); }
.social-link svg { width: 14px; height: 14px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.06em; color: var(--text-dim); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.footer-links a:hover { color: var(--teal); }

/* ── Page: Book a Talk ─────────────────────────────────────── */
.talk-type {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-bottom: 1.5rem;
}
.talk-type h3 { font-size: 1.35rem; margin-bottom: 0.5rem; color: var(--teal); }
.talk-options { margin: 1rem 0 1.5rem; }
.talk-option {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}
.talk-option:last-child { border-bottom: none; }
.talk-option .opt-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--white);
  flex-shrink: 0;
  min-width: 120px;
}
.talk-option p { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-muted); margin: 0; }

.pricing-table {
  background: var(--bg-3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  margin: 2rem 0;
}
.pricing-table-header {
  background: rgba(0,201,177,0.08);
  border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
}
.pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  gap: 1rem;
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row .p-item { font-family: var(--font-body); font-size: 0.9rem; color: var(--text); flex: 1; }
.pricing-row .p-price {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1rem;
  color: var(--teal);
  white-space: nowrap;
}
.pricing-row .p-note {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-dim);
  display: block;
  margin-top: 0.15rem;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2rem;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity var(--transition), filter var(--transition);
}
.client-logos:hover { opacity: 1; filter: grayscale(0%); }
.client-logos img { height: 32px; width: auto; }

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.faq-question {
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--bg-card);
  transition: background var(--transition);
  user-select: none;
  list-style: none;
}
.faq-question::-webkit-details-marker { display: none; }
details[open] .faq-question { background: var(--bg-3); color: var(--teal); }
.faq-chevron { width: 18px; height: 18px; transition: transform var(--transition); flex-shrink: 0; }
details[open] .faq-chevron { transform: rotate(180deg); }
.faq-answer {
  padding: 0 1.5rem 1.25rem;
  background: var(--bg-3);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.85;
}
.faq-answer p { margin-bottom: 0.75rem; }
.faq-answer ul { color: var(--text-muted); }

/* ── Page: Coaching ────────────────────────────────────────── */
.coaching-intro {
  max-width: 760px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--text-muted);
}
.pricing-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.pricing-col {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.pricing-col:hover {
  border-color: rgba(0,201,177,0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.pricing-col-header {
  padding: 1.5rem;
  background: var(--bg-3);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.pricing-col-header .col-tag {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.pricing-col-header h3 { font-size: 1rem; }
.pricing-col-body { padding: 1.5rem; }
.pricing-option {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.pricing-option:last-child { border-bottom: none; }
.pricing-option h4 { font-size: 0.9rem; color: var(--white); margin-bottom: 0.25rem; }
.pricing-option p { font-family: var(--font-body); font-size: 0.82rem; color: var(--text-muted); margin: 0 0 0.5rem; }
.price-tag {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--teal);
}
.price-note {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-dim);
  margin-left: 0.4rem;
}

/* ── Page: Frameworks ──────────────────────────────────────── */
.framework-nav {
  position: sticky;
  top: 68px;
  z-index: 100;
  background: rgba(17, 27, 46, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.framework-nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.framework-nav-inner::-webkit-scrollbar { display: none; }
.framework-nav-inner a {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  padding: 0.9rem 1.25rem;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
}
.framework-nav-inner a:hover, .framework-nav-inner a.active {
  color: var(--teal);
  border-bottom-color: var(--teal);
}

.pillar-section {
  padding: 4rem 0;
  border-bottom: 1px solid var(--border);
}
.pillar-section:last-child { border-bottom: none; }
.pillar-section-header {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.pillar-number-large {
  font-family: var(--font-mono);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--border-light);
  flex-shrink: 0;
  opacity: 0.35;
}
.pillar-intro { font-family: var(--font-body); font-size: 1.05rem; color: var(--text-muted); line-height: 1.85; }

.sub-theme {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin-bottom: 1rem;
}
.sub-theme h4 { color: var(--teal); margin-bottom: 0.75rem; }
.sub-theme p { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-muted); line-height: 1.85; margin: 0; }

.framework-conclusion {
  background: linear-gradient(135deg, rgba(0,201,177,0.07) 0%, rgba(56,216,245,0.04) 100%);
  border: 1px solid rgba(0,201,177,0.2);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-top: 3rem;
}
.framework-conclusion h3 { color: var(--teal); margin-bottom: 1.5rem; }
.conclusion-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.conclusion-point h4 { font-size: 0.95rem; color: var(--cyan); margin-bottom: 0.5rem; }
.conclusion-point p { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-muted); margin: 0; line-height: 1.7; }

/* ── Page: About ───────────────────────────────────────────── */
.about-quote-hero {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}
.about-quote-hero blockquote {
  background: none;
  border-left: 4px solid var(--teal);
  padding: 1rem 2rem;
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  font-style: italic;
  color: var(--text);
  line-height: 1.7;
}
.about-quote-hero blockquote cite {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-top: 0.75rem;
  font-style: normal;
}

/* ── Page: Contact ─────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  background: rgba(0,201,177,0.1);
  border: 1px solid rgba(0,201,177,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg { width: 20px; height: 20px; color: var(--teal); }
.contact-info-text h4 { font-size: 0.9rem; margin-bottom: 0.25rem; }
.contact-info-text p { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-muted); margin: 0; }
.contact-info-text a { color: var(--teal); font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 0.04em; }

.contact-form {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.form-control {
  width: 100%;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0.8rem 1.1rem;
  transition: border-color var(--transition);
  outline: none;
}
.form-control:focus { border-color: var(--teal); }
.form-control::placeholder { color: var(--text-dim); }
textarea.form-control { resize: vertical; min-height: 140px; }
select.form-control { cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ── Page: Blog ────────────────────────────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  border-color: rgba(0,201,177,0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.blog-card-img { height: 180px; background: var(--bg-3); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-img-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-2));
}
.blog-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.6rem;
}
.blog-card h3 { font-size: 1.05rem; margin-bottom: 0.75rem; line-height: 1.4; }
.blog-card h3 a { color: var(--white); }
.blog-card h3 a:hover { color: var(--teal); }
.blog-card p { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; flex: 1; margin: 0 0 1.25rem; }
.blog-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.blog-card-meta a { color: var(--teal); font-size: 0.68rem; }

/* ── Dividers ──────────────────────────────────────────────── */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 1rem 0;
}

/* ── Utility helpers ───────────────────────────────────────── */
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-6 { margin-top: 3rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-6 { margin-bottom: 3rem; }
.gap-1 { gap: 0.5rem; }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.gap-3 { gap: 1rem; }
.gap-4 { gap: 1.5rem; }
.d-none { display: none !important; }

/* ── HPT Pillar Info Box ───────────────────────────────────── */
.pillar-info-box {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-left: 4px solid transparent;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 0 0 1.5rem;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.pillar-info-box.pib-visible { opacity: 1; transform: translateY(0); }
.pib-left { flex: 0 0 34%; min-width: 0; padding: 1.75rem; border-right: 1px solid var(--border); }
.pib-right { flex: 1 1 auto; min-width: 0; padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; overflow-y: auto; max-height: 420px; }
.pib-num { font-family: var(--font-mono); font-size: 3rem; font-weight: 800; letter-spacing: -0.02em; opacity: 0.35; line-height: 1; margin-bottom: 0.1rem; }
.pib-name { font-family: var(--font-head); font-size: 2rem; font-weight: 800; margin-bottom: 1rem; line-height: 1.1; }
.pib-lead { font-size: 0.875rem; font-weight: 600; color: var(--text); line-height: 1.75; margin-bottom: 0.75rem; }
.pib-body { font-size: 0.8rem; color: var(--text-muted); line-height: 1.75; margin: 0 0 1.25rem; }
.pib-link { display: inline-block; margin-top: 0.25rem; }
.pib-elements-heading { font-family: var(--font-mono); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.pib-sub-card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 6px; padding: 0.8rem 1rem; transition: background 0.2s ease, border-color 0.2s ease; }
.pib-sub-card-title { font-size: 0.8rem; font-weight: 700; margin-bottom: 0.35rem; }
.pib-sub-card-body { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hpt-pillars { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .pricing-columns { grid-template-columns: 1fr; max-width: 480px; }
  .conclusion-points { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .pillar-info-box { flex-direction: column; }
  .pib-left { flex: none; border-right: none; border-bottom: 1px solid var(--border); }
  .pib-right { max-height: none; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hpt-pillars { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }

  .subscribe-form { flex-direction: column; }
  .subscribe-form input[type="email"] { width: 100%; }

  .home-hero-stats { gap: 1.5rem; }
  .pillar-section-header { flex-direction: column; gap: 0.5rem; }
  .pillar-number-large { font-size: 3rem; }

  .pricing-columns { max-width: 100%; }
  .form-row { grid-template-columns: 1fr; }

  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ── Logo SVG ──────────────────────────────────────────────── */
.nav-logo-svg {
  height: 32px;
  width: auto;
  display: block;
  overflow: visible;
}

.footer-logo-svg {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
  overflow: visible;
}

.logo-evolving {
  fill: var(--teal);
}

.logo-leadership {
  fill: var(--text);
}

/* ── Service card image ────────────────────────────────────── */
.service-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Testimonial Carousel ──────────────────────────────────── */
.testimonial-carousel {
  position: relative;
}

.testimonial-track-wrap {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testimonial-slide {
  min-width: 100%;
}

.testimonial-slide .testimonial-card {
  margin: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.testimonial-slide blockquote {
  flex: 1;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-muted);
  font-style: italic;
  margin: 0 0 1.5rem;
}

.testimonial-slide blockquote p {
  margin-bottom: 0.85rem;
}

.testimonial-slide blockquote p:last-child {
  margin-bottom: 0;
}

.carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.carousel-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition), transform var(--transition);
}

.carousel-dot.active {
  background: var(--teal);
  transform: scale(1.3);
}

.carousel-btns {
  display: flex;
  gap: 0.5rem;
}

.carousel-btn {
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text-muted);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--transition), color var(--transition);
}

.carousel-btn:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.carousel-counter {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--text-dim);
}

/* ── Frameworks Grid (homepage) ────────────────────────────── */
.frameworks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.framework-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.framework-card:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.framework-card-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

.framework-card h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}

.framework-card p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.65;
  flex: 1;
}

.framework-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.framework-tag {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.25rem 0.6rem;
}

.framework-card-img {
  margin-top: auto;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.framework-card-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.framework-card:hover .framework-card-img img { transform: scale(1.03); }

.framework-card-arrow {
  font-size: 1.1rem;
  color: var(--teal);
  margin-top: 0.25rem;
}

/* ── Mobile theme toggle row ───────────────────────────────── */
.mobile-theme-row {
  padding: 1rem 1.5rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mobile-theme-row span {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ── Frameworks grid responsive ────────────────────────────── */
@media (max-width: 768px) {
  .frameworks-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   REDESIGN: editorial layout patterns
   ============================================================ */

/* ── Floating Image Composition ────────────────────────────── */
.floating-image-comp { position: relative; isolation: isolate; }
.fic-illustration {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.fic-illustration svg { width: 100%; height: auto; max-width: 480px; overflow: visible; }
.fic-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  z-index: 2;
  animation: ficFloat 5s ease-in-out infinite;
}
.fic-badge.fic-badge-right { left: auto; right: -1.5rem; bottom: auto; top: -1.25rem; }
.fic-badge-number { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; color: var(--teal); line-height: 1; }
.fic-badge-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  max-width: 112px;
  line-height: 1.45;
}
@keyframes ficFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .fic-badge { animation: none; } }

.fic-header { text-align: center; margin-bottom: 1.25rem; }

/* ── Hero orbit — clickable framework nodes ────────────────── */
.hero-orbit-link { cursor: pointer; }
.hero-orbit-link .orbit-node-circle { transition: filter 0.2s ease; }
.hero-orbit-link:hover .orbit-node-circle,
.hero-orbit-link:focus-visible .orbit-node-circle {
  filter: drop-shadow(0 0 8px var(--nc)) drop-shadow(0 0 18px var(--nc));
}
.hero-orbit-link:hover .orbit-node-text,
.hero-orbit-link:focus-visible .orbit-node-text { opacity: 1; }
.hero-orbit-link .orbit-node-text { opacity: 0.92; transition: opacity 0.2s ease; }

/* ── Icon-teaser rows ──────────────────────────────────────── */
.icon-teaser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.icon-teaser-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.icon-teaser {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: all var(--transition);
}
.icon-teaser:hover { border-color: rgba(0,201,177,0.35); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.icon-teaser-icon,
.icon-teaser-num {
  width: 44px;
  height: 44px;
  background: rgba(0,201,177,0.1);
  border: 1px solid rgba(0,201,177,0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.icon-teaser-icon svg { width: 22px; height: 22px; color: var(--teal); }
.icon-teaser-num { font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; color: var(--teal); }
.icon-teaser .audience { font-family: var(--font-mono); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; }
.icon-teaser h3, .icon-teaser h4 { font-size: 1.05rem; margin-bottom: 0.6rem; }
.icon-teaser p { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-muted); margin: 0; line-height: 1.7; }

/* ── Classic alternating split rows ───────────────────────── */
.classic-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 0;
}
.classic-row + .classic-row { border-top: 1px solid var(--border); }
.classic-row.reverse .classic-illustration { order: 2; }
.classic-row.reverse .classic-content { order: 1; }
.classic-illustration {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}
.classic-illustration svg { width: 100%; max-width: 360px; height: auto; overflow: visible; }
.classic-content h3 { font-size: 1.4rem; margin-bottom: 0.9rem; }
.classic-content p { font-family: var(--font-body); font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }

/* ── CTA band ──────────────────────────────────────────────── */
.cta-band {
  padding: 4.5rem 0;
  background:
    linear-gradient(135deg, rgba(0,201,177,0.09) 0%, rgba(56,216,245,0.03) 60%, transparent 100%),
    var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-band h2 { max-width: 620px; margin: 0 auto 1rem; }
.cta-band > .container > p { max-width: 520px; margin: 0 auto 2rem; color: var(--text-muted); font-family: var(--font-body); font-size: 1rem; }
.cta-band-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.cta-band .subscribe-form { margin: 0 auto; }

/* ── Text-pill company badges ─────────────────────────────── */
.company-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.company-pill {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.55rem 1.1rem;
  transition: all var(--transition);
}
.company-pill:hover { border-color: var(--teal); color: var(--teal); }

/* ── Redesign responsive ───────────────────────────────────── */
@media (max-width: 1024px) {
  .icon-teaser-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .icon-teaser-grid, .icon-teaser-grid.cols-3 { grid-template-columns: 1fr; }
  .classic-row { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 0; }
  .classic-row.reverse .classic-illustration, .classic-row.reverse .classic-content { order: initial; }
  .fic-badge { position: static; margin-top: -2rem; margin-left: 1rem; display: inline-flex; }
  .fic-badge.fic-badge-right { margin-top: 1rem; margin-left: 1rem; margin-right: 1rem; }
}
