/* SAGUI GUINCHO 24H — Automotive Identity: Graphite, Signal Yellow, White and WhatsApp Green */
:root {
  --ink: #151917;
  --black: #101311;
  --muted: #5e6660;
  --yellow: #f3db19;
  --green: #148c44;
  --green-bright: #20b759;
  --paper: #f5f6f3;
  --line: #e2e5df;
  --heading: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Inter', Arial, sans-serif;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

h1, h2, h3, p, figure {
  margin: 0;
}

h1, h2, h3 {
  font-family: var(--heading);
  line-height: 1.08;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  letter-spacing: 0.2px;
}

h3 {
  font-size: 26px;
}

p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible, a:focus-visible, video:focus-visible {
  outline: 3px solid #1599db;
  outline-offset: 5px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

i {
  flex-shrink: 0;
}

button[hidden], [hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.container {
  width: min(1200px, calc(100% - 60px));
  margin-inline: auto;
}

.section {
  padding: 90px 0;
}

.yellow {
  color: var(--yellow);
}

.text-muted {
  color: #69716b;
}

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 1.8px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 16px;
  color: var(--ink);
  text-transform: uppercase;
}

.eyebrow:before {
  content: '';
  width: 24px;
  height: 3px;
  background: var(--yellow);
  flex-shrink: 0;
}

/* Buttons */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  font-weight: 800;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  cursor: pointer;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-2px);
}

.button-whatsapp {
  background: var(--green);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(10, 118, 52, 0.18);
}

.button-whatsapp:hover {
  background: #0c7736;
  box-shadow: 0 8px 24px rgba(10, 118, 52, 0.28);
}

.button-whatsapp .fa-whatsapp {
  font-size: 22px;
}

.button-large {
  min-height: 60px;
  font-size: 15px;
  padding: 16px 28px;
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: rgba(16, 19, 17, 0.5);
  backdrop-filter: blur(4px);
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

.button-outline-dark {
  border: 1px solid #b9c0b8;
  background: transparent;
  color: var(--ink);
}

.button-outline-dark:hover {
  background: #edf0e8;
  border-color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: #ffffff;
}

.button-dark:hover {
  background: #000000;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #79e761;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(115, 209, 75, 0.2);
  flex-shrink: 0;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 15px;
  z-index: 1000;
  background: #ffffff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
}

.skip-link:focus {
  top: 10px;
}

/* Topbar */
.topbar {
  background: var(--black);
  color: #cdd2cc;
  font-size: 13.5px;
  letter-spacing: 0.2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 15px;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.topbar i {
  color: var(--yellow);
  margin-right: 7px;
  font-size: 13.5px;
}

.topbar .status-dot {
  width: 6px;
  height: 6px;
  margin-right: 8px;
}

.topbar a:hover {
  color: #ffffff;
}

/* Header & Brand Logo */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #edf0ea;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 110px;
  padding: 8px 0;
}

.brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 4px 0;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.brand:hover {
  transform: scale(1.03);
}

.brand img {
  height: 96px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.12));
}

/* Custom Automotive Brand Logo (Banner Style) */
.brand-custom {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 4px 0;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #141916 0%, #0c0f0d 50%, #151a17 100%);
  border: 2px solid #ffd000;
  border-left: 4px solid #20b759;
  border-radius: 8px;
  padding: 7px 18px 7px 14px;
  box-shadow: 0 0 16px rgba(243, 219, 25, 0.35),
              0 4px 14px rgba(0, 0, 0, 0.3),
              inset 0 0 10px rgba(32, 183, 89, 0.25);
  transform: skewX(-6deg);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.brand:hover .brand-badge {
  border-color: #fff052;
  box-shadow: 0 0 22px rgba(255, 208, 0, 0.6),
              0 6px 20px rgba(0, 0, 0, 0.35),
              inset 0 0 14px rgba(32, 183, 89, 0.4);
}

.brand-icon-wrap {
  transform: skewX(6deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: radial-gradient(circle, #253327 0%, #101512 100%);
  border: 1px solid rgba(255, 208, 0, 0.5);
  box-shadow: 0 0 8px rgba(243, 219, 25, 0.25), inset 0 0 6px rgba(32, 183, 89, 0.3);
  flex-shrink: 0;
}

.brand-icon-wrap i {
  font-size: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fff75a 25%, #ffd000 65%, #e69100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 6px rgba(243, 219, 25, 0.7));
}

.brand-text-group {
  display: flex !important;
  flex-direction: column;
  transform: skewX(6deg);
  line-height: 1;
  user-select: none;
}

.brand-name {
  display: block !important;
  font-family: var(--heading);
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 0%, #fff75a 25%, #ffd000 55%, #e68e00 85%, #ffd428 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 #181300) drop-shadow(0 0 10px rgba(243, 219, 25, 0.5));
  white-space: nowrap;
}

.brand-time {
  display: block !important;
  font-family: var(--heading);
  font-size: 21px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 0%, #e8eeea 28%, #8a9891 55%, #4f5a54 78%, #c4d4cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 #0d1610) drop-shadow(0 0 8px rgba(32, 183, 89, 0.45));
  white-space: nowrap;
  margin-top: 2px;
}

/* Menu Principal */
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  white-space: nowrap;
}

.main-nav a {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  padding: 10px 4px;
  letter-spacing: 0.2px;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: var(--green);
}

.main-nav .active {
  color: var(--green);
}

.main-nav .active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--yellow);
  border-radius: 2px;
}

