/* Animações de entrada para benefícios e cards */
.anim-beneficio, .anim-card {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.7s cubic-bezier(.77,.2,.32,1.01), transform 0.7s cubic-bezier(.77,.2,.32,1.01);
}
.anim-beneficio.visible, .anim-card.visible {
  opacity: 1;
  transform: translateX(0);
}
/* Base: herda estética do site (cores CATV e tipografia) */
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; font-family: 'Lato', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
img { max-width: 100%; height: auto; }

:root{
  --catv-ink: #130a3a;
  --catv-blue: #0b4db3;
  --catv-cyan: #1ba3ff;
  --catv-gold: #dd9625;
  --bg: #f6f8fc;
  --card-brd: #e6ecf3;
}

/* Header reuse (simplificado) */
header.site-header { position:absolute; top:0; left:0; width:100%; display:flex; justify-content:space-between; align-items:center; padding:20px 50px; z-index:10; background:transparent; }
header .logo img { height:150px; }
nav { display:flex; gap:20px; }
nav ul { display:flex; gap:20px; list-style:none; margin:0; padding:0; }
.menu-link { color:#fff; font-weight:700; text-decoration:none; }
.menu-link:hover { color:#bcc5f1; }

/* Hero */
.hero.hero--patro{ height:46vh; min-height:320px; background: url('/imagens/estafeta.jpeg') center/cover no-repeat; color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; padding-top:120px; position:relative; }
.hero h1{ font-size: clamp(1.6rem, 4.5vw, 3rem); text-transform:uppercase; font-weight:700; text-shadow:2px 2px 10px rgba(0,0,0,0.3); margin-top:-60px; }
.hero h2{ font-size: clamp(1rem, 2.2vw, 1.4rem); font-weight:600; opacity:.95; }

/* Main */
.conteudo{ background:#fff; color:#000; padding: clamp(24px, 5vw, 50px); }
.patro-wrap{ max-width: 1080px; margin: 0 auto; }

.intro p{ font-size:1.05rem; line-height:1.7; color:#2d3440; }

/* Blocks */
section{ margin: clamp(20px, 4vw, 36px) 0; }

.beneficios h2, .modalidades h2, .contacto h2{ color: var(--catv-ink); font-size: clamp(1.6rem, 3vw, 2.2rem); }

.beneficios-lista{ display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; margin-top:12px; }
.beneficio{ background:#fff; border:1px solid var(--card-brd); border-radius:14px; padding:16px; box-shadow:0 10px 20px rgba(0,0,0,.05); }
.beneficio h3{ font-size:1.1rem; margin-bottom:6px; color:#1e2430; }
.beneficio p{ color:#5b6270; line-height:1.55; }

.cards{ display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; margin-top:12px; }
.card{ background:#fff; border:1px solid var(--card-brd); border-radius:14px; padding:16px; box-shadow:0 10px 20px rgba(0,0,0,.05); }
.card h3{ font-size:1.1rem; margin-bottom:6px; color:#1e2430; }
.card p{ color:#5b6270; line-height:1.55; }

/* Call to action */
.acoes{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-top:12px; }
.btn-primario{ display:inline-block; background-color: var(--catv-gold); color:#312783 !important; font-weight:700; padding: 14px 24px; border-radius:10px; text-decoration:none; box-shadow:2px 2px 10px rgba(0,0,0,.2); }
.btn-primario:hover{ background:#312783; color: var(--catv-gold) !important; transform: scale(1.05); text-decoration:none; }
.btn-secundario{ color: var(--catv-blue); font-weight:700; text-decoration:none; padding:10px 12px; border-radius:10px; }
.btn-secundario:hover{ color: var(--catv-cyan); background: rgba(27,163,255,.08); }

/* Footer – cópia da home para manter idêntico */
.site-footer {
  background-color: #1c0760;
  color: white;
  padding: 18px 10px 10px 10px;
  text-align: center;
  margin-top: 30px;
}
.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px;
}
.footer-contacto p { margin: 0; white-space: nowrap; }
.site-footer .footer-content > .footer-content { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 6px; }
.footer-redes { display:flex; align-items:center; gap:10px; }
.footer-logo img { max-height:80px; display:block; margin:0 auto; }
.footer-redes img { max-width:20px; max-height:20px; width:auto; height:auto; margin:0 10px; transition: transform .3s; }
.footer-redes img:hover { transform: scale(1.2); }
.footer-copy { border-top: 1px solid rgba(255,255,255,.3); margin-top:10px; padding-top:6px; font-size:.9em; }
.footer-politica { text-align:center; margin:10px 0; }
.footer-politica a { color:#f9b233; text-decoration:none; font-size:14px; font-weight:500; }
.footer-politica a:hover { text-decoration: underline; }
.site-footer .footer-content .footer-politica { flex:0 0 100% !important; width:100% !important; text-align:center !important; margin:0 !important; padding:0 !important; }
.site-footer .footer-content .footer-copy { margin-top:-20px !important; padding-top:0 !important; }
.site-footer .footer-content .footer-politica { order:99; }
.site-footer .footer-content .footer-copy { order:100; }
.footer-redes img.logo-instagram { max-width:30px; max-height:30px; }

/* WhatsApp floating action button (igual à home) */
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 9999; background: #25D366; color: #fff; height: 56px; padding: 0 20px 0 18px; border-radius: 28px; box-shadow: 0 4px 12px rgba(0,0,0,0.18); display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; font-size: 16px; line-height: 1; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.whatsapp-float:hover { background: #1ebc59; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.22); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(37,211,102,0.35); outline-offset: 2px; }
.whatsapp-float .icon-wrapper { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.14); }
.whatsapp-float .icon { width: 40px; height: 40px; display:block; object-fit: contain; transform: scale(1.2); transform-origin: center; }
@media (max-width: 480px){ .whatsapp-float{ height:52px; border-radius:26px; right:16px; bottom:16px; padding:0 14px 0 10px; font-size:15px; } .whatsapp-float .icon-wrapper{ width:44px; height:44px; } .whatsapp-float .icon{ width:36px; height:36px; transform: scale(1.2); }}

/* Cookie banner (igual à home) */
.cookie-banner{ position: fixed; inset:0; z-index:99999; display:grid; place-items:center; padding:24px; background: rgba(0,0,0,0.35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity:0; pointer-events:none; transition: opacity 220ms ease; }
.cookie-banner.show{ opacity:1; pointer-events:auto; }
.cookie-banner .cookie-inner{ width:100%; max-width:560px; background:#fff; color:#1c0760; border-radius:16px; box-shadow:0 12px 30px rgba(0,0,0,0.22); padding:20px; display:grid; gap:16px; }
.cookie-banner .cookie-text{ font-size:15px; line-height:1.5; }
.cookie-banner .cookie-text a{ color:#312783; text-decoration: underline; }
.cookie-banner .cookie-actions{ display:flex; justify-content:flex-end; gap:10px; }
.cookie-btn{ padding:10px 14px; border-radius:10px; font-weight:800; border:2px solid transparent; cursor:pointer; }
.cookie-btn.btn-primary{ background:#f9b233; color:#1c0760; border-color:#f9b233; }
.cookie-btn.btn-outline{ background:transparent; color:#312783; border-color:#31278333; }
.cookie-btn:focus-visible{ outline:3px solid rgba(49,39,131,0.25); outline-offset:2px; }
@media (max-width: 640px){ .cookie-banner .cookie-inner{ max-width:92vw; padding:18px 16px; } }

/* Responsivo */
@media (max-width: 900px){
  .beneficios-lista, .cards{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
  header.site-header{ padding: 10px 0; display:flex; flex-direction:column; align-items:center; }
  header .logo img{ height:80px; }
  nav{ width:100%; justify-content:center; }
  nav ul{ gap:16px; }
  .hero{ padding-top:96px; }
  .beneficios-lista, .cards{ grid-template-columns: 1fr; }
  .btn-primario, .btn-secundario{ width:100%; text-align:center; }
}
