/* =========================================================
   FORMAÇÃO PERSONAL CHEF — Escola Fran Tonello
   Landing page styles (standalone, no build step)
   ========================================================= */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue/BebasNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Moderno FB";
  src: url("../fonts/moderno_fb/ModernoFB-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Moderno FB";
  src: url("../fonts/moderno_fb/FB Moderno Font Family/ModernoFB-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ---------- Design tokens (brand) ---------- */
:root {
  /* Brand greens, derived from the avocado logo */
  --green-deep: oklch(0.32 0.07 165);     /* dark forest green */
  --green-deep-2: oklch(0.26 0.06 165);   /* near-black green */
  --green-mid: oklch(0.7126 0.1415 131.27);
  --lime: oklch(0.8730 0.1557 113.59);
  --lime-soft: oklch(0.95 0.06 115);
  --peach: oklch(0.8707 0.0621 37);
  --peach-soft: oklch(0.95 0.03 45);

  --ink: oklch(0.20 0.02 165);
  --body: oklch(0.36 0.015 165);
  --muted: oklch(0.55 0.01 165);
  --cream: oklch(0.985 0.008 95);
  --white: oklch(1 0 0);
  --line: oklch(0.90 0.01 130);

  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 10px oklch(0.32 0.07 165 / 0.08);
  --shadow-md: 0 14px 40px oklch(0.32 0.07 165 / 0.12);
  --shadow-lg: 0 30px 70px oklch(0.32 0.07 165 / 0.18);

  --maxw: 1140px;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-serif: "Moderno FB", Georgia, serif;
  --font-body: "Poppins", system-ui, sans-serif;
}

/* ---------- Reset / base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 17.5px; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--body);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { color: var(--ink); margin: 0; line-height: 1.05; }

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

/* ---------- Display headings ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.95;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-deep);
  background: oklch(0.7126 0.1415 131.27 / 0.16);
  padding: 8px 18px;
  border-radius: 999px;
  margin: 0 0 18px;
}
.section--deep .eyebrow {
  color: var(--lime);
  background: oklch(0.8730 0.1557 113.59 / 0.14);
}

.section {
  padding-block: clamp(64px, 9vw, 120px);
}

.section--cream { background: var(--cream); }
.section--mint {
  background:
    radial-gradient(90% 120% at 100% 0%, oklch(0.7126 0.1415 131.27 / 0.12), transparent 55%),
    linear-gradient(180deg, oklch(0.965 0.025 150), oklch(0.985 0.012 120));
}
.section--deep {
  background:
    radial-gradient(120% 100% at 100% 0%, oklch(0.36 0.07 160 / 0.6), transparent 60%),
    var(--green-deep-2);
  color: oklch(0.92 0.02 120);
}
.section--deep h2,
.section--deep h3 { color: var(--white); }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.section-head p { color: var(--body); font-size: 1.22rem; line-height: 1.55; margin: 18px 0 0; }
.section--deep .section-head p { color: oklch(0.85 0.02 120); }

/* serif emphasis */
.serif { font-family: var(--font-serif); font-style: italic; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--green-deep);
  --btn-fg: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-align: center;
  padding: 18px 34px;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: var(--shadow-md);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn:active { transform: translateY(0); }

.btn--lime {
  --btn-bg: var(--lime);
  --btn-fg: oklch(0.30 0.07 165);
  font-weight: 700;
}
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--green-deep);
  box-shadow: none;
  border: 1.5px solid oklch(0.32 0.07 165 / 0.25);
}
.btn--ghost:hover { box-shadow: var(--shadow-sm); background: oklch(0.32 0.07 165 / 0.04); }
.btn--lg { padding: 22px 44px; font-size: 1.12rem; }
.btn--block { width: 100%; }

