:root {
  --black: #111111;
  --black-soft: #1b1b1b;
  --yellow: #f4c400;
  --yellow-dark: #d8a900;
  --green: #148a4b;
  --green-dark: #0f713d;
  --white: #ffffff;
  --off: #f4f4f1;
  --line: #deded8;
  --text: #181818;
  --muted: #666661;
  --container: 1180px;
  --radius: 14px;
  --shadow: 0 20px 60px rgba(0,0,0,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body.edplus-site {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 12px; top: 12px; z-index: 9999; background: #fff; padding: 10px 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(17,17,17,.08);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.header-accent { height: 5px; background: var(--yellow); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 48px; height: 48px; border-radius: 8px; background: var(--yellow); display: grid; place-items: center; color: var(--black); letter-spacing: -1px; }
.brand-mark strong { font-size: 20px; line-height: 1; }
.brand-copy { display: grid; line-height: 1.1; gap: 5px; }
.brand-copy strong { font-size: 16px; font-weight: 900; }
.brand-copy small { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.site-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; color: #3b3b38; transition: color .2s ease; }
.site-nav a:hover { color: #000; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: #111; margin: 5px 0; transition: .2s ease; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 9px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--yellow); color: var(--black); }
.btn-primary:hover { background: #ffd21b; }
.btn-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.28); }
.btn-secondary:hover { border-color: rgba(255,255,255,.65); }
.btn-whatsapp { background: var(--green); color: #fff; padding-inline: 18px; }
.btn-whatsapp:hover { background: var(--green-dark); }
.btn-whatsapp svg { width: 19px; height: 19px; fill: currentColor; }
.btn-dark { background: var(--black); color: #fff; }
.btn.small { min-height: 42px; padding-inline: 16px; }

.hero-section { background: var(--off); padding: 34px 0 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 0; background: var(--black); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.hero-copy { padding: clamp(46px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #846700; }
.hero-copy .eyebrow { color: #f8d743; }
.hero-copy h1 { margin: 14px 0 20px; color: #fff; font-size: clamp(42px, 5.3vw, 72px); line-height: .98; letter-spacing: -.045em; max-width: 10ch; }
.hero-lead { max-width: 620px; color: #c9c9c4; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.55; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-benefits { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 18px 26px; color: #e8e8e5; font-size: 14px; }
.hero-benefits li { display: flex; align-items: center; gap: 8px; }
.hero-benefits span { color: var(--yellow); font-weight: 900; }
.hero-media { position: relative; min-height: 610px; background: #292929; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-media::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.72)); pointer-events: none; }
.hero-location { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; color: #fff; }
.hero-location strong { display: block; font-size: 20px; }
.hero-location span { color: #e7e7e2; font-size: 13px; }

.rescue-strip { background: var(--off); padding: 26px 0 0; }
.rescue-inner { background: var(--yellow); color: var(--black); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px; border-radius: 12px 12px 0 0; }
.rescue-inner div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 16px; }
.rescue-inner strong { font-size: 21px; }
.rescue-inner span { color: rgba(0,0,0,.68); }
.rescue-inner a { background: #111; color: #fff; text-decoration: none; font-weight: 800; border-radius: 8px; padding: 11px 16px; white-space: nowrap; }

.section { padding: 88px 0; }
.section-soft { background: var(--off); }
.section-dark { background: var(--black); color: #fff; }
.section-heading { max-width: 780px; margin-bottom: 36px; }
.section-heading h2, .feature-copy h2, .store-copy h2, .contact-panel h2, .faq-heading h2 { margin: 8px 0 14px; font-size: clamp(32px, 4vw, 50px); line-height: 1.06; letter-spacing: -.035em; }
.section-heading p, .feature-copy p, .store-copy p, .contact-panel > p, .faq-heading p { color: var(--muted); margin: 0; max-width: 680px; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 42px; align-items: end; }
.split-heading > p { padding-bottom: 4px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { border-top: 4px solid var(--yellow); background: #fff; padding: 30px; border-radius: 0 0 12px 12px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { font-size: 12px; font-weight: 900; color: #8b6a00; }
.service-card h3 { font-size: 22px; margin: 18px 0 10px; }
.service-card p { color: var(--muted); margin: 0; }

.how-it-works { margin-top: 68px; padding-top: 50px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; }
.how-copy h2 { font-size: 34px; line-height: 1.08; margin: 8px 0 0; letter-spacing: -.025em; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps > li > span { width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; font-weight: 900; }
.steps strong { font-size: 18px; }
.steps p { margin: 2px 0 0; color: var(--muted); }

.brand-filters { display: flex; gap: 8px; margin-bottom: 20px; }
.brand-filter { border: 1px solid #d3d3cd; background: #fff; color: #444; border-radius: 999px; padding: 8px 15px; cursor: pointer; font-weight: 700; }
.brand-filter.is-active { background: var(--black); color: #fff; border-color: var(--black); }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.brand-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: grid; grid-template-columns: 42% 58%; min-height: 180px; }
.brand-card[hidden] { display: none; }
.brand-image { background: #e8e8e3; min-height: 180px; overflow: hidden; position: relative; }
.brand-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.brand-info { padding: 22px 20px; display: flex; flex-direction: column; justify-content: center; }
.brand-info h3 { margin: 0 0 6px; font-size: 20px; }
.brand-info p { margin: 0 0 17px; color: var(--muted); font-size: 14px; }
.brand-info a, .text-link { color: #775b00; font-weight: 800; text-decoration: none; font-size: 14px; }
.brand-info a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.extra-brands { color: var(--muted); margin: 18px 0 0; font-size: 14px; }

.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.feature-media { background: #eee; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.feature-media img, .store-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.feature-copy p { font-size: 17px; line-height: 1.7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.tag-list span { background: var(--off); border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 700; }

.store-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.section-dark .section-kicker.light { color: #f5d13b; }
.store-copy p { color: #b9b9b4; font-size: 17px; line-height: 1.7; }
.store-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.light-link { color: #f5d13b; }
.store-media { position: relative; aspect-ratio: 16/10; border-radius: var(--radius); overflow: hidden; background: #292929; }

.reviews-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 32%); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 16px; scrollbar-width: thin; }
.review-card { margin: 0; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 12px; padding: 26px; background: #fff; min-height: 250px; display: flex; flex-direction: column; }
.stars { color: #e6ad00; letter-spacing: 2px; font-size: 16px; }
.review-card blockquote { margin: 18px 0 24px; font-size: 16px; line-height: 1.65; color: #333; }
.review-card figcaption { margin-top: auto; font-weight: 800; font-size: 14px; }
.review-card figcaption span { display: block; font-weight: 400; color: var(--muted); font-size: 12px; margin-top: 2px; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; }
.contact-panel, .map-panel { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.contact-panel { padding: 38px; }
.contact-primary { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--green); color: #fff; border-radius: 10px; padding: 17px 18px; text-decoration: none; margin-top: 28px; }
.contact-primary span { font-size: 13px; }
.contact-primary strong { font-size: 18px; }
.contact-phones { display: grid; gap: 8px; margin-top: 8px; }
.contact-phones a { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 9px; padding: 13px 16px; text-decoration: none; }
.contact-phones span { color: var(--muted); font-size: 13px; }
.address-block { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 22px; }
.address-block p { color: var(--muted); margin: 8px 0 0; font-size: 14px; }
.map-panel { display: flex; flex-direction: column; }
.map-panel iframe { width: 100%; min-height: 490px; border: 0; flex: 1; }
.map-actions { border-top: 1px solid var(--line); padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.map-actions > a:first-child { font-weight: 700; font-size: 14px; text-decoration: none; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 21px 0; }
.faq-list summary { cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list p { color: var(--muted); margin: 12px 44px 0 0; }

.final-cta { background: var(--yellow); padding: 50px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta-inner span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.final-cta-inner h2 { margin: 6px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: -.03em; }

.site-footer { background: #0f0f0f; color: #e8e8e4; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 44px; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: #999; }
.footer-about { color: #a8a8a2; max-width: 340px; margin: 18px 0 0; font-size: 14px; }
.site-footer h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #f4c400; margin: 2px 0 14px; }
.site-footer p { color: #b5b5af; margin: 0; font-size: 14px; line-height: 1.7; }
.footer-link { display: block; color: #eee; text-decoration: none; font-size: 14px; margin: 7px 0; }
.footer-link:hover { color: var(--yellow); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 18px; color: #777; font-size: 12px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 1200; display: inline-flex; align-items: center; gap: 9px; background: var(--green); color: #fff; padding: 13px 17px; border-radius: 999px; text-decoration: none; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.whatsapp-float:hover { background: var(--green-dark); }
.whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; }

.photo-frame.media-fallback { background: linear-gradient(135deg, #222, #3a3a3a); }
.photo-frame.media-fallback::after { content: 'ED+ BATERIAS'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--yellow); font-weight: 900; letter-spacing: .08em; }
.photo-frame.compact.media-fallback { background: #e8e8e3; }
.photo-frame.compact.media-fallback::after { color: #6e5600; font-size: 12px; }

@media (max-width: 1050px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr 42%; }
  .hero-copy { padding: 52px 46px; }
  .hero-media { min-height: 560px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { height: 70px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .site-nav { display: none; position: absolute; top: 75px; left: 20px; right: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px; box-shadow: 0 18px 45px rgba(0,0,0,.14); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 10px; border-bottom: 1px solid #eee; }
  .site-nav a:last-child { border-bottom: 0; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-section { padding-top: 22px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 34px; }
  .hero-copy h1 { max-width: 12ch; }
  .hero-media { min-height: 440px; }
  .rescue-inner { border-radius: 10px; }
  .service-grid, .feature-grid, .store-grid, .contact-grid, .faq-grid, .how-it-works, .split-heading { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .feature-grid, .store-grid, .faq-grid { gap: 34px; }
  .store-media { order: -1; }
  .faq-heading { position: static; }
  .reviews-row { grid-auto-columns: minmax(300px, 72%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy small { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .hero-copy { padding: 42px 24px; }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 56px); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-benefits { display: grid; gap: 9px; }
  .hero-media { min-height: 360px; }
  .hero-location { left: 20px; right: 20px; bottom: 18px; }
  .rescue-inner { align-items: stretch; flex-direction: column; }
  .rescue-inner a { text-align: center; }
  .section { padding: 58px 0; }
  .section-heading h2, .feature-copy h2, .store-copy h2, .contact-panel h2, .faq-heading h2 { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px; }
  .how-it-works { margin-top: 48px; padding-top: 38px; gap: 28px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { grid-template-columns: 42% 58%; min-height: 165px; }
  .brand-image { min-height: 165px; }
  .feature-grid, .store-grid { gap: 26px; }
  .reviews-row { grid-auto-columns: 88%; }
  .contact-panel { padding: 26px 22px; }
  .contact-primary { align-items: flex-start; flex-direction: column; gap: 3px; }
  .contact-phones a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .map-panel iframe { min-height: 360px; }
  .map-actions { align-items: stretch; flex-direction: column; }
  .map-actions a { text-align: center; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 13px; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Identidade da ED+ Baterias */
.brand-logo {
  display: block;
  width: 112px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}
.brand-logo-footer {
  width: 132px;
  height: 78px;
}
.developer-link {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.28);
  transition: color .16s ease, border-color .16s ease;
}
.developer-link:hover,
.developer-link:focus-visible {
  color: var(--yellow);
  border-color: var(--yellow);
}
@media (max-width: 640px) {
  .brand-logo { width: 94px; height: 52px; }
  .brand-logo-footer { width: 120px; height: 70px; }
}

/* =========================================================
   V3 - Movimento, profundidade e microinterações
   ========================================================= */

/* Hero com entrada mais viva, sem exagero. */
.hero-copy > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.page-ready .hero-copy > * { opacity: 1; transform: translateY(0); }
.page-ready .hero-copy .eyebrow { transition-delay: .06s; }
.page-ready .hero-copy h1 { transition-delay: .14s; }
.page-ready .hero-copy .hero-lead { transition-delay: .22s; }
.page-ready .hero-copy .hero-actions { transition-delay: .30s; }
.page-ready .hero-copy .hero-benefits { transition-delay: .38s; }

.hero-media {
  --hero-x: 0px;
  --hero-y: 0px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.18);
  transition: box-shadow .35s ease, transform .35s ease;
}
.hero-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.12), transparent 32%, transparent 70%, rgba(244,196,0,.12));
  opacity: .7;
}
.hero-media img {
  transform: translate(var(--hero-x), var(--hero-y)) scale(1.045);
  transition: transform .35s ease;
}
.hero-media:hover { box-shadow: 0 34px 95px rgba(0,0,0,.24); }
.hero-location { z-index: 2; backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }

/* Navegação com indicação visual e mais interação. */
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 2px;
  background: var(--yellow);
  transition: right .24s ease;
}
.site-nav a:hover::after,
.site-nav a.is-current::after { right: 0; }
.site-nav a.is-current { color: #111; }

/* Botões com brilho rápido e resposta de clique. */
.btn,
.contact-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 8px 20px rgba(0,0,0,.07);
}
.btn::after,
.contact-primary::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -45%;
  width: 34%;
  height: 260%;
  transform: rotate(20deg) translateX(-180%);
  background: rgba(255,255,255,.28);
  transition: transform .62s cubic-bezier(.2,.7,.2,1);
}
.btn:hover::after,
.contact-primary:hover::after { transform: rotate(20deg) translateX(520%); }
.btn:hover { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(0,0,0,.13); }
.btn.is-pressed,
.contact-primary.is-pressed,
.whatsapp-float.is-pressed { transform: translateY(1px) scale(.985); }

/* Faixa de socorro com ponto vivo. */
.rescue-inner > div::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.38);
  animation: rescuePulse 2s infinite;
  flex: 0 0 auto;
}
.rescue-inner > div { display: flex; align-items: center; column-gap: 10px; flex-wrap: wrap; }
.rescue-inner > div span { flex-basis: 100%; margin-left: 20px; }
@keyframes rescuePulse {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.38); }
  70% { box-shadow: 0 0 0 10px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

/* Cards com profundidade e imagens mais vivas. */
.service-card,
.brand-card,
.review-card,
.contact-panel,
.map-panel {
  transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease, border-color .28s ease;
}
.service-card:hover,
.review-card:hover { transform: translateY(-7px); box-shadow: 0 18px 44px rgba(0,0,0,.10); border-color: rgba(17,17,17,.16); }
.brand-card:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(0,0,0,.10); border-color: rgba(17,17,17,.16); }
.brand-card .brand-image img,
.feature-media img,
.store-media img { transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.brand-card:hover .brand-image img { transform: scale(1.07); }
.feature-media:hover img,
.store-media:hover img { transform: scale(1.035); }
.feature-media,
.store-media { box-shadow: 0 22px 55px rgba(0,0,0,.12); transition: box-shadow .3s ease, transform .3s ease; }
.feature-media:hover,
.store-media:hover { transform: translateY(-4px); box-shadow: 0 30px 68px rgba(0,0,0,.17); }

/* Filtros com transição visível. */
.brand-filter { transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.brand-filter:hover { transform: translateY(-2px); }
.brand-card.filter-in { animation: brandIn .32s ease both; }
@keyframes brandIn { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: none; } }

/* FAQ mais refinado. */
.faq-list details { transition: background .22s ease, padding-left .22s ease, padding-right .22s ease; }
.faq-list details:hover { background: rgba(244,196,0,.055); padding-left: 12px; padding-right: 12px; }
.faq-list summary::after { transition: transform .25s ease, color .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); color: var(--yellow-dark); content: '+'; }

/* Revelação no scroll. */
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .66s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
              transform .66s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }

/* WhatsApp flutuante redesenhado. */
.whatsapp-float {
  right: 24px;
  bottom: 24px;
  min-height: 66px;
  padding: 8px 12px 8px 8px;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px;
  background: linear-gradient(135deg, #1fbf62 0%, #128c4a 100%);
  box-shadow: 0 18px 50px rgba(18,140,74,.32), 0 8px 24px rgba(0,0,0,.20);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.whatsapp-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 22px;
  border: 1px solid rgba(31,191,98,.26);
  opacity: .65;
  animation: whatsappRing 2.8s ease-out infinite;
  pointer-events: none;
}
.whatsapp-float:hover {
  background: linear-gradient(135deg, #25d366 0%, #128c4a 100%);
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 22px 58px rgba(18,140,74,.40), 0 10px 26px rgba(0,0,0,.22);
  filter: saturate(1.05);
}
.whatsapp-float-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.14);
}
.whatsapp-float-icon svg { width: 27px; height: 27px; fill: #18a957; }
.whatsapp-float-copy { display: grid; min-width: 148px; line-height: 1.15; }
.whatsapp-float-copy strong { font-size: 14px; font-weight: 900; letter-spacing: -.01em; }
.whatsapp-float-copy small { margin-top: 4px; color: rgba(255,255,255,.84); font-size: 11px; font-weight: 600; }
.whatsapp-float-arrow { font-size: 27px; line-height: 1; opacity: .72; transform: translateX(-1px); transition: transform .2s ease; }
.whatsapp-float:hover .whatsapp-float-arrow { transform: translateX(3px); }
@keyframes whatsappRing {
  0%, 55% { transform: scale(1); opacity: .55; }
  80%, 100% { transform: scale(1.11); opacity: 0; }
}

/* WhatsApp do cabeçalho mais limpo. */
.header-cta {
  border-radius: 12px;
  padding-inline: 16px;
  box-shadow: 0 8px 18px rgba(20,138,75,.18);
}
.header-cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.header-cta:hover { background: #16a356; box-shadow: 0 12px 24px rgba(20,138,75,.24); }

/* Logo ganha presença sem ficar pesada. */
.brand-logo { filter: drop-shadow(0 3px 5px rgba(0,0,0,.10)); transition: transform .25s ease, filter .25s ease; }
.brand:hover .brand-logo { transform: translateY(-1px) scale(1.025); filter: drop-shadow(0 5px 8px rgba(0,0,0,.14)); }

@media (max-width: 860px) {
  .site-nav a::after { display: none; }
  .site-nav a.is-current { background: rgba(244,196,0,.10); border-radius: 8px; padding-left: 10px; }
}

@media (max-width: 620px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 58px;
    width: 58px;
    padding: 5px;
    border-radius: 17px;
  }
  .whatsapp-float-icon { width: 46px; height: 46px; flex-basis: 46px; }
  .whatsapp-float-copy,
  .whatsapp-float-arrow { display: none; }
  .whatsapp-float::before { border-radius: 21px; }
  .rescue-inner > div span { margin-left: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *,
  .reveal-item { opacity: 1 !important; transform: none !important; }
  .hero-media img { transform: none !important; }
  .rescue-inner > div::before,
  .whatsapp-float::before { animation: none !important; }
}
