@media (max-width: 600px) {
  .services-content {
    text-align: left;
    padding-left: 12px;
    padding-right: 8px;
  }
  .services-list {
    text-align: left;
    padding-left: 18px;
    margin-left: 0;
  }
  .services-list li {
    text-align: left;
  }
  /* Ajuste geral para evitar overflow horizontal */
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  main, section, .about-section, .services-section, .area-atendimento-section, .contato-section {
    width: 100vw;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Ajuste do menu fixo para não sobrepor conteúdo */
  header {
    padding: 4px 8px;
    min-height: 54px;
  }
  .nav-drawer {
    width: 100vw;
    padding-top: 54px;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .nav-drawer .nav-list li a {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  /* Hero */
  .hero {
    min-height: 60vh;
  }
  /* Botão WhatsApp fixo */
  .whatsapp {
    right: 10px;
    bottom: 10px;
    padding: 12px 16px;
    font-size: 18px;
    z-index: 1200;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18);
  }
  .whatsapp img {
    height: 22px;
  }
  /* Rodapé */
  footer.site-footer {
    font-size: 13px;
    padding: 12px 2px 8px 2px;
    line-height: 1.3;
  }
  /* Ajuste para evitar sobreposição do botão WhatsApp com o rodapé */
  body {
    padding-bottom: 70px;
  }
}
/* Botão flutuante Solicite Orçamento */
 .floating-orcamento-btn {
  left: auto !important;
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  background: var(--prime-green) !important;
  color: var(--prime-white) !important;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  animation: pulse 2s infinite;
  z-index: 10000;
  transition: transform 0.3s;
}
.floating-orcamento-btn:hover {
  transform: scale(1.1);
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
  body {
    padding-top: 72px;
  }
  .logo {
    position: absolute;
    top: 8px;
    left: 0;
    max-width: 100vw;
    max-height: 260px;
    width: auto;
    height: auto;
    object-fit: contain;
    aspect-ratio: 11/3;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.18));
    image-rendering: auto;
    background: none;
    border-radius: 0;
    padding: 0;
    box-sizing: content-box;
    z-index: 1001;
    /* pointer-events: none; */
  }
  .hero {
    flex-direction: column;
    min-height: 70vh;
    padding: 0 8px;
  }
  .hero-content {
    flex-direction: column;
    gap: 18px;
    padding: 0;
    max-width: 100vw;
  }
  .hero-image {
    justify-content: center;
    margin-bottom: 12px;
  }
  .hero-text {
    align-items: center;
    text-align: center;
    padding: 0 4px;
  }
  .hero-text h1 {
    font-size: 36px;
  }
  .hero-text h2 {
    font-size: 24px;
  }
  .btn-cta {
    font-size: 18px;
    padding: 12px 18px;
    display: inline-block;
    background: var(--prime-green);
    color: var(--prime-white);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s, transform 0.3s;
    transform: scale(1);
  }
  .btn-cta:hover {
    background: var(--prime-green-dark);
    transform: scale(1.05);
  }
  /* Override Calcular Frete button para dourado */
#calc-frete-btn {
  background: var(--prime-gold) !important;
  color: var(--prime-black) !important;
}
  .about-section {
    padding: 60px 8px 30px 8px;
  }
  .about-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
  }
  .about-card {
    width: 340px;
    max-width: 95vw;
    padding: 24px 8px 18px 8px;
    margin: 0 6px 12px 6px;
  }
  .services-section {
    padding: 40px 0 0 0;
  }
  .services-container {
    flex-direction: column;
    gap: 18px;
    padding: 0 4px;
  }
  .services-image img {
    max-width: 90vw;
    margin-top: 0;
  }
  .services-content {
    min-width: 0;
    text-align: center;
    padding: 0 2px;
  }
  .services-content h2 {
    font-size: 28px;
  }
  .services-underline {
    margin: 0 auto 18px auto;
  }
  .area-atendimento-section {
    padding: 40px 0 30px 0;
  }
  .area-atendimento-container {
    flex-direction: column;
    gap: 18px;
    padding: 0 2px;
  }
  .area-map, .area-list {
    min-width: 0;
    padding-left: 0;
    align-items: center;
    text-align: center;
  }
  .area-list h2 {
    font-size: 22px;
    text-align: center;
  }
  .area-underline {
    margin: 0 auto 12px auto;
  }
  .contato-section {
    padding: 60px 8px 100px 8px;
  }
  .contato-section h2 {
    font-size: 28px;
    color: var(--prime-gold);
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .contato-phone {
    font-size: 18px;
    color: var(--prime-gold);
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .contato-phone-link {
    color: var(--prime-gold);
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .contato-whatsapp-btn {
    font-size: 18px;
    padding: 12px 18px;
    margin-top: 10px;
  }
  footer.site-footer {
    font-size: 14px;
    padding: 18px 4px 12px 4px;
  }
  .back-to-top-btn {
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 10px;
  }
  .back-to-top-btn img {
    width: 22px;
    height: 22px;
  }
/* Fim do media query mobile */
/* ===================== */
/* RODAPÉ */
footer.site-footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 36px 16px 28px 16px;
  font-size: 18px;
  letter-spacing: 0.2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
  border-top: 2px solid var(--prime-gold-dark);
}
footer.site-footer span {
  color: var(--prime-gold);
  font-weight: bold;
}
/* ===================== */
/* VARIÁVEIS DE CORES */
:root {
  --prime-gold: #bfa046; /* dourado metálico */
  --prime-gold-dark: #8c7a2a;
  --prime-gold-light: #e6d8a3;
  --prime-gold-verylight: #f7f3e3;
  --prime-black: #111;
  --prime-white: #fff;
  --prime-green: #25d366;
  --prime-green-dark: #1ebe5b;
}
/* ==================================================================== */
/* Botão Flutuante SOLICITE SEU ORÇAMENTO */
.floating-orcamento-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--prime-green);
  color: var(--prime-white);
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 10000;
  display: inline-block;
  animation: pulse-btn 2s ease-in-out infinite;
}
@keyframes pulse-btn {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
/* ==================================================================== */

/* CONTATO MODERNO */
.contato-section {
  background: var(--prime-black);
  color: var(--prime-white);
  padding: 100px 20px 160px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
  .contato-section h2 {
    font-size: 48px;
    color: var(--prime-gold);
    margin-bottom: 24px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .contato-phone {
    font-size: 28px;
    margin-bottom: 32px;
    z-index: 2;
    position: relative;
    color: var(--prime-gold);
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
.contato-phone-link {
  color: var(--prime-gold);
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.contato-phone-link:hover {
  color: var(--prime-gold-light);
}
.contato-whatsapp-btn {
  display: inline-block;
  background: var(--prime-green);
  color: var(--prime-white);
  padding: 18px 38px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 0;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
  transition: background 0.2s, color 0.2s;
  z-index: 10;
  position: relative;
}
.contato-whatsapp-btn:hover {
  background: var(--prime-green-dark);
  color: var(--prime-gold-verylight);
}
/* Formas geométricas decorativas no fundo */
.contato-bg-shape1 {
  position: absolute;
  top: -60px;
  left: -80px;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, var(--prime-gold) 60%, var(--prime-gold-verylight) 100%);
  border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
  opacity: 0.18;
  z-index: 1;
  filter: blur(2px);
}
.contato-bg-shape3 {
  position: absolute;
  bottom: 10vh;
  right: 8vw;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, var(--prime-gold) 60%, var(--prime-gold-verylight) 100%);
  border-radius: 50% 60% 40% 60% / 60% 40% 60% 40%;
  opacity: 0.15;
  z-index: 1;
  filter: blur(2.5px);
}
.contato-bg-shape4 {
  position: absolute;
  bottom: -60px;
  left: 30vw;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--prime-gold-verylight) 60%, var(--prime-gold) 100%);
  border-radius: 60% 50% 40% 60% / 50% 60% 40% 60%;
  opacity: 0.10;
  z-index: 1;
  filter: blur(2px);
}
.contato-bg-shape5 {
  position: absolute;
  top: 20vh;
  right: 18vw;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--prime-gold) 60%, var(--prime-gold-verylight) 100%);
  border-radius: 40% 60% 50% 60% / 60% 50% 60% 40%;
  opacity: 0.13;
  z-index: 1;
  filter: blur(2px);
}
/* Botão voltar ao topo */
.back-to-top-btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: var(--prime-white);
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  z-index: 1002;
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0;
}
.back-to-top-btn:hover {
  background: var(--prime-gold-light);
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16);
}
.back-to-top-btn img {
  width: 32px;
  height: 32px;
  margin: 0;
}
.area-atendimento-section .decor-shape5 {
  position: absolute;
  top: 50%;
  left: 2vw;
  width: 70px;
  height: 70px;
  background: linear-gradient(120deg, var(--prime-gold-verylight) 60%, var(--prime-gold-light) 100%);
  border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
  opacity: 0.28;
  z-index: 1;
  filter: blur(2.5px);
  transform: translateY(-50%) rotate(-12deg);
}
.area-atendimento-section .decor-shape6 {
  position: absolute;
  top: 18vh;
  right: 2vw;
  width: 110px;
  height: 110px;
  background: linear-gradient(120deg, var(--prime-gold-verylight) 60%, var(--prime-gold-light) 100%);
  border-radius: 50% 60% 40% 60% / 60% 40% 60% 40%;
  opacity: 0.22;
  z-index: 1;
  filter: blur(3px);
  transform: rotate(18deg);
}
.area-atendimento-section .decor-shape7 {
  position: absolute;
  bottom: 10vh;
  left: 40vw;
  width: 60px;
  height: 60px;
  background: linear-gradient(120deg, var(--prime-gold-verylight) 60%, var(--prime-gold) 100%);
  border-radius: 60% 50% 40% 60% / 50% 60% 40% 60%;
  opacity: 0.25;
  z-index: 1;
  filter: blur(2px);
  transform: rotate(-8deg);
}
.area-atendimento-section .decor-shape8 {
  position: absolute;
  top: 10vh;
  left: 60vw;
  width: 80px;
  height: 80px;
  background: linear-gradient(120deg, var(--prime-gold-verylight) 60%, var(--prime-gold) 100%);
  border-radius: 40% 60% 50% 60% / 60% 50% 60% 40%;
  opacity: 0.20;
  z-index: 1;
  filter: blur(2.5px);
  transform: rotate(14deg);
}
.area-atendimento-section .decor-shape9 {
  position: absolute;
  bottom: 8vh;
  right: 30vw;
  width: 50px;
  height: 50px;
  background: linear-gradient(120deg, var(--prime-gold-verylight) 60%, var(--prime-gold) 100%);
  border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
  opacity: 0.18;
  z-index: 1;
  filter: blur(2px);
  transform: rotate(-20deg);
}
/* SOBRE NÓS */
.about-section {
  padding: 100px 20px 60px 20px;
  background: var(--prime-white);
  text-align: center;
}

