/* ============================================================
   Francielle Caleffi — Negócios Lucrativos
   Paleta: preto / branco / dourado | Mobile-first
   Fontes: Fraunces (título) · Inter (texto) · Cormorant (número)
   ============================================================ */

:root {
  --preto: #0B0B0B;
  --preto-2: #111111;
  --preto-suave: #1A1A1A;
  --branco: #FFFFFF;
  --off-white: #FAF8F4;
  --dourado: #C0A062;
  --dourado-claro: #E3C88B;
  --dourado-escuro: #9A7B3F;
  --cinza: #8A8A8A;
  --linha: rgba(192, 160, 98, 0.25);

  --grad-ouro: linear-gradient(135deg, #E3C88B 0%, #C0A062 50%, #9A7B3F 100%);

  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --num: "Cormorant Garamond", Georgia, serif;

  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--preto-suave);
  background: var(--branco);
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 400;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.section { padding: 92px 0; position: relative; overflow: hidden; }
.section--dark { background: var(--preto); color: var(--branco); }
.gold-text {
  background: var(--grad-ouro); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}

/* ---------- Tipografia ---------- */
.eyebrow {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--dourado); margin-bottom: 20px;
}
.eyebrow--dark { color: var(--dourado-escuro); }

.section__title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(30px, 5vw, 48px); line-height: 1.1;
  letter-spacing: -0.015em;
}
.section__title--center { text-align: center; max-width: 780px; margin: 0 auto; }

.lead { font-size: clamp(16px, 2.2vw, 18px); max-width: 560px; margin-top: 22px; }
.section--dark .lead { color: rgba(255,255,255,0.78); }

/* ---------- Botões ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 500; font-size: 15px; letter-spacing: 0.02em;
  padding: 16px 30px; border-radius: 100px; cursor: pointer; border: 1px solid transparent;
  transition: transform .35s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease), color .4s var(--ease);
  will-change: transform;
}
.btn--gold { background: var(--grad-ouro); color: var(--preto); box-shadow: 0 10px 30px rgba(192,160,98,0.25); }
.btn--gold:hover { box-shadow: 0 16px 44px rgba(192,160,98,0.42); }
.btn--ghost { border-color: rgba(255,255,255,0.3); color: var(--branco); }
.btn--ghost:hover { border-color: var(--dourado); color: var(--dourado-claro); transform: translateY(-3px); }
.btn--block { width: 100%; margin-top: 8px; }
.btn--lg { padding: 19px 44px; font-size: 16px; }

/* ---------- Scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--grad-ouro); z-index: 200; transition: width .1s linear;
}

/* ---------- Grain + Spotlight + Deco ---------- */
.grain {
  position: absolute; inset: 0; z-index: 1; opacity: 0.05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
[data-spotlight]::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 30%), rgba(192,160,98,0.13), transparent 60%);
  transition: background .2s ease-out;
}
.deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.deco__glow {
  position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5;
}
.deco__glow--1 { width: 460px; height: 460px; top: -120px; right: -80px; background: radial-gradient(circle, rgba(192,160,98,0.22), transparent 70%); }
.deco__glow--2 { width: 380px; height: 380px; bottom: -140px; left: -120px; background: radial-gradient(circle, rgba(192,160,98,0.10), transparent 70%); }
.deco__word {
  position: absolute; left: 50%; top: 32%; transform: translateX(-50%);
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(44px, 10vw, 140px); line-height: 0.9; letter-spacing: -0.02em;
  color: transparent; -webkit-text-stroke: 1.2px rgba(192,160,98,0.15);
  white-space: nowrap; user-select: none; text-align: center;
}
.deco__word--dark { -webkit-text-stroke: 1.2px rgba(154,123,63,0.12); }
.deco--soft { opacity: 1; }
.deco__curve { position: absolute; right: 0; bottom: 8%; width: 60%; height: 40%; }
.deco__curve path { fill: none; stroke: rgba(192,160,98,0.25); stroke-width: 1.5; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background: var(--preto); color: var(--branco); overflow: hidden; padding: 120px 0 90px;
}
.hero__inner { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
.hero__content { max-width: 620px; }
.hero .eyebrow { color: var(--dourado-claro); }
.hero__name {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(46px, 9.5vw, 96px); line-height: 0.96; letter-spacing: -0.02em;
  margin: 12px 0 24px;
}
.hero__name .line { display: block; overflow: hidden; }
.hero__sub { font-size: clamp(16px, 2.3vw, 19px); color: rgba(255,255,255,0.8); max-width: 480px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px;
  font-size: 13.5px; color: rgba(255,255,255,0.6);
}
.hero__trust b { font-family: var(--num); font-size: 22px; color: var(--dourado-claro); font-weight: 600; }
.hero__trust-div { width: 1px; height: 16px; background: rgba(255,255,255,0.18); }

.hero__photo { display: flex; justify-content: center; }
.photo-frame {
  position: relative; width: min(380px, 82vw); aspect-ratio: 3/4.1;
  border-radius: 8px; overflow: hidden; will-change: transform;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.photo-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  filter: contrast(1.05) brightness(0.96);
}
.slideshow { position: absolute; inset: 0; }
.photo-frame .slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 16%;
  filter: grayscale(1) contrast(1.05) brightness(0.96);
  opacity: 0; transition: opacity 0.9s var(--ease);
}
.photo-frame .slide.is-active { opacity: 1; animation: kenburns 6s var(--ease) forwards; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.1); } }
.photo-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(192,160,98,0.22), transparent 50%), linear-gradient(0deg, rgba(11,11,11,0.6), transparent 45%);
  pointer-events: none;
}
.photo-frame__line { position: absolute; inset: 14px; border: 1px solid rgba(227,200,139,0.5); border-radius: 5px; pointer-events: none; z-index: 2; }
.photo-frame__tag {
  position: absolute; left: 16px; bottom: 16px; z-index: 3; max-width: 70%;
  font-size: 12px; letter-spacing: 0.04em; color: rgba(255,255,255,0.85);
}

