/* ============================================
   BANKRUPTCY SHARK - STYLES.CSS
   Consumer Bankruptcy Defense Landing Page
   Chapter 7 & Chapter 13
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0a1628;
  --navy-light: #112240;
  --navy-mid: #162d50;
  --gold: #f5a623;
  --gold-dark: #d48c0e;
  --gold-light: #ffd56b;
  --blue-accent: #1a73e8;
  --blue-deep: #0d3b7a;
  --ocean-teal: #0e7490;
  --white: #ffffff;
  --off-white: #f8fafc;
  --light-gray: #f1f5f9;
  --text-dark: #1a1a2e;
  --text-muted: #64748b;
  --gradient-hero: linear-gradient(135deg, #0a1628 0%, #0c2d5a 40%, #0e4175 70%, #0a1628 100%);
  --gradient-ocean: linear-gradient(180deg, #0a1628 0%, #0d3b7a 50%, #0e7490 100%);
  --shadow-card: 0 10px 40px rgba(0,0,0,0.12);
  --shadow-hover: 0 20px 60px rgba(0,0,0,0.18);
  --shadow-btn: 0 4px 15px rgba(245,166,35,0.4);
  --transition: all 0.3s ease;
  --radius: 16px;
}

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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  background: var(--white);
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* --- HEADER / NAV --- */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--gold);
  transition: var(--transition);
}
.header.scrolled {
  background: rgba(10, 22, 40, 0.98);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.nav {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 68px;
}

.nav-logo {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.nav-logo img {
  height: 58px; width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(245,166,35,0.3));
}
.nav-logo-text {
  font-size: 1.15rem; font-weight: 900; color: var(--gold);
  text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.15;
  white-space: nowrap;
}
.nav-logo-text span {
  display: block; font-size: 0.6em; color: rgba(255,255,255,0.5);
  font-weight: 400; letter-spacing: 2px; text-transform: uppercase;
}

.nav-links {
  display: flex; align-items: center; gap: 24px;
  margin-left: auto;
}
.nav-links a {
  color: rgba(255,255,255,0.75); font-size: 0.88rem; font-weight: 500;
  padding: 6px 0; position: relative; transition: var(--transition);
  white-space: nowrap;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.3s ease;
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }

/* Divider before phone & CTA */
.nav-divider {
  width: 1px; height: 28px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: 9px 20px !important;
  border-radius: 6px;
  font-weight: 800 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-btn);
  white-space: nowrap;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--gold-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(245,166,35,0.5);
}

.nav-phone {
  color: var(--gold) !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.nav-phone:hover { color: var(--gold-light) !important; }
.nav-phone::after { display: none !important; }

.mobile-toggle {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 5px;
}
.mobile-toggle span {
  display: block; width: 28px; height: 3px;
  background: var(--white); border-radius: 2px;
  transition: var(--transition);
}

/* --- HERO SECTION --- */
.hero {
  position: relative; min-height: 100vh; width: 100%;
  display: flex; align-items: center;
  background: var(--gradient-hero);
  overflow: hidden; padding-top: 80px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 1;
}
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  opacity: 0.75;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(
    100deg,
    rgba(10,22,40,0.80) 0%,
    rgba(10,22,40,0.45) 40%,
    rgba(10,22,40,0.18) 70%,
    rgba(10,22,40,0.05) 100%
  );
}
/* Underwater light rays effect */
.hero::after {
  content: '';
  position: absolute; inset: 0; z-index: 2;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(14,116,144,0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 80%, rgba(245,166,35,0.05) 0%, transparent 40%);
  pointer-events: none;
}

