/* ============================================================
   RAVAH ACADEMY — Landing Page Stylesheet
   AlphaMeta & AlphaSpin Ultra | v1.0
   ============================================================ */

:root {
  --ink:    #17251f;
  --green:  #073c30;
  --green2: #0b5a45;
  --lime:   #d4b06a;
  --cream:  #f7f3e9;
  --sand:   #e8dfcf;
  --coral:  #b8863f;
  --purple: #183f38;
  --muted:  #66736d;
  --white:  #fffdf8;
  --line:   rgba(39,54,47,.14);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f8f5ed;
  color: var(--ink);
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
ul { margin: 0; padding: 0; list-style: none; }

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.shell  { width: min(1180px, calc(100% - 48px)); margin: auto; }
.narrow { width: min(840px,  calc(100% - 40px)); margin: auto; }
.center { text-align: center; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}
h1 {
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.058em;
  margin: 0 0 25px;
}
h2 {
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 1;
  letter-spacing: -0.052em;
  margin: 0 0 22px;
}
.kicker {
  font-size: 13px;
  letter-spacing: 0.21em;
  font-weight: 900;
  color: #a77936;
  margin: 0 0 18px;
  font-family: 'Manrope', Arial, sans-serif;
  display: block;
}
.muted { color: var(--muted); line-height: 1.7; }

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  height: 82px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: space-between;
  background: rgba(255,253,248,.96);
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(184,134,63,.22);
  box-shadow: 0 8px 28px rgba(20,40,32,.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.17em;
  color: #153d32;
  white-space: nowrap;
}
.brand .brand-icon,
.brand .brand-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #d4b06a;
  box-shadow: 0 2px 8px rgba(7,60,48,0.15);
  flex: 0 0 auto;
}
.topbar nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #43564e;
}
.topbar nav a:hover { color: #a87935; transition: color .15s; }
.mini-wa {
  background: linear-gradient(135deg, #e1c17d, #b8863f);
  color: #173128;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(116,83,30,.18);
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.mini-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(116,83,30,.26); }

/* ============================================================
   CTA BUTTONS
   ============================================================ */
.cta {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 900;
  font-size: 15px;
  background: linear-gradient(135deg, #0c5946, #063b30);
  color: #fff;
  border: 1px solid rgba(212,176,106,.5);
  box-shadow: 0 14px 34px rgba(5,54,42,.2);
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.cta .arr { font-size: 20px; }
.cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(5,54,42,.26);
}
.cta.gold {
  background: linear-gradient(135deg, #d9b873, #ad7c36);
  color: #17251f;
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(120,86,35,.18);
}
.cta.gold:hover { box-shadow: 0 20px 42px rgba(120,86,35,.26); }
.cta.outline {
  background: transparent;
  color: #f7f1e4;
  border: 1px solid rgba(212,176,106,.65);
  box-shadow: none;
}
.cta.outline:hover { background: rgba(212,176,106,.08); }

/* ============================================================
   SECTION: TANTANGAN / HERO
   ============================================================ */
.challenges {
  padding: 85px 0 105px;
  background:
    radial-gradient(circle at 86% 5%,  rgba(212,176,106,.18), transparent 30%),
    radial-gradient(circle at 8%  88%,  rgba(57,120,94,.25),   transparent 28%),
    linear-gradient(150deg, #041f1a 0%, #073c30 54%, #0b4b3a 100%);
  color: #fffdf8;
  position: relative;
  overflow: hidden;
}
.challenge-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.challenge-orb.one {
  width: 170px; height: 170px;
  background: rgba(212,176,106,.22);
  box-shadow: 0 0 100px rgba(212,176,106,.2);
  right: -70px; top: 130px;
}
.challenge-orb.two {
  width: 100px; height: 100px;
  background: rgba(212,176,106,.12);
  left: -48px; bottom: 140px;
}
.challenges .narrow { position: relative; z-index: 1; }
.challenges h1 {
  color: #fffaf0;
  text-shadow: 0 14px 45px rgba(0,0,0,.18);
  max-width: 740px;
}
.challenges .muted { color: #d8e2dc; max-width: 720px; margin-bottom: 12px; font-size: 15px; }


/* Disclaimer Card Premium */
.disclaimer-card {
  display: flex;
  gap: 0;
  max-width: 680px;
  border-radius: 12px;
  background: rgba(255,253,248,.06);
  border: 1px solid rgba(212,176,106,.18);
  overflow: hidden;
  margin-bottom: 36px;
  backdrop-filter: blur(6px);
}
.disclaimer-card__bar {
  width: 4px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #d4b06a 0%, #8a6b32 100%);
}
.disclaimer-card__body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.disclaimer-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,250,235,.82);
  font-style: normal;
}
.disclaimer-card__note {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c9a458;
  text-transform: uppercase;
}

/* Disease Card Grid */
.challenge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0 36px;
}
.challenge {
  display: flex;
  gap: 16px;
  align-items: center;
  background: rgba(255,253,248,.075);
  border: 1px solid rgba(212,176,106,.22);
  border-radius: 15px;
  padding: 20px 48px 20px 24px;
  min-height: 84px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  cursor: default;
}
.challenge::after {
  content: "";
  position: absolute;
  width: 110px; height: 110px;
  border-radius: 50%;
  right: -55px; bottom: -62px;
  background: radial-gradient(circle, rgba(212,176,106,.16), transparent 68%);
  pointer-events: none;
}
.challenge:hover {
  transform: translateY(-4px);
  border-color: rgba(224,190,119,.55);
  background: rgba(255,253,248,.115);
}
.disease-visual {
  width: 68px !important;
  height: 68px !important;
  flex: 0 0 68px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(229,201,137,.2), rgba(212,176,106,.06)) !important;
  border: 1px solid rgba(224,190,119,.38) !important;
  color: #f0d99f !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  text-align: center;
  padding: 4px;
}
.disease-visual small {
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-top: 0;
  color: #e1c583;
  line-height: 1.2;
}
/* Tone variants */
.challenge.tone-2 .disease-visual {
  background: linear-gradient(145deg, rgba(91,150,126,.22), rgba(34,90,70,.08)) !important;
}
.challenge.tone-3 .disease-visual {
  background: linear-gradient(145deg, rgba(231,214,176,.2), rgba(184,134,63,.05)) !important;
}
.challenge.tone-4 .disease-visual {
  background: linear-gradient(145deg, rgba(131,158,145,.2), rgba(43,91,72,.07)) !important;
}
.challenge-copy { min-width: 0; flex: 1; }
.challenge-number {
  display: block;
  color: #d4b06a;
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 900;
  margin-bottom: 8px;
}
.challenge-copy p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #f8f4e9;
  line-height: 1.45;
}
.challenge > .arr-sm {
  position: absolute;
  right: 18px; top: 18px;
  font-size: 14px;
  font-style: normal;
  color: rgba(229,201,137,.52);
  transition: transform .25s ease;
}
.challenge:hover > .arr-sm {
  transform: translate(2px, -2px);
  color: #e5c989;
}

/* CTA group hero */
.first-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(212,176,106,.15);
}

