/* ============================================================
   ABT DESIGN DNA · adapted for Inner Circle
   Best qualities from abrillianttribe.com — structure & polish,
   not a clone. Maps to our green/gold heritage tokens.

   From ABT we take:
   · Navy-depth + bright energy accent contrast (→ ink + gold CTA)
   · Bold display hierarchy + uppercase section kicker
   · Founder/coach as the product
   · Early social proof + stat trust strip
   · Numbered program outcomes (01 / 02 / 03)
   · Sticky conversion CTA (always one clear next step)
   · Full-bleed dark conversion band
   · Clean card grids, generous white space, single primary action
   ============================================================ */

:root {
  /* ABT-inspired energy accents (paired with heritage green) */
  --abt-navy:    #0c1a0d;          /* depth — maps to our ink */
  --abt-energy:  #e8a317;          /* ABT-like amber punch for CTAs */
  --abt-energy-hover: #f0b42e;
  --abt-sky:     #2d6a9f;          /* cool secondary (sparingly) */
  --abt-mist:    #f3f5f8;          /* ABT light band */
  --abt-mute:    #6e6e6e;
  --abt-radius:  16px;
  --abt-shadow:  0 18px 50px rgba(12, 26, 13, 0.08);
  --abt-shadow-lg: 0 28px 70px rgba(12, 26, 13, 0.14);
}

/* ── Nav: ABT-style always-on conversion ─────────────────── */
.tnav .tnav-cta {
  background: var(--gold-grad) !important;
  color: #14110a !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(184, 137, 63, 0.35);
  padding: 8px 18px !important;
  border-radius: 999px !important;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease) !important;
}
.tnav .tnav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(184, 137, 63, 0.45);
  filter: brightness(1.04);
}
body.nav-on-dark .tnav:not(.scrolled) .tnav-cta {
  color: #14110a !important;
}

/* Slimmer membership-site nav focus */
.tnav-logo-sub {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
}

/* ── Section kickers (ABT-style uppercase labels) ────────── */
.ic2-eyebrow,
.abt-band-head .ic2-eyebrow,
.bb-eyebrow {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

.abt-band-head h2,
.ic2-section-title {
  letter-spacing: -0.03em;
  font-weight: 700;
}

/* ── Numbered outcome cards (ABT program energy) ─────────── */
.abt-exp-card {
  position: relative;
  padding-top: 28px !important;
  border-radius: var(--abt-radius) !important;
  box-shadow: var(--abt-shadow);
  border: 1px solid rgba(0,0,0,0.06) !important;
  background: #fff !important;
}
.abt-exp-when {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  color: var(--gold) !important;
  background: rgba(184,137,63,0.12);
  padding: 4px 10px;
  border-radius: 999px;
}
.abt-exp-card h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  margin-bottom: 10px !important;
}
.abt-exp-num {
  display: block;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(53, 90, 50, 0.25);
  margin-bottom: 8px;
  font-family: var(--font-display);
}

/* ── Trust / social proof strip (ABT early proof) ─────────── */
.abt-trust-strip {
  background: var(--abt-mist);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 28px 24px;
}
.abt-trust-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
@media (max-width: 720px) {
  .abt-trust-inner { grid-template-columns: 1fr 1fr; }
}
.abt-trust-stat strong {
  display: block;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--green-700);
  line-height: 1.1;
}
.abt-trust-stat span {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--text-muted);
  font-weight: 500;
}

/* ── Static proof quotes (clean, not marquee noise) ──────── */
.abt-proof {
  padding: 56px 24px;
  background: #fff;
}
.abt-proof-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.abt-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
@media (max-width: 860px) {
  .abt-proof-grid { grid-template-columns: 1fr; }
}
.abt-proof-card {
  background: var(--paper-50, #fbfaf6);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--abt-radius);
  padding: 22px 20px;
  box-shadow: var(--abt-shadow);
  position: relative;
}
.abt-proof-card::before {
  content: '“';
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 48px;
  line-height: 1;
  color: rgba(184,137,63,0.35);
  font-family: Georgia, serif;
}
.abt-proof-card p {
  margin: 18px 0 14px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text);
}
.abt-proof-card footer {
  font-size: 12.5px;
  color: var(--text-muted);
}
.abt-proof-card footer strong {
  display: block;
  color: var(--text);
  font-size: 13.5px;
}

