/* ============================================================
   That Trending Studio — brand system (LOCKED)
   Blue #4358F1 · Green #9BEA91 · White #FFFFFF · Text #111111
   Display: Anton · Body/UI: Inter
   ============================================================ */

:root {
  --blue: #4358F1;
  --blue-dark: #2f42d4;
  --green: #9BEA91;
  --green-soft: #eafae7;
  --white: #ffffff;
  --ink: #111111;
  --muted: #5a5f6b;
  --line: #e7e8ee;
  --blue-tint: #f4f6ff;
  --wa: #25d366;
  --wa-dark: #1eb457;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 40px -18px rgba(67, 88, 241, 0.35);
  --shadow-soft: 0 8px 30px -12px rgba(17, 17, 17, 0.12);
  --maxw: 1160px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
/* Horizontal overflow is contained per-section (hero, how, why, packages, proof,
   testimonials, wave-divider, etc. each clip their own decorative elements)
   rather than on body/html — overflow-x:hidden on body/html breaks
   position:sticky in WebKit for all descendants (e.g. .faq__aside), and
   overflow:clip on html disables page scrolling entirely. */

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Display type ---------- */
h1, h2, h3, .logo__word, .card__price, .step__num {
  font-family: 'Anton', 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.02;
  text-transform: uppercase;
}

.hl { color: var(--blue); }
.hl-green { color: var(--blue); position: relative; }
.hl-green::after {
  content: ""; position: absolute; left: -2px; right: -2px; bottom: 4px; height: 30%;
  background: var(--green); z-index: -1; border-radius: 3px;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--blue); color: #fff; text-decoration: none;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15px;
  padding: 13px 22px; border-radius: 999px; border: 2px solid var(--blue);
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--lg { font-size: 17px; padding: 16px 30px; }
.btn--sm { font-size: 14px; padding: 10px 18px; }
.btn--full { width: 100%; }
.btn--ghost { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn--ghost:hover { background: var(--blue-tint); color: var(--blue-dark); }
.btn--onDark { background: var(--green); color: var(--ink); border-color: var(--green); }
.btn--onDark:hover { background: #8adf7e; border-color: #8adf7e; color: var(--ink); }
.btn--wa { background: var(--wa); border-color: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-dark); border-color: var(--wa-dark); box-shadow: 0 18px 40px -18px rgba(37,211,102,.6); }

.kicker {
  display: inline-block; font-family: 'Inter'; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; font-size: 12px; color: var(--blue);
  background: var(--green-soft); padding: 6px 12px; border-radius: 999px; margin-bottom: 14px;
}
.kicker--onBlue { color: #fff; background: rgba(255,255,255,.16); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 13px;
  color: var(--blue); background: var(--blue-tint); padding: 7px 14px; border-radius: 999px;
  margin-bottom: 22px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.nav.scrolled { border-color: var(--line); box-shadow: 0 4px 20px -14px rgba(0,0,0,.2); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }

.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.logo__img { display: block; height: 56px; width: auto; }
.footer__logo { display: block; height: 72px; width: auto; margin-bottom: 4px; }
.footer__social { display: flex; gap: 12px; margin-top: 16px; }
.footer__social a { display: inline-flex; opacity: .85; transition: opacity .15s ease, transform .15s ease; }
.footer__social a:hover { opacity: 1; transform: translateY(-2px); }
.footer__social img { display: block; width: 26px; height: 26px; }
.logo__badge { display: inline-flex; }
.scallop { fill: var(--blue); }
.badge__text { font-family: 'Anton', sans-serif; fill: #fff; font-size: 14px; letter-spacing: .02em; }
.badge__text--blue { fill: var(--green); font-size: 15px; }
.logo__word { display: flex; flex-direction: column; line-height: .92; }
.logo__l1 { font-family: 'Anton'; font-size: 13px; letter-spacing: .04em; color: var(--ink); }
.logo__l2 { font-family: 'Anton'; font-size: 18px; letter-spacing: .02em; color: var(--blue); }
.logo__word--light .logo__l1 { color: rgba(255,255,255,.8); }
.logo__word--light .logo__l2 { color: var(--green); }

.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: 15px; transition: color .15s; }
.nav__links a:hover { color: var(--blue); }
.nav__menu-cta { display: none; }
.nav__cta { flex-shrink: 0; }

/* Hamburger */
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; padding: 9px; border-radius: 10px; }
.nav__toggle span { display: block; height: 2.5px; width: 100%; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav__toggle span + span { margin-top: 5px; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ============ HERO ============ */
.hero { position: relative; padding: 70px 0 60px; background:
  radial-gradient(1100px 500px at 80% -10%, var(--green-soft), transparent 60%),
  radial-gradient(900px 500px at 0% 0%, var(--blue-tint), transparent 55%); }
.hero__inner { max-width: 880px; }

/* hero portrait cutout beside the text (desktop only) */
.hero__photo { display: none; }
@media (min-width: 1040px) {
  .hero .hero__inner { display: flex; align-items: flex-start; gap: 40px; max-width: var(--maxw); }
  .hero__content { flex: 1 1 auto; min-width: 0; max-width: 660px; }
  .hero__photo {
    display: block; flex: 0 0 auto; align-self: flex-start;
    width: clamp(340px, 31vw, 460px); height: auto; margin-top: -60px;
    filter: drop-shadow(0 24px 40px rgba(17, 17, 17, 0.22));
  }
}
.hero__title { font-size: clamp(44px, 8vw, 88px); margin-bottom: 22px; }
.hero__sub { font-size: clamp(17px, 2.3vw, 21px); color: var(--muted); max-width: 640px; margin-bottom: 30px; }
.hero__sub em { color: var(--ink); font-style: italic; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 16px; }
.hero__micro { font-size: 14px; color: var(--muted); margin-bottom: 34px; }
.hero__strip {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 22px; font-weight: 600; font-size: 15px; box-shadow: var(--shadow-soft);
}
.hero__strip .sep { color: var(--green); font-weight: 800; }
.hero__strip strong { color: var(--blue); }

/* Trust bar (#2) */
.hero__trust {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 30px;
}
.trust__item { display: flex; flex-direction: column; line-height: 1.05; padding: 4px 8px; }
.trust__item strong { font-family: 'Anton'; font-size: 28px; color: var(--blue); letter-spacing: .01em; }
.trust__item span { font-size: 12.5px; color: var(--muted); font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }
.trust__sep { width: 1px; height: 34px; background: var(--line); }

/* ============ PLAYBACK MOMENT (#8) ============ */
.playback { padding: 0 0 8px; margin-top: -18px; }
.playback__media {
  position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 21/8; min-height: 240px;
  background: linear-gradient(120deg, var(--ink) 0%, var(--blue) 70%, var(--green) 130%);
  box-shadow: var(--shadow); display: flex; align-items: flex-end;
}
.playback__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s ease; }
.playback__media.has-video video { opacity: 1; }
.playback__overlay {
  position: relative; z-index: 2; width: 100%; padding: 26px 28px;
  background: linear-gradient(0deg, rgba(0,0,0,.6), transparent);
}
.playback__badge { display: inline-block; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); color: #fff; font-weight: 700; font-size: 13px; padding: 6px 14px; border-radius: 999px; margin-bottom: 10px; }
.playback__caption { color: #fff; font-size: clamp(16px, 2.4vw, 24px); font-weight: 600; max-width: 620px; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.playback__sound { display: none; position: absolute; top: 18px; right: 18px; background: rgba(255,255,255,.9); color: var(--ink); border: 0; border-radius: 999px; padding: 8px 14px; font-weight: 700; font-size: 13px; cursor: pointer; font-family: 'Inter'; z-index: 3; }
.playback__media.has-video .playback__sound { display: inline-block; }
.playback__sound:hover { background: #fff; }

/* ============ SECTIONS ============ */
.section { padding: 84px 0; }
.section__head { margin-bottom: 46px; }
.section__head.center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section__title { font-size: clamp(30px, 5vw, 52px); margin-bottom: 14px; }
.lead { font-size: 18px; color: var(--muted); }
.lead.center { margin: 0 auto; }
.center { text-align: center; }

.grid-2 { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.ticks { list-style: none; margin: 22px 0 28px; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 32px; font-size: 16px; color: var(--ink); }
.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px;
  background: var(--green); color: var(--ink); font-size: 13px; font-weight: 800;
  border-radius: 50%; display: grid; place-items: center;
}
.note { font-size: 13px; color: var(--muted); margin-top: 14px; }

/* ---- Voice Test value card ---- */
.voicetest { background: linear-gradient(180deg, #fff, var(--blue-tint)); }
.valuecard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); }
.valuecard__head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 2px dashed var(--line); padding-bottom: 14px; margin-bottom: 14px; }
.valuecard__head span:first-child { font-weight: 700; }
.valuecard__free { font-family: 'Anton'; color: var(--green); font-size: 26px; text-decoration: line-through; text-decoration-color: var(--muted); -webkit-text-decoration-color: var(--muted); opacity: .5; }
.valuecard__list { list-style: none; display: grid; gap: 12px; }
.valuecard__list li { display: flex; justify-content: space-between; gap: 16px; font-size: 15px; color: var(--muted); }
.valuecard__list .v { color: var(--ink); font-weight: 600; white-space: nowrap; }
.valuecard__total { display: flex; justify-content: space-between; border-top: 2px solid var(--line); margin-top: 16px; padding-top: 14px; font-weight: 800; font-size: 17px; }
.valuecard__price { margin-top: 14px; background: var(--green); border-radius: var(--radius-sm); padding: 14px; text-align: center; font-weight: 700; }
.valuecard__price strong { font-size: inherit; margin-left: 6px; color: var(--blue); }

/* ---- How it works ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px; transition: transform .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.step__num { font-family: 'Anton'; font-size: 40px; color: var(--green); display: block; line-height: 1; }
.step__ico { font-size: 30px; display: block; margin: 10px 0 6px; }
.step h3 { font-size: 24px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }
.step p strong { color: var(--blue); }

/* ---- Packages ---- */
.packages { background: var(--ink); color: #fff; }
.packages .section__title, .packages .kicker { color: #fff; }
.packages .kicker { background: rgba(255,255,255,.12); color: var(--green); }
.packages .lead { color: rgba(255,255,255,.65); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  background: #1b1b1f; border: 1px solid #2c2c33; border-radius: var(--radius); padding: 26px 22px;
  display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-5px); border-color: var(--blue); box-shadow: 0 24px 50px -20px rgba(67,88,241,.6); }
.card--feature { background: var(--blue); border-color: var(--blue); position: relative; }
.card--feature:hover { border-color: var(--green); }
.card--dark { background: #101014; border: 1px dashed #3a3a44; }
.card__tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); text-align: center; background: var(--green); color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 5px 12px; border-radius: 999px; }
.card__price { font-family: 'Anton'; font-size: 34px; color: var(--green); margin-bottom: 4px; }
.card--feature .card__price { color: #fff; }
.card__price--sm { font-size: 24px; }
.card__name { font-size: 20px; margin-bottom: 10px; color: #fff; }
.card__desc { font-size: 14.5px; color: rgba(255,255,255,.7); flex-grow: 0; margin-bottom: 16px; }
.card--feature .card__desc { color: rgba(255,255,255,.9); }
.card__foot { font-size: 12.5px; color: var(--green); font-weight: 600; margin: auto 0 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); line-height: 1.4; }
.card--feature .card__foot { color: #eafae7; border-top-color: rgba(255,255,255,.25); }
/* only the featured (₹75,000) card button: green with black text */
.card--feature .btn { background: var(--green); border-color: var(--green); color: var(--ink); }
.card--feature .btn:hover { background: #8adf7e; border-color: #8adf7e; color: var(--ink); }
/* only the featured (₹75,000) card button is green */
.card--feature .btn { background: var(--green); border-color: var(--green); color: var(--ink); }
.card--feature .btn:hover { background: #8adf7e; border-color: #8adf7e; color: var(--ink); }

/* ---- Proof ---- */
.proof__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 34px; }
/* real release cards (Gauri) */
.release { position: relative; display: flex; align-items: flex-end; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; text-decoration: none; padding: 22px; background: #111; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.release:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.release__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .3s ease; }
.release:hover .release__img { transform: scale(1.04); }
.release::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.05) 60%); z-index: 1; }
.release--gradient { background: linear-gradient(150deg, var(--blue), #6f80ff 55%, var(--green)); }
.release__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60px; height: 60px; background: rgba(255,255,255,.94); color: var(--blue); border-radius: 50%; display: grid; place-items: center; font-size: 22px; padding-left: 4px; z-index: 2; transition: transform .2s ease; }
.release:hover .release__play { transform: translate(-50%,-50%) scale(1.08); }
.release__meta { position: relative; z-index: 2; color: #fff; }
.release__meta strong { font-family: 'Anton'; font-size: 22px; text-transform: uppercase; letter-spacing: .02em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.release__meta small { font-size: 13px; color: rgba(255,255,255,.85); }
@media (max-width: 640px) { .proof__grid { grid-template-columns: 1fr; } }

/* live layout from YouTube: full-width featured on top, two cards below */
.proof__grid--live { grid-template-columns: 1fr 1fr; }
.proof__grid--live .release--featured { grid-column: 1 / -1; aspect-ratio: 21 / 9; }
.proof__grid--live .release--featured .release__meta strong { font-size: 34px; }
.proof__grid--live .release--featured .release__play { width: 74px; height: 74px; font-size: 26px; }

/* subscribe CTA card (fills the third slot when no Premiere is scheduled) */
.release--subscribe { background: var(--ink); border: 1px solid rgba(67,88,241,.45); box-shadow: none; align-items: center; padding: 32px; }
.release--subscribe::after { content: none; }
.release--subscribe:hover { border-color: var(--blue); }
.release__kicker { display: block; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.release--subscribe .release__meta strong { font-size: 28px; -webkit-line-clamp: initial; }
.release--subscribe .release__meta small { display: block; margin-top: 10px; font-size: 14px; }
.release__badge { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--green); color: var(--ink); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; padding: 6px 13px; border-radius: 999px; }
.release--upcoming .release__img { filter: grayscale(.35) brightness(.62); }
@media (max-width: 760px) {
  .proof__grid--live { grid-template-columns: 1fr; }
  .proof__grid--live .release--featured { aspect-ratio: 16/9; }
  .proof__grid--live .release--featured .release__meta strong { font-size: 24px; }
  .release--subscribe { padding: 26px; }
  .release--subscribe .release__meta strong { font-size: 24px; }
}
.thumb {
  position: relative; aspect-ratio: 9/13; border-radius: var(--radius); text-decoration: none;
  background: linear-gradient(150deg, var(--blue), #6f80ff 55%, var(--green));
  display: flex; align-items: flex-end; padding: 16px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.thumb:nth-child(2) { background: linear-gradient(150deg, #2b39b8, var(--blue) 60%, #a9efa0); }
.thumb:nth-child(3) { background: linear-gradient(150deg, var(--green), #6f80ff 70%, var(--blue)); }
.thumb:nth-child(4) { background: linear-gradient(150deg, #1b1b1f, var(--blue) 90%); }
.thumb:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.thumb__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; background: rgba(255,255,255,.92); color: var(--blue); border-radius: 50%; display: grid; place-items: center; font-size: 20px; padding-left: 4px; }
.thumb__label { color: #fff; font-weight: 700; font-size: 15px; text-shadow: 0 2px 10px rgba(0,0,0,.4); }

/* ---- Why us ---- */
.why { background: var(--green-soft); }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why__item { background: #fff; border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-soft); }
.why__ico { font-size: 34px; display: block; margin-bottom: 14px; }
.why__item h3 { font-size: 22px; margin-bottom: 10px; }
.why__item p { color: var(--muted); font-size: 15px; }

/* ============ TESTIMONIALS (#5) ============ */
.testimonials { background: #fff; }
/* testimonials carousel */
.tcarousel { position: relative; }
.tcards { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 2px 20px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.tcards::-webkit-scrollbar { display: none; }
.tcard { flex: 0 0 clamp(280px, 33%, 372px); scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.tcarousel__btn { position: absolute; top: 44%; z-index: 5; width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--blue); font-size: 26px; line-height: 1; cursor: pointer; box-shadow: var(--shadow-soft); display: grid; place-items: center; transition: transform .15s ease, box-shadow .2s ease; }
.tcarousel__btn:hover { transform: scale(1.08); box-shadow: var(--shadow); }
.tcarousel__btn--prev { left: -12px; }
.tcarousel__btn--next { right: -12px; }
@media (max-width: 760px) { .tcarousel__btn { display: none; } .tcard { flex-basis: 84%; } }
.tcard__stars { color: #f5b301; letter-spacing: 2px; font-size: 15px; margin-bottom: 12px; }
.tcard blockquote { font-size: 16px; color: var(--ink); line-height: 1.55; margin-bottom: 20px; flex-grow: 1; }
.tcard__by { display: flex; align-items: center; gap: 12px; }
.tcard__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--a, var(--blue)); color: #fff; font-family: 'Anton'; font-size: 20px; display: grid; place-items: center; flex-shrink: 0; }
.tcard__by strong { display: block; font-size: 15px; }
.tcard__by small { color: var(--muted); font-size: 13px; }

/* ============ FAQ (#3) ============ */
.faq { background: var(--blue-tint); }
.faq__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.faq__aside { position: sticky; top: 100px; }
.faq__stillhave { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(67,88,241,.15); }
.faq__stillhave p { font-weight: 700; margin-bottom: 12px; color: var(--ink); }
.faq__list { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; transition: box-shadow .2s ease; }
.faq__item[open] { box-shadow: var(--shadow-soft); border-color: transparent; }
.faq__item summary { list-style: none; cursor: pointer; font-weight: 700; font-size: 16.5px; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-family: 'Anton'; color: var(--blue); font-size: 24px; line-height: 1; transition: transform .2s ease; flex-shrink: 0; }
.faq__q { flex: 1; min-width: 0; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item summary em { font-style: italic; }
.faq__a { color: var(--muted); font-size: 15px; padding: 0 0 18px; max-width: 60ch; }
.faq__a strong { color: var(--ink); }

/* ============ ENQUIRY FORM ============ */
.enquiry { background: var(--blue); color: #fff; }
.grid-2--form { align-items: start; }
.section__title--onBlue, .lead--onBlue { color: #fff; }
.lead--onBlue { color: rgba(255,255,255,.85); }
.ticks--onBlue li { color: #fff; }
.ticks--onBlue li::before { background: var(--green); color: var(--ink); }
.enquiry__pitch { padding-top: 8px; }
.enquiry__wa { margin-top: 8px; }

.form { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: 0 30px 60px -25px rgba(0,0,0,.5); }
.form__progress { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.form__progress .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--line); transition: background .2s ease; }
.form__progress .dot.active { background: var(--blue); }
.form__progress .bar { flex: 1; height: 3px; background: var(--line); border-radius: 2px; overflow: hidden; position: relative; }
.form__progress .bar::after { content: ""; position: absolute; inset: 0; width: var(--pct, 0%); background: var(--blue); transition: width .3s ease; }
.form__steplabel { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); margin-bottom: 14px; }
.form__back { background: none; border: 0; color: var(--muted); font-family: 'Inter'; font-weight: 600; font-size: 14px; cursor: pointer; padding: 0 0 10px; }
.form__back:hover { color: var(--blue); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 6px; }
.field .opt { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%; font-family: 'Inter'; font-size: 15px; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px;
  background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(67,88,241,.15);
}
.field textarea { resize: vertical; }
.form__reassure { margin-top: 12px; text-align: center; font-size: 13.5px; font-weight: 600; color: var(--blue); }
/* thank-you panel (replaces the form fields after a successful submit) */
.form__thanks { text-align: center; padding: 18px 6px 6px; }
.form__thanks-icon { display: block; font-size: 46px; line-height: 1; margin-bottom: 14px; }
.form__thanks-title { font-family: 'Anton'; font-size: clamp(24px, 3.4vw, 30px); text-transform: uppercase; letter-spacing: .01em; margin-bottom: 12px; color: var(--ink); }
.form__thanks-text { font-size: 15.5px; color: var(--muted); margin-bottom: 8px; }
.form__thanks-text strong { color: var(--ink); }
.form__thanks-muted { font-size: 14px; margin-bottom: 20px; }
.form__thanks .btn { margin-bottom: 4px; }

.form__status { margin-top: 12px; font-size: 14.5px; font-weight: 600; text-align: center; min-height: 20px; }
.form__status.ok { color: #1a8f3c; }
.form__status.err { color: #d63636; }
.form__fine { margin-top: 12px; font-size: 12px; color: var(--muted); text-align: center; }
#successWa { margin-top: 12px; }
.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }

/* ============ FOOTER ============ */
.footer { background: var(--ink); color: rgba(255,255,255,.7); padding-top: 60px; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer__tag { margin-top: 14px; max-width: 340px; font-size: 15px; }
.footer__col h4 { font-family: 'Inter'; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #fff; margin-bottom: 14px; }
.footer__col a { display: block; color: rgba(255,255,255,.7); text-decoration: none; font-size: 15px; margin-bottom: 10px; transition: color .15s; }
.footer__col a:hover { color: var(--green); }
.footer__bar { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; font-size: 13px; }

/* ============ FLOATING WHATSAPP ============ */
.fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 90; width: 56px; height: 56px;
  background: var(--wa); color: #fff; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.6); transition: transform .2s ease;
}
.fab:hover { transform: scale(1.08); }

/* ============ STICKY MOBILE CTA BAR (#1) ============ */
.mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: none;
  gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -16px rgba(0,0,0,.35);
}
.mobilebar__cta {
  flex: 1; display: flex; align-items: center; justify-content: center;
  background: var(--blue); color: #fff; text-decoration: none; font-weight: 700; font-size: 16px;
  padding: 14px; border-radius: 999px;
}
.mobilebar__wa {
  flex-shrink: 0; width: 52px; display: grid; place-items: center;
  background: var(--wa); color: #fff; border-radius: 999px; text-decoration: none;
}

.hidden { display: none !important; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .nav__toggle { display: block; }
  .nav__cta { display: none; }
  .nav__links {
    position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft);
    padding: 8px 24px 18px; transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav__links.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav__links a:last-child { border-bottom: 0; }
  .nav__menu-cta { display: block; color: var(--blue) !important; font-weight: 700 !important; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .proof__grid { grid-template-columns: repeat(2, 1fr); }
  .tcards { grid-template-columns: 1fr; }
  .faq__inner { grid-template-columns: 1fr; gap: 26px; }
  .faq__aside { position: static; }
  .playback__media { aspect-ratio: 16/9; }
}
@media (max-width: 820px) {
  .grid-2 { grid-template-columns: 1fr; gap: 36px; }
  .steps { grid-template-columns: 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}
/* Show sticky bar + hide floating fab on phones to avoid overlap */
@media (max-width: 720px) {
  .mobilebar { display: flex; }
  .fab { display: none; }
  body { padding-bottom: 74px; }
}
@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .hero { padding: 48px 0 40px; }
  .cards { grid-template-columns: 1fr; }
  .proof__grid { grid-template-columns: 1fr; }
  .hero__strip { font-size: 13px; padding: 10px 16px; gap: 8px; }
  .hero__trust { gap: 4px; }
  .trust__item strong { font-size: 22px; }
  .trust__item span { font-size: 11px; }
  .form { padding: 22px; }
  .footer__inner { grid-template-columns: 1fr; }
  .playback__media { aspect-ratio: 4/3; }
}
/* ============================================================
   ENHANCEMENTS — "do the changes A"
   1 waveform/eq · 2 reveal + count-up · 3 hero anim
   4 card/button micro · 5 grain depth · 7 delights
   ============================================================ */

/* 7 · scroll progress bar */
.scrollbar { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: linear-gradient(90deg, var(--blue), var(--green)); z-index: 101; will-change: transform; }

/* 7 · badge preloader (CSS-driven fade, works even without JS) */
.preloader { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; background: #fff; animation: preloaderOut .45s ease .5s forwards; }
.preloader__badge { width: 66px; height: 66px; animation: badgeSpin 1s linear infinite; }
@keyframes badgeSpin { to { transform: rotate(360deg); } }
@keyframes preloaderOut { to { opacity: 0; visibility: hidden; } }

/* 5 · grain / noise depth overlay */
.grain { position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: .045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* 3 · hero animated gradient background */
.hero { overflow: hidden; }
.hero__bg { position: absolute; inset: -20% -10% auto -10%; height: 135%; z-index: 0; pointer-events: none; filter: blur(8px);
  background:
    radial-gradient(600px 380px at 18% 22%, rgba(155,234,145,.55), transparent 60%),
    radial-gradient(620px 420px at 82% 12%, rgba(67,88,241,.26), transparent 60%),
    radial-gradient(520px 400px at 62% 82%, rgba(155,234,145,.32), transparent 62%);
  animation: heroDrift 16s ease-in-out infinite alternate; }
.hero .hero__inner { position: relative; z-index: 1; }
@keyframes heroDrift {
  0% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(2%,-1.5%,0) scale(1.06); }
  100% { transform: translate3d(-2%,1%,0) scale(1.03); }
}

/* 3 · hero load stagger */
.hero__inner > * { animation: fadeUp .7s ease both; }
.hero__inner > *:nth-child(1){ animation-delay:.05s }
.hero__inner > *:nth-child(2){ animation-delay:.14s }
.hero__inner > *:nth-child(3){ animation-delay:.23s }
.hero__inner > *:nth-child(4){ animation-delay:.32s }
.hero__inner > *:nth-child(5){ animation-delay:.41s }
.hero__inner > *:nth-child(6){ animation-delay:.50s }
.hero__inner > *:nth-child(7){ animation-delay:.59s }
@keyframes fadeUp { from { opacity:0; transform: translateY(22px); } to { opacity:1; transform:none; } }

/* 3 · headline green underline swipe */
.hero__title .hl { position: relative; display: inline-block; }
.hero__title .hl::after { content:""; position:absolute; left:0; right:0; bottom:.05em; height:.14em; background: var(--green); border-radius:3px; transform: scaleX(0); transform-origin: left center; animation: underlineSwipe .7s cubic-bezier(.2,.8,.2,1) 1s both; z-index:-1; }
@keyframes underlineSwipe { to { transform: scaleX(1); } }

/* 1 · hero equalizer */
.eq { position:absolute; top: 24px; right: 6%; display:flex; align-items:flex-end; gap:5px; height:46px; z-index:1; opacity:.9; }
.eq span { width:5px; border-radius:3px; transform-origin:bottom; background: linear-gradient(var(--blue), var(--green)); animation: eqBounce 1s ease-in-out infinite; }
.eq span:nth-child(1){ height:40%; animation-delay:-.2s }
.eq span:nth-child(2){ height:72%; animation-delay:-.5s }
.eq span:nth-child(3){ height:100%; animation-delay:-.1s }
.eq span:nth-child(4){ height:55%; animation-delay:-.8s }
.eq span:nth-child(5){ height:85%; animation-delay:-.35s }
.eq span:nth-child(6){ height:46%; animation-delay:-.65s }
@keyframes eqBounce { 0%,100%{ transform: scaleY(.35) } 50%{ transform: scaleY(1) } }
@media (max-width: 760px){ .eq { display:none } }

/* 1 · waveform divider */
.wave-divider { line-height:0; color: var(--green); overflow: hidden; padding: 6px 0; }
.wave-divider svg { display:block; width:200%; height:40px; animation: waveSlide 9s linear infinite; }
.wave-divider--blue { color: var(--blue); opacity: .6; }
@keyframes waveSlide { to { transform: translateX(-50%); } }

/* footer equalizer (motif repeat) */
.eq--footer { position: static; margin-top: 18px; height: 34px; opacity: .8; }

/* 3 · 3D parallax background shapes in the hero */
.scene { position:absolute; inset:0; z-index:0; pointer-events:none; }
.shape { position:absolute; will-change: transform; transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.shape__inner { will-change: transform; filter: blur(.4px); }
.shape-a { top:12%; right:9%; }
.shape-b { bottom:16%; right:24%; }
.shape-c { top:34%; right:33%; }
.shape-d { top:62%; right:5%; }
.disc { width:118px; height:118px; border-radius:50%; opacity:.55;
  background: radial-gradient(circle at 50% 50%, #fff 0 7%, var(--blue) 8% 11%, #17171b 12% 45%, var(--blue-dark) 46% 49%, #17171b 50% 100%);
  box-shadow: 0 26px 60px -22px rgba(0,0,0,.5); animation: spin3d 16s linear infinite; }
.disc--sm { width:66px; height:66px; }
.ring { width:150px; height:150px; border-radius:50%; border:11px solid var(--green); opacity:.5; animation: float3d 9s ease-in-out infinite; }
.slab { width:92px; height:92px; border-radius:26px; opacity:.4; background: linear-gradient(150deg, var(--blue), var(--green)); box-shadow: 0 24px 50px -20px rgba(67,88,241,.5); animation: float3d 12s ease-in-out infinite reverse; }
@keyframes spin3d { to { transform: rotate(360deg); } }
@keyframes float3d { 0%,100%{ transform: translateY(0) rotate(-6deg); } 50%{ transform: translateY(-20px) rotate(6deg); } }
@media (max-width: 820px){ .scene { display:none; } }

/* 4 · 3D card tilt (JS sets the transform; keep transition for smooth reset) */
.cards { perspective: 1000px; }
.card { transform-style: preserve-3d; }

/* 2 · scroll reveal — transition-based (never freezes invisible in a throttled/
   backgrounded tab); JS removes the class after so it never slows card hover */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* 4 · card cursor spotlight + button press + badge float */
.card { position: relative; }
.card::before { content:""; position:absolute; inset:0; border-radius:inherit; z-index:0; opacity:0; transition:opacity .3s ease; pointer-events:none;
  background: radial-gradient(240px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.16), transparent 60%); }
.card:hover::before { opacity:1; }
.card > * { position: relative; z-index: 1; }
.btn:active { transform: translateY(0) scale(.97); }
.card__tag { animation: badgeFloat 2.6s ease-in-out infinite; }
@keyframes badgeFloat { 0%,100%{ transform: translateX(-50%) translateY(0) } 50%{ transform: translateX(-50%) translateY(-4px) } }

/* 7 · submit celebration sparks */
.spark { position: fixed; width: 9px; height: 9px; border-radius: 2px; z-index: 150; pointer-events: none; }

/* ============================================================
   Section depth & interactivity (kept subtle so CTAs stay dominant)
   ============================================================ */
.how, .why, .packages, .proof, .testimonials { position: relative; overflow: hidden; }
.how > .container, .why > .container, .packages > .container,
.proof > .container, .testimonials > .container { position: relative; z-index: 1; }

/* subtle "living" section background — drifting orbs + optional video layer */
.sec-fx { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.sec-fx__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; mix-blend-mode: multiply; }
.sec-fx.has-video .sec-fx__video { opacity: .14; }
.orb { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .16; will-change: transform; }
.orb--blue { background: var(--blue); }
.orb--green { background: var(--green); }
.packages .orb { opacity: .28; }
@keyframes orbDrift {
  0%,100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(4%,-6%) scale(1.08); }
  66% { transform: translate(-5%,4%) scale(.94); }
}

/* studio-themed line-art background motifs (vinyl, note, play, wave, headphones, eq) */
.motif { position: absolute; color: var(--blue); opacity: .10; pointer-events: none; will-change: transform; }
.motif--green { color: var(--green); opacity: .16; }
.motif--blue { color: var(--blue); opacity: .11; }
.motif--spin { animation: spin3d 28s linear infinite; }
.motif--float { animation: motifFloat 8s ease-in-out infinite; }
@keyframes motifFloat { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-14px) rotate(4deg); } }
@media (max-width: 640px) { .motif { display: none; } }

/* packages (dark): soft glow + faint ring behind the cards */
.packages::before { content:""; position:absolute; top:-220px; right:-160px; width:640px; height:640px; border-radius:50%; z-index:0; pointer-events:none;
  background: radial-gradient(circle, rgba(67,88,241,.45), transparent 68%); filter: blur(30px); }
.packages::after { content:""; position:absolute; bottom:-70px; left:-60px; width:220px; height:220px; border-radius:50%; z-index:0; pointer-events:none;
  border: 12px solid rgba(155,234,145,.12); }

/* how / why: faint floating motif shapes */
.how::before { content:""; position:absolute; top:10%; right:5%; width:120px; height:120px; border-radius:50%; z-index:0; pointer-events:none;
  border: 10px solid rgba(67,88,241,.08); animation: float3d 12s ease-in-out infinite; }
.why::before { content:""; position:absolute; bottom:8%; left:4%; width:150px; height:150px; border-radius:50%; z-index:0; pointer-events:none;
  background: radial-gradient(circle, rgba(67,88,241,.12), transparent 70%); filter: blur(6px); animation: float3d 14s ease-in-out infinite reverse; }

/* how-it-works flow connector line */
.steps { position: relative; }
.flowline { position:absolute; top:56px; left:16%; right:16%; height:2px; z-index:0; pointer-events:none; opacity:.55;
  background: repeating-linear-gradient(90deg, var(--green) 0 10px, transparent 10px 22px); }
@media (max-width: 820px){ .flowline { display:none; } }

/* subtle cursor spotlight on step + why cards (lighter than package cards, no tilt) */
.step, .why__item { position: relative; overflow: hidden; }
.step::before, .why__item::before { content:""; position:absolute; inset:0; z-index:0; opacity:0; transition:opacity .3s ease; pointer-events:none;
  background: radial-gradient(200px circle at var(--mx,50%) var(--my,50%), rgba(67,88,241,.09), transparent 60%); }
.step:hover::before, .why__item:hover::before { opacity:1; }
.step > *, .why__item > * { position: relative; z-index: 1; }

/* icon lift on hover */
.step__ico, .why__ico { transition: transform .25s ease; }
.step:hover .step__ico, .why__item:hover .why__ico { transform: translateY(-4px) scale(1.06); }

/* ---- real photography ---- */
.playback__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.step__img { display: block; width: calc(100% + 52px); margin: -32px -26px 20px; height: 152px; object-fit: cover; }

/* ---- reduced motion: keep everything visible & still ---- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; }
  .hero__title .hl::after { transform: scaleX(1) !important; }
  .hero__inner > * { opacity: 1 !important; transform: none !important; }
  .preloader { display: none !important; }
  .scrollbar { display: none; }
}
