/*
Theme Name: Maxi Theme
Description: 1000Deeg Nurture custom theme
Version: 10.0
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #E8C547;
  --navy: #0a1628;
  --navy-light: #111f38;
  --navy-card: #0f1c30;
  --white: #ffffff;
  --text: #e0e0e0;
  --text-light: rgba(255,255,255,0.55);
  --btn-text: #0a1628;
  --border: rgba(255,255,255,0.08);
  --radius: 16px;
  --radius-sm: 10px;
  --transition: all 0.25s ease;
  --font-heading: 'Nunito', sans-serif;
  --font-body: 'Lora', serif;
  --max-width: 1100px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--navy);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }

.section-label {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}

.gold { color: var(--gold); }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 40px;
}

section { padding: 100px 0; }

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-header h2 { margin-bottom: 12px; }

.section-intro {
  color: var(--text-light);
  font-size: 1rem;
  margin-top: 10px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta {
  text-align: center;
  margin-top: 48px;
}

/* BUTTONS */
.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--gold);
  color: var(--btn-text);
  padding: 14px 32px;
}
.btn-primary:hover { background: #f0d060; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,197,71,0.3); }

.btn-outline {
  background: transparent;
  color: var(--gold);
  padding: 12px 28px;
  border: 1.5px solid rgba(232,197,71,0.4);
}
.btn-outline:hover { border-color: var(--gold); background: rgba(232,197,71,0.08); }

.btn-small { font-size: 0.85rem; padding: 10px 22px; }

.btn-nav {
  background: var(--gold);
  color: var(--btn-text);
  padding: 10px 22px;
  font-size: 0.85rem;
  font-family: var(--font-heading);
  font-weight: 800;
  border-radius: 50px;
  white-space: nowrap;
}
.btn-nav:hover { background: #f0d060; }

/* NAV */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: blur(12px);
  transition: var(--transition);
}
.site-nav.scrolled {
  background: rgba(10,22,40,0.92);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 40px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav-logo-text {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--gold);
  letter-spacing: -0.5px;
}

.nav-logo { display: flex; align-items: center; }
.nav-logo-img { height: 80px; width: auto; display: block; }


.nav-menu {
  display: flex;
  gap: 32px;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.nav-menu a {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-light);
  transition: var(--transition);
}
.nav-menu a:hover { color: var(--white); }

/* Mobile nav elements — hidden on desktop */
.nav-burger { display: none !important; }
.nav-cta-mobile { display: none !important; }
.nav-drawer { display: none !important; overflow: hidden !important; max-height: 0 !important; }

/* HERO */
.hero { padding-top: 160px; padding-bottom: 140px; }

.hero-title {
  text-align: center;
  margin-bottom: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hero > .container > .section-label {
  text-align: center;
  display: block;
}

.hero-subline {
  display: block;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 auto 72px;
  max-width: 580px;
}

/* Kill any WordPress-injected list markers in nav */
.nav-inner > * { list-style: none; }
.site-nav li { list-style: none; }

.hero-inner {
  display: grid;
  grid-template-columns: 5fr 5fr;
  gap: 56px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-bullets {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.hero-bullets li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.hero-freebie {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  color: var(--text-light);
}

.hero-image-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--navy-light);
}

.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }

.hero-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.85rem;
}

/* PROBLEM / RESULT */
.problem-result { text-align: center; }

.pr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  text-align: left;
  max-width: 860px;
  margin: 0 auto 48px;
}

.pr-card {
  background: var(--navy-light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px;
}

.result-card { border-color: rgba(232,197,71,0.2); }

.pr-card-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 24px;
}

.result-card .pr-card-title { color: var(--gold); }

.pr-list { display: flex; flex-direction: column; gap: 16px; }

.pr-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.5;
}

.pr-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
.pr-dot.prob { background: rgba(255,255,255,0.25); }
.pr-dot.result { background: var(--gold); }

/* OFFER BLOCK */
.offer-block { text-align: center; }

.offers-grid.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}

.offers-grid.one-col { max-width: 520px; margin: 0 auto; }

.offer-card {
  background: var(--navy-light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offer-tag {
  display: inline-block;
  background: rgba(232,197,71,0.12);
  border: 1px solid rgba(232,197,71,0.25);
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
}

.offer-price {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--text-light);
  line-height: 1;
}

.offer-title { font-size: 1.25rem; line-height: 1.4; }

.offer-subtitle { font-size: 0.95rem; color: var(--text-light); line-height: 1.6; }

.offer-includes { display: flex; flex-direction: column; gap: 14px; }

.offer-includes li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.5;
}

.offer-includes li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

.offer-result {
  background: rgba(232,197,71,0.08);
  border: 1px solid rgba(232,197,71,0.15);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.9rem;
  color: var(--gold);
  line-height: 1.5;
}

.offer-cta-group { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }

.offer-sideline { font-family: var(--font-heading); font-size: 0.8rem; color: var(--text-light); }