.about-section h2 {
  font-size: 48px;
  color: #3a273a;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-section .about-underline {
  display: block;
  width: 80px;
  height: 5px;
  background: var(--prime-gold);
  margin: 0 auto 30px auto;
  border-radius: 3px;
}

.about-section p {
  color: #3a273a;
  font-size: 20px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.5;
}

.about-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-card {
  background: #191919;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.07);
  border-radius: 8px;
  padding: 40px 30px 30px 30px;
  width: 340px;
  max-width: 90vw;
  text-align: center;
  transition: box-shadow 0.2s;
}
.about-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.12);
}
.about-card .about-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 18px;
  color: var(--prime-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 48px;
}
.about-card h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: bold;
}
.about-card p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #111 !important;
  color: #fff;
  padding-top: 0 !important;
}

/* Override global para remover qualquer espaçamento no topo da página */
html, body, section#home {
  margin: 0 !important;
  padding: 0 !important;
}


/* Hamburger button */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background: var(--prime-black);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1100;
  margin-left: auto;
  margin-right: 0;
  position: fixed;
  top: 32px;
  right: 32px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
  transition: background 0.2s;
}
.hamburger:focus {
  outline: 2px solid var(--prime-gold);
}
.hamburger-bar {
  width: 28px;
  height: 4px;
  background: var(--prime-gold);
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(.4,1.4,.6,1);
}

