
:root {
  --azul:#0F3A5F;
  --azul2:#0B2D4A;
  --dourado:#C9A96E;
  --claro:#F4F4F2;
  --texto:#102A43;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family: Inter, Arial, sans-serif; background:var(--azul); color:white; }
a { color:inherit; text-decoration:none; }

@keyframes seloFade {
  from { opacity:0; transform:translateY(6px); }
  to { opacity:1; transform:translateY(0); }
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.header {
  padding:22px 6vw;
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(18px);
  background:rgba(15,58,95,.86);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.logo-block { display:flex; flex-direction:column; }
.logo-row {
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.logo {
  letter-spacing:.48em;
  font-size:28px;
  font-family:Georgia, serif;
  line-height:1;
}
.sublogo {
  letter-spacing:.45em;
  color:var(--dourado);
  font-size:13px;
  margin-top:9px;
}
.header-selos {
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:6px;
}
.header-selo {
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:112px;
  height:54px;
  padding:10px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  border:1px solid rgba(201,169,110,.34);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 34px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.12);
  opacity:0;
  animation:seloFade .8s ease forwards;
  transition:all .35s ease;
}
.header-selo:nth-child(1) { animation-delay:.22s; }
.header-selo:nth-child(2) { animation-delay:.36s; }
.header-selo:hover {
  transform:translateY(-3px) scale(1.015);
  background:linear-gradient(135deg,rgba(201,169,110,.24),rgba(255,255,255,.06));
  border-color:rgba(201,169,110,.64);
  box-shadow:0 18px 42px rgba(0,0,0,.24), 0 0 0 1px rgba(201,169,110,.12);
}
.header-selo img {
  width:auto;
  max-width:132px;
  object-fit:contain;
  opacity:.96;
  filter:brightness(0) invert(1);
  transition:all .35s ease;
}
.header-selo:hover img { opacity:1; }
.header-selo-sbcp img { height:30px; }
.header-selo-asps img { height:24px; }

.btn {
  background:var(--dourado);
  color:#0a2338;
  padding:15px 24px;
  border-radius:999px;
  font-weight:700;
  display:inline-block;
  transition:.25s ease;
}
.btn:hover { transform:translateY(-2px); }
.btn-outline {
  border:1px solid rgba(255,255,255,.35);
  padding:15px 24px;
  border-radius:999px;
  font-weight:700;
  display:inline-block;
  transition:.25s ease;
}
.btn-outline:hover { background:rgba(255,255,255,.08); transform:translateY(-2px); }

.hero {
  position:relative;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  padding:70px 6vw 90px;
  overflow:hidden;
}
.hero:before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right,rgba(201,169,110,.22),transparent 35%),radial-gradient(circle at bottom left,rgba(255,255,255,.08),transparent 30%);
}
.hero > * { position:relative; z-index:1; }
.hero h1 { font-size:64px; line-height:1.02; margin:20px 0; max-width:850px; }
.hero p { font-size:20px; line-height:1.7; color:#d7dee7; max-width:720px; }
.badge {
  display:inline-block;
  border:1px solid rgba(201,169,110,.5);
  color:#ead7ad;
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
}
.hero img {
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.18);
}

.features {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:35px 6vw;
  background:rgba(0,0,0,.15);
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.feature {
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  padding:24px;
  border-radius:28px;
  transition:.25s ease;
}
.feature:hover { transform:translateY(-3px); }
.feature p { color:#cbd5df; line-height:1.55; }

.section { padding:85px 6vw; }
.grid2 { display:grid; grid-template-columns:.95fr 1.05fr; gap:50px; align-items:center; }
h2 { font-size:46px; margin:12px 0 24px; }
.kicker { color:var(--dourado); letter-spacing:.32em; font-size:13px; text-transform:uppercase; }
.text { color:#d7dee7; font-size:18px; line-height:1.75; }
.portrait {
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.18);
}

.light { background:var(--claro); color:var(--azul); }
.light .text { color:#566; }
.proc { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:42px; }
.proc-card {
  position:relative;
  min-height:176px;
  background:linear-gradient(180deg,#fff,#f8f7f3);
  border:1px solid rgba(15,58,95,.08);
  border-radius:28px;
  padding:26px;
  font-size:18px;
  font-weight:700;
  box-shadow:0 12px 28px rgba(15,58,95,.08);
  transition:.28s ease;
  overflow:hidden;
}
.proc-card:after {
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-42px;
  bottom:-44px;
  border-radius:50%;
  background:rgba(201,169,110,.13);
}
.proc-card:hover { transform:translateY(-5px); box-shadow:0 20px 40px rgba(15,58,95,.14); }
.proc-icon {
  width:58px;
  height:58px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(15,58,95,.06);
  border:1px solid rgba(201,169,110,.28);
  margin-bottom:18px;
}
.proc-icon svg { width:32px; height:32px; stroke:var(--azul); stroke-width:1.7; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.proc-card span { display:block; position:relative; z-index:1; color:var(--azul); line-height:1.25; }
.proc-card small { display:block; position:relative; z-index:1; margin-top:8px; color:#60717f; font-weight:500; line-height:1.5; }

.credentials { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:35px; }
.credential {
  display:flex;
  gap:15px;
  align-items:flex-start;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  padding:20px;
  transition:.28s ease;
}
.credential:nth-child(1), .credential:nth-child(2) {
  background:rgba(201,169,110,.12);
  border-color:rgba(201,169,110,.32);
}
.credential:hover { transform:translateY(-4px); box-shadow:0 18px 36px rgba(0,0,0,.22); }
.credential-icon {
  min-width:42px;
  height:42px;
  border-radius:14px;
  background:rgba(201,169,110,.18);
  position:relative;
}
.credential-icon:after {
  content:"";
  position:absolute;
  inset:12px;
  border:2px solid var(--dourado);
  border-radius:50%;
}
.credential strong { display:block; font-size:16px; margin-bottom:6px; }
.credential p { margin:0; color:#d7dee7; line-height:1.55; font-size:15px; }

.media-section { background:#0B2D4A; }
.media-head { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:35px; }
.media-head p { max-width:520px; }
.media-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.media-card {
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  aspect-ratio:1/1;
  box-shadow:0 18px 38px rgba(0,0,0,.18);
}
.media-card img, .media-card video { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.media-card:hover img, .media-card:hover video { transform:scale(1.055); }

.testimonials-section { background:#0B2D4A; overflow:hidden; text-align:center; }
.testimonials-section .text { margin-left:auto; margin-right:auto; }
.testimonials-spotlight {
  position:relative;
  max-width:980px;
  min-height:330px;
  margin:38px auto 0;
}
@keyframes testimonialFade {
  0% { opacity:0; transform:translateY(18px) scale(.985); }
  6% { opacity:1; transform:translateY(0) scale(1); }
  22% { opacity:1; transform:translateY(0) scale(1); }
  30% { opacity:0; transform:translateY(-14px) scale(.985); }
  100% { opacity:0; transform:translateY(-14px) scale(.985); }
}
.testimonial {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  opacity:0;
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  border:1px solid rgba(201,169,110,.24);
  border-radius:36px;
  padding:48px 70px;
  box-shadow:0 30px 75px rgba(0,0,0,.24);
  animation:testimonialFade 36s ease-in-out infinite;
}
.testimonial:nth-child(1){ animation-delay:0s; }
.testimonial:nth-child(2){ animation-delay:6s; }
.testimonial:nth-child(3){ animation-delay:12s; }
.testimonial:nth-child(4){ animation-delay:18s; }
.testimonial:nth-child(5){ animation-delay:24s; }
.testimonial:nth-child(6){ animation-delay:30s; }
.testimonial:before {
  content:"“";
  position:absolute;
  top:18px;
  left:34px;
  font-family:Georgia,serif;
  font-size:92px;
  line-height:1;
  color:rgba(201,169,110,.22);
}
.testimonial p {
  color:#f2f5f7;
  line-height:1.62;
  font-size:28px;
  font-family:Georgia,serif;
  max-width:820px;
  margin:18px 0 0;
}
.testimonial span {
  display:block;
  margin-top:26px;
  color:var(--dourado);
  letter-spacing:.26em;
  font-size:13px;
  text-transform:uppercase;
  font-weight:700;
}
.stars { color:var(--dourado); letter-spacing:4px; font-size:20px; }

.contact {
  max-width:900px;
  margin:auto;
  text-align:center;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.18);
  border-radius:36px;
  padding:50px;
}
.contact-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:30px; }
footer { padding:30px 6vw; text-align:center; color:#c9d3dc; border-top:1px solid rgba(255,255,255,.16); }

@media(max-width:900px){
  .header { position:relative; align-items:flex-start; gap:18px; }
  .logo-row { display:block; }
  .header-selos { margin-top:12px; gap:8px; margin-left:0; }
  .header-selo { min-width:92px; height:42px; padding:8px 12px; border-radius:15px; }
  .header-selo-sbcp img { height:23px; }
  .header-selo-asps img { height:19px; }
  .hero,.grid2{grid-template-columns:1fr}
  .hero h1{font-size:42px}
  .features,.proc,.credentials,.contact-grid{grid-template-columns:1fr}
  .media-grid{grid-template-columns:1fr 1fr}
  .media-head{display:block}
  .logo{font-size:20px}
  .testimonials-spotlight{min-height:360px}
  .testimonial{padding:34px 24px}
  .testimonial p{font-size:22px}
}

/* AJUSTE PREMIUM: header no nível máximo + selos maiores e centralizados */
.header {
  padding:20px 6vw 18px !important;
  justify-content:center !important;
  align-items:center !important;
}
.logo-block {
  align-items:center !important;
  text-align:center !important;
  flex:1 !important;
}
.logo-row {
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
}
.logo {
  font-size:31px !important;
  letter-spacing:.52em !important;
  text-shadow:0 10px 28px rgba(0,0,0,.22) !important;
}
.sublogo {
  margin-top:12px !important;
  letter-spacing:.48em !important;
}
.header-selos {
  justify-content:center !important;
  gap:18px !important;
  margin-left:0 !important;
}
.header-selo {
  position:relative !important;
  min-width:172px !important;
  height:76px !important;
  padding:14px 24px !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.055)),radial-gradient(circle at 18% 12%,rgba(201,169,110,.26),transparent 42%) !important;
  border:1px solid rgba(201,169,110,.48) !important;
  backdrop-filter:blur(18px) !important;
  box-shadow:0 20px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.20), inset 0 -1px 0 rgba(201,169,110,.12) !important;
}
.header-selo:before {
  content:"";
  position:absolute;
  inset:6px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}
.header-selo:hover {
  transform:translateY(-4px) scale(1.02) !important;
  border-color:rgba(201,169,110,.78) !important;
  box-shadow:0 26px 58px rgba(0,0,0,.30), 0 0 0 1px rgba(201,169,110,.16) !important;
}
.header-selo img {
  max-width:156px !important;
  opacity:1 !important;
  filter:brightness(0) invert(1) drop-shadow(0 8px 16px rgba(0,0,0,.28)) !important;
}
.header-selo-sbcp img { height:43px !important; }
.header-selo-asps img { height:35px !important; }
.header > .btn {
  position:absolute !important;
  right:6vw !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.18) !important;
}
.header > .btn:hover { transform:translateY(calc(-50% - 2px)) !important; }

/* AJUSTE PREMIUM: foto SOBRE menor, mais editorial e menos IA */
.grid2 > .portrait {
  width:78% !important;
  max-width:390px !important;
  margin:auto !important;
  display:block !important;
  aspect-ratio:4/5 !important;
  object-fit:cover !important;
  object-position:center 42% !important;
  border-radius:28px !important;
  padding:12px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035)),radial-gradient(circle at 80% 12%,rgba(201,169,110,.22),transparent 38%) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  filter:contrast(.92) saturate(.88) brightness(.98) !important;
  box-shadow:0 30px 80px rgba(0,0,0,.32), 0 0 0 8px rgba(255,255,255,.025), inset 0 0 55px rgba(6,25,41,.18) !important;
  transform:scale(.965) !important;
}
.grid2 > .portrait:hover {
  transform:scale(.975) !important;
}
@media(max-width:900px){
  .header { flex-direction:column !important; padding:20px 5vw !important; }
  .header > .btn { position:static !important; transform:none !important; margin-top:14px !important; }
  .header > .btn:hover { transform:translateY(-2px) !important; }
  .logo-row { display:flex !important; gap:12px !important; }
  .header-selos { gap:10px !important; }
  .header-selo { min-width:124px !important; height:56px !important; padding:10px 14px !important; border-radius:18px !important; }
  .header-selo-sbcp img { height:31px !important; }
  .header-selo-asps img { height:26px !important; }
  .grid2 > .portrait { width:86% !important; max-width:360px !important; }
}


/* AJUSTE FINAL — HEADER PREMIUM COM NOME À ESQUERDA E BADGES CENTRALIZADOS */
.header {
  display:grid !important;
  grid-template-columns:minmax(260px,1fr) auto minmax(220px,1fr) !important;
  align-items:center !important;
  column-gap:28px !important;
  padding:18px 6vw !important;
  background:linear-gradient(180deg,rgba(11,45,74,.94),rgba(15,58,95,.88)) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.14) !important;
}
.header .logo-block,
.header .logo-row {
  display:contents !important;
}
.header .logo {
  grid-column:1 !important;
  justify-self:start !important;
  text-align:left !important;
  white-space:nowrap !important;
  letter-spacing:.42em !important;
}
.header .header-selos {
  grid-column:2 !important;
  justify-self:center !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  margin:0 !important;
}
.header .btn {
  grid-column:3 !important;
  justify-self:end !important;
  white-space:nowrap !important;
}
.header-selo {
  position:relative !important;
  min-width:150px !important;
  height:72px !important;
  padding:9px 18px !important;
  border-radius:22px !important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.045)),
    radial-gradient(circle at 20% 0%,rgba(201,169,110,.26),transparent 42%) !important;
  border:1px solid rgba(201,169,110,.46) !important;
  box-shadow:
    0 16px 42px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.18),
    0 0 0 1px rgba(255,255,255,.035) !important;
}
.header-selo:before {
  content:"";
  position:absolute;
  inset:5px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}
.header-selo img {
  max-width:100% !important;
  width:auto !important;
  object-fit:contain !important;
  opacity:1 !important;
  filter:none !important;
}
.header-selo-sbcp img { height:42px !important; }
.header-selo-asps {
  min-width:178px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,244,242,.88)) !important;
  border-color:rgba(201,169,110,.62) !important;
}
.header-selo-asps img {
  height:58px !important;
  max-width:150px !important;
  filter:none !important;
}
.header-selo:hover {
  transform:translateY(-3px) !important;
  box-shadow:
    0 22px 52px rgba(0,0,0,.28),
    0 0 0 1px rgba(201,169,110,.18) !important;
}

