/* RESET TOTAL (remove a “linha”/espaço no topo e evita overflow horizontal) */
*{ margin:0; padding:0; box-sizing:border-box; }
html, body{
  width:100%;
  overflow-x:hidden;
  background:#ffffff;
  color:#0b1220;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height:1.6;
}

/* VARIÁVEIS */
:root{
  --brand:#14807B;
  --brand2:#0f6b67;
  --accent:#F61507;
  --accent2:#AF0803;

  --muted:#5f6b7a;
  --line:#e7eeec;
  --soft:#F2FBFA;

  --max:1200px;
  --pad:22px;

  --radius:18px;
  --radius2:22px;
  --shadow: 0 18px 55px rgba(11,18,32,.10);
  --shadow2: 0 10px 26px rgba(11,18,32,.08);

  --serif: ui-serif, Georgia, "Times New Roman", Times, serif;
}

/* BASE */
a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }

.container{
  max-width:var(--max);
  margin:0 auto;
  padding:0 var(--pad);
}

/* TOPBAR */
.topbar{
  background:#fff;
  border:0;
}
.topbar .row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding:10px 0;
  font-size:14px;
  color:var(--muted);
}
.row-right{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.link{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* HEADER */
header{
  position:sticky;
  top:0;
  z-index:50;
  background:#ffffff;          /* sólido p/ não “aparecer linha” */
  border:0;
  box-shadow:none;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:220px;
}
.brand img{ height:54px; width:auto; }

nav ul{
  list-style:none;
  display:flex;
  gap:22px;
  color:var(--muted);
  font-weight:650;
  font-size:14px;
}
nav a{
  padding:10px 10px;
  border-radius:12px;
}
nav a:hover{
  background: rgba(20,128,123,.08);
  color:#0b1220;
}

.actions{
  display:flex;
  align-items:center;
  gap:10px;
}

/* BOTÕES */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-weight:750;
  font-size:14px;
  border:1px solid transparent;
  cursor:pointer;
  transition:.15s ease;
  white-space:nowrap;
}
.btn:active{ transform: translateY(1px); }
.btn-ghost{
  background:#fff;
  border-color:var(--line);
  color:#0b1220;
}
.btn-ghost:hover{ background:#f7fbfa; }
.btn-accent{
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  color:#fff;
  box-shadow: 0 18px 40px rgba(246,21,7,.14);
}

/* MENU MOBILE */
.menu-btn{
  display:none;
  width:44px; height:44px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.menu-btn span{
  width:18px; height:2px;
  background:#0b1220;
  position:relative;
  display:block;
}
.menu-btn span:before,
.menu-btn span:after{
  content:"";
  position:absolute;
  left:0;
  width:18px; height:2px;
  background:#0b1220;
}
.menu-btn span:before{ top:-6px; }
.menu-btn span:after{ top:6px; }

.mobile{
  display:none;
  padding: 0 0 14px 0;
}
.mobile a{
  display:block;
  margin-top:10px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  color:#0b1220;
  font-weight:750;
}
.mobile a:hover{ background:#f7fbfa; }
.mobile.show{ display:block; }

/* HERO */
.hero{
  background: linear-gradient(180deg, var(--soft), #fff 55%);
  padding:54px 0 0;
}
.hero-inner{
  max-width:980px;
  padding-bottom:18px;
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(20,128,123,.10);
  border: 1px solid rgba(20,128,123,.18);
  font-weight:750;
  font-size:13px;
}
.hero h1{
  margin:14px 0 10px;
  font-family: var(--serif);
  font-size:46px;
  letter-spacing:-.7px;
  line-height:1.06;
}
.lead{
  margin:0;
  font-size:18px;
  color:var(--muted);
  max-width:72ch;
}

/* BANNER FULL BLEED */
.hero-banner{
  margin-top:22px;
  position:relative;
  width:100vw;
  height:360px;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:#000;
  border-top: 1px solid rgba(231,238,236,.9);
  border-bottom: 1px solid rgba(231,238,236,.9);
}
.hero-banner img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.02);
  opacity:.95;
}
.hero-banner::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.22) 55%, rgba(0,0,0,.10) 100%),
    radial-gradient(900px 320px at 15% 10%, rgba(20,128,123,.18), transparent 60%);
  pointer-events:none;
}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-align: left;
  padding-left: calc((100vw - var(--max)) / 2 + var(--pad));
  padding-right: var(--pad);
}
.overlay-inner{
  width:100%;
  max-width:var(--max);
  padding:0 var(--pad);
  color:#fff;
}
.overlay-inner h2{
  margin:0 0 8px 0;
  font-size:28px;
  font-weight:850;
  letter-spacing:-.3px;
  line-height:1.18;
  text-shadow: 0 14px 34px rgba(0,0,0,.45);
  max-width:32ch;
}
.overlay-inner p{
  margin:0;
  font-size:16px;
  color: rgba(255,255,255,.92);
  text-shadow: 0 14px 32px rgba(0,0,0,.45);
  max-width:70ch;
}

