/* AstroSadhna — Home page (spacing + premium sections) */

/* ========== Spacing tokens ========== */
body[data-page="home"] {
  --home-section-y: clamp(4.25rem, 8vw, 6.5rem);
  --home-title-gap: clamp(2.25rem, 4.5vw, 3.25rem);
  --home-grid-gap: clamp(1.05rem, 2.2vw, 1.4rem);
  --home-card-pad: clamp(1.35rem, 2.4vw, 1.75rem);
  --home-container-x: clamp(1.2rem, 4vw, 1.5rem);
  --home-radius: 22px;
}

body[data-page="home"] .container {
  width: min(100% - (var(--home-container-x) * 2), var(--max));
}

/* Shared vertical rhythm — all major sections */
body[data-page="home"] .section,
body[data-page="home"] .home-services,
body[data-page="home"] .cta-band {
  padding-block: var(--home-section-y);
  padding-inline: 0;
  margin: 0;
}

body[data-page="home"] .hero.hero-split {
  padding: clamp(1.1rem, 2.4vw, 1.65rem) var(--home-container-x) clamp(0.9rem, 2vw, 1.35rem);
  margin: 0;
}

/* Stats band */
body[data-page="home"] .home-stats.trust {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
  margin: 0;
  background:
    radial-gradient(60% 120% at 50% 0%, rgba(232, 93, 28, 0.12), transparent 55%),
    #14090b;
  border-top: 1px solid rgba(240, 217, 160, 0.1);
  border-bottom: 1px solid rgba(240, 217, 160, 0.1);
}

body[data-page="home"] .trust-grid {
  gap: clamp(1.25rem, 3vw, 2rem);
}

body[data-page="home"] .home-stats .trust-grid > div {
  padding: 0.4rem 0.5rem;
}

/* Big numbers — must override .trust span on inner counter */
body[data-page="home"] .home-stats strong,
body[data-page="home"] .home-stats strong span {
  display: block;
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 6vw, 4.5rem) !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #f0d9a0 !important;
}

/* Labels under numbers */
body[data-page="home"] .home-stats .trust-grid > div > span:not([data-count]) {
  display: block;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 1.5vw, 0.95rem) !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
  color: rgba(255, 246, 238, 0.78) !important;
}

/* Titles */
body[data-page="home"] .title-block {
  max-width: 40rem;
  margin: 0 auto var(--home-title-gap);
  padding: 0 0.25rem;
}

body[data-page="home"] .title-ornament { margin-bottom: 1rem; }
body[data-page="home"] .title-kicker { margin: 0 auto 0.9rem; }
body[data-page="home"] .title-main { margin: 0 0 0.9rem; }
body[data-page="home"] .title-sub { margin: 0 auto; max-width: 34rem; }

/* Grids */
body[data-page="home"] .home-services .home-svc-grid,
body[data-page="home"] .home-tools-grid,
body[data-page="home"] .home-yt-grid,
body[data-page="home"] .home-media-grid,
body[data-page="home"] .home-why-grid,
body[data-page="home"] .home-res-grid {
  gap: var(--home-grid-gap);
  margin: 0;
}

body[data-page="home"] .home-tools-grid {
  margin-bottom: clamp(1.15rem, 2.4vw, 1.5rem);
}

body[data-page="home"] .home-svc-assurance {
  margin-top: clamp(1.65rem, 3.2vw, 2.4rem);
}

body[data-page="home"] .home-ig-grid {
  gap: clamp(0.55rem, 1.3vw, 0.8rem);
  margin: 0;
}

body[data-page="home"] .home-ig-cta {
  margin-top: clamp(1.65rem, 3vw, 2.15rem);
}

body[data-page="home"] .home-tool-result {
  padding: var(--home-card-pad) clamp(1.35rem, 2.6vw, 1.85rem);
  margin: 0;
}

body[data-page="home"] .home-tool-card,
body[data-page="home"] .home-why-card,
body[data-page="home"] .home-res-card {
  padding: var(--home-card-pad);
}

body[data-page="home"] .home-svc-card.has-img {
  padding: 0;
}
body[data-page="home"] .home-svc-card.has-img .home-svc-body {
  padding: var(--home-card-pad);
}