/* FOTO SOBRE — TRATAMENTO MAIS NATURAL / EDITORIAL */
.grid2 > .portrait {
  width:74% !important;
  max-width:390px !important;
  aspect-ratio:4/5 !important;
  object-fit:cover !important;
  object-position:center 42% !important;
  border-radius:28px !important;
  filter:contrast(.93) saturate(.88) brightness(.98) !important;
  box-shadow:
    0 44px 100px rgba(0,0,0,.34),
    0 0 0 12px rgba(255,255,255,.025),
    0 0 0 1px rgba(255,255,255,.13) !important;
}

@media(max-width:1100px){
  .header { grid-template-columns:1fr !important; row-gap:14px !important; }
  .header .logo,
  .header .header-selos,
  .header .btn { grid-column:1 !important; justify-self:center !important; }
  .header .logo { text-align:center !important; }
}
@media(max-width:600px){
  .header-selos { flex-wrap:wrap !important; }
  .header-selo { min-width:138px !important; height:64px !important; }
  .header-selo-sbcp img { height:34px !important; }
  .header-selo-asps { min-width:158px !important; }
  .header-selo-asps img { height:50px !important; }
}


/* AJUSTE FINAL HEADER: nome à esquerda, selos no centro */
.header {
  display:grid !important;
  grid-template-columns:minmax(230px,1fr) auto minmax(230px,1fr) !important;
  align-items:center !important;
  gap:24px !important;
  padding:20px 6vw !important;
}
.header-left { justify-self:start !important; }
.header-center { justify-self:center !important; display:flex !important; align-items:center !important; justify-content:center !important; }
.header-right { justify-self:end !important; }
.logo-block { align-items:flex-start !important; text-align:left !important; }
.logo {
  font-family:Georgia, 'Times New Roman', serif !important;
  font-size:30px !important;
  letter-spacing:.30em !important;
  text-transform:uppercase !important;
  line-height:1 !important;
}
.sublogo {
  letter-spacing:.43em !important;
  color:var(--dourado) !important;
  font-size:12px !important;
  margin-top:8px !important;
  text-transform:uppercase !important;
}
.header-selos { display:flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; }
.header-selo {
  height:76px !important;
  min-width:138px !important;
  padding:10px 18px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07)) !important;
  border:1px solid rgba(201,169,110,.34) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.22) !important;
  backdrop-filter:blur(14px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.header-selo img { display:block !important; width:auto !important; object-fit:contain !important; opacity:1 !important; filter:none !important; }
.header-selo-sbcp img { height:42px !important; max-width:150px !important; }
.header-selo-asps { background:rgba(255,255,255,.94) !important; }
.header-selo-asps img { height:64px !important; max-width:142px !important; }
@media(max-width:900px){
  .header { grid-template-columns:1fr !important; text-align:center !important; }
  .header-left,.header-center,.header-right { justify-self:center !important; }
  .logo-block { align-items:center !important; text-align:center !important; }
  .logo { font-size:24px !important; }
  .sublogo { font-size:10px !important; letter-spacing:.32em !important; }
  .header-selo { height:62px !important; min-width:118px !important; }
  .header-selo-sbcp img { height:34px !important; }
  .header-selo-asps img { height:52px !important; }
}

/* ===== BEVERLY HILLS HEADER — FINAL OVERRIDE ===== */
.header.header-beverly {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 300px) 1fr minmax(220px, 300px) !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 18px 6vw !important;
  min-height: 104px !important;
  background:
    linear-gradient(180deg, rgba(8,34,56,.96), rgba(11,45,74,.88)) !important;
  border-bottom: 1px solid rgba(201,169,110,.22) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(22px) saturate(130%) !important;
}
.header.header-beverly::before {
  content: "";
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,110,.55), transparent);
  pointer-events: none;
}
.header.header-beverly .header-left {
  justify-self: start !important;
  align-self: center !important;
}
.header.header-beverly .logo-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 7px !important;
  color: #fff !important;
}
.header.header-beverly .logo {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 30px !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}
.header.header-beverly .sublogo {
  margin: 0 !important;
  color: var(--dourado) !important;
  font-size: 11px !important;
  letter-spacing: .42em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.header.header-beverly .header-center {
  justify-self: center !important;
  align-self: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-width: 0 !important;
}
.beverly-credential-line {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.credential-mark {
  display: block !important;
  width: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: .92 !important;
  transform: translateZ(0) !important;
  transition: opacity .25s ease, transform .25s ease, filter .25s ease !important;
}
.credential-sbcp {
  height: 54px !important;
  max-width: 190px !important;
  filter: brightness(0) invert(1) sepia(10%) saturate(460%) hue-rotate(350deg) brightness(1.02) !important;
}
.credential-asps {
  height: 74px !important;
  max-width: 170px !important;
  filter: grayscale(100%) brightness(1.18) contrast(1.05) !important;
}
.credential-divider {
  width: 1px !important;
  height: 44px !important;
  background: linear-gradient(180deg, transparent, rgba(201,169,110,.58), transparent) !important;
  display: block !important;
}
.beverly-credential-line:hover .credential-mark {
  opacity: 1 !important;
  transform: translateY(-1px) !important;
}
.header.header-beverly .header-right {
  justify-self: end !important;
  align-self: center !important;
}
.header.header-beverly .header-cta {
  position: static !important;
  transform: none !important;
  background: linear-gradient(135deg, #d8bd83, #b9904e) !important;
  color: #082238 !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  box-shadow: 0 16px 35px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.35) !important;
  font-size: 13px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.header.header-beverly .header-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 45px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.42) !important;
}

@media(max-width: 1080px){
  .header.header-beverly {
    grid-template-columns: 1fr !important;
    min-height: unset !important;
    row-gap: 14px !important;
    padding: 18px 5vw !important;
  }
  .header.header-beverly .header-left,
  .header.header-beverly .header-center,
  .header.header-beverly .header-right {
    justify-self: center !important;
  }
  .header.header-beverly .logo-block { align-items: center !important; text-align: center !important; }
  .header.header-beverly .logo { font-size: 25px !important; letter-spacing: .15em !important; }
  .header.header-beverly .sublogo { font-size: 10px !important; letter-spacing: .33em !important; }
  .beverly-credential-line { gap: 18px !important; }
  .credential-sbcp { height: 44px !important; max-width: 165px !important; }
  .credential-asps { height: 62px !important; max-width: 150px !important; }
  .credential-divider { height: 38px !important; }
}
@media(max-width: 560px){
  .beverly-credential-line { gap: 12px !important; }
  .credential-sbcp { height: 34px !important; max-width: 128px !important; }
  .credential-asps { height: 48px !important; max-width: 118px !important; }
  .credential-divider { height: 30px !important; }
  .header.header-beverly .header-cta { padding: 13px 20px !important; font-size: 12px !important; }
}
/* ===== END BEVERLY HILLS HEADER ===== */


/* ===== AJUSTE BEVERLY HILLS — LOGOS E INSTAGRAM ===== */
.header.header-beverly .beverly-credential-line {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
  min-width:420px !important;
  padding:8px 18px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, rgba(255,255,255,.035), rgba(201,169,110,.10), rgba(255,255,255,.035)) !important;
  border:1px solid rgba(201,169,110,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 18px 46px rgba(0,0,0,.14) !important;
}
.header.header-beverly .credential-logo {
  display:block !important;
  width:auto !important;
  object-fit:contain !important;
  opacity:.98 !important;
  transition:transform .35s ease, opacity .35s ease, filter .35s ease !important;
}
.header.header-beverly .credential-logo-sbcp {
  height:58px !important;
  max-width:190px !important;
  filter:brightness(0) saturate(100%) invert(71%) sepia(23%) saturate(697%) hue-rotate(358deg) brightness(90%) contrast(87%) drop-shadow(0 8px 18px rgba(0,0,0,.18)) !important;
}
.header.header-beverly .credential-logo-asps {
  height:96px !important;
  max-width:190px !important;
  margin-top:-6px !important;
  margin-bottom:-6px !important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.20)) !important;
}
.header.header-beverly .credential-divider {
  width:1px !important;
  height:42px !important;
  background:linear-gradient(180deg, transparent, rgba(201,169,110,.55), transparent) !important;
  display:block !important;
}
.header.header-beverly .credential-logo:hover { transform:translateY(-2px) scale(1.02) !important; opacity:1 !important; }

