:root {
  --red: #c61c22;
  --yellow: #f2c230;
  --ink: #1d1f24;
  --sand: #efe6da;
  --cream: #f7f2ea;
  --gray-900: #24262d;
  --gray-700: #3c3f48;
  --gray-500: #5a606a;
  --gray-400: #6f7782;
  --white: #ffffff;
  --font-primary: "Inter", Arial, Helvetica, sans-serif;
  --font-heading: "Montserrat", "Inter", Arial, Helvetica, sans-serif;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(29, 31, 36, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-primary);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 92px; /* Compensa header fixo ao clicar em âncoras */
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

iframe {
  max-width: 100%;
}

.container {
  width: min(1140px, 90%);
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
}

.section {
  padding: 80px 0;
  border-top: 1px solid rgba(29, 31, 36, 0.08);
  scroll-margin-top: 92px; /* Compensa header fixo */
}

.section-alt {
  background: var(--sand);
}

.section-shell {
  background: linear-gradient(120deg, rgba(242, 194, 48, 0.25), rgba(198, 28, 34, 0.12));
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  letter-spacing: 0.4px;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 16px;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.section-lead {
  max-width: 720px;
  color: var(--gray-500);
  margin-bottom: 36px;
}

.section h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: var(--red);
  border-radius: 999px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(247, 242, 234, 0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(198, 28, 34, 0.2);
  box-shadow: 0 2px 8px rgba(29, 31, 36, 0.06);
}

main {
  padding-top: 72px; /* Compensa a altura do header fixo */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
}

.main-nav {
  display: flex;
  gap: 12px;
}

.main-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--gray-700);
  transition: all 0.25s ease;
  padding: 8px 14px;
  border-radius: 6px;
  position: relative;
}

.main-nav a:hover,
.main-nav a.active {
  background: var(--red);
  color: var(--white);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  max-width: 100%;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-primary {
  background: var(--yellow);
  color: #1a1a1a;
}

.btn-secondary {
  background: var(--red);
  color: var(--white);
}

.btn-outline {
  border: 2px solid var(--red);
  color: var(--red);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--ink);
}

.hero {
  padding: 30px 0 32px;
  position: relative;
  color: var(--white);
  background: linear-gradient(120deg, rgba(10, 10, 12, 0.82), rgba(10, 10, 12, 0.35)),
    url("../img/hero.jpg") center/cover no-repeat;
  margin-top: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 10, 12, 0.5), rgba(10, 10, 12, 0.3));
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 2500px;
  background: rgba(12, 12, 14, 0.2);
  padding: 40px 30px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 48px rgba(7, 7, 8, 0.35);
  backdrop-filter: blur(8px);
}

.hero-copy h1 {
  line-height: 1.05;
}

.hero-media {
  position: relative;
}

.hero-media::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 120px;
  height: 120px;
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(242, 194, 48, 0.65), rgba(198, 28, 34, 0.4));
  z-index: -1;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.badge {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.badge-shell {
  background: rgba(242, 194, 48, 0.35);
  color: #2b1f00;
}

.lead {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 24px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.trust-list {
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
}

.hero-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: clamp(240px, 36vw, 360px);
  object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.9);
}

.hero-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.logo-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 16px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  box-shadow: 0 12px 22px rgba(7, 7, 8, 0.25);
}

.logo-card span {
  color: #1c1c1c;
  font-weight: 600;
}

.hero .btn-outline {
  border-color: var(--yellow);
  color: var(--yellow);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card {
  background: var(--white);
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(29, 31, 36, 0.08);
  min-height: 160px;
}

.card p {
  color: var(--gray-500);
}

.lists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.list-card {
  background: var(--white);
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(29, 31, 36, 0.08);
}

.list-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--gray-500);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-bottom: 48px;
}

.service-card {
  background: var(--white);
  padding: 32px 24px;
  border-radius: var(--radius);
  border: 2px solid rgba(198, 28, 34, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  border-color: var(--red);
  box-shadow: 0 12px 32px rgba(198, 28, 34, 0.15);
  transform: translateY(-4px);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  text-align: center;
}

.service-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
}

