/* =========================================================
   Balo — ADVERTISE WITH US PAGE
   ========================================================= */

.adv-body {
  --adv-max: 1080px;
  --adv-radius: 18px;
  --adv-gap: clamp(16px, 2.2vw, 24px);
  --adv-text: var(--zen-text, #e9eefb);
  --adv-muted: var(--zen-muted, #9aa6b0);
  --adv-card-bg: var(--zen-card-bg, rgba(10,14,20,.88));
  --adv-card-bd: var(--zen-card-bd, rgba(148,163,184,.12));
  --adv-shadow: var(--zen-shadow, 0 10px 30px rgba(0,0,0,.36));
  color: var(--adv-text);
}
body.balo-day.adv-body {
  --adv-text: #0f172a;
  --adv-muted: #475569;
  --adv-card-bg: rgba(255,255,255,.96);
  --adv-card-bd: rgba(148,163,184,.25);
  --adv-shadow: 0 12px 30px rgba(0,0,0,.08);
}

/* ── Hero ───────────────────────────────────────────── */
.adv-hero {
  position: relative;
  text-align: center;
  padding: clamp(48px, 8vw, 100px) 16px clamp(24px, 4vw, 48px);
  isolation: isolate;
}
.adv-shimmer {
  position: absolute; inset: 0;
  pointer-events: none; mix-blend-mode: screen;
  background:
    radial-gradient(800px 480px at 20% -6%, rgba(255,255,255,.05), transparent 60%),
    radial-gradient(720px 420px at 80% -10%, rgba(99,102,241,.08), transparent 60%);
}
.adv-hero .balo-logo {
  width: clamp(70px, 9vw, 100px);
  border-radius: 14px; margin-bottom: 20px;
}
.adv-title {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800; line-height: 1.08; margin: 0 0 14px;
  background: linear-gradient(100deg, #c4b5fd 0%, #a5f3fc 30%, #fce7f3 60%, #c4b5fd 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: advGlow 10s ease-in-out infinite;
}
@keyframes advGlow {
  0%,100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
body.balo-day.adv-body .adv-title {
  background: linear-gradient(100deg, #6d28d9 0%, #0891b2 30%, #be185d 60%, #6d28d9 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: advGlow 10s ease-in-out infinite;
}
.adv-sub {
  font-size: clamp(15px, 2vw, 19px);
  color: var(--adv-muted);
  max-width: 60ch; margin: 0 auto 24px;
}
.adv-back-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 20px; border-radius: 999px;
  background: var(--adv-card-bg); border: 1px solid var(--adv-card-bd);
  color: var(--adv-text); text-decoration: none; font-weight: 500;
  transition: transform .15s, box-shadow .2s;
}
.adv-back-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }

/* ── Wrap ───────────────────────────────────────────── */
.adv-wrap {
  max-width: var(--adv-max);
  margin: 0 auto;
  padding: 0 16px clamp(48px, 7vw, 80px);
}

/* ── Section titles ──────────────────────────────────── */
.adv-section-title {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 700; color: var(--adv-text);
  text-align: center; margin: 0 0 clamp(20px, 3vw, 36px);
}

/* ── Page map (visual mockup) ─────────────────────────── */
.adv-map-section { margin-bottom: clamp(40px, 5vw, 64px); }
.adv-map {
  background: var(--adv-card-bg);
  border: 1px solid var(--adv-card-bd);
  border-radius: var(--adv-radius);
  box-shadow: var(--adv-shadow);
  padding: clamp(16px, 2.5vw, 28px);
  display: flex; flex-direction: column; gap: 10px;
  max-width: 520px; margin: 0 auto;
}
.adv-map-hero {
  background: rgba(139,92,246,.12);
  border: 1px solid rgba(139,92,246,.2);
  border-radius: 12px; padding: 18px;
  text-align: center; font-size: .8rem;
  color: var(--adv-muted); font-weight: 500;
}
.adv-map-hero strong { display: block; font-size: .95rem; color: var(--adv-text); margin-bottom: 4px; }
.adv-map-spot {
  border-radius: 10px; padding: 14px 16px;
  text-align: center; cursor: default;
  transition: transform .15s, box-shadow .15s;
}
.adv-map-spot:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.adv-map-spot .spot-tag {
  display: inline-block;
  font-size: .7rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 2px 8px;
  border-radius: 999px; margin-bottom: 6px;
}
.adv-map-spot .spot-name { font-size: .95rem; font-weight: 600; color: var(--adv-text); margin: 0 0 2px; }
.adv-map-spot .spot-price { font-size: .82rem; color: var(--adv-muted); margin: 0; }

.adv-map-spot-a {
  background: rgba(99,102,241,.12);
  border: 2px solid rgba(99,102,241,.3);
}
.adv-map-spot-a .spot-tag { background: rgba(99,102,241,.2); color: #a5b4fc; }
body.balo-day.adv-body .adv-map-spot-a .spot-tag { color: #4f46e5; }

.adv-map-spot-b {
  background: rgba(236,72,153,.1);
  border: 2px solid rgba(236,72,153,.25);
}
.adv-map-spot-b .spot-tag { background: rgba(236,72,153,.18); color: #f9a8d4; }
body.balo-day.adv-body .adv-map-spot-b .spot-tag { color: #be185d; }

.adv-map-spot-c {
  background: rgba(16,185,129,.1);
  border: 2px solid rgba(16,185,129,.22);
}
.adv-map-spot-c .spot-tag { background: rgba(16,185,129,.18); color: #6ee7b7; }
body.balo-day.adv-body .adv-map-spot-c .spot-tag { color: #059669; }

.adv-map-section-stub {
  background: rgba(148,163,184,.06);
  border: 1px dashed rgba(148,163,184,.18);
  border-radius: 8px; padding: 10px;
  text-align: center; font-size: .75rem; color: var(--adv-muted);
}

/* ── Pricing grid ─────────────────────────────────────── */
.adv-pricing-section { margin-bottom: clamp(40px, 5vw, 64px); }
.adv-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--adv-gap);
}
.adv-price-card {
  background: var(--adv-card-bg);
  border: 1px solid var(--adv-card-bd);
  border-radius: var(--adv-radius);
  box-shadow: var(--adv-shadow);
  padding: clamp(20px, 2.5vw, 30px) 24px;
  display: flex; flex-direction: column; gap: 10px;
  position: relative; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.adv-price-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(0,0,0,.2); }
.adv-price-card.featured { border-width: 2px; }
.adv-price-card.featured::before {
  content: 'Most Popular';
  position: absolute; top: 12px; right: -22px;
  background: #6366f1; color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .05em;
  padding: 3px 28px; transform: rotate(40deg);
}

.adv-price-card-a { border-color: rgba(99,102,241,.35); }
.adv-price-card-b { border-color: rgba(236,72,153,.3); }
.adv-price-card-c { border-color: rgba(16,185,129,.25); }

.adv-price-spot-tag {
  font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 3px 10px;
  border-radius: 999px; display: inline-flex; width: fit-content;
}
.adv-price-card-a .adv-price-spot-tag { background: rgba(99,102,241,.15); color: #a5b4fc; }
.adv-price-card-b .adv-price-spot-tag { background: rgba(236,72,153,.15); color: #f9a8d4; }
.adv-price-card-c .adv-price-spot-tag { background: rgba(16,185,129,.15); color: #6ee7b7; }
body.balo-day.adv-body .adv-price-card-a .adv-price-spot-tag { color: #4f46e5; }
body.balo-day.adv-body .adv-price-card-b .adv-price-spot-tag { color: #be185d; }
body.balo-day.adv-body .adv-price-card-c .adv-price-spot-tag { color: #059669; }

.adv-price-name { font-size: 1rem; font-weight: 600; color: var(--adv-text); margin: 0; }
.adv-price-location { font-size: .82rem; color: var(--adv-muted); margin: 0; }
.adv-price-amount { margin: 6px 0 0; }
.adv-price-amount .amount-week {
  font-size: 2rem; font-weight: 800; color: var(--adv-text); line-height: 1;
}
.adv-price-amount .amount-month {
  font-size: .9rem; color: var(--adv-muted); margin-top: 2px;
}
.adv-price-features {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.adv-price-features li {
  font-size: .85rem; color: var(--adv-muted);
  display: flex; align-items: flex-start; gap: 8px;
}
.adv-price-features li svg { flex-shrink: 0; margin-top: 2px; color: #34d399; }
body.balo-day.adv-body .adv-price-features li svg { color: #059669; }
.adv-price-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 10px;
  font-size: .9rem; font-weight: 600; text-decoration: none;
  cursor: pointer; border: none; width: 100%; margin-top: 4px;
  transition: transform .15s, box-shadow .2s;
}
.adv-price-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(99,102,241,.3); }
.adv-price-card-a .adv-price-cta { background: linear-gradient(135deg, rgba(99,102,241,.9), rgba(139,92,246,.9)); color: #fff; }
.adv-price-card-b .adv-price-cta { background: linear-gradient(135deg, rgba(236,72,153,.85), rgba(99,102,241,.75)); color: #fff; }
.adv-price-card-c .adv-price-cta { background: linear-gradient(135deg, rgba(16,185,129,.8), rgba(59,130,246,.7)); color: #fff; }

/* ── Inquiry form ─────────────────────────────────────── */
.adv-form-section { margin-bottom: clamp(40px, 5vw, 64px); }
.adv-form-card {
  background: var(--adv-card-bg);
  border: 1px solid var(--adv-card-bd);
  border-radius: var(--adv-radius);
  box-shadow: var(--adv-shadow);
  padding: clamp(20px, 3vw, 36px);
  max-width: 640px; margin: 0 auto;
}
.adv-form-intro {
  font-size: .9rem; color: var(--adv-muted);
  margin: 0 0 20px; line-height: 1.6;
}
.adv-field { margin-bottom: 16px; }
.adv-field label {
  display: block; font-weight: 600; font-size: .875rem;
  color: var(--adv-text); margin-bottom: 6px;
}
.adv-field input,
.adv-field select,
.adv-field textarea {
  width: 100%; padding: 11px 14px;
  border-radius: 10px;
  background: rgba(15,23,42,.4);
  border: 1px solid var(--adv-card-bd);
  color: var(--adv-text); font-size: .9rem;
  outline: none; transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
body.balo-day.adv-body .adv-field input,
body.balo-day.adv-body .adv-field select,
body.balo-day.adv-body .adv-field textarea {
  background: rgba(255,255,255,.8);
  border-color: rgba(148,163,184,.4);
}
.adv-field input:focus,
.adv-field select:focus,
.adv-field textarea:focus {
  border-color: rgba(99,102,241,.6);
  box-shadow: 0 0 0 4px rgba(99,102,241,.12);
}
.adv-field textarea { resize: vertical; min-height: 90px; }
.adv-field-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
@media (max-width: 520px) { .adv-field-row { grid-template-columns: 1fr; } }
.adv-form-note {
  font-size: .78rem; color: var(--adv-muted);
  margin: -8px 0 16px;
}
.adv-submit-btn {
  width: 100%; padding: 13px 20px;
  background: linear-gradient(135deg, rgba(99,102,241,.9), rgba(139,92,246,.9));
  color: #fff; border: none; border-radius: 10px;
  font-size: 1rem; font-weight: 600; cursor: pointer;
  transition: transform .15s, box-shadow .2s;
}
.adv-submit-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(99,102,241,.35); }
.adv-submit-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.adv-form-status {
  margin-top: 12px; font-size: .875rem;
  text-align: center; min-height: 20px;
}
.adv-success { color: #4ade80; }
.adv-error   { color: #f87171; }
body.balo-day.adv-body .adv-success { color: #16a34a; }
body.balo-day.adv-body .adv-error   { color: #dc2626; }

/* ── FAQ ──────────────────────────────────────────────── */
.adv-faq-section { margin-bottom: clamp(32px, 4vw, 64px); }

.adv-faq-list {
  display: flex; flex-direction: column; gap: 0;
  max-width: 700px; margin: 0 auto;
  border: 1px solid var(--adv-card-bd);
  border-radius: 16px; overflow: hidden;
}

.adv-faq-item {
  background: var(--adv-card-bg);
  border-bottom: 1px solid var(--adv-card-bd);
}
.adv-faq-item:last-child { border-bottom: none; }

.adv-faq-toggle {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; text-align: left;
  transition: background .15s;
}
.adv-faq-toggle:hover { background: rgba(139,92,246,.04); }

.adv-faq-num {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(139,92,246,.12);
  color: #8b5cf6;
  font-size: .75rem; font-weight: 700; letter-spacing: .03em;
  display: flex; align-items: center; justify-content: center;
}

.adv-faq-q {
  flex: 1;
  font-weight: 600; font-size: .925rem;
  color: var(--adv-text); margin: 0; line-height: 1.4;
}

.adv-faq-chevron {
  flex-shrink: 0; color: #8b5cf6;
  transition: transform .2s ease;
}
.adv-faq-item.open .adv-faq-chevron { transform: rotate(180deg); }

.adv-faq-body {
  max-height: 0; overflow: hidden;
  transition: max-height .28s ease, padding .2s ease;
  padding: 0 24px 0 68px; /* aligns with text after num */
}
.adv-faq-item.open .adv-faq-body {
  max-height: 300px;
  padding: 0 24px 20px 68px;
}

.adv-faq-a {
  color: var(--adv-muted); font-size: .875rem;
  margin: 0; line-height: 1.7;
}
.adv-faq-a a { color: #8b5cf6; text-decoration: underline; }

/* ── Footer ───────────────────────────────────────────── */
.adv-footer {
  border-top: 1px solid var(--adv-card-bd);
  padding: clamp(20px, 3vw, 32px) 16px;
  text-align: center;
}
.adv-footer p { font-size: .85rem; color: var(--adv-muted); margin: 0; }
.adv-footer a { color: var(--adv-muted); text-decoration: none; }
.adv-footer a:hover { color: var(--adv-text); }
