*,
li,
ul {
    margin: 0
}

*,
.menu-toggle {
    border: none;
    padding: 0
}

*,
li,
ul {
    padding: 0
}

img,
nav a {
    display: block
}

.overlay,
nav {
    position: fixed;
    top: 0
}

.menu-toggle.active span:nth-child(2),
.overlay {
    opacity: 0
}

#phone-header,
nav ul {
    margin-top: 5rem
}

.hero::before,
nav a::after {
    content: '';
    position: absolute
}

.hero h1,
.logo {
    font-weight: 800
}

.cta-buttons,
.header-content,
.logo,
.menu-toggle,
.phone-header {
    display: flex
}

.btn,
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited,
nav a {
    text-decoration: none
}

.area-item,
.contact,
.feature-card,
.footer,
.phone-header,
.section-title {
    text-align: center
}

* {
    box-sizing: border-box
}

body {
    font-family: Inter, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f8fafc
}

body,
html {
    height: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

li,
ul {
    list-style: none
}

* {
    box-sizing: border-box
}

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

a {
    color: #000
}

.disabled-link {
    pointer-events: none
}

a,
button,
li {
    all: unset
}

nav a:hover {
    color: #25d366;
    background: rgb(37 211 102 / .15)
}

.menu-toggle span,
nav a::after {
    background: #25d366;
    transition: .3s
}

nav a::after {
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    display: none
}

nav a:hover::after {
    width: 80%
}

.menu-toggle {
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: 0 0;
    cursor: pointer;
    z-index: 1001
}

.menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    transform-origin: center
}

nav {
    right: -100%;
    height: 100vh;
    background: linear-gradient(135deg, #161b22, #0d1117);
    box-shadow: -5px 0 15px rgb(0 0 0 / .2);
    transition: right .4s;
    z-index: 1000;
    padding: 80px 20px 20px;
    border-left: 1px solid rgb(255 255 255 / .1);
    width: 320px
}

nav.active {
    right: 0
}

nav ul {
    flex-direction: column;
    gap: 0
}

nav li {
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / .05)
}

nav a {
    color: #e0e0e0;
    font-weight: 500;
    transition: .3s;
    position: relative;
    border-radius: 0;
    font-size: 1.3rem;
    padding: 18px 25px
}

.overlay {
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    backdrop-filter: blur(4px);
    z-index: 999;
    visibility: hidden;
    transition: .3s
}

.contact,
.container,
.hero,
.hero-content,
.testimonial-card {
    position: relative
}

.overlay.active {
    opacity: 1;
    visibility: visible
}

.menu-toggle.active span:first-child {
    transform: translateY(9px) rotate(45deg)
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

:root {
    --azul-profundo: #2d2d2f;
    --gradient: linear-gradient(rgba(13, 17, 23, 0.9), rgba(13, 17, 23, 0.7));
    --black: #110d0e;
    --blackRgb: rgb(16, 12, 13);
    --amarelo: #ffc602;
    --verde: #25D366
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.title-2 {
    color: var(--black)
}

.header {
    color: var(--amarelo);
    padding: 1rem 0;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1);
    background: var(--black)
}

.header-content {
    justify-content: space-between;
    align-items: center
}

.btn,
.logo {
    align-items: center
}

.logo {
    font-size: 1.5rem;
    gap: .5rem
}

.phone-header {
    flex-direction: column;
    color: var(--amarelo);
    padding: .5rem 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #25d366, #128c7e);
    background-clip: text;
    color: #fff0;
    text-shadow: 0 2px 4px rgb(0 0 0 / .2)
}

.phone-header-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--amarelo);
    padding: .5rem 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #25d366, #128c7e);
    background-clip: text;
    color: #fff0;
    text-shadow: 0 2px 4px rgb(0 0 0 / .2)
}

.hero {
    background: linear-gradient(180deg, #110d0e 0, #3a2c2c 100%);
    color: #fff;
    padding: 5rem 0;
    overflow: hidden
}

.hero::before {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /*background: url(../img/baterias-automotivas.jpg) center right/cover no-repeat;*/
    background: url(../img/_baterias-automotivas.jpg) center right/cover no-repeat;
    opacity: .2
}

.hero-content {
    max-width: 600px;
    z-index: 2
}

.hero h1 {
    font-size: 3rem;
    /*line-height: 1.1;*/
    margin-bottom: 1.5rem
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #e2e8f0;
    margin-bottom: 2.5rem
}
.container .not-whatsapp{
font-size: 12px;
  text-align: center;
}
.cta-buttons {
    gap: 1rem;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    gap: .5rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: .3s;
    cursor: pointer
}

.btn-primary {
    background: #dc2626;
    color: #fff;
    box-shadow: 0 4px 6px -1px rgb(220 38 38 / .3)
}

.btn-primary:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px -3px rgb(220 38 38 / .4)
}

.btn-whatsapp {
    background: #059669;
    color: #fff;
    box-shadow: 0 4px 6px -1px rgb(5 150 105 / .3)
}

.btn-whatsapp-footer {
    background: #059669;
    color: #fff;
    box-shadow: 0 4px 6px -1px rgb(5 150 105 / .3)
}

.feature-card,
.testimonial-card {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1)
}

.btn-whatsapp:hover {
    background: #047857;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px -3px rgb(5 150 105 / .4)
}

.features {
    padding: 5rem 0;
    background: #fff
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem
}

.feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem
}

.feature-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: transform .3s, box-shadow .3s
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1)
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear(135deg, #fee2e2, #fecaca);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b
}