body[data-page="home"] .home-yt-body,
body[data-page="home"] .home-media-body {
  padding: clamp(1.2rem, 2.2vw, 1.45rem);
}

body[data-page="home"] .home-faq-layout .faq-list {
  margin: 0;
  max-width: none;
}


body[data-page="home"] .cta-band .cta-mark {
  display: block;
  margin: 0 auto 1.2rem;
  filter: drop-shadow(0 10px 24px rgba(232, 93, 28, 0.4));
}

body[data-page="home"] .cta-band .eyebrow { margin: 0 auto 0.7rem; }
body[data-page="home"] .cta-band h2 { margin: 0 auto 0.9rem; }
body[data-page="home"] .cta-band p { margin: 0 auto 1.55rem; }

body[data-page="home"] .home-video-grid {
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: center;
}

/* Tighten Video → Free Tools junction (no empty black band) */
body[data-page="home"] .home-video {
  padding-bottom: clamp(2.25rem, 4vw, 3.25rem);
}
body[data-page="home"] .home-tools {
  padding-top: clamp(2.25rem, 4vw, 3.25rem);
}

body[data-page="home"] .home-video-copy .title-block,
body[data-page="home"] .home-video-copy .title-ornament,
body[data-page="home"] .home-video-copy .title-kicker,
body[data-page="home"] .home-video-copy .title-main {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  justify-content: flex-start;
}

body[data-page="home"] .home-video-copy .title-sub {
  margin: 0 0 1.2rem;
  text-align: left;
  max-width: none;
}

body[data-page="home"] .home-video-creds { margin: 0 0 1.55rem; }
body[data-page="home"] .btn-row { gap: 0.85rem; margin: 0; }

@media (max-width: 900px) {
  body[data-page="home"] {
    --home-section-y: clamp(3.4rem, 9vw, 4.75rem);
    --home-title-gap: clamp(1.75rem, 5vw, 2.4rem);
  }
}

@media (max-width: 640px) {
  body[data-page="home"] {
    --home-section-y: clamp(3rem, 10vw, 3.85rem);
    --home-title-gap: 1.65rem;
    --home-grid-gap: 0.95rem;
    --home-card-pad: 1.2rem;
  }

  body[data-page="home"] .hero.hero-split {
    padding-bottom: 0.85rem;
  }

  body[data-page="home"] .home-stats.trust {
    padding: 1.65rem 0;
  }

  body[data-page="home"] .home-video-copy .title-ornament,
  body[data-page="home"] .home-video-copy .title-kicker,
  body[data-page="home"] .home-video-copy .title-main,
  body[data-page="home"] .home-video-copy .title-sub {
    text-align: center;
  }

  body[data-page="home"] .home-video-copy .title-ornament {
    justify-content: center;
  }

  body[data-page="home"] .home-video-copy .btn-row {
    justify-content: center;
  }
}

/* ========== Live Statistics ========== */
.home-stats {
  position: relative;
  z-index: 2;
}

/* ========== Video Introduction ========== */
.home-video-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.home-video-media {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
.home-video-poster {
  position: relative;
  display: block;
  border-radius: var(--home-radius);
  overflow: hidden;
  border: 1px solid rgba(240, 217, 160, 0.16);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  aspect-ratio: 4 / 5;
  max-height: 420px;
  width: 100%;
}
.home-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transition: transform 0.6s var(--ease, ease);
}
.home-video-poster:hover img { transform: scale(1.04); }
.home-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(14, 7, 8, 0.15), rgba(14, 7, 8, 0.45));
  transition: background 0.35s;
}
.home-video-play svg {
  width: 68px;
  height: 68px;
  padding: 1.05rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ember-hot), var(--crimson));
  color: #fff;
  box-shadow: 0 12px 32px rgba(176, 31, 31, 0.45);
  transition: transform 0.35s ease;
}
.home-video-poster:hover .home-video-play svg { transform: scale(1.08); }
.home-video-creds {
  display: grid;
  gap: 0.6rem;
}
.home-video-creds li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  color: var(--text-soft);
}
html[data-theme="dark"] .home-video-creds li { color: var(--text-muted-dark); }
.home-video-creds li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ember);
}

