/* Easy Alert v2 — folha unica. Tokens extraidos do site original (Elementor). */
:root {
  --primary: #B21D1D;
  --primary-dark: #8E1414;
  --accent: #B21D1D;
  --ink: #0C0C0C;
  --text: #535353;
  --bg-soft: #F8F8F8;
  --bg-soft2: #F6F6F6;
  --line: #E8E8E8;
  --white: #fff;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 10px 34px rgba(30, 30, 30, .09);
  --shadow-sm: 0 4px 14px rgba(30, 30, 30, .07);
  --container: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
body {
  font-family: Poppins, system-ui, -apple-system, sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
h1, h2 { font-weight: 700; color: var(--ink); line-height: 1.14; letter-spacing: -.02em; }
h3, h4 { font-weight: 600; color: var(--ink); line-height: 1.3; letter-spacing: -.01em; }
h1 { font-size: clamp(2.2rem, 4.8vw, 3.7rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
h3 { font-size: 1.22rem; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section { padding: 84px 0; }
.section-kicker {
  display: inline-block; font-size: .8rem; font-weight: 600;
  color: var(--primary); background: rgba(178, 29, 29, .07);
  border: 1px solid rgba(178, 29, 29, .14);
  padding: 6px 16px; border-radius: 999px; margin-bottom: 16px;
  text-transform: uppercase; letter-spacing: .07em;
}
.section-head { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-head p { margin-top: 14px; font-size: 1.02rem; }
.accent { color: var(--primary); font-style: italic; font-weight: 600; }
.red { color: var(--primary); }

/* ---------- Foco e utilidades ---------- */
:focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; border-radius: 4px; }
.benefits :focus-visible, .cta-banner :focus-visible, .site-footer :focus-visible { outline-color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--primary); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0; font-weight: 500; }
.skip-link:focus { left: 0; }
.hero-note { margin-top: 18px; font-size: .9rem; color: var(--text); }

/* ---------- Botoes ---------- */
.btn {
  display: inline-block; font-weight: 500; font-size: 1rem;
  padding: 14px 30px; border-radius: 999px; border: 0; cursor: pointer;
  transition: background .2s, transform .16s, box-shadow .2s; text-align: center;
}
.btn:active { transform: scale(.97); }
.btn-primary {
  background: var(--primary); color: var(--white);
  box-shadow: 0 8px 22px rgba(178, 29, 29, .28);
}
.btn-primary:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(178, 29, 29, .34); }
.btn-dark { background: #180a0a; color: var(--white); }
.btn-dark:hover { background: #000; color: var(--white); }
.btn-ghost { background: transparent; color: var(--ink); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; }
.btn-ghost:hover { color: var(--primary); }
.btn-lg { padding: 17px 38px; font-size: 1.05rem; }
.btn-white { background: var(--white); color: var(--primary); box-shadow: 0 8px 22px rgba(0, 0, 0, .2); }
.btn-white:hover { background: #ffecec; color: var(--primary-dark); transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 78px; }
.brand { flex-shrink: 0; }
.brand img { width: 178px; height: auto; }
.main-nav { display: flex; gap: 24px; margin-left: auto; }
.main-nav a { color: var(--ink); font-weight: 500; font-size: .95rem; position: relative; padding: 4px 0; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--primary); transition: width .22s;
}
.main-nav a:hover { color: var(--primary); }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; gap: 12px; }
.header-actions .btn { padding: 11px 24px; font-size: .92rem; white-space: nowrap; box-shadow: none; }
.header-actions .cta-short { display: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; padding: 72px 0 0;
  background:
    url('/assets/img/grid-hero-section-lcp.svg') top center / 1400px auto no-repeat,
    linear-gradient(180deg, #FAF7F7 0%, var(--white) 86%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; position: relative; }
.hero-tags { display: flex; gap: 12px; margin-bottom: 24px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; background: var(--white);
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px;
  font-size: .9rem; font-weight: 500; color: var(--ink); box-shadow: var(--shadow-sm);
}
.hero-tag::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--ink); }
.hero-tag.green::before { background: #7DC922; }
.hero p.lead { margin: 20px 0 32px; font-size: 1.08rem; max-width: 560px; }
.hero-ctas { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-visual { position: relative; max-width: 640px; justify-self: end; }
.hero-visual > img {
  width: 100%; max-width: 626px;
  filter: drop-shadow(0 26px 48px rgba(30, 30, 30, .18));
}

/* Card de notificacao (assinatura: o sino toca) */
.notif {
  position: absolute; top: -22px; right: -14px; width: 292px;
  background: var(--white); border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px -14px rgba(12, 12, 12, .3);
  padding: 12px 16px; display: flex; gap: 12px; align-items: flex-start;
  text-align: left; z-index: 2;
}
.notif svg { width: 26px; height: 26px; flex-shrink: 0; color: var(--primary); }
.notif strong { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); }
.notif span { font-size: .82rem; line-height: 1.45; color: var(--text); }
@media (prefers-reduced-motion: no-preference) {
  html.js .notif { opacity: 0; transform: translateY(10px); transition: opacity .45s ease .4s, transform .45s ease .4s; }
  html.js .notif.revealed { opacity: 1; transform: none; }
  html.js .notif.revealed svg { animation: bell-ring .9s ease-out .55s 1; transform-origin: top center; }
  @keyframes bell-ring {
    0%, 100% { transform: rotate(0); }
    20% { transform: rotate(14deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(6deg); }
    80% { transform: rotate(-3deg); }
  }
}

/* Stats */
.stats { padding: 56px 0 40px; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 38px; box-shadow: var(--shadow-sm);
}
.stat { position: relative; padding-left: 18px; }
.stat::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 4px;
  border-radius: 4px; background: linear-gradient(180deg, var(--accent), var(--primary));
}
.stat strong { display: block; font-variant-numeric: tabular-nums; font-size: clamp(1.9rem, 3.2vw, 2.6rem); font-weight: 600; color: var(--ink); line-height: 1.12; }
.stat span { font-size: .92rem; }
.stat .stars { color: #F5A623; letter-spacing: 2px; font-size: 1.3rem; }
.stats-note { font-size: .82rem; color: #6d6d6d; margin-top: 14px; text-align: right; }
.stats-note a { color: inherit; text-decoration: underline; }

/* ---------- Logos marquee ---------- */
.logos { padding: 44px 0 52px; background: var(--white); }
.logos h2 { text-align: center; font-size: 1.1rem; font-weight: 500; color: var(--text); margin-bottom: 30px; letter-spacing: 0; }
.marquee {
  overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex; align-items: center; gap: 64px; width: max-content;
  animation: marquee 38s linear infinite; padding-right: 64px;
}
.marquee.slow .marquee-track { animation-duration: 48s; }
.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track { animation-play-state: paused; }
.marquee img {
  height: 52px; width: auto; flex-shrink: 0;
  filter: grayscale(1); opacity: .65; transition: filter .25s, opacity .25s, transform .25s;
}
.marquee img:hover { filter: none; opacity: 1; transform: scale(1.06); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Dores -> solucao ---------- */
.pains { background: var(--bg-soft2); }
.pains-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pain-chips { display: flex; flex-wrap: wrap; gap: 14px; }
.pain-chip {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 13px 20px; font-size: .95rem; color: var(--ink); box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
}
.pain-chip:nth-child(odd) { transform: rotate(-1.2deg); }
.pain-chip:nth-child(even) { transform: rotate(1.1deg); }
.pain-chip:hover { transform: rotate(0) translateY(-3px); box-shadow: var(--shadow); }
.gains-list { list-style: none; margin-top: 20px; }
.gains-list li { display: flex; gap: 12px; margin: 15px 0; align-items: flex-start; font-weight: 500; color: var(--ink); }
.gains-list li::before {
  content: "✓"; color: var(--white); background: #5cb85c; border-radius: 50%;
  width: 22px; height: 22px; font-size: .8rem; display: inline-flex; align-items: center;
  justify-content: center; flex-shrink: 0; margin-top: 3px;
}

/* ---------- Media frame (imagem no tamanho nativo, sem upscale) ---------- */
.media-frame {
  background:
    url('/assets/img/grid-full.svg') center / 900px auto no-repeat,
    linear-gradient(150deg, #FBF6F6, #F3EDED);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px; display: flex; align-items: center; justify-content: center;
  min-height: 340px;
}
.media-frame img {
  width: auto; max-width: 100%; height: auto;
  border-radius: 14px; box-shadow: 0 16px 44px rgba(30, 30, 30, .16);
}

/* ---------- Cards de features ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm);
  transition: transform .22s, box-shadow .22s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .95rem; }
.card-media {
  height: 220px; border-radius: var(--radius); margin-bottom: 22px;
  background: linear-gradient(150deg, #FBF6F6, #F1EAEA);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  padding: 18px;
}
.card-media img { max-height: 100%; width: auto; max-width: 100%; border-radius: 10px; }
.icon-chip {
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 16px;
  background: rgba(178, 29, 29, .08); color: var(--primary);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.icon-chip svg { width: 26px; height: 26px; }

/* ---------- Beneficios (dark) ---------- */
.benefits { background: radial-gradient(1100px 520px at 70% -10%, #2a0f0f 0%, #0C0C0C 55%); color: #d7d7d7; }
.benefits h2, .benefits h3 { color: var(--white); }
.benefits .section-kicker { background: rgba(255, 47, 47, .14); color: #ff9d9d; border-color: rgba(255, 47, 47, .25); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit {
  background: rgba(255, 255, 255, .045); border-radius: var(--radius); padding: 26px;
  border: 1px solid rgba(255, 255, 255, .09); transition: border-color .25s, transform .25s;
}
.benefit:hover { border-color: rgba(255, 47, 47, .45); transform: translateY(-4px); }
.benefit .icon-chip { background: rgba(178, 29, 29, .2); color: #ff9d9d; }
.benefit h4 { color: var(--white); font-size: 1.03rem; margin-bottom: 8px; }
.benefit p { font-size: .9rem; color: #b9b3b3; }

/* ---------- Depoimentos ---------- */
.testimonials { background: var(--bg-soft); }
.testi-videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 48px; }
.testi-video {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .22s, box-shadow .22s; background: var(--white);
}
.testi-video:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.testi-video img { width: 100%; aspect-ratio: 482/402; object-fit: cover; }
.testi-video-link { display: block; position: relative; }
.testi-video-link .play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(178, 29, 29, .92); box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
  transition: transform .18s, background .18s;
}
.testi-video-link .play-btn::after {
  content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%, -50%);
  border-style: solid; border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
.testi-video-link:hover .play-btn { transform: translate(-50%, -50%) scale(1.1); background: var(--accent); }
.testi-video iframe { width: 100%; aspect-ratio: 482/402; border: 0; display: block; }
.testi-video figcaption {
  position: absolute; inset: auto 0 0 0; padding: 44px 20px 16px;
  background: linear-gradient(transparent, rgba(10, 4, 4, .82));
  color: var(--white); font-weight: 600; font-size: 1.05rem;
}
.testi-video figcaption span { display: block; font-weight: 400; font-size: .85rem; opacity: .85; }
.testi-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testi-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 30px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line); position: relative;
  display: flex; flex-direction: column;
}
.testi-card::before {
  content: ""; position: absolute; top: 22px; right: 26px; width: 34px; height: 32px;
  background: url('/assets/img/citacoes.svg') center / contain no-repeat; opacity: .18;
}
.testi-card .t-stars { color: #F5A623; letter-spacing: 3px; margin-bottom: 12px; font-size: .95rem; }
.testi-card blockquote { font-size: .95rem; font-style: italic; flex: 1; }
.testi-card footer { display: flex; align-items: center; gap: 13px; margin-top: 20px; }
.testi-card footer img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: top; }
.testi-card footer strong { color: var(--ink); display: block; font-size: .95rem; }
.testi-card footer span { font-size: .82rem; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse > .split-img { order: 2; }
.split h2 { margin-bottom: 16px; }
.split .btn { margin-top: 24px; }
.check-list { list-style: none; margin: 20px 0; }
.check-list li { display: flex; gap: 11px; margin: 11px 0; align-items: flex-start; }
.check-list li::before {
  content: "✓"; color: var(--primary); background: rgba(178, 29, 29, .09);
  border-radius: 50%; width: 22px; height: 22px; font-size: .78rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 3px;
}

/* ---------- Duo (Brasil: construtoras / sindicos) ---------- */
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.duo-card {
  display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s;
}
.duo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.duo-card .duo-media {
  background: linear-gradient(150deg, #FBF6F6, #F1EAEA); border-radius: var(--radius);
  height: 200px; display: flex; align-items: center; justify-content: center; padding: 14px; overflow: hidden;
}
.duo-card .duo-media img { max-height: 100%; width: auto; max-width: 100%; border-radius: 10px; }
.duo-card h3 { margin-bottom: 8px; }
.duo-card p { font-size: .92rem; }
.duo-card .btn { margin-top: 14px; padding: 10px 22px; font-size: .9rem; }

/* ---------- CTA banner ---------- */
.cta-banner {
  position: relative; overflow: hidden;
}
.cta-banner .band-bell {
  position: absolute; right: -70px; bottom: -110px; width: 420px; height: 420px;
  opacity: .1; pointer-events: none;
}
.cta-banner {
  background:
    linear-gradient(115deg, rgba(126, 22, 22, .96), rgba(178, 29, 29, .88)),
    url('/assets/img/background-cta-ea.avif') center / cover no-repeat;
  color: var(--white); text-align: center; border-radius: var(--radius-lg);
  padding: 72px 36px; box-shadow: 0 24px 60px rgba(126, 22, 22, .35);
}
.cta-banner h2 { color: var(--white); max-width: 740px; margin: 0 auto 16px; }
.cta-banner p { max-width: 620px; margin: 0 auto 32px; opacity: .93; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px;
  background: var(--white); transition: border-color .2s, box-shadow .2s;
}
.faq-item:hover { border-color: rgba(178, 29, 29, .35); }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: rgba(178, 29, 29, .35); }
.faq-item summary {
  cursor: pointer; padding: 19px 24px; font-weight: 600; color: var(--ink);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.5rem; color: var(--primary); transition: transform .22s;
  width: 30px; height: 30px; border-radius: 50%; background: rgba(178, 29, 29, .07);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 20px; }

/* ---------- Footer ---------- */
.site-footer { background: #161010; color: #c9c2c2; padding: 64px 0 26px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr .8fr; gap: 44px; }
.footer-col h3 { color: var(--white); font-size: 1rem; margin-bottom: 16px; }
.footer-col a { display: block; color: #c9c2c2; margin: 8px 0; transition: color .15s, padding-left .15s; }
.footer-col a:hover { color: var(--white); padding-left: 3px; }
.footer-col p { margin: 8px 0; }
.footer-col p a { display: inline; }
.footer-brand img { margin-bottom: 18px; }
.footer-addr { font-size: .82rem; opacity: .75; }
.social-links a { display: block; }
.footer-bottom { border-top: 1px solid #322727; margin-top: 48px; padding-top: 24px; font-size: .8rem; opacity: .65; }

/* ---------- WhatsApp float ---------- */
.whats-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28); transition: transform .16s;
}
.whats-float::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, .5); animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.25); opacity: 0; } }
.whats-float:hover { transform: scale(1.08); }

/* ---------- Popup demo ---------- */
.demo-popup { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; }
.demo-popup[hidden] { display: none; }
.demo-popup-backdrop { position: absolute; inset: 0; background: rgba(20, 8, 8, .58); backdrop-filter: blur(3px); }
.demo-popup-card {
  position: relative; background: var(--white); border-radius: var(--radius-lg);
  max-width: 470px; width: calc(100% - 40px); padding: 42px 38px; text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .35);
  animation: popup-in .3s cubic-bezier(.2, .9, .3, 1.2);
}
@keyframes popup-in { from { opacity: 0; transform: translateY(24px) scale(.96); } }
.demo-popup-kicker { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--primary); margin-bottom: 10px; }
.demo-popup-card h2 { font-size: 1.5rem; margin-bottom: 12px; }
.demo-popup-card p { font-size: .95rem; margin-bottom: 26px; }
.demo-popup-x {
  position: absolute; top: 14px; right: 18px; background: none; border: 0;
  font-size: 1.7rem; color: var(--text); cursor: pointer; line-height: 1;
}
.demo-popup-later { display: block; margin: 15px auto 0; background: none; border: 0; color: var(--text); font-size: .85rem; cursor: pointer; text-decoration: underline; }

/* ---------- Reveal on scroll (so com JS ativo: html.js) ---------- */
html.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
html.js [data-reveal].revealed { opacity: 1; transform: none; }
html.js [data-reveal-stagger] > * { opacity: 0; transform: translateY(26px); transition: opacity .55s ease, transform .55s ease; }
html.js [data-reveal-stagger].revealed > * { opacity: 1; transform: none; }
html.js [data-reveal-stagger].revealed > :nth-child(2) { transition-delay: .08s; }
html.js [data-reveal-stagger].revealed > :nth-child(3) { transition-delay: .16s; }
html.js [data-reveal-stagger].revealed > :nth-child(4) { transition-delay: .24s; }
html.js [data-reveal-stagger].revealed > :nth-child(5) { transition-delay: .32s; }
html.js [data-reveal-stagger].revealed > :nth-child(6) { transition-delay: .40s; }
.hero-grid > div:first-child { animation: rise .7s ease both; }
.hero-visual { animation: rise .7s .12s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .whats-float::after { animation: none; }
  .demo-popup-card { animation: none; }
  [data-reveal], [data-reveal-stagger] > * { opacity: 1; transform: none; transition: none; }
  .hero-grid > div:first-child, .hero-visual { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Paginas internas / blog / prosa ---------- */
.page-hero {
  background:
    url('/assets/img/grid-hero-section-lcp.svg') top center / 1400px auto no-repeat,
    linear-gradient(180deg, #FAF7F7, var(--white));
  padding: 64px 0 48px;
}
.page-hero h1 { max-width: 840px; }
.page-hero .lead { margin-top: 16px; max-width: 700px; font-size: 1.06rem; }
.prose { max-width: 760px; margin: 0 auto; }
.prose a, .section-head a, .timeline .src a, .stats-note a, .hero-note a { text-decoration: underline; text-underline-offset: 3px; }
.prose h2 { margin: 44px 0 16px; font-size: 1.55rem; }
.prose h3 { margin: 30px 0 10px; }
.prose p, .prose li { margin-bottom: 12px; }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 18px; }
.prose img { border-radius: var(--radius); margin: 22px 0; box-shadow: var(--shadow-sm); }
.prose table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: .92rem; overflow-x: auto; display: block; }
.prose th, .prose td { border: 1px solid var(--line); padding: 11px 14px; text-align: left; }
.prose th { background: var(--bg-soft); color: var(--ink); }
.prose tr:nth-child(even) td { background: #FCFAFA; }
.prose blockquote { border-left: 4px solid var(--primary); padding: 10px 20px; background: var(--bg-soft); border-radius: 0 var(--radius) var(--radius) 0; margin: 20px 0; }
.post-meta { display: flex; gap: 14px; font-size: .85rem; margin-top: 16px; color: var(--text); flex-wrap: wrap; }
.post-meta .cat { color: var(--primary); font-weight: 600; }
.author-box { display: flex; gap: 18px; align-items: flex-start; margin-top: 48px; padding: 24px; border: 1px solid var(--border, #e6e6e6); border-radius: 14px; background: #fafafa; }
.author-box .author-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-initials { display: flex; align-items: center; justify-content: center; background: var(--primary); color: #fff; font-weight: 700; font-size: 1.4rem; }
.author-box .author-kicker { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--primary); font-weight: 600; margin: 0 0 4px; }
.author-box .author-name { font-weight: 700; font-size: 1.05rem; margin: 0; }
.author-box .author-credential { font-weight: 500; font-size: .85rem; color: #555; }
.author-box .author-role { color: var(--primary); font-weight: 500; font-size: .85rem; margin: 2px 0 10px; }
.author-box .author-bio { font-size: .92rem; margin: 0 0 10px; }
.author-box .author-link { font-size: .85rem; font-weight: 600; }
@media (max-width: 560px) { .author-box { flex-direction: column; } }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .22s, box-shadow .22s;
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.post-card .post-card-body { padding: 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.post-card h3 { font-size: 1.05rem; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--primary); }
.post-card p { font-size: .88rem; flex: 1; }
.post-card .post-meta { margin-top: 0; }
.founder-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 28px; }
.founder-card { text-align: center; }
.founder-card .founder-avatar {
  width: 124px; height: 124px; border-radius: 50%; margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--accent), var(--primary-dark));
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; font-weight: 600; box-shadow: 0 12px 30px rgba(178, 29, 29, .3);
}
.founder-card .founder-photo { object-fit: cover; display: block; }
.founder-card h3 { margin-bottom: 4px; }
.founder-card .role { color: var(--primary); font-weight: 500; font-size: .9rem; margin-bottom: 10px; }
.founder-card p { font-size: .9rem; }
.timeline { max-width: 760px; margin: 0 auto; list-style: none; }
.timeline li { position: relative; padding: 0 0 34px 36px; border-left: 2px solid var(--line); margin-left: 8px; }
.timeline li:last-child { border-left-color: transparent; }
.timeline li::before {
  content: ""; position: absolute; left: -9px; top: 4px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 4px rgba(178, 29, 29, .15);
}
.timeline .year { font-weight: 600; color: var(--primary); font-size: .9rem; }
.timeline h3 { margin: 4px 0 6px; }
.timeline .src { font-size: .8rem; }
.numbers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.number-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px 30px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .22s, box-shadow .22s;
}
.number-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.number-card strong { display: block; font-size: 2.7rem; font-weight: 600; color: var(--primary); line-height: 1.1; }
.number-card span { font-size: .95rem; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .hero-grid, .pains-grid, .split, .duo-grid { grid-template-columns: 1fr; }
  .split.reverse > .split-img { order: 0; }
  .hero-visual { justify-self: center; margin-bottom: 24px; }
  .cards-3, .benefit-grid, .testi-videos, .testi-cards, .post-grid, .founder-grid, .numbers-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 26px; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-actions .btn-dark { display: none; }
  .main-nav.open {
    display: flex; flex-direction: column; position: absolute; top: 78px; left: 0; right: 0;
    background: var(--white); padding: 22px; border-bottom: 1px solid var(--line); gap: 15px;
    box-shadow: var(--shadow);
  }
}
@media (max-width: 620px) {
  section { padding: 52px 0; }
  .cards-3, .benefit-grid, .testi-videos, .testi-cards, .post-grid, .founder-grid, .numbers-grid, .stats-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .header-inner { gap: 10px; padding: 0 4px; }
  .brand img { width: 128px; }
  .header-actions .btn-primary { padding: 10px 16px; font-size: .85rem; }
  .header-actions .cta-full { display: none; }
  .header-actions .cta-short { display: inline; }
  .hero { padding: 44px 0 0; }
  .duo-card { grid-template-columns: 1fr; }
  .duo-card .duo-media { height: 170px; }
  .cta-banner { padding: 52px 24px; }
  .marquee-track { gap: 40px; }
  .marquee img { height: 42px; }
}

@media (max-width: 380px) {
  .container { padding: 0 14px; }
  .header-inner { gap: 6px; }
  .brand img { width: 104px; }
  .header-actions .btn-primary { padding: 9px 12px; font-size: .78rem; }
  .nav-toggle { padding: 6px 4px; }
}