/* Nav Drawer */
.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 270px;
  background: var(--prime-black);
  box-shadow: -2px 0 24px 0 rgba(0,0,0,0.18);
  z-index: 1099;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(.4,1.4,.6,1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 90px;
}
.nav-drawer.open {
  transform: translateX(0);
}
.nav-drawer .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav-drawer .nav-list li {
  width: 100%;
}
.nav-drawer .nav-list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 22px 0 18px 32px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.18s;
}
.nav-drawer .nav-list li a:hover, .nav-drawer .nav-list li a:focus {
  color: #111;
  background: rgba(255,255,255,0.07);
  box-shadow: 0 2px 16px 0 rgba(255,179,0,0.10);
  transform: translateX(6px) scale(1.04);
}
.nav-drawer .nav-list li a::after {
  content: '';
  display: block;
  margin: 8px 0 0 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--prime-gold) 0%, var(--prime-gold-verylight) 100%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(.4,1.4,.6,1);
}
.nav-drawer .nav-list li a:hover::after, .nav-drawer .nav-list li a:focus::after {
  width: 40%;
}

@media (max-width: 600px) {
  .nav-drawer {
    width: 100vw;
    align-items: flex-start;
    padding-top: 80px;
  }
  .nav-drawer .nav-list li a {
    font-size: 20px;
    padding-left: 18vw;
  }

  .hamburger {
    right: 12px;
    top: 12px;
  }
}