.header-cta {
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta .fa-whatsapp {
  font-size: 20px;
}

.cta-text-full {
  display: inline;
}

.cta-text-short {
  display: none;
}

.menu-toggle {
  display: none;
  background: transparent;
  font-size: 24px;
  padding: 8px;
  color: var(--ink);
}

/* Hero Section */
.hero {
  position: relative;
  background: var(--black);
  color: #ffffff;
  overflow: hidden;
}

/* Full Hero Banner */
.hero-banner-section {
  position: relative;
  width: 100%;
  background: #0c0f0d;
  overflow: hidden;
  line-height: 0;
  display: block;
}

.hero-banner-section::after {
  display: none !important;
}

.hero-banner-link {
  display: block;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}

.hero-banner-picture {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
  margin: 0 auto;
}

.hero-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 74%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #101311 0%, #101311fa 30%, #101311d9 46%, #10131136 72%, #1013111a 100%),
              linear-gradient(0deg, #101311d9 0%, transparent 37%);
}

.hero:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 5px;
  background: var(--yellow);
  transform: skew(-35deg);
}

.hero-inner {
  position: relative;
  min-height: 610px;
  padding-top: 55px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: 630px;
  max-width: 62%;
}

.hero-eyebrow {
  font-size: 12px;
  color: #dfE5d8;
  letter-spacing: 2px;
  font-weight: 700;
}

.hero-eyebrow:before {
  display: none;
}

h1 {
  font-size: 74px;
  line-height: 1.02;
  letter-spacing: -0.5px;
  font-weight: 800;
  margin: 8px 0 22px;
}

.outline-text {
  color: transparent;
  -webkit-text-stroke: 1.5px #b2bab0;
}

.hero-copy > p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #c9ceca;
  max-width: 480px;
}

.hero-copy > p strong {
  color: #ffffff;
  font-weight: 600;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.hero-tags span {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #e2e7df;
  background: rgba(255, 255, 255, 0.05);
}

.hero-tags i {
  color: var(--yellow);
  margin-right: 6px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.hero-actions .button-large {
  font-size: 14.5px;
  padding: 16px 24px;
}

.hero-actions .button-outline {
  font-size: 14px;
  padding: 16px 22px;
}

.hero-phones {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  font-size: 15.5px;
  font-weight: 600;
  color: #d6dccc;
  letter-spacing: 0.5px;
}

.hero-phones a:hover {
  color: var(--yellow);
}

.hero-phones > span {
  height: 14px;
  width: 1px;
  background: #535b51;
}

.hero-photo-label {
  position: absolute;
  right: 0;
  bottom: 66px;
  background: rgba(18, 23, 19, 0.88);
  backdrop-filter: blur(8px);
  padding: 18px 22px;
  display: flex;
  gap: 15px;
  align-items: center;
  border-left: 3px solid var(--yellow);
  border-radius: 0 4px 4px 0;
}

.label-icon {
  font-size: 28px;
  color: var(--yellow);
}

.hero-photo-label small {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #cbd3c7;
  display: block;
}

.hero-photo-label strong {
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 600;
}

.label-line {
  height: 30px;
  width: 3px;
  background: var(--yellow);
  transform: skew(-20deg);
  margin-left: 15px;
  box-shadow: 6px 0 0 rgba(243, 219, 25, 0.3), 12px 0 0 rgba(243, 219, 25, 0.15);
}

.hero-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  background: rgba(16, 19, 17, 0.6);
}

.hero-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #c9cfc4;
}

.hero-bottom b {
  color: var(--yellow);
  margin: 0 14px;
}

.hero-bottom i {
  color: var(--yellow);
  margin-left: 14px;
}

/* Trust Strip */
.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 34px 0;
}