.btn .arrow { transition: transform 0.18s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(1 0 0 / 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 14px;
}
.topbar__logo img { height: 56px; width: auto; }
.topbar .btn { padding: 12px 24px; font-size: 0.92rem; box-shadow: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(90% 120% at 85% -10%, oklch(0.8730 0.1557 113.59 / 0.35), transparent 55%),
    radial-gradient(80% 90% at 0% 110%, oklch(0.7126 0.1415 131.27 / 0.18), transparent 60%),
    var(--cream);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding-block: clamp(56px, 8vw, 96px);
}
.hero__title {
  font-size: clamp(3rem, 7vw, 5.4rem);
  margin: 18px 0 0;
}
.hero__title span { color: var(--green-mid); }
.hero__sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  color: var(--green-deep);
  margin: 14px 0 0;
}
.hero__text {
  font-size: 1.12rem;
  color: var(--body);
  margin: 26px 0 34px;
  max-width: 46ch;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__trust {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.92rem;
  color: var(--muted);
}
.hero__trust strong { color: var(--green-deep); }

.hero__media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--white);
}

/* ---------- Placeholder media ---------- */
.ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  width: 100%;
  height: 100%;
  color: oklch(0.45 0.04 150);
  background:
    repeating-linear-gradient(45deg, oklch(0.95 0.04 120 / 0.6) 0 14px, oklch(0.92 0.05 120 / 0.6) 14px 28px);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 20px;
}
.ph__icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-size: 1.5rem;
  color: var(--green-mid);
}
.ph small { opacity: 0.7; font-weight: 400; }

/* ---------- Video block ---------- */
.video-wrap {
  max-width: 860px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid oklch(1 0 0 / 0.1);
  position: relative;
}
.video-wrap vturb-smartplayer { border-radius: 22px; overflow: hidden; }
.video-wrap .play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--lime);
  display: grid; place-items: center;
  color: var(--green-deep-2);
  box-shadow: 0 0 0 0 oklch(0.8730 0.1557 113.59 / 0.5);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 oklch(0.8730 0.1557 113.59 / 0.5); }
  70% { box-shadow: 0 0 0 26px oklch(0.8730 0.1557 113.59 / 0); }
  100% { box-shadow: 0 0 0 0 oklch(0.8730 0.1557 113.59 / 0); }
}

/* ---------- Pain block ---------- */
.pain {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

/* Quote card */
.pain__quote-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 64px);
  border-radius: 26px;
  background:
    radial-gradient(120% 120% at 0% 0%, oklch(0.8730 0.1557 113.59 / 0.45), transparent 60%),
    linear-gradient(160deg, var(--lime-soft), oklch(1 0 0));
  border: 1px solid oklch(0.7126 0.1415 131.27 / 0.25);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.pain__quote-wrap::before {
  content: "“";
  position: absolute;
  top: clamp(-30px, -2vw, -10px);
  left: 18px;
  font-family: Georgia, serif;
  font-size: clamp(9rem, 18vw, 16rem);
  line-height: 1;
  color: oklch(0.7126 0.1415 131.27 / 0.18);
  pointer-events: none;
}
.pain__label {
  position: relative;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin: 0 0 18px;
}
.pain__quote {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6.5vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--green-deep);
  text-transform: uppercase;
  margin: 0;
}
.pain__quote .accent { color: var(--green-mid); display: block; }

/* Explanation column */
.pain__body { display: flex; flex-direction: column; justify-content: center; }
.pain__body p { font-size: 1.1rem; margin: 0; }
.pain__body p + p { margin-top: 18px; }
.pain__highlight {
  margin-top: 26px !important;
  padding-left: 22px;
  border-left: 4px solid var(--lime);
  font-size: 1.22rem !important;
  font-weight: 600;
  color: var(--green-deep) !important;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .pain { grid-template-columns: 1fr; }
}

/* ---------- Two-column "para quem" ---------- */
.audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.audience-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.audience-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: var(--green-mid);
}
.audience-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.audience-card h3 {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.7rem;
  color: var(--green-deep);
  margin-bottom: 22px;
}
.audience-card.is-pro { border-color: oklch(0.7126 0.1415 131.27 / 0.4); background: linear-gradient(180deg, var(--lime-soft), var(--white)); }
.audience-card.is-pro::before { background: var(--lime); }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.08rem; color: var(--body); }
.check-list li::before {
  content: "";
  flex: none;
  margin-top: 4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--green-mid) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 13px no-repeat;
}

/* ---------- Outcomes (conquista) ---------- */
.outcomes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.outcome {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--green-mid);
  border-radius: var(--radius);
  padding: 28px 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.outcome:nth-child(even) { border-left-color: var(--peach); }