.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1px solid rgba(255,255,255,0.4); border-radius: 20px; z-index: 3;
}
.hero__scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; background: var(--dourado-claro); border-radius: 4px; transform: translateX(-50%); animation: scrolldot 1.8s infinite; }
@keyframes scrolldot { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 100% { opacity: 0; top: 24px; } }

/* ============================================================
   AUTORIDADE
   ============================================================ */
.autoridade { padding-bottom: 0; }
.autoridade__inner { max-width: 920px; }
.autoridade__title { font-family: var(--serif); font-weight: 600; font-size: clamp(28px, 4.6vw, 46px); line-height: 1.12; letter-spacing: -0.015em; }
.autoridade__body { margin-top: 28px; max-width: 720px; }
.autoridade__body p { color: rgba(255,255,255,0.74); margin-bottom: 16px; font-size: 16px; }
.autoridade__intro { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2.6vw, 22px) !important; color: var(--branco) !important; }
.autoridade__missao { color: var(--branco) !important; font-weight: 500; border-left: 2px solid var(--dourado); padding-left: 20px; }
.autoridade__stats { display: grid; grid-template-columns: 1fr; gap: 18px; margin: 44px 0 60px; }
.stat {
  background: rgba(255,255,255,0.03); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 26px 24px;
}
.stat__num {
  font-family: var(--num); font-weight: 600; font-size: clamp(46px, 8vw, 62px); line-height: 1; display: block;
  background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__label { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 8px; display: block; }

/* ---------- Marquee ---------- */
.marquee {
  position: relative; z-index: 2; border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha);
  padding: 22px 0; overflow: hidden; background: rgba(0,0,0,0.3);
}
.marquee__track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 32s linear infinite; }
.marquee__track span { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 3vw, 26px); color: rgba(255,255,255,0.85); white-space: nowrap; }
.marquee__track i { color: var(--dourado); font-style: normal; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   INTRO
   ============================================================ */
.intro { text-align: center; background: var(--off-white); }
.intro__inner .eyebrow { text-align: center; }
.intro__sub { color: #555; max-width: 580px; margin: 22px auto 0; font-size: 17px; }

/* ============================================================
   PLANOS
   ============================================================ */
.plano { position: relative; }
.plano--premium { background: var(--off-white); }
.plano__index {
  position: absolute; top: 40px; left: 24px; z-index: 0;
  font-family: var(--num); font-weight: 600; font-size: clamp(90px, 16vw, 200px); line-height: 0.8;
  color: transparent; -webkit-text-stroke: 1px rgba(192,160,98,0.18);
}
.plano__index--dark { -webkit-text-stroke: 1px rgba(11,11,11,0.06); }
.plano__tag {
  position: absolute; top: 32px; right: 24px; z-index: 3;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--preto);
  background: var(--grad-ouro); padding: 7px 16px; border-radius: 100px; font-weight: 600;
}
.plano__grid { display: grid; grid-template-columns: 1fr; gap: 44px; }

.inclui { margin-top: 30px; }
.inclui__title { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dourado); margin-bottom: 14px; }
.section:not(.section--dark) .inclui__title { color: var(--dourado-escuro); }
.inclui__list li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 15.5px; }
.section--dark .inclui__list li { color: rgba(255,255,255,0.82); }
.inclui__list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: var(--grad-ouro); border-radius: 50%; }

