/*
Theme Name: MedPrev Anápolis
Theme URI: https://medprevans.online
Author: MedPrev Anápolis
Description: Tema autoral da MedPrev Anápolis — dark premium, animado e interativo, focado em conversão via WhatsApp, 100% configurável pelo Personalizar e com tracking via dataLayer.
Version: 2.4.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: medprevans
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */
:root {
  /* dark base */
  --bg-0: #040f0a;
  --bg-1: #07150f;
  --bg-2: #0b1e15;
  --glass: rgba(255, 255, 255, .055);
  --glass-2: rgba(255, 255, 255, .09);
  --stroke: rgba(255, 255, 255, .12);
  --stroke-soft: rgba(255, 255, 255, .07);

  /* light base */
  --light: #f4f8f5;
  --paper: #ffffff;
  --line: #e3e9e4;

  /* accents */
  --neon: #2ee58c;
  --neon-soft: rgba(46, 229, 140, .14);
  --teal: #19c8a3;
  --amber: #ffb84d;
  --wa: #22c55e;
  --wa-deep: #16a34a;

  /* texto */
  --white: #f3f7f4;
  --white-70: rgba(243, 247, 244, .72);
  --white-45: rgba(243, 247, 244, .45);
  --ink: #0d1f17;
  --ink-soft: #44544b;
  --ink-mute: #74837b;

  --grad-accent: linear-gradient(92deg, #2ee58c 0%, #19c8a3 50%, #6ee7b7 100%);

  --font-head: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;

  --radius: 20px;
  --radius-sm: 13px;
  --shadow-glow: 0 0 0 1px rgba(46,229,140,.25), 0 18px 60px -18px rgba(46,229,140,.35);
  --shadow-card: 0 14px 44px -14px rgba(4, 15, 10, .25);
  --container: 1200px;
}

/* ==========================================================================
   2. Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg-0);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 .5em;
  letter-spacing: -.02em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 6.4vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 4.2vw, 2.7rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1em; }

.grad-text {
  background: var(--grad-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(60px, 9vw, 116px) 0; position: relative; }
.section--dark { background: var(--bg-1); color: var(--white); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--light { background: var(--light); }
.section--paper { background: var(--paper); }

.section__head { max-width: 720px; margin: 0 auto clamp(34px, 5vw, 56px); text-align: center; }
.section__kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 16px;
}
.section__kicker::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--grad-accent); }
.section__kicker::after  { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--grad-accent); }
.section__sub { color: var(--ink-soft); font-size: 1.08rem; }
.section--dark .section__sub { color: var(--white-70); }

.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }

/* ==========================================================================
   3. Botões — com brilho que percorre
   ========================================================================== */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem;
  padding: 16px 30px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; line-height: 1.2; text-align: center;
  transition: transform .18s cubic-bezier(.34,1.56,.64,1), box-shadow .2s, background .2s, border-color .2s;
}
.btn svg { flex: 0 0 auto; transition: transform .2s; }
.btn:hover svg { transform: scale(1.12) rotate(-4deg); }
.btn:active { transform: scale(.96); }
.btn::after {
  content: ""; position: absolute; top: 0; left: -80%;
  width: 50%; height: 100%; transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  transition: left .5s ease;
}
.btn:hover::after { left: 130%; }
.btn--wa {
  background: linear-gradient(135deg, #2ee58c, #16a34a);
  color: #04130c;
  box-shadow: 0 12px 34px -10px rgba(46,229,140,.65);
}
.btn--wa:hover { transform: translateY(-3px); box-shadow: 0 18px 44px -10px rgba(46,229,140,.8); color: #04130c; }
.btn--dark { background: var(--bg-0); color: var(--white); }
.btn--dark:hover { background: var(--bg-2); color: var(--white); transform: translateY(-3px); }
.btn--ghost-light { background: rgba(255,255,255,.06); color: var(--white); border-color: var(--stroke); backdrop-filter: blur(6px); }
.btn--ghost-light:hover { border-color: var(--neon); color: var(--neon); transform: translateY(-3px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: #c8d4cb; }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-3px); }
.btn--sm { padding: 11px 22px; font-size: .92rem; }
.btn--xl { padding: 19px 40px; font-size: 1.12rem; }

/* ==========================================================================
   4. Header — vidro escuro
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(4, 15, 10, .72);
  backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid var(--stroke-soft);
  transition: background .25s;
}
.site-header.is-stuck { background: rgba(4, 15, 10, .92); }
.site-header__inner { display: flex; align-items: center; gap: 26px; min-height: 76px; }
.site-header__brand { display: flex; align-items: center; gap: 10px; line-height: 0; }
.site-header__brand img, .site-header__brand .site-logo {
  max-height: 46px; width: auto; height: auto; display: block;
  /* logo escuro visível sobre o header escuro */
  filter: brightness(0) invert(1);
}
@media (max-width: 920px) {
  .site-header__brand img, .site-header__brand .site-logo { max-height: 38px; }
}
.brand-name {
  font-family: var(--font-head); font-weight: 700; font-size: 1.32rem;
  color: var(--white); line-height: 1; letter-spacing: -.02em;
}
.brand-name small {
  display: block; font-family: var(--font-body); font-weight: 600;
  font-size: .62rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--neon); margin-top: 4px;
}
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.btn) { font-weight: 600; font-size: .93rem; color: var(--white-70); position: relative; }
.site-nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px;
  border-radius: 2px; background: var(--grad-accent); transition: right .22s ease;
}
.site-nav > a:not(.btn):hover { color: var(--white); }
.site-nav > a:not(.btn):hover::after { right: 0; }
.nav-toggle { display: none; margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--white); margin: 5.5px 0; border-radius: 2px; transition: .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 920px) {
  .site-nav {
    position: fixed; inset: 76px 0 auto 0; z-index: 79;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(4,15,10,.97); backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--stroke);
    padding: 8px 24px 26px;
    transform: translateY(-130%); transition: transform .3s ease;
  }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav > a:not(.btn) { padding: 15px 2px; border-bottom: 1px solid var(--stroke-soft); }
  .site-nav .btn { margin-top: 16px; }
  .nav-toggle { display: block; }
}

