:root{
  --manutencao-bg:#070707;
  --manutencao-surface:#111111;
  --manutencao-surface-soft:#181818;
  --manutencao-gold:#d1aa57;
  --manutencao-gold-light:#f0d184;
  --manutencao-text:#ffffff;
  --manutencao-muted:rgba(255,255,255,.72);
  --manutencao-border:rgba(209,170,87,.28);
}

.hero_area{
  padding-bottom:0!important;
}

.manutencao-hero{
  position:relative;
  min-height:700px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:var(--manutencao-text);
  background:
    radial-gradient(circle at 80% 20%,rgba(209,170,87,.18),transparent 34%),
    linear-gradient(135deg,#050505 0%,#17120b 100%);
}

.manutencao-hero--com-imagem{
  background-image:var(--manutencao-hero-image);
  background-position:center;
  background-size:cover;
}

.manutencao-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.80) 48%,rgba(0,0,0,.36) 100%);
}

.manutencao-hero-container{
  position:relative;
  z-index:2;
  width:100%;
}

.manutencao-hero-content{
  max-width:760px;
  padding:120px 0 90px;
}

.manutencao-badge,
.manutencao-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--manutencao-gold-light);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.manutencao-badge{
  margin-bottom:22px;
  padding:.6rem 1rem;
  border:1px solid var(--manutencao-border);
  border-radius:999px;
  background:rgba(209,170,87,.12);
}

.manutencao-hero h1{
  max-width:720px;
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(2.7rem,6vw,5.3rem);
  font-weight:900;
  line-height:1.02;
  letter-spacing:-.04em;
  text-shadow:0 4px 24px rgba(0,0,0,.55);
}

.manutencao-hero p{
  max-width:680px;
  margin:0 0 32px;
  color:rgba(255,255,255,.82);
  font-size:1.15rem;
  line-height:1.8;
}

.manutencao-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.manutencao-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:13px 24px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:1rem;
  font-weight:800;
  line-height:1.2;
  text-align:center;
  text-decoration:none!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}

.manutencao-btn:hover,
.manutencao-btn:focus{
  transform:translateY(-2px);
  outline:none;
}

.manutencao-btn--primary{
  color:#111!important;
  background:linear-gradient(135deg,var(--manutencao-gold-light),#b67d20);
  box-shadow:0 12px 28px rgba(182,125,32,.28);
}

.manutencao-btn--outline{
  color:#fff!important;
  border-color:rgba(255,255,255,.38);
  background:rgba(255,255,255,.06);
}

.manutencao-btn--outline:hover,
.manutencao-btn--outline:focus{
  border-color:var(--manutencao-gold);
  background:rgba(209,170,87,.12);
}

.manutencao-btn--whatsapp{
  color:#fff!important;
  background:#16a85f;
  box-shadow:0 12px 28px rgba(22,168,95,.24);
}

.manutencao-main{
  display:block;
  width:100%;
  background:#fff;
}

.manutencao-section{
  width:100%;
  margin:0;
  padding:78px 0;
}

.manutencao-section-heading{
  max-width:900px;
  margin:0 auto 42px;
  text-align:center;
}

.manutencao-section-heading h2{
  margin:12px 0 14px;
  color:#17120b;
  font-size:clamp(2.1rem,4vw,3.4rem);
  font-weight:900;
  line-height:1.12;
  letter-spacing:-.025em;
}

.manutencao-section-heading p{
  margin:0;
  color:#6a6257;
  font-size:1.05rem;
  line-height:1.75;
}

.manutencao-gallery-section{
  background:#f5f1e9;
}

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

.manutencao-gallery-card{
  overflow:hidden;
  border:1px solid rgba(78,58,22,.12);
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 36px rgba(41,31,15,.11);
  transition:transform .22s ease,box-shadow .22s ease;
}

.manutencao-gallery-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(41,31,15,.17);
}

.manutencao-gallery-open{
  position:relative;
  width:100%;
  display:block;
  padding:0;
  overflow:hidden;
  border:0;
  background:#111;
  cursor:pointer;
}

.manutencao-gallery-open img{
  width:100%;
  height:330px;
  display:block;
  object-fit:cover;
  transition:transform .35s ease,opacity .35s ease;
}

.manutencao-gallery-open:hover img,
.manutencao-gallery-open:focus img{
  transform:scale(1.035);
  opacity:.82;
}

.manutencao-gallery-open:focus-visible{
  outline:3px solid var(--manutencao-gold);
  outline-offset:-3px;
}

.manutencao-gallery-zoom{
  position:absolute;
  right:18px;
  bottom:18px;
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#111;
  background:var(--manutencao-gold-light);
  box-shadow:0 8px 20px rgba(0,0,0,.28);
}

.manutencao-gallery-caption{
  padding:20px;
}