/* Remove a logo da navbar */
.header-logo {
  display: none !important;
}

header .logo {
  height: 72px;
  width: 220px;
  object-fit: contain;
  aspect-ratio: 11/3;
}

/* Navbar fixa com logo e menu */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  height: 100px;
  z-index: 1005;
}


/* Aproxima o logo da navbar */
.header-logo {
  margin-left: 20px;
  margin-right: 10px;
}

.header-nav-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.header-nav-list li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  text-align: center;
  transition: background 0.2s;
}
.header-nav-list li a:hover {
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
}

/* Ajusta o topo do body para não ficar atrás do header */
body {
  padding-top: 70px !important;
}

/* Ajustar logo 450px da margem esquerda no desktop */
@media (min-width: 601px) {
  .header-container {
    margin-left: 250px !important;
  }
}

/* Removed empty nav ul ruleset */
nav ul.nav-list {
  display: none;
}
nav ul.nav-list li {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul.nav-list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 18px 0 14px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.18s;
  background: transparent;
  border: none;
  outline: none;
}
nav ul.nav-list li a:hover, nav ul.nav-list li a:focus {
  color: #111;
  background: rgba(255,255,255,0.07);
  box-shadow: 0 2px 16px 0 rgba(255,179,0,0.10);
  transform: translateY(-2px) scale(1.06) rotate(-1deg);
}
nav ul.nav-list li a::after {
  content: '';
  display: block;
  margin: 8px auto 0 auto;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffb300 0%, #fffde7 100%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(.4,1.4,.6,1);
}
nav ul.nav-list li a:hover::after, nav ul.nav-list li a:focus::after {
  width: 60%;
}

nav a {
  color: #fff;
  text-decoration: none;
}


section {
  padding: 80px 20px;
  text-align: center;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 90vh;
  background: linear-gradient(135deg, var(--prime-gold-dark), var(--prime-gold));
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}


