/* ===============================
   Creative Crafts by Neha Somani
   Aroma Stone Diffuser Masterclass
   =============================== */

:root {
  --cream: #fbf7f0;
  --cream-2: #f5ede0;
  --ink: #3a3238;
  --ink-soft: #6b6069;
  --rose: #c9738f;
  --rose-deep: #a8506d;
  --plum: #7d5a83;
  --gold: #c69b57;
  --leaf: #6fae74;
  --white: #ffffff;
  --shadow: 0 18px 40px -20px rgba(90, 60, 70, .45);
  --radius: 20px;
  --wrap: 1120px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; line-height: 1.08; font-weight: 700; }
.script { font-style: italic; color: var(--rose-deep); font-weight: 600; }

.wrap { width: min(var(--wrap), 92vw); margin-inline: auto; }
.wrap-narrow { width: min(720px, 92vw); }

img { max-width: 100%; display: block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4em;
  font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 1rem;
  padding: .85em 1.6em; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-sm { padding: .55em 1.1em; font-size: .9rem; }
.btn-block { width: 100%; margin-top: .4rem; }
.btn-primary {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff; box-shadow: 0 12px 24px -10px rgba(168, 80, 109, .7);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(168, 80, 109, .8); }
.btn-outline { background: transparent; color: var(--rose-deep); border: 1.5px solid var(--rose); }
.btn-outline:hover { background: rgba(201, 115, 143, .08); }
.btn-ghost { background: rgba(255,255,255,.6); color: var(--rose-deep); border: 1.5px solid rgba(201,115,143,.4); }
.btn-ghost:hover { background: #fff; }

/* ---------- Ticker ---------- */
.ticker {
  background: linear-gradient(90deg, var(--plum), var(--rose-deep));
  color: #fff; font-size: .82rem; letter-spacing: .3px;
  display: flex; gap: 3rem; white-space: nowrap; overflow: hidden; padding: .5rem 0;
}
.ticker span { animation: slide 22s linear infinite; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) { .ticker span { animation: none; } .ticker { justify-content: center; } .ticker span:nth-child(2){ display:none; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 240, .82); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(150, 110, 120, .12);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .7rem 0; }
.brand { display: flex; align-items: center; gap: .6rem; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center; font-size: 1.1rem;
  border-radius: 50%; background: linear-gradient(135deg, var(--rose), var(--plum)); color: #fff;
}
.brand-name { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.25rem; line-height: 1; }
.brand-sub { font-size: .72rem; color: var(--ink-soft); letter-spacing: 1px; text-transform: uppercase; }

/* ---------- Hero ---------- */
.hero { padding: clamp(2rem, 5vw, 4rem) 0 clamp(2.5rem, 6vw, 4.5rem); position: relative; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 60% at 85% 10%, rgba(201,115,143,.14), transparent 60%),
    radial-gradient(50% 50% at 5% 90%, rgba(125,90,131,.12), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.eyebrow { color: var(--plum); font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; font-size: .8rem; margin-bottom: .6rem; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); margin-bottom: 1rem; }
.lede { font-size: clamp(1rem, 2.2vw, 1.15rem); color: var(--ink-soft); max-width: 34ch; margin-bottom: 1.4rem; }
.lede strong { color: var(--ink); }

.hero-facts { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.5rem; }
.hero-facts li {
  background: #fff; border: 1px solid rgba(150,110,120,.15); border-radius: 999px;
  padding: .45em 1em; font-size: .88rem; font-weight: 500; display: flex; gap: .4em; align-items: center;
  box-shadow: 0 6px 14px -10px rgba(90,60,70,.4);
}

.price-row { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.price-now { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--rose-deep); line-height: 1; }
.price-was { text-decoration: line-through; color: var(--ink-soft); font-size: 1.1rem; }
.price-tag { background: rgba(198,155,87,.15); color: var(--gold); font-weight: 600; font-size: .78rem; padding: .35em .8em; border-radius: 999px; }

.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.8rem; }

/* Countdown */
.countdown { display: flex; gap: .6rem; }
.countdown div {
  background: #fff; border-radius: 14px; padding: .6rem .5rem; min-width: 58px; text-align: center;
  box-shadow: var(--shadow); border: 1px solid rgba(150,110,120,.12);
}
.countdown b { display: block; font-size: 1.5rem; font-family: 'Cormorant Garamond', serif; color: var(--ink); line-height: 1; }
.countdown small { font-size: .65rem; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-soft); }

