/* ===========================
   DB FREEDOM NETWORK — THEME CSS
   Dark Patriotic Professional
   =========================== */

:root {
  --black:       #000000;
  --white:       #FFFFFF;
  --navy:        #0A1628;
  --navy-mid:    #0F1E38;
  --navy-light:  #142440;
  --red:         #B91C1C;
  --red-dim:     #8B1520;
  --gold:        #D97706;
  --gold-dim:    #A85C04;
  --gray-light:  #F3F4F6;
  --gray-mid:    #9CA3AF;
  --gray-dark:   #374151;
  --off-white:   #F9FAFB;
  --text-muted:  rgba(249,250,251,0.55);

  --font-display: 'Libre Baskerville', Georgia, serif;
  --font-body:    'Source Sans 3', 'Source Sans Pro', system-ui, sans-serif;

  --max-w: 1200px;
  --nav-h: 72px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;

  --shadow-card: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-hover: 0 8px 40px rgba(0,0,0,0.55);
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--off-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; }

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--navy-mid); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ---- NAVIGATION ---- */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  background: rgba(10, 22, 40, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217, 119, 6, 0.15);
}
.nav-inner {
  max-width: var(--max-w); margin: 0 auto;
  height: 100%; padding: 0 24px;
  display: flex; align-items: center; gap: 0;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 700;
  color: var(--white); white-space: nowrap;
  flex-shrink: 0; margin-right: 32px;
}
.nav-logo svg { flex-shrink: 0; }
.nav-links {
  display: flex; gap: 2px; flex: 1; align-items: center;
}
.nav-links a {
  font-size: 0.8rem; font-weight: 600; color: rgba(249,250,251,0.65);
  padding: 6px 11px; border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s; white-space: nowrap;
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.nav-actions { display: flex; gap: 10px; align-items: center; margin-left: auto; flex-shrink: 0; }
.btn-nav-outline {
  font-size: 0.8rem; font-weight: 600;
  color: var(--gold); border: 1px solid var(--gold);
  padding: 6px 14px; border-radius: var(--radius-sm);
  transition: background 0.2s, color 0.2s; white-space: nowrap;
}
.btn-nav-outline:hover { background: var(--gold); color: var(--black); }
.btn-nav-solid {
  font-size: 0.8rem; font-weight: 600;
  background: var(--red); color: var(--white);
  padding: 6px 14px; border-radius: var(--radius-sm);
  transition: background 0.2s; white-space: nowrap;
}
.btn-nav-solid:hover { background: var(--red-dim); }
.nav-cart {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.8rem; font-weight: 600; color: rgba(249,250,251,0.6);
  padding: 6px 10px; border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
}
.nav-cart:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.nav-cart svg { flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; margin-left: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--off-white); border-radius: 2px; transition: transform 0.3s; }

