:root {
  --orange:       #F5A623;
  --orange-dark:  #C8850D;
  --orange-light: #FFF4DC;
  --charcoal:     #1C1410;
  --brown:        #3D2914;
  --brown-mid:    #6B4C2A;
  --warm-white:   #FDFAF5;
  --off-white:    #F5F0E8;
  --border:       rgba(61,41,20,.10);
  --font-body:    'Lato', sans-serif;
  --font-head:    'Merriweather', Georgia, serif;
  --radius:       16px;
  --radius-sm:    8px;
  --shadow:       0 2px 20px rgba(28,20,16,.08);
  --shadow-lg:    0 8px 48px rgba(28,20,16,.16);
  --base-size:    18px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: var(--base-size);
  background: var(--warm-white);
  color: var(--charcoal);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; object-fit: cover; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
.section    { padding: 96px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--orange-dark);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: ''; display: block; width: 28px; height: 2px;
  background: var(--orange); flex-shrink: 0;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900; line-height: 1.2;
  color: var(--charcoal); text-wrap: pretty;
}
.section-sub {
  font-size: 18px; font-weight: 400;
  color: var(--brown-mid); margin-top: 16px; line-height: 1.75;
}

/* ── BUTTONS ── */
.btn-wa {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff;
  font-family: var(--font-body); font-weight: 700; font-size: 17px;
  padding: 17px 34px; border-radius: 100px; border: none; cursor: pointer;
  box-shadow: 0 4px 24px rgba(37,211,102,.35);
  transition: transform .18s, box-shadow .18s;
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(37,211,102,.45); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,.6);
  font-family: var(--font-body); font-weight: 700; font-size: 16px;
  padding: 15px 30px; border-radius: 100px;
  border: 2px solid rgba(255,255,255,.15); cursor: pointer;
  transition: border-color .18s, color .18s;
}
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(253,250,245,.96); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border); padding: 12px 0;
  transition: box-shadow .2s;
}
nav.scrolled { box-shadow: 0 2px 24px rgba(28,20,16,.10); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1100px; margin: 0 auto; padding: 0 28px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; }
.nav-logo-text {
  font-family: var(--font-head);
  font-size: 18px; font-weight: 900;
  color: var(--charcoal); letter-spacing: -.3px;
}
.nav-logo-text span { color: var(--orange-dark); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone {
  font-size: 15px; font-weight: 700; color: var(--brown-mid);
  display: flex; align-items: center; gap: 6px;
}
.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  background: #25D366; color: #fff;
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  padding: 11px 22px; border-radius: 100px;
  box-shadow: 0 2px 12px rgba(37,211,102,.3);
  transition: transform .15s;
}
.nav-cta:hover { transform: scale(1.04); }