.outcome:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.outcome__emoji {
  font-size: 1.6rem;
  flex: none;
  line-height: 1;
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--lime-soft);
}
.outcome:nth-child(even) .outcome__emoji { background: var(--peach-soft); }
.outcome p { margin: 0; color: var(--body); font-size: 1.1rem; line-height: 1.5; }
.outcome p strong { color: var(--green-deep); }

/* ---------- Curriculum ---------- */
.modules { display: grid; gap: 16px; max-width: 880px; margin: 0 auto; }
.module {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.module:hover { border-color: var(--green-mid); transform: translateX(4px); box-shadow: var(--shadow-md); background: linear-gradient(100deg, var(--lime-soft), var(--white)); }
.module__num {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  color: var(--lime);
  -webkit-text-stroke: 1px var(--green-mid);
  min-width: 60px;
}
.module h3 { font-size: 1.3rem; color: var(--green-deep); margin-bottom: 6px; }
.module p { margin: 0; color: var(--body); font-size: 1.04rem; line-height: 1.45; }
.module.is-bonus { background: linear-gradient(120deg, var(--peach-soft), var(--white)); border-color: oklch(0.8707 0.0621 37 / 0.5); }
.module.is-bonus .module__num { color: var(--peach); -webkit-text-stroke: 1px oklch(0.7 0.08 45); }

/* ---------- Recipe / photo grid ---------- */
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.grid-gallery .ph { aspect-ratio: 1; border-radius: var(--radius-sm); }
.grid-gallery.students .ph { aspect-ratio: 3 / 4; }

/* image cell with hover zoom */
.g-cell {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.grid-gallery.students .g-cell { aspect-ratio: 3 / 4; }
.g-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.g-cell:hover img { transform: scale(1.08); }
.g-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, oklch(0.32 0.07 165 / 0.18));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.g-cell:hover::after { opacity: 1; }

/* photo fills any framed media (hero, fran, cert) */
.frame-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fran__photo .frame-img { object-position: center 25%; }
.hero__img { object-position: center 18%; }

/* ---------- Comunidade ---------- */
.community {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 56px;
  align-items: center;
}
.community__list {
  list-style: none;
  margin: 26px 0 34px;
  display: grid;
  gap: 14px;
}
.community__list li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.5;
}
.community__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23184a36' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.community__list strong { color: var(--green-deep); }

/* WhatsApp mockup */
.wa {
  max-width: 420px;
  margin-inline: auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #ECE5DD;
  transition: transform 0.4s ease;
}
.wa__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--green-deep);
  padding: 14px 16px;
}
.wa__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lime);
  display: grid; place-items: center;
  font-size: 1.35rem;
  flex: none;
}
.wa__meta { flex: 1; min-width: 0; }
.wa__meta strong { display: block; color: #fff; font-size: 1rem; line-height: 1.2; }
.wa__meta span { font-size: 0.78rem; color: oklch(0.9 0.06 135); }
.wa__avatars { display: flex; flex: none; }
.wa__avatars img {
  width: 30px; height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--green-deep);
  margin-left: -10px;
}
.wa__body {
  padding: 16px 14px;
  display: grid;
  gap: 9px;
  background-color: #ECE5DD;
}
.wa__day { text-align: center; margin-bottom: 2px; }
.wa__day span {
  background: oklch(1 0 0 / 0.7);
  color: #5b6b62;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 8px;
}
.wa__msg {
  max-width: 82%;
  width: fit-content;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  border-top-left-radius: 2px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #1f2a24;
  box-shadow: 0 1px 1px oklch(0 0 0 / 0.12);
}
.wa__msg--me {
  margin-left: auto;
  background: #D9FDD3;
  border-top-left-radius: 10px;
  border-top-right-radius: 2px;
}
.wa__name {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green-mid);
  margin-bottom: 2px;
}
.wa__input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin: 0 12px 14px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #9aa39d;
  font-size: 0.88rem;
}
.wa__input i { color: var(--green-deep); font-style: normal; }

/* ============================================================
   BLOCOS VISUAIS (imagens) — galerias, colagem, redes, prints
   ============================================================ */