.service-card > p {
  color: var(--gray-500);
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.service-list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.service-list li {
  color: var(--gray-500);
  font-size: 0.9rem;
  padding-left: 20px;
  position: relative;
}

.service-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: bold;
}

.btn-cta {
  padding: 12px 20px !important;
  background: var(--red) !important;
  color: var(--white) !important;
  text-align: center;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
}

.btn-cta:hover {
  background: #a81820 !important;
  box-shadow: 0 6px 16px rgba(198, 28, 34, 0.25);
}

.services-highlight {
  background: linear-gradient(135deg, rgba(242, 194, 48, 0.08) 0%, rgba(198, 28, 34, 0.08) 100%);
  padding: 40px;
  border-radius: var(--radius);
  border: 1px solid rgba(198, 28, 34, 0.1);
}

.services-highlight h3 {
  text-align: center;
  margin-bottom: 32px;
}

.highlight-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.highlight-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.highlight-item p {
  color: var(--gray-500);
  font-size: 0.9rem;
}

.shell-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.shell-card {
  background: var(--white);
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(29, 31, 36, 0.12);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.shell-card img {
  margin: 0 auto 10px;
}

.highlight-list {
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--gray-500);
  margin: 16px 0 24px;
}

.shell-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.text-link {
  color: var(--red);
  font-weight: 600;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chips span {
  border: 1px solid rgba(29, 31, 36, 0.12);
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--gray-500);
  background: var(--white);
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.address {
  margin-bottom: 8px;
  line-height: 1.6;
  color: var(--gray-600);
}

.address strong {
  font-size: 1.2rem;
  color: var(--ink);
  display: block;
  margin-bottom: 8px;
}

.location-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detail-item {
  display: flex;
  gap: 16px;
  align-items: start;
}

.detail-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.detail-item strong {
  display: block;
  color: var(--ink);
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.detail-item p {
  color: var(--gray-600);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.detail-item a {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}

.detail-item a:hover {
  text-decoration: underline;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Responsive Map Wrapper */
.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(29, 31, 36, 0.12);
  box-sizing: border-box;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Conveniência Cards */
.convenience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.convenience-card {
  background: var(--white);
  padding: 32px 24px;
  border: 2px solid rgba(198, 28, 34, 0.1);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.convenience-card:hover {
  border-color: var(--red);
  box-shadow: 0 12px 32px rgba(198, 28, 34, 0.15);
  transform: translateY(-4px);
}

.convenience-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  text-align: center;
}

.convenience-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
}

.convenience-card p {
  color: var(--gray-500);
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.convenience-list {
  list-style: none;
  flex: 1;
  margin-bottom: 20px;
}

.convenience-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: var(--gray-600);
  line-height: 1.5;
}

.convenience-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--red);
  font-size: 0.8rem;
}

.btn-cta {
  padding: 12px 20px;
  background: var(--red);
  color: var(--white);
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  max-width: 100%;
}

.btn-cta:hover {
  background: #a81820;
  box-shadow: 0 6px 16px rgba(198, 28, 34, 0.25);
}

/* Reviews Carousel */
.reviews-carousel {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(29, 31, 36, 0.12);
}

.reviews-carousel h3 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.4rem;
  color: var(--ink);
}

.carousel-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(242, 194, 48, 0.05) 0%, rgba(198, 28, 34, 0.05) 100%);
  border-radius: var(--radius);
  padding: 32px 24px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.review-slide {
  flex: 0 0 100%;
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.review-slide.active {
  opacity: 1;
}

.review-content {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

.review-header strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.review-rating {
  color: #ffc107;
  font-size: 0.9rem;
  white-space: nowrap;
}

.review-text {
  color: var(--gray-600);
  line-height: 1.7;
  font-size: 0.95rem;
  font-style: italic;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(198, 28, 34, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--red);
  transform: scale(1.2);
}

/* Distances Info */
.distances-info {
  margin-top: 48px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(242, 194, 48, 0.06) 0%, rgba(198, 28, 34, 0.06) 100%);
  border-radius: var(--radius);
  border: 1px solid rgba(198, 28, 34, 0.1);
}

.distances-info h3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.3rem;
  color: var(--ink);
}

.distances-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.distance-item {
  background: var(--white);
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(29, 31, 36, 0.08);
  transition: all 0.3s ease;
}