.instagram-section {
  background:linear-gradient(180deg, #F4F4F2 0%, #ECE8DF 100%);
  color:var(--azul);
  overflow:hidden;
}
.instagram-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:34px;
}
.instagram-head .text { color:#52606d; max-width:610px; }
.instagram-carousel {
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:8px 0 22px;
}
.instagram-track {
  display:flex;
  gap:18px;
  width:max-content;
  animation:instaScroll 34s linear infinite;
}
.instagram-carousel:hover .instagram-track { animation-play-state:paused; }
.instagram-card {
  width:285px;
  height:360px;
  flex:0 0 auto;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:#0B2D4A;
  box-shadow:0 22px 46px rgba(15,58,95,.18);
  border:1px solid rgba(15,58,95,.10);
}
.instagram-card::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(160deg, rgba(15,58,95,.10), rgba(201,169,110,.22)), var(--ig-bg);
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.instagram-card::after {
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:58%;
  background:linear-gradient(0deg, rgba(8,34,56,.94), rgba(8,34,56,.58), transparent);
}
.instagram-card-content {
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  color:white;
}
.instagram-card-content small {
  color:var(--dourado);
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:10px;
}
.instagram-card-content strong {
  display:block;
  font-family:Georgia, serif;
  font-size:23px;
  line-height:1.1;
  margin:8px 0 8px;
}
.instagram-card-content span { color:#d7dee7; font-size:14px; line-height:1.45; display:block; }
.instagram-actions { margin-top:26px; display:flex; justify-content:center; }
@keyframes instaScroll { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@media(max-width:1100px){
  .header.header-beverly .beverly-credential-line { min-width:0 !important; }
  .header.header-beverly .credential-logo-sbcp { height:48px !important; max-width:160px !important; }
  .header.header-beverly .credential-logo-asps { height:78px !important; max-width:158px !important; }
}
@media(max-width:900px){
  .instagram-head { display:block; }
  .instagram-card { width:245px; height:320px; }
  .header.header-beverly .beverly-credential-line { gap:14px !important; padding:7px 12px !important; }
  .header.header-beverly .credential-logo-sbcp { height:42px !important; }
  .header.header-beverly .credential-logo-asps { height:68px !important; }
}
/* ===== FIM AJUSTE BEVERLY HILLS ===== */

/* ===== UPGRADE INSTAGRAM PREMIUM + AJUSTE CBC ===== */
.header.header-beverly .credential-logo-cbc,
.header.header-beverly .beverly-credential-line .credential-logo-cbc,
.header.header-beverly .beverly-credential-line .credential-logo:last-child { height:54px !important; max-width:150px !important; width:auto !important; object-fit:contain !important; opacity:.94 !important; }
.header.header-beverly .credential-logo-asps { height:74px !important; max-width:180px !important; }
.header.header-beverly .credential-logo-sbcp { height:54px !important; max-width:180px !important; }
.instagram-section.instagram-live-section { position:relative; overflow:hidden; background:radial-gradient(circle at 18% 8%, rgba(201,169,110,.16), transparent 32%), linear-gradient(180deg, #0B2D4A 0%, #081f35 100%); color:white; }
.instagram-section.instagram-live-section:before { content:""; position:absolute; inset:38px 6vw auto 6vw; height:1px; background:linear-gradient(90deg, transparent, rgba(201,169,110,.62), transparent); }
.instagram-premium-shell { max-width:1180px; margin:0 auto; }
.instagram-premium-head { display:grid; grid-template-columns:1fr auto; gap:28px; align-items:end; margin-bottom:34px; }
.instagram-premium-head h2 { max-width:760px; margin-bottom:12px; }
.instagram-premium-head .text { max-width:680px; color:#d7dee7; }
.instagram-handle-card { min-width:245px; border:1px solid rgba(201,169,110,.32); border-radius:26px; padding:18px 20px; background:linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow:0 24px 70px rgba(0,0,0,.22); text-align:right; }
.instagram-handle-card small { display:block; color:var(--dourado); letter-spacing:.24em; text-transform:uppercase; font-size:10px; margin-bottom:7px; }
.instagram-handle-card strong { display:block; font-size:18px; font-family:Georgia, serif; letter-spacing:.04em; }
.instagram-handle-card span { display:block; color:#d7dee7; margin-top:5px; font-size:13px; }
.instagram-widget-premium { position:relative; border-radius:38px; padding:18px; overflow:hidden; background:linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035)), rgba(255,255,255,.04); border:1px solid rgba(201,169,110,.26); box-shadow:0 44px 110px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.14); }
.instagram-widget-premium:before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(120deg, rgba(201,169,110,.20), transparent 22%, transparent 78%, rgba(201,169,110,.10)); opacity:.75; }
.instagram-widget-premium:after { content:""; position:absolute; inset:18px; border-radius:28px; pointer-events:none; border:1px solid rgba(255,255,255,.08); }
.instagram-live-widget { position:relative; z-index:1; min-height:360px; border-radius:28px; overflow:hidden; background:rgba(4,19,34,.55); }
.instagram-live-widget .sk-instagram-feed { background:transparent !important; font-family:Inter, Arial, sans-serif !important; }
.instagram-live-widget iframe { border:0 !important; width:100% !important; border-radius:24px !important; }
.instagram-live-loading { position:absolute; z-index:0; inset:18px; border-radius:28px; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; padding:16px; opacity:.42; }
.instagram-live-loading span { border-radius:22px; min-height:260px; background:linear-gradient(110deg, rgba(255,255,255,.08), rgba(255,255,255,.16), rgba(255,255,255,.06)); background-size:220% 100%; animation:igSkeleton 1.9s ease-in-out infinite; }
.instagram-live-loading span:nth-child(2) { animation-delay:.15s; } .instagram-live-loading span:nth-child(3) { animation-delay:.3s; } .instagram-live-loading span:nth-child(4) { animation-delay:.45s; }
@keyframes igSkeleton { 0% { background-position:100% 0; } 100% { background-position:-100% 0; } }
.instagram-premium-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:28px; }
.instagram-premium-note { text-align:center; color:#aebdcc; font-size:13px; margin-top:14px; }
@media(max-width:900px){ .header.header-beverly .credential-logo-sbcp, .header.header-beverly .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:38px !important; max-width:112px !important; } .header.header-beverly .credential-logo-asps { height:52px !important; max-width:132px !important; } .instagram-premium-head { grid-template-columns:1fr; } .instagram-handle-card { text-align:left; min-width:0; } .instagram-widget-premium { padding:10px; border-radius:28px; } .instagram-live-widget { min-height:310px; border-radius:22px; } .instagram-live-loading { grid-template-columns:repeat(2,1fr); inset:10px; } .instagram-live-loading span { min-height:180px; } }
/* ===== FIM UPGRADE INSTAGRAM PREMIUM + AJUSTE CBC ===== */

/* ===== LAPIDAÇÃO FINAL — HEADER, SEÇÕES, INSTAGRAM ELFSIGHT ===== */
:root { --shadow-premium: 0 34px 90px rgba(0,0,0,.24); }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.section { position:relative; }
.kicker { font-weight:700; }
h2 { letter-spacing:-.035em; }
.text { letter-spacing:.005em; }
.header.header-beverly { grid-template-columns:minmax(265px,1fr) auto minmax(215px,1fr) !important; min-height:98px !important; }
.header.header-beverly .logo { letter-spacing:.16em !important; }
.header.header-beverly .sublogo { letter-spacing:.38em !important; }
.header.header-beverly .beverly-credential-line { gap:24px !important; padding:8px 22px !important; background:linear-gradient(90deg, rgba(255,255,255,.026), rgba(201,169,110,.075), rgba(255,255,255,.026)) !important; border-color:rgba(201,169,110,.18) !important; box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 16px 38px rgba(0,0,0,.10) !important; }
.header.header-beverly .credential-logo-sbcp { height:54px !important; max-width:180px !important; }
.header.header-beverly .credential-logo-asps { height:78px !important; max-width:190px !important; }
.header.header-beverly .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:65px !important; max-width:180px !important; width:auto !important; object-fit:contain !important; }
.header.header-beverly .credential-divider { height:42px !important; opacity:.8 !important; }
.header.header-beverly .header-cta { padding:14px 26px !important; box-shadow:0 18px 42px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.32) !important; }
.hero { padding-top:86px !important; padding-bottom:105px !important; }
.hero h1 { letter-spacing:-.045em !important; }
.feature, .proc-card, .credential, .media-card, .contact, .testimonial { box-shadow:0 18px 42px rgba(0,0,0,.10); }
.light .proc-card { border:1px solid rgba(15,58,95,.08); }
.proc-card { min-height:112px; display:flex; align-items:center; gap:14px; }
.proc-card::before { content:""; flex:0 0 34px; width:34px; height:34px; border-radius:14px; background:radial-gradient(circle at 35% 25%, rgba(255,255,255,.9), rgba(201,169,110,.82)); box-shadow:0 10px 22px rgba(201,169,110,.22); }
.testimonials-section { background:linear-gradient(180deg,#0B2D4A 0%,#082238 100%) !important; }
.testimonials-spotlight .testimonial { border-color:rgba(201,169,110,.28) !important; background:linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)) !important; }
.instagram-section.instagram-live-section { display:none !important; }
.instagram-elfsight-section { position:relative; overflow:hidden; background:radial-gradient(circle at 16% 4%, rgba(201,169,110,.18), transparent 34%), radial-gradient(circle at 92% 74%, rgba(255,255,255,.07), transparent 28%), linear-gradient(180deg, #0B2D4A 0%, #071d31 100%); color:white; }
.instagram-elfsight-section::before { content:""; position:absolute; left:6vw; right:6vw; top:34px; height:1px; background:linear-gradient(90deg, transparent, rgba(201,169,110,.66), transparent); }
.instagram-editorial-shell { max-width:1180px; margin:0 auto; position:relative; z-index:1; }
.instagram-editorial-head { display:grid; grid-template-columns:1fr auto; gap:32px; align-items:end; margin-bottom:36px; }
.instagram-editorial-head h2 { max-width:760px; margin-bottom:12px; }
.instagram-editorial-head .text { color:#d7dee7; max-width:690px; }
.instagram-signature { min-width:260px; text-align:right; padding:19px 22px; border-radius:28px; border:1px solid rgba(201,169,110,.34); background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow:0 26px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.10); }
.instagram-signature small { display:block; color:var(--dourado); letter-spacing:.24em; text-transform:uppercase; font-size:10px; margin-bottom:7px; }
.instagram-signature strong { display:block; font-family:Georgia, serif; font-size:19px; letter-spacing:.04em; }
.instagram-signature span { display:block; color:#d7dee7; margin-top:6px; font-size:13px; }
.instagram-elfsight-frame { position:relative; padding:16px; border-radius:40px; overflow:hidden; border:1px solid rgba(201,169,110,.28); background:linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow:0 48px 120px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.13); }
.instagram-elfsight-frame::before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(120deg, rgba(201,169,110,.18), transparent 28%, transparent 72%, rgba(201,169,110,.10)); }
.instagram-elfsight-frame iframe, .instagram-elfsight-frame > div { position:relative; z-index:1; border-radius:28px !important; overflow:hidden !important; }
.instagram-editorial-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:30px; }
.contact { box-shadow:0 44px 110px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12) !important; }
footer { background:#071d31; }
@media(max-width:1100px){ .header.header-beverly { grid-template-columns:1fr !important; row-gap:14px !important; min-height:unset !important; } .header.header-beverly .header-left, .header.header-beverly .header-center, .header.header-beverly .header-right { justify-self:center !important; } .header.header-beverly .logo-block { align-items:center !important; text-align:center !important; } .header.header-beverly .credential-logo-sbcp { height:44px !important; max-width:150px !important; } .header.header-beverly .credential-logo-asps { height:62px !important; max-width:150px !important; } .header.header-beverly .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:50px !important; max-width:140px !important; } .instagram-editorial-head { grid-template-columns:1fr; } .instagram-signature { text-align:left; min-width:0; } }
@media(max-width:620px){ .header.header-beverly .beverly-credential-line { gap:12px !important; padding:7px 12px !important; flex-wrap:wrap !important; } .header.header-beverly .credential-divider { display:none !important; } .header.header-beverly .credential-logo-sbcp { height:34px !important; max-width:118px !important; } .header.header-beverly .credential-logo-asps { height:48px !important; max-width:118px !important; } .header.header-beverly .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:40px !important; max-width:112px !important; } .instagram-elfsight-frame { padding:9px; border-radius:28px; } .instagram-elfsight-frame iframe, .instagram-elfsight-frame > div { border-radius:20px !important; } }
/* ===== FIM LAPIDAÇÃO FINAL ===== */

/* ===== INSTAGRAM CARROSSEL PREMIUM COM FOTOS REAIS ===== */
.insta-manual-grid,
.instagram-manual-note { display:none !important; }
.instagram-manual-section {
  background:
    radial-gradient(circle at 16% 8%, rgba(201,169,110,.18), transparent 34%),
    radial-gradient(circle at 92% 76%, rgba(255,255,255,.07), transparent 28%),
    linear-gradient(180deg,#0B2D4A 0%,#071d31 100%) !important;
}
.instagram-manual-inner { position:relative; z-index:1; }
.instagram-manual-head {
  max-width:1180px;
  margin:0 auto 38px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:34px;
}
.instagram-manual-head h2 { max-width:790px; margin-bottom:12px; }
.instagram-manual-head p { max-width:720px; color:#d7dee7; font-size:17px; line-height:1.7; margin:0; }
.insta-carousel-premium {
  position:relative;
  overflow:hidden;
  margin:0 -6vw;
  padding:10px 0 16px;
}
.insta-carousel-premium:before,
.insta-carousel-premium:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:12vw;
  z-index:3;
  pointer-events:none;
}
.insta-carousel-premium:before { left:0; background:linear-gradient(90deg,#071d31 0%,rgba(7,29,49,0) 100%); }
.insta-carousel-premium:after { right:0; background:linear-gradient(270deg,#071d31 0%,rgba(7,29,49,0) 100%); }
.insta-carousel-track {
  display:flex;
  gap:20px;
  width:max-content;
  animation:instaRealScroll 58s linear infinite;
  will-change:transform;
}
.insta-carousel-premium:hover .insta-carousel-track { animation-play-state:paused; }
.insta-carousel-card {
  position:relative;
  flex:0 0 310px;
  width:310px;
  height:310px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(201,169,110,.24);
  background:rgba(255,255,255,.04);
  box-shadow:0 28px 72px rgba(0,0,0,.32);
  isolation:isolate;
}
.insta-carousel-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.94) contrast(.98);
  transform:scale(1.005);
  transition:transform .7s ease, filter .7s ease;
}
.insta-carousel-card:after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg, rgba(4,19,34,0) 38%, rgba(4,19,34,.86) 100%);
  opacity:.92;
  transition:opacity .45s ease;
}
.insta-carousel-overlay {
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  z-index:2;
}
.insta-carousel-overlay small {
  display:block;
  color:var(--dourado);
  letter-spacing:.24em;
  text-transform:uppercase;
  font-size:10px;
  font-weight:800;
  margin-bottom:7px;
}
.insta-carousel-overlay strong {
  display:block;
  color:white;
  font-family:Georgia,serif;
  font-size:21px;
  line-height:1.08;
  font-weight:500;
  text-shadow:0 8px 20px rgba(0,0,0,.32);
}
.insta-carousel-card:hover img { transform:scale(1.07); filter:saturate(1.03) contrast(1.03); }
.insta-carousel-card:hover { border-color:rgba(201,169,110,.5); box-shadow:0 38px 90px rgba(0,0,0,.40); }
@keyframes instaRealScroll { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@media(max-width:900px){
  .instagram-manual-head{display:block;margin-bottom:28px;}
  .instagram-manual-head .btn-outline{margin-top:24px;}
  .insta-carousel-card{flex-basis:250px;width:250px;height:250px;border-radius:24px;}
  .insta-carousel-track{gap:14px;animation-duration:46s;}
  .insta-carousel-overlay strong{font-size:18px;}
}
/* ===== FIM INSTAGRAM CARROSSEL PREMIUM COM FOTOS REAIS ===== */


/* ===== ACABAMENTO FINAL — PROCEDIMENTOS + CLÍNICA ===== */
.proc.proc-premium {
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:18px !important;
  margin-top:42px !important;
}
.proc-card.proc-premium-card {
  position:relative !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:18px !important;
  min-height:156px !important;
  padding:24px !important;
  border-radius:28px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,247,243,.95)) !important;
  border:1px solid rgba(15,58,95,.08) !important;
  box-shadow:0 22px 54px rgba(15,58,95,.10) !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
.proc-card.proc-premium-card::before { display:none !important; }
.proc-card.proc-premium-card::after {
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:radial-gradient(circle at 16% 4%, rgba(201,169,110,.22), transparent 34%) !important;
  opacity:.9 !important;
  z-index:-1 !important;
}
.proc-icon.proc-icon-premium {
  width:58px !important;
  height:58px !important;
  flex:0 0 58px !important;
  border-radius:22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:
    linear-gradient(145deg, rgba(201,169,110,.24), rgba(201,169,110,.08)) !important;
  border:1px solid rgba(201,169,110,.34) !important;
  box-shadow:0 16px 36px rgba(201,169,110,.16), inset 0 1px 0 rgba(255,255,255,.65) !important;
}
.proc-icon.proc-icon-premium svg {
  width:36px !important;
  height:36px !important;
  stroke:#0F3A5F !important;
  stroke-width:2.1 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.proc-card.proc-premium-card span {
  font-family:Georgia, serif !important;
  font-size:21px !important;
  color:#0F3A5F !important;
  line-height:1.08 !important;
  letter-spacing:-.01em !important;
  font-weight:600 !important;
}
.proc-card.proc-premium-card small {
  margin-top:10px !important;
  color:#60717f !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
.proc-card.proc-premium-card:hover {
  transform:translateY(-6px) !important;
  border-color:rgba(201,169,110,.38) !important;
  box-shadow:0 32px 74px rgba(15,58,95,.16) !important;
}
.clinica-section {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(201,169,110,.18), transparent 34%),
    radial-gradient(circle at 90% 82%, rgba(255,255,255,.07), transparent 30%),
    linear-gradient(180deg,#0B2D4A 0%,#071d31 100%);
  color:white;
}
.clinica-section::before {
  content:"";
  position:absolute;
  left:6vw; right:6vw; top:34px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(201,169,110,.62), transparent);
}
.clinica-head {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr minmax(280px,520px);
  gap:34px;
  align-items:end;
  margin-bottom:42px;
}
.clinica-head h2 { max-width:780px; }
.clinica-head .text { color:#d7dee7; margin:0; }
.clinica-grid-premium {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:245px;
  gap:18px;
}
.clinica-card {
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(201,169,110,.24);
  background:rgba(255,255,255,.05);
  box-shadow:0 28px 72px rgba(0,0,0,.28);
  isolation:isolate;
}
.clinica-card-large {
  grid-column:span 2;
  grid-row:span 2;
}
.clinica-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.92) contrast(.99);
  transform:scale(1.01);
  transition:transform .75s ease, filter .75s ease;
}
.clinica-card::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.12) 42%, rgba(0,0,0,.78) 100%);
}
.clinica-card span {
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:7px;
}
.clinica-card small {
  color:var(--dourado);
  letter-spacing:.28em;
  text-transform:uppercase;
  font-size:11px;
  font-weight:800;
}
.clinica-card strong {
  color:white;
  font-family:Georgia,serif;
  font-size:26px;
  line-height:1.04;
  font-weight:500;
}
.clinica-card em {
  color:#d7dee7;
  font-style:normal;
  font-size:14px;
  line-height:1.45;
  opacity:.94;
  max-width:440px;
}
.clinica-card:hover img {
  transform:scale(1.07);
  filter:saturate(1) contrast(1.03);
}
.clinica-card:hover {
  border-color:rgba(201,169,110,.50);
  box-shadow:0 40px 96px rgba(0,0,0,.38);
}
@media(max-width:1100px){
  .proc.proc-premium{grid-template-columns:repeat(2,1fr)!important}
  .clinica-head{grid-template-columns:1fr}
  .clinica-grid-premium{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}
}
@media(max-width:700px){
  .proc.proc-premium{grid-template-columns:1fr!important}
  .proc-card.proc-premium-card{min-height:unset!important}
  .clinica-grid-premium{grid-template-columns:1fr;grid-auto-rows:260px}
  .clinica-card-large{grid-column:span 1;grid-row:span 1}
  .clinica-card strong{font-size:22px}
}