.trust-grid article {
  display: flex;
  gap: 16px;
  padding: 4px 24px;
  border-right: 1px solid var(--line);
  align-items: center;
}

.trust-grid article:first-child {
  padding-left: 0;
}

.trust-grid article:last-child {
  border: 0;
  padding-right: 0;
}

.trust-grid article > i {
  font-size: 28px;
  color: #6a7940;
}

.trust-grid h3 {
  font-size: 21px;
  margin-bottom: 5px;
  color: var(--ink);
}

.trust-grid p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Layout Two Columns */
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

/* About Section */
.about-visual {
  position: relative;
  padding-right: 20px;
  padding-bottom: 25px;
}

.photo-frame {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.photo-frame img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.photo-frame:after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -80px 80px -70px #000;
}

.about-visual:before {
  position: absolute;
  content: '';
  left: -10px;
  top: -10px;
  height: 120px;
  width: 120px;
  border-left: 3px solid var(--yellow);
  border-top: 3px solid var(--yellow);
  border-radius: 10px 0 0;
}

.hours-stamp {
  position: absolute;
  right: -4px;
  bottom: 50px;
  background: var(--yellow);
  color: var(--ink);
  border: 6px solid #ffffff;
  border-radius: 8px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hours-stamp strong {
  font-family: var(--heading);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}

.hours-stamp strong span {
  font-size: 36px;
}

.hours-stamp > span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.6;
}

.photo-caption {
  position: absolute;
  left: 8px;
  bottom: -4px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #636b5c;
  font-weight: 600;
}

.photo-caption > span {
  width: 18px;
  height: 2px;
  background: var(--green);
}

.about-copy h2 {
  margin-bottom: 22px;
}

.about-copy p {
  margin-bottom: 16px;
  font-size: 15.5px;
  line-height: 1.75;
}

.about-checks {
  display: flex;
  gap: 24px;
  font-size: 14.5px;
  font-weight: 600;
  margin: 22px 0 24px;
  color: var(--ink);
}

.about-checks i {
  color: var(--green);
  margin-right: 6px;
  font-size: 15px;
}

.small-callout {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--ink);
  margin-bottom: 16px;
}

/* Services Section */
.services {
  background: var(--paper);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 38px;
  gap: 30px;
}

.section-heading p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 4px;
}

.section-heading .eyebrow {
  margin-bottom: 12px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #e3e7df;
  border-radius: 8px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(15, 37, 18, 0.1);
}

.service-card > img, .service-art {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.service-card > img {
  object-position: center 47%;
}

.service-content {
  position: relative;
  padding: 32px 26px 24px;
}

.service-icon {
  position: absolute;
  top: -24px;
  left: 26px;
  width: 48px;
  height: 48px;
  background: var(--yellow);
  border: 4px solid #ffffff;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 18px;
  color: var(--ink);
}

.service-number {
  position: absolute;
  right: 24px;
  top: 12px;
  font-family: var(--heading);
  color: #b7bdb5;
  font-size: 28px;
}

.service-content h3 {
  font-size: 24px;
  margin: 10px 0 12px;
  color: var(--ink);
}

.service-content p {
  font-size: 14.5px;
  min-height: 65px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.service-content > a {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #147a3a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.service-content > a:hover {
  color: #084e22;
}

.service-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: repeating-linear-gradient(130deg, transparent 0 45px, rgba(255, 255, 255, 0.03) 46px 47px),
              radial-gradient(ellipse at center, #343e31, #171b18);
  color: var(--yellow);
}

.service-art > i {
  font-size: 64px;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.35));
}

.service-art > span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #c6ccbd;
}

.accident-art {
  background: repeating-linear-gradient(130deg, transparent 0 45px, rgba(255, 255, 255, 0.03) 46px 47px),
              radial-gradient(ellipse at center, #42402c, #1b1d18);
}

/* Emergency Banner */
.emergency {
  background: var(--black);
  color: #ffffff;
  border-block: 1px solid #393d29;
  position: relative;
  overflow: hidden;
  padding: 56px 0;
}

.emergency:after {
  content: '';
  position: absolute;
  right: 12%;
  top: -90px;
  width: 190px;
  height: 420px;
  transform: rotate(24deg);
  background: rgba(243, 219, 25, 0.03);
  border-inline: 1px solid rgba(243, 219, 25, 0.08);
  pointer-events: none;
}

.emergency-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 1;
}

.emergency .eyebrow {
  font-size: 12px;
  color: #d6ddce;
  margin-bottom: 12px;
}

.emergency .eyebrow:before {
  display: none;
}

.emergency h2 {
  font-size: 50px;
  margin-bottom: 10px;
}

