/* =========================================================
   Masterclass Oxandrolona e Nandrolona para Mulheres
   Identidade: rosa/magenta (ref. imagem 1)
   Estrutura de cards: ref. imagem 3 (RV30)
   ========================================================= */

:root{
  /* paleta */
  --rose-50:#FFF5F8;
  --rose-100:#FCE7EF;
  --rose-200:#F6C9DA;
  --rose-300:#EFA8C4;
  --rose-400:#DA7AA0;
  --rose-500:#C4557F;
  --rose-600:#A83E68;
  --plum-700:#8A2F53;
  --plum-800:#5E1E38;
  --plum-900:#3A1224;
  --ink:#2A1520;
  --muted:#6B4E5C;
  --white:#FFFFFF;
  --green:#63C86B;
  --green-dark:#4FB158;
  --red:#D93B4B;

  --radius:20px;
  --radius-sm:14px;
  --shadow-sm:0 4px 18px rgba(58,18,36,.07);
  --shadow-md:0 18px 44px rgba(58,18,36,.14);
  --shadow-lg:0 30px 70px rgba(58,18,36,.28);

  --font-display:'Poppins','Segoe UI',Arial,sans-serif;
  --font-body:'Inter','Segoe UI',Arial,sans-serif;

  --maxw:1160px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--rose-50);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;margin:0}
p{margin:0}
a{color:inherit}

.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:22px}
.container--narrow{max-width:820px}
.center{text-align:center}

/* ---------- Botões ---------- */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--font-display);font-weight:600;font-size:15px;letter-spacing:.6px;
  padding:17px 30px;border-radius:999px;text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.btn--cta{
  background:linear-gradient(180deg,var(--green) 0%,var(--green-dark) 100%);
  color:#0E2E14;
  box-shadow:0 12px 26px rgba(79,177,88,.35);
}
.btn--cta:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(79,177,88,.45)}
.btn--cta:active{transform:translateY(0)}
.btn--block{display:flex;justify-content:center;width:100%}

/* ---------- Pill / eyebrow ---------- */
.pill{
  display:inline-flex;align-items:center;gap:9px;
  font-family:var(--font-display);font-size:clamp(11px,2.9vw,12.5px);font-weight:600;
  letter-spacing:1.2px;text-transform:uppercase;text-align:center;
  padding:8px 16px;border-radius:999px;max-width:100%;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff;
  backdrop-filter:blur(6px);
}
.pill .dot{width:8px;height:8px;border-radius:50%;background:var(--rose-300);box-shadow:0 0 0 0 rgba(239,168,196,.7);animation:ping 1.8s infinite}
@keyframes ping{70%{box-shadow:0 0 0 9px rgba(239,168,196,0)}100%{box-shadow:0 0 0 0 rgba(239,168,196,0)}}

.eyebrow{
  display:inline-block;font-family:var(--font-display);font-weight:600;
  font-size:12.5px;letter-spacing:2.2px;text-transform:uppercase;color:var(--rose-500);
  margin-bottom:14px;
}
.eyebrow--light{color:var(--rose-200)}