/* === Instagram manual premium: sem widget, sem marca d'água === */
.instagram-elfsight-section{display:none!important}.instagram-manual-section{position:relative;overflow:hidden;background:radial-gradient(circle at 16% 8%,rgba(201,169,110,.18),transparent 34%),radial-gradient(circle at 92% 76%,rgba(255,255,255,.07),transparent 28%),linear-gradient(180deg,#0B2D4A 0%,#071d31 100%);color:white}.instagram-manual-section:before{content:"";position:absolute;left:6vw;right:6vw;top:34px;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,110,.66),transparent)}.instagram-manual-inner{position:relative;z-index:1}.instagram-manual-head{display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:38px}.instagram-manual-head h2{max-width:780px;margin-bottom:12px}.instagram-manual-head p{max-width:690px;color:#d7dee7;font-size:17px;line-height:1.7;margin:0}.insta-manual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.insta-manual-card{position:relative;display:block;overflow:hidden;border-radius:30px;aspect-ratio:1/1;border:1px solid rgba(201,169,110,.22);background:rgba(255,255,255,.04);box-shadow:0 24px 60px rgba(0,0,0,.28);isolation:isolate}.insta-manual-card img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01);transition:transform .7s ease,filter .7s ease;filter:saturate(.92) contrast(.98)}.insta-manual-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.10) 42%,rgba(0,0,0,.72) 100%);opacity:.95;transition:opacity .45s ease}.insta-card-shine{position:absolute;inset:-1px;z-index:2;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.18) 36%,transparent 56%);transform:translateX(-120%);transition:transform .9s ease}.insta-card-copy{position:absolute;left:22px;right:22px;bottom:22px;z-index:3;display:flex;flex-direction:column;gap:7px}.insta-card-copy small{color:var(--dourado);letter-spacing:.28em;font-size:11px;text-transform:uppercase;font-weight:800}.insta-card-copy strong{color:white;font-family:Georgia,serif;font-size:24px;line-height:1.05;font-weight:500}.insta-card-copy em{color:#d7dee7;font-style:normal;font-size:14px;line-height:1.45;opacity:.92}.insta-manual-card:hover img{transform:scale(1.075);filter:saturate(1) contrast(1.02)}.insta-manual-card:hover .insta-card-shine{transform:translateX(120%)}.insta-manual-card:hover{border-color:rgba(201,169,110,.46);box-shadow:0 34px 82px rgba(0,0,0,.36)}.instagram-manual-note{margin-top:22px;text-align:center;color:rgba(215,222,231,.62);font-size:12px;letter-spacing:.04em}.instagram-manual-note code{color:var(--dourado);background:rgba(255,255,255,.06);padding:2px 5px;border-radius:6px}.header.header-beverly .credential-logo-cbc,.header.header-beverly .beverly-credential-line .credential-logo-cbc,.header.header-beverly .beverly-credential-line .credential-logo:last-child{height:52px!important;max-width:156px!important}@media(max-width:900px){.instagram-manual-head{display:block}.instagram-manual-head .btn-outline{margin-top:24px}.insta-manual-grid{grid-template-columns:repeat(2,1fr);gap:14px}.insta-card-copy strong{font-size:20px}}@media(max-width:560px){.insta-manual-grid{grid-template-columns:1fr}.instagram-manual-note{display:none}}



/* === Ajuste final: clínica no bloco principal, sem seção duplicada === */
.clinic-feature-section {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(201,169,110,.12), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,.06), transparent 28%),
    linear-gradient(180deg,#0B2D4A 0%,#0F3A5F 100%);
  color:white;
}
.clinic-feature-section::before {
  content:"";
  position:absolute;
  left:6vw;
  right:6vw;
  top:34px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(201,169,110,.78), transparent);
  box-shadow:0 0 28px rgba(201,169,110,.36);
}
.clinic-feature-section > * { position:relative; z-index:1; }
.clinic-feature-section h2 { color:white; max-width:760px; }
.clinic-feature-section .text { color:#d7dee7; }
.clinic-kicker {
  position:relative;
  display:inline-block;
  color:var(--dourado);
  text-shadow:0 0 22px rgba(201,169,110,.34);
}
.clinic-kicker::after {
  content:"";
  position:absolute;
  left:0;
  right:-38px;
  bottom:-12px;
  height:1px;
  background:linear-gradient(90deg, rgba(201,169,110,.9), transparent);
}
.clinic-carousel-card {
  width:82%;
  max-width:520px;
  margin:auto;
  aspect-ratio:4/5;
  border-radius:34px;
  padding:12px;
  background:linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.04));
  border:1px solid rgba(201,169,110,.28);
  box-shadow:0 34px 90px rgba(0,0,0,.34),0 0 0 12px rgba(255,255,255,.025),inset 0 1px 0 rgba(255,255,255,.18);
}
.clinic-carousel-frame {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:24px;
  background:#071d31;
}
.clinic-slide {
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.025);
  transition:opacity .45s ease, transform .65s ease;
}
.clinic-slide.active { opacity:1; transform:scale(1); z-index:1; }
.clinic-slide img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(.94) contrast(.99) brightness(.98);
}
.clinic-arrow {
  position:absolute;
  top:50%;
  z-index:3;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(201,169,110,.45);
  background:rgba(11,45,74,.58);
  color:var(--dourado);
  font-size:38px;
  line-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(12px);
  transition:.25s ease;
}
.clinic-arrow:hover { background:rgba(201,169,110,.18); transform:translateY(-50%) scale(1.06); }
.clinic-prev { left:16px; }
.clinic-next { right:16px; }
.clinica-section { display:none!important; }
@media(max-width:900px){ .clinic-carousel-card { width:100%; max-width:460px; } }



:root{--elite-gold:#C9A96E;--elite-ease:cubic-bezier(.16,1,.3,1)}
html{scroll-padding-top:152px}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Arial,sans-serif!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
#elite-loading-bar{position:fixed;left:0;top:0;width:100%;height:3px;z-index:99999;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,rgba(201,169,110,.25),#ead7ad,#C9A96E);box-shadow:0 0 22px rgba(201,169,110,.55);transition:transform .12s linear,opacity .35s ease}
.header.header-beverly{background:linear-gradient(180deg,rgba(6,27,46,.88),rgba(8,34,56,.76))!important;-webkit-backdrop-filter:blur(26px) saturate(150%)!important;backdrop-filter:blur(26px) saturate(150%)!important}
.elite-nav{position:sticky;top:98px;z-index:999;display:flex;justify-content:center;gap:8px;align-items:center;padding:9px 6vw 11px;background:linear-gradient(180deg,rgba(8,34,56,.68),rgba(8,34,56,.38));-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%);border-bottom:1px solid rgba(201,169,110,.14);box-shadow:0 16px 44px rgba(0,0,0,.10)}
.elite-nav a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border-radius:999px;color:rgba(255,255,255,.78);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:750;transition:color .35s var(--elite-ease),background .35s var(--elite-ease),transform .35s var(--elite-ease)}
.elite-nav a:after{content:"";position:absolute;left:18px;right:18px;bottom:6px;height:1px;background:linear-gradient(90deg,transparent,var(--elite-gold),transparent);transform:scaleX(0);opacity:0;transition:.35s var(--elite-ease)}
.elite-nav a:hover,.elite-nav a.active{color:#fff;background:rgba(255,255,255,.075);transform:translateY(-1px)}
.elite-nav a:hover:after,.elite-nav a.active:after{transform:scaleX(1);opacity:1}
.hero,.section,.features{animation:eliteReveal .9s var(--elite-ease) both}
@keyframes eliteReveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.btn,.btn-outline,.header-cta,.feature,.proc-card,.credential,.media-card,.testimonial,.contact,.insta-carousel-card,.insta-manual-card{transition:transform .42s var(--elite-ease),box-shadow .42s var(--elite-ease),border-color .42s var(--elite-ease),background .42s var(--elite-ease),opacity .42s var(--elite-ease)!important}
.btn:hover,.btn-outline:hover,.header-cta:hover{transform:translateY(-3px)!important}
.feature:hover,.credential:hover,.media-card:hover,.testimonial:hover,.insta-carousel-card:hover,.insta-manual-card:hover{transform:translateY(-7px)!important}
.proc-card.proc-premium-card:hover{transform:translateY(-8px) scale(1.012)!important}
.proc-card.proc-premium-card{background:linear-gradient(150deg,rgba(255,255,255,1),rgba(247,245,239,.96))!important;box-shadow:0 24px 60px rgba(15,58,95,.12),inset 0 1px 0 rgba(255,255,255,.75)!important}
.proc-icon.proc-icon-premium{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),rgba(201,169,110,.34) 42%,rgba(201,169,110,.10))!important}
.clinic-feature-section{grid-template-columns:minmax(330px,.78fr) minmax(420px,1.22fr)!important;gap:64px!important;align-items:center!important;background:radial-gradient(circle at 18% 10%,rgba(201,169,110,.18),transparent 34%),linear-gradient(180deg,#0B2D4A 0%,#071d31 100%)!important}
.clinic-copy-block{max-width:620px}
.clinic-carousel-card{width:100%!important;max-width:none!important;border-radius:42px!important;padding:16px!important;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.045))!important;border:1px solid rgba(201,169,110,.30)!important;box-shadow:0 52px 130px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.14)!important;overflow:hidden!important}
.clinic-carousel-frame{position:relative!important;aspect-ratio:16/10!important;min-height:440px!important;border-radius:30px!important;background:radial-gradient(circle at 20% 10%,rgba(201,169,110,.16),transparent 34%),linear-gradient(145deg,#091f34,#061827)!important;overflow:hidden!important;touch-action:pan-y!important}
.clinic-slide{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;transform:scale(1.018) translateX(12px)!important;filter:blur(8px);transition:opacity 1.05s var(--elite-ease),transform 1.15s var(--elite-ease),filter 1.05s var(--elite-ease)!important;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.06),transparent 66%)}
.clinic-slide.active{opacity:1!important;transform:scale(1) translateX(0)!important;filter:blur(0);z-index:2!important}
.clinic-slide img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:0!important;border-radius:24px!important;filter:saturate(.96) contrast(.99) brightness(.98)!important;background:linear-gradient(135deg,rgba(255,255,255,.025),rgba(201,169,110,.055))}
.clinic-slide:before{content:"";position:absolute;inset:-26px;z-index:-1;background:inherit;opacity:.55;filter:blur(28px) saturate(1.08);transform:scale(1.08)}
.clinic-arrow{width:48px!important;height:48px!important;border-radius:999px!important;background:rgba(7,29,49,.58)!important;border:1px solid rgba(201,169,110,.34)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;box-shadow:0 18px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.16)!important;color:#fff!important;transition:.38s var(--elite-ease)!important}
.clinic-arrow:hover{background:rgba(201,169,110,.22)!important;transform:translateY(-50%) scale(1.08)!important}
.clinic-carousel-dots{position:absolute;left:0;right:0;bottom:18px;z-index:6;display:flex;justify-content:center;gap:8px;pointer-events:auto}
.clinic-carousel-dots button{width:7px;height:7px;border:0;border-radius:99px;background:rgba(255,255,255,.42);padding:0;cursor:pointer;transition:.35s var(--elite-ease)}
.clinic-carousel-dots button.active{width:30px;background:linear-gradient(90deg,#ead7ad,#C9A96E);box-shadow:0 0 18px rgba(201,169,110,.45)}
.clinic-progress{position:absolute;left:22px;right:22px;bottom:0;height:2px;z-index:7;background:rgba(255,255,255,.11);overflow:hidden;border-radius:99px}
.clinic-progress span{display:block;height:100%;width:100%;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,rgba(201,169,110,.25),#C9A96E,#ead7ad)}
.clinic-progress span.running{animation:clinicProgress 5.6s linear both}
@keyframes clinicProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:1100px){.elite-nav{top:0;position:sticky;overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.elite-nav::-webkit-scrollbar{display:none}.clinic-feature-section{grid-template-columns:1fr!important;gap:38px!important}.clinic-carousel-frame{min-height:360px!important;aspect-ratio:4/3!important}}
@media(max-width:720px){html{scroll-padding-top:16px}.elite-nav{padding:8px 4vw 10px}.elite-nav a{font-size:11px;padding:9px 12px;letter-spacing:.13em;white-space:nowrap}.clinic-carousel-card{padding:9px!important;border-radius:30px!important}.clinic-carousel-frame{min-height:330px!important;border-radius:22px!important;aspect-ratio:3/4!important}.clinic-slide img{border-radius:18px!important}.clinic-arrow{display:none!important}.clinic-carousel-dots{bottom:14px}.clinic-progress{left:14px;right:14px}.hero h1{font-size:40px!important;letter-spacing:-.035em!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.insta-carousel-track,.instagram-track{animation:none!important}}



/* ===== CLÍNICA — MOLDURA ADAPTATIVA FINAL, SEM CORTE, SEM SETAS, SEM BOLINHAS ===== */
.clinic-adaptive-final{
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  padding-top:92px!important;
  padding-bottom:102px!important;
  background:
    radial-gradient(circle at 13% 6%,rgba(201,169,110,.18),transparent 34%),
    radial-gradient(circle at 92% 86%,rgba(255,255,255,.065),transparent 30%),
    linear-gradient(180deg,#0B2D4A 0%,#071d31 100%)!important;
  color:#fff!important;
}
.clinic-adaptive-final::before{
  content:"";
  position:absolute;
  left:6vw;right:6vw;top:34px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(201,169,110,.64),transparent);
}
.clinic-adaptive-final .clinic-copy-block{
  max-width:980px!important;
  margin:0 auto 44px!important;
  text-align:left!important;
  position:relative!important;
  z-index:2!important;
}
.clinic-adaptive-final .clinic-copy-block h2{
  max-width:840px!important;
  color:#fff!important;
}
.clinic-adaptive-final .clinic-copy-block .text{
  max-width:820px!important;
  color:#d7dee7!important;
}
.clinic-gallery-final{
  position:relative!important;
  z-index:2!important;
  max-width:1220px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(12,1fr)!important;
  gap:22px!important;
  align-items:start!important;
}
.clinic-photo-card{
  grid-column:span 6!important;
  position:relative!important;
  border-radius:34px!important;
  overflow:hidden!important;
  border:1px solid rgba(201,169,110,.26)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035))!important;
  box-shadow:0 34px 90px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.12)!important;
  isolation:isolate!important;
  transform:translateZ(0)!important;
  transition:transform .75s cubic-bezier(.22,1,.36,1), box-shadow .75s cubic-bezier(.22,1,.36,1), border-color .75s cubic-bezier(.22,1,.36,1)!important;
}
.clinic-photo-feature{grid-column:span 12!important;}
.clinic-photo-frame{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  padding:14px!important;
  border-radius:34px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 50% 18%,rgba(201,169,110,.18),transparent 46%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(7,29,49,.40))!important;
}
.clinic-photo-frame::after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:24px;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.42) 100%),
    radial-gradient(circle at 18% 0%,rgba(201,169,110,.12),transparent 44%);
  z-index:2;
}
.clinic-photo-frame img{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  aspect-ratio:auto!important;
  border-radius:24px!important;
  padding:0!important;
  margin:0!important;
  background:#071d31!important;
  box-shadow:0 20px 55px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.08)!important;
  filter:saturate(.98) contrast(1.01) brightness(1.01)!important;
  transform:none!important;
  transition:filter .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1)!important;
}
.clinic-photo-caption{
  position:absolute!important;
  left:34px!important;
  right:34px!important;
  bottom:32px!important;
  z-index:4!important;
  pointer-events:none!important;
  opacity:.98!important;
  transform:translateY(0)!important;
  transition:transform .75s cubic-bezier(.22,1,.36,1), opacity .75s cubic-bezier(.22,1,.36,1)!important;
}
.clinic-photo-caption small{
  display:block!important;
  color:#ead7ad!important;
  letter-spacing:.28em!important;
  text-transform:uppercase!important;
  font-size:10px!important;
  font-weight:800!important;
  margin-bottom:7px!important;
  text-shadow:0 10px 24px rgba(0,0,0,.45)!important;
}
.clinic-photo-caption strong{
  display:block!important;
  color:white!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:25px!important;
  line-height:1.08!important;
  font-weight:500!important;
  max-width:640px!important;
  text-shadow:0 12px 28px rgba(0,0,0,.50)!important;
}
.clinic-photo-card:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(201,169,110,.56)!important;
  box-shadow:0 48px 118px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.16)!important;
}
.clinic-photo-card:hover img{
  transform:scale(1.012)!important;
  filter:saturate(1.04) contrast(1.035) brightness(1.02)!important;
}
.clinic-photo-card:hover .clinic-photo-caption{
  transform:translateY(-4px)!important;
}
/* remove de vez qualquer controle antigo, caso algum script legado tente recriar */
.clinic-arrow,.clinic-carousel-dots,.clinic-progress,.clinic-prev,.clinic-next{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
@media(max-width:980px){
  .clinic-gallery-final{grid-template-columns:1fr!important;gap:20px!important;}
  .clinic-photo-card,.clinic-photo-feature,.clinic-photo-wide{grid-column:1!important;}
  .clinic-adaptive-final .clinic-copy-block{text-align:left!important;margin-bottom:34px!important;}
}
@media(max-width:720px){
  .clinic-adaptive-final{padding-top:76px!important;padding-bottom:82px!important;}
  .clinic-gallery-final{
    display:flex!important;
    overflow-x:auto!important;
    gap:16px!important;
    margin-left:-6vw!important;
    margin-right:-6vw!important;
    padding:0 6vw 12px!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .clinic-gallery-final::-webkit-scrollbar{display:none!important;}
  .clinic-photo-card{
    flex:0 0 88vw!important;
    width:88vw!important;
    scroll-snap-align:center!important;
    border-radius:28px!important;
  }
  .clinic-photo-frame{padding:9px!important;border-radius:28px!important;}
  .clinic-photo-frame img{border-radius:20px!important;}
  .clinic-photo-frame::after{inset:9px;border-radius:20px;}
  .clinic-photo-caption{left:22px!important;right:22px!important;bottom:22px!important;}
  .clinic-photo-caption strong{font-size:20px!important;}
}



/* ===== PROCEDIMENTOS — ÍCONES CIRÚRGICOS PREMIUM DEFINITIVOS ===== */
.procedimentos-final-grid {
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:18px !important;
  margin-top:42px !important;
}
.procedimentos-final-grid .proc-card.proc-premium-card {
  display:flex !important;
  align-items:flex-start !important;
  gap:18px !important;
  min-height:158px !important;
}
.procedimentos-final-grid .proc-icon.proc-icon-premium {
  width:68px !important;
  height:68px !important;
  min-width:68px !important;
  flex:0 0 68px !important;
  border-radius:26px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.98), rgba(201,169,110,.32) 42%, rgba(201,169,110,.10) 100%) !important;
  border:1px solid rgba(201,169,110,.50) !important;
  box-shadow:
    0 20px 46px rgba(201,169,110,.20),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
}
.procedimentos-final-grid .proc-icon.proc-icon-premium svg {
  width:44px !important;
  height:44px !important;
  stroke:#0F3A5F !important;
  stroke-width:2.25 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  opacity:.98 !important;
  transition:transform .35s ease, opacity .35s ease !important;
}
.procedimentos-final-grid .proc-card:hover .proc-icon.proc-icon-premium svg {
  transform:scale(1.08) translateY(-1px) !important;
}
.procedimentos-final-grid .proc-icon.proc-icon-premium img {
  display:none !important;
}
@media(max-width:1100px){
  .procedimentos-final-grid { grid-template-columns:repeat(2,1fr) !important; }
}
@media(max-width:700px){
  .procedimentos-final-grid { grid-template-columns:1fr !important; }
  .procedimentos-final-grid .proc-card.proc-premium-card { min-height:unset !important; }
}