/* SEÇÕES */
section{ padding:72px 0; }
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.section-head h2{
  margin:0;
  font-size:30px;
  letter-spacing:-.4px;
}
.sub{
  margin:6px 0 0 0;
  color:var(--muted);
  max-width:78ch;
  font-size:15px;
}

/* SERVIÇOS (premium por categoria) */
.service-groups{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:14px;
  margin-top:18px;
}
.group{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: 0 10px 26px rgba(11,18,32,.06);
  padding:18px 18px 14px;
}
.group-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.group-title h3{
  margin:0;
  font-size:16px;
  letter-spacing:-.2px;
}
.chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:750;
  border:1px solid var(--line);
  background:#fff;
}
.dot{
  width:8px; height:8px;
  border-radius:99px;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(20,128,123,.12);
}
.exam-list{
  list-style:none;
  display:grid;
  gap:10px;
}
.exam{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 10px;
  border-radius:14px;
  transition:.15s ease;
}
.exam:hover{
  background: rgba(242,251,250,.75);
  outline: 1px solid rgba(231,238,236,.95);
}
.tick{
  width:18px; height:18px;
  border-radius:999px;
  flex:0 0 18px;
  margin-top:2px;
  background: rgba(20,128,123,.12);
  border:1px solid rgba(20,128,123,.25);
  position:relative;
}
.tick:after{
  content:"";
  position:absolute;
  left:5px; top:4px;
  width:6px; height:9px;
  border-right:2px solid var(--brand);
  border-bottom:2px solid var(--brand);
  transform:rotate(38deg);
}
.exam span{
  font-size:14px;
  line-height:1.35;
  font-weight:650;
}

/* PAINÉIS */
.panels{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:14px;
  margin-top:18px;
}
.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow2);
  padding:18px;
}
.panel h3{ margin:0; font-size:16px; }
.panel p{ margin:8px 0 0 0; color:var(--muted); font-size:14px; }
.panel-actions{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* CONTATO */
.contact{
  background: linear-gradient(180deg, #fff, var(--soft));
  border-top:1px solid var(--line);
}
.contact-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:14px;
  margin-top:18px;
}

/* FOOTER */
footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  color:var(--muted);
  font-size:13px;
  background:#fff;
}
.foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}

/* WHATSAPP FLOAT */
.wa-float{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background:#25D366;
  color:#fff;
  padding:12px 16px;
  border-radius:30px;
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:600;
  box-shadow:0 6px 20px rgba(0,0,0,.2);
  text-decoration:none;
}

.wa-float img{
display:block;
}
.wa-float .bubble{
  width:10px; height:10px;
  border-radius:99px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(246,21,7,.10);
}

/* RESPONSIVO */
@media (max-width: 980px){
  nav ul{ display:none; }
  .menu-btn{ display:flex; }
  .hero h1{ font-size:40px; }
  .service-groups, .panels, .contact-grid{ grid-template-columns: 1fr; }
  .hero-banner{ height:320px; }
  .overlay-inner h2{ font-size:24px; max-width:40ch; }
}
@media (max-width: 620px){
  .hero h1{ font-size:34px; }
  .hero-banner{ height:240px; }
  .overlay-inner h2{ font-size:20px; }
  .overlay-inner p{ font-size:14px; }
}