.hero-content {
  position: relative; z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  gap: 50px; width: 100%;
}
.hero-text { max-width: 620px; }
.hero-tagline {
  display: inline-block;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.3);
  color: var(--gold);
  padding: 6px 16px; border-radius: 20px;
  font-size: 0.85rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 20px;
}
.hero-text h1 {
  font-size: 3.4rem; font-weight: 900;
  line-height: 1.08; margin-bottom: 22px; color: var(--white);
}
.hero-text h1 .highlight {
  color: var(--gold); display: block;
}
.hero-text p {
  font-size: 1.15rem; color: rgba(255,255,255,0.8);
  margin-bottom: 28px; line-height: 1.75;
}
.hero-checks { margin-bottom: 36px; }
.hero-checks li {
  display: flex; align-items: center; gap: 14px;
  color: var(--white); font-size: 1.1rem; font-weight: 600;
  margin-bottom: 14px;
}
.check-icon {
  width: 30px; height: 30px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; color: var(--navy); flex-shrink: 0;
  font-weight: 900;
}
.hero-image {
  flex-shrink: 0; max-width: 606px;
  position: relative;
}
.hero-image > img:first-child {
  width: 100%; height: auto;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.5));
  animation: float 6s ease-in-out infinite;
}

/* --- FLOATING BUBBLES --- */
.hero-bubble {
  position: absolute;
  width: 190px;
  z-index: 4;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-decoration: none;
}
.hero-bubble:hover {
  transform: scale(1.12) !important;
}
.hero-bubble img {
  width: 100% !important; height: auto !important;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.3));
}
.bubble-1 {
  top: -10%; right: -18%;
  animation: bubbleFloat1 8s ease-in-out infinite !important;
}
.bubble-2 {
  top: 5%; left: -22%;
  animation: bubbleFloat2 9s ease-in-out infinite !important;
}
.bubble-3 {
  bottom: 10%; right: -22%;
  animation: bubbleFloat3 10s ease-in-out infinite !important;
}
.bubble-4 {
  bottom: -5%; left: -14%;
  animation: bubbleFloat4 8.5s ease-in-out infinite !important;
}
@keyframes bubbleFloat1 {
  0% { transform: translate(0, 0) scale(1); }
  20% { transform: translate(-25px, -12px) scale(1.04); }
  40% { transform: translate(15px, -22px) scale(0.97); }
  60% { transform: translate(-18px, 8px) scale(1.06); }
  80% { transform: translate(20px, -5px) scale(0.98); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes bubbleFloat2 {
  0% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(22px, -18px) scale(1.05); }
  50% { transform: translate(-15px, 10px) scale(0.96); }
  75% { transform: translate(18px, -8px) scale(1.03); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes bubbleFloat3 {
  0% { transform: translate(0, 0) scale(1); }
  30% { transform: translate(-20px, 16px) scale(0.97); }
  50% { transform: translate(25px, -6px) scale(1.05); }
  70% { transform: translate(-12px, -14px) scale(0.98); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes bubbleFloat4 {
  0% { transform: translate(0, 0) scale(1); }
  20% { transform: translate(18px, -20px) scale(1.04); }
  45% { transform: translate(-22px, 6px) scale(0.97); }
  70% { transform: translate(14px, -12px) scale(1.06); }
  100% { transform: translate(0, 0) scale(1); }
}
.bubble-5 {
  top: -15%; left: 30%;
  animation: bubbleFloat5 9.5s ease-in-out infinite !important;
}
@keyframes bubbleFloat5 {
  0% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(-20px, -14px) scale(1.05); }
  50% { transform: translate(16px, 10px) scale(0.97); }
  75% { transform: translate(-10px, -18px) scale(1.03); }
  100% { transform: translate(0, 0) scale(1); }
}
.swim-text {
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--white);
  text-shadow: 0 2px 20px rgba(0,0,0,0.5), 0 0 40px rgba(14,116,144,0.3);
  text-align: center;
}
.swim-text-top {
  margin-bottom: -10px;
}
.swim-text-bottom {
  margin-top: -10px;
  color: var(--gold);
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* --- BUTTONS --- */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  padding: 16px 42px; border-radius: 10px;
  font-size: 1.1rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px;
  box-shadow: var(--shadow-btn);
  transition: var(--transition); border: none; cursor: pointer;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(245,166,35,0.5);
  filter: brightness(1.05);
}
.btn-secondary {
  display: inline-block;
  background: transparent; color: var(--white);
  padding: 14px 36px; border-radius: 10px;
  font-size: 1rem; font-weight: 700;
  border: 2px solid rgba(255,255,255,0.5);
  transition: var(--transition); cursor: pointer;
}
.btn-secondary:hover {
  background: var(--white); color: var(--navy);
  border-color: var(--white);
}
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

/* --- TRUST BAR --- */
.trust-bar {
  background: var(--navy-light);
  padding: 28px 0;
  border-top: 1px solid rgba(245,166,35,0.15);
  border-bottom: 1px solid rgba(245,166,35,0.15);
}
.trust-bar .container {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.9); font-size: 0.95rem; font-weight: 600;
}
.trust-icon {
  width: 46px; height: 46px;
  background: rgba(245,166,35,0.1);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--gold);
}

/* --- SECTION STYLES --- */
.section { padding: 100px 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-light { background: var(--light-gray); }
.section-ocean {
  background: var(--gradient-ocean);
  color: var(--white);
}

.section-title { text-align: center; margin-bottom: 64px; }
.section-title h2 {
  font-size: 2.6rem; font-weight: 800;
  margin-bottom: 16px; line-height: 1.2;
}
.section-title p {
  font-size: 1.1rem; color: var(--text-muted);
  max-width: 650px; margin: 0 auto; line-height: 1.7;
}
.section-dark .section-title p,
.section-ocean .section-title p {
  color: rgba(255,255,255,0.7);
}
.title-accent { color: var(--gold); }
.title-line {
  display: block; width: 60px; height: 4px;
  background: var(--gold); margin: 16px auto 0;
  border-radius: 2px;
}

/* --- SERVICES --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px 28px;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--ocean-teal));
  opacity: 0; transition: opacity 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}
.service-card:hover::before { opacity: 1; }

.service-icon {
  width: 74px; height: 74px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: var(--radius); margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--navy);
  box-shadow: 0 6px 20px rgba(245,166,35,0.25);
}
.service-card h3 {
  font-size: 1.25rem; font-weight: 700;
  margin-bottom: 12px; color: var(--navy);
}
.service-card p {
  font-size: 0.93rem; color: var(--text-muted); line-height: 1.7;
}

/* --- CHAPTER COMPARISON --- */
.chapter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.chapter-card {
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(245,166,35,0.2);
  border-radius: var(--radius);
  padding: 44px 36px;
  text-align: center;
  transition: var(--transition);
}
.chapter-card:hover {
  border-color: var(--gold);
  background: rgba(245,166,35,0.06);
  transform: translateY(-4px);
}
.chapter-number {
  font-size: 3.5rem; font-weight: 900;
  color: var(--gold); line-height: 1;
  margin-bottom: 4px;
}
.chapter-card h3 {
  font-size: 1.3rem; font-weight: 700;
  margin-bottom: 16px; color: var(--white);
}
.chapter-card p {
  font-size: 0.95rem; color: rgba(255,255,255,0.7);
  line-height: 1.7; margin-bottom: 20px;
}
.chapter-features {
  text-align: left;
}
.chapter-features li {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.85); font-size: 0.9rem;
  margin-bottom: 10px; font-weight: 500;
}
.chapter-features li .cf-check {
  color: var(--gold); font-weight: 900; font-size: 1rem; flex-shrink: 0;
}

/* --- CHAPTER COMPARISON TABLE --- */
.chapter-compare {
  margin-top: 60px;
}
.compare-heading {
  text-align: center;
  font-size: 1.5rem; font-weight: 800;
  color: var(--white);
  margin-bottom: 28px;
}
.compare-table {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.compare-row:last-child { border-bottom: none; }
.compare-header {
  background: rgba(245,166,35,0.15);
}
.compare-header .compare-col {
  font-weight: 800; font-size: 1.05rem;
  color: var(--gold);
  text-transform: uppercase; letter-spacing: 1px;
}
.compare-label {
  padding: 14px 20px;
  font-size: 0.88rem; font-weight: 700;
  color: var(--gold);
  background: rgba(255,255,255,0.03);
  display: flex; align-items: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.compare-col {
  padding: 14px 20px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
  display: flex; align-items: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.compare-col:last-child { border-right: none; }

/* --- CHAPTER GUIDE (which is right for you) --- */
.chapter-guide {
  margin-top: 60px;
}
.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.guide-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 32px 28px;
}
.guide-card h4 {
  font-size: 1.15rem; font-weight: 700;
  color: var(--gold); margin-bottom: 18px;
}
.guide-card ul { padding-left: 0; }
.guide-card li {
  display: flex; align-items: flex-start; gap: 10px;
  color: rgba(255,255,255,0.8); font-size: 0.9rem;
  margin-bottom: 12px; line-height: 1.55;
}
.guide-card li::before {
  content: '→';
  color: var(--gold); font-weight: 700;
  flex-shrink: 0; margin-top: 1px;
}

/* --- DEBTS SECTION --- */
.chapter-debts {
  margin-top: 60px;
}
.debts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.debts-card {
  border-radius: var(--radius);
  padding: 32px 28px;
}
.debts-yes {
  background: rgba(16,185,129,0.08);
  border: 1px solid rgba(16,185,129,0.25);
}
.debts-no {
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.25);
}
.debts-card h4 {
  font-size: 1.1rem; font-weight: 700;
  margin-bottom: 18px;
}
.debts-yes h4 { color: #34d399; }
.debts-no h4 { color: #f87171; }
.debts-card ul { padding-left: 0; }
.debts-card li {
  color: rgba(255,255,255,0.75); font-size: 0.9rem;
  margin-bottom: 10px; line-height: 1.5;
  padding-left: 20px; position: relative;
}
.debts-yes li::before {
  content: '✓'; position: absolute; left: 0;
  color: #34d399; font-weight: 700;
}
.debts-no li::before {
  content: '✗'; position: absolute; left: 0;
  color: #f87171; font-weight: 700;
}

/* --- CHAPTER CTA --- */
.chapter-cta {
  margin-top: 60px;
  text-align: center;
  background: rgba(245,166,35,0.06);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: var(--radius);
  padding: 40px 36px;
}
.chapter-cta p {
  font-size: 1.05rem; color: rgba(255,255,255,0.8);
  line-height: 1.7; margin-bottom: 24px;
  max-width: 700px; margin-left: auto; margin-right: auto;
}
.chapter-cta strong { color: var(--gold); }

/* --- CHAPTER RESPONSIVE --- */
@media (max-width: 768px) {
  .compare-row {
    grid-template-columns: 1fr;
  }
  .compare-header { display: none; }
  .compare-label {
    border-right: none;
    border-bottom: none;
    padding-bottom: 4px;
    font-size: 0.82rem;
  }
  .compare-col {
    border-right: none;
    padding-top: 4px; padding-bottom: 12px;
  }
  .compare-col::before {
    font-weight: 700; color: var(--gold);
    display: block; margin-bottom: 2px;
  }
  .compare-row .compare-col:nth-child(2)::before { content: 'Ch. 7: '; }
  .compare-row .compare-col:nth-child(3)::before { content: 'Ch. 13: '; }
  .guide-grid, .debts-grid { grid-template-columns: 1fr; }
}

/* --- HOW IT WORKS --- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 45px; left: 14%; right: 14%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--ocean-teal), var(--gold));
  opacity: 0.25;
}
.step-card { text-align: center; position: relative; z-index: 2; }
.step-number {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.9rem; font-weight: 900;
  color: var(--navy); margin: 0 auto 20px;
  box-shadow: 0 6px 24px rgba(245,166,35,0.3);
}
.step-card h3 {
  font-size: 1.15rem; font-weight: 700;
  margin-bottom: 10px; color: var(--navy);
}
.step-card p {
  font-size: 0.9rem; color: var(--text-muted); line-height: 1.65;
}

/* --- STATS BAR --- */
.stats-bar {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-deep) 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(14,116,144,0.12) 0%, transparent 60%);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; text-align: center;
  position: relative; z-index: 2;
}
.stat-item h3 {
  font-size: 3.2rem; font-weight: 900;
  color: var(--gold); margin-bottom: 8px;
}
.stat-item p {
  font-size: 0.95rem; color: rgba(255,255,255,0.75); font-weight: 500;
}

/* --- ABOUT / WHY US --- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.about-image { position: relative; }
.about-image img {
  border-radius: var(--radius);
  box-shadow: 0 15px 50px rgba(0,0,0,0.3);
  width: 100%;
  background: #0a0a0a;
  border: 2px solid rgba(245,166,35,0.25);
}
.experience-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  padding: 22px 30px; border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 8px 30px rgba(245,166,35,0.3);
}
.experience-badge .number {
  font-size: 2.6rem; font-weight: 900; display: block; line-height: 1;
}
.experience-badge .label {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
}
.about-text h2 {
  font-size: 2.4rem; font-weight: 800;
  margin-bottom: 20px; line-height: 1.2;
}
.about-text h2 .highlight { color: var(--gold); }
.about-text > p {
  font-size: 1.05rem; color: var(--text-muted);
  margin-bottom: 32px; line-height: 1.8;
}
.about-features { display: flex; flex-direction: column; gap: 22px; }
.about-feature { display: flex; gap: 16px; align-items: flex-start; }
.about-feature-icon {
  width: 52px; height: 52px; flex-shrink: 0;
  background: rgba(245,166,35,0.08);
  border: 2px solid rgba(245,166,35,0.3);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: var(--gold);
}
.about-feature h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; color: var(--navy); }
.about-feature p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* --- TESTIMONIALS --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 28px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); }
.testimonial-card::before {
  content: '\201C';
  position: absolute; top: 16px; left: 22px;
  font-size: 4.5rem; color: var(--gold);
  line-height: 1; font-family: Georgia, serif; opacity: 0.2;
}
.testimonial-stars {
  color: var(--gold); font-size: 1.1rem;
  margin-bottom: 14px; letter-spacing: 2px;
}
.testimonial-card > p {
  font-size: 0.95rem; color: var(--text-muted);
  line-height: 1.7; margin-bottom: 20px; font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--gold), var(--ocean-teal));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 700; color: var(--white);
}
.testimonial-author h4 { font-size: 0.95rem; font-weight: 700; color: var(--navy); }
.testimonial-author span { font-size: 0.8rem; color: var(--text-muted); }

/* --- MEET THE SHARKS / TEAM --- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.team-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 0 20px 20px;
  text-align: center;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0,0,0,0.04);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.team-avatar {
  margin: 0 auto 0;
  display: flex; align-items: center; justify-content: center;
  width: 100%;
}
.team-avatar img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(245,166,35,0.25));
}
.team-card h3 {
  font-size: 1.4rem; font-weight: 800;
  color: var(--navy); margin-bottom: 4px;
}
.team-role {
  display: block;
  font-size: 0.9rem; font-weight: 600;
  color: var(--gold); text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 12px;
}
.team-card > p {
  font-size: 0.95rem; color: var(--text-muted);
  line-height: 1.7; margin-bottom: 14px;
  text-align: left;
}
.team-badges {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
  min-height: 52px;
  align-items: center;
}
.team-badge {
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(245,166,35,0.1);
  border: 1px solid rgba(245,166,35,0.3);
  color: var(--gold-dark);
  padding: 5px 12px; border-radius: 20px;
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px;
  white-space: nowrap;
  height: 28px;
}

/* --- BAR ADMISSIONS (under team cards) --- */
.team-bar-admissions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  gap: 6px;
}
.bar-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold-dark);
}
.bar-line {
  display: block;
  width: 60px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.bar-states {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.5px;
}

/* --- CONSTITUTIONAL RIGHT SECTION --- */
.constitution-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}
.constitution-text h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin: 28px 0 14px;
}
.constitution-text p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.constitution-quote {
  position: relative;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f0fb 100%);
  border-left: 5px solid var(--ocean);
  border-radius: var(--radius);
  padding: 32px 34px 28px 70px;
  box-shadow: 0 8px 24px rgba(10,22,40,0.08);
}
.constitution-quote-mark {
  position: absolute;
  top: 0px;
  left: 18px;
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--ocean);
  opacity: 0.45;
  font-weight: 700;
}
.constitution-quote p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--navy);
  font-style: italic;
  margin-bottom: 12px;
}
.constitution-quote p strong {
  font-style: normal;
  color: var(--navy);
  font-weight: 800;
}
.constitution-cite {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ocean);
  letter-spacing: 0.3px;
  font-style: normal;
}
.constitution-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.constitution-feature {
  background: #fff;
  border: 1px solid rgba(10,22,40,0.08);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: 0 6px 18px rgba(10,22,40,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.constitution-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(10,22,40,0.12);
}
.cf-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1;
}
.constitution-feature h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.constitution-feature p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 900px) {
  .constitution-grid { grid-template-columns: 1fr; gap: 36px; }
  .constitution-features { grid-template-columns: 1fr; }
}