/* Placeholder de imagem (enquanto a foto real não é enviada) */
.media-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  padding: 20px;
  color: var(--green-deep);
  background:
    repeating-linear-gradient(45deg, oklch(0.95 0.045 130 / 0.7) 0 16px, oklch(0.91 0.06 130 / 0.7) 16px 32px);
  border: 2px dashed oklch(0.7126 0.1415 131.27 / 0.55);
  border-radius: var(--radius);
}
.media-ph .ico { font-size: 1.9rem; line-height: 1; }
.media-ph b { font-size: 0.95rem; }
.media-ph code {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.74rem;
  background: oklch(0.32 0.07 165 / 0.1);
  padding: 3px 8px;
  border-radius: 6px;
  color: var(--green-deep);
}

/* ---------- Colagem bento da prova social ---------- */
.proof-collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 12px;
  margin: 0 auto 8px;
  max-width: 920px;
}
.proof-collage figure { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: var(--shadow-md); }
.proof-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.proof-collage figure:hover img { transform: scale(1.06); }
.proof-collage .pc-tall { grid-row: span 2; }
.proof-collage .pc-wide { grid-column: span 2; }
.proof-collage .pc-stat {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: radial-gradient(120% 90% at 50% 0%, oklch(0.8730 0.1557 113.59 / 0.25), transparent), var(--green-deep);
  color: var(--white);
  border: 1px solid oklch(1 0 0 / 0.12);
  text-align: center;
  padding: 16px;
}
.proof-collage .pc-stat b {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  color: var(--lime);
  line-height: 0.85;
}
.proof-collage .pc-stat span { font-size: 0.92rem; color: oklch(0.9 0.02 120); }

/* ---------- Carrossel full-width (pratos das alunas) ---------- */
.aluna-marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  padding-block: 6px 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.aluna-marquee__track {
  display: flex;
  gap: 8px;
  width: max-content;
  padding-inline: 7px;
  animation: marquee 60s linear infinite;
}
.aluna-marquee:hover .aluna-marquee__track { animation-play-state: paused; }
.aluna-item {
  flex: none;
  width: clamp(220px, 22vw, 300px);
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
  transition: transform 0.35s ease;
}
.aluna-item:hover { transform: translateY(-6px); z-index: 2; }
.aluna-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.aluna-item:hover img { transform: scale(1.06); }
.aluna-item--45 { aspect-ratio: 9 / 16; }