/* ===== CORREÇÃO FINAL DOS SELOS DO HEADER ===== */
.header.header-beverly .credential-logo,
.header.header-beverly .credential-mark {
  transition: transform .35s ease, opacity .35s ease, filter .35s ease !important;
}
.header.header-beverly .credential-logo-sbcp,
.header.header-beverly .credential-mark.credential-sbcp,
.header.header-beverly img[src*="sbcp"],
.header.header-beverly img[alt*="SBCP"],
.header.header-beverly img[alt*="Sociedade Brasileira"] {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0,0,0,.22)) !important;
  opacity: .96 !important;
}
.header.header-beverly .credential-logo-sbcp:hover,
.header.header-beverly .credential-mark.credential-sbcp:hover,
.header.header-beverly img[src*="sbcp"]:hover,
.header.header-beverly img[alt*="SBCP"]:hover,
.header.header-beverly img[alt*="Sociedade Brasileira"]:hover {
  filter: brightness(0) invert(1) drop-shadow(0 10px 22px rgba(0,0,0,.28)) !important;
  opacity: 1 !important;
  transform: translateY(-2px) scale(1.02) !important;
}
.header.header-beverly.is-scrolled .credential-logo-sbcp,
.header.header-beverly.is-scrolled .credential-mark.credential-sbcp,
.header.header-beverly.is-scrolled img[src*="sbcp"],
.header.header-beverly.is-scrolled img[alt*="SBCP"],
.header.header-beverly.is-scrolled img[alt*="Sociedade Brasileira"] {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0,0,0,.22)) !important;
  opacity: .96 !important;
}



/* ===== DEPOIMENTOS — UM POR VEZ, ENTRADA LATERAL ===== */
.testimonials-spotlight {
  position: relative !important;
  overflow: hidden !important;
  min-height: 360px !important;
}
.testimonial {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(110%) scale(.985) !important;
  animation: testimonialSlideOneByOne 48s cubic-bezier(.22,.61,.36,1) infinite !important;
  will-change: transform, opacity !important;
}
@keyframes testimonialSlideOneByOne {
  0%   { opacity:0; transform:translateX(110%) scale(.985); }
  4%   { opacity:1; transform:translateX(0) scale(1); }
  14%  { opacity:1; transform:translateX(0) scale(1); }
  18%  { opacity:0; transform:translateX(-110%) scale(.985); }
  100% { opacity:0; transform:translateX(-110%) scale(.985); }
}
.testimonial:nth-child(1){ animation-delay:0s !important; }
.testimonial:nth-child(2){ animation-delay:8s !important; }
.testimonial:nth-child(3){ animation-delay:16s !important; }
.testimonial:nth-child(4){ animation-delay:24s !important; }
.testimonial:nth-child(5){ animation-delay:32s !important; }
.testimonial:nth-child(6){ animation-delay:40s !important; }
.testimonial:nth-child(7){ animation-delay:48s !important; }
.testimonial:nth-child(8){ animation-delay:56s !important; }
.testimonial:nth-child(9){ animation-delay:64s !important; }
.testimonial:nth-child(10){ animation-delay:72s !important; }

@media(max-width:900px){
  .testimonials-spotlight { min-height: 430px !important; }
  .testimonial { padding: 34px 24px !important; }
}



/* ===== PATCH FINAL — SBCP SEMPRE DOURADO, NUNCA PRETO ===== */
.header.header-beverly .credential-logo-sbcp,
.header.header-beverly .credential-mark.credential-sbcp,
.header.header-beverly img[src*="sbcp"],
.header.header-beverly img[alt*="SBCP"],
.header.header-beverly img[alt*="Sociedade Brasileira"] {
  filter:
    brightness(0)
    saturate(100%)
    invert(70%)
    sepia(32%)
    saturate(507%)
    hue-rotate(358deg)
    brightness(91%)
    contrast(88%)
    drop-shadow(0 8px 18px rgba(0,0,0,.20)) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease !important;
}

.header.header-beverly .credential-logo-sbcp:hover,
.header.header-beverly .credential-mark.credential-sbcp:hover,
.header.header-beverly img[src*="sbcp"]:hover,
.header.header-beverly img[alt*="SBCP"]:hover,
.header.header-beverly img[alt*="Sociedade Brasileira"]:hover,
.header.header-beverly.is-scrolled .credential-logo-sbcp,
.header.header-beverly.is-scrolled .credential-mark.credential-sbcp,
.header.header-beverly.is-scrolled img[src*="sbcp"],
.header.header-beverly.is-scrolled img[alt*="SBCP"],
.header.header-beverly.is-scrolled img[alt*="Sociedade Brasileira"],
.header.header-beverly.is-scrolled .credential-logo-sbcp:hover,
.header.header-beverly.is-scrolled .credential-mark.credential-sbcp:hover,
.header.header-beverly.is-scrolled img[src*="sbcp"]:hover,
.header.header-beverly.is-scrolled img[alt*="SBCP"]:hover,
.header.header-beverly.is-scrolled img[alt*="Sociedade Brasileira"]:hover {
  filter:
    brightness(0)
    saturate(100%)
    invert(70%)
    sepia(32%)
    saturate(507%)
    hue-rotate(358deg)
    brightness(91%)
    contrast(88%)
    drop-shadow(0 10px 22px rgba(0,0,0,.24)) !important;
  opacity: 1 !important;
  transform: translateY(-2px) scale(1.02) !important;
}

/* ===== DEPOIMENTOS — VOLTA AO PADRÃO ORIGINAL, SEM SOBREPOSIÇÃO ===== */
.testimonials-spotlight {
  position: relative !important;
  overflow: hidden !important;
  max-width: 980px !important;
  min-height: 360px !important;
  margin: 38px auto 0 !important;
}

.testimonial {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(18px) scale(.985) !important;
  animation: testimonialFadeClean 48s ease-in-out infinite !important;
  will-change: opacity, transform, visibility !important;
}

@keyframes testimonialFadeClean {
  0%   { opacity:0; visibility:hidden; transform:translateY(18px) scale(.985); }
  3%   { opacity:1; visibility:visible; transform:translateY(0) scale(1); }
  14%  { opacity:1; visibility:visible; transform:translateY(0) scale(1); }
  17%  { opacity:0; visibility:hidden; transform:translateY(-14px) scale(.985); }
  100% { opacity:0; visibility:hidden; transform:translateY(-14px) scale(.985); }
}

.testimonial:nth-child(1){ animation-delay:0s !important; }
.testimonial:nth-child(2){ animation-delay:8s !important; }
.testimonial:nth-child(3){ animation-delay:16s !important; }
.testimonial:nth-child(4){ animation-delay:24s !important; }
.testimonial:nth-child(5){ animation-delay:32s !important; }
.testimonial:nth-child(6){ animation-delay:40s !important; }
.testimonial:nth-child(7){ animation-delay:48s !important; }
.testimonial:nth-child(8){ animation-delay:56s !important; }

@media(max-width:900px){
  .testimonials-spotlight { min-height: 430px !important; }
}