/* ── HERO ── */
#hero {
  padding-top: 80px;
  background: var(--charcoal);
  position: relative; overflow: hidden;
  min-height: 92vh; display: flex; align-items: center;
}
.hero-accent {
  position: absolute; right: -100px; top: -120px;
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,.16) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Mantém a divisão entre texto e imagens */
  gap: 56px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 28px;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 22px;
}
.hero-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 900; line-height: 1.1;
  color: #fff; margin-bottom: 22px; text-wrap: pretty;
}
.hero-title em { font-style: normal; color: var(--orange); }
.hero-sub {
  font-size: 19px; font-weight: 400;
  color: rgba(255,255,255,.6); margin-bottom: 40px;
  line-height: 1.75; max-width: 500px;
}
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-trust-row {
  display: flex; align-items: center; gap: 24px;
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.08); flex-wrap: wrap;
}
.hero-trust-item { display: flex; align-items: center; gap: 10px; }
.hero-trust-icon {
  width: 38px; height: 38px; border-radius: 9px;
  background: rgba(245,166,35,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.hero-trust-text { font-size: 14px; font-weight: 400; color: rgba(255,255,255,.5); line-height: 1.4; }
.hero-trust-text strong { display: block; color: rgba(255,255,255,.85); font-weight: 700; font-size: 15px; }

/* Hero image grid */
.hero-photos {
  display: grid;
  grid-template-columns: 1fr 1fr; /* <-- A foto da fachada fica visivelmente mais larga que as da direita */
  grid-template-rows: 1fr 1fr; /* <-- As duas da direita dividem a altura 50/50 */
  gap: 12px; /* <-- Espaço exato do seu desenho entre as fotos */
  height: 580px;
  width: 580px; /* <-- Altura ideal para cobrir a área vermelha sem esmagar as fotos menores */
}
.hero-photo-main {
  grid-row: 1 / 3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-sm {
  border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-photo-sm img { width: 100%; height: 100%; object-fit: cover; }

/* ── SOCIAL PROOF ── */
#proof-bar { background: var(--orange); padding: 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item {
  padding: 40px 24px; text-align: center;
  border-right: 1px solid rgba(28,20,16,.12);
}
.proof-item:last-child { border-right: none; }
.proof-number {
  font-family: var(--font-head);
  font-size: clamp(36px, 4vw, 52px); font-weight: 900;
  color: var(--charcoal); line-height: 1; margin-bottom: 8px;
}
.proof-label {
  font-size: 13px; font-weight: 700;
  color: rgba(28,20,16,.6); text-transform: uppercase; letter-spacing: 1px;
}

/* ── SERVICES ── */
#servicos { background: var(--warm-white); }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 56px;
}
.service-card {
  background: #fff; border-radius: var(--radius);
  border: 1px solid var(--border); box-shadow: var(--shadow);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.service-card.featured { background: var(--charcoal); border-color: transparent; }
.service-img {
  width: 100%; height: 220px;
  overflow: hidden; position: relative;
}
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover .service-img img { transform: scale(1.04); }
.service-body {
  padding: 28px;
  display: flex; flex-direction: column; flex: 1;
}
.service-name {
  font-family: var(--font-head);
  font-size: 20px; font-weight: 900;
  color: var(--charcoal); margin-bottom: 12px;
}
.service-card.featured .service-name { color: #fff; }
.service-desc {
  font-size: 15px; font-weight: 400;
  color: var(--brown-mid); line-height: 1.7;
  flex: 1;
}
.service-card.featured .service-desc { color: rgba(255,255,255,.55); }
.service-badge {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 18px;
  font-size: 14px; font-weight: 700; color: var(--orange-dark);
  background: var(--orange-light); border-radius: 100px;
  padding: 8px 18px; transition: background .18s, color .18s;
  cursor: pointer; text-decoration: none;
}
.service-badge:hover { background: var(--orange); color: var(--charcoal); }
.service-card.featured .service-badge { background: rgba(245,166,35,.15); color: var(--orange); }
.service-card.featured .service-badge:hover { background: var(--orange); color: var(--charcoal); }
.service-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--orange-dark);
  background: var(--orange-light); padding: 5px 12px; border-radius: 100px;
  margin-bottom: 14px;
}
.service-card.featured .service-tag { background: rgba(245,166,35,.15); color: var(--orange); }

/* ── DIFERENCIAIS ── */
#diferenciais { background: var(--off-white); }
.diff-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center; margin-top: 56px;
}
.diff-visual { position: relative; }
.diff-img-main {
  width: 100%; aspect-ratio: 3/4;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.diff-img-main img { width: 100%; height: 100%; object-fit: cover; }
.diff-stat {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--orange); color: var(--charcoal);
  padding: 20px 26px; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); text-align: center;
}
.diff-stat strong {
  display: block; font-family: var(--font-head);
  font-size: 38px; font-weight: 900; line-height: 1;
}
.diff-stat span { font-size: 13px; font-weight: 700; opacity: .7; }

.diff-list { display: flex; flex-direction: column; gap: 28px; }
.diff-item { display: flex; gap: 18px; align-items: flex-start; }
.diff-check {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 10px; background: var(--orange-light);
  display: flex; align-items: center; justify-content: center;
}
.diff-check svg { width: 20px; height: 20px; color: var(--orange-dark); }
.diff-text h3 {
  font-family: var(--font-head);
  font-size: 17px; font-weight: 700; color: var(--charcoal); margin-bottom: 6px;
}
.diff-text p { font-size: 15px; font-weight: 400; color: var(--brown-mid); line-height: 1.7; }

/* ── GALERIA ── */
#galeria { background: var(--charcoal); padding: 80px 0; }
.galeria-title {
  font-family: var(--font-head);
  font-size: clamp(26px, 3vw, 38px); font-weight: 900;
  color: #fff; margin-bottom: 8px;
}
.galeria-sub { font-size: 17px; color: rgba(255,255,255,.4); margin-bottom: 40px; }
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 260px 260px;
  gap: 12px;
}
.galeria-item { border-radius: 12px; overflow: hidden; }
.galeria-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.galeria-item:hover img { transform: scale(1.05); }
.galeria-item.tall { grid-row: 1 / 3; }