/* ---------- Mockup "story": pratos fotografados e enviados pelas alunas ---------- */
.aluna-item--story { isolation: isolate; }
.aluna-item--story::after {
  content: "";
  position: absolute; inset: 0;
  z-index: 1; pointer-events: none;
  background: linear-gradient(
    180deg,
    oklch(0.2 0.02 165 / 0.5) 0%,
    transparent 22%,
    transparent 56%,
    oklch(0.2 0.02 165 / 0.72) 100%
  );
}
.ai-bar {
  position: absolute; top: 9px; left: 11px; right: 11px;
  height: 3px; border-radius: 3px;
  background: oklch(1 0 0 / 0.4); z-index: 2; overflow: hidden;
}
.ai-bar::before {
  content: ""; position: absolute; inset: 0 auto 0 0;
  width: 38%; background: var(--white); border-radius: 3px;
}
.ai-head {
  position: absolute; top: 19px; left: 12px; right: 12px;
  display: flex; align-items: center; gap: 8px; z-index: 2;
}
.ai-av {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center; font-style: normal;
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.02em;
  color: var(--white);
  background: linear-gradient(135deg, var(--lime), var(--green-mid));
  box-shadow: 0 0 0 2px var(--white), 0 0 0 3.5px oklch(1 0 0 / 0.35);
}
.ai-id { display: flex; flex-direction: column; line-height: 1.15; color: var(--white); min-width: 0; }
.ai-id b { font-size: 0.8rem; font-weight: 700; text-shadow: 0 1px 5px oklch(0 0 0 / 0.55); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ai-id small { font-size: 0.62rem; opacity: 0.85; text-shadow: 0 1px 4px oklch(0 0 0 / 0.55); }
.ai-cap {
  position: absolute; left: 13px; right: 13px; bottom: 14px; z-index: 2;
  color: var(--white); font-size: 0.92rem; font-weight: 600;
  text-shadow: 0 1px 6px oklch(0 0 0 / 0.6);
}
.aluna-marquee--rev .aluna-marquee__track { animation-direction: reverse; }

/* ---------- Grade genérica de fotos (pratos das alunas / bastidores) ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.photo-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.photo-grid figure { margin: 0; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; }
.photo-grid figure.tall { aspect-ratio: 1 / 1.3; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.photo-grid figure:hover img { transform: scale(1.06); }

/* ---------- Cards estilo Instagram ---------- */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.insta-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.insta-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.insta-card__top { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.insta-card__avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; background: var(--lime-soft); flex: none; }
.insta-card__handle { font-weight: 600; font-size: 0.9rem; color: var(--ink); line-height: 1.2; }
.insta-card__handle small { display: block; font-weight: 400; color: var(--muted); font-size: 0.78rem; }
.insta-card__media { aspect-ratio: 1; position: relative; }
.insta-card__media img { width: 100%; height: 100%; object-fit: cover; }
.insta-card__bar { display: flex; gap: 14px; padding: 10px 14px 4px; font-size: 1.1rem; }
.insta-card__cap { padding: 0 14px 14px; font-size: 0.86rem; color: var(--body); line-height: 1.4; }
.insta-card__cap b { color: var(--ink); }

/* ---------- Depoimentos em print (masonry) ---------- */
.prints {
  columns: 3;
  column-gap: 16px;
}
.prints figure {
  margin: 0 0 16px;
  break-inside: avoid;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  background: var(--white);
}
.prints img { width: 100%; display: block; }

/* ---------- Faixa de impacto full-bleed ---------- */
.impact-band {
  position: relative;
  min-height: clamp(360px, 52vw, 560px);
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}
.impact-band img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.impact-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, oklch(0.26 0.06 165 / 0.45), oklch(0.26 0.06 165 / 0.72));
  z-index: 1;
}
.impact-band__inner { position: relative; z-index: 2; padding: 40px 24px; max-width: 900px; }
.impact-band h2 {
  color: var(--white);
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6.5vw, 4.6rem);
  line-height: 0.95;
}
.impact-band h2 span { color: var(--lime); }
.impact-band p { color: oklch(0.92 0.02 120); font-size: 1.2rem; margin: 18px auto 28px; max-width: 580px; }

/* ---------- Calculadora ROI ---------- */
.calc {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  max-width: 900px;
  margin: 0 auto;
  background: oklch(1 0 0 / 0.05);
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: var(--radius);
  overflow: hidden;
}
.calc__controls { padding: 38px 34px; display: grid; gap: 30px; }
.calc__field { display: grid; gap: 8px; }
.calc__field label { color: oklch(0.94 0.02 120); font-weight: 600; font-size: 1rem; line-height: 1.35; }
.calc__val {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--lime);
  line-height: 1;
}
.calc__field input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.18);
  outline: none;
}
.calc__field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--lime);
  cursor: pointer;
  border: 3px solid var(--green-deep);
  box-shadow: 0 2px 8px oklch(0 0 0 / 0.35);
}
.calc__field input[type="range"]::-moz-range-thumb {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--lime);
  cursor: pointer;
  border: 3px solid var(--green-deep);
}
.calc__scale { display: flex; justify-content: space-between; font-size: 0.78rem; color: oklch(0.8 0.02 120); }
.calc__result {
  padding: 38px 30px;
  background: radial-gradient(120% 90% at 50% 0%, oklch(0.8730 0.1557 113.59 / 0.16), transparent 70%), oklch(1 0 0 / 0.04);
  border-left: 1px solid oklch(1 0 0 / 0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.calc__big {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 11vw, 6rem);
  color: var(--lime);
  line-height: 0.85;
}
.calc__result p { color: var(--white); font-size: 1.05rem; margin: 0; }
.calc__result strong { color: var(--lime); }
.calc__sub { color: oklch(0.85 0.02 120) !important; font-size: 0.9rem !important; margin-top: 10px !important; }

/* ---------- Social proof ---------- */
.proof-stat {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 9vw, 6rem);
  color: var(--lime);
  line-height: 0.9;
}
.tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 22px; }
.tag {
  font-size: 0.86rem;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.08);
  border: 1px solid oklch(1 0 0 / 0.18);
  color: oklch(0.92 0.02 120);
}