/* ===== DEPOIMENTOS ULTRA ELITE — DOCTORALIA VERIFICADO ===== */
.testimonials-section{
  position:relative!important;
  overflow:hidden!important;
  text-align:center!important;
  background:
    radial-gradient(circle at 18% 6%, rgba(201,169,110,.20), transparent 34%),
    radial-gradient(circle at 86% 92%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(180deg,#0B2D4A 0%,#061B2E 100%)!important;
  color:#fff!important;
}
.testimonials-section::before{
  content:"";position:absolute;left:6vw;right:6vw;top:34px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(201,169,110,.72),transparent);
}
.testimonials-section .kicker{color:#C9A96E!important;font-weight:800!important;}
.testimonials-section h2{font-family:Georgia,'Times New Roman',serif!important;font-weight:500!important;}
.testimonials-ultra-intro{max-width:760px;margin:0 auto 46px!important;color:#d7dee7!important;}
.testimonials-ultra-grid{
  position:relative;z-index:1;display:grid!important;grid-template-columns:repeat(12,1fr)!important;
  gap:22px!important;max-width:1240px!important;margin:48px auto 0!important;text-align:left!important;
}
.testimonial-ultra-card{
  position:relative;grid-column:span 4;min-height:300px;padding:30px 30px 26px!important;
  border-radius:30px!important;overflow:hidden!important;isolation:isolate!important;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.032))!important;
  border:1px solid rgba(201,169,110,.27)!important;
  box-shadow:0 30px 82px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.11)!important;
  transition:transform .42s ease,border-color .42s ease,box-shadow .42s ease!important;
}
.testimonial-ultra-card:nth-child(3),.testimonial-ultra-card:nth-child(4){grid-column:span 6;}
.testimonial-ultra-card::before{
  content:"";position:absolute;inset:0;z-index:-2;
  background:radial-gradient(circle at 14% 0%,rgba(201,169,110,.22),transparent 40%),linear-gradient(160deg,rgba(9,41,68,.18),rgba(2,13,24,.10));
}
.testimonial-ultra-card::after{
  content:"“";position:absolute;right:24px;top:8px;z-index:-1;
  font-family:Georgia,serif;font-size:130px;line-height:1;color:rgba(201,169,110,.11);
}
.testimonial-ultra-card:hover{
  transform:translateY(-8px)!important;border-color:rgba(201,169,110,.58)!important;
  box-shadow:0 44px 110px rgba(0,0,0,.40),0 0 0 1px rgba(201,169,110,.10),inset 0 1px 0 rgba(255,255,255,.16)!important;
}
.testimonial-ultra-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;}
.testimonial-ultra-stars{display:flex;gap:5px;color:#D8B86F;filter:drop-shadow(0 4px 10px rgba(201,169,110,.24));}
.testimonial-ultra-stars svg{width:21px;height:21px;fill:currentColor;display:block;}
.testimonial-ultra-badge{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#D8B86F;border:1px solid rgba(201,169,110,.32);border-radius:999px;padding:8px 11px;background:rgba(201,169,110,.07);white-space:nowrap;}
.testimonial-ultra-body{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;}
.testimonial-ultra-initials{
  width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-family:Georgia,serif;font-size:24px;letter-spacing:.05em;color:#F1CF82;
  border:1px solid rgba(201,169,110,.48);background:rgba(4,22,38,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 40px rgba(0,0,0,.20);
}
.testimonial-ultra-quote{color:#f1f5f8!important;font-size:17px!important;line-height:1.62!important;margin:0!important;}
.testimonial-ultra-card.featured .testimonial-ultra-quote{font-size:18px!important;}
.testimonial-ultra-meta{margin-top:22px;padding-top:16px;border-top:1px solid rgba(201,169,110,.23);color:#b8c4cf;font-size:13px;line-height:1.55;}
.testimonial-ultra-meta strong{color:#e8d3a6;font-weight:600;}
.testimonials-ultra-proof{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:34px;color:#d7dee7;font-size:14px;letter-spacing:.02em;}
.testimonials-ultra-proof span{display:inline-flex;align-items:center;gap:7px;}
.testimonials-ultra-proof svg{width:17px;height:17px;stroke:#C9A96E;}
@media(max-width:1100px){.testimonial-ultra-card,.testimonial-ultra-card:nth-child(3),.testimonial-ultra-card:nth-child(4){grid-column:span 6;}}
@media(max-width:720px){.testimonials-ultra-grid{grid-template-columns:1fr!important;gap:18px!important;margin-top:34px!important}.testimonial-ultra-card,.testimonial-ultra-card:nth-child(3),.testimonial-ultra-card:nth-child(4){grid-column:1!important;min-height:unset;padding:25px!important}.testimonial-ultra-body{grid-template-columns:1fr}.testimonial-ultra-initials{width:56px;height:56px}.testimonial-ultra-top{align-items:flex-start;flex-direction:column}.testimonial-ultra-badge{white-space:normal}.testimonial-ultra-quote{font-size:16px!important}}
/* ===== FIM DEPOIMENTOS ULTRA ELITE ===== */



/* Correção final: CBC menor no header + depoimentos mais rápidos e sem sobreposição */
.header.header-beverly .beverly-credential-line {
  gap:18px !important;
  min-width:560px !important;
}
.header.header-beverly .beverly-credential-line .credential-logo:last-child {
  height:52px !important;
  max-width:150px !important;
  width:auto !important;
  object-fit:contain !important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.20)) !important;
}
@keyframes testimonialFade {
  0% { opacity:0; transform:translateY(14px) scale(.99); }
  3% { opacity:1; transform:translateY(0) scale(1); }
  13% { opacity:1; transform:translateY(0) scale(1); }
  16% { opacity:0; transform:translateY(-10px) scale(.99); }
  100% { opacity:0; transform:translateY(-10px) scale(.99); }
}
.testimonial { animation:testimonialFade 24s ease-in-out infinite !important; }
.testimonial:nth-child(1){ animation-delay:0s !important; }
.testimonial:nth-child(2){ animation-delay:4s !important; }
.testimonial:nth-child(3){ animation-delay:8s !important; }
.testimonial:nth-child(4){ animation-delay:12s !important; }
.testimonial:nth-child(5){ animation-delay:16s !important; }
.testimonial:nth-child(6){ animation-delay:20s !important; }
@media(max-width:900px){
  .header.header-beverly .beverly-credential-line { min-width:0 !important; gap:14px !important; }
  .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:46px !important; max-width:130px !important; }
}
@media(max-width:560px){
  .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:38px !important; max-width:105px !important; }
}
/* ===== LAPIDAÇÃO FINAL — HEADER, SEÇÕES, INSTAGRAM ELFSIGHT ===== */
:root { --shadow-premium: 0 34px 90px rgba(0,0,0,.24); }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.section { position:relative; }
.kicker { font-weight:700; }
h2 { letter-spacing:-.035em; }
.text { letter-spacing:.005em; }
.header.header-beverly { grid-template-columns:minmax(265px,1fr) auto minmax(215px,1fr) !important; min-height:98px !important; }
.header.header-beverly .logo { letter-spacing:.16em !important; }
.header.header-beverly .sublogo { letter-spacing:.38em !important; }
.header.header-beverly .beverly-credential-line { gap:24px !important; padding:8px 22px !important; background:linear-gradient(90deg, rgba(255,255,255,.026), rgba(201,169,110,.075), rgba(255,255,255,.026)) !important; border-color:rgba(201,169,110,.18) !important; box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 16px 38px rgba(0,0,0,.10) !important; }
.header.header-beverly .credential-logo-sbcp { height:54px !important; max-width:180px !important; }
.header.header-beverly .credential-logo-asps { height:78px !important; max-width:190px !important; }
.header.header-beverly .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:65px !important; max-width:180px !important; width:auto !important; object-fit:contain !important; }
.header.header-beverly .credential-divider { height:42px !important; opacity:.8 !important; }
.header.header-beverly .header-cta { padding:14px 26px !important; box-shadow:0 18px 42px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.32) !important; }
.hero { padding-top:86px !important; padding-bottom:105px !important; }
.hero h1 { letter-spacing:-.045em !important; }
.feature, .proc-card, .credential, .media-card, .contact, .testimonial { box-shadow:0 18px 42px rgba(0,0,0,.10); }
.light .proc-card { border:1px solid rgba(15,58,95,.08); }
.proc-card { min-height:112px; display:flex; align-items:center; gap:14px; }
.proc-card::before { content:""; flex:0 0 34px; width:34px; height:34px; border-radius:14px; background:radial-gradient(circle at 35% 25%, rgba(255,255,255,.9), rgba(201,169,110,.82)); box-shadow:0 10px 22px rgba(201,169,110,.22); }
.testimonials-section { background:linear-gradient(180deg,#0B2D4A 0%,#082238 100%) !important; }
.testimonials-spotlight .testimonial { border-color:rgba(201,169,110,.28) !important; background:linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)) !important; }
.instagram-section.instagram-live-section { display:none !important; }
.instagram-elfsight-section { position:relative; overflow:hidden; background:radial-gradient(circle at 16% 4%, rgba(201,169,110,.18), transparent 34%), radial-gradient(circle at 92% 74%, rgba(255,255,255,.07), transparent 28%), linear-gradient(180deg, #0B2D4A 0%, #071d31 100%); color:white; }
.instagram-elfsight-section::before { content:""; position:absolute; left:6vw; right:6vw; top:34px; height:1px; background:linear-gradient(90deg, transparent, rgba(201,169,110,.66), transparent); }
.instagram-editorial-shell { max-width:1180px; margin:0 auto; position:relative; z-index:1; }
.instagram-editorial-head { display:grid; grid-template-columns:1fr auto; gap:32px; align-items:end; margin-bottom:36px; }
.instagram-editorial-head h2 { max-width:760px; margin-bottom:12px; }
.instagram-editorial-head .text { color:#d7dee7; max-width:690px; }
.instagram-signature { min-width:260px; text-align:right; padding:19px 22px; border-radius:28px; border:1px solid rgba(201,169,110,.34); background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow:0 26px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.10); }
.instagram-signature small { display:block; color:var(--dourado); letter-spacing:.24em; text-transform:uppercase; font-size:10px; margin-bottom:7px; }
.instagram-signature strong { display:block; font-family:Georgia, serif; font-size:19px; letter-spacing:.04em; }
.instagram-signature span { display:block; color:#d7dee7; margin-top:6px; font-size:13px; }
.instagram-elfsight-frame { position:relative; padding:16px; border-radius:40px; overflow:hidden; border:1px solid rgba(201,169,110,.28); background:linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow:0 48px 120px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.13); }
.instagram-elfsight-frame::before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(120deg, rgba(201,169,110,.18), transparent 28%, transparent 72%, rgba(201,169,110,.10)); }
.instagram-elfsight-frame iframe, .instagram-elfsight-frame > div { position:relative; z-index:1; border-radius:28px !important; overflow:hidden !important; }
.instagram-editorial-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:30px; }
.contact { box-shadow:0 44px 110px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12) !important; }
footer { background:#071d31; }
@media(max-width:1100px){ .header.header-beverly { grid-template-columns:1fr !important; row-gap:14px !important; min-height:unset !important; } .header.header-beverly .header-left, .header.header-beverly .header-center, .header.header-beverly .header-right { justify-self:center !important; } .header.header-beverly .logo-block { align-items:center !important; text-align:center !important; } .header.header-beverly .credential-logo-sbcp { height:44px !important; max-width:150px !important; } .header.header-beverly .credential-logo-asps { height:62px !important; max-width:150px !important; } .header.header-beverly .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:50px !important; max-width:140px !important; } .instagram-editorial-head { grid-template-columns:1fr; } .instagram-signature { text-align:left; min-width:0; } }
@media(max-width:620px){ .header.header-beverly .beverly-credential-line { gap:12px !important; padding:7px 12px !important; flex-wrap:wrap !important; } .header.header-beverly .credential-divider { display:none !important; } .header.header-beverly .credential-logo-sbcp { height:34px !important; max-width:118px !important; } .header.header-beverly .credential-logo-asps { height:48px !important; max-width:118px !important; } .header.header-beverly .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo-cbc, .header.header-beverly .beverly-credential-line .credential-logo:last-child { height:40px !important; max-width:112px !important; } .instagram-elfsight-frame { padding:9px; border-radius:28px; } .instagram-elfsight-frame iframe, .instagram-elfsight-frame > div { border-radius:20px !important; } }
/* ===== FIM LAPIDAÇÃO FINAL ===== */


/* ===== NIVEL IMPOSSIVEL FINAL — APPLE MOTION SYSTEM GLOBAL ===== */
:root{
  --motion-ease:cubic-bezier(.22,1,.36,1);
  --motion-ease-soft:cubic-bezier(.16,1,.3,1);
  --gold-glow:rgba(201,169,110,.38);
}
html{scroll-behavior:smooth;}
body{
  opacity:0;
  transition:opacity .9s var(--motion-ease);
}
body.site-ready{opacity:1;}
body::selection{background:rgba(201,169,110,.34);color:#fff;}

/* loading progress Apple */
.apple-progress{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:3px;
  z-index:99999;
  pointer-events:none;
  background:rgba(255,255,255,.06);
  overflow:hidden;
}
.apple-progress__bar{
  width:0%;
  height:100%;
  background:linear-gradient(90deg,rgba(201,169,110,.2),#C9A96E,#fff);
  box-shadow:0 0 22px rgba(201,169,110,.7);
  transition:width .35s var(--motion-ease), opacity .8s ease;
}
.apple-progress.is-done{opacity:0;transition:opacity .8s ease .25s;}

/* header vivo */
.header.header-beverly{
  transition:min-height .45s var(--motion-ease), padding .45s var(--motion-ease), background .45s var(--motion-ease), box-shadow .45s var(--motion-ease), transform .45s var(--motion-ease) !important;
}
body.scrolled .header.header-beverly{
  min-height:78px !important;
  padding-top:12px !important;
  padding-bottom:12px !important;
  background:linear-gradient(180deg,rgba(5,25,42,.94),rgba(8,34,56,.82)) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.30) !important;
}
body.scrolled .header.header-beverly .credential-logo{
  transform:scale(.92);
}
.header.header-beverly .logo,
.header.header-beverly .sublogo,
.header.header-beverly .credential-logo,
.header.header-beverly .header-cta{
  transition:transform .45s var(--motion-ease), opacity .45s var(--motion-ease), filter .45s var(--motion-ease) !important;
}

/* reveal cinematografico global */
.motion-reveal{
  opacity:0;
  transform:translate3d(0,42px,0) scale(.985);
  filter:blur(10px);
  transition:
    opacity 1.05s var(--motion-ease-soft),
    transform 1.05s var(--motion-ease-soft),
    filter 1.05s var(--motion-ease-soft);
  will-change:opacity,transform,filter;
}
.motion-reveal.motion-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:blur(0);
}
.motion-reveal[data-motion-delay="1"]{transition-delay:.06s;}
.motion-reveal[data-motion-delay="2"]{transition-delay:.12s;}
.motion-reveal[data-motion-delay="3"]{transition-delay:.18s;}
.motion-reveal[data-motion-delay="4"]{transition-delay:.24s;}
.motion-reveal[data-motion-delay="5"]{transition-delay:.30s;}
.motion-reveal[data-motion-delay="6"]{transition-delay:.36s;}

/* microinteracoes globais */
.btn,.btn-outline,.header-cta,
.proc-card,.feature,.credential,.media-card,.testimonial,.contact,
.insta-carousel-card,.insta-manual-card,.clinica-card{
  transform-style:preserve-3d;
  backface-visibility:hidden;
}
.btn,.btn-outline,.header-cta{
  position:relative;
  overflow:hidden;
}
.btn::after,.btn-outline::after,.header-cta::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.32) 42%,transparent 62%);
  transform:translateX(-125%);
  transition:transform .85s var(--motion-ease);
  pointer-events:none;
}
.btn:hover::after,.btn-outline:hover::after,.header-cta:hover::after{
  transform:translateX(125%);
}
.btn:active,.btn-outline:active,.header-cta:active{transform:scale(.965) !important;}

