/* =========================================================
   CORREÇÃO WORDPRESS FULL WIDTH
   Remove bordas/margens/paddings do tema, bloco HTML e container.
   ========================================================= */

html,
body{
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
}

body:has(.acila-site){
  background:#fffaf3 !important;
}

body:has(.acila-site) .wp-site-blocks,
body:has(.acila-site) #page,
body:has(.acila-site) .site,
body:has(.acila-site) .site-content,
body:has(.acila-site) .content-area,
body:has(.acila-site) .entry-content,
body:has(.acila-site) .wp-block-post-content,
body:has(.acila-site) .wp-block-group,
body:has(.acila-site) .wp-block-html,
body:has(.acila-site) .elementor,
body:has(.acila-site) .elementor-section,
body:has(.acila-site) .elementor-container,
body:has(.acila-site) .elementor-column,
body:has(.acila-site) .elementor-widget-wrap,
body:has(.acila-site) .elementor-widget-container{
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
}

body:has(.acila-site) .entry-header,
body:has(.acila-site) .page-header,
body:has(.acila-site) .wp-block-post-title{
  display:none !important;
}

body:has(.acila-site) main,
body:has(.acila-site) article{
  margin:0 !important;
  padding:0 !important;
  max-width:none !important;
  width:100% !important;
  border:0 !important;
}

.acila-site{
  display:block !important;
  position:relative !important;
  left:50% !important;
  right:50% !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:0 !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}

.acila-site::before,
.acila-site::after{
  display:none !important;
}


/* =========================================================
   ACILA - LANDING PAGE WORDPRESS / ELEMENTOR
   Cole este código inteiro em um widget HTML do Elementor
   ou bloco HTML personalizado em uma página Full Width/Canvas.
   Não cole <!DOCTYPE>, <html>, <head> ou <body>.
   ========================================================= */

.acila-site,
.acila-site *{
  box-sizing:border-box;
}

.acila-site{
  --dark:#111827;
  --dark-2:#1f2937;
  --dark-3:#0b1220;
  --text:#111827;
  --muted:#5d6675;
  --line:#e5e7eb;
  --soft:#fff7ed;
  --soft-2:#fffbeb;
  --white:#ffffff;
  --brand:#f59e0b;
  --brand-2:#d97706;
  --brand-3:#92400e;
  --whats:#22c55e;
  --whats-2:#16a34a;
  --danger:#ef4444;
  --radius:28px;
  --shadow:0 24px 70px rgba(17,24,39,.13);
  --shadow-soft:0 16px 45px rgba(17,24,39,.07);
  --max:1180px;

  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow-x:hidden;
  color:var(--text);
  background:#fffaf3;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.55;
  text-rendering:optimizeLegibility;
}

.acila-site img{
  display:block;
  max-width:100%;
}

.acila-site a{
  color:inherit;
  text-decoration:none;
}

.acila-site button,
.acila-site input{
  font:inherit;
}

.acila-site .container{
  width:min(100% - 40px,var(--max));
  margin:0 auto;
}

.acila-site .topbar{
  background:var(--dark);
  color:#fff;
  font-size:.88rem;
}

.acila-site .topbar .container{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.acila-site .topbar strong{
  color:#fde68a;
}

.acila-site .nav{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,250,243,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(17,24,39,.08);
}

body.admin-bar .acila-site .nav{
  top:32px;
}

.acila-site .nav-inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.acila-site .brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:max-content;
}

.acila-site .brand-logo{
  width:88px;
  max-height:64px;
  object-fit:contain;
  border-radius:16px;
  padding:4px;
  background:#fff;
  box-shadow:0 10px 30px rgba(17,24,39,.08);
}

.acila-site .brand-name{
  font-weight:950;
  line-height:.98;
  letter-spacing:-.045em;
  font-size:1.06rem;
}

.acila-site .brand-name small{
  display:block;
  margin-top:7px;
  font-size:.68rem;
  letter-spacing:.08em;
  font-weight:900;
  color:var(--brand-2);
  text-transform:uppercase;
}

.acila-site .nav-links{
  display:flex;
  align-items:center;
  gap:24px;
  color:#374151;
  font-size:.94rem;
  font-weight:800;
}

.acila-site .nav-links a:hover{
  color:var(--brand-2);
}

.acila-site .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  border:0;
  border-radius:999px;
  padding:14px 22px;
  font-weight:950;
  cursor:pointer;
  line-height:1;
  text-align:center;
  transition:.2s ease;
  box-shadow:0 16px 36px rgba(17,24,39,.13);
  text-decoration:none !important;
}