/* ==========================================================================
   5. Hero — foto em destaque, overlay leve (estilo Bitso)
   ========================================================================== */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 100% at 50% 0%, var(--bg-2) 0%, var(--bg-0) 70%);
  color: var(--white);
}

/* fundo com fotos (slideshow crossfade) */
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 22%;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.4s ease, transform 7s linear;
}
.hero__bg img.is-active { opacity: 1; transform: scale(1); }
/* overlay leve: a foto aparece, o escuro fica só onde o texto precisa */
.hero__overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(4,15,10,.76) 0%, rgba(4,15,10,.4) 34%, rgba(4,15,10,.05) 62%, rgba(4,15,10,.18) 100%),
    linear-gradient(to top, rgba(4,15,10,.82) 0%, transparent 22%);
}
.hero__aurora { position: absolute; inset: 0; z-index: 1; pointer-events: none; filter: blur(70px); opacity: .55; }
.hero--has-bg .hero__aurora { opacity: .12; }
.hero__aurora span { position: absolute; border-radius: 50%; will-change: transform; }
.hero__aurora span:nth-child(1) {
  width: 560px; height: 560px; left: -140px; top: -180px;
  background: radial-gradient(circle, rgba(46,229,140,.5), transparent 65%);
  animation: drift1 16s ease-in-out infinite alternate;
}
.hero__aurora span:nth-child(2) {
  width: 640px; height: 640px; right: -200px; top: -60px;
  background: radial-gradient(circle, rgba(25,200,163,.42), transparent 65%);
  animation: drift2 20s ease-in-out infinite alternate;
}
.hero__aurora span:nth-child(3) {
  width: 420px; height: 420px; left: 38%; bottom: -240px;
  background: radial-gradient(circle, rgba(255,184,77,.22), transparent 65%);
  animation: drift3 18s ease-in-out infinite alternate;
}
@keyframes drift1 { to { transform: translate(90px, 70px) scale(1.15); } }
@keyframes drift2 { to { transform: translate(-110px, 90px) scale(.9); } }
@keyframes drift3 { to { transform: translate(60px, -80px) scale(1.2); } }

/* sem grade sobre a foto — luz limpa */
.hero__grid-lines { display: none; }

.hero__inner {
  position: relative; z-index: 2; display: grid; gap: clamp(40px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(64px, 9vw, 120px);
}

/* kicker fino no lugar do badge-pílula */
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: none; border: 0; padding: 0;
  font-size: .78rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--neon);
  margin-bottom: 24px;
}
.hero__badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--neon);
  box-shadow: 0 0 10px rgba(46,229,140,.7);
  animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink { 50% { opacity: .35; } }

.hero h1 { color: var(--white); margin-bottom: 22px; text-shadow: 0 2px 24px rgba(4,15,10,.45); }
.hero h1 .grad-text { white-space: nowrap; }
.hero__sub { font-size: 1.16rem; color: var(--white-70); max-width: 520px; margin-bottom: 34px; text-shadow: 0 1px 16px rgba(4,15,10,.5); }
.hero__sub strong { color: var(--white); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 26px; padding: 0; margin: 0; list-style: none; }
.hero__trust li { display: flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; color: var(--white-70); text-shadow: 0 1px 12px rgba(4,15,10,.6); }
.hero__trust svg { color: var(--neon); flex: 0 0 auto; }