/* ---------- Certificate ---------- */
.cert {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.cert__badge {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

/* ---------- About Fran ---------- */
.fran { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.fran__photo {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--white);
}
.fran__text p { font-size: 1.08rem; }
.fran__text p + p { margin-top: 16px; }

/* ---------- Offer ---------- */
.offer-card {
  max-width: 620px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 26px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--line);
}
.offer-card__head {
  background: var(--green-deep-2);
  color: var(--white);
  text-align: center;
  padding: 36px 30px 30px;
}
.offer-card__head .display { font-size: clamp(2rem, 5vw, 2.8rem); color: var(--white); }
.offer-card__head p { color: oklch(0.85 0.03 120); margin: 8px 0 0; font-size: 0.98rem; }
.offer-card__body { padding: 30px clamp(24px, 5vw, 44px) 34px; }

.includes-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin: 0 0 16px;
  text-align: center;
}
.includes { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 12px; }
.includes li { display: flex; gap: 12px; align-items: center; font-size: 1.02rem; color: var(--ink); }
.includes li::before {
  content: "";
  flex: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23184a36' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.includes li strong { font-weight: 600; }

/* Price block */
.price {
  text-align: center;
  margin: 0 0 22px;
  padding: 24px clamp(14px, 4vw, 30px);
  border-radius: 18px;
  background: linear-gradient(160deg, var(--lime-soft), oklch(1 0 0));
  border: 1px solid oklch(0.7126 0.1415 131.27 / 0.22);
}
.price__label { font-size: 0.92rem; color: var(--muted); margin: 0; letter-spacing: 0.03em; }
.price__main {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 11vw, 5rem);
  color: var(--green-deep);
  line-height: 0.92;
  margin: 4px 0 0;
}
.price__main .cur { font-size: 0.42em; vertical-align: 0.55em; color: var(--green-mid); margin-right: 5px; }
.price__main small { font-size: 0.3em; vertical-align: 0.95em; color: var(--muted); font-family: var(--font-body); font-weight: 600; }
.price__cash { font-size: 1rem; color: var(--body); margin: 8px 0 0; }
.price__cash strong { color: var(--green-deep); }
.price__perday {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--green-deep);
  color: var(--lime);
  font-weight: 600;
  font-size: 0.86rem;
}

/* Trust badges under CTA */
.pay-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.84rem;
}
.pay-row span { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Guarantee ---------- */
.guarantee {
  display: flex;
  gap: 28px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 36px;
  box-shadow: var(--shadow-sm);
}
.guarantee__seal {
  flex: none;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, var(--lime), var(--green-mid));
  color: var(--green-deep-2);
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-display);
  line-height: 0.9;
  box-shadow: var(--shadow-md);
}
.guarantee__seal b { display: block; font-size: 2.6rem; }
.guarantee__seal span { font-size: 0.9rem; }
.guarantee h3 { font-size: 1.4rem; margin-bottom: 8px; }
.guarantee p { margin: 0; color: var(--muted); }

/* ---------- Final CTA ---------- */
.final {
  text-align: center;
  background:
    radial-gradient(80% 120% at 50% -10%, oklch(0.8730 0.1557 113.59 / 0.25), transparent 60%),
    var(--green-deep-2);
  color: var(--white);
}
.final h2 { font-size: clamp(2.6rem, 7vw, 5rem); color: var(--white); }
.final p { max-width: 620px; margin: 20px auto 36px; color: oklch(0.88 0.02 120); font-size: 1.1rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 14px; }
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 4px 26px;
  box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: var(--green-deep);
  font-size: 1.05rem;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--green-mid);
  transition: transform 0.2s ease;
  line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 22px; color: var(--muted); }

/* ---------- Help / atendimento ---------- */
.help { text-align: center; }
.help h3 { font-size: 1.6rem; margin-bottom: 10px; }
.help p { color: var(--muted); margin: 0 auto 26px; max-width: 480px; }