/* ── Founder band — ABT coach-as-product ─────────────────── */
.ic2-intro {
  background: linear-gradient(180deg, #fff 0%, var(--abt-mist) 100%) !important;
}
.ic2-intro-photo {
  border-radius: 20px !important;
  box-shadow: var(--abt-shadow-lg);
}
.ic2-intro-photo-badge {
  background: rgba(12,26,13,0.88) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ── Dark conversion band (ABT full-bleed CTA) ───────────── */
.abt-convert {
  position: relative;
  padding: clamp(64px, 8vw, 100px) 24px;
  background:
    radial-gradient(ellipse 70% 80% at 20% 50%, rgba(184,137,63,0.18), transparent 55%),
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(53,90,50,0.35), transparent 50%),
    linear-gradient(165deg, #0c1a0d 0%, #122613 50%, #0a140b 100%);
  color: var(--paper-100, #f5f1e8);
  text-align: center;
  overflow: hidden;
}
.abt-convert::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
}
.abt-convert-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.abt-convert .ic2-eyebrow { color: var(--gold) !important; }
.abt-convert h2 {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 12px 0 14px;
}
.abt-convert p {
  font-size: 16.5px;
  line-height: 1.6;
  opacity: 0.85;
  margin: 0 auto 28px;
  max-width: 520px;
}
.abt-convert-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.abt-convert-actions .primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--gold-grad);
  color: #14110a;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(184,137,63,0.35);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.abt-convert-actions .primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(184,137,63,0.45);
}
.abt-convert-actions .ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
}
.abt-convert-actions .ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255,255,255,0.04);
}

/* ── Sticky mobile/desktop conversion bar (ABT always-on) ── */
.abt-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(120%);
  z-index: 9000;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px 10px 18px;
  background: rgba(12, 26, 13, 0.92);
  color: #f5f1e8;
  border: 1px solid rgba(184,137,63,0.35);
  border-radius: 999px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: calc(100vw - 24px);
}
.abt-sticky-cta.is-visible {
  transform: translateX(-50%) translateY(0);
}
.abt-sticky-cta p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.9;
  white-space: nowrap;
}
.abt-sticky-cta p strong {
  display: block;
  font-size: 13.5px;
  color: #fff;
}
.abt-sticky-cta a {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gold-grad);
  color: #14110a;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .abt-sticky-cta p { display: none; }
  .abt-sticky-cta { padding: 8px; bottom: 14px; }
  .abt-sticky-cta a { min-height: 44px; padding: 0 22px; font-size: 14px; }
}
html.easy .abt-sticky-cta { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  .abt-sticky-cta { transition: none; }
}

/* ── Pricing cards — ABT tier energy ─────────────────────── */
.ic2-tier {
  border-radius: 20px !important;
  box-shadow: var(--abt-shadow);
}
.ic2-tier-layer {
  font-size: 10.5px !important;
  letter-spacing: 0.14em !important;
  font-weight: 800 !important;
}
.ic2-tier-price {
  font-weight: 800 !important;
  letter-spacing: -0.03em;
}
.ic2-tier-cta,
.ic2-tier-cta-primary {
  border-radius: 999px !important;
  font-weight: 700 !important;
}

/* ── Free path pill row ──────────────────────────────────── */
.abt-free-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}
.abt-free-pills a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: border-color .2s, transform .2s var(--ease), box-shadow .2s;
}
.abt-free-pills a:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(12,26,13,0.08);
  color: var(--accent);
}

/* ── Services list polish ────────────────────────────────── */
.ic-simple-services li {
  border-radius: 14px !important;
  box-shadow: 0 4px 16px rgba(12,26,13,0.03);
  border-left: 3px solid transparent !important;
  transition: border-color .2s, transform .3s var(--ease), box-shadow .3s !important;
}
.ic-simple-services li:hover {
  border-left-color: var(--gold) !important;
}

/* ── Hero primary CTA = energy gold (ABT punch) ──────────── */
.ic2-hero-btn-primary {
  background: var(--gold-grad) !important;
  color: #14110a !important;
  font-weight: 800 !important;
  border: none !important;
  box-shadow: 0 10px 30px rgba(184,137,63,0.35) !important;
}
.ic2-hero-btn-primary:hover {
  filter: brightness(1.05);
}

/* Band backgrounds alternate like ABT marketing pages */
.abt-band { background: #fff; }
.abt-band.abt-mist { background: var(--abt-mist) !important; }

/* How steps — cleaner ABT card energy */
.ic2-how-step {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--abt-radius);
  padding: 24px 20px !important;
  box-shadow: var(--abt-shadow);
}