.hero-content {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-text {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.hero-text h1 {
  font-size: 48px;
  margin: 0 0 10px;
}

.hero-text h2 {
  font-size: 28px;
  margin: 0 0 10px;
  color: #111;
}

.hero-text p {
  font-size: 20px;
  margin: 0 0 20px;
}

/* Ajuste de espaçamento entre parágrafos abaixo de Agilidade e Segurança */
.hero-text p {
  margin: 2px 0px !important;
}

.btn-cta {
  display: inline-block;
  background: var(--prime-green);
  color: var(--prime-white);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, transform 0.3s;
  transform: scale(1);
}

.btn-cta:hover {
  background: var(--prime-green-dark);
  transform: scale(1.05);
}


.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--prime-green);
  color: var(--prime-white);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp img {
  height: 24px;
}

a.whatsapp-link {
  display: inline-block;
  margin-top: 20px;
  background: var(--prime-green);
  color: var(--prime-white);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
}

/* SEÇÃO SERVIÇOS */
.services-section {
  background: var(--prime-gold-verylight);
  padding: 80px 0 80px 0;
}
.services-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .services-container {
    flex-direction: column;
  }
}
.services-image {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-image img {
  max-width: 440px;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-top: -30px;
}
@media (max-width: 900px) {
  .services-image img {
    max-width: 320px;
    margin-top: 0;
  }
}
.services-content {
  flex: 1 1 400px;
  text-align: left;
  min-width: 320px;
}
.services-content h2 {
  font-size: 48px;
  color: #111;
  margin-bottom: 10px;
  font-weight: bold;
}
.services-underline {
  display: block;
  width: 60px;
  height: 5px;
  background: var(--prime-gold);
  margin: 0 0 30px 0;
  border-radius: 3px;
}
.services-list {
  list-style: disc inside;
  color: #444;
  font-size: 20px;
  line-height: 2;
  padding-left: 0;
  margin: 0;
}
.services-list li {
  margin-bottom: 6px;
}
.services-payment-bar {
background: #fff;
color: #111;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 24px 10px 12px 10px;
  margin-top: 40px;
  letter-spacing: 0.5px;
  border-top: 0;
  position: relative;
  overflow: hidden;
}

.services-payment-bar .contato-bg-shape1,
.services-payment-bar .contato-bg-shape2,
.services-payment-bar .contato-bg-shape3,
.services-payment-bar .contato-bg-shape4,
.services-payment-bar .contato-bg-shape5 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.services-payment-bar .contato-bg-shape1 { top: -60px; left: -80px; width: 180px; height: 180px; opacity: 0.13; filter: blur(2px); }
.services-payment-bar .contato-bg-shape2 { top: 30px; left: 60vw; width: 80px; height: 80px; opacity: 0.09; filter: blur(1.5px); }
.services-payment-bar .contato-bg-shape3 { bottom: 10px; right: 8vw; width: 120px; height: 120px; opacity: 0.10; filter: blur(2.5px); }
.services-payment-bar .contato-bg-shape4 { bottom: -40px; left: 30vw; width: 60px; height: 60px; opacity: 0.07; filter: blur(2px); }
.services-payment-bar .contato-bg-shape5 { top: 20px; right: 18vw; width: 50px; height: 50px; opacity: 0.09; filter: blur(2px); }
.services-payment-bar-content {
  position: relative;
  z-index: 1;
}
.services-payment-bar-content img {
  max-width: 100px;
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .services-container {
    flex-direction: column;
    gap: 30px;
  }
  .services-content {
    text-align: center;
  }
  .services-underline {
    margin: 0 auto 30px auto;
  }
}

/* Ajuste do mapa de orçamento para formato quadrado */
#mapa {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 auto 24px auto;
}
/* Ajustes para smartphones */
@media (max-width: 480px) {
  /* Botões de CTA ocupam largura total */
  .btn-cta {
    display: block;
    width: 90% !important;
    max-width: 320px;
    margin: 12px auto;
    padding: 14px 0;
    text-align: center;
  }
  /* Formulário de orçamento inputs e selects full width */
  #frete-form input,
  #frete-form select,
  #frete-form textarea {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 8px;
  }
  /* Container do mapa responsivo */
  #mapa {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    margin-bottom: 16px;
  }
  /* Ajuste de tipografia e espaçamento geral */
  body,
  h1,
  h2,
  h3,
  p,
  ul,
  li {
  padding-top: 0 !important;
  }
  .services-container,
  .about-cards,
  .area-atendimento-container {
    flex-direction: column !important;
    padding: 0 8px;
  }
  /* Centralizar conteúdo hero */
  .hero-content {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 8px;
  }
  .hero-image {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .hero-image img {
    margin: 0 auto !important;
    max-width: 90vw !important;
    height: auto;
  }
  .hero-text {
    text-align: center !important;
    padding: 0 4px !important;
  }
}

/* Estilo para botão Dúvidas no mobile */
@media (max-width: 600px) {
  #duvidas-btn {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    border-radius: 50px !important;
  }
  #duvidas-btn .duvidas-logo {
    width: 1.2em !important;
    height: auto !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
  }
}

/* Estilo para botão Dúvidas no desktop */
@media (min-width: 601px) {
  #duvidas-btn {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 50px !important;
  }
  #duvidas-btn .duvidas-logo {
    width: 1.2em !important;
    height: auto !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
  }
}