/* mock de chat no hero — vidro translúcido de verdade */
.hero__visual { position: relative; justify-self: center; width: min(100%, 430px); }
.chat-card {
  position: relative; z-index: 2;
  background: rgba(8, 14, 11, .32);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px) saturate(140%);
  border-radius: 24px; padding: 22px;
  box-shadow: 0 20px 60px -28px rgba(0,0,0,.5);
}
.chat-card__head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 16px;
}
.chat-card__avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto;
  background: var(--grad-accent); display: grid; place-items: center; color: #04130c;
}
.chat-card__head strong { color: var(--white); font-size: .98rem; display: block; line-height: 1.2; }
.chat-card__head span { color: var(--neon); font-size: .78rem; display: flex; align-items: center; gap: 6px; }
.chat-card__head span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--neon); animation: blink 1.8s infinite; }

.bubble {
  max-width: 86%; padding: 12px 16px; border-radius: 16px;
  font-size: .92rem; line-height: 1.5; margin-bottom: 12px;
  opacity: 0; transform: translateY(12px) scale(.97);
  animation: bubblein .5s cubic-bezier(.34,1.56,.64,1) forwards;
}
.bubble--in {
  background: rgba(5, 10, 7, .55); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--white); border-top-left-radius: 4px;
}
.bubble--out {
  margin-left: auto; background: linear-gradient(135deg, #1f9d58, #167c43);
  color: #fff; border-top-right-radius: 4px;
}
.bubble--out .time { display: block; text-align: right; font-size: .68rem; opacity: .7; margin-top: 4px; }
.bubble:nth-of-type(1) { animation-delay: .4s; }
.bubble:nth-of-type(2) { animation-delay: 1.1s; }
.bubble:nth-of-type(3) { animation-delay: 1.9s; }
@keyframes bubblein { to { opacity: 1; transform: none; } }

.typing { display: inline-flex; gap: 4px; padding: 4px 2px; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--white-45); animation: typedot 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .18s; }
.typing i:nth-child(3) { animation-delay: .36s; }
@keyframes typedot { 0%, 60%, 100% { transform: none; opacity: .5; } 30% { transform: translateY(-5px); opacity: 1; } }

.chat-card .btn { width: 100%; margin-top: 8px; }

/* chips flutuantes ao redor do chat */
.float-chip {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 11px;
  background: rgba(10, 27, 19, .9); border: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
  border-radius: 15px; padding: 12px 16px;
  box-shadow: 0 18px 50px -12px rgba(0,0,0,.55);
  animation: floaty 5.5s ease-in-out infinite;
}
.float-chip strong { display: block; font-family: var(--font-head); font-size: 1.02rem; color: var(--white); line-height: 1.15; }
.float-chip span { color: var(--white-45); font-size: .74rem; }
.float-chip .ico {
  width: 38px; height: 38px; border-radius: 11px; flex: 0 0 auto;
  display: grid; place-items: center;
  background: var(--neon-soft); color: var(--neon);
}
.float-chip--tl { top: -24px; left: -38px; animation-delay: 0s; }
.float-chip--br { bottom: -20px; right: -30px; animation-delay: 2.6s; }
@keyframes floaty { 50% { transform: translateY(-12px); } }
@media (max-width: 1020px) {
  .float-chip--tl { left: -8px; }
  .float-chip--br { right: -6px; }
}
@media (max-width: 920px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__ctas .btn { flex: 1 1 auto; }
  .hero__visual { width: min(100%, 400px); }
}

/* ==========================================================================
   6. Marquee
   ========================================================================== */
.marquee {
  background: var(--bg-0); border-top: 1px solid var(--stroke-soft); border-bottom: 1px solid var(--stroke-soft);
  overflow: hidden; padding: 16px 0; position: relative;
}
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 110px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg-0), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg-0), transparent); }
.marquee__track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.marquee__track:hover { animation-play-state: paused; }
.marquee__item {
  display: inline-flex; align-items: center; gap: 24px; padding: 0 24px;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  color: var(--white-45); white-space: nowrap; transition: color .2s;
}
.marquee__item::after { content: "✦"; font-size: .68rem; color: var(--neon); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; flex-wrap: wrap; width: auto; } }

/* ==========================================================================
   7. Simulador de economia
   ========================================================================== */