/* ---- HERO ---- */
.hero {
  min-height: 100vh; padding-top: var(--nav-h);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  background: var(--navy);
}
.hero-bg-art { position: absolute; inset: 0; pointer-events: none; }
.hero-geo-star {
  position: absolute; right: -80px; top: 50%; transform: translateY(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(ellipse at center, rgba(185,28,28,0.12) 0%, transparent 60%);
}
.hero-geo-ring {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  width: 520px; height: 520px; border-radius: 50%;
  border: 1px solid rgba(217,119,6,0.12);
  box-shadow: inset 0 0 80px rgba(217,119,6,0.05);
}
.hero-geo-lines { position: absolute; inset: 0; }
.geo-line { position: absolute; background: rgba(217,119,6,0.06); transform-origin: right center; }
.geo-line-1 { width: 2px; height: 100%; left: 45%; transform: rotate(0deg); }
.geo-line-2 { width: 2px; height: 80%; left: 55%; top: 10%; transform: rotate(15deg); }
.geo-line-3 { width: 2px; height: 60%; left: 50%; top: 20%; transform: rotate(-10deg); }
.hero-dot-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(217,119,6,0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: var(--max-w); margin: 0 auto; padding: 80px 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  width: 100%;
}
.hero-left {}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(217,119,6,0.1); border: 1px solid rgba(217,119,6,0.25);
  padding: 6px 14px; border-radius: 20px;
  font-size: 0.8rem; font-weight: 600; color: var(--gold);
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 28px;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}
.hero-headline { font-size: clamp(2.8rem, 5vw, 4.5rem); color: var(--white); line-height: 1.08; margin-bottom: 24px; }
.hero-sub { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; max-width: 500px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.btn-hero-solid {
  font-size: 1rem; font-weight: 700; font-family: var(--font-body);
  background: var(--red); color: var(--white);
  padding: 14px 32px; border-radius: var(--radius-sm);
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-hero-solid:hover { background: var(--red-dim); transform: translateY(-2px); }
.btn-hero-ghost {
  font-size: 1rem; font-weight: 600; font-family: var(--font-body);
  color: var(--gold); border: 1px solid rgba(217,119,6,0.4);
  padding: 14px 32px; border-radius: var(--radius-sm);
  transition: border-color 0.2s, background 0.2s;
  display: inline-block;
}
.btn-hero-ghost:hover { border-color: var(--gold); background: rgba(217,119,6,0.08); }
.hero-stats {
  display: flex; align-items: center; gap: 24px;
  padding-top: 40px; border-top: 1px solid rgba(217,119,6,0.15);
}
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-value { font-family: var(--font-display); font-size: 1.8rem; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.75rem; color: rgba(249,250,251,0.45); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.stat-divider { width: 1px; height: 40px; background: rgba(217,119,6,0.2); }

/* ---- SECTION HEADINGS ---- */
.section-eyebrow {
  display: block; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--white); line-height: 1.15; }
.section-desc { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header .section-desc { max-width: 560px; margin: 12px auto 0; }

/* ---- PILLARS ---- */
.pillars { padding: 100px 0; background: var(--black); }
.pillars-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pillar-card {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  padding: 36px 28px; border: 1px solid rgba(255,255,255,0.05);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.pillar-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(217,119,6,0.25); }
.pillar-icon { margin-bottom: 20px; }
.pillar-card h3 { font-size: 1.2rem; color: var(--white); margin-bottom: 12px; }
.pillar-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }
.pillar-truth    { border-top: 3px solid var(--red); }
.pillar-accountability { border-top: 3px solid var(--gold); }
.pillar-savings  { border-top: 3px solid var(--red); }
.pillar-opportunity { border-top: 3px solid var(--gold); }

/* ---- SERVICES ---- */
.services { padding: 100px 0; background: linear-gradient(180deg, var(--black) 0%, var(--navy) 100%); }
.services-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg); padding: 32px 28px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: rgba(217,119,6,0.2); }
.service-icon-wrap { margin-bottom: 20px; }
.service-card h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 12px; }
.service-card p { font-size: 0.9rem; color: rgba(249,250,251,0.5); line-height: 1.65; }
.service-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 0.85rem; font-weight: 600; color: var(--gold); transition: gap 0.2s; }
.service-card a:hover { gap: 10px; }

/* ---- TESTIMONIALS ---- */
.testimonials { padding: 100px 0; background: var(--black); }
.testimonials-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  padding: 32px 28px; border: 1px solid rgba(255,255,255,0.05);
}
.testimonial-quote {
  font-size: 1rem; color: rgba(249,250,251,0.7); line-height: 1.7;
  margin-bottom: 20px; font-style: italic;
}
.testimonial-quote::before { content: '\u201C'; font-size: 1.5rem; color: var(--gold); font-family: var(--font-display); }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--navy-light); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; color: var(--gold);
  flex-shrink: 0;
}
.author-info {}
.author-name { font-size: 0.9rem; font-weight: 600; color: var(--white); }
.author-role { font-size: 0.8rem; color: rgba(249,250,251,0.4); }

.trust-signals {
  display: flex; justify-content: center; gap: 64px; margin-top: 64px;
  padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.08);
}
.trust-signal { text-align: center; }
.trust-value { font-size: 2rem; font-weight: 700; color: var(--gold); font-family: var(--font-display); }
.trust-label { font-size: 0.95rem; color: var(--white); font-weight: 600; margin-top: 4px; }
.trust-sublabel { font-size: 0.8rem; color: rgba(249,250,251,0.4); margin-top: 2px; }