/* ---------- HERO ---------- */
.hero{
  position:relative;isolation:isolate;overflow:hidden;
  background:
    radial-gradient(900px 520px at 15% 8%, rgba(196,85,127,.55) 0%, rgba(196,85,127,0) 60%),
    linear-gradient(160deg,#4A1730 0%,#5E1E38 42%,#3A1224 100%);
  padding:56px 0 90px;
}
.hero__glow{
  position:absolute;inset:auto -10% -40% 40%;height:70%;
  background:radial-gradient(closest-side, rgba(239,168,196,.35), transparent 70%);
  filter:blur(20px);z-index:-1;
}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-1;opacity:.35;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(70% 60% at 50% 40%,#000,transparent);
}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.hero__logo{width:min(266px,70%);height:auto;margin-bottom:26px}
.hero__h1{
  font-size:40px;font-weight:700;
  letter-spacing:6px;color:#fff;margin:18px 0 6px;
}
.hero__h2{
  font-family:var(--font-display);font-weight:500;
  font-size:clamp(18px,2.6vw,30px);color:var(--rose-200);margin-bottom:20px;
}
.hero__h2 span{display:inline-block;color:#fff;font-weight:600}
.hero__lead{color:rgba(255,255,255,.82);font-size:16.5px;max-width:56ch}
.hero__meta{list-style:none;margin:28px 0 30px;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.hero__meta li{
  display:inline-flex;align-items:center;gap:9px;
  font-size:14px;font-weight:500;color:#fff;
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);
  padding:9px 15px;border-radius:12px;
}
.hero__meta svg{width:17px;height:17px;fill:none;stroke:var(--rose-300);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero__note{margin-top:14px;font-size:13.5px;color:rgba(255,255,255,.6)}

.hero__media{position:relative;margin:0}
.hero__media img{
  width:100%;border-radius:26px;box-shadow:var(--shadow-lg);
  border:1px solid rgba(255,255,255,.18);
  aspect-ratio:4/5;object-fit:cover;object-position:center 16%;
}
.hero__badge{
  position:absolute;left:-16px;bottom:-22px;max-width:280px;
  background:#fff;border-radius:16px;padding:14px 18px;box-shadow:var(--shadow-md);
  border-left:4px solid var(--rose-500);
}
.hero__badge strong{display:block;font-family:var(--font-display);font-size:15px;color:var(--plum-800)}
.hero__badge span{font-size:12.5px;color:var(--muted);line-height:1.45;display:block;margin-top:2px}

/* ---------- MARQUEE ---------- */
.marquee{
  background:var(--plum-900);color:var(--rose-200);
  padding:13px 0;overflow:hidden;white-space:nowrap;
  border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);
}
.marquee__track{display:inline-flex;animation:slide 32s linear infinite}
.marquee__track span{font-family:var(--font-display);font-size:13.5px;font-weight:600;letter-spacing:3px}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- SEÇÕES ---------- */
.section{padding:96px 0}
.section--light{background:var(--rose-50)}
.section--rose{background:linear-gradient(180deg,var(--rose-100) 0%,var(--rose-50) 100%)}
.section--deep{background:linear-gradient(165deg,var(--plum-700) 0%,var(--plum-800) 60%,var(--plum-900) 100%);color:#fff}
.section--offer{background:linear-gradient(160deg,var(--rose-600) 0%,var(--plum-700) 100%);color:#fff}
.section--help{background:var(--rose-200);padding:56px 0}

.section__head{max-width:840px;margin:0 auto 46px;text-align:center}
.section__head--sm{margin-top:74px}
.h2{font-size:clamp(26px,3.4vw,40px);font-weight:600;color:var(--plum-800);letter-spacing:-.4px}
.h2--sm{font-size:clamp(24px,2.8vw,34px)}
.h2--light{color:#fff}
.h2 em{font-style:normal;color:var(--rose-500)}
.h2--light em{color:var(--rose-200)}
.accent{color:var(--rose-500)}

/* ---------- Comparativo ---------- */
.compare{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;max-width:900px;margin:0 auto}
.compare__card{
  position:relative;background:#fff;border:1px solid var(--rose-200);
  border-radius:var(--radius);padding:26px 26px 30px;box-shadow:var(--shadow-sm);
}
.compare__card::after{content:"";position:absolute;left:26px;bottom:0;width:54px;height:4px;border-radius:4px 4px 0 0;background:var(--rose-400)}
.compare__tag{
  display:inline-block;font-family:var(--font-display);font-size:12px;font-weight:600;
  letter-spacing:1.6px;text-transform:uppercase;color:var(--rose-600);
  background:var(--rose-100);padding:6px 12px;border-radius:8px;margin-bottom:12px;
}
.compare__card p{color:var(--muted);font-size:15.5px}
.compare__vs{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--rose-300)}

.statement{
  max-width:760px;margin:44px auto 0;text-align:center;
  font-family:var(--font-display);font-size:clamp(15.5px,1.5vw,18px);line-height:1.6;color:var(--plum-800);
}
.statement strong{color:var(--rose-600)}

/* ---------- Cards (estilo ref. imagem 3) ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{
  position:relative;background:#fff;border:1px solid var(--rose-200);
  border-radius:var(--radius);padding:28px 26px 34px;box-shadow:var(--shadow-sm);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card::after{content:"";position:absolute;left:26px;bottom:0;width:56px;height:4px;border-radius:4px 4px 0 0;background:var(--rose-400);transition:width .25s ease}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--rose-300)}
.card:hover::after{width:96px}
.card__icon{
  display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;
  border-radius:14px;background:var(--rose-100);margin-bottom:16px;
}
.card__icon svg{width:23px;height:23px;fill:none;stroke:var(--rose-500);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.card h4{font-size:18px;font-weight:600;color:var(--plum-800);margin-bottom:9px}
.card p{font-size:15px;color:var(--muted)}

/* variação escura (dobra 3) */
.cards--audience{grid-template-columns:repeat(3,1fr)}
.card--dark{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(4px);box-shadow:none;padding-top:26px;
}
.card--dark::after{background:var(--rose-300)}
.card--dark p{color:rgba(255,255,255,.82)}
.card--dark strong{color:#fff}
.card--dark:hover{border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.09)}
.card__num{
  display:block;font-family:var(--font-display);font-size:30px;font-weight:700;
  color:var(--rose-300);opacity:.85;margin-bottom:10px;letter-spacing:1px;
}
.card--warn{background:rgba(217,59,75,.12);border-color:rgba(255,255,255,.2)}
.card--warn::after{background:var(--red)}
.card--warn h4{color:#fff}
.card--warn p{color:rgba(255,255,255,.85)}
.card--warn strong{color:#fff}
.card__icon--warn{background:rgba(217,59,75,.22)}
.card__icon--warn svg{stroke:#FF9AA5}

.section--deep .center{margin-top:46px}

/* ---------- Professor ---------- */
.professor{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}
.professor__media{position:relative;padding:64px 0 10px 26px}
.professor__date{
  position:absolute;left:34px;top:4px;transform:none;
  display:flex;align-items:center;gap:5px;
  font-family:var(--font-display);font-size:46px;font-weight:700;line-height:1;
  color:#1a1a1a !important;z-index:8;letter-spacing:-2px;
}
.professor__date > span{display:inline}
.professor__date-separator{display:inline !important;color:#BF5F8A !important}
.collage{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px;z-index:1}
.collage__img{
  position:absolute;border-radius:18px;box-shadow:var(--shadow-md);border:5px solid #fff;
  width:44%;height:350px;object-fit:cover;
  cursor:pointer;will-change:transform,filter,opacity;
  transition:transform .34s cubic-bezier(.2,.8,.2,1),opacity .25s ease,filter .25s ease,box-shadow .25s ease;
}
.collage__img--a{left:6%;top:12%;transform:rotate(-6deg);opacity:.92;object-position:center 26%}
.collage__img--b{left:28%;top:0;width:52%;height:390px;z-index:2;transform:rotate(1deg);object-position:center 18%}
.collage__img--c{right:2%;top:18%;transform:rotate(7deg);opacity:.92;object-position:center 32%}

.collage__img:hover,
.collage__img:focus-visible,
.collage__img.is-active{
  z-index:6;opacity:1;filter:saturate(1.05) contrast(1.02);
  transform:translateY(-12px) rotate(0deg) scale(1.075);
  box-shadow:0 26px 54px rgba(0,0,0,.22);
  outline:none;
}
.collage:has(.collage__img:hover) .collage__img:not(:hover),
.collage:has(.collage__img:focus-visible) .collage__img:not(:focus-visible){
  opacity:.58;filter:saturate(.72);
}

.professor__copy .h2{margin-bottom:22px}
.checklist{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:13px}
.checklist li{position:relative;padding-left:34px;font-size:15.5px;color:var(--muted)}
.checklist li::before{
  content:"";position:absolute;left:0;top:3px;width:21px;height:21px;border-radius:50%;
  background:var(--rose-500);
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7'/></svg>") center/13px no-repeat,
  linear-gradient(#000,#000);
  -webkit-mask-composite:xor;mask-composite:exclude;
  box-shadow:inset 0 0 0 2px var(--rose-500);
}
.checklist strong{color:var(--plum-800)}

/* ---------- Oferta ---------- */
.offer{text-align:center;display:flex;flex-direction:column;align-items:center}
.offer__logo{width:min(300px,82%);height:auto;margin-bottom:26px;
  background:#fff;border-radius:18px;padding:16px 22px;box-shadow:var(--shadow-md)}
.offer__title{font-size:clamp(24px,3vw,34px);font-weight:600;margin-bottom:30px}
.price-card{
  width:min(520px,100%);background:#fff;border-radius:26px;padding:34px 30px;
  box-shadow:var(--shadow-lg);color:var(--ink);
}
.urgency{
  display:inline-block;background:var(--red);color:#fff;
  font-family:var(--font-display);font-size:12.5px;font-weight:600;letter-spacing:1.2px;
  padding:9px 18px;border-radius:10px;margin-bottom:22px;
}
.price__from{font-size:15px;color:var(--muted)}
.price__from s{color:var(--muted)}
.price__label{font-family:var(--font-display);font-size:12.5px;font-weight:600;letter-spacing:3px;color:var(--rose-500);margin:6px 0 2px}
.price__value{font-family:var(--font-display);font-size:clamp(48px,8vw,68px);font-weight:700;color:var(--rose-600);line-height:1.05;letter-spacing:-2px}
.price__value span{font-size:.5em;letter-spacing:0}
.price__coupon{font-size:13px;color:var(--muted);margin-bottom:22px}
.price__safe{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:13px;color:var(--muted)}
.price__safe svg{width:17px;height:17px;flex-shrink:0;fill:none;stroke:var(--green-dark);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---------- FAQ ---------- */
.faq{display:grid;gap:12px}
.faq__item{
  background:#fff;border:1px solid var(--rose-200);border-radius:var(--radius-sm);
  padding:4px 22px;box-shadow:var(--shadow-sm);
}
.faq__item summary{
  list-style:none;cursor:pointer;padding:18px 34px 18px 0;position:relative;
  font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--plum-800);
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{
  content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);
  font-size:24px;font-weight:400;color:var(--rose-500);line-height:1;transition:transform .2s ease;
}
.faq__item[open] summary::after{content:"–"}
.faq__body{padding:0 0 20px;color:var(--muted);font-size:15.5px}

/* ---------- Ajuda ---------- */
.help{display:flex;flex-wrap:wrap;gap:26px;align-items:center;justify-content:space-between}
.help__copy h2{font-size:clamp(22px,2.6vw,30px);font-weight:700;color:var(--plum-800);letter-spacing:.5px}
.help__copy p{font-family:var(--font-display);font-size:18px;color:var(--rose-600);font-weight:500}
.help__actions{display:grid;gap:12px}
.help__btn{
  display:inline-flex;align-items:center;gap:10px;text-decoration:none;
  background:#fff;color:var(--plum-800);font-size:14.5px;font-weight:500;
  padding:14px 22px;border-radius:12px;box-shadow:var(--shadow-sm);
  transition:transform .18s ease,box-shadow .18s ease;
}
.help__btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.help__btn .ico-wa{fill:var(--rose-500);stroke:none}
.help__btn svg{width:19px;height:19px;flex-shrink:0;fill:none;stroke:var(--rose-500);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---------- Rodapé ---------- */
.footer{background:var(--plum-900);color:rgba(255,255,255,.6);padding:44px 0 110px;text-align:center}
.footer__logo{width:190px;height:auto;margin:0 auto 18px;opacity:.9}
.footer p{font-size:12.5px;line-height:1.8}

/* ---------- CTA fixo (mobile) ---------- */
.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;
  align-items:center;justify-content:space-between;gap:14px;
  padding:12px 16px;background:rgba(58,18,36,.96);backdrop-filter:blur(8px);
  border-top:1px solid rgba(255,255,255,.12);
}
.sticky-cta__info strong{display:block;font-family:var(--font-display);color:#fff;font-size:18px;line-height:1.1}
.sticky-cta__info span{font-size:12px;color:var(--rose-200)}
.sticky-cta .btn{padding:13px 20px;font-size:13.5px}

/* ---------- Reveal ---------- */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}

/* ---------- Responsivo ---------- */
@media (max-width:980px){
  .hero{padding:40px 0 70px}
  .hero__grid{grid-template-columns:1fr;gap:44px}
  .hero__logo{margin-inline:auto}
  .hero__copy{text-align:center}
  .hero__lead{margin-inline:auto}
  .hero__meta{justify-content:center}
  .hero__badge{left:50%;transform:translateX(-50%);bottom:-26px}
  .cards,.cards--audience{grid-template-columns:repeat(2,1fr)}
  .professor{grid-template-columns:1fr;gap:40px}
  .professor__copy{text-align:center}
  .professor__copy .checklist li{text-align:left}
  .compare{grid-template-columns:1fr;gap:14px}
  .compare__vs{justify-self:center}
}
@media (max-width:700px){
  body{font-size:16px}
  .section{padding:70px 0}
  .cards,.cards--audience{grid-template-columns:1fr}
  .hero__h1{letter-spacing:2px}
  .collage{min-height:330px}
  .professor__date{font-size:56px;left:-6px}
  .help{flex-direction:column;text-align:center}
  .help__actions{width:100%}
  .help__btn{justify-content:center}
  .sticky-cta{display:flex}
  .footer{padding-bottom:120px}
}

@media (max-width:400px){
  .container{padding-inline:16px}
  .hero__meta li{font-size:13px;padding:8px 12px}
  .urgency{font-size:11.5px;letter-spacing:.8px;padding:9px 12px}
  .btn{padding:15px 20px;font-size:13.5px}
  .sticky-cta__info span{display:none}
  .professor__date{font-size:48px}
}

@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important}
  .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}

/* ---------- Direção cromática neutra ---------- */
body{
  background:#f5f5f2;
  color:#1a1a1a;
}
body :where(h1,h2,h3,h4,h5,h6,p,a,li,span,strong,em,small,label,summary,button,figcaption,.pill,.eyebrow){
  color:#1a1a1a !important;
}

.hero{
  background:
    radial-gradient(720px 420px at 10% 5%,rgba(196,85,127,.10),transparent 64%),
    linear-gradient(145deg,#ffffff 0%,#f5f5f2 100%);
}
.hero__glow{background:radial-gradient(closest-side,rgba(196,85,127,.10),transparent 72%)}
.hero::after{
  opacity:.32;
  background-image:linear-gradient(rgba(0,0,0,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.045) 1px,transparent 1px);
}
.pill,.hero__meta li{
  background:#f1f1ee;
  border-color:#deded9;
  backdrop-filter:none;
}
.hero__media img{border-color:#e4e4df;box-shadow:0 26px 60px rgba(0,0,0,.14)}
.hero__badge{border-left-color:#1a1a1a}

.marquee{
  background:#e8e8e4;
  border-color:#d7d7d2;
}
.section--light{background:#fafaf8}
.section--rose{background:#ffffff}
.section--deep{background:#efefec}
.section--offer{background:#e9e9e5}
.section--help{background:#f1f1ee}
.h2,.h2--light,.h2 em,.h2--light em,.accent,.statement,.statement strong,
.card h4,.card p,.card--dark p,.card--dark strong,.card--warn h4,.card--warn p,.card--warn strong,
.checklist li,.checklist strong,.price__from,.price__from s,.price__label,.price__value,.price__coupon,
.price__safe,.faq__item summary,.faq__body,.help__copy h2,.help__copy p,.help__btn{
  color:#1a1a1a;
}
.card--dark,.card--warn{
  background:#ffffff;
  border-color:#deded9;
  box-shadow:var(--shadow-sm);
}
.card--dark:hover,.card--warn:hover{background:#f8f8f5;border-color:#bdbdb7}
.compare__card,.card,.price-card,.faq__item,.help__btn{border-color:#deded9}
.urgency{background:#efefec;color:#1a1a1a}
.footer{
  background:#e8e8e4;
  color:#1a1a1a;
  border-top:1px solid #d7d7d2;
}
.sticky-cta{
  background:rgba(255,255,255,.96);
  border-top-color:#d7d7d2;
  box-shadow:0 -10px 30px rgba(0,0,0,.08);
}
.sticky-cta__info strong,.sticky-cta__info span{color:#1a1a1a}
.btn--cta{color:#1a1a1a}

/* ---------- Ajustes da revisão ---------- */
.collage__img,
.collage__img--a,
.collage__img--b,
.collage__img--c,
.collage__img:hover,
.collage__img:focus-visible,
.collage__img.is-active,
.collage:has(.collage__img:hover) .collage__img:not(:hover),
.collage:has(.collage__img:focus-visible) .collage__img:not(:focus-visible){
  opacity:1 !important;
  filter:none !important;
}

.section--offer{
  background:linear-gradient(155deg,#d8d8d2 0%,#c5c5bd 100%);
}

/* Rodapé reproduzido da página de Pós-Graduação da Anabolic Academy */
.reference-footer{
  background:
    radial-gradient(720px 320px at 92% 0%,rgba(191,95,138,.16),transparent 66%),
    #1a1a1a;
  padding:0 10px;
  font-family:'Montserrat',sans-serif;
}
.reference-footer__inner{
  width:100%;max-width:1200px;margin:0 auto;padding:80px 0;
  display:grid;gap:30px;
}
.reference-footer__card{
  background:#242424;
  border:1px solid rgba(191,95,138,.18);
  border-radius:30px;
  padding:25px 20px;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.reference-footer :where(h2,p,a,span,strong){color:#ffffff !important}
.reference-footer__help{
  min-height:160px;
  display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:38px;
}
.reference-footer__help-copy{padding-left:62px}
.reference-footer__help-copy h2{
  margin:0 0 3px;font-family:'Montserrat',sans-serif;font-size:36px;
  line-height:1.15;letter-spacing:.3px;font-weight:700;
}
.reference-footer__help-copy p{
  margin:0;font-size:30px;line-height:1.2;font-weight:600;
}
.reference-footer__contacts{display:grid;gap:10px;padding-right:48px}
.reference-footer__contacts a{
  display:flex;align-items:center;gap:14px;text-decoration:none;
  font-size:17px;font-weight:400;transition:opacity .2s ease,transform .2s ease;
}
.reference-footer__contacts a:hover{opacity:.82;transform:translateX(4px)}
.reference-footer__icon{
  width:50px;height:50px;flex:0 0 50px;border-radius:50%;
  display:grid;place-items:center;background:rgba(191,95,138,.14);
  border:1px solid rgba(191,95,138,.36);
}
.reference-footer__icon svg{
  width:27px;height:27px;fill:none;stroke:#BF5F8A;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round;
}
.reference-footer__legal{
  min-height:191px;
  display:grid;grid-template-columns:1fr .76fr;align-items:center;gap:60px;
}
.reference-footer__brand{display:grid;gap:16px}
.reference-footer__brand img{
  width:min(394px,100%);height:auto;
  filter:grayscale(1) brightness(0) invert(1);
}
.reference-footer__brand p{
  max-width:430px;margin:0;font-size:13px;line-height:1.25;
  color:#bdbdbd !important;text-align:left;
}
.reference-footer__links{
  display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;
  min-height:142px;
}
.reference-footer__links a{
  color:#BF5F8A !important;text-decoration:none;font-size:15px;font-weight:500;
  transition:color .2s ease,transform .2s ease;
}
.reference-footer__links a:hover{color:#ffffff !important;transform:translateX(4px)}

@media (max-width:800px){
  .reference-footer__inner{padding:50px 0}
  .reference-footer__help,.reference-footer__legal{grid-template-columns:1fr;gap:28px}
  .reference-footer__help-copy{padding-left:0;text-align:center}
  .reference-footer__help-copy h2{font-size:28px}
  .reference-footer__help-copy p{font-size:22px}
  .reference-footer__contacts{padding-right:0;width:min(360px,100%);margin:0 auto}
  .reference-footer__legal{text-align:center}
  .reference-footer__brand img{margin:0 auto}
  .reference-footer__brand p{margin:0 auto;text-align:center}
  .reference-footer__links{min-height:126px;align-items:center}
}

/* ---------- Seções escuras com a identidade do rodapé ---------- */
.section--deep,
.section--offer{
  background:
    radial-gradient(760px 360px at 92% 0%,rgba(191,95,138,.16),transparent 66%),
    #1a1a1a;
}
.section--deep :where(h1,h2,h3,h4,p,li,span,strong,em),
.section--offer > .container > :where(h1,h2,h3,h4,p,span,strong,em){
  color:#ffffff !important;
}
.section--deep .eyebrow,
.section--deep .eyebrow--light,
.section--offer .eyebrow{
  color:#BF5F8A !important;
}
.section--deep .card--dark,
.section--deep .card--warn{
  background:#242424;
  border:1px solid rgba(191,95,138,.18);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.section--deep .card--dark:hover,
.section--deep .card--warn:hover{
  background:#292929;
  border-color:rgba(191,95,138,.42);
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.section--deep .card--dark::after,
.section--deep .card--warn::after{background:#BF5F8A}
.section--deep .card__num{color:#BF5F8A !important}

.section--offer .offer__title{color:#ffffff !important}
.section--offer .price-card{
  border:1px solid rgba(191,95,138,.18);
  box-shadow:0 24px 60px rgba(0,0,0,.30);
}
.section--offer .price-card :where(p,span,s,strong){color:#1a1a1a !important}
.section--offer .price__label{color:#BF5F8A !important}
.section--offer .btn--cta,
.section--offer .btn--cta span,
.section--deep .btn--cta,
.section--deep .btn--cta span{color:#1a1a1a !important}

/* ---------- Correção da montagem do professor no mobile ---------- */
@media (max-width:700px){
  .professor{gap:28px}
  .professor__media{padding:52px 0 0;margin:0 auto;width:100%;max-width:390px}
  .professor__date{
    display:flex;align-items:center;gap:4px;
    left:16px;top:0;transform:none;z-index:8;
    font-size:38px;line-height:1;letter-spacing:-1.5px;
    color:#1a1a1a !important;
  }
  .professor__date > span{display:inline}
  .professor__date .professor__date-separator{display:inline !important;color:#BF5F8A !important}
  .collage{height:300px;min-height:300px;width:100%;overflow:visible}
  .collage__img{
    width:46%;height:246px;border-width:3px;border-radius:15px;
  }
  .collage__img--a{left:4%;top:26px}
  .collage__img--b{left:25%;top:4px;width:50%;height:276px}
  .collage__img--c{right:4%;top:28px}
  .collage__img:hover,
  .collage__img:focus-visible,
  .collage__img.is-active{
    transform:translateY(-6px) rotate(0deg) scale(1.035);
  }
  .professor__copy{padding-top:6px}
}

@media (max-width:400px){
  .collage{height:270px;min-height:270px}
  .collage__img{height:222px}
  .collage__img--a{top:25px}
  .collage__img--b{top:4px;height:248px}
  .collage__img--c{top:27px}
}

/* ---------- Background médico suave da hero ---------- */
.hero{background:#ffffff}
.hero::before{
  content:"";position:absolute;inset:0;z-index:-2;
  background:url('assets/hero-medical-background.jpg') center center/cover no-repeat;
  opacity:.52;
}
.hero::after{
  opacity:1;
  background:
    linear-gradient(90deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.76) 45%,rgba(255,255,255,.48) 100%),
    linear-gradient(rgba(26,26,26,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(26,26,26,.025) 1px,transparent 1px);
  background-size:auto,64px 64px,64px 64px;
  -webkit-mask-image:none;
  mask-image:none;
}

@media (max-width:980px){
  .hero::before{background-position:58% center;opacity:.42}
  .hero::after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.72) 55%,rgba(255,255,255,.54) 100%),
      linear-gradient(rgba(26,26,26,.02) 1px,transparent 1px),
      linear-gradient(90deg,rgba(26,26,26,.02) 1px,transparent 1px);
    background-size:auto,56px 56px,56px 56px;
  }
}

/* ---------- Hero teste: campanha editorial de masterclass ---------- */
.hero{
  min-height:700px;
  padding:38px 0 0;
  background:#fff;
}
.hero::before{
  inset:0;
  background:url('assets/hero-expert-integrated-office.jpg') center center/cover no-repeat;
  opacity:1;
  filter:none;
}
.hero::after{
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 36%,rgba(255,255,255,.88) 48%,rgba(255,255,255,.28) 58%,rgba(255,255,255,.03) 70%,transparent 100%),
    linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.02) 72%,#fff 100%);
  background-size:auto;
}
.hero__glow{
  inset:auto 20% -20% auto;
  width:540px;height:540px;
  background:radial-gradient(circle,rgba(191,95,138,.18),transparent 68%);
  filter:blur(4px);
}
.hero__grid{
  min-height:662px;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:12px;
  align-items:center;
}
.hero__copy{position:relative;z-index:2;padding:0 0 54px;max-width:660px}
.hero__logo{width:min(226px,62%);margin-bottom:18px}
.hero__h1{
  margin:20px 0 4px;
  font-size:clamp(44px,4.5vw,64px);
  letter-spacing:7px;
  line-height:.98;
}
.hero__h2{
  max-width:620px;
  margin-bottom:18px;
  font-size:clamp(24px,2.5vw,34px);
  line-height:1.16;
}
.hero__h2 span{color:#BF5F8A !important}
.hero__lead{max-width:58ch;font-size:16px;line-height:1.58}
.hero__meta{margin:24px 0 26px}
.hero__meta li{
  background:rgba(255,255,255,.76);
  border-color:rgba(26,26,26,.10);
  box-shadow:0 8px 22px rgba(26,26,26,.06);
  backdrop-filter:blur(10px);
}
.hero__media{
  position:relative;
  isolation:isolate;
  align-self:end;
  height:650px;
  margin:0 -6vw 0 -5%;
  z-index:1;
}
.hero__media::before{
  content:"";
  display:none;
  position:absolute;
  z-index:0;
  inset:4% -2% 4% 5%;
  border:0;
  border-radius:50%;
  background:
    radial-gradient(circle at 58% 31%,rgba(255,255,255,.98) 0 15%,rgba(255,255,255,.62) 31%,transparent 56%),
    radial-gradient(ellipse at 63% 54%,rgba(191,95,138,.10) 0 18%,rgba(191,95,138,.035) 42%,transparent 70%),
    radial-gradient(circle at 83% 36%,rgba(255,255,255,.80),transparent 34%);
  box-shadow:none;
  filter:blur(26px);
  opacity:.92;
  transform:translateY(-8px);
  pointer-events:none;
}
.hero__media::after{
  content:"";
  display:none;
  position:absolute;
  right:8%;top:22%;
  width:92px;height:92px;border-radius:50%;
  border:1px solid rgba(191,95,138,.40);
  box-shadow:inset 0 0 0 9px rgba(255,255,255,.52),0 18px 35px rgba(26,26,26,.10);
  background:rgba(191,95,138,.12);
}
.hero__media img{
  position:relative;
  z-index:1;
  width:100%;height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center 48%;
  border:0;
  border-radius:0;
  box-shadow:none;
  transform:translateY(-24px);
  mix-blend-mode:normal;
  filter:saturate(.92) brightness(1.03);
  -webkit-mask-image:radial-gradient(ellipse 74% 80% at 60% 58%,#000 46%,rgba(0,0,0,.90) 62%,rgba(0,0,0,.42) 79%,transparent 100%);
  mask-image:radial-gradient(ellipse 74% 80% at 60% 58%,#000 46%,rgba(0,0,0,.90) 62%,rgba(0,0,0,.42) 79%,transparent 100%);
}

@media (max-width:980px){
  .hero{min-height:0;padding:34px 0 0}
  .hero::before{background-position:66% bottom;background-size:auto 58%;opacity:1}
  .hero::after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 48%,rgba(255,255,255,.42) 75%,#fff 100%);
    background-size:auto;
  }
  .hero__grid{min-height:0;grid-template-columns:1fr;gap:8px}
  .hero__copy{max-width:720px;margin-inline:auto;padding-bottom:12px}
  .hero__h1{font-size:clamp(38px,10vw,54px);letter-spacing:4px}
  .hero__h2{margin-inline:auto}
  .hero__media{height:min(590px,120vw);width:min(100%,520px);margin:0 auto -30px}
  .hero__media::after{right:5%;top:16%;width:74px;height:74px}
}

@media (max-width:560px){
  .hero__logo{width:210px}
  .hero__h1{font-size:38px;letter-spacing:2.5px}
  .hero__h2{font-size:24px}
  .hero__lead{font-size:15.5px;line-height:1.55}
  .hero__meta{margin:22px 0 24px}
  .hero__media{height:430px;margin-bottom:-18px}
  .hero__media::before{inset:7% 2% 6%;filter:blur(20px)}
  .hero__media::after{width:60px;height:60px;right:4%;top:17%}
  .hero__media img{object-position:center 48%;transform:translateY(-12px)}
}

/* =========================================================
   Popup de captura para ActiveCampaign
   ========================================================= */
body.popup-open{overflow:hidden}
.lead-popup[hidden]{display:none}
.lead-popup{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:24px;
}
.lead-popup__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,15,15,.78);
  backdrop-filter:blur(9px);
}
.lead-popup__card{
  position:relative;
  width:min(100%,550px);
  max-height:min(780px,calc(100vh - 32px));
  overflow:auto;
  padding:42px;
  border:1px solid rgba(196,85,127,.24);
  border-radius:24px;
  color:var(--ink);
  background:
    radial-gradient(circle at 100% 0,rgba(239,168,196,.22),transparent 210px),
    #fff;
  box-shadow:0 35px 90px rgba(0,0,0,.34);
  animation:lead-popup-in .24s ease both;
}
.lead-popup__close{
  position:absolute;
  top:18px;
  right:18px;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  padding:0;
  border:1px solid rgba(42,21,32,.12);
  border-radius:50%;
  color:#23191e;
  background:rgba(255,255,255,.8);
  cursor:pointer;
  transition:transform .2s ease,background .2s ease;
}
.lead-popup__close:hover{transform:rotate(7deg);background:var(--rose-50)}
.lead-popup__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.lead-popup__eyebrow{
  display:block;
  margin-bottom:10px;
  color:var(--rose-600);
  font-family:var(--font-display);
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
}
.lead-popup__card h2{
  max-width:430px;
  margin:0 0 10px;
  color:#171717;
  font-size:clamp(27px,4vw,36px);
  letter-spacing:-1.1px;
}
.lead-popup__card>p{margin:0 0 26px;color:#5c5458;font-size:15.5px;line-height:1.55}
.lead-popup__form{display:grid;gap:15px}
.lead-popup__form label{display:grid;gap:7px}
.lead-popup__form label>span{
  color:#282124;
  font-family:var(--font-display);
  font-size:12px;
  font-weight:600;
}
.lead-popup__form input{
  width:100%;
  height:52px;
  padding:0 15px;
  border:1px solid #ddd7da;
  border-radius:11px;
  outline:none;
  color:#1b1719;
  background:#fbfafb;
  font:400 15px var(--font-body);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.lead-popup__form input:focus{
  border-color:var(--rose-500);
  background:#fff;
  box-shadow:0 0 0 4px rgba(196,85,127,.12);
}
.lead-popup__trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.lead-popup__submit{margin-top:4px;border:0;cursor:pointer}
.lead-popup__submit:disabled{cursor:wait;filter:grayscale(.2);opacity:.7}
.lead-popup__status{min-height:22px;margin:0!important;color:#a1284f!important;font-size:13px!important;font-weight:600;text-align:center}
.lead-popup__status.is-success{color:#267b35!important}
.lead-popup__privacy{margin:-4px 0 0!important;color:#777075!important;font-size:11px!important;line-height:1.5!important;text-align:center}

@keyframes lead-popup-in{
  from{opacity:0;transform:translateY(14px) scale(.985)}
  to{opacity:1;transform:none}
}

@media (max-width:560px){
  .lead-popup{padding:12px}
  .lead-popup__card{max-height:calc(100vh - 24px);padding:34px 20px 24px;border-radius:20px}
  .lead-popup__close{top:12px;right:12px;width:36px;height:36px}
  .lead-popup__card h2{padding-right:28px;font-size:27px}
  .lead-popup__card>p{margin-bottom:20px;font-size:14.5px}
  .lead-popup__form{gap:12px}
  .lead-popup__form input{height:49px}
  .lead-popup__submit{font-size:12px;line-height:1.3}
}

@media (prefers-reduced-motion:reduce){
  .lead-popup__card{animation:none}
}
