/* ═══════════════════════════════════════════════════════════
   LASHED BY MERCEN — faq-style.css
   Policy cards · Accordion FAQs · Aftercare dos & don'ts
═══════════════════════════════════════════════════════════ */

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

:root {
  --pink:        #FF69B4;
  --pink-dim:    rgba(255,105,180,.12);
  --pink-mid:    rgba(255,105,180,.35);
  --black:       #0A0A0A;
  --black-2:     #111111;
  --black-card:  #141414;
  --white:       #FAFAFA;
  --white-60:    rgba(250,250,250,.6);
  --border:      rgba(255,105,180,.15);
  --green:       #25D366;
  --font-display:'Cormorant Garamond', Georgia, serif;
  --font-body:   'Jost', sans-serif;
  --nav-h:       80px;
  --section-gap: clamp(4rem, 8vw, 8rem);
  --container:   1200px;
  --radius:      4px;
  --ease-out:    cubic-bezier(.22,1,.36,1);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--black); color: var(--white); font-family: var(--font-body); font-weight: 300; line-height: 1.7; overflow-x: hidden; }

.grain { position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 256px 256px; }

/* ── Shared ── */
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 300; line-height: 1.15; color: var(--white); }
.section-title em { font-style: italic; color: var(--pink); }
.section-sub { color: var(--white-60); font-size: .95rem; margin-top: .75rem; }
.label-small { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pink); font-weight: 400; margin-bottom: .75rem; display: block; }
.container { width: 90%; max-width: var(--container); margin: 0 auto; }
.section { padding: var(--section-gap) 0; }
.section-header { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.inline-link { color: var(--pink); text-decoration: none; border-bottom: 1px solid var(--pink-mid); transition: border-color .25s; }
.inline-link:hover { border-color: var(--pink); }

/* ── Reveals ── */
.reveal-block, .reveal-card { opacity: 0; transform: translateY(40px); transition: opacity .85s var(--ease-out), transform .85s var(--ease-out); }
.reveal-card { transition-delay: calc(var(--i, 0) * 0.12s); }
.revealed { opacity: 1 !important; transform: translateY(0) !important; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-body); font-size: .82rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; padding: .85rem 2rem; border-radius: var(--radius); transition: all .3s var(--ease-out); cursor: pointer; border: none; white-space: nowrap; }
.btn svg { flex-shrink: 0; transition: transform .3s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }
.btn-primary { background: var(--pink); color: #0A0A0A; font-weight: 500; box-shadow: 0 0 30px rgba(255,105,180,.25); }
.btn-primary:hover { background: #ff85c2; box-shadow: 0 0 50px rgba(255,105,180,.4); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--pink); color: var(--pink); }
.btn-lg { padding: 1rem 2.5rem; font-size: .85rem; }
.btn-whatsapp { background: var(--green); color: #fff; font-size: .78rem; padding: .7rem 1.4rem; border-radius: var(--radius); gap: .5rem; align-items: center; text-decoration: none; font-family: var(--font-body); letter-spacing: .08em; text-transform: uppercase; font-weight: 400; transition: all .3s var(--ease-out); display: inline-flex; }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); }

/* ══════════════════════════════════
   NAV
══════════════════════════════════ */
.nav-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--nav-h); display: flex; align-items: center; transition: background .4s; }
.nav-wrap.scrolled { background: rgba(10,10,10,.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--white); font-family: var(--font-display); font-size: 1.35rem; font-weight: 300; flex-shrink: 0; }
.logo em { color: var(--pink); font-style: italic; }
.logo-mark { color: var(--pink); font-size: 1rem; display: inline-block; animation: spin-mark 8s linear infinite; }
@keyframes spin-mark { to { transform: rotate(360deg); } }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-link { color: var(--white-60); text-decoration: none; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 300; transition: color .25s; position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: var(--pink); transition: width .3s var(--ease-out); }
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-cta { background: var(--pink); color: #0A0A0A !important; padding: .55rem 1.4rem; border-radius: var(--radius); font-weight: 500 !important; transition: background .25s !important; }
.nav-cta:hover { background: #ff85c2 !important; }
.nav-cta::after { display: none; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: transparent; border: none; cursor: pointer; padding: .5rem; }
.hamburger span { display: block; width: 24px; height: 1px; background: var(--white); transition: all .3s var(--ease-out); }
.hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }


/* ══════════════════════════════════
   PAGE HERO
══════════════════════════════════ */
.page-hero { min-height: 56vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: var(--nav-h); }
.page-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.ph-circle { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .11; }
.ph-circle.c1 { width: 500px; height: 500px; background: var(--pink); top: -160px; left: -80px; animation: phf1 16s ease-in-out infinite alternate; }
.ph-circle.c2 { width: 300px; height: 300px; background: #7c0840; bottom: -80px; right: 8%; animation: phf2 20s ease-in-out infinite alternate; }
@keyframes phf1 { from{transform:translate(0,0)} to{transform:translate(50px,60px)} }
@keyframes phf2 { from{transform:translate(0,0)} to{transform:translate(-30px,-40px)} }
.ph-lines { position: absolute; inset: 0; overflow: hidden; }
.ph-lines span { position: absolute; display: block; width: 1px; height: 200%; background: linear-gradient(to bottom, transparent, rgba(255,105,180,.07), transparent); transform: rotate(20deg); top: -50%; }
.ph-lines span:nth-child(1){left:10%} .ph-lines span:nth-child(2){left:35%} .ph-lines span:nth-child(3){left:60%} .ph-lines span:nth-child(4){left:85%}

.page-hero-content { position: relative; z-index: 2; text-align: center; padding: 4rem 0 3rem; }
.hero-eyebrow { font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--pink); margin-bottom: 1.5rem; opacity: 0; animation: fade-up .8s .2s var(--ease-out) forwards; display: block; }
.page-hero-title { font-family: var(--font-display); font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 300; line-height: 1.05; letter-spacing: -.02em; color: var(--white); margin-bottom: 1.5rem; opacity: 0; animation: fade-up .9s .35s var(--ease-out) forwards; }
.page-hero-title em { font-style: italic; color: var(--pink); }
.page-hero-sub { font-size: clamp(.95rem, 2vw, 1.05rem); color: var(--white-60); max-width: 540px; margin: 0 auto 2rem; opacity: 0; animation: fade-up .9s .5s var(--ease-out) forwards; }
.hero-jump-links { display: flex; align-items: center; justify-content: center; gap: .75rem; opacity: 0; animation: fade-up .8s .65s var(--ease-out) forwards; flex-wrap: wrap; }
.jump-link { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--white-60); text-decoration: none; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; }
.jump-link:hover { color: var(--pink); border-color: var(--pink-mid); }
.hero-jump-links span { color: var(--border); }
@keyframes fade-up { from{opacity:0;transform:translateY(25px)} to{opacity:1;transform:translateY(0)} }

/* ══════════════════════════════════
   POLICIES SECTION
══════════════════════════════════ */
.policies-section { background: var(--black); }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 3rem; }