.sim { background: linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 100%); color: var(--white); }
.sim__grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr);
  gap: clamp(36px, 5vw, 64px); align-items: center;
}
.sim__chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 30px; }
.sim-chip {
  border: 1px solid var(--stroke); background: var(--glass);
  color: var(--white-70); font: inherit; font-weight: 600; font-size: .9rem;
  padding: 10px 18px; border-radius: 999px; cursor: pointer;
  transition: all .18s;
}
.sim-chip:hover { border-color: var(--neon); color: var(--neon); transform: translateY(-2px); }
.sim-chip.is-active {
  background: var(--grad-accent); color: #04130c; border-color: transparent;
  box-shadow: 0 8px 26px -8px rgba(46,229,140,.6);
}
.sim__select {
  width: 100%; max-width: 380px;
  background: var(--glass); border: 1px solid var(--stroke); color: var(--white);
  font: inherit; font-size: .95rem; padding: 13px 16px; border-radius: 13px;
  outline: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232ee58c' stroke-width='2.4'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.sim__select option { color: var(--ink); background: #fff; }

/* cartão de agendamento expresso — prévia da mensagem */
.sim__meter {
  background: rgba(10, 27, 19, .8); border: 1px solid var(--stroke);
  border-radius: 24px; padding: clamp(24px, 3.4vw, 38px);
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px -24px rgba(0,0,0,.6);
}
.sim__meter-title { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.sim__meter-title .ico {
  width: 44px; height: 44px; border-radius: 13px; flex: 0 0 auto;
  background: var(--neon-soft); color: var(--neon); display: grid; place-items: center;
}
.sim__meter-title h3 { margin: 0; color: var(--white); font-size: 1.05rem; }
.sim__meter-title small { display: block; color: var(--white-45); font-size: .78rem; font-weight: 400; }
.sim__preview {
  position: relative; background: #0b2e1c; border: 1px solid rgba(46,229,140,.25);
  border-radius: 16px; border-top-left-radius: 5px;
  padding: 16px 18px; margin-bottom: 22px;
  font-size: .95rem; color: #dff5e7; line-height: 1.55; min-height: 86px;
}
.sim__preview::before {
  content: "Sua mensagem"; position: absolute; top: -9px; left: 14px;
  background: var(--bg-1); color: var(--neon);
  font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 1px 9px; border-radius: 99px; border: 1px solid rgba(46,229,140,.3);
}
.sim__preview .time { display: block; text-align: right; font-size: .7rem; color: rgba(223,245,231,.5); margin-top: 6px; }
.sim__preview strong { color: var(--neon); }
.sim__meter .btn { width: 100%; }
.sim__note { font-size: .78rem; color: var(--white-45); text-align: center; margin: 12px 0 0; }
@media (max-width: 880px) { .sim__grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   8. Stats — contadores
   ========================================================================== */
.stats { background: var(--paper); border-bottom: 1px solid var(--line); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats__item { padding: 36px 14px; text-align: center; border-left: 1px solid var(--line); position: relative; }
.stats__item:first-child { border-left: 0; }
.stats__num {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--ink); line-height: 1.05;
}
.stats__num .grad-text { font-size: inherit; }
.stats__label { font-size: .88rem; color: var(--ink-mute); margin-top: 6px; font-weight: 500; }
@media (max-width: 700px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__item:nth-child(3) { border-left: 0; }
  .stats__item { border-top: 1px solid var(--line); }
  .stats__item:nth-child(-n+2) { border-top: 0; }
}

/* ==========================================================================
   9. Especialidades
   ========================================================================== */
.spec-controls { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-bottom: 36px; }
.spec-tabs { display: flex; gap: 5px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 5px; box-shadow: var(--shadow-card); }
.spec-tabs button {
  border: 0; background: transparent; font-family: var(--font-head); font-weight: 700;
  font-size: .95rem; color: var(--ink-mute); padding: 11px 26px; border-radius: 999px; cursor: pointer;
  transition: .2s;
}
.spec-tabs button.is-active { background: var(--bg-0); color: var(--neon); }
.spec-search { position: relative; width: min(100%, 430px); }
.spec-search input {
  width: 100%; padding: 14px 18px 14px 48px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--paper); font: inherit; font-size: .95rem;
  outline: none; transition: border .15s, box-shadow .15s;
}
.spec-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(25,200,163,.14); }
.spec-search svg { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: var(--ink-mute); }

.spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 13px; }
.spec-grid[hidden] { display: none !important; }
.spec-card {
  position: relative; display: flex; align-items: center; gap: 14px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 18px; overflow: hidden;
  transition: transform .2s cubic-bezier(.34,1.56,.64,1), box-shadow .2s, border-color .2s;
}
.spec-card::before {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .25s;
  background: linear-gradient(120deg, rgba(46,229,140,.09), rgba(25,200,163,.05));
}
.spec-card:hover { transform: translateY(-4px); border-color: rgba(46,229,140,.6); box-shadow: 0 16px 40px -14px rgba(13,31,23,.25); }
.spec-card:hover::before { opacity: 1; }
.spec-card__mono {
  width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; position: relative;
  background: var(--bg-0); color: var(--neon);
  font-family: var(--font-head); font-weight: 700; font-size: 1.1rem;
  display: grid; place-items: center; transition: transform .2s;
}
.spec-card:hover .spec-card__mono { transform: rotate(-6deg) scale(1.07); }
.spec-card__name { font-weight: 700; font-size: .96rem; color: var(--ink); line-height: 1.25; position: relative; }
.spec-card__hint { font-size: .79rem; color: var(--wa-deep); font-weight: 600; display: flex; align-items: center; gap: 5px; margin-top: 2px; position: relative; }
.spec-card__arrow { margin-left: auto; color: var(--ink-mute); transition: .2s; position: relative; }
.spec-card:hover .spec-card__arrow { color: var(--wa-deep); transform: translateX(4px); }
.spec-empty { text-align: center; color: var(--ink-mute); padding: 34px 0; display: none; }
.spec-foot { text-align: center; margin-top: 34px; color: var(--ink-soft); font-size: .96rem; }
.spec-foot a { font-weight: 700; color: var(--wa-deep); text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   10. Como funciona — timeline
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; }
.steps::before {
  content: ""; position: absolute; top: 44px; left: 12%; right: 12%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--stroke) 0 10px, transparent 10px 20px);
}
.step {
  position: relative; background: var(--glass); border: 1px solid var(--stroke);
  border-radius: var(--radius); padding: 34px 28px 30px;
  backdrop-filter: blur(8px);
  transition: transform .22s, border-color .22s, background .22s;
}
.step:hover { transform: translateY(-6px); border-color: rgba(46,229,140,.5); background: var(--glass-2); }
.step__num {
  width: 56px; height: 56px; border-radius: 17px; margin-bottom: 20px;
  display: grid; place-items: center; position: relative;
  font-family: var(--font-head); font-weight: 700; font-size: 1.3rem;
  background: var(--grad-accent); color: #04130c;
  box-shadow: 0 10px 26px -8px rgba(46,229,140,.55);
}
.step h3 { font-size: 1.18rem; color: var(--white); }
.step p { color: var(--white-70); font-size: .94rem; margin: 0; }
@media (max-width: 820px) {
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
}