/* ===== FOOTER AJUSTE LGPD ===== */
.since{
  margin-top:8px;
  font-weight:600;
  color:var(--brand);
}

.footer-link{
  text-decoration:underline;
  color:var(--brand);
  font-weight:500;
}

.footer-link:hover{
  opacity:.8;
}

/* ===== BANNER LGPD ===== */
.lgpd-banner{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#0f1e1d;
  color:#ffffff;
  padding:16px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  z-index:999;
  flex-wrap:wrap;
}

.lgpd-banner p{
  font-size:14px;
  max-width:800px;
}

.lgpd-banner button{
  background:var(--accent);
  color:#fff;
  border:none;
  padding:10px 18px;
  border-radius:999px;
  cursor:pointer;
  font-weight:600;
}

.lgpd-banner button:hover{
  opacity:.9;
}

/* Caixa sobre a imagem (estilo do exemplo) */
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;          /* centraliza verticalmente */
  justify-content:flex-start;  /* fica à esquerda */
  padding: 0 var(--pad);
}

/* A caixa em si */
.hero-box{
  max-width: 520px;
  width: min(520px, 92%);
  background: rgba(0,0,0,.55);        /* fundo escuro transparente */
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 22px 22px;
  backdrop-filter: blur(6px);         /* vidro (se o browser suportar) */
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
}

/* Título */
.hero-box h2{
  margin:0 0 10px 0;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -0.5px;
  color: var(--brand);                      /* amarelo tipo exemplo */
}

/* Subtítulo */
.hero-box p{
  margin:0;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,.92);
}

/* Responsivo */
@media (max-width: 620px){
  .hero-box h2{ font-size: 28px; }
  .hero-box p{ font-size: 15px; }
}
/* ===== SELO DE QUALIDADE ===== */
.quality-seal{
  width:150px;
  height:150px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;

  background: radial-gradient(circle at 30% 30%, #f6d77a, #c79a2b 60%, #8c6415);
  border:6px solid #e6c35a;
  box-shadow:
    0 0 0 4px rgba(255,255,255,.15),
    0 15px 40px rgba(0,0,0,.35);

  color:#ffffff;
  font-weight:700;
}

.quality-seal span{
  font-size:14px;
  letter-spacing:2px;
  margin-bottom:4px;
}

.quality-seal strong{
  font-size:34px;
  line-height:1;
  letter-spacing:1px;
}

/* Posicionamento sobre a imagem */
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:40px;
  padding:0 var(--pad);
}

/* Responsivo */
@media(max-width:768px){
  .quality-seal{
    width:110px;
    height:110px;
  }
  .quality-seal strong{
    font-size:22px;
  }
}
/* ===== SELO / MEDALHA (premium, verde institucional) ===== */
.quality-badge{
  position: relative;
  width: 168px;
  height: 168px;
  flex: 0 0 168px;
  display:grid;
  place-items:center;
  /* rotação suave */
  animation: badgeFloat 10s ease-in-out infinite;
  transform-origin: 50% 50%;
}

/* Serrilhado (ridges) */
.badge-ridges{
  position:absolute;
  inset:-10px; /* “dentes” saem um pouco pra fora */
  border-radius:50%;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(20,128,123,.95) 0 9deg,
      rgba(14,99,96,.95) 9deg 18deg
    );
  filter: drop-shadow(0 16px 38px rgba(0,0,0,.30));
}

/* Miolo */
.badge-core{
  position:relative;
  width: 145px;
  height: 145px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;

  /* “metal” verde */
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.35), transparent 45%),
    radial-gradient(circle at 50% 60%, rgba(255,255,255,.10), transparent 55%),
    radial-gradient(circle at 50% 50%, #1aa39c, #127c77 55%, #0b5451 100%);

  /* aro */
  border: 6px solid rgba(255,255,255,.20);
  box-shadow:
    inset 0 0 0 3px rgba(0,0,0,.10),
    0 14px 40px rgba(0,0,0,.25);
  color:#fff;
}