/* Hero CTA Primary — cream fill */
.cta-hero-primary {
  display: inline-block;
  padding: 16px 38px;
  border-radius: 6px;
  background: #f2e8d4;
  color: #0d3528;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: background .22s ease, transform .18s ease, box-shadow .22s ease;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
  white-space: nowrap;
}
.cta-hero-primary:hover {
  background: #fff8ec;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
}

/* Hero CTA Secondary — outline gold */
.cta-hero-secondary {
  display: inline-block;
  padding: 15px 32px;
  border-radius: 6px;
  background: transparent;
  color: #e5c889;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1.5px solid rgba(212,176,106,.55);
  transition: background .22s ease, border-color .22s ease, color .22s ease;
  white-space: nowrap;
}
.cta-hero-secondary:hover {
  background: rgba(212,176,106,.1);
  border-color: #d4b06a;
  color: #f0d99f;
}

/* ============================================================
   SECTION: KONSEP
   ============================================================ */
.concept {
  padding: 110px 0;
  background: linear-gradient(135deg, #f6f0e4, #fffdf8);
  color: #18352d;
  border-bottom: 1px solid rgba(184,134,63,.17);
  overflow: hidden;
}
.concept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.concept h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 0 24px;
  color: #0a4335;
}
.concept p { font-size: 16.5px; line-height: 1.75; color: #52645d; margin: 0 0 20px; }

/* ── Concept Image Container (Right Column Visual) ── */
.concept-image-box {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.concept-img-frame {
  width: 100%;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(184,134,63,.28);
  box-shadow: 0 24px 50px rgba(23,37,31,.14);
  background: #f0e8d8;
  position: relative;
}

.concept-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.concept-img-frame:hover .concept-img {
  transform: scale(1.04);
}

.concept-img-fallback {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  background: linear-gradient(145deg, #f5eedf, #e6dac5);
  color: #0b5a45;
}
.concept-img-fallback span { font-size: 32px; margin-bottom: 8px; }
.concept-img-fallback p { margin: 0 0 4px; font-weight: 800; font-size: 14px; }
.concept-img-fallback small { font-size: 11px; opacity: 0.7; word-break: break-all; }

.concept-image-box .floating-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 5;
  padding: 18px 24px;
  border-radius: 16px;
  background: #fffaf0;
  border: 1px solid rgba(184,134,63,.22);
  box-shadow: 0 20px 40px rgba(31,45,38,.14);
  display: flex;
  flex-direction: column;
  min-width: 190px;
}
.concept-image-box .floating-card b { color: #9f7132; font-size: 17px; }
.concept-image-box .floating-card small { margin-top: 4px; color: #52645d; font-size: 13px; }
.notice {
  padding: 17px 20px;
  border-radius: 14px;
  background: #fffaf0;
  border-left: 4px solid #b8863f;
  font-size: 14px;
  color: #3e5149;
  box-shadow: 0 12px 34px rgba(31,45,38,.07);
  margin-top: 28px;
  line-height: 1.65;
}

/* ============================================================
   SECTION: PRODUCT
   ============================================================ */
.product-section { padding: 100px 0; background: #fffdf8; }
.ultra-section   { background: linear-gradient(145deg, #eee7d9, #faf7f0); }

.section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.section-title h2 { color: #103a30; }
.section-title > p.sub { font-size: 18px; color: #6b756f; margin: 0; }

.feature-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.product-visual {
  height: 520px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(184,134,63,.23);
  box-shadow: 0 24px 60px rgba(25,42,35,.12);
  background: linear-gradient(145deg, #e8f7ed, #fff3cb);
}
/* AlphaSpin Ultra Landscape Card */
.ultra-visual-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ultra-visual {
  height: auto !important;
  aspect-ratio: 16 / 9.2;
  border-radius: 28px !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 1.5px solid rgba(184,134,63,.3);
  box-shadow: 0 24px 55px rgba(25,42,35,.15);
  background: linear-gradient(145deg, #e8f7ed, #fff3cb);
}
.ultra-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.product-visual .visual-placeholder {
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #5a7a6a;
}
.product-visual .visual-placeholder span { font-size: 80px; }
.product-visual .visual-placeholder p { font-size: 14px; font-weight: 700; letter-spacing: .05em; margin: 0; }
.small-badge {
  position: absolute;
  right: 24px; bottom: 24px;
  width: 95px; height: 95px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #d9b873, #a97532);
  color: #17251f;
  font-size: 26px;
  font-weight: 900;
  transform: rotate(-8deg);
  border: 4px solid #fffaf0;
  line-height: 1;
}
.small-badge small { font-size: 9px; letter-spacing: 0.15em; margin-top: 2px; }

/* Timeline Cards & Authenticity Callout Box */
.timeline-badge-card {
  background: #fffdf9;
  border: 1px solid rgba(184, 134, 63, 0.22);
  border-radius: 20px;
  padding: 16px 20px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 16px rgba(25, 42, 35, 0.03);
}
.timeline-year-pill {
  background: linear-gradient(135deg, #c49843, #a77936);
  color: #17251f;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 22px;
  border-radius: 50px;
  flex-shrink: 0;
  text-align: center;
}
.timeline-card-content h4 {
  font-family: inherit;
  color: #073c30;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 4px;
}
.timeline-card-content p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #52645d !important;
}

.authenticity-card {
  border-left: 4px solid #b88a38;
  background: #f1f7f4;
  padding: 18px 22px;
  border-radius: 0 16px 16px 0;
  margin: 22px 0 28px;
}
.authenticity-card p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #2e453c !important;
}
.authenticity-card p b {
  color: #073c30;
  font-weight: 800;
}

.long-copy p    { font-size: 16px; line-height: 1.85; color: #4d6058; margin: 0 0 16px; }
.long-copy b    { color: #0b5a45; }
.long-copy .bpom-tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 14px;
  border-radius: 8px;
  background: #edf3ef;
  border: 1px solid rgba(11,90,69,.2);
  font-size: 12px;
  font-weight: 900;
  color: #0b5a45;
  letter-spacing: .05em;
}

/* Benefit Grid — 3 columns */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 72px;
}
.benefit-grid article {
  padding: 28px;
  border-radius: 20px;
  background: #fdfbf7;
  border: 1px solid rgba(184,134,63,.18);
  box-shadow: 0 14px 38px rgba(31,45,38,.07);
}
.benefit-grid .b-icon { font-size: 32px; display: block; }
.benefit-grid h3 { font-family: Georgia, serif; color: #123d33; margin: 18px 0 8px; font-size: 18px; }
.benefit-grid p  { margin: 0; line-height: 1.6; color: var(--muted); font-size: 14px; }

/* ============================================================
   VIDEO BAND
   ============================================================ */
.video-band {
  padding: 90px 0;
  background: linear-gradient(145deg, #0b3d33, #041f1a);
  color: #fff;
  text-align: center;
}
.video-band h2 { max-width: 700px; margin: 0 auto 12px; color: #fffaf0; }
.video-band > .shell > p { color: #b8d4cc; font-size: 17px; margin: 0 0 40px; }
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.video-wrap {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
  border: 6px solid rgba(212,176,106,.4);
}
.video-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Placeholder for video when no embed */
.video-placeholder {
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(255,255,255,.5);
  background: #0a2a22;
}
.video-placeholder span { font-size: 64px; }
.video-placeholder p { margin: 0; font-size: 14px; letter-spacing: .05em; }

/* ============================================================
   IMAGE GRIDS (Therapy, Certs)
   ============================================================ */
.image-grid {
  display: grid;
  gap: 24px;
}
.image-grid figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(184,134,63,.23);
  box-shadow: 0 16px 42px rgba(23,44,39,.08);
  position: relative;
}
.image-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.therapy-grid,
.materi-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.therapy-grid figure,
.materi-grid figure {
  aspect-ratio: auto;
}

/* Cert Grid — 2 columns with full-width banner top */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}
.cert-grid figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
  position: relative;
  aspect-ratio: auto;
  height: auto;
}
.cert-grid figure.cert-banner-top {
  grid-column: 1 / -1;
}
.cert-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}
.img-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #8a9a90;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.img-placeholder span { font-size: 36px; }

.cert-grid figure:first-child { grid-column: 1 / -1; }
.cert-grid figure { aspect-ratio: auto; height: auto; }

/* ============================================================
   SECTION: TESTIMONI
   ============================================================ */
.testimonials { padding: 100px 0; background: #faf7f0; }
.testimonials h2 { text-align: center; color: #103a30; margin-bottom: 14px; }
.testimonials > .shell > .kicker { text-align: center; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}
.testimonial-grid a,
.testimonial-grid .testimonial-item {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  border-radius: 18px;
  background: #fffdf8;
  border: 1px solid rgba(184,134,63,.2);
  box-shadow: 0 10px 28px rgba(25,42,35,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.testimonial-grid a:hover,
.testimonial-grid .testimonial-item:hover {
  transform: translateY(-4px);
  border-color: rgba(184,134,63,.5);
  box-shadow: 0 18px 38px rgba(25,42,35,.1);
}
.t-icon {
  width: 44px; height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #083c30;
  border: 1px solid rgba(212,176,106,.4);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.testimonial-grid h3 { font-size: 15px; margin: 0 0 5px; font-family: Georgia, serif; color: #17251f; }
.testimonial-grid p  { margin: 0; color: #9d6e31; font-size: 12px; font-weight: 900; }

/* ============================================================
   SECTION: FAQ
   ============================================================ */
.faq {
  padding: 100px 0;
  background: linear-gradient(145deg, #eee7d9, #faf7f0);
}
.faq h2 { text-align: center; color: #0a3d30; }
.faq > .narrow > .kicker { text-align: center; }

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}
.faq-col-title {
  font-family: Georgia, serif;
  color: #0c4839;
  text-align: center;
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: 500;
}
.accordions { margin-top: 0; }
.accordions details {
  background: #fffdf8;
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid rgba(184,134,63,.22);
  box-shadow: 0 8px 24px rgba(25,42,35,.04);
}
.accordions summary {
  list-style: none;
  padding: 20px 22px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #17251f;
  line-height: 1.4;
  user-select: none;
}
.accordions summary::-webkit-details-marker { display: none; }
.acc-icon {
  color: #a77936;
  font-size: 22px;
  flex: 0 0 auto;
  font-style: normal;
  font-weight: 900;
  transition: transform .25s ease;
}
details[open] .acc-icon { transform: rotate(45deg); }
.accordions details p {
  padding: 0 22px 22px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 14px;
}

/* ============================================================
   SECTION: PARTNER / DISTRIBUTOR
   ============================================================ */
.partner {
  padding: 100px 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(212,176,106,.16), transparent 35%),
    linear-gradient(145deg, #041f1a, #073c30);
}
.partner-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: center;
}
.partner h2 { color: #fffaf0; }
.partner > .partner-grid > div > p {
  font-size: 17px; color: #d5e8e3; line-height: 1.75; margin-bottom: 32px;
}
.partner-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.partner-card {
  border-radius: 28px;
  background: #fffaf0;
  color: var(--ink);
  padding: 38px;
  border: 1px solid rgba(212,176,106,.3);
  box-shadow: 0 25px 60px rgba(0,0,0,.18);
}
.partner-card-icon {
  width: 65px; height: 65px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #d9b873, #a97532);
  color: #173128;
  font-family: Georgia, serif;
  font-size: 34px;
  margin-bottom: 18px;
}
.partner-card h3 { font-size: 26px; margin: 0 0 16px; color: #0c3d30; }
.partner-card ul { line-height: 2.1; padding-left: 0; margin: 0; list-style: none; }
.partner-card ul li::before { content: "✓  "; color: #b8863f; font-weight: 900; }

/* ============================================================
   DISCLAIMER & FOOTER
   ============================================================ */
.disclaimer-section {
  padding: 45px 0;
  background: #e9dfca;
  border-top: 1px solid rgba(184,134,63,.18);
}
.disclaimer-section h3 {
  margin: 0 0 12px;
  color: #4a3e2a;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}
.disclaimer-section p { margin: 0; font-size: 12px; line-height: 1.8; color: #5d6049; }

/* ============================================================
   PRE-FOOTER CTA BANNER
   ============================================================ */
.pre-footer-cta {
  padding: 60px 0 0;
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
}
.cta-banner-card {
  position: relative;
  background: linear-gradient(135deg, #073c30 0%, #031a16 100%);
  border: 1px solid rgba(212, 176, 106, 0.35);
  border-radius: 24px;
  padding: 44px 48px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28), 0 0 30px rgba(14, 106, 78, 0.25);
  overflow: hidden;
}
.cta-banner-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 176, 106, 0.18) 0%, rgba(7, 60, 48, 0) 70%);
  pointer-events: none;
}
.cta-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.cta-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d9b873;
  background: rgba(217, 184, 115, 0.12);
  border: 1px solid rgba(217, 184, 115, 0.25);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.cta-banner-text h2 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.25;
}
.cta-banner-text p {
  font-size: 15px;
  color: #b3cdc7;
  margin: 0;
  max-width: 620px;
  line-height: 1.6;
}
.cta-banner-action {
  flex-shrink: 0;
}
.cta-gold {
  background: linear-gradient(145deg, #d9b873, #a97532) !important;
  color: #0b1f1a !important;
  box-shadow: 0 10px 25px rgba(169, 117, 50, 0.35);
  border: none !important;
}
.cta-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(217, 184, 115, 0.45);
}

/* ============================================================
   MAIN FOOTER MULTI-COLUMN
   ============================================================ */
.main-footer {
  padding: 100px 0 36px;
  background: #031a16;
  border-top: 1px solid rgba(212, 176, 106, 0.2);
  color: #dce8e5;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.5fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-col {
  display: flex;
  flex-direction: column;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer-brand .brand-icon,
.footer-brand .footer-brand-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #d9b873;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  flex: 0 0 auto;
}
.brand-desc {
  font-size: 13px;
  line-height: 1.65;
  color: #9cb5af;
  margin: 0 0 20px;
}
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-pill {
  font-size: 11px;
  font-weight: 700;
  color: #d9b873;
  background: rgba(217, 184, 115, 0.08);
  border: 1px solid rgba(217, 184, 115, 0.2);
  padding: 5px 10px;
  border-radius: 6px;
}

.footer-heading {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d9b873;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 8px;
}
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #d9b873;
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  font-size: 13px;
  font-weight: 600;
  color: #a9bfba;
  transition: all .2s ease;
  display: inline-block;
}
.footer-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-item {
  font-size: 13px;
}
.contact-item strong {
  display: block;
  color: #e2eeeb;
  font-size: 12px;
  margin-bottom: 2px;
}
.contact-item span {
  color: #9cb5af;
}
.footer-wa-link {
  color: #d9b873;
  font-weight: 800;
  font-size: 14px;
  transition: color .2s;
}
.footer-wa-link:hover {
  color: #ffffff;
}

/* Medical Disclaimer Inside Footer */
.footer-disclaimer-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 176, 106, 0.22);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 36px;
}
.disclaimer-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.disclaimer-header h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #d9b873;
  letter-spacing: .03em;
}
.footer-disclaimer-box p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #8faaa4;
}

/* Footer Bottom Bar */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: #799892;
}
.footer-bottom p {
  margin: 0;
}
.legal-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.legal-nav a {
  color: #799892;
  transition: color .2s;
}
.legal-nav a:hover {
  color: #d9b873;
}
.legal-nav .dot {
  color: rgba(255, 255, 255, 0.2);
}

/* WA Pulse animation */
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(14,106,78,.5), 0 16px 38px rgba(3,32,25,.28); }
  70%  { box-shadow: 0 0 0 14px rgba(14,106,78,0), 0 16px 38px rgba(3,32,25,.28); }
  100% { box-shadow: 0 0 0 0 rgba(14,106,78,0), 0 16px 38px rgba(3,32,25,.28); }
}
.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0e6a4e;
  color: #fff;
  border: 4px solid #f2e5c6;
  font-size: 28px;
  box-shadow: 0 16px 38px rgba(3,32,25,.28);
  z-index: 35;
  transition: transform .2s ease;
  animation: wa-pulse 2.2s ease-in-out infinite;
}
.floating-wa:hover { transform: scale(1.1); animation: none; }
.mobile-bar { display: none; }

/* ============================================================
   RESPONSIVE — TABLET (max-width: 950px)
   ============================================================ */
@media (max-width: 950px) {
  .topbar nav { display: none; }

  .concept-grid,
  .feature-grid,
  .partner-grid { grid-template-columns: 1fr; }
  .concept-grid  { gap: 45px; }
  .feature-grid  { gap: 45px; }
  .partner-grid  { gap: 50px; }
  .concept-image-box { max-width: 480px; width: 100%; margin: 0 auto; }
  .product-visual { max-width: 600px; width: 100%; margin: auto; }

  .benefit-grid  { grid-template-columns: 1fr 1fr; }
  .video-grid    { grid-template-columns: 1fr; }
  .therapy-grid  { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-columns   { grid-template-columns: 1fr; }
  
  /* Footer Tablet */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .cta-banner-content { flex-direction: column; text-align: center; }
  .cta-banner-text p { margin: 0 auto; }
}

/* ============================================================
   RESPONSIVE — MOBILE (max-width: 650px)
   ============================================================ */
@media (max-width: 650px) {
  .shell  { width: calc(100% - 32px); }
  .narrow { width: calc(100% - 32px); }

  /* Topbar */
  .topbar { height: 72px; padding: 0 16px; }
  .brand  { font-size: 12px; }
  .brand .brand-icon { width: 34px; height: 34px; font-size: 17px; }
  .mini-wa { padding: 11px 14px; font-size: 12px; }

  /* Hero */
  .challenges { padding: 60px 0 75px; }
  .challenges h1 { font-size: 40px; line-height: 1.02; }
  .challenge-grid { grid-template-columns: 1fr; gap: 10px; }
  .challenge { min-height: 100px; padding: 13px 40px 13px 13px; gap: 13px; }
  .disease-visual {
    width: 62px !important; height: 62px !important;
    flex-basis: 62px !important;
    border-radius: 17px !important;
  }
  .disease-visual b { font-size: 22px; }
  .challenge-copy p { font-size: 13px; }
  .challenge > .arr-sm { right: 12px; top: 12px; }
  .first-actions { flex-direction: column; align-items: stretch; }
  .first-actions .cta { justify-content: space-between; }

  /* Headings */
  h2 { font-size: 38px; }
  .section-title h2,
  .concept h2,
  .video-band h2,
  .faq h2,
  .partner h2 { font-size: 36px; }

  /* Concept */
  .concept { padding: 70px 0; }
  .concept-img-frame { height: 280px; }
  .concept-image-box .floating-card { right: 0; bottom: -15px; }

  /* Product */
  .product-section { padding: 70px 0; }
  .product-visual { height: 340px; }
  .benefit-grid { grid-template-columns: 1fr; }

  /* Video */
  .video-wrap { border-radius: 14px; border-width: 4px; }
  .video-band { padding: 70px 0; }

  /* Therapy, cert grids */
  .therapy-grid,
  .cert-grid,
  .testimonial-grid { grid-template-columns: 1fr; }
  .cert-grid figure:first-child { grid-column: auto; }

  /* FAQ */
  .faq { padding: 70px 0; }
  .faq-columns { grid-template-columns: 1fr; }

  /* Partner */
  .partner { padding: 70px 0; }
  .partner-actions { flex-direction: column; }
  .partner-actions .cta { justify-content: space-between; }

  /* Footer Mobile */
  .pre-footer-cta { margin-bottom: -20px; }
  .cta-banner-card { padding: 28px 20px; border-radius: 18px; }
  .cta-banner-text h2 { font-size: 22px; }
  .cta-banner-text p { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 14px; }

  /* Fixed */
  .floating-wa { bottom: 80px; width: 56px; height: 56px; font-size: 24px; }
  body { padding-bottom: 68px; }

  /* Mobile Bottom Bar */
  .mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 34;
    background: #fffaf0;
    padding: 8px;
    gap: 8px;
    box-shadow: 0 -8px 30px rgba(0,0,0,.12);
    border-top: 1px solid rgba(184,134,63,.22);
  }
  .mobile-bar a {
    padding: 13px 10px;
    text-align: center;
    border-radius: 999px;
    background: #073c30;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
  .mobile-bar a:last-child {
    background: #b8863f;
    color: #17251f;
  }
}

/* ============================================================
   ACCESSIBILITY: Reduced Motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta, .challenge, .testimonial-grid a, .floating-wa, .mini-wa { transition: none; }
}