/* Sempre exibir o botão Dúvidas */
#duvidas-btn {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 10000 !important;
}

/* ÁREA DE ATENDIMENTO */
.area-atendimento-section {
  background: linear-gradient(135deg, var(--prime-gold-dark) 0%, var(--prime-gold) 100%);
  padding: 80px 0 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Texturas de sombra decorativas */
.area-atendimento-section::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 80%);
  z-index: 0;
  pointer-events: none;
}
.area-atendimento-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0) 80%);
  z-index: 0;
  pointer-events: none;
}
.area-atendimento-section .decor-shape1 {
  position: absolute;
  top: 40px;
  left: 10vw;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #fffde7 60%, #ffe082 100%);
  border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
  opacity: 0.45;
  z-index: 1;
  filter: blur(2px);
}
.area-atendimento-section .decor-shape2 {
  position: absolute;
  bottom: 60px;
  left: 18vw;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #fffde7 60%, #ffe082 100%);
  border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
  opacity: 0.35;
  z-index: 1;
  filter: blur(1.5px);
}
.area-atendimento-section .decor-shape3 {
  position: absolute;
  top: 120px;
  right: 12vw;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #fffde7 60%, #ffe082 100%);
  border-radius: 50% 60% 40% 60% / 60% 40% 60% 40%;
  opacity: 0.38;
  z-index: 1;
  filter: blur(2px);
}
.area-atendimento-section .decor-shape4 {
  position: absolute;
  bottom: 30px;
  right: 8vw;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fffde7 60%, #ffe082 100%);
  border-radius: 60% 50% 40% 60% / 50% 60% 40% 60%;
  opacity: 0.32;
  z-index: 1;
  filter: blur(1.5px);
}
.area-atendimento-container, .area-map, .area-list {
  position: relative;
  z-index: 1;
}
.area-atendimento-section h2 {
  font-size: 44px;
  color: #3a273a;
  margin-bottom: 10px;
  font-weight: bold;
}
.area-atendimento-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
}
.area-map {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 320px;
}
.area-list {
  flex: 1 1 320px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 320px;
  padding-left: 40px;
}
.area-list h2 {
  font-size: 38px;
  color: #111;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: left;
}
.area-list-label {
  font-size: 18px;
  color: #444;
  margin-bottom: 8px;
}
.area-underline {
  display: block;
  width: 40px;
  height: 4px;
  background: var(--prime-gold);
  margin: 0 0 18px 0;
  border-radius: 3px;
}
.area-list ul {
  list-style: disc inside;
  font-size: 22px;
  color: #111;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.area-list li {
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .area-atendimento-container {
    flex-direction: column;
    gap: 30px;
  }
  .area-map, .area-list {
    min-width: 0;
    padding-left: 0;
    align-items: center;
    text-align: center;
  }
  .area-list h2 {
    text-align: center;
  }
  .area-underline {
    margin: 0 auto 18px auto;
  }
}

@media (max-width: 600px) {
  /* Ajuste para alinha texto da Área de Atendimento à esquerda */
  .area-atendimento-section .area-list,
  .area-atendimento-section .area-map {
    text-align: left !important;
    align-items: flex-start !important;
  }
  .area-atendimento-section .area-list h2,
  .area-atendimento-section .area-list ul {
    text-align: left !important;
  }
}

/* Remover botão flutuante "Solicite seu Orçamento" */
.solicite-orcamento-btn {
  display: none !important;
}

/* Esconde o botão na seção home */
section#home .solicite-orcamento-btn {
  display: none !important;
}

/* Remover botão flutuante de orçamento gerado por JS */
.floating-cta {
  display: none !important;
}

/* Remover menu hamburger e nav-drawer em desktop */
@media (min-width: 768px) {
  .hamburger,
  #nav-drawer {
    display: none !important;
  }
  .header-nav {
    display: flex !important;
  }
}
@media (max-width: 600px) {
  /* Ajuste de espaçamento para seção inicial em mobile */
  .hero {
    padding-top: 10px !important;
  }
  /* Sobrepõe o padding-top inline do wrapper da hero */
  .hero > div[style*="padding-top:120px"] {
    padding-top: 10px !important;
  }
}