/* ========== Free Astrology Tools ========== */
.home-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.home-tool-card {
  text-align: left;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  border-radius: var(--home-radius);
  background: transparent;
  border: 1px solid var(--glass-border);
  color: inherit;
  width: 100%;
  font: inherit;
  min-height: 100%;
}
.home-tool-card:hover { transform: translateY(-4px); }
.home-tool-card.active {
  border-color: rgba(232, 93, 28, 0.55);
  box-shadow: 0 0 0 1px rgba(232, 93, 28, 0.22), 0 18px 40px rgba(0, 0, 0, 0.28);
}
.home-tool-num {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold-soft);
  margin-bottom: 0.7rem;
}
.home-tool-card h3 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  margin: 0 0 0.45rem;
  color: #fff;
}
.home-tool-card p {
  font-size: 0.88rem;
  color: var(--text-muted-dark);
  line-height: 1.55;
  margin: 0;
}
.home-tool-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: var(--home-radius);
}
.home-tool-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 0.4rem;
}
.home-tool-result h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 0 0 0.45rem;
  color: #fff;
}
.home-tool-result p {
  font-size: 0.92rem;
  color: var(--text-muted-dark);
  max-width: 36rem;
  margin: 0;
  line-height: 1.6;
}

/* ========== Testimonials carousel (3-up) ========== */
.home-t-carousel {
  position: relative;
  margin-top: 0.25rem;
}
.home-t-viewport {
  overflow: hidden;
}
.home-t-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.home-t-meta {
  opacity: 0.7;
  font-size: 0.82rem;
  margin-top: 0.3rem;
}
body[data-page="home"] .home-t-track .t-card {
  flex: 0 0 calc((100% - 2rem) / 3);
  max-width: none;
  margin: 0;
  min-height: 100%;
  text-align: left;
  padding: clamp(1.25rem, 2.5vw, 1.6rem);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body[data-page="home"] .home-t-track .t-stars {
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}
body[data-page="home"] .home-t-track .t-card p {
  flex: 1;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.45;
  margin-bottom: 1.1rem;
}
body[data-page="home"] .home-t-track .t-card strong {
  font-size: 0.88rem;
  font-weight: 700;
}
.home-t-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.35rem;
}
.home-t-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(240, 217, 160, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #f0d9a0;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.home-t-btn svg {
  width: 18px;
  height: 18px;
}
.home-t-btn:hover {
  background: rgba(232, 93, 28, 0.18);
  border-color: rgba(232, 93, 28, 0.45);
  transform: scale(1.05);
}
.home-t-dots {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}
.home-t-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(240, 217, 160, 0.28);
  cursor: pointer;
  transition: width 0.25s, background 0.25s, border-radius 0.25s;
}
.home-t-dots button.active {
  width: 22px;
  border-radius: 99px;
  background: #e85d1c;
}

/* ========== YouTube ========== */
.home-yt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.home-yt-card {
  overflow: hidden;
  border-radius: var(--home-radius);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-yt-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  max-height: 220px;
  overflow: hidden;
  background: var(--ink-3, #1a0c0e);
}
.home-yt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.5s ease;
}
.home-yt-card:nth-child(3) .home-yt-thumb img {
  object-position: center top;
}
.home-yt-card:hover .home-yt-thumb img { transform: scale(1.05); }
.home-yt-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(14, 7, 8, 0.32);
  opacity: 0;
  transition: opacity 0.35s;
}
.home-yt-play svg {
  width: 48px;
  height: 48px;
  padding: 0.75rem;
  border-radius: 50%;
  background: rgba(176, 31, 31, 0.92);
  color: #fff;
}
.home-yt-card:hover .home-yt-play { opacity: 1; }
.home-yt-body { flex: 1; display: flex; flex-direction: column; }
.home-yt-body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.45rem;
}
html[data-theme="dark"] .home-yt-body h3 { color: #fff; }
.home-yt-body p {
  font-size: 0.88rem;
  color: var(--text-soft);
  margin: 0 0 0.95rem;
  flex: 1;
  line-height: 1.55;
}
html[data-theme="dark"] .home-yt-body p { color: var(--text-muted-dark); }
.home-yt-link {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ember);
}
.home-yt-link:hover { color: var(--crimson); }

