:root {
  --vet-blue: #064a8c;
  --vet-blue-dark: #013b74;
  --vet-blue-deep: #002f5d;
  --vet-soft: #eef5fb;
  --vet-text: #263547;
  --vet-border: #dbe5ef;
  --vet-container: 1170px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--vet-text);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.vet-container {
  width: min(calc(100% - 32px), var(--vet-container));
  margin-inline: auto;
}

.vet-header {
  width: 100%;
  height: 176px;
  background: #fff;
  position: relative;
  z-index: 40;
}

.vet-header-inner {
  height: 100%;
  position: relative;
}

.vet-brand {
  position: absolute;
  top: 18px;
  left: 0;
  width: 350px;
}

.vet-brand img {
  width: 350px;
  height: auto;
}

.vet-nav {
  position: absolute;
  right: 0;
  top: 69px;
  display: flex;
  align-items: center;
  gap: 36px;
  height: 36px;
}

.vet-nav > a:not(.vet-whatsapp),
.vet-nav-services {
  position: relative;
  height: 34px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #1c1c1c;
  transition: color .2s ease;
}

.vet-nav > a:not(.vet-whatsapp)::after,
.vet-nav-services::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #52aa36;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.vet-nav > a:not(.vet-whatsapp):hover,
.vet-nav > a:not(.vet-whatsapp).active,
.vet-nav-services:hover,
.vet-nav-services.active {
  color: #3f8d2f;
}

.vet-nav > a:not(.vet-whatsapp):hover::after,
.vet-nav > a:not(.vet-whatsapp).active::after,
.vet-nav-services:hover::after,
.vet-nav-services.active::after {
  transform: scaleX(1);
}

.vet-nav-dropdown {
  position: relative;
  height: 34px;
  display: flex;
  align-items: center;
}

.vet-nav-services {
  gap: 5px;
}

.vet-nav-services svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #3f8d2f;
  stroke-width: 2;
}

.vet-dropdown-menu {
  position: absolute;
  top: 39px;
  left: -18px;
  width: 250px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: .18s ease;
}

.vet-nav-dropdown:hover .vet-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vet-dropdown-menu button {
  width: 100%;
  display: block;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--vet-text);
  font: inherit;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}

.vet-dropdown-menu button:hover {
  background: #eef5fb;
  color: var(--vet-blue);
}

.vet-whatsapp {
  margin-left: 10px;
  min-width: 0;
  width: 94px;
  height: 34px;
  padding: 0;
  border-radius: 5px;
  background: #04366c;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600 !important;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(2, 43, 86, .16);
  transition: transform .2s ease, background .2s ease;
}

.vet-whatsapp svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.vet-whatsapp:hover {
  transform: translateY(-1px);
  background: #0a4c8f;
}

.vet-menu-toggle { display: none; }