/* ── PRECOS ── */
#precos { background: var(--warm-white); }
.precos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
}
.preco-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px 30px;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
  box-shadow: var(--shadow);
}
.preco-card.destaque {
  background: var(--charcoal); border-color: transparent;
  box-shadow: var(--shadow-lg);
}
.preco-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.preco-porte {
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--brown-mid); margin-bottom: 8px;
}
.preco-card.destaque .preco-porte { color: rgba(255,255,255,.45); }
.preco-name {
  font-family: var(--font-head);
  font-size: 20px; font-weight: 900; color: var(--charcoal); margin-bottom: 24px;
}
.preco-card.destaque .preco-name { color: #fff; }
.preco-value {
  font-family: var(--font-head);
  font-size: 54px; font-weight: 900; color: var(--orange-dark);
  line-height: 1; margin-bottom: 4px;
}
.preco-card.destaque .preco-value { color: var(--orange); }
.preco-desde { font-size: 13px; font-weight: 400; color: var(--brown-mid); margin-bottom: 28px; }
.preco-card.destaque .preco-desde { color: rgba(255,255,255,.4); }
.preco-divider { height: 1px; background: var(--border); margin-bottom: 24px; }
.preco-card.destaque .preco-divider { background: rgba(255,255,255,.1); }
.preco-items {
  list-style: none; display: flex; flex-direction: column;
  gap: 12px; margin-bottom: 32px; flex: 1;
}
.preco-items li {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 400; color: var(--brown-mid);
}
.preco-card.destaque .preco-items li { color: rgba(255,255,255,.65); }
.preco-check {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: var(--orange-light);
  display: flex; align-items: center; justify-content: center;
}
.preco-check svg { width: 11px; height: 11px; color: var(--orange-dark); }
.preco-card.destaque .preco-check { background: rgba(245,166,35,.2); }
.preco-card.destaque .preco-check svg { color: var(--orange); }
.btn-wa-sm {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: #25D366; color: #fff;
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  padding: 15px 20px; border-radius: 100px; border: none; cursor: pointer;
  box-shadow: 0 3px 14px rgba(37,211,102,.3);
  transition: transform .15s, box-shadow .15s;
}
.btn-wa-sm:hover { transform: translateY(-2px); }
.btn-wa-dark {
  background: var(--charcoal);
  box-shadow: 0 3px 14px rgba(28,20,16,.25);
}
.pagamento-row {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-top: 36px; flex-wrap: wrap;
}
.pagamento-label { font-size: 14px; font-weight: 700; color: var(--brown-mid); }
.pagamento-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--off-white); border: 1px solid var(--border);
  padding: 7px 16px; border-radius: 100px;
  font-size: 14px; font-weight: 700; color: var(--brown-mid);
}

/* ── DEPOIMENTOS ── */
#depoimentos { background: var(--off-white); }
.depo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
}
.depo-card {
  background: #fff; border-radius: var(--radius);
  padding: 32px; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.depo-stars { display: flex; gap: 3px; margin-bottom: 18px; }
.depo-star { width: 18px; height: 18px; fill: var(--orange); }
.depo-text {
  font-size: 16px; font-weight: 400; color: var(--brown-mid);
  line-height: 1.75; margin-bottom: 24px; font-style: italic;
}
.depo-divider { height: 1px; background: var(--border); margin-bottom: 20px; }
.depo-author { display: flex; align-items: center; gap: 13px; }
.depo-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: var(--orange-light); border: 2px solid var(--orange-light);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 17px; color: var(--orange-dark);
}
.depo-name { font-size: 15px; font-weight: 700; color: var(--charcoal); }
.depo-pet  { font-size: 13px; font-weight: 400; color: var(--brown-mid); margin-top: 2px; }

/* ── COMO FUNCIONA ── */
#como-funciona { background: var(--warm-white); }
.steps-wrap {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 64px; position: relative;
}
.steps-line {
  position: absolute; top: 24px; left: 12.5%; right: 12.5%;
  height: 1px; background: var(--border); z-index: 0;
}
.step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--charcoal); color: var(--orange);
  font-family: var(--font-head); font-size: 17px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px;
}
.step-title {
  font-family: var(--font-head);
  font-size: 16px; font-weight: 700; color: var(--charcoal); margin-bottom: 10px;
}
.step-desc { font-size: 15px; font-weight: 400; color: var(--brown-mid); line-height: 1.65; }