/* ========== Instagram ========== */
.home-ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.home-ig-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(240, 217, 160, 0.12);
}
.home-ig-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.home-ig-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(14, 7, 8, 0.55);
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
  opacity: 0;
  transition: opacity 0.35s;
}
.home-ig-item:hover img { transform: scale(1.08); }
.home-ig-item:hover .home-ig-overlay { opacity: 1; }
.home-ig-cta { text-align: center; }
.home-instagram .btn-outline {
  border-color: rgba(240, 217, 160, 0.35);
  color: var(--gold-soft);
}
.home-instagram .btn-outline:hover {
  background: rgba(240, 217, 160, 0.08);
}

/* ========== Media Coverage ========== */
.home-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home-media-card {
  overflow: hidden;
  border-radius: var(--home-radius);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-media-img {
  aspect-ratio: 16 / 11;
  max-height: 220px;
  overflow: hidden;
  background: var(--ink-3, #1a0c0e);
}
.home-media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.5s ease;
}
.home-media-card:nth-child(2) .home-media-img img,
.home-media-card:nth-child(3) .home-media-img img {
  object-position: center top;
}
.home-media-card:hover .home-media-img img { transform: scale(1.04); }
.home-media-body { flex: 1; }
.home-media-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ember);
  margin: 0 0 0.55rem;
}
.home-media-body h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
}
html[data-theme="dark"] .home-media-body h3 { color: #fff; }
.home-media-body p {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.6;
  margin: 0;
}
html[data-theme="dark"] .home-media-body p { color: var(--text-muted-dark); }

/* ========== Why Choose Us ========== */
.home-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home-why-card {
  border-radius: var(--home-radius);
  height: 100%;
}
.home-why-num {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold-soft);
  margin: 0 0 0.8rem;
}
.home-why-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin: 0 0 0.55rem;
  color: #fff;
}
.home-why-card p {
  font-size: 0.88rem;
  color: var(--text-muted-dark);
  line-height: 1.6;
  margin: 0;
}