.acila-site .btn:hover{
  transform:translateY(-2px);
}

.acila-site .btn-whats{
  color:#fff !important;
  background:linear-gradient(135deg,var(--whats),var(--whats-2));
}

.acila-site .btn-whats::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 6px rgba(255,255,255,.22);
}

.acila-site .btn-dark{
  color:#fff;
  background:var(--dark);
}

.acila-site .btn-light{
  color:var(--dark);
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
}

.acila-site .btn-outline{
  color:var(--dark);
  background:transparent;
  border:1px solid rgba(17,24,39,.14);
  box-shadow:none;
}

.acila-site section{
  padding:96px 0;
}

.acila-site .section-light{
  background:#fff;
}

.acila-site .section-soft{
  background:#fff7ed;
}

.acila-site .section-dark{
  background:linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
}

.acila-site .kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  font-size:.78rem;
  line-height:1;
  font-weight:950;
  color:var(--brand-2);
  text-transform:uppercase;
  letter-spacing:.12em;
}

.acila-site .kicker::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--brand);
}

.acila-site .section-dark .kicker{
  color:#fde68a;
}

.acila-site .section-dark .kicker::before{
  background:#fde68a;
}

.acila-site .section-title{
  margin:0;
  font-size:clamp(2rem,4vw,3.8rem);
  line-height:.94;
  letter-spacing:-.075em;
}

.acila-site .section-text{
  margin:18px 0 0;
  color:var(--muted);
  font-size:1.08rem;
  max-width:720px;
}

.acila-site .section-dark .section-text{
  color:rgba(255,255,255,.72);
}

.acila-site .section-head{
  display:grid;
  grid-template-columns:1.05fr .82fr;
  gap:56px;
  align-items:end;
  margin-bottom:42px;
}

.acila-site .hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 14%, rgba(245,158,11,.24), transparent 34%),
    linear-gradient(135deg,#fff7ed 0%,#fff 54%,#fffbeb 100%);
}

.acila-site .hero::after{
  content:"";
  position:absolute;
  right:-120px;
  top:90px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:rgba(245,158,11,.12);
  filter:blur(10px);
  pointer-events:none;
}

.acila-site .hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.04fr .78fr;
  gap:58px;
  align-items:center;
  padding:76px 0 92px;
}

.acila-site .hero h1{
  margin:18px 0 22px;
  max-width:850px;
  font-size:clamp(2.75rem,6vw,5.85rem);
  line-height:.9;
  letter-spacing:-.09em;
}

.acila-site .hero h1 span{
  color:var(--brand-2);
}

.acila-site .hero-sub{
  margin:0;
  max-width:760px;
  color:#374151;
  font-size:clamp(1.08rem,1.45vw,1.28rem);
}

.acila-site .hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 30px;
}

.acila-site .hero-badge{
  padding:11px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  color:#263241;
  font-weight:900;
  box-shadow:0 12px 35px rgba(17,24,39,.06);
}

.acila-site .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.acila-site .hero-note{
  margin:18px 0 0;
  color:#6b7280;
  font-size:.96rem;
  font-weight:650;
}

.acila-site .hero-card{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:36px;
  padding:28px;
  box-shadow:var(--shadow);
}

.acila-site .hero-image{
  position:relative;
  overflow:hidden;
  min-height:260px;
  border-radius:28px;
  background:#ddd;
  margin-bottom:18px;
}

.acila-site .hero-image img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
}

.acila-site .hero-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.62));
}

.acila-site .hero-image span{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:2;
  color:#fff;
  font-weight:950;
  font-size:1.25rem;
  letter-spacing:-.04em;
}

.acila-site .bairro-check{
  border-radius:26px;
  padding:22px;
  background:#fff7ed;
  border:1px solid #fed7aa;
}

.acila-site .bairro-check h2{
  margin:0 0 8px;
  font-size:1.65rem;
  line-height:1;
  letter-spacing:-.055em;
}

.acila-site .bairro-check p{
  margin:0 0 14px;
  color:#7c2d12;
  font-weight:700;
}

.acila-site .bairro-field{
  display:flex;
  gap:8px;
  background:#fff;
  border:1px solid #fed7aa;
  border-radius:18px;
  padding:7px;
}

.acila-site .bairro-field input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  padding:12px 10px;
  background:transparent;
  color:var(--text);
}

.acila-site .bairro-field button{
  border:0;
  border-radius:14px;
  background:var(--dark);
  color:#fff;
  padding:0 18px;
  font-weight:950;
  cursor:pointer;
}

.acila-site .bairro-result{
  display:none;
  margin-top:14px;
  border-radius:18px;
  padding:14px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#065f46;
  font-weight:850;
}