/* PROCESS */
.process { text-align: center; }

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.step-card {
  background: var(--navy-light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
}

.step-number {
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-title { font-family: var(--font-heading); font-weight: 800; font-size: 1rem; color: var(--white); margin-bottom: 10px; }

.step-desc { font-size: 0.88rem; color: var(--text-light); line-height: 1.6; }

/* PHILOSOPHY */
.philosophy { background: var(--navy-light); text-align: center; overflow: hidden; }

.philosophy-scroll-wrap {
  overflow: hidden;
  padding: 0 40px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.phil-item {
  display: flex;
  gap: 24px;
  padding: 36px 40px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  transition: var(--transition);
  text-align: left;
}

.phil-item:nth-child(even) { border-right: none; }
.phil-item:nth-last-child(-n+2) { border-bottom: none; }
.phil-item:hover { background: rgba(232,197,71,0.04); }

.phil-number {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(232,197,71,0.2);
  line-height: 1;
  flex-shrink: 0;
  padding-top: 2px;
  min-width: 40px;
}

.phil-body { flex: 1; }

.phil-title { font-family: var(--font-heading); font-weight: 800; font-size: 1.15rem; color: var(--gold); margin-bottom: 8px; }

.phil-text { font-size: 0.875rem; color: var(--text-light); line-height: 1.6; }

/* ABOUT */
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: center;
}

.about-image {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--navy-light);
}

.about-image img { width: 100%; height: 100%; object-fit: cover; }

.about-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.85rem;
}

.about-credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }

.credential-tag {
  background: rgba(232,197,71,0.08);
  border: 1px solid rgba(232,197,71,0.2);
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}

.about-content h2 { margin-bottom: 16px; }

.about-para { font-size: 0.95rem; color: var(--text); margin-bottom: 14px; line-height: 1.75; }

/* TESTIMONIALS */
.testimonials { overflow: hidden; text-align: center; }
.testimonials > .container { margin-bottom: 48px; }

.testimonials-track-wrap { overflow: hidden; width: 100%; }

.testimonials-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: testimonialsScroll 35s linear infinite;
}

.testimonials-track:hover { animation-play-state: paused; }

@keyframes testimonialsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.testimonial-card {
  background: var(--navy-light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  width: 340px;
  flex-shrink: 0;
  text-align: left;
}

.testimonial-stars { color: var(--gold); font-size: 0.8rem; letter-spacing: 3px; margin-bottom: 14px; }

.testimonial-text { font-size: 0.92rem; color: var(--text); margin-bottom: 20px; line-height: 1.65; }

.testimonial-author { font-family: var(--font-heading); font-weight: 700; font-size: 0.82rem; color: var(--text-light); }

/* GUIDES (single) */
.guides { background: var(--navy-light); text-align: center; }

.guide-single {
  max-width: 520px;
  margin: 0 auto;
}

.guide-card {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.guide-card.featured {
  border-color: rgba(232,197,71,0.4);
  background: linear-gradient(145deg, #0f1c30, #0d1a28);
}

.guide-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.35); }

.guide-badge {
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.guide-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
}

.guide-desc { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; }

.guide-price {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.15rem;
  color: var(--gold);
}

.guide-note { font-size: 0.8rem; color: var(--text-light); }

/* FAQ */
.faq { text-align: center; }

.faq-list { max-width: 720px; margin: 0 auto; text-align: left; }

.faq-item { border-bottom: 1px solid var(--border); }

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
  transition: var(--transition);
}

.faq-question:hover { color: var(--gold); }

.faq-icon {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  transition: var(--transition);
  line-height: 1;
}

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }

.faq-answer-inner { padding: 0 0 22px; font-size: 0.92rem; color: var(--text-light); line-height: 1.7; }

/* CALENDLY */
.calendly-section { text-align: center; background: var(--navy-light); }

.calendly-wrap {
  max-width: 700px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}

.calendly-placeholder {
  padding: 60px 40px;
  background: var(--navy-card);
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 0.9rem;
}

/* FINAL CTA */
.final-cta { text-align: center; padding: 120px 0; }

.final-cta h2 { margin-bottom: 16px; max-width: 600px; margin-left: auto; margin-right: auto; }
.final-cta .cta-sub { color: var(--text-light); margin-bottom: 36px; font-size: 1rem; font-family: var(--font-heading); }
.final-cta .cta-note { margin-top: 16px; font-family: var(--font-heading); font-size: 0.82rem; color: var(--text-light); }

/* FOOTER */
.site-footer { border-top: 1px solid var(--border); padding: 32px 0; }

.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }

.footer-copy { font-family: var(--font-heading); font-size: 0.8rem; color: var(--text-light); }

.footer-links { display: flex; gap: 24px; }

.footer-links a { font-family: var(--font-heading); font-size: 0.78rem; color: var(--text-light); transition: var(--transition); }
.footer-links a:hover { color: var(--white); }

/* RESPONSIVE — tablet */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(2rem, 6vw, 3rem); }
  .hero-image-wrap { max-width: 400px; margin: 0 auto; aspect-ratio: 1/1; }
  .offers-grid.two-col { grid-template-columns: 1fr; }
  .about-inner { grid-template-columns: 1fr; }
  .about-image { max-width: 380px; aspect-ratio: 1/1; }
}