/* ---- MEMBERSHIP ---- */
.membership { padding: 100px 0; background: var(--navy); }
.membership-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.membership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; }
.mem-card {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  padding: 32px 24px; border: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column; gap: 0;
  transition: transform 0.3s, box-shadow 0.3s;
}
.mem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.mem-card-premium { border-color: rgba(217,119,6,0.3); background: var(--navy-light); }
.mem-card-vip { border-color: rgba(217,119,6,0.4); background: linear-gradient(135deg, var(--navy-mid) 0%, rgba(217,119,6,0.08) 100%); }
.mem-tier-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 12px; border-radius: 12px;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--off-white); margin-bottom: 16px; width: fit-content;
}
.mem-badge-premium { border-color: rgba(217,119,6,0.4); color: var(--gold); }
.mem-badge-vip { border-color: rgba(217,119,6,0.6); color: var(--gold); background: rgba(217,119,6,0.1); }
.mem-price { font-family: var(--font-display); font-size: 2rem; color: var(--white); margin-bottom: 4px; }
.mem-price span { font-size: 0.9rem; color: var(--text-muted); font-family: var(--font-body); font-weight: 400; }
.mem-card h3 { font-size: 1.15rem; color: var(--white); margin-bottom: 10px; }
.mem-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 20px; }
.mem-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; flex: 1; }
.mem-features li {
  font-size: 0.85rem; color: rgba(249,250,251,0.65);
  padding-left: 20px; position: relative;
}
.mem-features li::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); opacity: 0.7;
}
.mem-cta {
  display: block; text-align: center; font-weight: 700; font-size: 0.9rem;
  padding: 12px; border-radius: var(--radius-sm);
  transition: background 0.2s, transform 0.15s;
}
.mem-cta:hover { transform: translateY(-1px); }
.mem-cta-free { background: rgba(255,255,255,0.08); color: var(--off-white); }
.mem-cta-free:hover { background: rgba(255,255,255,0.15); }
.mem-cta-standard { background: rgba(185,28,28,0.2); color: var(--red); border: 1px solid rgba(185,28,28,0.4); }
.mem-cta-standard:hover { background: rgba(185,28,28,0.35); }
.mem-cta-premium { background: var(--gold); color: var(--black); }
.mem-cta-premium:hover { background: #e58a08; }
.mem-cta-vip { background: var(--red); color: var(--white); }
.mem-cta-vip:hover { background: var(--red-dim); }

/* ---- HOW IT WORKS ---- */
.hiw { padding: 100px 0; background: var(--black); }
.hiw-inner { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.hiw-steps { display: flex; flex-direction: column; gap: 0; }
.hiw-step { display: flex; align-items: flex-start; gap: 28px; }
.step-number {
  font-family: var(--font-display); font-size: 2.8rem; font-weight: 700;
  color: var(--red); line-height: 1; flex-shrink: 0; min-width: 64px;
}
.step-connector {
  width: 1px; flex: 1; min-height: 40px;
  background: linear-gradient(180deg, rgba(217,119,6,0.4) 0%, rgba(217,119,6,0.05) 100%);
  align-self: stretch; margin: 8px 0;
}
.step-content { padding-top: 4px; padding-bottom: 48px; }
.step-content h3 { font-size: 1.25rem; color: var(--white); margin-bottom: 10px; }
.step-content p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.65; }

/* ---- CLOSING ---- */
.closing { padding: 100px 0; background: linear-gradient(180deg, var(--black) 0%, var(--navy) 50%, var(--black) 100%); }
.closing-inner { max-width: 700px; margin: 0 auto; padding: 0 24px; text-align: center; }
.closing-star { margin-bottom: 40px; }
.closing-title { font-size: clamp(1.8rem, 4vw, 3rem); color: var(--white); margin-bottom: 24px; line-height: 1.15; }
.closing-body { font-size: 1.05rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 40px; }
.closing-divider { width: 60px; height: 2px; background: var(--gold); margin: 0 auto 32px; }
.closing-tagline { font-family: var(--font-display); font-size: 1.1rem; font-style: italic; color: var(--gold); }

/* ---- LIGHT SECTION (gray) ---- */
.light-section { background: var(--gray-light); color: var(--black); }
.light-section .section-eyebrow { color: var(--red); }
.light-section .section-title { color: var(--black); }
.light-section .section-desc { color: #4B5563; }

/* ---- GRID CARDS ---- */
.card-grid {
  display: grid; gap: 24px;
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
}
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-auto { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.page-card {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden; transition: transform 0.3s, box-shadow 0.3s;
}
.page-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.page-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--navy-light); }
.page-card-body { padding: 24px; }
.page-card-cat { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.page-card h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 8px; }
.page-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.page-card-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.05); }
.page-card-price { font-family: var(--font-display); font-size: 1.1rem; color: var(--gold); }
.page-card-link { font-size: 0.875rem; font-weight: 600; color: var(--red); transition: color 0.2s; }
.page-card-link:hover { color: var(--red-dim); }