.acila-site .bairro-result.show{
  display:block;
}

.acila-site .bairro-result a{
  display:flex;
  margin-top:12px;
  justify-content:center;
  padding:13px 14px;
  border-radius:14px;
  background:var(--whats);
  color:#fff !important;
  font-weight:950;
}

.acila-site .trust-strip{
  padding:34px 0;
  background:var(--dark);
  color:#fff;
}

.acila-site .trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.acila-site .trust-item{
  min-height:118px;
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
}

.acila-site .trust-item strong{
  display:block;
  margin-bottom:8px;
  color:#fde68a;
  font-size:2.2rem;
  line-height:.9;
  letter-spacing:-.07em;
}

.acila-site .trust-item span{
  display:block;
  color:rgba(255,255,255,.76);
  font-weight:760;
  line-height:1.25;
}

.acila-site .conversion-band{
  padding:38px 0;
  background:#fff;
}

.acila-site .conversion-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding:28px;
  border-radius:32px;
  background:linear-gradient(135deg,#fff7ed,#fff);
  border:1px solid #fed7aa;
  box-shadow:var(--shadow-soft);
}

.acila-site .conversion-card h2{
  margin:0;
  font-size:clamp(1.6rem,3vw,2.6rem);
  line-height:.98;
  letter-spacing:-.06em;
}

.acila-site .conversion-card p{
  margin:10px 0 0;
  color:var(--muted);
  font-weight:700;
}

.acila-site .pain-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:38px;
}

.acila-site .pain-card{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:26px;
  box-shadow:var(--shadow-soft);
}

.acila-site .pain-card b{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:16px;
  margin-bottom:18px;
  background:#fff7ed;
  color:var(--brand-2);
  font-size:1.25rem;
}

.acila-site .pain-card h3{
  margin:0 0 10px;
  font-size:1.4rem;
  letter-spacing:-.045em;
  line-height:1.05;
}

.acila-site .pain-card p{
  margin:0;
  color:var(--muted);
}

.acila-site .services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.acila-site .service-card{
  min-height:310px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:26px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  box-shadow:var(--shadow-soft);
}

.acila-site .service-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#fff7ed;
  margin-bottom:18px;
  font-size:1.45rem;
}

.acila-site .service-card h3{
  margin:0 0 10px;
  font-size:1.42rem;
  line-height:1.02;
  letter-spacing:-.045em;
}

.acila-site .service-card p{
  margin:0;
  color:var(--muted);
}

.acila-site .service-card a{
  margin-top:20px;
  color:var(--brand-2);
  font-weight:950;
}

.acila-site .all-services-tools{
  display:grid;
  gap:18px;
  margin-bottom:22px;
}

.acila-site .tabs{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.acila-site .tab{
  border:1px solid #fed7aa;
  background:#fff;
  color:#9a3412;
  border-radius:999px;
  padding:11px 15px;
  font-weight:950;
  cursor:pointer;
}

.acila-site .tab.active{
  background:var(--brand);
  color:#111827;
  border-color:var(--brand);
}

.acila-site .service-search{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 16px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  box-shadow:0 12px 35px rgba(17,24,39,.05);
}

.acila-site .service-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
}

.acila-site .service-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.acila-site .service-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:78px;
  padding:15px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  box-shadow:0 12px 25px rgba(17,24,39,.045);
}

.acila-site .service-item strong{
  display:block;
  font-size:.96rem;
  line-height:1.2;
}

.acila-site .service-item small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-weight:750;
  text-transform:capitalize;
}

.acila-site .service-item a{
  min-width:max-content;
  color:var(--brand-2);
  font-weight:950;
  font-size:.88rem;
}

.acila-site .steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:38px;
}

.acila-site .step-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.acila-site .step-card b{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:50%;
  margin-bottom:28px;
  background:#fde68a;
  color:#111827;
  font-size:1.25rem;
  font-weight:950;
}

.acila-site .step-card h3{
  margin:0 0 10px;
  font-size:1.45rem;
  line-height:1.05;
  letter-spacing:-.045em;
}

.acila-site .step-card p{
  margin:0;
  color:rgba(255,255,255,.72);
}

.acila-site .gallery-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  gap:18px;
}

.acila-site .gallery-item{
  position:relative;
  overflow:hidden;
  min-height:240px;
  border-radius:30px;
  background:#ddd;
  box-shadow:var(--shadow-soft);
}

.acila-site .gallery-item:first-child{
  grid-row:span 2;
  min-height:498px;
}

.acila-site .gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.35s ease;
}

