:root {
  --brand: #7DAEA3;
  --accent: #D4B483;
  --bg: #FAF9F8;
  --ink: #222;
  --muted: #666;
  --radius: 14px;
  --shadow: 0 8px 24px rgba(0,0,0,.08);
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}

.container { max-width: 1200px; margin: auto; padding: 0 30px; }

.book-btn { background: #59aeb0; color: #fff; padding: 10px 20px; border-radius: var(--radius); }

.hero { background: #fff; margin-top: 70px;}
.hero h1 { font-size: 32px; margin-bottom: 20px;}
.hero p.lede { color: #FAF9F8; margin-bottom: 40px; }
.hero-media { background: #e8efec; height: 240px; border-radius: #59aeb0; margin-top: 20px; }

.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.hero::after {
  /* dark overlay for readability */
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

#proof, #pricing, #faq {
    background-color: #fff;
}

.cta-primary, .cta-secondary {
  display: inline-block; padding: 14px 20px; border-radius: var(--radius); font-weight: 600; text-align: center;
}
.cta-primary { background: #59aeb0; color: #fff; }
.cta-secondary { border: 1.5px solid #59aeb0; color: #59aeb0; }

section { padding: 40px 0; }
.h2 { font-size: 26px; margin-bottom: 20px; }
.eyebrow { text-transform: uppercase; letter-spacing: 1px; color: #59aeb0; font-size: 16px; font-weight: 700; }

.slab { background: #fff; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); }

.benefits { display: grid; gap: 14px; }
.benefit { display: flex; gap: 14px; background: #fff; padding: 16px; border-radius: var(--radius); box-shadow: var(--shadow); }
.tick { background: #59aeb0; color: #fff; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; }

.cards { display: grid; gap: 16px; }
.card { background: #fff; padding: 20px; border-radius: var(--radius); box-shadow: var(--shadow); }
.price-row { display: flex; gap: 8px; align-items: baseline; }
.strike { text-decoration: line-through; color: #999; }
.now { color: #59aeb0; font-weight: 700; font-size: 22px; }

/* WhatsApp floating button */
.wa {
  position: fixed; right: 16px; bottom: 16px; width: 56px; height: 56px;
  background: #25D366; border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-size: 22px; box-shadow: var(--shadow);
}

/* Before/After slider */
.ba-wrap { position: relative; overflow: hidden; border-radius: var(--radius); }
.ba-after { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; }
.ba-after img { width: 200%; height: auto; }
.ba-line { position: absolute; top: 0; bottom: 0; width: 2px; background: #fff; left: 50%; }
.range { position: absolute; bottom: 10px; width: 100%; appearance: none; background: transparent; }
.range::-webkit-slider-thumb { appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #59aeb0; border: 2px solid #fff; }
.ba-wrap {
  width: 100%;
  max-width: 600px; /* limit width */
  height: 400px;    /* fixed height */
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  margin: 0 auto; /* center it */
}

.ba-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hint{
  text-align: center;
}

.hint span {
  color: #59aeb0;
}

/* Google review block */
.stat {
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.snap {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.review {
  background: #fafafa;
  border-radius: var(--radius);
  padding: 16px;
  text-align: left;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7daea3, #b4dfce);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.stars {
  color: #FFD700;
  font-size: 14px;
  letter-spacing: 1px;
}

.view-more {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  border-color: var(--brand);
}

#pricing p.muted {
    padding: 10px 0;
}

/* --- Reviews slider --- */
.reviews{
  position: relative;
  max-width: 720px;
  margin: 14px auto 0;
  overflow: hidden;
}
.carousel{
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}
.slide{
  min-width: 100%;
  border-radius: var(--radius);
  padding: 20px 50px;
}
.review-head{ display:flex; align-items:center; gap:12px; margin-bottom:8px; }
.avatar{ width:48px; height:48px; border-radius:50%; object-fit:cover; }
.stars{ color:#FFD700; letter-spacing:1px; font-size:14px; }

/* arrows */
.ctrl{
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  border: 0; background: #59aeb0; box-shadow: var(--shadow);
  color: #fff; font-size: 20px; font-weight: 700; cursor: pointer;
}
.ctrl.prev{ left: 8px; }
.ctrl.next{ right: 8px; }

/* dots */
.dots{ display:flex; gap:8px; justify-content:center; margin-top:12px; }
.dots button{
  width: 8px; height: 8px; border-radius: 50%;
  border: 0; background: #d1d5db; cursor: pointer;
}
.dots button[aria-current="true"]{ background: var(--brand); width: 18px; border-radius: 8px; }

summary {
    padding: 10px 0;
}

/* Responsive */
@media (min-width: 768px) {
  .hero .container { display: flex; align-items: center; gap: 40px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .ba-wrap {
    height: 600px;
    max-width: 100%;
  }
  .snap {
    grid-template-columns: repeat(3, 1fr);
  }
  section { padding: 60px 0; }

  #pricing p.muted {
    padding: 20px 0;
  }

  .reviews{ max-width: 860px; }

  .hero {
  
}
}

/* BOOKING FORM (complimentary skin analysis) */
#book {
  padding: 80px 20px;
  background: #fafafa;
  border-top: 1px solid #eee;
}

#book .container { max-width: 820px; margin: 0 auto; }

#book .slab {
  background: #fff;
  padding: 42px 34px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

#book .eyebrow{
  color: #59aeb0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .85rem;
  margin-bottom: 6px;
  display:inline-block;
}

#book .h2{
  font-size: 1.9rem;
  font-weight: 800;
  color:#222;
  margin: 4px 0 20px;
}

/* Form */
#bookingForm{
  display: grid;
  gap: 14px;
}

.input-row{
  display: grid;
  gap: 12px;
}
@media (min-width: 760px){
  .input-row{ grid-template-columns: 1fr 1fr; }
}

#bookingForm input,
#bookingForm select{
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
}

#bookingForm input::placeholder{ color:#9aa3ab; }

#bookingForm input:focus,
#bookingForm select:focus{
  outline: none;
  border-color: #59aeb0;
  box-shadow: 0 0 0 3px rgba(125,174,163,.25);
}

/* Button */
#book .cta-primary{
  margin-top: 6px;
  background: #59aeb0;
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
#book .cta-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

/* Helper text */
#book .note, #book .hint{
  margin-top: 10px;
  color:#626b73;
  font-size:.95rem;
}

/* Small validity hint (optional) */
input:required:invalid{ /* keeps it subtle until submit */ }