/* ==========================================================================
   11. Benefícios — bento grid
   ========================================================================== */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bento__card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; position: relative; overflow: hidden;
  transition: transform .22s, box-shadow .22s;
}
.bento__card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px -18px rgba(13,31,23,.28); }
.bento__card--hero {
  grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end;
  background: radial-gradient(140% 110% at 80% 0%, #0e2c1e 0%, var(--bg-0) 70%);
  border-color: transparent; color: var(--white); min-height: 360px;
}
.bento__card--hero h3 { color: var(--white); font-size: 1.4rem; }
.bento__card--hero p { color: var(--white-70); }
.bento__card--img { padding: 0; }
.bento__photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .5s ease;
}
.bento__card--img:hover .bento__photo { transform: scale(1.04); }
.bento__card--img .bento__card-content {
  position: relative; z-index: 1; padding: 30px;
  background: linear-gradient(to top, rgba(4,15,10,.92) 0%, rgba(4,15,10,.55) 60%, transparent 100%);
  margin-top: auto;
}
.bento__ico { width: 48px; height: 48px; border-radius: 14px; background: var(--neon-soft); color: var(--wa-deep); display: grid; place-items: center; margin-bottom: 18px; }
.bento__card h3 { font-size: 1.1rem; }
.bento__card p { color: var(--ink-soft); font-size: .93rem; margin: 0; }
@media (max-width: 880px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .bento__card--hero { grid-column: span 2; grid-row: auto; min-height: 280px; }
}
@media (max-width: 560px) { .bento { grid-template-columns: 1fr; } .bento__card--hero { grid-column: auto; } }

/* ==========================================================================
   12. Depoimentos — carrossel de bolhas
   ========================================================================== */
.reviews-rail { overflow: hidden; position: relative; }
.reviews-track { display: flex; gap: 16px; width: max-content; animation: rail 40s linear infinite; }
.reviews-track:hover { animation-state: paused; animation-play-state: paused; }
@keyframes rail { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .reviews-track { animation: none; flex-wrap: wrap; width: auto; } }
.review {
  width: 360px; flex: 0 0 auto;
  background: var(--paper); border: 1px solid var(--line); border-radius: 22px;
  padding: 26px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-card);
}
.review__bubble {
  position: relative; background: #e9fbe9; border-radius: 16px; border-top-left-radius: 4px;
  padding: 16px 18px; font-size: .94rem; color: #1c3526; line-height: 1.55; margin-bottom: 16px;
}
.review__bubble::after {
  content: ""; position: absolute; left: 18px; bottom: -8px;
  border: 8px solid transparent; border-top-color: #e9fbe9; border-left-color: #e9fbe9;
}
.review__stars { color: var(--amber); display: flex; gap: 2px; margin-bottom: 12px; }
.review__author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review__avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto;
  background: var(--bg-0); color: var(--neon);
  font-family: var(--font-head); font-weight: 700; display: grid; place-items: center; font-size: 1rem;
}
.review__name { font-weight: 700; font-size: .93rem; color: var(--ink); }
.review__meta { font-size: .8rem; color: var(--ink-mute); }
@media (max-width: 480px) { .review { width: 300px; } }