/* ========== Free Resources ========== */
.home-res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home-res-card {
  border-radius: var(--home-radius);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.home-res-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin: 0 0 1.05rem;
  background: rgba(232, 93, 28, 0.12);
  border: 1px solid rgba(232, 93, 28, 0.25);
  color: var(--ember);
}
.home-res-icon svg { width: 26px; height: 26px; }
.home-res-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
}
html[data-theme="dark"] .home-res-card h3 { color: #fff; }
.home-res-card p {
  font-size: 0.9rem;
  color: var(--text-soft);
  margin: 0 0 1.25rem;
  flex: 1;
  line-height: 1.6;
}
html[data-theme="dark"] .home-res-card p { color: var(--text-muted-dark); }

/* ========== FAQ — Before you begin ========== */
.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.7fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.home-faq .faq-list {
  max-width: none;
  margin: 0;
  gap: 0.85rem;
}

.home-faq.contact-faq .faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.home-faq .faq-item {
  position: relative;
  padding: 0;
  border-radius: 18px !important;
  border: 1px solid rgba(240, 217, 160, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(20, 9, 11, 0.55);
  box-shadow: none;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.home-faq .faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.3s ease;
}

.home-faq .faq-item:hover {
  border-color: rgba(232, 93, 28, 0.35);
  transform: none;
}

.home-faq .faq-item.open {
  border-color: rgba(240, 217, 160, 0.32);
  background:
    radial-gradient(80% 120% at 0% 0%, rgba(232, 93, 28, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(45, 18, 22, 0.75), rgba(20, 9, 11, 0.9));
}

.home-faq .faq-item.open::before {
  background: linear-gradient(180deg, #ff8a3d, #f0d9a0);
}

.home-faq .faq-q {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  padding: 1.15rem 1.2rem 1.15rem 1.3rem;
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff6ee;
}

.home-faq .faq-num {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: #f0d9a0;
  opacity: 0.75;
  letter-spacing: 0.04em;
}

.home-faq .faq-item.open .faq-num {
  opacity: 1;
  color: #ff8a3d;
}

.home-faq .faq-q-text {
  line-height: 1.35;
}

.home-faq .faq-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 217, 160, 0.28);
  background: rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.home-faq .faq-icon i {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
}

.home-faq .faq-icon i::before,
.home-faq .faq-icon i::after {
  content: "";
  position: absolute;
  background: #f0d9a0;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home-faq .faq-icon i::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.home-faq .faq-icon i::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

.home-faq .faq-item.open .faq-icon {
  background: linear-gradient(135deg, #ff8a3d, #c41e1e);
  border-color: transparent;
  transform: rotate(180deg);
}

.home-faq .faq-item.open .faq-icon i::before,
.home-faq .faq-item.open .faq-icon i::after {
  background: #fff;
}

.home-faq .faq-item.open .faq-icon i::after {
  opacity: 0;
}

.home-faq .faq-a {
  padding: 0 1.25rem 0 3.35rem;
  color: rgba(255, 246, 238, 0.72);
  font-size: 0.94rem;
  line-height: 1.7;
}

.home-faq .faq-item.open .faq-a {
  max-height: 280px;
  padding-bottom: 1.25rem;
}

.home-faq-aside {
  position: sticky;
  top: 6.5rem;
}

.home-faq-tip {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 2.5vw, 1.85rem);
  border-radius: 22px;
  border: 1px solid rgba(240, 217, 160, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(232, 93, 28, 0.22), transparent 45%),
    linear-gradient(160deg, #2a1218 0%, #120809 70%);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.home-faq-tip::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(240, 217, 160, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.home-faq-tip-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 160, 0.28);
  background: rgba(240, 217, 160, 0.08);
  color: #f0d9a0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-faq-tip h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  color: #fff6ee;
  line-height: 1.2;
}

.home-faq-tip p {
  margin: 0 0 1rem;
  color: rgba(255, 246, 238, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
}

.home-faq-tip ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.home-faq-tip li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(255, 246, 238, 0.82);
  font-size: 0.86rem;
  line-height: 1.4;
}

.home-faq-tip li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e85d1c;
  box-shadow: 0 0 0 3px rgba(232, 93, 28, 0.18);
}

.home-faq-tip .btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  .home-faq-layout {
    grid-template-columns: 1fr;
  }
  .home-faq-aside {
    position: static;
    order: -1;
  }
}

@media (max-width: 560px) {
  .home-faq .faq-q {
    gap: 0.7rem;
    padding: 1rem 1rem 1rem 1.1rem;
  }
  .home-faq .faq-a {
    padding-left: 1.1rem;
  }
  .home-faq .faq-num {
    font-size: 0.85rem;
  }
}

/* Dark section title color */
.home-tools .title-sub,
.home-testimonials .title-sub,
.home-instagram .title-sub,
.home-why .title-sub {
  color: var(--text-muted-dark);
}

/* Soft section atmospheres */
body[data-page="home"] .home-video {
  background:
    radial-gradient(55% 70% at 0% 40%, rgba(232, 93, 28, 0.08), transparent 55%),
    transparent;
}
body[data-page="home"] .home-youtube,
body[data-page="home"] .home-media,
body[data-page="home"] .home-resources,
body[data-page="home"] .home-faq {
  background:
    radial-gradient(50% 60% at 100% 0%, rgba(232, 93, 28, 0.06), transparent 50%),
    transparent;
}

/* Responsive grids */
@media (max-width: 1024px) {
  .home-video-grid { grid-template-columns: 1fr 1fr; }
  .home-tools-grid,
  .home-why-grid { grid-template-columns: repeat(2, 1fr); }
  .home-ig-grid { grid-template-columns: repeat(3, 1fr); }
  body[data-page="home"] .home-t-track .t-card {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 768px) {
  .home-video-grid { grid-template-columns: 1fr; }
  .home-video-media {
    max-width: 100%;
  }
  .home-video-poster {
    aspect-ratio: 16 / 10;
    max-height: 280px;
  }
  .home-video-poster img {
    object-position: center center;
  }
  body[data-page="home"] .home-video {
    padding-bottom: clamp(1.75rem, 5vw, 2.5rem);
  }
  body[data-page="home"] .home-tools {
    padding-top: clamp(1.75rem, 5vw, 2.5rem);
  }
  .home-yt-grid,
  .home-media-grid,
  .home-res-grid { grid-template-columns: 1fr; }
  body[data-page="home"] .home-t-track .t-card {
    flex-basis: 100%;
  }
  .home-tool-result {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .home-tools-grid,
  .home-why-grid { grid-template-columns: 1fr; }
  .home-ig-grid { grid-template-columns: repeat(2, 1fr); }
}