.emergency p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.emergency small {
  font-size: 14px;
  color: #a2aba0;
  display: block;
  margin-top: 6px;
}

.emergency-actions > div {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #cdd4c6;
  margin-top: 16px;
}

.emergency-actions > div > span {
  color: #7b856e;
  margin: 0 10px;
}

/* Gallery Section */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.gallery-filters button {
  background: #f1f3ed;
  border: 1px solid #e2e6dc;
  color: #555d4d;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 6px;
  transition: all 0.2s;
}

.gallery-filters button.selected {
  background: var(--ink);
  color: #ffffff;
  border-color: var(--ink);
}

.gallery-filters button:hover {
  border-color: var(--ink);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gallery-item {
  position: relative;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  background: var(--black);
  height: 255px;
  color: #ffffff;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s, opacity 0.45s;
  opacity: 0.9;
}

.gallery-item:after {
  position: absolute;
  content: '';
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 18, 15, 0.9), transparent 65%);
  pointer-events: none;
}

.gallery-item:hover img {
  transform: scale(1.06);
  opacity: 1;
}

.gallery-item > span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.gallery-item small {
  display: block;
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 4px;
}

.gallery-item strong {
  font-size: 21px;
  font-family: var(--heading);
  font-weight: 600;
}

.gallery-item > i {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  font-size: 12px;
  z-index: 1;
}

.gallery-contact {
  border: 1px solid #e3e8d8;
  background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(117, 134, 62, 0.03) 23px 24px), #f4f6ed;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  min-height: 255px;
}

.gallery-contact > i {
  font-size: 36px;
  color: var(--green);
  margin-bottom: 12px;
}

.gallery-contact h3 {
  font-size: 28px;
  color: var(--ink);
}

.gallery-contact p {
  font-size: 14.5px;
  margin: 8px 0 16px;
}

.gallery-contact > span {
  font-size: 13px;
  font-weight: 800;
  color: var(--green);
}

.gallery-contact > span i {
  margin-left: 10px;
}

.gallery-empty {
  padding: 35px;
  background: var(--paper);
  border-radius: 6px;
  font-size: 15px;
}

.gallery-empty a {
  color: var(--green);
  text-decoration: underline;
}

.videos-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 62px 0 25px;
}

.videos-heading .eyebrow {
  margin-bottom: 8px;
}

.videos-heading h3 {
  font-size: 32px;
}

.videos-heading p {
  font-size: 15px;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.video-grid figure {
  background: #f3f5ef;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.video-grid video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  background: radial-gradient(ellipse, #30382c, #101311);
}

.video-grid figcaption {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
}

.video-grid figcaption span {
  margin-right: 8px;
  color: #79863a;
}

/* Help Section */
.help-section {
  background: var(--paper);
}

.center-heading {
  text-align: center;
  margin-bottom: 40px;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.help-grid article {
  background: #ffffff;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.help-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: #f4f4db;
  border-radius: 8px;
  color: #7d852b;
  font-size: 24px;
  margin-bottom: 22px;
}

.help-grid h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--ink);
}

.help-grid p {
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 24px;
  flex: 1;
}

.help-grid a {
  font-size: 13px;
  font-weight: 800;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--green);
}

.help-grid a .fa-arrow-right {
  margin-left: auto;
}

.help-grid a .fa-whatsapp {
  font-size: 18px;
}

.safety-note {
  text-align: center;
  font-size: 13px;
  margin-top: 26px;
  max-width: 820px;
  margin-inline: auto;
  color: #6c7365;
}

.safety-note i {
  margin-right: 6px;
}

/* Reviews Section */
.reviews {
  position: relative;
  background: #fbfbf4;
  border-bottom: 1px solid #e7e9da;
}

.reviews-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}

.reviews-copy h2 {
  font-size: 52px;
  margin-bottom: 22px;
}

.reviews-copy p {
  font-size: 16px;
  max-width: 440px;
  margin-bottom: 28px;
  line-height: 1.75;
}

.google-card {
  border: 1px solid #e7e8d8;
  background: #ffffff;
  box-shadow: 0 15px 45px rgba(101, 102, 38, 0.06);
  border-radius: 12px;
  padding: 32px 36px 26px;
  text-align: center;
  position: relative;
}

.google-card:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 28px;
  right: 28px;
  height: 4px;
  background: var(--yellow);
  border-radius: 0 0 4px 4px;
}

.google-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #edf0e7;
  padding-bottom: 16px;
  gap: 10px;
}

.google-word {
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -1.5px;
  font-size: 28px;
  line-height: 1.3;
}