/* ==========================================================================
   13. Unidade / mapa
   ========================================================================== */
.unit { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 22px; align-items: stretch; }
.unit__info {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; display: flex; flex-direction: column; box-shadow: var(--shadow-card);
}
.unit__rows { list-style: none; margin: 0 0 24px; padding: 0; }
.unit__rows li { display: flex; gap: 15px; padding: 13px 0; border-bottom: 1px dashed var(--line); align-items: flex-start; }
.unit__rows li:last-child { border-bottom: 0; }
.unit__rows svg { color: var(--teal); flex: 0 0 auto; margin-top: 2px; }
.unit__rows strong { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-mute); font-weight: 700; }
.unit__rows a, .unit__rows span.val { font-weight: 600; color: var(--ink); }
.unit__rows a:hover { color: var(--wa-deep); }
.unit__map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 340px; box-shadow: var(--shadow-card); }
.unit__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.unit__ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }
@media (max-width: 820px) { .unit { grid-template-columns: 1fr; } }

/* ==========================================================================
   14. Blog
   ========================================================================== */
.posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(288px, 1fr)); gap: 16px; }
.post-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.post-card:hover { box-shadow: 0 20px 50px -18px rgba(13,31,23,.3); transform: translateY(-4px); }
.post-card__thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, #0e2c1e, var(--bg-0)); position: relative; overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__thumb img { transform: scale(1.05); }
.post-card__thumb .ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--neon); opacity: .55; }
.post-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__date { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
.post-card h3 { font-size: 1.14rem; margin-bottom: 10px; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--wa-deep); }
.post-card p { color: var(--ink-soft); font-size: .92rem; flex: 1; }
.post-card__more { font-weight: 700; font-size: .88rem; color: var(--wa-deep); display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; }
.post-card__more svg { transition: transform .2s; }
.post-card:hover .post-card__more svg { transform: translateX(4px); }

/* ==========================================================================
   15. FAQ
   ========================================================================== */
.faq { max-width: 800px; margin: 0 auto; }
.faq__item {
  background: var(--glass); border: 1px solid var(--stroke); border-radius: var(--radius-sm);
  margin-bottom: 10px; overflow: hidden; backdrop-filter: blur(6px);
  transition: border-color .2s, background .2s;
}
.faq__item.is-open { border-color: rgba(46,229,140,.5); background: var(--glass-2); }
.faq__q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: var(--white);
  padding: 20px 22px;
}
.faq__q svg { flex: 0 0 auto; color: var(--neon); transition: transform .25s; }
.faq__item.is-open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 22px 20px; color: var(--white-70); font-size: .95rem; }

/* ==========================================================================
   16. CTA final
   ========================================================================== */
.cta-final {
  position: relative; overflow: hidden; border-radius: 30px;
  background: radial-gradient(130% 130% at 50% 0%, #0e2c1e 0%, var(--bg-0) 75%);
  border: 1px solid var(--stroke);
  color: var(--white); text-align: center;
  padding: clamp(52px, 8vw, 92px) 30px;
}
.cta-final .hero__aurora { opacity: .4; }
.cta-final > .inner { position: relative; z-index: 1; }
.cta-final h2 { color: var(--white); font-size: clamp(1.9rem, 4.6vw, 3rem); }
.cta-final p { color: var(--white-70); max-width: 560px; margin: 0 auto 32px; font-size: 1.08rem; }
.cta-final__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-final__hint { margin-top: 22px; font-size: .85rem; color: var(--white-45); display: flex; align-items: center; justify-content: center; gap: 8px; }
.cta-final__hint .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--neon); animation: blink 1.8s infinite; }

/* ==========================================================================
   17. Footer
   ========================================================================== */
.site-footer { background: var(--bg-0); color: var(--white-70); border-top: 1px solid var(--stroke-soft); }
.site-footer a { color: var(--white-70); transition: color .15s; }
.site-footer a:hover { color: var(--neon); }
.site-footer__grid {
  display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.25fr; gap: 38px;
  padding: clamp(48px, 7vw, 80px) 0 44px;
}
.site-footer h4 { color: var(--white); font-size: 1rem; margin-bottom: 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 6px 0; font-size: .92rem; display: flex; gap: 11px; align-items: flex-start; }
.site-footer li svg { flex: 0 0 auto; margin-top: 4px; color: var(--neon); }
.site-footer__brand img { max-height: 46px; width: auto; display: block; margin-bottom: 16px; filter: brightness(0) invert(1); }
.site-footer__brand p { font-size: .92rem; max-width: 280px; }
.site-footer__legal { border-top: 1px solid var(--stroke-soft); padding: 24px 0 100px; font-size: .79rem; color: var(--white-45); }
.site-footer__legal p { margin-bottom: 6px; }
@media (max-width: 880px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   18. WhatsApp flutuante + barra mobile
   ========================================================================== */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #2ee58c, #16a34a);
  color: #04130c; display: grid; place-items: center;
  box-shadow: 0 14px 34px -8px rgba(46,229,140,.7);
  transition: transform .18s;
}
.wa-float:hover { transform: scale(1.1) rotate(-4deg); color: #04130c; }
.wa-float::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(46,229,140,.5); animation: ring 2.2s ease-out infinite;
}
@keyframes ring { 0% { transform: scale(.82); opacity: 1; } 100% { transform: scale(1.3); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .wa-float::after { animation: none; } }

.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
  display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(4,15,10,.92); backdrop-filter: blur(14px);
  border-top: 1px solid var(--stroke);
}
.mobile-bar .btn { flex: 1; padding: 14px 10px; font-size: .95rem; }
.mobile-bar .btn--tel { background: var(--glass-2); color: var(--white); border-color: var(--stroke); }
@media (max-width: 920px) {
  .mobile-bar { display: flex; }
  .wa-float { bottom: 88px; }
}