.vet-hero {
  height: 390px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(4,61,119,.94) 0%, rgba(5,69,136,.88) 34%, rgba(7,79,154,.58) 56%, rgba(9,80,154,.30) 82%, rgba(9,80,154,.18) 100%),
    url("../img/veterinaria-hero.jpg") 82% 34% / cover no-repeat;
}
.vet-hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.vet-hero-copy { color: #fff; }
.vet-breadcrumb {
  display: block;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  opacity: .95;
}
.vet-hero-copy h1 {
  margin: 0 0 16px;
  font-size: 49px;
  line-height: 1.04;
  font-weight: 800;
  text-transform: uppercase;
}
.vet-hero-copy p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.vet-intro {
  padding: 82px 0 86px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
  border-bottom: 1px solid #e9f0f6;
}
.vet-intro-grid {
  min-height: 455px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 76px;
  align-items: center;
}
.vet-intro-copy { padding: 28px 0 28px 8px; }
.vet-intro-copy h2 {
  margin: 0;
  color: var(--vet-blue);
  font-size: 31px;
  line-height: 1.18;
  font-weight: 700;
}
.vet-title-line {
  display: block;
  width: 52px;
  height: 3px;
  background: #4d8fc8;
  margin: 22px 0;
}
.vet-intro-copy p {
  max-width: 480px;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
}
.vet-primary-btn {
  margin-top: 14px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--vet-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.vet-primary-btn svg { width: 20px; height: 20px; fill: #fff; }
.vet-intro-image {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}
.vet-intro-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.vet-areas {
  padding: 78px 0 88px;
  background: #fff;
  border-bottom: 1px solid #e7eef5;
}
.vet-section-title {
  text-align: center;
  margin-bottom: 38px;
}
.vet-section-title h2 {
  margin: 0;
  color: var(--vet-blue);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}
.vet-section-title > span {
  display: block;
  width: 52px;
  height: 3px;
  margin: 10px auto 0;
  background: #4e8fc7;
}
.vet-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
}
.vet-area-card {
  overflow: hidden;
  border: 1px solid var(--vet-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,59,115,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.vet-area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,59,115,.12);
}
.vet-area-card > img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}
.vet-area-body {
  min-height: 205px;
  padding: 24px 24px 27px;
}
.vet-area-body h3 {
  margin: 0 0 9px;
  color: var(--vet-blue);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
}
.vet-area-body p {
  min-height: 76px;
  margin: 0;
  font-size: 12.7px;
  line-height: 1.55;
}
.vet-service-more {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vet-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.vet-service-more span { margin-left: 8px; }

.vet-differentials {
  padding: 78px 0 82px;
  background: linear-gradient(180deg, #f5f9fc 0%, #edf5fb 100%);
}
.vet-section-title.compact { margin-bottom: 40px; }
.vet-diff-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
}
.vet-diff-grid article {
  min-height: 205px;
  padding: 24px 28px 18px;
  text-align: center;
  position: relative;
}
.vet-diff-grid article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: #ccdbe7;
}
.vet-diff-grid svg {
  width: 62px;
  height: 62px;
  color: var(--vet-blue);
  margin: 0 auto 16px;
}
.vet-diff-grid h3 {
  margin: 0 0 11px;
  color: var(--vet-blue);
  font-size: 13.5px;
  line-height: 1.25;
}
.vet-diff-grid p {
  max-width: 195px;
  margin: 0 auto;
  font-size: 11.8px;
  line-height: 1.5;
}

.vet-cta {
  min-height: 172px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,46,91,.96) 0%, rgba(2,57,111,.92) 44%, rgba(6,76,143,.78) 72%, rgba(8,83,154,.62) 100%),
    url("../img/veterinaria-cta-bg.jpg") center center / cover no-repeat;
}
.vet-cta-inner {
  min-height: 172px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: center;
  gap: 40px;
}
.vet-cta-message {
  display: flex;
  align-items: center;
  gap: 26px;
}
.vet-cta-icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 76px;
}
.vet-cta-icon .cta-icon-image {
  width: 76px;
  height: 76px;
  display: block;
  object-fit: contain;
}
.vet-cta-message strong {
  display: block;
  font-size: 25px;
  line-height: 1.15;
}
.vet-cta-message span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
}
.vet-cta-contact {
  min-height: 78px;
  padding: 14px 20px;
  border-radius: 10px;
  background: #fff;
  color: var(--vet-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vet-cta-contact strong { font-size: 14px; }
.vet-cta-contact span { margin-top: 6px; font-size: 16px; font-weight: 700; }

.vet-footer {
  color: #fff;
  background: linear-gradient(90deg, #002e59, #003e78 55%, #002b54);
}
.vet-footer-grid {
  min-height: 280px;
  padding: 52px 0 40px;
  display: grid;
  grid-template-columns: 1.35fr .72fr .9fr 1.12fr;
  gap: 45px;
}
.vet-footer-brand img { width: 330px; height: auto; }
.vet-footer-col h3 {
  margin: 9px 0 18px;
  font-size: 14px;
}
.vet-footer-col > a {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
}
.vet-footer-contact {
  border-left: 1px solid rgba(255,255,255,.3);
  padding-left: 36px;
}
.vet-footer-contact p,
.vet-footer-wa {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
}
.vet-footer-wa { display: block; font-weight: 700; }
.vet-footer-bottom {
  min-height: 47px;
  border-top: 1px solid rgba(255,255,255,.26);
}
.vet-footer-bottom .vet-container {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: rgba(255,255,255,.88);
  font-size: 11.5px;
}

.vet-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(2,26,50,.64);
  backdrop-filter: blur(4px);
}
.vet-service-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.vet-service-modal[hidden],
.vet-modal-layer[hidden] { display: none !important; }
.vet-service-dialog {
  width: min(100%, 650px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  position: relative;
  padding: 42px 46px 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.vet-modal-close {
  position: absolute;
  right: 18px;
  top: 15px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #edf4fa;
  color: var(--vet-blue);
  font-size: 27px;
  cursor: pointer;
}
.vet-modal-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #eaf3fa;
  color: var(--vet-blue);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.vet-service-dialog h2 {
  margin: 0 0 14px;
  color: var(--vet-blue);
  font-size: 31px;
}
.vet-service-dialog p {
  margin: 0 0 20px;
  font-size: 14.5px;
  line-height: 1.7;
}
.vet-service-dialog ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.vet-service-dialog li {
  position: relative;
  padding: 10px 0 10px 27px;
  border-bottom: 1px solid #eaf0f5;
  font-size: 13.5px;
}
.vet-service-dialog li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--vet-blue);
  font-weight: 800;
}
.vet-modal-whatsapp {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  background: var(--vet-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
body.vet-modal-open { overflow: hidden; }

@media (max-width: 1180px) {
  .vet-nav { gap: 18px; }
  .vet-nav > a, .vet-nav-services { font-size: 12px; }
  .vet-whatsapp { min-width: 142px; }
}
@media (max-width: 980px) {
  .vet-header {
    height: 104px;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
  }
  .vet-brand { top: 13px; width: 260px; }
  .vet-menu-toggle {
    position: absolute;
    right: 0;
    top: 31px;
    width: 39px;
    height: 39px;
    padding: 6px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .vet-menu-toggle span { width: 25px; height: 2px; background: var(--vet-blue); transition: .2s ease; }
  .vet-menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .vet-menu-toggle.open span:nth-child(2) { opacity: 0; }
  .vet-menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .vet-nav {
    display: none;
    position: absolute;
    top: 104px;
    left: -20px;
    right: -20px;
    padding: 10px 20px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
  }
  .vet-nav.open { display: flex; }
  .vet-nav > a, .vet-nav-services { min-height: 43px; display: flex; align-items: center; font-size: 14px; }
  .vet-nav-dropdown { width: 100%; }
  .vet-dropdown-menu {
    position: static;
    width: 100%;
    padding: 2px 0 8px 15px;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
  }
  .vet-dropdown-menu button { font-size: 13px; min-height: 38px; }
  .vet-whatsapp { margin-top: 8px; width: 100%; }
  .vet-hero { height: 330px; }
  .vet-hero-copy h1 { font-size: 41px; }
  .vet-hero-copy p { font-size: 17px; }
  .vet-intro { padding: 58px 0 62px; }
  .vet-intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .vet-intro-image img { height: 340px; }
  .vet-areas { padding: 60px 0 68px; }
  .vet-area-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
  .vet-differentials { padding: 60px 0 64px; }
  .vet-diff-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .vet-diff-grid article + article::before { display: none; }
  .vet-cta-inner { grid-template-columns: 1fr; padding: 24px 0; }
  .vet-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vet-footer-contact { border-left: 0; padding-left: 0; }
}
@media (max-width: 620px) {
  .vet-container { width: calc(100% - 28px); }
  .vet-brand { width: 220px; top: 18px; }
  .vet-hero { height: 300px; background-position: 78% center; }
  .vet-breadcrumb { display: none; }
  .vet-hero-copy h1 { font-size: 34px; }
  .vet-hero-copy p { font-size: 15px; }
  .vet-intro { padding: 46px 0 50px; }
  .vet-intro-copy h2 { font-size: 27px; }
  .vet-intro-image img { height: 250px; }
  .vet-areas { padding: 48px 0 54px; }
  .vet-section-title h2 { font-size: 26px; }
  .vet-area-grid { grid-template-columns: 1fr; gap: 20px; }
  .vet-area-body { min-height: 0; }
  .vet-differentials { padding: 48px 0 52px; }
  .vet-diff-grid { grid-template-columns: 1fr; }
  .vet-diff-grid article { min-height: 165px; }
  .vet-cta-message { gap: 15px; }
  .vet-cta-message strong { font-size: 20px; }
  .vet-cta-icon { width: 62px; height: 62px; }
  .vet-footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .vet-footer-bottom .vet-container {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 10px 0;
    text-align: center;
  }
  .vet-service-modal { padding: 12px; align-items: flex-end; }
  .vet-service-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 38px 24px 28px;
    border-radius: 18px 18px 10px 10px;
  }
  .vet-modal-whatsapp { width: 100%; justify-content: center; }
}


/* =========================================================
   Correção das áreas de atuação da Veterinária
   ========================================================= */
.vet-area-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9e3ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,59,115,.07);
}

.vet-area-card > img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: 0;
  background: #f3f6f9;
}

.vet-area-icon {
  position: absolute;
  left: 18px;
  top: 133px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0a4e95;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(4, 57, 110, .22);
  border: 3px solid #fff;
  z-index: 2;
}

.vet-area-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.vet-area-body {
  min-height: 208px;
  padding: 28px 24px 27px;
}

.vet-area-body h3 {
  margin: 0 0 10px;
  color: var(--vet-blue);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
}

.vet-area-body p {
  min-height: 76px;
  margin: 0;
  color: #596678;
  font-size: 12.8px;
  line-height: 1.58;
}

.vet-service-more {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vet-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vet-service-more span {
  margin-left: 0;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 980px) {
  .vet-area-card > img {
    height: 175px;
  }

  .vet-area-icon {
    top: 124px;
  }
}

@media (max-width: 620px) {
  .vet-area-card > img {
    height: 190px;
  }

  .vet-area-icon {
    top: 139px;
  }

  .vet-area-body {
    min-height: 0;
    padding: 28px 22px 26px;
  }
}


/* Refinos visuais v27 - cards de áreas e header idêntico ao portal */
.vet-area-card {
  overflow: hidden;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,59,115,.07);
}

.vet-area-card > img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: 0;
  background: #f3f6f9;
}