.google-word span:nth-child(1), .google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(2), .google-word span:nth-child(6) { color: #ea4335; }
.google-word span:nth-child(3) { color: #fbbc05; }
.google-word span:nth-child(5) { color: #34a853; }

.review-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #67725e;
}

.review-badge i {
  margin-right: 5px;
}

.review-symbol {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fbf8df;
  color: #9b8b20;
  font-size: 28px;
  margin: 24px auto 18px;
}

.google-card h3 {
  font-size: 26px;
}

.google-card p {
  font-size: 14.5px;
  line-height: 1.65;
  margin: 15px 0;
}

.google-card > a {
  font-size: 14px;
  font-weight: 700;
  color: #2e6b32;
}

.google-card > a i {
  margin-left: 9px;
}

.google-search-note {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #7b826e;
  margin-top: 18px;
}

/* Regions Section */
.regions .two-columns {
  align-items: start;
}

.regions h2 {
  font-size: 46px;
  margin-bottom: 22px;
}

.regions p {
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.region-tags span {
  font-size: 13px;
  font-weight: 600;
  background: #f1f4ec;
  border: 1px solid #e2e7db;
  border-radius: 5px;
  padding: 8px 14px;
  color: var(--ink);
}

.region-tags i {
  color: #556c2d;
  margin-right: 6px;
}

.coverage-card {
  background: #f5f6f1;
  border: 1px solid #e6e9df;
  border-radius: 10px;
  padding: 34px;
}

.coverage-card > .eyebrow {
  font-size: 12px;
}

.coverage-card ol {
  list-style: none;
  padding: 0;
  margin: 14px 0 26px;
}

.coverage-card li {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.coverage-card li > span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #d8dfc8;
  border-radius: 50%;
  font-family: var(--heading);
  font-size: 22px;
  color: #6c784e;
}

.coverage-card h3 {
  font-size: 23px;
  margin: 2px 0 6px;
  color: var(--ink);
}

.coverage-card li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.coverage-footer {
  border-top: 1px solid #dfe5d4;
  padding-top: 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: #5c6845;
}

.coverage-footer i {
  margin-right: 8px;
}

/* Bairros de Santo André (Added) */
.bairros-wrapper {
  margin-top: 48px;
}

.bairros-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 36px 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.bairros-head .eyebrow {
  margin-bottom: 8px;
}

.bairros-head h3 {
  font-size: 28px;
  margin: 4px 0 10px;
  color: var(--ink);
}

.bairros-head p {
  font-size: 15px;
  margin-bottom: 24px;
  color: var(--muted);
}

.bairros-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.bairro-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--paper);
  border: 1px solid #e2e6de;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  transition: all 0.2s ease;
}

.bairro-pill:hover {
  background: #ffffff;
  border-color: var(--yellow);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.bairro-pill i {
  color: #148c44;
  font-size: 15px;
}

/* Location Box */
.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.location-visual {
  position: relative;
  min-height: 300px;
  background: #e8ede0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  isolation: isolate;
}

.map-grid {
  position: absolute;
  inset: -60px;
  z-index: -1;
  background: repeating-linear-gradient(32deg, transparent 0 74px, rgba(255, 255, 255, 0.5) 75px 82px, transparent 83px 150px),
              repeating-linear-gradient(123deg, transparent 0 60px, rgba(255, 255, 255, 0.5) 61px 67px, transparent 68px 140px);
  transform: rotate(-10deg);
  mask-image: radial-gradient(ellipse, black, transparent);
}

.map-pin {
  font-size: 44px;
  color: #55692f;
  filter: drop-shadow(0 8px 5px rgba(55, 69, 32, 0.2));
}

.location-visual strong {
  font-family: var(--heading);
  font-size: 34px;
  margin-top: 10px;
}

.location-visual strong span {
  color: #728455;
}

.location-label {
  font-size: 11.5px;
  letter-spacing: 2px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 14px;
  border-radius: 4px;
  margin-top: 6px;
}

.location-visual small {
  font-size: 11px;
  position: absolute;
  bottom: 14px;
  color: #5d6a49;
  padding-inline: 14px;
}

.location-copy {
  padding: 40px 44px;
}

.location-copy .eyebrow {
  font-size: 12px;
}

.location-copy h3 {
  font-size: 28px;
  margin-bottom: 16px;
  color: var(--ink);
}

.location-copy p {
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.location-copy .button {
  font-size: 13.5px;
  min-height: 48px;
}

.location-visual iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Instagram Section */
.instagram-section {
  background: #f2f4ed;
  border-block: 1px solid var(--line);
  padding: 45px 0;
}

.instagram-inner {
  display: flex;
  align-items: center;
  gap: 26px;
}

.instagram-icon {
  width: 72px;
  height: 72px;
  border: 1px solid #d9dfd0;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 36px;
  background: #ffffff;
  color: #586845;
  flex-shrink: 0;
}

.instagram-inner .eyebrow {
  font-size: 12px;
  margin-bottom: 6px;
}

.instagram-inner .eyebrow:before {
  display: none;
}

.instagram-inner h2 {
  font-size: 34px;
}

.instagram-inner p {
  font-size: 14.5px;
  margin-top: 8px;
}

.instagram-inner .button {
  margin-left: auto;
  font-size: 13.5px;
}

/* Final CTA */
.final-cta {
  position: relative;
  text-align: center;
  background: radial-gradient(ellipse at 50% 100%, #2d321b 0%, #101311 60%);
  color: #ffffff;
  padding: 76px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.final-cta:before, .final-cta:after {
  content: '';
  position: absolute;
  top: -30%;
  bottom: -30%;
  width: 170px;
  border-inline: 1px solid rgba(243, 219, 25, 0.08);
  background: rgba(243, 219, 25, 0.02);
  transform: rotate(25deg);
  pointer-events: none;
}

.final-cta:before { left: 6%; }
.final-cta:after { right: 6%; }

.final-cta .container {
  position: relative;
  z-index: 1;
}

.final-cta .eyebrow {
  font-size: 12px;
  color: #cbd3bd;
}

.final-cta .eyebrow:before {
  display: none;
}

.final-cta h2 {
  font-size: 64px;
  line-height: 1.02;
}

.final-cta p {
  font-size: 16.5px;
  color: #b4bea9;
  margin: 18px 0 28px;
}

.final-phones {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 700;
  margin: 22px 0 10px;
}

.final-phones a:hover {
  color: var(--yellow);
}

.final-cta small {
  font-size: 13px;
  color: #9ca690;
}

.final-cta small span {
  color: var(--yellow);
  margin: 0 8px;
}

/* Contact Section */
.contact-section {
  padding: 56px 0;
  background: #171b17;
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 45px;
  align-items: center;
}

.contact-grid .eyebrow {
  font-size: 12px;
  margin-bottom: 10px;
  color: #a6b299;
}

.contact-grid h2 {
  font-size: 32px;
}

.contact-grid > a {
  display: flex;
  gap: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 35px;
  align-items: center;
  transition: transform 0.2s;
}

.contact-grid > a:hover {
  transform: translateX(4px);
}

.contact-grid > a > i {
  font-size: 36px;
  color: #6ba55c;
}

.contact-grid small {
  font-size: 11.5px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #a6b299;
  display: block;
}

.contact-grid strong {
  font-family: var(--heading);
  font-size: 28px;
  line-height: 1.5;
  display: block;
  color: #ffffff;
}

.contact-grid em {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #c4d1b5;
}

/* Footer */
.footer {
  background: #0b0e0b;
  color: #a1aa9a;
}

.footer-main {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-main img {
  width: 140px;
  height: auto;
}

.footer-main p {
  font-size: 14px;
  line-height: 1.65;
  color: #929d89;
}

.footer-main p strong {
  font-weight: 600;
  color: #bcc5b4;
}

.footer-main nav {
  margin-left: auto;
  display: flex;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}

.footer-main nav a:hover {
  color: #ffffff;
}

.footer-main nav i {
  font-size: 22px;
  color: #c3cdb8;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: #7b8673;
}

.footer-bottom > span:last-child {
  font-size: 12px;
  letter-spacing: 0.8px;
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--green);
  color: #ffffff;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 30px;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: transform 0.2s;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
}

.floating-whatsapp > i {
  font-size: 26px;
}

.floating-whatsapp > span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.mobile-label, .mobile-contact-bar {
  display: none;
}

/* Lightbox */
.lightbox {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: #101311;
  color: #ffffff;
  padding: 45px 60px 25px;
  max-width: 1100px;
  width: 92vw;
  max-height: 94dvh;
  overflow: auto;
}

.lightbox::backdrop {
  background: rgba(5, 9, 5, 0.93);
  backdrop-filter: blur(7px);
}

.lightbox figure {
  margin: 0;
}

.lightbox figure img {
  max-height: 72dvh;
  width: 100%;
  object-fit: contain;
}

.lightbox figcaption {
  text-align: center;
  padding-top: 16px;
  font-size: 15px;
}

.lightbox button {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.lightbox #lightbox-close {
  position: absolute;
  right: 12px;
  top: 10px;
}

.lightbox-arrow {
  position: absolute;
  top: 48%;
}

.lightbox-arrow.prev { left: 12px; }
.lightbox-arrow.next { right: 12px; }

/* Reveal Animations */
.reveal {
  transition: opacity 0.6s, transform 0.6s;
}

.reveal.is-pending {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ============================================================ */

/* Extra Large Screens */
@media (min-width: 1500px) {
  .container {
    width: min(1320px, calc(100% - 100px));
  }
  .brand img {
    height: 102px;
  }
  .main-nav {
    gap: 30px;
  }
  .main-nav a {
    font-size: 16px;
  }
  .header-cta {
    font-size: 13.5px;
  }
  .hero-inner {
    min-height: 680px;
  }
  .hero-copy {
    width: 680px;
  }
  h1 {
    font-size: 86px;
  }
  .hero-copy > p {
    font-size: 18px;
    max-width: 500px;
  }
}

/* Laptop / Medium Desktop */
@media (max-width: 1180px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    gap: 18px;
  }
  .brand img {
    height: 86px;
  }
  .main-nav {
    gap: 16px;
  }
  .main-nav a {
    font-size: 14.5px;
  }
  .header-cta {
    font-size: 12.5px;
    padding: 11px 16px;
  }
  h1 {
    font-size: 68px;
  }
  .two-columns {
    gap: 45px;
  }
  .trust-grid article {
    padding-inline: 16px;
  }
  .trust-grid h3 {
    font-size: 19px;
  }
  .bairros-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablets and below (Switch to mobile drawer) */
@media (max-width: 950px) {
  .header-inner {
    min-height: 90px;
    height: 90px;
  }
  .brand img {
    height: 76px;
  }
  .brand-badge {
    padding: 6px 14px 6px 10px;
    gap: 10px;
  }
  .brand-icon-wrap {
    width: 34px;
    height: 34px;
  }
  .brand-icon-wrap i {
    font-size: 16px;
  }
  .brand-name {
    font-size: 21px;
  }
  .brand-time {
    font-size: 17px;
    letter-spacing: 2.5px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 16px 24px 24px;
    border-top: 1px solid var(--line);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    white-space: normal;
  }
  .main-nav.open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .main-nav a {
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 6px;
  }
  .main-nav a:hover {
    background: var(--paper);
  }
  .main-nav .active:after {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .header-cta {
    margin-left: auto;
    font-size: 12px;
    padding: 10px 15px;
  }
  .hero-inner {
    min-height: 560px;
  }
  .hero-copy {
    max-width: 78%;
  }
  .hero-photo {
    width: 100%;
  }
  .hero-overlay {
    background: linear-gradient(90deg, #101311fa, #101311d9 45%, #10131155),
                linear-gradient(0deg, #101311a6, transparent);
  }
  .hero-photo-label {
    display: none;
  }
  h2 {
    font-size: 42px;
  }
  .two-columns {
    gap: 35px;
  }
  .services-grid {
    gap: 18px;
  }
  .bairros-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-grid {
    gap: 24px;
  }
  .contact-grid strong {
    font-size: 24px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
}

/* Mobile Devices */
@media (max-width: 700px) {
  html {
    scroll-padding-top: 92px;
  }
  body {
    font-size: 15px;
    padding-bottom: 66px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .section {
    padding: 64px 0;
  }
  h1 {
    font-size: 54px;
    line-height: 1.04;
  }
  h2 {
    font-size: 38px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .topbar {
    padding: 6px 0;
  }
  .topbar .container {
    height: auto;
    min-height: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 12px;
    font-size: 11px;
    text-align: center;
    line-height: 1.35;
  }
  .topbar-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .topbar-phone {
    display: inline-flex !important;
    background: rgba(243, 219, 25, 0.12);
    border: 1px solid rgba(243, 219, 25, 0.35);
    border-radius: 20px;
    padding: 2px 9px;
    color: #ffffff;
    font-weight: 700;
  }
  .topbar-phone i {
    font-size: 10px;
    margin-right: 5px;
  }
  .topbar-phone:hover {
    background: rgba(243, 219, 25, 0.25);
    color: var(--yellow);
  }
  .header-inner {
    min-height: 80px;
    height: 80px;
    gap: 10px;
  }
  .brand img {
    height: 66px;
  }
  .brand-badge {
    padding: 5px 10px 5px 8px;
    gap: 8px;
    border-width: 1.5px;
    border-radius: 6px;
  }
  .brand-icon-wrap {
    width: 28px;
    height: 28px;
    border-radius: 4px;
  }
  .brand-icon-wrap i {
    font-size: 14px;
  }
  .brand-name {
    font-size: 17px;
  }
  .brand-time {
    font-size: 13.5px;
    letter-spacing: 1.8px;
  }
  .header-cta {
    padding: 10px 14px;
    min-height: 42px;
    font-size: 13px;
    gap: 7px;
  }
  .header-cta .fa-whatsapp {
    font-size: 19px;
  }
  .cta-text-full {
    display: none;
  }
  .cta-text-short {
    display: inline;
    font-size: 13px;
    font-weight: 800;
  }
  .menu-toggle {
    padding: 6px;
    font-size: 22px;
  }
  .hero-inner {
    padding-top: 36px;
    padding-bottom: 32px;
    min-height: 560px;
    align-items: flex-start;
  }
  .hero-copy {
    max-width: 100%;
    width: 100%;
  }
  .hero-photo {
    opacity: 0.6;
  }
  .hero-copy > p {
    font-size: 15px;
    max-width: 380px;
  }
  .hero-tags span {
    font-size: 11.5px;
    padding: 6px 10px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-actions .button-large {
    width: 100%;
    min-height: 56px;
    font-size: 13.5px;
  }
  .hero-actions .button-outline {
    width: 100%;
    min-height: 48px;
    font-size: 13px;
  }
  .hero-phones {
    justify-content: center;
    font-size: 14px;
    margin-top: 16px;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
    padding: 14px 0;
    gap: 0;
  }
  .trust-grid article {
    padding: 16px 8px 16px 0;
    gap: 12px;
    border: none;
    align-items: flex-start;
  }
  .trust-grid article:nth-child(even) {
    padding-left: 14px;
    border-left: 1px solid var(--line);
  }
  .trust-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .trust-grid h3 {
    font-size: 18px;
  }
  .trust-grid p {
    font-size: 13px;
  }
  .two-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .photo-frame img {
    height: 300px;
  }
  .hours-stamp {
    right: 0;
    bottom: 40px;
    padding: 14px 16px;
  }
  .hours-stamp strong {
    font-size: 52px;
  }
  .hours-stamp strong span {
    font-size: 28px;
  }
  .hours-stamp > span {
    font-size: 11px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .emergency {
    padding: 44px 0;
  }
  .emergency-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
  }
  .emergency h2 {
    font-size: 42px;
  }
  .emergency p {
    font-size: 16px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .help-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .reviews-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .bairros-card {
    padding: 24px 18px;
  }
  .bairros-head h3 {
    font-size: 24px;
  }
  .bairros-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .bairro-pill {
    padding: 12px 12px;
    font-size: 13px;
  }
  .location {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .location-copy {
    padding: 28px 22px;
  }
  .location-copy h3 {
    font-size: 26px;
  }
  .instagram-inner {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 15px;
  }
  .instagram-icon {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
  .instagram-inner .button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px;
  }
  .final-cta h2 {
    font-size: 48px;
  }
  .final-phones {
    font-size: 24px;
    gap: 16px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .contact-grid > a {
    padding-left: 18px;
  }
  .footer-main {
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer-main nav {
    margin-left: 0;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
  }
  .floating-whatsapp {
    bottom: 76px;
    right: 14px;
    min-height: 46px;
    padding: 10px 16px;
  }
  .floating-whatsapp .desktop-label {
    display: none;
  }
  .floating-whatsapp .mobile-label {
    display: inline;
  }
  .mobile-contact-bar {
    display: grid;
    grid-template-columns: 35% 65%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: #ffffff;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 -3px 18px rgba(0, 0, 0, 0.12);
    gap: 8px;
  }
  .mobile-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 6px;
  }
  .mobile-contact-bar a:first-child {
    background: #edf0e8;
    color: var(--ink);
  }
  .mobile-contact-bar a:last-child {
    background: var(--green);
    color: #ffffff;
  }
}

/* Small Screens */
@media (max-width: 440px) {
  .bairros-grid {
    grid-template-columns: 1fr;
  }
  .main-nav.open {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 46px;
  }
  .brand img {
    height: 58px;
  }
  .brand-badge {
    padding: 4px 8px;
    gap: 6px;
  }
  .brand-icon-wrap {
    display: none;
  }
  .brand-name {
    font-size: 15px;
  }
  .brand-time {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .header-cta {
    font-size: 10.5px;
    padding: 8px 10px;
  }
  .topbar {
    padding: 5px 0;
  }
  .topbar .container {
    gap: 3px 8px;
    font-size: 10.5px;
  }
  .topbar-phone {
    padding: 1px 8px;
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal.is-pending {
    opacity: 1;
    transform: none;
  }
}