/* ==========================================================================
   19. Blog interno (single / archive / page)
   ========================================================================== */
.page-hero {
  position: relative; background: radial-gradient(120% 130% at 50% 0%, var(--bg-2), var(--bg-0) 80%);
  color: var(--white); padding: clamp(46px, 7vw, 80px) 0; overflow: hidden;
}
.page-hero .container { position: relative; }
.page-hero h1 { color: var(--white); margin: 0; font-size: clamp(1.8rem, 4.6vw, 2.8rem); }
.page-hero .breadcrumbs { font-size: .84rem; color: var(--white-45); margin-bottom: 14px; }
.page-hero .breadcrumbs a { color: var(--white-70); }
.entry-meta { font-size: .9rem; color: var(--white-45); margin-top: 14px; }

.entry-wrap { background: var(--light); }
.entry-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; padding-top: clamp(40px, 6vw, 70px); padding-bottom: clamp(40px, 6vw, 70px); }
@media (max-width: 980px) { .entry-layout { grid-template-columns: 1fr; } }
.entry-content { font-size: 1.05rem; color: #2c3a32; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.7em; font-size: 1.6rem; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content a { color: var(--wa-deep); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote {
  margin: 1.6em 0; padding: 20px 24px; border-left: 4px solid var(--neon);
  background: var(--paper); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-weight: 600;
}
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content figcaption { font-size: .82rem; color: var(--ink-mute); text-align: center; margin-top: 8px; }

.sidebar-cta {
  position: sticky; top: 100px;
  background: radial-gradient(140% 120% at 80% 0%, #0e2c1e 0%, var(--bg-0) 70%);
  border: 1px solid var(--stroke);
  border-radius: var(--radius); padding: 30px; text-align: center; color: var(--white);
}
.sidebar-cta__ico { width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 16px; background: var(--neon-soft); color: var(--neon); display: grid; place-items: center; }
.sidebar-cta h3 { font-size: 1.2rem; color: var(--white); }
.sidebar-cta p { font-size: .9rem; color: var(--white-70); }
.sidebar-cta .btn { width: 100%; margin-top: 8px; }

.archive-wrap { background: var(--light); }
.archive-grid { padding-top: clamp(40px, 6vw, 70px); padding-bottom: clamp(40px, 6vw, 70px); }
.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 42px; }
.pagination .page-numbers {
  min-width: 42px; height: 42px; display: inline-grid; place-items: center;
  border: 1px solid var(--line); border-radius: 11px; font-weight: 600; font-size: .9rem;
  padding: 0 9px; background: var(--paper); color: var(--ink);
}
.pagination .page-numbers.current { background: var(--bg-0); color: var(--neon); border-color: var(--bg-0); }

.plain-wrap { background: var(--light); }
.plain-content { max-width: 820px; margin: 0 auto; padding: clamp(40px, 6vw, 70px) 22px; }

/* ==========================================================================
   19b. Mobile — hero com a foto em destaque (imagem primeiro, texto depois)
   ========================================================================== */
.spec-more { display: none; }