/* brilho discreto */
.badge-core::before{
  content:"";
  position:absolute;
  inset: 10px;
  border-radius:50%;
  background: radial-gradient(circle at 28% 25%, rgba(255,255,255,.35), transparent 40%);
  pointer-events:none;
  opacity:.9;
}

/* textos */
.badge-top{
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: .95;
  margin-bottom: 6px;
}

.badge-middle{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom: 6px;
}

.badge-since{
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: .95;
}

.star{
  font-size: 12px;
  opacity: .9;
  transform: translateY(-1px);
}

.badge-year{
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 10px 22px rgba(0,0,0,.28);
  margin-bottom: 8px;
}

.badge-bottom{
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: .9;
}

/* animação: rotação MUITO leve + “respiração” */
@keyframes badgeFloat{
  0%   { transform: rotate(-1.2deg) translateY(0); }
  50%  { transform: rotate(1.2deg)  translateY(-2px); }
  100% { transform: rotate(-1.2deg) translateY(0); }
}

/* Acessibilidade: respeita reduzir movimento */
@media (prefers-reduced-motion: reduce){
  .quality-badge{ animation:none; }
}

/* Responsivo */
@media (max-width: 980px){
  .quality-badge{ width:140px; height:140px; flex-basis:140px; }
  .badge-core{ width:122px; height:122px; }
  .badge-year{ font-size:28px; }
}
@media (max-width: 620px){
  .quality-badge{ width:120px; height:120px; flex-basis:120px; }
  .badge-core{ width:106px; height:106px; }
  .badge-top{ font-size:9px; }
  .badge-since{ font-size:10px; }
  .badge-year{ font-size:24px; }
}

/* ===== layout do overlay (se já existir, não duplique) ===== */
/* Se você já tem .hero-overlay e .hero-text, mantenha o seu.
   Este bloco abaixo é só uma referência caso precise. */

.hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:34px;
  padding:0 var(--pad);
}

/* Permite o selo "sair" do banner */
.hero-banner{
  overflow: visible !important;   /* antes era hidden */
}

/* Posicionamento do overlay */
.hero-overlay{
  align-items: flex-start !important;
  padding-top: 18px !important;
}

/* Selo mais para cima (fora da imagem) */
.quality-badge{
  margin-top: -42px;              /* sobe para fora do banner */
}
/* Hero topo: texto + selo lado a lado */
.hero-split{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 28px;
}

.hero-copy{
  max-width: 820px;
}

/* selo no topo (fora da imagem) */
.hero-split .quality-badge{
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  animation: badgeFloat 10s ease-in-out infinite;
}

/* ajusta dimensões internas do selo para caber */
.hero-split .badge-core{
  width: 128px;
  height: 128px;
}
.hero-split .badge-year{ font-size: 30px; }
.hero-split .badge-bottom{
  max-width: 92px;
  font-size: 9px !important;
  line-height: 1.1;
}