.acila-site .gallery-item:hover img{
  transform:scale(1.045);
}

.acila-site .gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.62));
}

.acila-site .gallery-item span{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:2;
  color:#fff;
  font-weight:950;
  text-shadow:0 3px 12px rgba(0,0,0,.35);
}

.acila-site .bairro-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:42px;
  align-items:start;
}

.acila-site .bairro-sticky{
  position:sticky;
  top:120px;
  padding:32px;
  border-radius:34px;
  color:#fff;
  background:var(--dark);
  box-shadow:var(--shadow);
}

.acila-site .bairro-sticky p{
  color:rgba(255,255,255,.72);
  margin:16px 0 24px;
}

.acila-site .bairro-list{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.acila-site .bairro-list span{
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:.9rem;
  font-weight:850;
}

.acila-site .faq-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:54px;
  align-items:start;
}

.acila-site details{
  background:#fff;
  border:1px solid #fed7aa;
  border-radius:22px;
  padding:20px 22px;
  margin-bottom:13px;
  box-shadow:0 10px 28px rgba(17,24,39,.04);
}

.acila-site summary{
  cursor:pointer;
  font-weight:950;
  letter-spacing:-.02em;
}

.acila-site details p{
  margin:12px 0 0;
  color:var(--muted);
}

.acila-site .final-cta{
  position:relative;
  overflow:hidden;
  padding:110px 0;
  background:
    linear-gradient(135deg,rgba(17,24,39,.92),rgba(17,24,39,.88)),
    url("https://navajowhite-dragonfly-349578.hostingersite.com/wp-content/uploads/2026/06/acila_img004.png") center/cover no-repeat;
  color:#fff;
  text-align:center;
}

.acila-site .final-cta h2{
  max-width:920px;
  margin:0 auto;
  font-size:clamp(2.35rem,5vw,5rem);
  line-height:.92;
  letter-spacing:-.08em;
}

.acila-site .final-cta p{
  max-width:720px;
  margin:22px auto 30px;
  color:rgba(255,255,255,.78);
  font-size:1.12rem;
}

.acila-site .final-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.acila-site .whats-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:10px 14px;
  border-radius:999px;
  color:#fde68a;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-weight:900;
}

.acila-site footer{
  background:#0b1220;
  color:rgba(255,255,255,.64);
  padding:28px 0;
  font-size:.9rem;
}