@media (max-width: 920px) {
  /* --- contato: só a barra fixa inferior --- */
  .wa-float { display: none; }

  /* --- header compacto, logo com respiro --- */
  .site-header__inner { min-height: 64px; padding-top: 7px; padding-bottom: 7px; }
  .site-header__brand img, .site-header__brand .site-logo { max-height: 34px; }
  .nav-toggle {
    border: 1px solid var(--stroke); border-radius: 12px;
    padding: 9px 11px; background: var(--glass);
  }
  .nav-toggle span { width: 20px; margin: 4px 0; }
  .site-nav { inset: 62px 0 auto 0; }

  /* --- hero estilo Bitso: a foto abre a tela, o texto assenta embaixo --- */
  .float-chip { display: none; }
  .hero__visual { display: none; }
  .hero__aurora span { animation: none; }
  .hero__inner {
    grid-template-columns: 1fr; gap: 0;
    padding-top: clamp(140px, 32vh, 220px);
    padding-bottom: 46px;
    text-align: left;
  }
  /* botão de tamanho natural, não um tubo de borda a borda */
  .hero__ctas .btn { flex: 0 0 auto; width: auto; }
  h1 { font-size: clamp(1.8rem, 7.6vw, 2.3rem); line-height: 1.15; }
  .hero__sub { font-size: 1rem; line-height: 1.65; margin: 0 0 24px; max-width: 36ch; }
  .hero__ctas { margin-bottom: 22px; gap: 10px; justify-content: flex-start; }
  .hero__ctas .btn--ghost-light { display: none; }   /* 1 CTA é suficiente */
  .btn--xl { padding: 16px 22px; font-size: 1.02rem; }
  .hero__trust { gap: 8px 16px; justify-content: flex-start; }
  .hero__trust li { font-size: .82rem; }
  .hero__trust svg { width: 14px; height: 14px; }
  /* overlay leve: foto visível no topo, escurece onde o texto está */
  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(4,15,10,.32) 0%, rgba(4,15,10,.08) 30%, rgba(4,15,10,.55) 60%, rgba(4,15,10,.94) 100%);
  }
  .hero__bg img { object-position: center 18%; }
  /* respiro central também nos títulos de seção */
  .section__head { padding: 0 6px; }

  /* --- menos movimento = menos cansaço --- */
  .marquee { display: none; }
  .cta-final .hero__aurora { display: none; }

  /* --- tipografia e respiro --- */
  h2 { font-size: clamp(1.45rem, 6vw, 1.8rem); }
  .section { padding: 44px 0; }
  .section__head { margin-bottom: 24px; }
  .section__sub { font-size: .96rem; }

  /* --- agendamento expresso compacto --- */
  .sim__grid { gap: 26px; }
  .sim__chips { margin: 18px 0 18px; gap: 7px; }
  .sim-chip { padding: 8px 14px; font-size: .84rem; }
  .sim__meter { padding: 20px; border-radius: 18px; }

  /* --- números compactos --- */
  .stats__item { padding: 18px 8px; }
  .stats__num { font-size: 1.55rem; }
  .stats__label { font-size: .78rem; margin-top: 2px; }

  /* --- especialidades: mostra 8, expande sob demanda --- */
  .spec-grid.is-collapsed .spec-card:nth-child(n+9) { display: none; }
  .spec-more {
    display: flex; margin: 16px auto 0;
    align-items: center; justify-content: center; gap: 8px;
    width: 100%; max-width: 360px;
    background: var(--paper); border: 1px solid #c8d4cb; border-radius: 999px;
    font-family: var(--font-head); font-weight: 700; font-size: .94rem; color: var(--ink);
    padding: 13px 20px; cursor: pointer;
  }
  .spec-card { padding: 13px 15px; }
  .spec-card__mono { width: 38px; height: 38px; font-size: 1rem; }

  /* --- passos e bento mais leves --- */
  .step { padding: 24px 22px 22px; }
  .bento__card { padding: 22px; }
  .bento__card--hero { min-height: 220px; }

  /* --- depoimentos --- */
  .review { width: 290px; padding: 20px; }

  /* --- blog --- */
  .page-hero { padding: 30px 0 34px; }
  .entry-layout { gap: 24px; padding-top: 30px; padding-bottom: 40px; }
  .entry-content { font-size: 1rem; }
  .sidebar-cta { position: static; }
  .posts-grid { gap: 14px; }
  .post-card__body { padding: 20px; }
  .post-card h3 { font-size: 1.05rem; }
  .archive-grid { padding-top: 30px; padding-bottom: 40px; }

  /* --- FAQ e CTA final --- */
  .faq__q { padding: 16px 18px; font-size: .94rem; }
  .cta-final { padding: 40px 22px; border-radius: 22px; }
  .cta-final__hint { font-size: .78rem; }
}

/* sem foto no Personalizar, o hero mobile volta ao tamanho normal */
@media (max-width: 920px) {
  .hero:not(.hero--has-bg) .hero__inner { padding-top: 38px; }
}

/* botões sobre fundo escuro do cartão lateral do blog */
.sidebar-cta .btn--ghost {
  color: #fff; border-color: rgba(255,255,255,.45); background: transparent;
}
.sidebar-cta .btn--ghost:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }

/* ==========================================================================
   20. Reveal on scroll
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1); }
  .reveal.is-visible { opacity: 1; transform: none; }
  .reveal[data-delay="1"] { transition-delay: .1s; }
  .reveal[data-delay="2"] { transition-delay: .2s; }
  .reveal[data-delay="3"] { transition-delay: .3s; }
}