/* clinica Hollywood/Apple final: imagem inteira + fundo vivo da própria foto */
.clinica-grid-premium{
  perspective:1200px;
}
.clinica-card{
  --clinic-bg:none;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#071d31 !important;
  transform:translateZ(0);
  transition:transform .75s var(--motion-ease), box-shadow .75s var(--motion-ease), border-color .75s var(--motion-ease) !important;
}
.clinica-card::before{
  content:"" !important;
  position:absolute !important;
  inset:-18% !important;
  z-index:0 !important;
  background:
    linear-gradient(180deg,rgba(7,29,49,.18),rgba(7,29,49,.38)),
    var(--clinic-bg) center/cover no-repeat !important;
  filter:blur(34px) saturate(1.18) contrast(1.04) brightness(.82);
  transform:scale(1.18);
  opacity:.92;
  pointer-events:none;
}
.clinica-card img{
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:22px !important;
  border-radius:28px !important;
  filter:saturate(.98) contrast(1.01) brightness(1.02) !important;
  transform:scale(1) translateZ(40px) !important;
  transition:transform .95s var(--motion-ease), filter .95s var(--motion-ease), padding .95s var(--motion-ease) !important;
}
.clinica-card::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:3 !important;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,.10), transparent 34%),
    radial-gradient(circle at 20% 0%, rgba(201,169,110,.18), transparent 42%),
    linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.20) 50%, rgba(0,0,0,.78) 100%) !important;
  pointer-events:none;
}
.clinica-card span{
  z-index:4 !important;
  transform:translateZ(80px);
  transition:transform .75s var(--motion-ease), opacity .75s var(--motion-ease) !important;
}
.clinica-card:hover{
  transform:translateY(-8px) rotateX(.7deg) rotateY(-.7deg) !important;
  border-color:rgba(201,169,110,.62) !important;
  box-shadow:0 48px 110px rgba(0,0,0,.42), 0 0 0 1px rgba(201,169,110,.12) !important;
}
.clinica-card:hover img{
  transform:scale(1.035) translateZ(52px) !important;
  filter:saturate(1.06) contrast(1.04) brightness(1.04) !important;
  padding:18px !important;
}
.clinica-card:hover span{
  transform:translateY(-3px) translateZ(90px);
}

/* swipe real no mobile para clinica, sem quebrar desktop */
@media(max-width:760px){
  .clinica-grid-premium{
    display:flex !important;
    overflow-x:auto !important;
    gap:16px !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding:6vw !important;
    padding:4px 6vw 18px !important;
    margin-left:-6vw !important;
    margin-right:-6vw !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .clinica-grid-premium::-webkit-scrollbar{display:none;}
  .clinica-card,
  .clinica-card-large{
    flex:0 0 84vw !important;
    width:84vw !important;
    min-height:360px !important;
    grid-column:auto !important;
    grid-row:auto !important;
    scroll-snap-align:center !important;
  }
  .clinica-card img{padding:18px !important;}
}

/* parallax seguro e elegante */
.motion-parallax{
  will-change:transform;
  transition:transform .18s linear;
}

/* cursor glow discreto desktop */
.apple-cursor-glow{
  position:fixed;
  width:340px;
  height:340px;
  border-radius:50%;
  pointer-events:none;
  z-index:1;
  opacity:0;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(201,169,110,.11),rgba(201,169,110,.035) 34%,transparent 68%);
  mix-blend-mode:screen;
  transition:opacity .35s ease;
}
@media(pointer:fine){
  body.site-ready .apple-cursor-glow{opacity:1;}
}
@media(pointer:coarse){
  .apple-cursor-glow{display:none;}
}

/* acessibilidade: respeita redução de movimento */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
    scroll-behavior:auto !important;
  }
  .motion-reveal{
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
  }
  .apple-progress{display:none !important;}
}




/* ===== CLÍNICA FINAL — TEXTO LATERAL + CARROSSEL SEM CORTE, SEM SETAS E SEM BOLINHAS ===== */
.clinic-side-carousel-section{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 14% 8%,rgba(201,169,110,.16),transparent 34%),
    radial-gradient(circle at 88% 82%,rgba(255,255,255,.07),transparent 30%),
    linear-gradient(180deg,#0B2D4A 0%,#071d31 100%)!important;
  color:white!important;
}
.clinic-side-carousel-section::before{
  content:"";
  position:absolute;
  left:6vw;
  right:6vw;
  top:34px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(201,169,110,.62),transparent);
  pointer-events:none;
}
.clinic-side-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.35fr);
  gap:clamp(28px,4vw,64px);
  align-items:center;
}
.clinic-side-copy{
  max-width:560px;
}
.clinic-side-copy h2{
  margin:12px 0 24px!important;
  font-size:clamp(34px,4.2vw,58px)!important;
  line-height:1.03!important;
  letter-spacing:-.045em!important;
}
.clinic-side-copy .text{
  color:#d7dee7!important;
  font-size:18px!important;
  line-height:1.72!important;
}
.clinic-map-btn{
  margin-top:18px!important;
  border-color:rgba(201,169,110,.45)!important;
  color:#fff!important;
  background:rgba(255,255,255,.035)!important;
}
.clinic-adaptive-carousel{
  width:100%;
  min-width:0;
}
.clinic-adaptive-viewport{
  width:100%;
  overflow:hidden!important;
  border-radius:34px!important;
  border:1px solid rgba(201,169,110,.26)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035)),
    rgba(255,255,255,.04)!important;
  box-shadow:0 44px 110px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.12)!important;
  padding:14px!important;
  isolation:isolate!important;
}
.clinic-adaptive-track{
  display:flex!important;
  align-items:flex-start!important;
  width:100%!important;
  will-change:transform;
  transition:transform 1.05s cubic-bezier(.22,1,.36,1)!important;
}
.clinic-adaptive-slide{
  flex:0 0 100%!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-radius:25px!important;
  overflow:hidden!important;
  background:#071d31!important;
  line-height:0!important;
  position:relative!important;
}
.clinic-adaptive-slide img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:78vh!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:25px!important;
  padding:0!important;
  margin:0 auto!important;
  filter:saturate(.98) contrast(1.01) brightness(1.02)!important;
  transform:none!important;
  transition:filter .7s ease, transform .7s cubic-bezier(.22,1,.36,1)!important;
}
.clinic-adaptive-slide:hover img{
  transform:scale(1.012)!important;
  filter:saturate(1.03) contrast(1.03) brightness(1.02)!important;
}