.cta-card { margin-top: 34px; background: var(--preto-2); color: var(--branco); padding: 30px; border-radius: 14px; border: 1px solid var(--linha); }
.plano--premium .cta-card, .cta-card--premium { box-shadow: 0 24px 56px rgba(192,160,98,0.18); }
.cta-card__label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dourado-claro); display: block; }
.cta-card__text { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2.6vw, 21px); line-height: 1.4; margin: 12px 0 22px; color: rgba(255,255,255,0.92); }

.plano__cards { display: grid; grid-template-columns: 1fr; gap: 16px; position: relative; z-index: 2; }
.feature {
  position: relative; border-radius: 14px; padding: 26px;
  border: 1px solid var(--linha);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  will-change: transform; transform-style: preserve-3d;
}
.section--dark .feature { background: rgba(255,255,255,0.03); }
.section:not(.section--dark) .feature { background: var(--branco); }
.plano--premium .feature { background: var(--branco); }
.feature:hover { box-shadow: 0 22px 50px rgba(11,11,11,0.12); border-color: var(--dourado); }
.section--dark .feature:hover { box-shadow: 0 22px 50px rgba(0,0,0,0.4); }
.feature__no { font-family: var(--num); font-weight: 600; font-size: 28px; color: var(--dourado); display: block; line-height: 1; margin-bottom: 10px; }
.feature__title { font-family: var(--serif); font-size: 21px; font-weight: 600; margin-bottom: 14px; }
.feature ul li { position: relative; padding-left: 20px; margin-bottom: 9px; font-size: 14.5px; }
.section--dark .feature ul li { color: rgba(255,255,255,0.72); }
.section:not(.section--dark) .feature ul li { color: #3a3a3a; }
.feature ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border: 1px solid var(--dourado); border-radius: 50%; }

/* ============================================================
   ASSESSORIA
   ============================================================ */
.assessoria__head { max-width: 780px; }
.assessoria__diff { color: rgba(255,255,255,0.72); margin-top: 18px; max-width: 680px; }
.assessoria__grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 46px; }
.assessoria__format {
  background: rgba(255,255,255,0.04); border: 1px solid var(--linha); border-radius: 16px; padding: 32px;
  transition: transform .4s var(--ease), border-color .4s var(--ease); will-change: transform;
}
.assessoria__format:hover { border-color: var(--dourado); }
.assessoria__format-num { font-family: var(--num); font-weight: 600; font-size: clamp(40px, 7vw, 54px); line-height: 1; display: block; }
.assessoria__format-num span { background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent; }
.assessoria__format-text { color: rgba(255,255,255,0.74); margin: 14px 0 24px; font-size: 15px; }
.assessoria__paraquem { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; margin-bottom: 26px; }
.assessoria__paraquem h4 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dourado-claro); margin-bottom: 10px; }
.assessoria__paraquem p { color: rgba(255,255,255,0.72); font-size: 14.5px; }
.assessoria__work-title { font-family: var(--serif); font-weight: 600; font-size: 24px; margin-bottom: 24px; }
.worklist { display: grid; grid-template-columns: 1fr; gap: 0; }
.worklist li {
  position: relative; padding: 16px 0 16px 40px; border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82); font-size: 15.5px;
}
.worklist li::before {
  counter-increment: w; content: "0" counter(w); position: absolute; left: 0; top: 16px;
  font-family: var(--num); font-weight: 600; font-size: 17px; color: var(--dourado);
}
.worklist { counter-reset: w; }
.assessoria__close {
  font-family: var(--serif); font-style: italic; font-size: clamp(19px, 3vw, 26px); line-height: 1.4;
  color: var(--branco); max-width: 820px; margin: 56px auto 0; text-align: center;
}

/* ============================================================
   JORNADA
   ============================================================ */