/* ---------- Footer ---------- */
.footer {
  background: var(--green-deep-2);
  color: oklch(0.8 0.02 120);
  padding-block: 48px;
  text-align: center;
}
.footer img { height: 40px; margin: 0 auto 18px; }
.footer p { margin: 4px 0; font-size: 0.88rem; }
.footer a { color: var(--lime); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: oklch(1 0 0 / 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  display: none;
}
.sticky-cta .btn { width: 100%; padding: 16px; }

/* =========================================================
   MOTION SYSTEM
   ========================================================= */

/* ---------- Reveal animation (directional + stagger) ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal[data-reveal="left"]  { transform: translateX(-44px); }
.reveal[data-reveal="right"] { transform: translateX(44px); }
.reveal[data-reveal="scale"] { transform: scale(0.92); }
.reveal[data-reveal="blur"]  { filter: blur(10px); }
.reveal.in {
  opacity: 1;
  transform: none;
  filter: none;
}

/* Stagger children: add .stagger to a parent, each child fades in sequence */
.stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > *:nth-child(1)  { transition-delay: 0.05s; }
.stagger.in > *:nth-child(2)  { transition-delay: 0.12s; }
.stagger.in > *:nth-child(3)  { transition-delay: 0.19s; }
.stagger.in > *:nth-child(4)  { transition-delay: 0.26s; }
.stagger.in > *:nth-child(5)  { transition-delay: 0.33s; }
.stagger.in > *:nth-child(6)  { transition-delay: 0.40s; }
.stagger.in > *:nth-child(7)  { transition-delay: 0.47s; }
.stagger.in > *:nth-child(8)  { transition-delay: 0.54s; }
.stagger.in > *:nth-child(9)  { transition-delay: 0.61s; }
.stagger.in > *:nth-child(10) { transition-delay: 0.68s; }
.stagger.in > *:nth-child(11) { transition-delay: 0.75s; }

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

/* ---------- Header shrink on scroll ---------- */
.topbar { transition: padding 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; }
.topbar.is-scrolled { box-shadow: 0 6px 24px oklch(0.32 0.07 165 / 0.08); }
.topbar.is-scrolled .topbar__inner { padding-block: 9px; }
.topbar.is-scrolled .topbar__logo img { height: 46px; }
.topbar__logo img { transition: height 0.3s ease; }

/* ---------- Floating decorative blobs (hero) ---------- */
.hero { isolation: isolate; }
.blob {
  position: absolute;
  border-radius: 46% 54% 60% 40% / 55% 45% 55% 45%;
  filter: blur(2px);
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
  animation: floaty 9s ease-in-out infinite;
}
.blob--lime  { width: 240px; height: 240px; background: var(--lime); top: -60px; right: 8%; opacity: 0.35; animation-duration: 11s; }
.blob--green { width: 180px; height: 180px; background: var(--green-mid); bottom: -40px; left: -30px; opacity: 0.22; animation-duration: 13s; animation-delay: -3s; }
.blob--peach { width: 130px; height: 130px; background: var(--peach); top: 40%; right: -20px; opacity: 0.35; animation-duration: 8s; animation-delay: -1.5s; }

@keyframes floaty {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33%      { transform: translate(18px, -22px) rotate(8deg); }
  66%      { transform: translate(-14px, 14px) rotate(-6deg); }
}

/* Floating avocado glyphs scattered subtly */
.floaty-emoji {
  position: absolute;
  z-index: -1;
  opacity: 0.18;
  font-size: 2.2rem;
  pointer-events: none;
  animation: floaty 10s ease-in-out infinite;
}

/* ---------- Tilt / interactive cards ---------- */
[data-tilt] {
  transform-style: preserve-3d;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
  will-change: transform;
}
[data-tilt] > * { transform: translateZ(0); }

/* ---------- Button shine + magnetic ---------- */
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, oklch(1 0 0 / 0.45), transparent);
  transform: skewX(-18deg);
  z-index: 1;
  transition: left 0.6s ease;
}
.btn:hover::after { left: 130%; }
.btn--lime::after { background: linear-gradient(100deg, transparent, oklch(1 0 0 / 0.7), transparent); }