.policy-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
  transition: border-color .35s, box-shadow .35s, transform .35s var(--ease-out);
}
.policy-card:hover { border-color: var(--pink-mid); box-shadow: 0 8px 50px rgba(255,105,180,.1); transform: translateY(-4px); }
.policy-card--accent { border-color: rgba(255,105,180,.3); background: linear-gradient(135deg, #130a10, #100810); }
.policy-card--accent:hover { border-color: var(--pink); }

.pc-number { position: absolute; top: 1.5rem; right: 1.75rem; font-family: var(--font-display); font-size: 4rem; font-weight: 300; color: rgba(255,105,180,.07); line-height: 1; pointer-events: none; }
.pc-icon { color: var(--pink); margin-bottom: 1.25rem; display: flex; }
.pc-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 300; color: var(--white); margin-bottom: .85rem; }
.pc-text { font-size: .9rem; color: var(--white-60); line-height: 1.8; }
.pc-text strong { color: var(--white); font-weight: 400; }
.pc-tag { display: inline-block; margin-top: 1.25rem; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--pink); border: 1px solid var(--border); padding: .25rem .85rem; border-radius: 50px; font-family: var(--font-body); }
.pc-tag--warning { color: #ffb347; border-color: rgba(255,179,71,.3); }

/* Policy summary strip */
.policy-strip {
  background: linear-gradient(135deg, #130a10, #0f0810);
  border: 1px solid var(--pink-mid);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
}
.ps-inner { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.ps-item { display: flex; align-items: center; gap: .85rem; flex: 1; min-width: 200px; padding: .75rem 1.5rem; }
.ps-item:first-child { padding-left: 0; }
.ps-mark { color: var(--pink); font-size: .9rem; flex-shrink: 0; }
.ps-item div { display: flex; flex-direction: column; gap: .15rem; }
.ps-item strong { font-size: .88rem; color: var(--white); font-weight: 400; }
.ps-item span { font-size: .75rem; color: var(--white-60); }
.ps-divider { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }

/* ══════════════════════════════════
   FAQ SECTION
══════════════════════════════════ */
.faq-section { background: var(--black-2); }
.faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }

.faq-aside { position: sticky; top: calc(var(--nav-h) + 2rem); display: flex; flex-direction: column; gap: 1.25rem; }
.faq-aside-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--white); line-height: 1.15; }
.faq-aside-title em { font-style: italic; color: var(--pink); }
.faq-aside-text { font-size: .88rem; color: var(--white-60); line-height: 1.7; }