.vet-area-icon {
  position: absolute;
  left: 18px;
  top: 132px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #0a4e95;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(4, 57, 110, .22);
  border: 3px solid #fff;
  z-index: 2;
}

.vet-area-icon svg {
  width: 31px;
  height: 31px;
  display: block;
}

.vet-area-body {
  min-height: 210px;
  padding: 28px 24px 27px;
}

.vet-area-body h3 {
  margin: 0 0 10px;
  color: var(--vet-blue);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
}

.vet-area-body p {
  min-height: 76px;
  margin: 0;
  color: #596678;
  font-size: 12.8px;
  line-height: 1.58;
}

.vet-service-more {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vet-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vet-service-more span {
  margin-left: 0;
  font-size: 14px;
  line-height: 1;
}

/* desktop intermediário ainda segue o padrão desktop do portal */
@media (min-width: 821px) and (max-width: 980px) {
  .vet-container {
    width: min(calc(100% - 28px), var(--vet-container));
  }

  .vet-header {
    height: 176px;
    position: relative;
    top: auto;
    box-shadow: none;
  }

  .vet-header-inner {
    display: block;
  }

  .vet-brand {
    position: absolute;
    top: 18px;
    left: 0;
    width: 350px;
  }

  .vet-brand img {
    width: 350px;
  }

  .vet-menu-toggle {
    display: none;
  }

  .vet-nav {
    position: absolute;
    top: 69px;
    left: auto;
    right: 0;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .vet-nav > a:not(.vet-whatsapp),
  .vet-nav-services {
    min-height: 0;
    height: 34px;
    font-size: 12.5px;
  }

  .vet-nav-dropdown {
    width: auto;
    height: 34px;
  }

  .vet-dropdown-menu {
    position: absolute;
    top: 39px;
    left: -18px;
    width: 250px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
  }

  .vet-nav-dropdown:hover .vet-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .vet-whatsapp {
    margin: 0 0 0 10px;
    width: 94px;
    height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .vet-hero {
    background-position: 76% center;
  }

  .vet-area-card > img {
    height: 175px;
  }

  .vet-area-icon {
    top: 124px;
  }
}

@media (max-width: 820px) {
  .vet-container {
    width: min(calc(100% - 28px), var(--vet-container));
  }

  .vet-header {
    height: 92px;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .08);
  }

  .vet-header-inner {
    display: flex;
    align-items: center;
  }

  .vet-brand {
    position: static;
    width: 230px;
  }

  .vet-brand img {
    width: 230px;
  }

  .vet-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    position: absolute;
    right: 0;
    top: 28px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    padding: 6px;
  }

  .vet-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #073a72;
    transition: transform .2s ease, opacity .2s ease;
  }

  .vet-menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .vet-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .vet-menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .vet-nav {
    position: absolute;
    top: 92px;
    left: -14px;
    right: -14px;
    height: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  }

  .vet-nav.open {
    display: flex;
  }

  .vet-nav > a:not(.vet-whatsapp),
  .vet-nav-services {
    min-height: 0;
    height: 45px;
    font-size: 14px;
  }

  .vet-nav > a:not(.vet-whatsapp)::after,
  .vet-nav-services::after {
    right: auto;
    width: 42px;
  }

  .vet-nav-dropdown {
    width: 100%;
    height: auto;
    display: block;
  }

  .vet-nav-services {
    width: 100%;
  }

  .vet-dropdown-menu {
    position: static;
    width: 100%;
    padding: 2px 0 8px 15px;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
  }

  .vet-dropdown-menu button {
    min-height: 38px;
    font-size: 13px;
  }

  .vet-whatsapp {
    margin: 9px 0 0;
    width: 100%;
    height: 44px;
    font-size: 13.5px;
  }
}