/* remove qualquer elemento antigo de navegação visual da clínica */
.clinic-arrow,
.clinic-carousel-dots,
.clinic-progress,
.clinic-photo-caption,
.clinic-carousel-dots *,
.clinic-progress *{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* garante que não exista texto sobre as fotos */
.clinic-adaptive-slide figcaption,
.clinic-adaptive-slide span,
.clinic-adaptive-slide strong,
.clinic-adaptive-slide small,
.clinic-adaptive-slide em{
  display:none!important;
}

@media(max-width:980px){
  .clinic-side-inner{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .clinic-side-copy{
    max-width:760px!important;
  }
  .clinic-adaptive-viewport{
    border-radius:28px!important;
    padding:10px!important;
  }
  .clinic-adaptive-slide,
  .clinic-adaptive-slide img{
    border-radius:21px!important;
  }
}
@media(max-width:680px){
  .clinic-side-carousel-section{
    padding-left:5vw!important;
    padding-right:5vw!important;
  }
  .clinic-side-copy h2{
    font-size:34px!important;
  }
  .clinic-side-copy .text{
    font-size:16px!important;
  }
  .clinic-adaptive-viewport{
    margin-left:calc(-5vw + 0px);
    margin-right:calc(-5vw + 0px);
    width:calc(100% + 10vw);
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    padding:8px!important;
  }
  .clinic-adaptive-slide,
  .clinic-adaptive-slide img{
    border-radius:18px!important;
  }
}



/* ===== CLÍNICA — CARROSSEL APPLE FINAL: texto lateral, múltiplas fotos, zero corte ===== */
.clinic-side-carousel-section{
  padding-top:clamp(76px,8vw,110px)!important;
  padding-bottom:clamp(76px,8vw,110px)!important;
}
.clinic-side-inner{
  display:grid!important;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.42fr)!important;
  gap:clamp(34px,5vw,76px)!important;
  align-items:center!important;
}
.clinic-side-copy{
  position:sticky!important;
  top:130px!important;
  align-self:start!important;
}
.clinic-side-copy .text + .text{
  margin-top:14px!important;
}
.clinic-adaptive-carousel{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  --clinic-slide-w:clamp(360px,38vw,660px);
}
.clinic-adaptive-viewport{
  position:relative!important;
  width:100%!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  border-radius:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:10px 0 24px!important;
  scroll-snap-type:x mandatory!important;
  scroll-padding-left:2px!important;
  -webkit-overflow-scrolling:touch!important;
  cursor:grab!important;
  touch-action:pan-x pan-y!important;
}
.clinic-adaptive-viewport:active{cursor:grabbing!important;}
.clinic-adaptive-viewport::-webkit-scrollbar{display:none!important;}
.clinic-adaptive-viewport{scrollbar-width:none!important;}
.clinic-adaptive-track{
  display:flex!important;
  align-items:flex-start!important;
  gap:clamp(16px,2vw,24px)!important;
  width:max-content!important;
  max-width:none!important;
  transform:none!important;
  transition:none!important;
  will-change:scroll-position!important;
  padding:0 clamp(4px,1vw,10px) 4px!important;
}
.clinic-adaptive-slide{
  flex:0 0 auto!important;
  width:var(--clinic-slide-w)!important;
  max-width:calc(100vw - 42px)!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
  scroll-snap-align:start!important;
  scroll-snap-stop:normal!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035))!important;
  border:1px solid rgba(201,169,110,.28)!important;
  box-shadow:0 34px 86px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.12)!important;
  position:relative!important;
  isolation:isolate!important;
  transform:translateZ(0)!important;
  transition:transform .75s cubic-bezier(.22,1,.36,1), box-shadow .75s cubic-bezier(.22,1,.36,1), border-color .75s cubic-bezier(.22,1,.36,1)!important;
}
.clinic-adaptive-slide::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0) 32%,rgba(0,0,0,.12))!important;
  opacity:.75!important;
}
.clinic-adaptive-slide::after{
  content:""!important;
  position:absolute!important;
  inset:auto 22px 0 22px!important;
  height:1px!important;
  z-index:2!important;
  background:linear-gradient(90deg,transparent,rgba(201,169,110,.58),transparent)!important;
  pointer-events:none!important;
}
.clinic-adaptive-slide img{
  position:relative!important;
  z-index:0!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:29px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  transform:none!important;
  filter:saturate(.99) contrast(1.01) brightness(1.01)!important;
  transition:filter .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1)!important;
}
.clinic-adaptive-slide:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(201,169,110,.52)!important;
  box-shadow:0 46px 110px rgba(0,0,0,.42), 0 0 0 1px rgba(201,169,110,.10)!important;
}
.clinic-adaptive-slide:hover img{
  transform:scale(1.012)!important;
  filter:saturate(1.04) contrast(1.035) brightness(1.02)!important;
}
/* remove definitivamente setas, bolinhas, captions e textos nas fotos */
.clinic-arrow,.clinic-carousel-dots,.clinic-dots,.clinic-progress,.swiper-button-next,.swiper-button-prev,.swiper-pagination,
.clinic-adaptive-slide figcaption,.clinic-adaptive-slide span,.clinic-adaptive-slide strong,.clinic-adaptive-slide small,.clinic-adaptive-slide em{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.clinic-adaptive-carousel::before,
.clinic-adaptive-carousel::after{
  content:"";
  position:absolute;
  top:0;
  bottom:10px;
  width:48px;
  z-index:5;
  pointer-events:none;
}
.clinic-adaptive-carousel::before{left:-1px;background:linear-gradient(90deg,#071d31,rgba(7,29,49,0));}
.clinic-adaptive-carousel::after{right:-1px;background:linear-gradient(270deg,#071d31,rgba(7,29,49,0));}
.clinic-apple-hint{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
  color:rgba(215,222,231,.74);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.clinic-apple-hint::before{
  content:"";
  width:34px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--dourado),rgba(201,169,110,.1));
}
@media(max-width:1100px){
  .clinic-side-inner{grid-template-columns:1fr!important;}
  .clinic-side-copy{position:relative!important;top:auto!important;max-width:800px!important;}
  .clinic-adaptive-carousel{--clinic-slide-w:clamp(320px,58vw,620px);}
}
@media(max-width:680px){
  .clinic-adaptive-carousel{--clinic-slide-w:86vw;}
  .clinic-adaptive-viewport{margin-left:-5vw!important;margin-right:-5vw!important;width:calc(100% + 10vw)!important;padding-left:5vw!important;padding-right:5vw!important;}
  .clinic-adaptive-slide{border-radius:24px!important;}
  .clinic-adaptive-slide img{border-radius:23px!important;}
  .clinic-adaptive-carousel::before,.clinic-adaptive-carousel::after{display:none!important;}
}
@media(prefers-reduced-motion:reduce){
  .clinic-adaptive-slide,.clinic-adaptive-slide img{transition:none!important;}
}



/* ===== AJUSTE FINAL SOLICITADO — CTA + DEPOIMENTOS DOCTORALIA ===== */
.testimonials-section {
  background:linear-gradient(180deg,#0B2D4A 0%,#082238 100%) !important;
  overflow:hidden !important;
  text-align:center !important;
}
.testimonials-spotlight {
  position:relative !important;
  max-width:1180px !important;
  min-height:0 !important;
  margin:42px auto 0 !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
.testimonials-spotlight .testimonial {
  position:relative !important;
  inset:auto !important;
  opacity:1 !important;
  animation:none !important;
  transform:none !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  text-align:left !important;
  min-height:285px !important;
  padding:30px 28px !important;
  border-radius:30px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035)) !important;
  border:1px solid rgba(201,169,110,.28) !important;
  box-shadow:0 26px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.testimonials-spotlight .testimonial:before {
  content:"“" !important;
  position:absolute !important;
  top:12px !important;
  right:24px !important;
  left:auto !important;
  font-family:Georgia,serif !important;
  font-size:76px !important;
  line-height:1 !important;
  color:rgba(201,169,110,.18) !important;
}
.testimonials-spotlight .testimonial .stars {
  color:var(--dourado) !important;
  letter-spacing:3px !important;
  font-size:18px !important;
  margin-bottom:18px !important;
}
.testimonials-spotlight .testimonial p {
  margin:0 !important;
  color:#f2f5f7 !important;
  font-family:Georgia,serif !important;
  font-size:20px !important;
  line-height:1.48 !important;
  max-width:none !important;
}
.testimonials-spotlight .testimonial span {
  display:block !important;
  margin-top:auto !important;
  padding-top:22px !important;
  color:var(--dourado) !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-size:11px !important;
  font-weight:800 !important;
}
@media(max-width:1050px){
  .testimonials-spotlight { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media(max-width:700px){
  .testimonials-spotlight { grid-template-columns:1fr !important; }
  .testimonials-spotlight .testimonial { min-height:0 !important; padding:28px 24px !important; }
  .testimonials-spotlight .testimonial p { font-size:18px !important; }
}
/* ===== FIM AJUSTE FINAL SOLICITADO ===== */



.clinic-carousel-card,.clinic-carousel-frame{overflow:hidden!important}.clinic-carousel-frame{background:#071d31!important;isolation:isolate!important}.clinic-slide{overflow:hidden!important;background:#071d31!important;transform:none!important}.clinic-slide.active{transform:none!important}.clinic-slide::before{content:""!important;position:absolute!important;inset:-15%!important;z-index:0!important;background:linear-gradient(180deg,rgba(7,29,49,.10),rgba(7,29,49,.38)),var(--slide-bg) center/cover no-repeat!important;filter:blur(34px) saturate(1.16) contrast(1.03) brightness(.82)!important;transform:scale(1.10)!important;opacity:.95!important;pointer-events:none!important}.clinic-slide::after{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:radial-gradient(circle at 50% 28%,rgba(255,255,255,.08),transparent 36%),radial-gradient(circle at 18% 0%,rgba(201,169,110,.18),transparent 42%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12) 58%,rgba(0,0,0,.34))!important;pointer-events:none!important}.clinic-slide img{position:absolute!important;z-index:2!important;left:50%!important;top:50%!important;width:auto!important;height:auto!important;max-width:calc(100% - 56px)!important;max-height:calc(100% - 56px)!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:center center!important;transform:translate(-50%,-50%)!important;padding:0!important;margin:0!important;border-radius:22px!important;display:block!important;box-shadow:0 24px 70px rgba(0,0,0,.26),0 0 0 1px rgba(255,255,255,.10)!important;background:rgba(255,255,255,.025)!important;filter:saturate(.98) contrast(1.01) brightness(1.02)!important}.clinic-slide.active img,.clinic-slide:hover img{transform:translate(-50%,-50%)!important}.clinic-carousel-dots,.clinic-progress,.clinic-arrow{z-index:8!important}@media(max-width:720px){.clinic-slide img{max-width:calc(100% - 32px)!important;max-height:calc(100% - 54px)!important;border-radius:18px!important}}


/* ===== CORREÇÃO MOBILE HEADER + WHATSAPP — 01/05/2026 ===== */
.header.header-beverly,
body.scrolled .header.header-beverly,
.header.header-beverly.is-scrolled {
  background: linear-gradient(180deg, rgba(6, 20, 34, .92), rgba(6, 20, 34, .84)) !important;
  box-shadow: 0 14px 44px rgba(0,0,0,.22) !important;
  transform: none !important;
}

.header.header-beverly .header-right,
body.scrolled .header.header-beverly .header-right,
.header.header-beverly.is-scrolled .header-right {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.header.header-beverly .header-cta,
body.scrolled .header.header-beverly .header-cta,
.header.header-beverly.is-scrolled .header-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 50 !important;
  transform: none !important;
}

@media (max-width: 768px) {
  body { padding-bottom: 86px !important; }

  .header.header-beverly,
  body.scrolled .header.header-beverly,
  .header.header-beverly.is-scrolled {
    position: sticky !important;
    top: 0 !important;
    z-index: 9998 !important;
    min-height: unset !important;
    padding: 14px 4vw 12px !important;
    row-gap: 10px !important;
    background: linear-gradient(180deg, rgba(6, 20, 34, .96), rgba(6, 20, 34, .90)) !important;
  }

  .header.header-beverly .header-cta,
  body.scrolled .header.header-beverly .header-cta,
  .header.header-beverly.is-scrolled .header-cta {
    width: min(92vw, 360px) !important;
    min-height: 44px !important;
    margin-top: 2px !important;
    padding: 13px 18px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .whatsapp-float {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    left: 14px !important;
    right: 14px !important;
    z-index: 99999 !important;
  }
}

@media (min-width: 769px) {
  .whatsapp-float { display: none !important; }
}
/* ===== FIM CORREÇÃO MOBILE HEADER + WHATSAPP ===== */


/* =========================================================
   VERSÃO FINAL ABSURDA — HEADER PREMIUM + MOBILE CONVERSION
   Aplicado automaticamente: desktop preservado, mobile refinado
   ========================================================= */
:root{
  --premium-navy:#082238;
  --premium-navy-2:#0b2d4a;
  --premium-gold:#d6b978;
  --premium-gold-2:#b88d48;
}
html{ scroll-padding-top: 160px; }
body{ overflow-x:hidden; }

.header.header-beverly{
  position:sticky !important;
  top:0 !important;
  isolation:isolate !important;
  z-index:10000 !important;
  background:linear-gradient(180deg, rgba(7,29,49,.82), rgba(8,34,56,.62)) !important;
  -webkit-backdrop-filter: blur(22px) saturate(145%) !important;
  backdrop-filter: blur(22px) saturate(145%) !important;
  box-shadow:0 14px 42px rgba(0,0,0,.14) !important;
  border-bottom:1px solid rgba(214,185,120,.18) !important;
  transition:min-height .35s ease, padding .35s ease, background .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
.header.header-beverly:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 0%, rgba(214,185,120,.16), transparent 34%),
    linear-gradient(120deg, rgba(255,255,255,.08), transparent 28%, transparent 72%, rgba(214,185,120,.08));
  opacity:.68;
  transition:opacity .35s ease;
}
body.scrolled .header.header-beverly,
.header.header-beverly.is-scrolled{
  min-height:78px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background:linear-gradient(180deg, rgba(7,29,49,.94), rgba(8,34,56,.86)) !important;
  box-shadow:0 22px 58px rgba(0,0,0,.24) !important;
  border-bottom-color:rgba(214,185,120,.30) !important;
}
body.scrolled .header.header-beverly:after,
.header.header-beverly.is-scrolled:after{ opacity:.46; }
.header.header-beverly .logo,
.header.header-beverly .sublogo,
.header.header-beverly .logo-block{
  opacity:1 !important;
  visibility:visible !important;
}
body.scrolled .header.header-beverly .logo,
.header.header-beverly.is-scrolled .logo{ font-size:26px !important; letter-spacing:.18em !important; }
body.scrolled .header.header-beverly .sublogo,
.header.header-beverly.is-scrolled .sublogo{ font-size:10px !important; letter-spacing:.38em !important; }
.header.header-beverly .beverly-credential-line{
  border-radius:999px !important;
  background:linear-gradient(90deg, rgba(255,255,255,.045), rgba(214,185,120,.10), rgba(255,255,255,.045)) !important;
  border:1px solid rgba(214,185,120,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12), 0 18px 46px rgba(0,0,0,.12) !important;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease, padding .35s ease !important;
}
body.scrolled .header.header-beverly .beverly-credential-line,
.header.header-beverly.is-scrolled .beverly-credential-line{
  transform:scale(.94) !important;
  padding-top:5px !important;
  padding-bottom:5px !important;
  border-color:rgba(214,185,120,.34) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14), 0 16px 42px rgba(0,0,0,.18) !important;
}
.header.header-beverly .credential-logo{
  filter:drop-shadow(0 7px 14px rgba(214,185,120,.12)) !important;
  opacity:1 !important;
  transition:transform .30s ease, filter .30s ease, opacity .30s ease !important;
}
.header.header-beverly .beverly-credential-line:hover .credential-logo{
  transform:translateY(-1px) !important;
  filter:drop-shadow(0 10px 20px rgba(214,185,120,.26)) !important;
}
.header.header-beverly .header-right,
.header.header-beverly .header-cta{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
.header.header-beverly .header-cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:48px !important;
  background:linear-gradient(135deg, #f1d89b 0%, #c49a4f 45%, #b8893f 100%) !important;
  color:#071d31 !important;
  border:1px solid rgba(255,255,255,.34) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.24), 0 0 0 1px rgba(214,185,120,.10), inset 0 1px 0 rgba(255,255,255,.48) !important;
  font-weight:800 !important;
  letter-spacing:.12em !important;
  text-shadow:none !important;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease, background .25s ease !important;
}
.header.header-beverly .header-cta:hover{
  transform:translateY(-2px) !important;
  filter:saturate(1.05) brightness(1.03) !important;
  box-shadow:0 24px 52px rgba(0,0,0,.30), 0 0 0 5px rgba(214,185,120,.10), inset 0 1px 0 rgba(255,255,255,.56) !important;
}
body.scrolled .header.header-beverly .header-cta,
.header.header-beverly.is-scrolled .header-cta{
  background:linear-gradient(135deg, #ffffff 0%, #f4e5bd 100%) !important;
  color:#071d31 !important;
  border-color:rgba(214,185,120,.42) !important;
}
.elite-nav{
  position:sticky !important;
  top:calc(var(--header-height, 104px)) !important;
  z-index:9999 !important;
  background:linear-gradient(180deg, rgba(8,34,56,.78), rgba(7,29,49,.58)) !important;
  -webkit-backdrop-filter:blur(18px) saturate(135%) !important;
  backdrop-filter:blur(18px) saturate(135%) !important;
  border-bottom:1px solid rgba(214,185,120,.16) !important;
  transition:background .3s ease, top .2s ease !important;
}
body.scrolled .elite-nav{ background:rgba(7,29,49,.86) !important; }
.elite-nav a{ color:rgba(255,255,255,.86) !important; }
.elite-nav a.active,
.elite-nav a:hover{ color:#fff !important; background:rgba(255,255,255,.09) !important; }

.mobile-menu-toggle{
  display:none;
  appearance:none;
  border:1px solid rgba(214,185,120,.30);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:999px;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  gap:4px;
  flex-direction:column;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12), 0 12px 24px rgba(0,0,0,.14);
}
.mobile-menu-toggle span{
  width:18px;
  height:2px;
  border-radius:3px;
  background:currentColor;
  transition:transform .25s ease, opacity .25s ease;
}
body.mobile-nav-open .mobile-menu-toggle span:nth-child(1){ transform:translateY(6px) rotate(45deg); }
body.mobile-nav-open .mobile-menu-toggle span:nth-child(2){ opacity:0; }
body.mobile-nav-open .mobile-menu-toggle span:nth-child(3){ transform:translateY(-6px) rotate(-45deg); }

.whatsapp-float{
  bottom:calc(16px + env(safe-area-inset-bottom)) !important;
  left:14px !important;
  right:14px !important;
  min-height:54px !important;
  display:none;
  align-items:center;
  justify-content:center;
  border-radius:999px !important;
  background:linear-gradient(135deg,#2fe174,#19b95b) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.26), 0 0 0 1px rgba(255,255,255,.16), inset 0 1px 0 rgba(255,255,255,.26) !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
}
.whatsapp-float:before{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:inherit;
  background:rgba(37,211,102,.16);
  z-index:-1;
  animation:whatsPremiumPulse 2.2s ease-out infinite;
}
@keyframes whatsPremiumPulse{
  0%{ transform:scale(.98); opacity:.75; }
  70%{ transform:scale(1.07); opacity:0; }
  100%{ transform:scale(1.07); opacity:0; }
}
@media (max-width:768px){
  html{ scroll-padding-top:110px; }
  body{ padding-bottom:84px; }
  .header.header-beverly{
    grid-template-columns:1fr auto !important;
    grid-template-areas:"logo actions" "badges badges" !important;
    gap:10px 12px !important;
    min-height:unset !important;
    padding:12px 14px 10px !important;
    background:linear-gradient(180deg, rgba(7,29,49,.96), rgba(8,34,56,.88)) !important;
  }
  .header.header-beverly .header-left{ grid-area:logo !important; justify-self:start !important; }
  .header.header-beverly .header-center{ grid-area:badges !important; width:100% !important; }
  .header.header-beverly .header-right{ grid-area:actions !important; justify-self:end !important; display:flex !important; align-items:center !important; gap:8px !important; }
  .header.header-beverly .logo-block{ align-items:flex-start !important; text-align:left !important; }
  .header.header-beverly .logo{ font-size:21px !important; letter-spacing:.17em !important; }
  .header.header-beverly .sublogo{ font-size:8.5px !important; letter-spacing:.30em !important; }
  .header.header-beverly .header-cta{
    display:none !important;
  }
  .mobile-menu-toggle{ display:inline-flex !important; }
  .header.header-beverly .beverly-credential-line{
    width:100% !important;
    gap:10px !important;
    padding:6px 10px !important;
    flex-wrap:nowrap !important;
    overflow:hidden !important;
    justify-content:space-evenly !important;
  }
  .header.header-beverly .credential-divider{ display:none !important; }
  .header.header-beverly .credential-logo-sbcp{ height:29px !important; max-width:98px !important; }
  .header.header-beverly .credential-logo-asps{ height:40px !important; max-width:96px !important; }
  .header.header-beverly .credential-logo-cbc,
  .header.header-beverly .beverly-credential-line .credential-logo-cbc,
  .header.header-beverly .beverly-credential-line .credential-logo:last-child{ height:32px !important; max-width:90px !important; }
  body.scrolled .header.header-beverly .beverly-credential-line,
  .header.header-beverly.is-scrolled .beverly-credential-line{ transform:none !important; }
  .elite-nav{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:min(82vw, 330px) !important;
    z-index:10001 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    align-items:stretch !important;
    gap:8px !important;
    padding:92px 20px 22px !important;
    transform:translateX(108%) !important;
    opacity:1 !important;
    pointer-events:none !important;
    background:linear-gradient(180deg, rgba(7,29,49,.98), rgba(8,34,56,.94)) !important;
    -webkit-backdrop-filter:blur(24px) saturate(150%) !important;
    backdrop-filter:blur(24px) saturate(150%) !important;
    box-shadow:-28px 0 70px rgba(0,0,0,.36) !important;
    border-left:1px solid rgba(214,185,120,.26) !important;
    transition:transform .32s cubic-bezier(.2,.8,.2,1) !important;
  }
  body.mobile-nav-open .elite-nav{ transform:translateX(0) !important; pointer-events:auto !important; }
  .elite-nav a{
    width:100% !important;
    padding:15px 16px !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.06) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    letter-spacing:.16em !important;
  }
  body.mobile-nav-open:before{
    content:"";
    position:fixed;
    inset:0;
    z-index:10000;
    background:rgba(0,0,0,.46);
    -webkit-backdrop-filter:blur(3px);
    backdrop-filter:blur(3px);
  }
  .whatsapp-float{ display:flex !important; }
}
@media (max-width:390px){
  .header.header-beverly .logo{ font-size:18px !important; }
  .header.header-beverly .sublogo{ font-size:7.5px !important; }
  .header.header-beverly .credential-logo-sbcp{ max-width:88px !important; }
  .header.header-beverly .credential-logo-asps{ max-width:88px !important; }
  .header.header-beverly .credential-logo-cbc,
  .header.header-beverly .beverly-credential-line .credential-logo-cbc,
  .header.header-beverly .beverly-credential-line .credential-logo:last-child{ max-width:80px !important; }
}
@media (prefers-reduced-motion: reduce){
  .header.header-beverly,
  .header.header-beverly *,
  .elite-nav,
  .whatsapp-float:before{ animation:none !important; transition:none !important; }
}