/* ---------- Carousel ---------- */
.hero-media { position: relative; }
.carousel {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); background: var(--cream-2);
  aspect-ratio: 4 / 5;
}
.carousel-track { display: flex; height: 100%; transition: transform .5s cubic-bezier(.4,.0,.2,1); }
.slide { flex: 0 0 100%; height: 100%; }
.slide img { width: 100%; height: 100%; object-fit: cover; }

.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.85); color: var(--ink); font-size: 1.5rem; line-height: 1;
  display: grid; place-items: center; box-shadow: 0 6px 16px -6px rgba(0,0,0,.4);
  transition: background .15s ease, transform .15s ease;
}
.carousel-btn:hover { background: #fff; }
.carousel-btn:active { transform: translateY(-50%) scale(.92); }
.carousel-btn.prev { left: .7rem; }
.carousel-btn.next { right: .7rem; }

.dots { position: absolute; bottom: .8rem; left: 0; right: 0; display: flex; justify-content: center; gap: .4rem; }
.dots button {
  width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: rgba(255,255,255,.6); transition: all .2s ease;
}
.dots button.active { background: #fff; width: 22px; border-radius: 999px; }

.media-caption { text-align: center; margin-top: .9rem; color: var(--ink-soft); font-style: italic; font-size: .9rem; }

/* ---------- Sections ---------- */
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section-alt { background: var(--cream-2); }
.section-title { font-size: clamp(1.9rem, 4.5vw, 2.9rem); text-align: center; margin-bottom: .4rem; }
.section-title.light { color: #fff; }
.section-sub { text-align: center; color: var(--ink-soft); margin-bottom: 2.2rem; }

/* 3 product cards */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.pcard {
  background: #fff; border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center;
  border: 1px solid rgba(150,110,120,.12); box-shadow: 0 12px 28px -22px rgba(90,60,70,.5);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pcard:hover { transform: translateY(-4px); box-shadow: 0 20px 36px -24px rgba(90,60,70,.6); }
.pcard-num {
  width: 46px; height: 46px; margin: 0 auto 1rem; border-radius: 50%;
  display: grid; place-items: center; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700;
  background: linear-gradient(135deg, var(--rose), var(--plum)); color: #fff;
}
.pcard h3 { font-size: 1.5rem; margin-bottom: .4rem; }
.pcard p { color: var(--ink-soft); font-size: .92rem; }

/* Skills */
.skills { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem 1.6rem; max-width: 760px; margin-inline: auto; }
.skills li {
  background: #fff; border-radius: 14px; padding: .85rem 1.1rem; font-size: .92rem; font-weight: 500;
  border: 1px solid rgba(150,110,120,.12); box-shadow: 0 8px 18px -16px rgba(90,60,70,.5);
}

/* Bonuses */
.bonuses { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.bonus {
  background: linear-gradient(160deg, #fff, var(--cream-2)); border-radius: var(--radius);
  padding: 1.8rem 1rem; text-align: center; border: 1px solid rgba(198,155,87,.25);
}
.bonus span { font-size: 2rem; display: block; margin-bottom: .5rem; }
.bonus p { font-weight: 500; font-size: .92rem; }

/* ---------- Instructor ---------- */
.instructor-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.instructor-photo {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}
.instructor-photo::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.6); pointer-events: none;
}
.instructor-photo img { width: 100%; height: 100%; object-fit: cover; }
.instructor-copy .eyebrow { color: var(--plum); margin-bottom: .4rem; }
.instructor-copy .section-title { text-align: left; }
.instructor-bio { color: var(--ink-soft); margin-bottom: 1rem; }
.instructor-bio strong { color: var(--ink); }
.instructor-stats { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; }
.instructor-stats div {
  background: #fff; border-radius: 14px; padding: 1rem 1.2rem; text-align: center; flex: 1; min-width: 110px;
  border: 1px solid rgba(150,110,120,.14); box-shadow: 0 10px 22px -18px rgba(90,60,70,.5);
}
.instructor-stats b { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--rose-deep); line-height: 1; }
.instructor-stats small { font-size: .72rem; text-transform: uppercase; letter-spacing: .5px; color: var(--ink-soft); }

/* ---------- Enroll ---------- */
.section-enroll { background: linear-gradient(150deg, var(--plum), var(--rose-deep)); color: #fff; }
.enroll-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.enroll-info .section-title { text-align: left; }
.enroll-lede { color: rgba(255,255,255,.85); margin-bottom: 1.4rem; }
.enroll-points { list-style: none; display: grid; gap: .7rem; }
.enroll-points li { font-size: 1rem; padding-left: .2rem; }
.enroll-points s { opacity: .7; }

.lead-form {
  background: #fff; color: var(--ink); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.2rem);
  box-shadow: var(--shadow);
}
.lead-form h3 { font-size: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
.lead-form label { display: block; font-size: .82rem; font-weight: 500; color: var(--ink-soft); margin-bottom: .9rem; }
.lead-form input {
  width: 100%; margin-top: .3rem; padding: .8rem .9rem; border-radius: 12px;
  border: 1.5px solid rgba(150,110,120,.25); font: inherit; color: var(--ink); background: var(--cream);
  transition: border .15s ease, box-shadow .15s ease;
}
.lead-form input:focus { outline: 0; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(201,115,143,.18); background: #fff; }
.lead-form input:invalid:not(:placeholder-shown) { border-color: #d98; }
.form-note { text-align: center; font-size: .76rem; color: var(--ink-soft); margin-top: .8rem; }
.form-success {
  background: rgba(111,174,116,.14); color: #3f7a45; border: 1px solid rgba(111,174,116,.4);
  border-radius: 12px; padding: .9rem; text-align: center; font-size: .9rem; margin-top: 1rem;
}

/* FAQ */
.faq {
  background: #fff; border-radius: 14px; padding: 0 1.2rem; margin-bottom: .7rem;
  border: 1px solid rgba(150,110,120,.14); overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 1rem 0; font-weight: 500; list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--rose); transition: transform .2s ease; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq p { padding-bottom: 1rem; color: var(--ink-soft); font-size: .92rem; }

/* Footer */
.site-footer { background: var(--ink); color: #fff; text-align: center; padding: 2.5rem 0; }
.site-footer .brand-name { font-size: 1.4rem; }
.site-footer .brand-name span { color: rgba(255,255,255,.6); font-family: 'Poppins', sans-serif; font-size: .9rem; font-weight: 300; }
.footer-small { color: rgba(255,255,255,.55); font-size: .82rem; margin-top: .4rem; }
.socials { display: flex; justify-content: center; gap: .8rem; margin: 1.1rem 0 .3rem; }
.socials a {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  transition: transform .18s ease, background .18s ease;
}
.socials a:hover { transform: translateY(-3px); }
.socials a[aria-label="Instagram"]:hover { background: linear-gradient(135deg, #f09433, #dc2743, #bc1888); border-color: transparent; }
.socials a[aria-label="Facebook"]:hover { background: #1877f2; border-color: transparent; }

/* WhatsApp floating button */
.wa-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: #25d366; box-shadow: 0 10px 24px -6px rgba(37, 211, 102, .6);
  transition: transform .18s ease, box-shadow .18s ease;
  animation: wa-pulse 2.4s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 14px 30px -6px rgba(37, 211, 102, .75); }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 10px 24px -6px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.45); }
  50%      { box-shadow: 0 10px 24px -6px rgba(37,211,102,.6), 0 0 0 12px rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) { .wa-float { animation: none; } }

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 60;
  display: none; text-align: center; text-decoration: none;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep)); color: #fff; font-weight: 600;
  padding: .95rem; border-radius: 999px; box-shadow: 0 14px 30px -8px rgba(168,80,109,.7);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 460px; margin-inline: auto; }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .hero-copy { text-align: center; }
  .hero-facts, .price-row, .hero-cta, .countdown { justify-content: center; }
  .lede { max-width: none; }
  .enroll-grid { grid-template-columns: 1fr; }
  .enroll-info .section-title { text-align: center; }
  .bonuses { grid-template-columns: repeat(2, 1fr); }
  .instructor-grid { grid-template-columns: 1fr; text-align: center; }
  .instructor-photo { max-width: 340px; margin-inline: auto; }
  .instructor-copy .eyebrow,
  .instructor-copy .section-title { text-align: center; }
}

@media (max-width: 620px) {
  .cards-3 { grid-template-columns: 1fr; }
  .skills { grid-template-columns: 1fr; }
  .hero-facts li { font-size: .8rem; }
  .sticky-cta { display: block; }
  .site-footer { padding-bottom: 5.5rem; }
  .header-inner .btn { display: none; }
  /* lift WhatsApp button above the full-width sticky enroll bar */
  .wa-float { bottom: 5rem; width: 52px; height: 52px; }
}