/* Group label */
.faq-group { margin-bottom: 1rem; }
.faq-group-label { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pink); padding: 0 0 .75rem; margin-bottom: .25rem; border-bottom: 1px solid var(--border); display: block; }

/* Accordion item */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 300;
  text-align: left;
  padding: 1.25rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color .25s;
  line-height: 1.5;
}
.faq-q:hover { color: var(--pink); }
.faq-q[aria-expanded="true"] { color: var(--pink); }

/* Animated chevron using CSS only */
.faq-chevron {
  width: 18px; height: 18px; flex-shrink: 0;
  position: relative;
  transition: transform .35s var(--ease-out);
}
.faq-chevron::before,
.faq-chevron::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 8px; height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform .35s var(--ease-out);
}
.faq-chevron::before { transform: translate(-100%, -50%) rotate(45deg); }
.faq-chevron::after  { transform: translate(0%, -50%) rotate(-45deg); }
.faq-q[aria-expanded="true"] .faq-chevron::before { transform: translate(-100%, -50%) rotate(-45deg); }
.faq-q[aria-expanded="true"] .faq-chevron::after  { transform: translate(0%, -50%) rotate(45deg); }

.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s var(--ease-out), padding .4s var(--ease-out);
}
.faq-a:not([hidden]) { max-height: 600px; padding-bottom: 1.25rem; }
.faq-a p { font-size: .9rem; color: var(--white-60); line-height: 1.8; }
.faq-a strong { color: var(--white); font-weight: 400; }

/* ══════════════════════════════════
   AFTERCARE SECTION
══════════════════════════════════ */
.aftercare-section { background: var(--black); }
.aftercare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }

.ac-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.ac-card--do  { border-color: rgba(110,233,158,.2); }
.ac-card--dont { border-color: rgba(255,107,107,.15); }
.ac-card--do:hover  { border-color: rgba(110,233,158,.45); }
.ac-card--dont:hover { border-color: rgba(255,107,107,.35); }

.acc-header { display: flex; align-items: center; gap: 1rem; padding: 1.5rem 1.75rem; border-bottom: 1px solid var(--border); }
.acc-badge { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; padding: .3rem .85rem; border-radius: 50px; font-family: var(--font-body); font-weight: 500; }
.acc-badge--do   { background: rgba(110,233,158,.15); color: #6ee99e; border: 1px solid rgba(110,233,158,.25); }
.acc-badge--dont { background: rgba(255,107,107,.1);  color: #ff6b6b; border: 1px solid rgba(255,107,107,.2);  }
.acc-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 300; color: var(--white); }

.acc-list { list-style: none; padding: 1.25rem 1.75rem; display: flex; flex-direction: column; gap: .85rem; }
.acc-list li { font-size: .88rem; color: var(--white-60); line-height: 1.6; padding-left: 1.25rem; position: relative; }
.ac-card--do  .acc-list li::before { content: '✓'; position: absolute; left: 0; color: #6ee99e; font-size: .7rem; top: .15rem; }
.ac-card--dont .acc-list li::before { content: '✗'; position: absolute; left: 0; color: #ff6b6b; font-size: .7rem; top: .15rem; }

/* ══════════════════════════════════
   BOOKING BANNER
══════════════════════════════════ */
.booking-banner { background: linear-gradient(135deg, #0f090e, #18080f); border-top: 1px solid var(--border); padding: clamp(4rem, 8vw, 7rem) 0; position: relative; overflow: hidden; }
.booking-banner::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,105,180,.1) 0%, transparent 65%); pointer-events: none; }
.booking-banner-inner { text-align: center; position: relative; z-index: 1; }
.banner-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 300; line-height: 1.15; color: var(--white); margin-bottom: 1rem; }
.banner-title em { color: var(--pink); font-style: italic; }
.banner-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2.5rem; }