/* --- EXPERIENCE / CREDIBILITY --- */
.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}
.exp-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: var(--transition);
}
.exp-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(245,166,35,0.3);
  transform: translateY(-4px);
}
.exp-icon {
  font-size: 2rem; margin-bottom: 16px;
  display: block;
}
.exp-card h3 {
  font-size: 1.2rem; font-weight: 700;
  color: var(--gold); margin-bottom: 12px;
}
.exp-card p {
  font-size: 0.93rem; color: rgba(255,255,255,0.75);
  line-height: 1.75;
}
.exp-cta {
  text-align: center;
}
.exp-cta p {
  font-size: 1rem; color: rgba(255,255,255,0.7);
}
.exp-cta a {
  color: var(--gold); font-weight: 700;
  border-bottom: 2px solid rgba(245,166,35,0.3);
  padding-bottom: 2px;
}
.exp-cta a:hover { border-color: var(--gold); }

@media (max-width: 1024px) {
  .team-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .experience-grid { grid-template-columns: 1fr; }
  .team-card { padding: 32px 24px; }
}

/* --- FAQ --- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
  transition: var(--transition);
}
.faq-item:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.faq-question {
  width: 100%; text-align: left;
  padding: 22px 28px;
  background: none; border: none;
  font-size: 1.05rem; font-weight: 700;
  color: var(--navy); cursor: pointer;
  display: flex; justify-content: space-between;
  align-items: center; gap: 16px;
  transition: var(--transition);
  font-family: inherit;
}
.faq-question:hover { color: var(--gold); }
.faq-toggle {
  font-size: 1.5rem; color: var(--gold);
  transition: transform 0.3s ease; flex-shrink: 0;
}
.faq-item.active .faq-toggle { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.active .faq-answer { max-height: 400px; }
.faq-answer p {
  padding: 0 28px 22px;
  font-size: 0.95rem; color: var(--text-muted); line-height: 1.7;
}

/* --- CTA BANNER --- */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-deep) 50%, var(--navy) 100%);
  padding: 90px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(245,166,35,0.07), transparent 65%);
}
.cta-banner .container { position: relative; z-index: 2; }
.cta-banner h2 {
  font-size: 2.8rem; font-weight: 900;
  color: var(--white); margin-bottom: 16px;
}
.cta-banner h2 .highlight { color: var(--gold); }
.cta-banner p {
  font-size: 1.15rem; color: rgba(255,255,255,0.75);
  margin-bottom: 36px; max-width: 620px;
  margin-left: auto; margin-right: auto;
}
.cta-banner .btn-primary { font-size: 1.2rem; padding: 18px 52px; }