/* ---- FORMS ---- */
.form-page {
  min-height: 100vh; padding-top: var(--nav-h);
  display: flex; align-items: center; justify-content: center;
  background: var(--navy);
}
.form-box {
  width: 100%; max-width: 440px; padding: 48px 40px;
  background: var(--navy-mid); border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-card);
}
.form-box h1 { font-size: 1.8rem; color: var(--white); margin-bottom: 8px; }
.form-box .form-sub { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 32px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: rgba(249,250,251,0.7); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 10px 14px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm); color: var(--white); font-size: 0.95rem;
  font-family: var(--font-body); transition: border-color 0.2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: var(--gold);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group small { display: block; margin-top: 5px; font-size: 0.8rem; color: var(--text-muted); }
.btn-submit {
  width: 100%; padding: 13px; font-size: 1rem; font-weight: 700;
  background: var(--red); color: var(--white);
  border: none; border-radius: var(--radius-sm); cursor: pointer;
  transition: background 0.2s; font-family: var(--font-body);
}
.btn-submit:hover { background: var(--red-dim); }
.form-divider { text-align: center; margin: 24px 0; position: relative; }
.form-divider::before, .form-divider::after {
  content: ''; position: absolute; top: 50%; width: calc(50% - 24px); height: 1px;
  background: rgba(255,255,255,0.08);
}
.form-divider::before { left: 0; }
.form-divider::after { right: 0; }
.form-divider span { font-size: 0.8rem; color: var(--text-muted); background: var(--navy-mid); padding: 0 12px; position: relative; }
.form-alt-link { text-align: center; font-size: 0.9rem; color: var(--text-muted); margin-top: 20px; }
.form-alt-link a { color: var(--gold); font-weight: 600; }
.form-alt-link a:hover { text-decoration: underline; }
.form-error { background: rgba(185,28,28,0.15); border: 1px solid rgba(185,28,28,0.3); border-radius: var(--radius-sm); padding: 10px 14px; margin-bottom: 20px; color: #FCA5A5; font-size: 0.875rem; }
.form-success { background: rgba(217,119,6,0.15); border: 1px solid rgba(217,119,6,0.3); border-radius: var(--radius-sm); padding: 10px 14px; margin-bottom: 20px; color: var(--gold); font-size: 0.875rem; }

/* ---- PAGE HEADER ---- */
.page-header {
  padding-top: calc(var(--nav-h) + 80px); padding-bottom: 80px;
  background: var(--navy); text-align: center;
}
.page-header .section-title { margin-bottom: 16px; }
.page-header .section-desc { max-width: 620px; margin: 0 auto; }

/* ---- SEARCH + FILTERS ---- */
.filter-bar {
  max-width: var(--max-w); margin: 0 auto 32px; padding: 0 24px;
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
}
.search-input {
  flex: 1; min-width: 200px; padding: 10px 16px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm); color: var(--white); font-size: 0.9rem;
  font-family: var(--font-body);
}
.search-input::placeholder { color: rgba(249,250,251,0.35); }
.search-input:focus { outline: none; border-color: var(--gold); }
.filter-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-pill {
  font-size: 0.8rem; font-weight: 600; padding: 6px 14px;
  border-radius: 20px; border: 1px solid rgba(255,255,255,0.1);
  color: rgba(249,250,251,0.6); cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--gold); border-color: var(--gold);
  color: var(--black);
}

/* ---- VIDEO CARD ---- */
.video-card {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.06); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.video-thumb { position: relative; aspect-ratio: 16/9; background: var(--navy-light); overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.35); transition: background 0.2s;
}
.video-play:hover { background: rgba(0,0,0,0.5); }
.play-btn {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--red); display: flex; align-items: center; justify-content: center;
}
.video-body { padding: 20px; }
.video-body h3 { font-size: 1rem; color: var(--white); margin-bottom: 6px; }
.video-meta { font-size: 0.8rem; color: var(--text-muted); }