.acila-site footer .container{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.acila-site .zoog-credit{
  width:100%;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
  text-align:center;
  font-size:.86rem;
  color:rgba(255,255,255,.58);
}

.acila-site .zoog-credit a{
  color:rgba(255,255,255,.72);
  font-weight:750;
  transition:.2s ease;
}

.acila-site .zoog-credit a:hover{
  color:#FBBF24;
}

.acila-site .floating-whats{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9999;
  box-shadow:0 20px 40px rgba(34,197,94,.3);
}

.acila-site .mobile-cta{
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  padding:10px 12px;
  background:#fff;
  border-top:1px solid rgba(17,24,39,.1);
}

.acila-site .mobile-cta .btn{
  width:100%;
}

@media (max-width:1040px){
  .acila-site .nav-links{
    display:none;
  }
  .acila-site .hero-grid,
  .acila-site .section-head,
  .acila-site .bairro-layout,
  .acila-site .faq-grid{
    grid-template-columns:1fr;
  }
  .acila-site .hero-card{
    max-width:620px;
  }
  .acila-site .trust-grid,
  .acila-site .services-grid,
  .acila-site .service-list,
  .acila-site .pain-grid,
  .acila-site .steps-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .acila-site .conversion-card{
    grid-template-columns:1fr;
  }
  .acila-site .bairro-sticky{
    position:relative;
    top:auto;
  }
  .acila-site .gallery-grid{
    grid-template-columns:1fr 1fr;
  }
  .acila-site .gallery-item:first-child{
    grid-column:1/-1;
    grid-row:auto;
    min-height:360px;
  }
}

@media (max-width:782px){
  body.admin-bar .acila-site .nav{
    top:46px;
  }
}

@media (max-width:720px){
  .acila-site .topbar{
    display:none;
  }
  .acila-site .container{
    width:min(100% - 24px,var(--max));
  }
  .acila-site .nav-inner{
    min-height:74px;
  }
  .acila-site .brand-logo{
    width:76px;
  }
  .acila-site .brand-name{
    font-size:.98rem;
  }
  .acila-site .nav .btn-whats{
    display:none;
  }
  .acila-site section{
    padding:64px 0;
  }
  .acila-site .hero-grid{
    padding:48px 0 64px;
    gap:36px;
  }
  .acila-site .hero-actions .btn,
  .acila-site .final-actions .btn,
  .acila-site .conversion-card .btn{
    width:100%;
  }
  .acila-site .hero-card{
    padding:18px;
    border-radius:28px;
  }
  .acila-site .hero-image,
  .acila-site .hero-image img{
    min-height:230px;
  }
  .acila-site .bairro-field{
    display:block;
  }
  .acila-site .bairro-field button{
    width:100%;
    min-height:46px;
    margin-top:8px;
  }
  .acila-site .trust-grid,
  .acila-site .services-grid,
  .acila-site .service-list,
  .acila-site .pain-grid,
  .acila-site .steps-grid,
  .acila-site .gallery-grid{
    grid-template-columns:1fr;
  }
  .acila-site .trust-item{
    min-height:auto;
  }
  .acila-site .gallery-item,
  .acila-site .gallery-item:first-child{
    min-height:255px;
  }
  .acila-site .conversion-card{
    padding:22px;
    border-radius:26px;
  }
  .acila-site .service-card{
    min-height:auto;
  }
  .acila-site .floating-whats{
    display:none;
  }
  .acila-site .mobile-cta{
    display:block;
  }
  .acila-site{
    padding-bottom:76px;
  }
  .acila-site footer .container{
    display:block;
  }
}


/* Ajustes seguros adicionados: Versículo + YouTube */
.acila-site .faith-section{
  background:linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
  padding:86px 0;
}

.acila-site .faith-card{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:42px;
  align-items:center;
}

.acila-site .faith-card .section-title{
  color:#fff;
}

.acila-site .faith-verse{
  border-left:4px solid var(--brand);
  padding-left:28px;
}

.acila-site .faith-verse p{
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:clamp(1.25rem,2vw,1.65rem);
  line-height:1.35;
  font-weight:800;
}

.acila-site .faith-verse strong{
  display:block;
  margin-top:14px;
  color:#fde68a;
  font-weight:950;
}

.acila-site .youtube-footer{
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:18px;
}

.acila-site .btn-youtube{
  background:linear-gradient(135deg,#ef4444,#b91c1c);
  color:#fff !important;
}

@media (max-width:1040px){
  .acila-site .faith-card{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .acila-site .faith-section{
    padding:64px 0;
  }

  .acila-site .faith-verse{
    padding-left:18px;
  }
}


/* ACILA - Ajustes do plugin: Versículo + YouTube */
.acila-site .faith-section{
  background:linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
  padding:86px 0;
}
.acila-site .faith-card{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:42px;
  align-items:center;
}
.acila-site .faith-card .section-title{
  color:#fff;
}
.acila-site .faith-verse{
  border-left:4px solid var(--brand);
  padding-left:28px;
}
.acila-site .faith-verse p{
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:clamp(1.25rem,2vw,1.65rem);
  line-height:1.35;
  font-weight:800;
}
.acila-site .faith-verse strong{
  display:block;
  margin-top:14px;
  color:#fde68a;
  font-weight:950;
}
.acila-site .youtube-footer{
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:18px;
}
.acila-site .btn-youtube{
  background:linear-gradient(135deg,#ef4444,#b91c1c);
  color:#fff !important;
}
@media (max-width:1040px){
  .acila-site .faith-card{grid-template-columns:1fr;}
}
@media (max-width:720px){
  .acila-site .faith-section{padding:64px 0;}
  .acila-site .faith-verse{padding-left:18px;}
}



/* ACILA - Consulta de bairro restaurada no plugin */
.acila-site .bairro-result{
  display:none;
  margin-top:16px;
  padding:16px;
  border-radius:18px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#065f46;
}

.acila-site .bairro-result.show{
  display:block;
}

.acila-site .bairro-result strong{
  display:block;
  margin-bottom:12px;
  font-size:1.05rem;
  font-weight:950;
}

.acila-site .bairro-result .btn{
  width:100%;
}

.acila-site .bairro-field{
  display:flex;
  gap:8px;
  background:#fff;
  border:1px solid #fed7aa;
  border-radius:18px;
  padding:7px;
}

.acila-site .bairro-field input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  padding:12px 10px;
  background:transparent;
  color:var(--text);
}

.acila-site .bairro-field button{
  border:0;
  border-radius:14px;
  background:var(--dark);
  color:#fff;
  padding:0 18px;
  font-weight:950;
  cursor:pointer;
}

@media (max-width:720px){
  .acila-site .bairro-field{
    display:block;
  }
  .acila-site .bairro-field button{
    width:100%;
    min-height:46px;
    margin-top:8px;
  }
}