/* ── LOCALIZAÇÃO ── */
#localizacao { background: var(--charcoal); }
#localizacao .section-title { color: #fff; }
#localizacao .section-sub   { color: rgba(255,255,255,.4); }
.loc-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; margin-top: 56px; align-items: start;
}
.info-group { display: flex; flex-direction: column; gap: 32px; }
.info-item  { display: flex; gap: 18px; }
.info-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  border-radius: 10px; background: rgba(245,166,35,.1);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.info-content h3 {
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,.4);
  text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 7px;
}
.info-content p, .info-content a {
  font-size: 16px; font-weight: 400; color: rgba(255,255,255,.75); line-height: 1.7;
}
.info-content a:hover { color: var(--orange); }
.horario-table { width: 100%; }
.horario-table tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.horario-table tr:last-child { border: none; }
.horario-table td { padding: 10px 0; font-size: 15px; font-weight: 400; color: rgba(255,255,255,.6); }
.horario-table td:first-child { font-weight: 700; color: rgba(255,255,255,.85); }
.horario-table td:last-child  { text-align: right; }
.horario-table .fechado td   { color: rgba(255,255,255,.25); }
.map-wrap {
  width: 100%; aspect-ratio: 4/3; border-radius: var(--radius);
  overflow: hidden; border: 1px solid rgba(255,255,255,.08);
}
.map-wrap iframe { width: 100%; height: 100%; border: none; }

/* ── CTA FINAL ── */
#cta-final { background: var(--orange); padding: 112px 0; text-align: center; }
#cta-final .section-title { color: var(--charcoal); }
#cta-final .section-sub   { color: rgba(28,20,16,.6); margin-bottom: 40px; }

/* ── FOOTER ── */
footer { background: #0F0A06; padding: 48px 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.footer-logo { display: flex; align-items: center; gap: 10px; }
.footer-logo img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; }
.footer-logo-text {
  font-family: var(--font-head);
  font-size: 17px; font-weight: 700; color: rgba(255,255,255,.8);
}
.footer-links { display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 14px; font-weight: 700; color: rgba(255,255,255,.3); transition: color .15s; }
.footer-links a:hover { color: var(--orange); }
.footer-copy { font-size: 13px; color: rgba(255,255,255,.2); text-align: center; line-height: 1.8; }

/* ── FLOATING BUTTON ── */
.float-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 62px; height: 62px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.5);
  transition: transform .2s; animation: wa-pulse 3s ease-in-out infinite;
}
.float-wa:hover { transform: scale(1.08); }
@keyframes wa-pulse {
  0%,100% { box-shadow: 0 4px 24px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.4); }
  55%      { box-shadow: 0 4px 24px rgba(37,211,102,.5), 0 0 0 14px rgba(37,211,102,0); }
}
.float-label {
  position: absolute; right: 74px;
  background: var(--charcoal); color: #fff;
  font-size: 13px; font-weight: 700;
  padding: 8px 14px; border-radius: 6px; white-space: nowrap;
  opacity: 0; transform: translateX(6px);
  transition: opacity .18s, transform .18s; pointer-events: none;
}
.float-label::after {
  content: ''; position: absolute; right: -5px; top: 50%; transform: translateY(-50%);
  border: 5px solid transparent; border-right: none; border-left-color: var(--charcoal);
}
.float-wa:hover .float-label { opacity: 1; transform: translateX(0); }

/* ── TWEAKS ── */
#tweaks-panel {
  display: none; position: fixed; bottom: 104px; right: 28px; z-index: 998;
  background: #fff; border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 22px; width: 260px; border: 1px solid var(--border);
}
#tweaks-panel h4 {
  font-size: 11px; font-weight: 700; color: var(--brown-mid);
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px;
}
.tw-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.tw-row label { font-size: 11px; font-weight: 700; color: rgba(100,80,60,.5); text-transform: uppercase; letter-spacing: .5px; }
.tw-row input[type=color] { width: 100%; height: 38px; border-radius: 8px; border: 1px solid var(--border); cursor: pointer; padding: 3px; }
.tw-row select { width: 100%; padding: 8px 10px; border-radius: 8px; border: 1px solid var(--border); font-family: var(--font-body); font-size: 14px; color: var(--charcoal); background: var(--warm-white); }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }
#hero .reveal { opacity: 1; transform: none; transition: none; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photos { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item { border-right: none; border-bottom: 1px solid rgba(28,20,16,.1); }
  .services-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .diff-grid { grid-template-columns: 1fr; }
  .diff-visual { display: none; }
  .galeria-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .galeria-item.tall { grid-row: auto; }
  .precos-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .depo-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .steps-wrap { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .steps-line { display: none; }
  .loc-grid { grid-template-columns: 1fr; }
  .alem-grid { grid-template-columns: repeat(2, 1fr) !important; }
  #taxidog .container > div { grid-template-columns: 1fr !important; }
  #taxidog .container > div > div:last-child { display: none; }
}
@media (max-width: 540px) {
  :root { --base-size: 17px; }
  .steps-wrap { grid-template-columns: 1fr; }
  .float-wa { bottom: 20px; right: 20px; width: 56px; height: 56px; }
  .hero-actions { flex-direction: column; align-items: flex-start; width: 100%; }
  .btn-wa, .btn-outline { width: 100%; justify-content: center; }
}