.testimonials {
    padding: 5rem 0;
    background: #f1f5f9
}

.testimonial-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem
}

.testimonial-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 16px
}

.testimonial-card::before {
    content: "";
    font-size: 4rem;
    color: #dc2626;
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: .3
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #475569
}

.testimonial-author {
    font-weight: 600;
    color: #1e293b
}

.contact {
    padding: 5rem 0;
    background: linear(135deg, #1e293b, #334155);
    color: #fff;
    background: linear-gradient(135deg, #110d0e 0, #1f130d 40%, #3a1f0f 100%)
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/baterias-para-caros.jpg) left center/cover no-repeat;
    opacity: .2
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--black);
    color: #fff
}

.contact-subtitle {
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 3rem;
    color: var(--amarelo)
}

.contact-phone {
    font-size: 2.5rem;
    font-weight: 800;
    color: #10b981;
    margin: 2rem 0;
    display: block;
    cursor: pointer
}

.service-areas {
    padding: 4rem 0;
    background: #fff
}

.areas-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem
}

.area-item {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #e2e8f0
}

.area-item:hover {
    background: 0 0;
    color: var(--verde);
    border: 1px solid var(--verde)
}

.footer {
    background: var(--black);
    color: #fff;
    padding: 1rem 0
}

@media (max-width:768px) {
    .hero::before {
        width: 100%;
        background-position: center center
    }

    .btn-whatsapp {
        font-size: 16px;
        margin: 0 auto
    }

    .contact::before {
        width: 100%;
        background-position: center center;
        opacity: .2
    }

    .hero h1 {
        font-size: 2.2rem
    }

    .header-content {
        flex-direction: column;
        gap: 1rem
    }

    .cta-buttons {
        flex-direction: column
    }

    .btn {
        justify-content: center
    }

    .contact-phone {
        font-size: 2rem
    }
}

.fa-bolt,
.fa-clock,
.fa-shield-alt,
.fa-tools {
    color: var(--verde)
}

/**/

    .contato {
      padding: 5rem 5%;
      /* background-color: var(--branco); */
    }

    .contato-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }

    @media (max-width: 992px) {

      .sobre-container,
      .contato-container {
        grid-template-columns: 1fr;
      }
    }

    .contato-formulario {
      padding: 2rem;
      border-radius: 8px;
      background: #161b22;
    }

    .contato-formulario h3 {
      font-size: 1.5rem;
      color: #059669;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 500;
      color: #fff;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 1rem;
    }

    .contato-info h2 {
      font-size: 2rem;
      color: #059669;
      margin-bottom: 1.5rem;
    }

    .contato-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1.5rem;
    }

    .contato-item i {
      color: #059669;
      font-size: 1.2rem;
      margin-right: 1rem;
    }

    .form-submit {
      background-color: #059669;
      color: #fff;
      border: none;
      padding: 0.8rem 1.5rem;
      border-radius: 4px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s;
    }
    /*block-from*/

    .empresa-wp{
        font-size: 12px;
    }

    /* =========================
   Política de Privacidade
   Uso: aplique na seção/wrapper .politica-privacidade
   ========================= */

.politica-privacidade{
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px) clamp(16px, 3vw, 28px);
  line-height: 1.75;
  font-size: 1rem;
  color: #666;
}

.politica-privacidade > *{
  scroll-margin-top: 96px;
}

/* Título principal */
.politica-privacidade h1{
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  color: #666;
}

/* Seções */
.politica-privacidade h2{
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  line-height: 1.35;
  margin: 30px 0 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.10);
  color: #666;

}

/* Parágrafos */
.politica-privacidade p{
  margin: 10px 0 14px;
  color: #2a2a2a;
  color: #666;
}

/* Destaque suave para parágrafos importantes (opcional: use <strong>) */
.politica-privacidade p strong{
  font-weight: 700;
  color: #111;
  color: #666;

}

/* Listas */
.politica-privacidade ul,
.politica-privacidade ol{
  margin: 10px 0 18px 1.15rem;
  padding: 0;
}

.politica-privacidade li{
  margin: 8px 0;
  color: #666;
}

/* Melhor visual de bullets */
.politica-privacidade ul li::marker{
  color: rgba(0,0,0,.55);
  color: #666;

}

.politica-privacidade ol li::marker{
  font-weight: 700;
  color: rgba(0,0,0,.65);
  color: #666;


}

/* Links */
.politica-privacidade a{
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.politica-privacidade a:hover{
  opacity: .85;
}

/* Caixa de contato (se quiser envolver a seção 7 com um wrapper extra) */
.politica-privacidade .box-contato{
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(0,0,0,.02);
}

/* Linha separadora mais elegante no mobile */
@media (max-width: 640px){
  .politica-privacidade{
    padding: 22px 16px 40px;
    line-height: 1.8;
  }

  .politica-privacidade h2{
    padding-top: 14px;
    margin-top: 26px;
  }
}

/* Modo escuro (opcional, se seu site tiver) */
@media (prefers-color-scheme: dark){
  .politica-privacidade{
    color: rgba(255,255,255,.92);
  }
  .politica-privacidade p{ color: rgba(255,255,255,.82); color: #666;}
  .politica-privacidade h2{ border-top-color: rgba(255,255,255,.14); color: #666;}
  .politica-privacidade a{ color: rgba(255,255,255,.92);color: #666; }
  .politica-privacidade .box-contato{
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.04);
  }
}