/* ---------- Animated gradient text (key headings) ---------- */
.text-shimmer {
  background: linear-gradient(100deg, var(--green-mid) 0%, var(--lime) 30%, var(--green-mid) 60%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 5s linear infinite;
}
@keyframes shimmer { to { background-position: 220% center; } }

/* ---------- Pulsing CTA glow ---------- */
.btn--pulse { animation: ctaGlow 2.6s ease-in-out infinite; }
@keyframes ctaGlow {
  0%, 100% { box-shadow: var(--shadow-md); }
  50%      { box-shadow: 0 14px 44px oklch(0.8730 0.1557 113.59 / 0.55); }
}

/* ---------- Marquee (community tags) ---------- */
.marquee {
  overflow: hidden;
  margin-top: 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Dish marquee (receitas) ---------- */
.dish-marquee {
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  padding-block: 16px 26px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.dish-marquee__track {
  display: flex;
  gap: 8px;
  width: max-content;
  padding-inline: 7px;
  animation: marquee 48s linear infinite;
}
.dish-marquee:hover .dish-marquee__track { animation-play-state: paused; }
.dish-item {
  flex: none;
  width: clamp(200px, 19vw, 255px);
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
  transition: transform 0.35s ease;
}
.dish-item:hover { transform: translateY(-6px); z-index: 2; }
.dish-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.dish-item:hover img { transform: scale(1.06); }

/* ---------- Photo marquee (alunas formadas) ---------- */
.photo-marquee {
  overflow: hidden;
  margin-top: 48px;
  margin-inline: calc(50% - 50vw);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.photo-marquee__track {
  display: flex;
  gap: 8px;
  width: max-content;
  padding-inline: 7px;
  animation: marquee 60s linear infinite;
}
.photo-marquee:hover .photo-marquee__track { animation-play-state: paused; }
.pm-item {
  flex: none;
  width: clamp(210px, 22vw, 290px);
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 3px solid var(--white);
  position: relative;
  transition: transform 0.35s ease;
}
.pm-item:hover { transform: translateY(-6px) scale(1.02); z-index: 2; }
.pm-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Outcome / module hover lift refinements ---------- */
.outcome, .module, .audience-card, .faq details { will-change: transform; }

/* ---------- Counter ---------- */
.count { font-variant-numeric: tabular-nums; }

/* ---------- Image zoom on hover for galleries ---------- */
.grid-gallery .ph,
.hero__media .ph,
.fran__photo .ph,
.cert__badge .ph { transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.grid-gallery .ph:hover { transform: scale(1.05); }

/* ---------- Section divider wave (subtle) ---------- */
.hero__media, .fran__photo { transition: transform 0.4s ease; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto; }
  .reveal, .stagger > * { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
  .blob, .floaty-emoji { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .hero__media { aspect-ratio: 16 / 11; max-width: 560px; }
  .pain, .cert, .fran { grid-template-columns: 1fr; gap: 32px; }
  .community { grid-template-columns: 1fr; gap: 40px; }
  .community__chat { order: -1; }
  .calc { grid-template-columns: 1fr; }
  .calc__result { border-left: none; border-top: 1px solid oklch(1 0 0 / 0.12); }
  .outcomes { grid-template-columns: 1fr; }
  .grid-gallery { grid-template-columns: repeat(3, 1fr); }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .prints { columns: 2; }
  .photo-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  html { font-size: 16px; }
  .container { padding-inline: 18px; }
  .section-head p { font-size: 1.1rem; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-grid { grid-template-columns: 1fr; }
  .prints { columns: 1; }
  .proof-collage { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .proof-collage .pc-wide { grid-column: span 2; }
  .proof-collage .pc-tall { grid-row: span 1; }
  .proof-collage .pc-stat { grid-row: span 1; }
  .audience { grid-template-columns: 1fr; }
  .grid-gallery { grid-template-columns: repeat(2, 1fr); }
  .topbar .btn { display: none; }
  .guarantee { flex-direction: column; text-align: center; }
  .module { grid-template-columns: 1fr; gap: 8px; }
  .module__num { font-size: 2rem; }
  .sticky-cta { display: block; }
  body { padding-bottom: 78px; }
}