/* --- CONTACT --- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px; align-items: start;
}
.contact-info h3 {
  font-size: 1.6rem; font-weight: 700;
  color: var(--navy); margin-bottom: 14px;
}
.contact-info > p {
  color: var(--text-muted); margin-bottom: 28px;
  font-size: 1rem; line-height: 1.7;
}
.contact-detail {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 24px;
}
.contact-detail-icon {
  width: 50px; height: 50px; flex-shrink: 0;
  background: rgba(245,166,35,0.08);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--gold);
}
.contact-detail h4 {
  font-size: 0.95rem; font-weight: 700;
  color: var(--navy); margin-bottom: 4px;
}
.contact-detail p { font-size: 0.9rem; color: var(--text-muted); }
.contact-detail a { color: var(--blue-accent); }
.contact-detail a:hover { color: var(--gold); }

.contact-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0,0,0,0.04);
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-size: 0.9rem;
  font-weight: 600; color: var(--navy);
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; padding: 14px 18px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem; font-family: inherit;
  transition: var(--transition);
  background: var(--off-white);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  outline: none;
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(245,166,35,0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form .btn-primary { width: 100%; text-align: center; }

/* --- FOOTER --- */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.65);
  padding: 64px 0 0;
  border-top: 3px solid var(--gold);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .nav-logo { margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 42px; height: 42px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: rgba(255,255,255,0.5);
  transition: var(--transition);
}
.footer-social a:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }

.footer-col h4 {
  font-size: 0.9rem; font-weight: 700;
  color: var(--white); margin-bottom: 20px;
  text-transform: uppercase; letter-spacing: 1.5px;
}
.footer-col a {
  display: block; font-size: 0.88rem;
  color: rgba(255,255,255,0.55); padding: 5px 0;
}
.footer-col a:hover { color: var(--gold); padding-left: 4px; }

.footer-bottom {
  text-align: center; padding: 24px 0;
  font-size: 0.84rem;
}
.footer-bottom a { color: var(--gold); }

/* --- CLICKABLE CHAPTER CARDS --- */
a.chapter-card-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
a.chapter-card-link:hover .chapter-link {
  border-color: var(--gold);
  color: var(--gold-light);
}
.chapter-link {
  display: inline-block;
  margin-top: auto;
  padding-top: 20px;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.95rem;
  border-bottom: 2px solid rgba(245,166,35,0.3);
  padding-bottom: 2px;
  transition: var(--transition);
}

/* --- COMPARE BUTTON --- */
.chapter-compare-btn-wrap {
  text-align: center;
  margin: 40px auto 0;
}
.btn-compare {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  background: transparent;
  border: 2px solid var(--gold);
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.btn-compare:hover {
  background: var(--gold);
  color: var(--navy);
  box-shadow: var(--shadow-btn);
}
.btn-compare.active {
  background: var(--gold);
  color: var(--navy);
}

/* --- COMPARE PANEL (hidden by default) --- */
.chapter-compare-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.chapter-compare-panel.open {
  max-height: 3000px;
}

/* --- DETAIL PAGE HERO --- */
.page-hero {
  position: relative;
  padding: 160px 0 80px;
  background: var(--gradient-hero);
  overflow: hidden;
}
.page-hero .hero-bg { position: absolute; inset: 0; z-index: 1; }
.page-hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.page-hero .hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(10,22,40,0.92) 0%, rgba(10,22,40,0.8) 100%); }
.page-hero-content {
  position: relative; z-index: 3;
  max-width: 700px;
}
.page-hero-content h1 {
  font-size: 3rem; font-weight: 900;
  color: var(--white); line-height: 1.1;
  margin-bottom: 18px;
}
.page-hero-content p {
  font-size: 1.15rem; color: rgba(255,255,255,0.8);
  line-height: 1.7; margin-bottom: 28px;
}

