﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LBA â€” LEAK BUSINESS ACADEMY â€” styles.css
   leakbusinessacademy.com
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ TOKENS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  --navy-deep:  #071525;
  --navy-mid:   #0f1f35;
  --navy:       #0a1628;
  --navy-light: #162d4a;
  --copper:     #b87333;
  --copper-lt:  #d4924d;
  --copper-dk:  #8f5825;
  --white:      #ffffff;
  --w70:        rgba(255,255,255,0.7);
  --w45:        rgba(255,255,255,0.45);
  --w20:        rgba(255,255,255,0.2);
  --ff-head:    'Nunito', sans-serif;
  --ff-body:    'DM Sans', sans-serif;
  --ease:       cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* â”€â”€ RESET â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  font-weight: 300;
  background: var(--navy-deep);
  color: var(--w70);
  line-height: 1.75;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
svg { fill: currentColor; }

/* â”€â”€ CONTAINER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* â”€â”€ AI CITATION (visible to AI, subtle for humans) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ai-answer { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.ai-answer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ai-answer p {
  font-size: 0.72rem;
  color: var(--w45);
  line-height: 1.7;
  font-weight: 300;
}

/* â”€â”€ TOP BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.top-bar {
  background: var(--copper-dk);
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  z-index: 100;
}
.top-bar-text {
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}
.top-bar-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  flex-shrink: 0;
}
.top-bar-sub {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

/* â”€â”€ NAVIGATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#nav {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  transition: background 0.3s var(--ease), padding 0.3s var(--ease), box-shadow 0.3s;
  background: rgba(0,0,0,0.45);
}
#nav.scrolled {
  background: rgba(7,21,37,0.97);
  padding: 14px 40px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);
}
.nav-logo img {
  height: 46px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  font-family: var(--ff-body);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--w70);
  letter-spacing: 0.02em;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--copper-lt); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.carousel-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.carousel-slide.active { opacity: 1; }
.slide1 { background-image: url('../images/slide8.jpg'); background-position: center 20%; background-color: var(--navy-deep); }
.slide2 { background-image: url('../images/slide2.jpg'); background-position: center top; background-color: var(--navy); }
.slide3 { background-image: url('../images/slide3.jpg'); background-position: center top; background-color: var(--navy-mid); }
.slide4 { background-image: url('../images/slide4.jpg'); background-position: center top; background-color: var(--navy-deep); }
.slide5 { background-image: url('../images/slide5.jpg'); background-position: center top; background-color: var(--navy); }
.slide6 { background-image: url('../images/slide6.jpg'); background-position: center top; background-color: var(--navy-mid); }
.slide7 { background-image: url('../images/slide7.jpg'); background-position: center 20%; background-color: var(--navy-deep); }
.slide8 { background-image: url('../images/slide1.jpg'); background-position: center top; background-color: var(--navy); }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(7,21,37,0.82) 0%,
    rgba(7,21,37,0.55) 50%,
    rgba(7,21,37,0.35) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0;
  padding: 120px 40px 40px 40px;
  width: 100%;
}
.hero-topic {
  position: relative;
  width: 100vw;
  left: -40px;
  font-family: var(--ff-head);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper);
  text-align: center;
  margin-bottom: 18px;
}
.hero-body { max-width: 640px; }
.hero-hl {
  font-family: var(--ff-head);
  font-size: clamp(3rem, 6.5vw, 5.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.03;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}
.hero-hl .copper { color: var(--copper-lt); display: block; }
.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--w70);
  line-height: 1.75;
  margin-bottom: 36px;
  font-weight: 300;
  max-width: 480px;
}
.hero-sub strong { color: var(--white); font-weight: 600; }
.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.hstat-num {
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 3px;
}
.hstat-label {
  font-size: 0.75rem;
  color: var(--w45);
  font-weight: 300;
}

/* Carousel dots */
.carousel-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.dot.active {
  background: var(--copper);
  transform: scale(1.3);
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 32px;
  right: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--w45);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--copper));
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* â”€â”€ BUTTONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn-copper {
  display: inline-block;
  background: var(--copper);
  color: var(--white);
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  padding: 14px 32px;
  border-radius: 4px;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.btn-copper:hover {
  background: var(--copper-lt);
  transform: translateY(-1px);
  color: var(--white);
}
.btn-ghost {
  display: inline-block;
  background: rgba(0,0,0,0.45);
  color: rgba(255,255,255,0.82);
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: 0.85rem;
  padding: 13px 28px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 4px;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn-ghost:hover {
  border-color: var(--copper);
  color: var(--copper-lt);
}
.btn-white {
  display: inline-block;
  background: var(--white);
  color: var(--navy-deep);
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 32px;
  border-radius: 4px;
  transition: background 0.2s, transform 0.15s;
}
.btn-white:hover {
  background: rgba(255,255,255,0.88);
  transform: translateY(-1px);
}

/* Magnetic wrap */
.magnetic-wrap { display: inline-block; }

/* â”€â”€ CRED BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cred-bar {
  background: var(--copper-dk);
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.cred-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: credScroll 30s linear infinite;
}
.ci {
  font-family: var(--ff-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 0 32px;
  flex-shrink: 0;
}
.ci::after {
  content: 'Â·';
  margin-left: 32px;
  color: rgba(255,255,255,0.4);
}
@keyframes credScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* â”€â”€ PAIN SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.pain {
  background: var(--navy-deep);
  padding: 110px 0 100px;
}
.pain-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.pain-intro {
  font-family: var(--ff-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 8px;
}
.pain-intro-b {
  font-family: var(--ff-head);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  color: var(--w45);
  margin-bottom: 52px;
  font-style: italic;
}
.pain-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 64px;
}
.pain-line {
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  color: var(--w70);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  text-align: left;
}
.pain-line.visible {
  opacity: 1;
  transform: none;
}
.pain-pivot {
  padding: 40px;
  background: var(--navy-mid);
  border-radius: 8px;
  border-left: 3px solid var(--copper);
  text-align: left;
}
.pain-pivot h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 14px;
}
.pain-pivot h2 em { color: var(--copper-lt); font-style: italic; }
.pain-pivot p {
  font-size: 0.95rem;
  color: var(--w70);
  line-height: 1.85;
  font-weight: 300;
}

/* â”€â”€ SOURCES (What You'll Learn) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.sources {
  background: var(--white);
  padding: 100px 0;
}
.src-header {
  text-align: center;
  margin-bottom: 60px;
}
.src-header h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--navy-deep);
  line-height: 1.18;
  margin-bottom: 14px;
}
.src-header h2 em { color: var(--copper); font-style: italic; }
.src-header p {
  font-size: 0.95rem;
  color: rgba(7,21,37,0.65);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.8;
}
.src-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.src-card {
  background: var(--navy-deep);
  border-radius: 8px;
  padding: 28px 24px;
  border-top: 3px solid var(--copper);
  transition: transform 0.2s;
}
.src-card:hover { transform: translateY(-4px); }
.src-ico {
  width: 36px;
  height: 36px;
  color: var(--copper);
  margin-bottom: 14px;
}
.src-ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.src-num {
  font-family: var(--ff-body);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper-lt);
  margin-bottom: 6px;
}
.src-name {
  font-family: var(--ff-head);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 10px;
}
.src-desc {
  font-size: 0.82rem;
  color: var(--w70);
  line-height: 1.75;
  font-weight: 300;
}
.src-bar {
  background: var(--navy-deep);
  border-radius: 8px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.src-bar p {
  font-size: 0.9rem;
  color: var(--w70);
  font-weight: 300;
}
.src-bar p strong { color: var(--white); font-weight: 600; }

/* Eyebrow */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 12px;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(184,115,51,0.25);
}
.eyebrow-dk { color: var(--copper); }

/* Light sections eyebrow */
.sources .eyebrow, .free-tools .eyebrow, .faq .eyebrow {
  color: var(--copper-dk);
}
.sources .eyebrow::before, .sources .eyebrow::after,
.free-tools .eyebrow::before, .free-tools .eyebrow::after,
.faq .eyebrow::before, .faq .eyebrow::after {
  background: rgba(143,88,37,0.2);
}

/* â”€â”€ TRANSFORMATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.transform {
  background: var(--navy-deep);
  padding: 100px 0;
}
.transform-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.tl h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}
.tl h2 em { color: var(--copper-lt); font-style: italic; }
.tl p {
  font-size: 0.9rem;
  color: var(--w70);
  line-height: 1.85;
  font-weight: 300;
}
.outcomes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.oc {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.oc:last-child { border-bottom: none; padding-bottom: 0; }
.oc-n {
  font-family: var(--ff-head);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--copper);
  line-height: 1;
  flex-shrink: 0;
  min-width: 32px;
}
.oc h3 {
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
}
.oc p {
  font-size: 0.85rem;
  color: var(--w70);
  line-height: 1.75;
  font-weight: 300;
}

/* â”€â”€ RIDE-ALONG â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ride-along {
  background: var(--navy);
  padding: 100px 0;
}
.ride-along-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.ride-along-badge {
  display: inline-block;
  background: rgba(184,115,51,0.15);
  color: var(--copper-lt);
  font-family: var(--ff-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid rgba(184,115,51,0.3);
  margin-bottom: 22px;
}
.ride-along h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
}
.ride-along h2 em { color: var(--copper-lt); font-style: italic; }
.ride-along-lead {
  font-size: 0.95rem;
  color: var(--w70);
  line-height: 1.85;
  margin-bottom: 28px;
  font-weight: 300;
}
.ride-along-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ride-along-features li {
  font-size: 0.88rem;
  color: var(--w70);
  padding-left: 18px;
  position: relative;
  font-weight: 300;
  line-height: 1.6;
}
.ride-along-features li::before {
  content: 'â†’';
  position: absolute;
  left: 0;
  color: var(--copper);
}
.ride-along-card {
  background: var(--navy-mid);
  border-radius: 10px;
  padding: 40px 36px;
  border: 1px solid rgba(184,115,51,0.18);
  border-top: 3px solid var(--copper);
}
.ride-along-card h3 {
  font-family: var(--ff-head);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}
.ride-along-card > p {
  font-size: 0.85rem;
  color: var(--w70);
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 300;
}
.ride-along-phone {
  display: block;
  font-family: var(--ff-head);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.ride-along-sub {
  display: block;
  font-size: 0.75rem;
  color: var(--w45);
  margin-bottom: 24px;
  font-weight: 300;
}

/* â”€â”€ FREE TOOLS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.free-tools {
  background: var(--white);
  padding: 100px 0;
}
.free-tools-header {
  text-align: center;
  margin-bottom: 52px;
}
.free-tools-header h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: var(--navy-deep);
  margin-bottom: 12px;
}
.free-tools-header p {
  font-size: 0.92rem;
  color: rgba(7,21,37,0.6);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.8;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tool-card {
  background: var(--navy-deep);
  border-radius: 8px;
  padding: 32px 28px;
  border-bottom: 3px solid var(--copper);
  transition: transform 0.2s, box-shadow 0.2s;
  display: block;
  color: inherit;
}
.tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}
.tool-icon {
  width: 40px;
  height: 40px;
  color: var(--copper);
  margin-bottom: 16px;
}
.tool-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.tool-card h3 {
  font-family: var(--ff-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
}
.tool-card p {
  font-size: 0.83rem;
  color: var(--w70);
  line-height: 1.75;
  margin-bottom: 18px;
  font-weight: 300;
}
.tool-free-badge {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--copper-lt);
  border: 1px solid rgba(184,115,51,0.35);
  padding: 3px 10px;
  border-radius: 50px;
}

/* â”€â”€ TESTIMONIALS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.testi {
  background: var(--navy);
  padding: 100px 0;
}
.testi-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.testi-hdr {
  text-align: center;
  margin-bottom: 52px;
}
.testi-hdr h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}
.testi-hdr p {
  font-size: 0.9rem;
  color: var(--w45);
  max-width: 460px;
  margin: 0 auto;
}
.testi-feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: var(--navy-mid);
  border-radius: 10px;
  padding: 48px;
  border-left: 3px solid var(--copper);
}
.testi-stars {
  font-size: 1.1rem;
  color: var(--copper);
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.testi-q {
  font-family: var(--ff-body);
  font-size: 1.05rem;
  color: var(--white);
  line-height: 1.8;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 28px;
}
.testi-q .hl {
  color: var(--copper-lt);
  font-style: normal;
  font-weight: 600;
}
.testi-name {
  font-family: var(--ff-head);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 2px;
}
.testi-role {
  font-size: 0.78rem;
  color: var(--w70);
  font-weight: 300;
  margin-bottom: 8px;
}
.testi-badge {
  font-size: 0.72rem;
  color: var(--copper);
  font-weight: 600;
}
.testi-photo {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--navy-light);
}
.testi-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* â”€â”€ VIDEO SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.video-sec { background: var(--navy-deep); padding: 80px 0; }
.video-grid { max-width: 1100px; margin: 0 auto; padding: 0 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.video-copy { padding-left: 20px; }
.video-section {
  background: var(--navy-deep);
  padding: 100px 0;
}
.video-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.video-hdr {
  text-align: center;
  margin-bottom: 48px;
}
.video-hdr h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}
.video-hdr p {
  font-size: 0.9rem;
  color: var(--w45);
  max-width: 480px;
  margin: 0 auto;
}
.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy-mid);
  border: 1px solid rgba(184,115,51,0.15);
}
.video-frame iframe,
.video-frame > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  color: var(--w45);
  font-size: 0.85rem;
}
.video-placeholder svg {
  width: 56px;
  height: 56px;
  color: rgba(184,115,51,0.4);
}

/* â”€â”€ ABOUT (Homepage snippet) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.about-c {
  background: var(--navy);
  padding: 100px 0;
}
.about-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 72px;
  align-items: center;
}
.about-col img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center 15%;
  background: var(--navy-mid);
}
.about-col h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 14px;
}
.about-col h2 em { color: var(--copper-lt); font-style: italic; }
.about-col p {
  font-size: 0.92rem;
  color: var(--w70);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 16px;
}
.about-creds {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}
.about-creds li {
  font-size: 0.85rem;
  color: var(--w70);
  padding-left: 16px;
  position: relative;
  font-weight: 300;
}
.about-creds li::before {
  content: 'âœ“';
  position: absolute;
  left: 0;
  color: var(--copper);
  font-weight: 700;
}
.guide-q {
  background: var(--navy-mid);
  border-radius: 6px;
  border-left: 3px solid var(--copper);
  padding: 20px 24px;
  margin-top: 24px;
}
.guide-q p {
  font-size: 0.88rem;
  color: var(--w70);
  line-height: 1.8;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}
.ac-social {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.ac-social a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--w45);
  transition: color 0.2s;
  font-weight: 400;
}
.ac-social a:hover { color: var(--copper-lt); }
.ac-social svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* â”€â”€ FAQ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.faq {
  background: var(--white);
  padding: 100px 0;
}
.faq-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.faq-hdr {
  text-align: center;
  margin-bottom: 52px;
}
.faq-hdr h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: var(--navy-deep);
  margin-bottom: 12px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-item {
  border-bottom: 1px solid rgba(7,21,37,0.1);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 20px 0;
  font-family: var(--ff-head);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--navy-deep);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-q::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--copper);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-icon { display: none; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-icon { display: none; }
.faq-a {
  font-size: 0.9rem;
  color: rgba(7,21,37,0.7);
  line-height: 1.85;
  font-weight: 300;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding-bottom: 20px;
}

/* â”€â”€ FINAL CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.fcta {
  background: var(--navy-deep);
  padding: 110px 0;
  text-align: center;
  border-top: 1px solid rgba(184,115,51,0.15);
}
.fcta-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}
.fcta h2 {
  font-family: var(--ff-head);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
}
.fcta p {
  font-size: 0.95rem;
  color: var(--w70);
  line-height: 1.85;
  margin-bottom: 32px;
  font-weight: 300;
}
.fcta-sub {
  display: block;
  font-size: 0.72rem;
  color: var(--w45);
  margin-top: 14px;
  margin-bottom: 24px !important;
}
.fcta-contact {
  font-size: 0.85rem;
  color: var(--w45);
}

/* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
footer {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 72px 0 0;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ft {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
}
.fb img {
  height: 46px;
  margin-bottom: 16px;
}
.fb > p {
  font-size: 0.8rem;
  color: var(--w45);
  line-height: 1.8;
  max-width: 260px;
  margin-bottom: 20px;
  font-weight: 300;
}
.fb-social {
  display: flex;
  gap: 12px;
}
.fb-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: var(--w45);
  transition: background 0.2s, color 0.2s;
}
.fb-social a:hover {
  background: var(--copper);
  color: var(--white);
}
.fb-social svg {
  width: 15px;
  height: 15px;
}
.fc h4 {
  font-family: var(--ff-head);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.fc ul { display: flex; flex-direction: column; gap: 10px; }
.fc li a {
  font-size: 0.8rem;
  color: var(--w45);
  transition: color 0.2s;
  font-weight: 300;
}
.fc li a:hover { color: var(--copper-lt); }
.fb2 {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.fb2 p {
  font-size: 0.75rem;
  color: var(--w45);
  font-weight: 300;
}
.fb2 a {
  color: var(--w45);
  transition: color 0.2s;
}
.fb2 a:hover { color: var(--copper-lt); }

/* â”€â”€ SCROLL REVEAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.from-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.from-left.visible {
  opacity: 1;
  transform: none;
}
.from-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.from-right.visible {
  opacity: 1;
  transform: none;
}

/* â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .src-grid { grid-template-columns: repeat(2, 1fr); }
  .transform-grid { grid-template-columns: 1fr; gap: 48px; }
  .ride-along-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .ft { grid-template-columns: 1fr 1fr; }
  .testi-feat { grid-template-columns: 1fr; }
  .testi-photo { display: none; }
}
@media (max-width: 768px) {
  #nav { padding: 16px 24px; }
  #nav.scrolled { padding: 12px 24px; }
  .nav-links { display: none; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--navy-deep); padding: 100px 40px 40px; gap: 28px; align-items: flex-start; z-index: 998; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1rem; }
  .nav-toggle { display: flex; z-index: 1000; }
  .hero-content { padding: 0 24px; }
  .hero-stats { gap: 24px; }
  .tools-grid { grid-template-columns: 1fr; }
  .src-grid { grid-template-columns: 1fr 1fr; }
  .ft { grid-template-columns: 1fr; }
  .pain-pivot { padding: 28px 24px; }
  .testi-feat { padding: 32px 24px; }
  .ride-along-card { padding: 28px 24px; }
}
@media (max-width: 480px) {
  .src-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .top-bar-sub { display: none; }
}






