.manutencao-gallery-caption h3{
  margin:0;
  color:#1e1a14;
  font-size:1.12rem;
  font-weight:800;
  line-height:1.45;
}

.manutencao-faq-section{
  color:#fff;
  background:
    radial-gradient(circle at 85% 10%,rgba(209,170,87,.13),transparent 32%),
    linear-gradient(135deg,#070707 0%,#18130c 100%);
}

.manutencao-section-heading--light h2{
  color:#fff;
}

.manutencao-section-heading--light p{
  color:var(--manutencao-muted);
}

.manutencao-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:start;
}

.manutencao-faq-item{
  overflow:hidden;
  border:1px solid var(--manutencao-border);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}

.manutencao-faq-item.is-open{
  border-color:var(--manutencao-gold);
  background:rgba(209,170,87,.075);
  box-shadow:0 18px 40px rgba(0,0,0,.3);
}

.manutencao-faq-item h3{
  margin:0;
  font-size:1rem;
}

.manutencao-faq-toggle{
  width:100%;
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:24px;
  border:0;
  color:#fff;
  background:transparent;
  font:inherit;
  font-size:1.08rem;
  font-weight:800;
  line-height:1.45;
  text-align:left;
  cursor:pointer;
}

.manutencao-faq-toggle:hover,
.manutencao-faq-toggle:focus{
  color:var(--manutencao-gold-light);
  outline:none;
}

.manutencao-faq-toggle:focus-visible{
  outline:2px solid var(--manutencao-gold);
  outline-offset:-4px;
}

.manutencao-faq-toggle i{
  flex:0 0 auto;
  color:var(--manutencao-gold);
  transition:transform .2s ease;
}

.manutencao-faq-item.is-open .manutencao-faq-toggle i{
  transform:rotate(45deg);
}

.manutencao-faq-answer{
  padding:0 24px 24px;
  color:var(--manutencao-muted);
  font-size:1rem;
  line-height:1.75;
}

.manutencao-faq-answer p{
  margin:0;
}

.manutencao-contact-section{
  background:#f5f1e9;
}

.manutencao-contact-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:38px 42px;
  border:1px solid rgba(209,170,87,.28);
  border-radius:22px;
  color:#fff;
  background:linear-gradient(135deg,#111 0%,#2a1f0e 100%);
  box-shadow:0 20px 48px rgba(40,29,11,.18);
}

.manutencao-contact-card h2{
  max-width:720px;
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(1.8rem,3vw,2.8rem);
  font-weight:900;
  line-height:1.15;
}

.manutencao-lightbox{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.92);
}

.manutencao-lightbox[hidden]{
  display:none;
}

.manutencao-lightbox-dialog{
  width:100%;
  max-width:1100px;
  max-height:92vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}

.manutencao-lightbox-dialog img{
  max-width:100%;
  max-height:82vh;
  display:block;
  border-radius:12px;
  object-fit:contain;
  box-shadow:0 24px 60px rgba(0,0,0,.55);
}

.manutencao-lightbox-dialog p{
  margin:0;
  color:#fff;
  font-size:1rem;
  font-weight:700;
  text-align:center;
}

.manutencao-lightbox-close{
  position:absolute;
  top:16px;
  right:20px;
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.1);
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}

body.manutencao-lightbox-open{
  overflow:hidden;
}

@media (max-width:991.98px){
  .manutencao-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .manutencao-contact-card{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:767.98px){
  .manutencao-hero{
    min-height:620px;
  }

  .manutencao-hero-overlay{
    background:linear-gradient(180deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.92) 100%);
  }

  .manutencao-hero-content{
    padding:118px 0 68px;
  }

  .manutencao-hero h1{
    font-size:2.75rem;
  }

  .manutencao-hero p{
    font-size:1rem;
    line-height:1.7;
  }

  .manutencao-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .manutencao-btn{
    width:100%;
  }

  .manutencao-section{
    padding:56px 0;
  }

  .manutencao-section-heading{
    margin-bottom:30px;
  }

  .manutencao-section-heading h2{
    font-size:2.15rem;
  }

  .manutencao-faq-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .manutencao-faq-toggle{
    min-height:82px;
    padding:20px;
    font-size:1rem;
  }

  .manutencao-faq-answer{
    padding:0 20px 20px;
  }

  .manutencao-contact-card{
    padding:30px 24px;
  }
}

@media (max-width:575.98px){
  .manutencao-gallery-grid{
    grid-template-columns:1fr;
  }

  .manutencao-gallery-open img{
    height:300px;
  }

  .manutencao-lightbox{
    padding:16px;
  }
}

@media (prefers-reduced-motion:reduce){
  .manutencao-btn,
  .manutencao-gallery-card,
  .manutencao-gallery-open img,
  .manutencao-faq-toggle i{
    transition:none!important;
  }
}