/* ---- AUDIT PAGE ---- */
.audit-hero {
  padding: 120px 0 80px; background: var(--navy);
  text-align: center;
}
.audit-steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
}
.audit-step {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  padding: 28px 24px; text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.audit-step-icon { margin-bottom: 16px; }
.audit-step h3 { font-size: 1rem; color: var(--white); margin-bottom: 8px; }
.audit-step p { font-size: 0.85rem; color: var(--text-muted); }

/* ---- CONTACT PAGE ---- */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
}
.contact-info {}
.contact-info h3 { font-size: 1.2rem; color: var(--white); margin-bottom: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.contact-item-icon { flex-shrink: 0; margin-top: 2px; color: var(--gold); }
.contact-item-text {}
.contact-item-text strong { display: block; font-size: 0.9rem; color: var(--white); margin-bottom: 2px; }
.contact-item-text span { font-size: 0.875rem; color: var(--text-muted); }
.contact-map {
  width: 100%; aspect-ratio: 16/9; background: var(--navy-mid);
  border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: 0.9rem;
}

/* ---- ABOUT PAGE ---- */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
}
.about-grid.reverse { grid-template-columns: 1fr 1fr; }
.about-img {
  width: 100%; aspect-ratio: 4/3; background: var(--navy-mid);
  border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
}
.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
}
.team-card {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  padding: 28px 24px; text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.team-avatar {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 16px;
  background: var(--navy-light); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--gold);
}
.team-card h3 { font-size: 1rem; color: var(--white); margin-bottom: 4px; }
.team-card .team-role { font-size: 0.8rem; color: var(--gold); margin-bottom: 12px; }
.team-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; }

/* ---- SHOP ---- */
.shop-page { padding: 80px 0; }
.shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.shop-card {
  background: var(--navy-mid); border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.06); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.shop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.shop-img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--navy-light); }
.shop-body { padding: 20px; }
.shop-body h3 { font-size: 1rem; color: var(--white); margin-bottom: 6px; }
.shop-body p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 14px; }
.shop-footer { display: flex; justify-content: space-between; align-items: center; }
.shop-price { font-family: var(--font-display); font-size: 1.2rem; color: var(--gold); }
.btn-add-cart {
  font-size: 0.8rem; font-weight: 700; padding: 8px 16px;
  background: var(--red); color: var(--white); border-radius: var(--radius-sm);
  border: none; cursor: pointer; transition: background 0.2s;
  font-family: var(--font-body);
}
.btn-add-cart:hover { background: var(--red-dim); }

/* ---- PAGINATION ---- */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 48px; }
.page-btn {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,0.1);
  font-size: 0.875rem; font-weight: 600; color: rgba(249,250,251,0.6);
  transition: all 0.2s; cursor: pointer; background: none;
}
.page-btn:hover, .page-btn.active { background: var(--gold); border-color: var(--gold); color: var(--black); }

/* ---- CTA BAND ---- */
.cta-band {
  padding: 80px 0; background: var(--navy);
  text-align: center;
}
.cta-band .section-title { margin-bottom: 16px; }
.cta-band .section-desc { max-width: 520px; margin: 0 auto 32px; }

/* ---- FOOTER ---- */
.site-footer { background: var(--black); border-top: 1px solid rgba(217,119,6,0.12); padding: 60px 0 30px; }
.footer-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start;
}
.footer-brand {}
.footer-logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.footer-tagline { font-size: 0.85rem; color: rgba(249,250,251,0.35); }
.footer-links { display: flex; gap: 48px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.footer-col a { font-size: 0.875rem; color: rgba(249,250,251,0.5); transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  max-width: var(--max-w); margin: 40px auto 0; padding: 20px 24px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(249,250,251,0.3); }
.footer-admin { font-size: 0.75rem !important; color: rgba(249,250,251,0.15) !important; }
.footer-admin:hover { color: rgba(249,250,251,0.4) !important; }
.footer-social { display: flex; gap: 16px; align-items: center; }
.footer-social a { color: rgba(249,250,251,0.35); transition: color 0.2s; font-size: 0.875rem; }
.footer-social a:hover { color: var(--white); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .membership-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-content { grid-template-columns: 1fr; gap: 40px; }
  .audit-steps-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid, .about-grid.reverse { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .card-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-links, .nav-actions { display: none; }
  .nav-toggle { display: flex; }
  .site-nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute;
    top: var(--nav-h); left: 0; right: 0; background: var(--navy);
    padding: 16px; gap: 4px; max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
  }
  .site-nav.open .nav-actions { display: flex; flex-direction: column; position: absolute; left: 0; right: 0; padding: 12px 16px; }
  .pillars-grid, .services-grid, .membership-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { flex-wrap: wrap; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 16px; }
  .stat-divider { display: none; }
  .hiw-step { gap: 16px; }
  .step-number { font-size: 2rem; min-width: 48px; }
  .audit-steps-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .card-grid.cols-4, .card-grid.cols-3, .card-grid.cols-2 { grid-template-columns: 1fr; }
}

/* ---- ANIMATIONS ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeInUp 0.5s ease forwards; }
.animate-in-delay { animation: fadeInUp 0.5s ease 0.15s forwards; opacity: 0; }
.animate-in-delay-2 { animation: fadeInUp 0.5s ease 0.3s forwards; opacity: 0; }