/* --- DETAIL CONTENT BLOCKS --- */
.detail-content { max-width: 800px; margin: 0 auto; }
.detail-text p {
  font-size: 1.05rem; color: var(--text-muted);
  line-height: 1.85; margin-bottom: 18px;
}

/* --- DETAIL STEPS --- */
.detail-steps {
  max-width: 800px; margin: 0 auto;
}
.detail-step {
  display: flex; gap: 24px; align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.detail-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.detail-step-num {
  width: 54px; height: 54px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 900; color: var(--navy);
  box-shadow: 0 4px 16px rgba(245,166,35,0.25);
}
.detail-step h3 {
  font-size: 1.15rem; font-weight: 700;
  color: var(--navy); margin-bottom: 8px;
}
.detail-step p {
  font-size: 0.95rem; color: var(--text-muted);
  line-height: 1.7;
}

/* --- DEBTS DETAIL GRID --- */
.debts-detail-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; max-width: 900px; margin: 0 auto;
}
.debts-detail-card {
  border-radius: var(--radius); padding: 36px 30px;
}
.debts-detail-yes {
  background: rgba(16,185,129,0.06);
  border: 2px solid rgba(16,185,129,0.2);
}
.debts-detail-no {
  background: rgba(239,68,68,0.06);
  border: 2px solid rgba(239,68,68,0.2);
}
.debts-detail-card h3 {
  font-size: 1.15rem; font-weight: 700; margin-bottom: 20px;
}
.debts-detail-yes h3 { color: #059669; }
.debts-detail-no h3 { color: #dc2626; }
.debts-detail-card li {
  font-size: 0.9rem; color: var(--text-muted);
  line-height: 1.6; margin-bottom: 12px;
  padding-left: 4px;
}
.debts-detail-card li strong { color: var(--text-dark); }

/* --- MEANS TEST TABLE --- */
.means-table {
  max-width: 500px; margin: 24px auto 0;
  border-radius: 12px; overflow: hidden;
  border: 2px solid rgba(0,0,0,0.08);
}
.means-row {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.means-row:last-child { border-bottom: none; }
.means-header {
  background: var(--navy); color: var(--gold);
  font-weight: 700; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.means-header div { padding: 12px 20px; }
.means-row:not(.means-header) div {
  padding: 12px 20px; font-size: 0.95rem;
  color: var(--text-dark);
}
.means-row:not(.means-header):nth-child(even) {
  background: rgba(0,0,0,0.02);
}

/* --- ADVANTAGE LIST --- */
.advantage-list {
  max-width: 800px; margin: 0 auto;
}
.advantage-item {
  display: flex; gap: 20px; align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.advantage-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.advantage-icon {
  font-size: 2rem; flex-shrink: 0;
  width: 56px; text-align: center;
}
.advantage-item h4 {
  font-size: 1.1rem; font-weight: 700;
  color: var(--navy); margin-bottom: 8px;
}
.advantage-item p {
  font-size: 0.95rem; color: var(--text-muted); line-height: 1.7;
}

/* --- DETAIL PAGE RESPONSIVE --- */
@media (max-width: 768px) {
  .page-hero { padding: 130px 0 60px; }
  .page-hero-content h1 { font-size: 2.2rem; }
  .debts-detail-grid { grid-template-columns: 1fr; }
  .detail-step { flex-direction: column; gap: 12px; }
  .advantage-item { flex-direction: column; gap: 8px; }
  .means-table { max-width: 100%; }
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .hero-text h1 { font-size: 2.8rem; }
  .hero-image { max-width: 500px; }
  .services-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.active {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; width: 100%;
    background: var(--navy); padding: 24px; gap: 14px;
    border-bottom: 3px solid var(--gold);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  }
  .nav-links.active .nav-divider { display: none; }
  .mobile-toggle { display: flex; }

  .hero { min-height: auto; padding: 120px 0 70px; }
  .hero-content { flex-direction: column; text-align: center; }
  .hero-text h1 { font-size: 2.2rem; }
  .hero-checks li { justify-content: center; }
  .hero-buttons { justify-content: center; }
  .hero-image { max-width: 400px; margin: 0 auto; }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(10,22,40,0.94) 0%, rgba(10,22,40,0.8) 100%);
  }

  .section { padding: 70px 0; }
  .section-title h2 { font-size: 2rem; }

  .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .chapter-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }

  .trust-bar .container { gap: 20px; }
  .trust-item { font-size: 0.85rem; }

  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-social { justify-content: center; }
  .footer-brand .nav-logo { justify-content: center; }

  .cta-banner h2 { font-size: 2rem; }
}

@media (max-width: 480px) {
  .hero-text h1 { font-size: 1.8rem; }
  .hero-tagline { font-size: 0.75rem; }
  .btn-primary { padding: 14px 28px; font-size: 1rem; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .stat-item h3 { font-size: 2.4rem; }
  .chapter-number { font-size: 2.8rem; }
}