.distance-item:hover {
  border-color: var(--red);
  box-shadow: 0 6px 16px rgba(198, 28, 34, 0.12);
  transform: translateY(-2px);
}

.distance-item strong {
  display: block;
  color: var(--ink);
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.distance-item p {
  color: var(--gray-600);
  font-size: 0.9rem;
  margin: 0;
}

.distances-note {
  background: rgba(198, 28, 34, 0.05);
  padding: 16px 20px;
  border-radius: 10px;
  border-left: 4px solid var(--red);
  color: var(--gray-700);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 24px;
}

.distances-note strong {
  color: var(--red);
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.faq-grid details {
  background: var(--white);
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(29, 31, 36, 0.08);
  box-shadow: 0 8px 18px rgba(29, 31, 36, 0.06);
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 700;
}

#faq {
  background: #f3ece2;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.contact-list {
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--gray-500);
}

.contact-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: clamp(240px, 34vw, 340px);
  object-fit: cover;
}

.site-footer {
  background: #f1e8dd;
  padding: 48px 0 24px;
  border-top: 1px solid rgba(29, 31, 36, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.footer-col {
  color: var(--gray-500);
}

.footer-col p {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-col h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: var(--ink);
}

.footer-info img {
  margin-bottom: 16px;
}

.footer-address {
  font-size: 0.9rem;
  color: #6f7782;
  margin-top: 20px;
}

.footer-contact a {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-nav {
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer-nav a {
  color: var(--gray-500);
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-nav a:hover {
  color: var(--red);
}

.footer-dev {
  text-align: left;
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(29, 31, 36, 0.08);
  text-align: center;
  color: var(--gray-500);
  font-size: 0.9rem;
}

.ssl-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(46, 204, 113, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ssl-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 204, 113, 0.35);
}

.ssl-icon {
  width: 24px;
  height: 24px;
  color: #ffffff;
  flex-shrink: 0;
}

.ssl-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #ffffff;
  line-height: 1.3;
}

.ssl-text strong {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.ssl-text small {
  font-size: 0.75rem;
  opacity: 0.9;
  font-weight: 400;
}

.logo-main {
  width: 170px;
  height: auto;
}

.logo-shell {
  width: 78px;
  height: auto;
  object-fit: contain;
}

.logo-dev {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.logo-dev-footer {
  width: 150px;
  height: auto;
  object-fit: contain;
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}

.footer-dev-inline {
  display: inline;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 90%;
    max-width: 100vw;
  }

  .section {
    overflow-x: hidden;
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
  }

  .map-wrapper {
    padding-bottom: 70%; /* Ajuste para telas menores */
    width: 100%;
  }

  .detail-item {
    gap: 12px;
    width: 100%;
  }

  .detail-icon {
    font-size: 1.5rem;
  }

  .distances-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
  }

  .distances-info {
    padding: 24px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .convenience-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }

  .carousel-container {
    padding: 24px 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .review-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-text {
    font-size: 0.9rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .main-nav {
    position: absolute;
    top: 72px;
    right: 4%;
    left: 4%;
    background: linear-gradient(135deg, rgba(247, 242, 234, 0.98) 0%, rgba(239, 230, 218, 0.98) 100%);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 20px 24px;
    border-radius: 20px;
    border: 2px solid rgba(198, 28, 34, 0.15);
    box-shadow: 0 8px 24px rgba(29, 31, 36, 0.15), 0 2px 8px rgba(198, 28, 34, 0.1);
    display: none;
    z-index: 999;
    animation: slideDown 0.3s ease-out;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .main-nav a {
    padding: 14px 16px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .main-nav a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(198, 28, 34, 0.1), transparent);
    transition: left 0.5s ease;
  }

  .main-nav a:hover::before {
    left: 100%;
  }

  .main-nav a:hover {
    background: rgba(198, 28, 34, 0.08);
    color: var(--red);
    transform: translateX(4px);
  }

  .main-nav a.active {
    background: linear-gradient(135deg, var(--red), #a01519);
    color: white;
    box-shadow: 0 4px 12px rgba(198, 28, 34, 0.3);
  }

  body.nav-open .main-nav {
    display: flex;
  }

  .menu-toggle {
    display: flex;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.3s ease;
  }

  .menu-toggle:hover {
    background: rgba(198, 28, 34, 0.1);
  }

  .menu-toggle:active {
    transform: scale(0.95);
  }

  .ssl-badge {
    padding: 10px 14px;
    gap: 7px;
    margin-top: 14px;
  }

  .ssl-icon {
    width: 20px;
    height: 20px;
  }

  .ssl-text strong {
    font-size: 0.88rem;
  }

  .ssl-text small {
    font-size: 0.68rem;
  }
}

@media (max-width: 600px) {
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }

  * {
    max-width: 100%;
  }

  h1, h2, h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .container {
    width: 90%;
    padding: 0;
    max-width: 100vw;
    margin: 0 auto;
  }

  .section {
    padding: 40px 0;
    overflow-x: hidden;
    max-width: 100vw;
  }

  #localizacao {
    padding: 40px 0;
  }

  #localizacao .container {
    width: 88%;
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .location-info {
    gap: 16px;
    width: 100%;
    padding: 0;
  }

  .map-wrapper {
    padding-bottom: 65%; /* Aspecto otimizado para mobile */
    margin: 16px 0;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(29, 31, 36, 0.1);
    box-sizing: border-box;
  }

  .map-wrapper iframe {
    border-radius: 8px;
  }

  .location-details {
    gap: 16px;
    width: 100%;
  }

  .detail-item {
    gap: 12px;
    width: 100%;
  }

  .detail-icon {
    font-size: 1.4rem;
  }

  .detail-item strong {
    font-size: 0.9rem;
    word-wrap: break-word;
  }

  .detail-item p {
    font-size: 0.85rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .address {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .location-actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .location-actions .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 16px;
  }

  .distances-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .distances-info {
    padding: 16px 12px;
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .distances-info h3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }

  .distance-item {
    padding: 12px 14px;
    width: 100%;
    box-sizing: border-box;
  }

  .distance-item strong {
    font-size: 0.9rem;
    word-wrap: break-word;
  }

  .distance-item p {
    font-size: 0.85rem;
    word-wrap: break-word;
  }

  .distances-note {
    padding: 12px 14px;
    font-size: 0.85rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
  }

  .convenience-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .convenience-card {
    padding: 20px 14px;
    width: 100%;
    box-sizing: border-box;
  }

  .convenience-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }

  .carousel-container {
    padding: 16px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .review-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
  }

  .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .review-header strong {
    font-size: 0.95rem;
  }

  .review-text {
    font-size: 0.85rem;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .carousel-dots {
    gap: 6px;
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    padding: 0 20px;
  }

  .footer-col {
    text-align: left;
  }

  .footer-col h3 {
    text-align: left;
  }

  .footer-nav {
    text-align: left;
  }

  .logo-main {
    margin: 0;
  }

  .ssl-badge {
    margin-left: 0;
    margin-right: 0;
  }

  .cards-grid,
  .services-grid,
  .lists-grid,
  .faq-grid,
  .chips {
    width: 100%;
    box-sizing: border-box;
  }

  .card,
  .service-card,
  .list-card,
  .convenience-card {
    width: 100%;
    box-sizing: border-box;
  }

  .header-cta .btn {
    display: none;
  }

  main {
    padding-top: 70px; /* Ajuste para mobile */
  }

  .hero {
    padding-top: 20px; /* Reduzido porque main já tem padding-top */
  }

  .ssl-badge {
    padding: 8px 12px;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 6px;
  }

  .ssl-icon {
    width: 18px;
    height: 18px;
  }

  .ssl-text {
    gap: 1px;
  }

  .ssl-text strong {
    font-size: 0.8rem;
    letter-spacing: 0.2px;
  }

  .ssl-text small {
    font-size: 0.65rem;
  }

  .footer-bottom {
    font-size: 0.8rem;
    text-align: left;
    padding: 0 20px;
  }

  .footer-bottom p {
    text-align: left;
  }

  .footer-nav a {
    text-align: left;
    display: block;
  }

  .footer-dev-inline {
    display: block;
    margin-top: 8px;
  }
}