/* Responsivo: empilha */
@media (max-width: 900px){
  .hero-split{
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-split .quality-badge{
    margin-top: 10px;
  }
}
/* Texto branco sobre imagem */
.hero-text{
  max-width: 750px;
  margin: 0 auto;
  color:#ffffff;
  z-index:6;
  margin-left: 0; /* garante alinhamento com container */
}

.hero-text h3{
  margin:0 0 12px 0;
  font-size: 24px;
  font-weight: 600; /* antes era 800 */
  letter-spacing: .2px;
  line-height:1.3;
  color:#ffffff;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
}

.hero-text p{
  margin:0;
  font-size:15px;
  font-weight: 400;
  color: rgba(255,255,255,.92);
  text-shadow: 0 6px 20px rgba(0,0,0,.45);
}
.hero-overlay{
  padding-left: calc((100vw - var(--max)) / 2 + var(--pad));
  padding-right: var(--pad);
}
/* ===== PÁGINA PREPAROS ===== */
.page-hero{
  background: linear-gradient(180deg, var(--soft), #fff 65%);
  padding: 56px 0 28px;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner{
  display:grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 18px;
  align-items: start;
}

.page-hero-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow2);
  padding: 18px;
}

.page-alert{
  margin-top: 14px;
  background: rgba(20,128,123,.10);
  border: 1px solid rgba(20,128,123,.18);
  border-radius: 14px;
  padding: 12px 12px;
  color: #0b1220;
  font-size: 14px;
}

.prep-nav{
  margin-top: 18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.prep-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background:#fff;
  font-weight: 750;
  font-size: 13px;
  color: #0b1220;
}
.prep-chip:hover{
  background: rgba(20,128,123,.08);
  border-color: rgba(20,128,123,.25);
}

.prep-section{
  padding: 50px 0 80px;
}

.prep-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow2);
  padding: 18px;
  margin-top: 14px;
}

.prep-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.prep-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.prep-block{
  border: 1px solid rgba(231,238,236,.9);
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
}

.prep-block h3{
  margin:0 0 10px 0;
  font-size: 15px;
  letter-spacing: -.2px;
}

.prep-list{
  list-style:none;
  display:grid;
  gap: 10px;
  margin:0;
  padding:0;
}

.prep-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#0b1220;
  font-weight: 550;
  font-size: 14px;
  line-height: 1.45;
}

.prep-list li::before{
  content:"";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 18px;
  background: rgba(20,128,123,.12);
  border: 1px solid rgba(20,128,123,.25);
  box-shadow: 0 0 0 5px rgba(20,128,123,.10) inset;
}

.prep-note{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(246,21,7,.06);
  border: 1px solid rgba(246,21,7,.16);
  color:#0b1220;
  font-size: 14px;
}

/* Responsivo */
@media (max-width: 980px){
  .page-hero-inner{ grid-template-columns: 1fr; }
  .prep-grid{ grid-template-columns: 1fr; }
}

.wa-icon{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Círculo de status */
.wa-status{
  position:absolute;
  bottom:-2px;
  right:-2px;
  width:10px;
  height:10px;
  border-radius:50%;
  border:2px solid #25D366;
  background:#4CAF50; /* online */
}

/* offline */
.wa-status.offline{
  background:#9e9e9e;
}

/* ===== PREPAROS (dinâmico + acordeão) ===== */
.prep-tools{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin: 10px 0 14px;
}
.prep-tools-note{
  font-size:13px;
  color: var(--muted);
}

.acc{
  border:1px solid rgba(231,238,236,.9);
  border-radius: 16px;
  overflow:hidden;
  background:#fff;
}
.acc[open] .acc-icon{ transform: rotate(45deg); }
.acc-summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px;
  font-weight:800;
}
.acc-summary::-webkit-details-marker{ display:none; }
.acc-title{
  font-size:15px;
  letter-spacing:-.2px;
}
.acc-icon{
  width:28px;
  height:28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  background: rgba(20,128,123,.06);
  transition: .15s ease;
  font-size:18px;
  line-height:1;
}
.acc-body{
  padding: 0 14px 14px;
}


/* ===== Convênios ===== */
.convenios .section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  flex-wrap:wrap;
}
.conv-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap:14px;
}
.conv-card{
  border:1px solid rgba(231,238,236,.9);
  border-radius: 16px;
  background:#fff;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  height:96px;              /* altura consistente para alinhar logos */
  overflow:hidden;
}
.conv-card img{
  width:auto;               /* evita esticar em largura */
  height:56px;              /* altura padrão do logo */
  max-width:100%;
  object-fit:contain;       /* garante que não corte */
  display:block;
}
@media (max-width: 520px){
  .conv-grid{ grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
  .conv-card{ height:88px; padding:14px; }
  .conv-card img{ height:52px; }
}