@media (max-width: 620px) {
  .vet-hero {
    background-position: 78% center;
  }

  .vet-area-card > img {
    height: 190px;
  }

  .vet-area-icon {
    top: 139px;
  }

  .vet-area-body {
    min-height: 0;
    padding: 28px 22px 26px;
  }
}

@media (max-width: 520px) {
  .vet-container {
    width: calc(100% - 24px);
  }

  .vet-header {
    height: 82px;
  }

  .vet-brand {
    width: 198px;
  }

  .vet-brand img {
    width: 198px;
  }

  .vet-menu-toggle {
    top: 23px;
  }

  .vet-nav {
    top: 82px;
    left: -12px;
    right: -12px;
  }
}


/* Rodapé v29: somente links existentes no site */
.vet-footer-grid-clean {
  grid-template-columns: 1.25fr .75fr .85fr 1.15fr;
}
.vet-footer-contact > a:not(.vet-footer-wa) {
  display: block;
  margin-bottom: 11px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.vet-footer-contact > p {
  margin-top: 2px;
}
@media (max-width: 980px) {
  .vet-footer-grid-clean {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .vet-footer-grid-clean {
    grid-template-columns: 1fr;
  }
}


/* v32 - Ícones veterinários em PNG individual com transparência */
.vet-area-icon {
  width: 60px;
  height: 60px;
  top: 132px;
  left: 18px;
  background: #ffffff;
  border: 2px solid #0a4e95;
  box-shadow: 0 8px 18px rgba(4, 57, 110, .18);
}
.vet-area-icon-img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.vet-diff-icon-img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto 16px;
}
.vet-diff-grid article {
  min-height: 210px;
}
@media (max-width: 620px) {
  .vet-area-icon { top: 146px; }
}


/* v34 - ajustes finos solicitados */
@media (max-width: 1100px) {
  .vet-hero {
    background:
      linear-gradient(90deg, rgba(4,61,119,.94) 0%, rgba(5,69,136,.88) 34%, rgba(7,79,154,.58) 56%, rgba(9,80,154,.30) 82%, rgba(9,80,154,.18) 100%),
      url("../img/veterinaria-hero.jpg") 90% 34% / cover no-repeat;
  }
}
@media (max-width: 820px) {
  .vet-hero {
    background:
      linear-gradient(90deg, rgba(4,61,119,.94) 0%, rgba(5,69,136,.88) 34%, rgba(7,79,154,.58) 56%, rgba(9,80,154,.30) 82%, rgba(9,80,154,.18) 100%),
      url("../img/veterinaria-hero.jpg") 100% 34% / cover no-repeat;
  }
}


/* v36 - CTA veterinário refinado */
.vet-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 50%, rgba(255,255,255,.06), transparent 34%),
    linear-gradient(90deg, rgba(0,32,67,.10), transparent 58%);
}

.vet-cta-inner {
  position: relative;
  z-index: 2;
}

.vet-cta-message strong {
  text-shadow: 0 2px 12px rgba(0,0,0,.18);
}

.vet-cta-message span {
  color: rgba(255,255,255,.92);
}

.vet-cta-contact {
  box-shadow: 0 8px 24px rgba(0,36,72,.16);
}

@media (max-width: 820px) {
  .vet-cta-icon {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }
  .vet-cta-icon .cta-icon-image {
    width: 68px;
    height: 68px;
  }
}