/* RESPONSIVE — mobile */
@media (max-width: 720px) {
  .container { padding: 0 20px; }
  section { padding: 72px 0; }

  /* NAV mobile */
  .nav-inner { padding: 0 20px; justify-content: space-between; position: relative; }
  .nav-menu { display: none; }
  .nav-cta-desktop { display: none; }
  .nav-logo-img { height: 56px; }

  .nav-burger {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 110;
  }
  .nav-burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
  }
  .nav-burger.open span:first-child { transform: rotate(45deg) translate(5px, 5px); }
  .nav-burger.open span:last-child { transform: rotate(-45deg) translate(5px, -5px); }

  .nav-logo-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }


  .nav-cta-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    padding: 8px;
  }

  .nav-drawer {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: rgba(10,22,40,0.98);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--border);
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease;
  }

  .nav-drawer.open {
    max-height: 400px !important;
    padding: 24px 0 32px;
  }

  .nav-drawer-menu { display: flex; flex-direction: column; align-items: center; gap: 0; width: 100%; }

  .nav-drawer-link {
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
  }
  .nav-drawer-link:hover { color: var(--gold); }

  .nav-drawer-cta { margin-top: 24px; }

  /* HERO mobile */
  .hero { padding-top: 120px; padding-bottom: 80px; }
  .hero > .container > .section-label { text-align: center; }
  .hero-title { text-align: center; margin-bottom: 14px; }
  .hero-subline { font-size: 1rem; margin-bottom: 48px; text-align: center; }

  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-image-wrap { max-width: 100%; margin: 0 auto; aspect-ratio: 4/5; }

  .hero-content { align-items: center; text-align: center; }
  .hero-bullets { align-items: center; }
  .hero-bullets li { justify-content: center; }
  .hero-cta-group { align-items: center; }

  /* PROBLEM/RESULT mobile */
  .pr-grid { grid-template-columns: 1fr; }

  /* OFFER mobile */
  .offers-grid.two-col { grid-template-columns: 1fr; }

  /* PROCESS mobile */
  .process-steps { grid-template-columns: 1fr; }

  /* PHILOSOPHY mobile — horizontal swipe cards */
  .philosophy .container { padding-right: 0; }
  .philosophy-scroll-wrap {
    padding: 0 0 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .philosophy-scroll-wrap::-webkit-scrollbar { display: none; }

  .philosophy-grid {
    display: flex;
    flex-direction: row;
    border: none;
    border-radius: 0;
    gap: 16px;
    width: max-content;
    padding-right: 20px;
  }

  .phil-item {
    flex-direction: column;
    gap: 12px;
    padding: 28px 24px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    width: 260px;
    flex-shrink: 0;
    text-align: center;
    align-items: center;
  }

  .phil-item:nth-child(even),
  .phil-item:nth-last-child(-n+2),
  .phil-item:last-child {
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
  }

  .phil-number {
    font-size: 2rem;
    min-width: unset;
    color: rgba(232,197,71,0.3);
  }

  .phil-body { text-align: center; }

  /* ABOUT mobile */
  .about-inner { grid-template-columns: 1fr; }
  .about-image { max-width: 100%; margin: 0 auto; aspect-ratio: 3/4; }
  .about-content { text-align: center; }
  .about-credentials { justify-content: center; }

  /* GUIDES mobile */
  .guide-card { align-items: center; text-align: center; }

  /* FAQ mobile */
  .faq-list { text-align: left; }

  /* FOOTER mobile */
  .footer-inner { flex-direction: column; text-align: center; }

  /* Final CTA mobile */
  .final-cta { padding: 80px 0; }
}

/* ============================================================
   PODCAST STRIP
   ============================================================ */
.podcast-strip {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.podcast-strip-label {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.podcast-strip-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.podcast-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.82rem;
  color: var(--text);
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.podcast-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ============================================================
   GUIDES SECTION
   ============================================================ */
.guides-section {
  padding: 100px 0;
}
.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.guide-card {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s, border-color .2s;
}
.guide-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}
.guide-cover {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--navy-light);
}
.guide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.guide-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading);
  line-height: 1.3;
}
.guide-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  flex: 1;
}
.guide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.guide-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
}
.guide-btn {
  padding: 8px 18px;
  font-size: 0.82rem;
}

/* ============================================================
   FOOTER SOCIALS
   ============================================================ */
.footer-inner {
  flex-wrap: wrap;
  gap: 16px;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-social-icon {
  color: var(--text-muted);
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
}
.footer-social-icon:hover {
  color: var(--gold);
}

/* ============================================================
   OFFER SIDELINE LINK
   ============================================================ */
.offer-sideline-link {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}
.offer-sideline-link:hover {
  color: var(--gold);
}

/* ============================================================
   MOBILE NAV DRAWER SOCIALS
   ============================================================ */
.nav-drawer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 24px;
  border-top: 1px solid var(--border);
}
.nav-drawer-social {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid var(--border);
  border-radius: 20px;
  transition: border-color .2s, color .2s;
}
.nav-drawer-social:hover {
  border-color: var(--gold);
  color: var(--gold);
}