.jornada { background: var(--off-white); }
.jornada__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.jornada__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; opacity: 0.2; filter: grayscale(1); mix-blend-mode: multiply; }
.jornada__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(250,248,244,0.78) 0%, rgba(250,248,244,0.25) 38%, rgba(250,248,244,0.6) 100%); }
.jornada__steps { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 52px; position: relative; z-index: 2; }
.step {
  padding: 34px 28px; border: 1px solid var(--linha); border-radius: 14px; background: var(--branco);
  transition: border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
  will-change: transform; transform-style: preserve-3d;
}
.step:hover { border-color: var(--dourado); box-shadow: 0 20px 44px rgba(11,11,11,0.1); }
.step__num { font-family: var(--num); font-weight: 600; font-size: 46px; line-height: 1; background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step__title { font-family: var(--serif); font-size: 22px; font-weight: 600; margin: 14px 0 10px; }
.step p { color: #555; font-size: 15px; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta { text-align: center; }
.cta .eyebrow { text-align: center; }
.cta__glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 700px; max-width: 120vw; background: radial-gradient(circle, rgba(192,160,98,0.2), transparent 60%); z-index: 0; }
.cta__inner { max-width: 820px; }
.cta__title { font-family: var(--serif); font-weight: 600; font-size: clamp(28px, 5vw, 46px); line-height: 1.18; letter-spacing: -0.01em; }
.cta__text { color: rgba(255,255,255,0.75); margin: 24px auto 38px; max-width: 600px; font-size: 17px; }

/* ============================================================
   FAQ (discreto)
   ============================================================ */
.faq { background: var(--preto); color: var(--branco); padding: 60px 0 10px; border-top: 1px solid rgba(255,255,255,0.06); }
.faq__title { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cinza); margin-bottom: 18px; }
.faq__item { border-bottom: 1px solid rgba(255,255,255,0.08); }
.faq__item summary {
  list-style: none; cursor: pointer; padding: 16px 0; font-size: 15px;
  color: rgba(255,255,255,0.82); display: flex; justify-content: space-between;
  align-items: center; gap: 16px; transition: color .3s;
}
.faq__item summary:hover { color: var(--dourado-claro); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--dourado); font-size: 20px; line-height: 1; }
.faq__item[open] summary::after { content: "\2212"; }
.faq__item p { color: rgba(255,255,255,0.58); font-size: 14px; padding: 0 0 18px; max-width: 760px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--preto); color: var(--branco); padding: 50px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.footer__inner { display: grid; gap: 26px; text-align: center; }
.footer__name { font-family: var(--serif); font-size: 24px; font-weight: 600; display: block; }
.footer__role { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dourado); }
.footer__links { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer__links a { color: rgba(255,255,255,0.8); transition: color .3s; }
.footer__links a:hover { color: var(--dourado-claro); }
.footer__copy { font-size: 13px; color: rgba(255,255,255,0.45); }

/* ============================================================
   WHATSAPP FLUTUANTE
   ============================================================ */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 150; width: 58px; height: 58px; border-radius: 50%;
  background: #1FAE54; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 26px rgba(0,0,0,0.3); transition: transform .35s var(--ease);
}
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(192,160,98,0.5); animation: wapulse 2.4s infinite; }
.wa-float:hover { transform: scale(1.08); }
@keyframes wapulse { 0% { box-shadow: 0 0 0 0 rgba(192,160,98,0.45); } 70% { box-shadow: 0 0 0 16px rgba(192,160,98,0); } 100% { box-shadow: 0 0 0 0 rgba(192,160,98,0); } }

/* ============================================================
   REVEAL
   ============================================================ */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-word] { opacity: 0; transform: translateY(110%); transition: opacity 1s var(--ease), transform 1s var(--ease); }
[data-reveal-word].is-visible { opacity: 1; transform: none; }

/* ============================================================
   DESKTOP
   ============================================================ */
@media (min-width: 760px) {
  .section { padding: 130px 0; }
  .autoridade__stats { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .plano__cards--2 { grid-template-columns: 1fr 1fr; }
  .plano__cards--3 { grid-template-columns: 1fr 1fr; }
  .jornada__steps { grid-template-columns: repeat(3, 1fr); }
  .assessoria__grid { grid-template-columns: 0.9fr 1.1fr; gap: 32px; align-items: start; }
  .worklist { grid-template-columns: 1fr 1fr; column-gap: 32px; }
  .worklist li:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
}

@media (min-width: 1000px) {
  .hero__inner { grid-template-columns: 1.05fr 0.95fr; gap: 60px; }
  .hero { padding: 90px 0; }
  .plano__grid { grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
  .plano__head { position: sticky; top: 56px; }
  .plano__cards--3 { grid-template-columns: repeat(3, 1fr); }
  .footer__inner { grid-template-columns: 1fr auto; text-align: left; align-items: center; }
  .footer__links { flex-direction: row; gap: 24px; }
  .footer__copy { grid-column: 1 / -1; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal], [data-reveal-word] { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none !important; }
  html { scroll-behavior: auto; }
}