/* ══════════════════════════════════
   FOOTER
══════════════════════════════════ */
.footer { background: var(--black); border-top: 1px solid var(--border); padding-top: clamp(3rem, 6vw, 5rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-logo { font-size: 1.2rem; margin-bottom: 1rem; display: inline-flex; }
.footer-tagline { color: var(--white-60); font-size: .85rem; line-height: 1.7; margin-bottom: 1.5rem; max-width: 260px; }
.footer-ig { display: inline-flex; align-items: center; gap: .5rem; color: var(--pink); text-decoration: none; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; transition: opacity .25s; }
.footer-ig:hover { opacity: .75; }
.footer-nav-title { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--pink); margin-bottom: 1.25rem; }
.footer-nav ul, .footer-hours ul { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.footer-nav a { color: var(--white-60); text-decoration: none; font-size: .85rem; transition: color .25s; }
.footer-nav a:hover { color: var(--pink); }
.footer-hours li { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; color: var(--white-60); }
.footer-hours span:first-child { color: var(--white); }
.footer-contact-link { display: block; color: var(--white-60); text-decoration: none; font-size: .85rem; margin-bottom: .5rem; transition: color .25s; }
.footer-contact-link:hover { color: var(--pink); }
.footer-bottom { border-top: 1px solid var(--border); padding: 1.5rem 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: var(--white-60); }
.footer-credit a { color: var(--pink); text-decoration: none; }
.back-top { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; width: 44px; height: 44px; background: var(--black-card); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--pink); cursor: pointer; opacity: 0; transform: translateY(10px); transition: all .3s var(--ease-out); }
.back-top.visible { opacity: 1; transform: translateY(0); }
.back-top:hover { background: var(--pink); color: #0A0A0A; border-color: var(--pink); }

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1000px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-aside { position: static; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 1rem; }
  .faq-aside-title { font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 768px) {
  :root { --nav-h: 70px; }
 .hamburger { display: flex; z-index: 1100; position: relative; }
  .nav-links { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(10,10,10,.98); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; align-items: center; gap: 2rem; transform: translateX(100%); transition: transform .4s var(--ease-out); z-index: 5; padding: 100px 2rem 2rem; }
  .nav-links.open { transform: translateX(0); }
  .nav-link { font-size: 1rem; letter-spacing: .2em; }
  .nav-cta { padding: .75rem 2rem; }
  .policy-grid { grid-template-columns: 1fr; }
  .aftercare-grid { grid-template-columns: 1fr; }
  .ps-inner { flex-direction: column; gap: .5rem; }
  .ps-divider { display: none; }
  .ps-item { padding: .5rem 0; min-width: unset; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; gap: .5rem; text-align: center; }
  .banner-actions { flex-direction: column; align-items: center; }
}

@media (min-width: 1800px) { :root { --container: 1500px; } body { font-size: 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }

/* ── MOBILE MENU ── */
.mobile-menu {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem 1.5rem;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
  z-index: 1200;
}
.mobile-menu:not([hidden]) {
  display: flex;
}
.mobile-menu .nav-link {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--light-grey);
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.mobile-menu .nav-link:hover,
.mobile-menu .nav-link.active {
  background: rgba(255, 105, 180, 0.08);
  color: var(--pink);
}
.mobile-menu .nav-cta {
  margin-top: 0.5rem;
  border: 1px solid var(--pink);
  color: var(--pink);
}
.mobile-menu .nav-cta:hover {
  background: var(--pink);
  color: var(--black);
}