/* Deferred hero + UI extensions */
.hero-deck{font-size:.95rem;line-height:1.55;color:var(--text-muted);margin:0 0 1rem;max-width:42em}
.hero-trust-pills{list-style:none;padding:0;margin:0 0 .9rem;display:flex;flex-wrap:wrap;gap:.28rem;width:100%}
.hero-trust-pills li{font-size:.58rem;font-weight:500;color:var(--text-muted);padding:.2rem .48rem;border-radius:999px;background:rgba(255,255,255,.42);border:1px solid rgba(28,28,28,.08);letter-spacing:.02em}
.hero-features{position:absolute;left:max(1rem,calc((100% - var(--max))/2));right:max(1rem,calc((100% - var(--max))/2));bottom:0;transform:translateY(50%);z-index:4}
.hero-features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:rgba(248,245,240,.72);backdrop-filter:blur(16px) saturate(1.12);-webkit-backdrop-filter:blur(16px) saturate(1.12);border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.55);box-shadow:0 12px 40px rgba(20,30,20,.1),inset 0 1px 0 rgba(255,255,255,.65);overflow:hidden}
.hero-feature{text-align:center;padding:1rem .75rem;border-right:1px solid rgba(255,255,255,.42)}
.hero-feature:last-child{border-right:none}
.hero-feature-label{display:block;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:.3rem;line-height:1.2}
.hero-feature-title{display:block;font-size:clamp(.8rem,1.4vw,.9rem);font-weight:700;color:var(--text);line-height:1.3}
@media(min-width:1025px){
  .hero-features{left:50%;right:auto;width:min(78%,760px);transform:translate(-50%,50%)}
  .hero-features-grid{border-radius:12px}
  .hero-feature{padding:1.15rem .55rem}
  .hero-feature-label{font-size:.56rem;margin-bottom:.28rem}
  .hero-feature-title{font-size:.88rem}
}
@media(max-width:1024px){
  .hero-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-feature{border-right:1px solid rgba(255,255,255,.42);border-bottom:none}
  .hero-feature:nth-child(2n){border-right:none}
  .hero-feature:nth-child(1),.hero-feature:nth-child(2){border-bottom:1px solid rgba(255,255,255,.42)}
}
@media(max-width:640px){
  .hero-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-feature{text-align:center;padding:.65rem .4rem;border-right:1px solid rgba(255,255,255,.42);border-bottom:none}
  .hero-feature:nth-child(2n){border-right:none}
  .hero-feature:nth-child(1),.hero-feature:nth-child(2){border-bottom:1px solid rgba(255,255,255,.42)}
  .hero-feature-label{font-size:.54rem;letter-spacing:.05em;margin-bottom:.2rem}
  .hero-feature-title{font-size:.74rem}
  .hero-cta{flex-wrap:nowrap;gap:.5rem}
  .hero-cta .btn{flex:1 1 0;min-width:0;padding:.72rem .55rem;font-size:.78rem;gap:.35rem}
  .hero-cta .btn svg{width:15px;height:15px}
  .hero-cta .btn-label-long{display:none}
  .hero-cta .btn-label-short{display:inline}
}
@media(max-width:640px){
  .header-btn-label{display:none}
  .header-btn{padding:.5rem .65rem}
}
.btn-outline{background:transparent;color:var(--green);border:1.5px solid var(--green)}
.btn-outline:hover{background:var(--green-light)}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:var(--green-dark)}
.sticky-cta{
  display:none;
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:95;
  padding:.55rem max(1rem,calc((100% - var(--max))/2));
  background:rgba(248,245,240,.94);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-top:1px solid rgba(0,0,0,.06);
  box-shadow:0 -4px 24px rgba(0,0,0,.08);
  gap:.5rem;
  opacity:0;
  visibility:hidden;
  transform:translateY(100%);
  transition:opacity .35s ease,visibility .35s,transform .35s ease;
}
.sticky-cta.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.sticky-cta .btn{flex:1 1 0;min-width:0;padding:.72rem .55rem;font-size:.8rem}
.sticky-cta .btn-label-long{display:none}
.sticky-cta .btn-label-short{display:inline}
.hero-trust-google{text-decoration:none}
.hero-trust-google:hover{color:var(--green)}
@media(max-width:768px){
  .sticky-cta{display:flex}
  body.has-sticky-cta{padding-bottom:4.25rem}
  .whatsapp-float{bottom:4.75rem}
}
.legal-page{padding:clamp(3rem,6vw,4rem) 0}
.legal-page h1{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 1rem}
.legal-page h2{font-size:1.1rem;margin:1.5rem 0 .5rem}
.legal-page p,.legal-page li{font-size:.95rem;line-height:1.7;color:var(--text-muted)}
.legal-page ul{padding-left:1.25rem;margin:.5rem 0 1rem}
.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1rem;margin-top:.5rem}
.footer-legal a{color:var(--green);text-decoration:none;font-size:.8rem;font-weight:500}
.footer-legal a:hover{text-decoration:underline}

.section{
  padding:clamp(3rem,6vw,5rem) 0;
  overflow-x:clip;
  max-width:100%;
  background:var(--cream);
  color:var(--text);
}
.section-dark{
  background:#1a201a;
  color:#eef1eb;
  --text:#f0f3ee;
  --text-muted:#aab4aa;
  --cream:#1a201a;
  --cream-deep:#232a23;
  --glass:rgba(255,255,255,.08);
  --glass-border:rgba(255,255,255,.14);
  --shadow-md:0 8px 32px rgba(0,0,0,.22);
  --shadow-lg:0 16px 48px rgba(0,0,0,.32);
  --green-light:rgba(76,195,92,.16);
  --green:#4cc35c;
  --green-dark:#3db34d;
}
.section-dark .faq-item[open] summary{border-bottom-color:rgba(255,255,255,.1)}
.section-dark .rules-note{color:var(--text-muted)}
.services-section{padding-top:calc(clamp(2.5rem,5vw,4rem) + var(--hero-features-overlap))}
.section-header{text-align:center;max-width:720px;margin:0 auto 2.5rem}
.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:.5rem}
.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 .75rem}
.section-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin:0}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.services-grid{grid-template-columns:1fr}}
.service-card{padding:1.5rem 1.35rem;border-radius:var(--radius-lg);text-align:left;transition:transform .25s,box-shadow .25s;position:relative}
.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.service-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:rgba(5,122,11,.1);
  color:var(--green);
  margin-bottom:.75rem;
}
.service-icon svg{width:22px;height:22px}
.service-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(5,122,11,.1);color:var(--green);font-size:.85rem;font-weight:700;margin-bottom:1rem;position:absolute;top:1.25rem;right:1.25rem}
.service-card h3{font-size:1.05rem;font-weight:700;margin:0 0 .6rem;line-height:1.3;color:var(--text)}
.service-card p{font-size:.9rem;line-height:1.65;color:var(--text-muted);margin:0}
.confidential{text-align:center;font-size:1.1rem;font-weight:600;color:var(--text-muted);margin-bottom:1.25rem}
.trust-strip{
  list-style:none;
  padding:0;
  margin:0 auto 2rem;
  max-width:920px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.65rem 1rem;
}
.trust-strip-item{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  font-size:.82rem;
  font-weight:600;
  color:var(--text-muted);
  padding:.45rem .85rem;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.trust-strip-item svg{width:16px;height:16px;color:var(--green);flex-shrink:0}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.25rem;
  margin-top:2rem;
  align-items:stretch;
}
@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){
  .pricing-grid{grid-template-columns:1fr}
  .section-dark .pricing-card.featured:hover{transform:translateY(-4px)}
}
.pricing-card{
  border-radius:var(--radius-lg);
  padding:1.75rem 1.5rem;
  display:grid;
  grid-template-rows:subgrid;
  grid-row:span 5;
  gap:0;
  transition:transform .25s,box-shadow .25s;
  position:relative;
}
.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.pricing-card.featured{
  border-color:rgba(76,195,92,.45);
  box-shadow:0 12px 40px rgba(0,0,0,.38),0 0 0 2px rgba(76,195,92,.22);
  padding-top:2.15rem;
}
.section-dark .pricing-card.featured:hover{
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 16px 48px rgba(0,0,0,.42),0 0 0 2px rgba(76,195,92,.3);
}
.pricing-ribbon{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  background:var(--green);
  color:#fff;
  font-size:.68rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.07em;
  padding:.38rem .9rem;
  border-radius:0 0 10px 10px;
  white-space:nowrap;
}
.pricing-card h3{
  font-size:1.05rem;font-weight:700;
  margin:0 0 .25rem;
  line-height:1.3;
  min-height:2.6em;
  align-self:start;
}
.pricing-card .starts{
  font-size:.8rem;
  color:var(--text-muted);
  margin:0 0 .5rem;
  align-self:start;
}
.pricing-price{
  font-size:2rem;font-weight:700;
  line-height:1;
  margin:0 0 1.25rem;
  min-height:2.1rem;
  display:flex;
  align-items:baseline;
  align-self:start;
}
.pricing-price sup{font-size:.9rem;font-weight:600;vertical-align:super;margin-right:2px}
.pricing-price sub{font-size:.85rem;font-weight:500;color:var(--text-muted)}
.pricing-card ul{
  list-style:none;
  padding:0;
  margin:0 0 1.5rem;
  align-self:start;
}
.pricing-card li{position:relative;padding-left:1.35rem;margin-bottom:.6rem;font-size:.9rem;color:var(--text-muted);line-height:1.5}
.pricing-card li::before{content:"";position:absolute;left:0;top:.45rem;width:8px;height:8px;border-radius:50%;background:var(--green)}
.pricing-card .btn{align-self:end;margin-top:auto}
.reviews-header{text-align:center;margin-bottom:2rem}
.reviews-google-badge{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem 1rem;
  margin-bottom:.85rem;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(5,122,11,.12);
  border-radius:999px;
  font-size:.85rem;
  font-weight:600;
  color:var(--text);
  box-shadow:0 2px 12px rgba(26,32,26,.06);
  text-decoration:none;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.reviews-google-badge:hover{
  border-color:rgba(5,122,11,.28);
  box-shadow:0 4px 16px rgba(26,32,26,.1);
  transform:translateY(-1px);
}
.reviews-google-badge svg{width:20px;height:20px;flex-shrink:0}
.reviews-badge-stars{color:#f5a623;font-size:.8rem;letter-spacing:1px}
.reviews-badge-score{font-weight:700}
.reviews-header h3{font-size:1.5rem;margin:0 0 .5rem}
.reviews-header p{color:var(--text-muted);max-width:560px;margin:0 auto}
.reviews-track-wrap{
  overflow:hidden;
  position:relative;
  width:100%;
  max-width:100%;
}
.reviews-track{display:flex;gap:1.25rem;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.review-card{
  flex:0 0 auto;
  box-sizing:border-box;
  padding:1.5rem;
  border-radius:var(--radius-lg);
}
.review-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--green)}
.review-name{font-weight:600;font-size:.95rem}
.review-date{font-size:.75rem;color:var(--text-muted)}
.stars{color:#f5a623;font-size:.9rem;letter-spacing:1px;margin-bottom:.5rem}
.review-text{font-size:.9rem;line-height:1.6;color:var(--text-muted);margin:0}
.reviews-nav{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}
.reviews-nav button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(5,122,11,.2);background:var(--glass);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.reviews-nav button:hover{background:var(--green-light)}
.faq-section{text-align:left;padding:clamp(2rem,4vw,3rem) 0}
.faq-list{
  max-width:820px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:.6rem;
}
.faq-list:not(.is-expanded) .faq-item-more{display:none}
.faq-load-wrap{max-width:820px;margin:1rem auto 0;text-align:center}
.faq-load-more{padding:.7rem 1.5rem;font-size:.88rem}
.faq-list.is-expanded + .faq-load-wrap{display:none}
.faq-item{
  border-radius:var(--radius-lg);
  overflow:hidden;
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:.95rem 1.15rem;
  padding-right:2.75rem;
  font-size:.95rem;
  font-weight:600;
  color:var(--text);
  line-height:1.4;
  position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:1.15rem;
  top:50%;
  transform:translateY(-50%);
  font-size:1.2rem;
  font-weight:700;
  color:var(--green);
  line-height:1;
}
.faq-item[open] summary::after{content:"−"}
.faq-item[open] summary{
  border-bottom:1px solid rgba(0,0,0,.06);
}
.faq-answer{
  padding:0 1.25rem 1.15rem;
}
.faq-answer p{
  margin:1rem 0 0;
  font-size:.9rem;
  line-height:1.65;
  color:var(--text-muted);
}
.faq-answer strong{color:var(--text);font-weight:600}
.rules-section .section-header{max-width:780px}
.rules-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.25rem;
  margin-bottom:1.75rem;
}
@media(max-width:900px){.rules-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.rules-grid{grid-template-columns:1fr}}
.rule-card{
  padding:1.35rem 1.25rem 1.25rem;
  border-radius:var(--radius-lg);
  text-align:left;
  display:flex;
  flex-direction:column;
}
.rule-highlight{
  display:block;
  font-size:clamp(1.35rem,2.5vw,1.65rem);
  font-weight:700;
  color:var(--green);
  line-height:1.1;
  margin-bottom:.45rem;
  letter-spacing:-.02em;
}
.rule-highlight-sep{
  opacity:.45;
  font-weight:500;
  padding:0 .1rem;
}
.rule-highlight-warn{color:#f0a060}
.rule-card h3{
  font-size:.72rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--text-muted);
  margin:0 0 .75rem;
  line-height:1.3;
}
.rule-points{
  list-style:none;
  padding:0;
  margin:0;
  margin-top:auto;
}
.rule-points li{
  position:relative;
  padding-left:.95rem;
  font-size:.84rem;
  line-height:1.45;
  color:var(--text-muted);
  margin-bottom:.45rem;
}
.rule-points li:last-child{margin-bottom:0}
.rule-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55rem;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--green);
}
.rules-note{
  max-width:720px;
  margin:0 auto;
  text-align:center;
  font-size:.82rem;
  line-height:1.6;
  color:var(--text-muted);
}
.process-timeline{
  list-style:none;
  padding:0;
  margin:2.5rem 0 0;
  display:flex;
  align-items:stretch;
  position:relative;
  gap:.5rem;
}
.process-timeline::before{
  content:"";
  position:absolute;
  top:27px;
  left:8%;
  right:8%;
  height:2px;
  background:linear-gradient(90deg,var(--green) 0%,rgba(5,122,11,.2) 100%);
  z-index:0;
}
.process-step{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  position:relative;
  z-index:1;
}
.process-marker{
  width:54px;height:54px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-weight:700;
  font-size:1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 1rem;
  border:4px solid var(--cream);
  box-shadow:0 4px 14px rgba(5,122,11,.22);
  flex-shrink:0;
}
.process-body{
  flex:1;
  display:flex;
  flex-direction:column;
  width:100%;
  padding:1.1rem 1rem 1.2rem;
  border-radius:var(--radius-lg);
  text-align:center;
}
.process-body h3{
  font-size:.95rem;
  font-weight:700;
  margin:0 0 .5rem;
  line-height:1.3;
  color:var(--text);
  min-height:2.6em;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.process-body p{
  font-size:.82rem;
  line-height:1.55;
  color:var(--text-muted);
  margin:0;
  flex:1;
}
@media(max-width:900px){
  .process-timeline{flex-wrap:wrap;gap:1.25rem;align-items:stretch}
  .process-timeline::before{display:none}
  .process-step{flex:1 1 calc(50% - .75rem);max-width:calc(50% - .75rem)}
}
@media(max-width:640px){
  .process-timeline{
    flex-direction:column;
    gap:0;
    padding-left:0;
    align-items:stretch;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
  .process-timeline::before{
    display:block;
    top:28px;
    bottom:28px;
    left:25px;
    right:auto;
    width:2px;
    height:auto;
    background:linear-gradient(180deg,var(--green) 0%,rgba(5,122,11,.15) 100%);
  }
  .process-step{
    flex:1 1 auto;
    max-width:100%;
    min-width:0;
    width:100%;
    flex-direction:row;
    align-items:flex-start;
    gap:.75rem;
    padding:0 0 1.5rem;
    box-sizing:border-box;
  }
  .process-step:last-child{padding-bottom:0}
  .process-marker{
    width:50px;height:50px;
    margin:0;
    flex-shrink:0;
  }
  .process-body{
    flex:1;
    min-width:0;
    width:auto;
    text-align:left;
    overflow-wrap:anywhere;
  }
  .process-body h3{
    min-height:auto;
    display:block;
    justify-content:flex-start;
  }
  .process-body p{flex:none}
}
.map-section{text-align:left}
.map-layout{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) 1.4fr;
  gap:1.25rem;
  align-items:stretch;
}
.contact-card{
  padding:1.5rem 1.35rem;
  border-radius:var(--radius-lg);
  display:flex;
  flex-direction:column;
}
.contact-card h3{
  font-size:1.1rem;
  font-weight:700;
  margin:0 0 1rem;
  color:var(--text);
}
.contact-list{
  list-style:none;
  padding:0;
  margin:0 0 1.25rem;
  display:flex;
  flex-direction:column;
  gap:.85rem;
}
.contact-list li{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  font-size:.88rem;
  line-height:1.5;
  color:var(--text-muted);
}
.contact-list svg{width:18px;height:18px;color:var(--green);flex-shrink:0;margin-top:.1rem}
.contact-list a{color:var(--green);text-decoration:none}
.contact-list a:hover{text-decoration:underline}
.contact-actions{
  display:flex;
  flex-direction:column;
  gap:.6rem;
  margin-top:auto;
}
.contact-actions .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  padding:.75rem 1rem;
  font-family:inherit;
  font-size:.88rem;
  font-weight:600;
  text-decoration:none;
  border-radius:999px;
  border:none;
  cursor:pointer;
  transition:background .2s,border-color .2s,box-shadow .2s;
}
.btn-outline-light{
  background:transparent;
  color:var(--text);
  border:1px solid rgba(255,255,255,.22);
}
.btn-outline-light:hover{
  border-color:rgba(76,195,92,.45);
  background:rgba(76,195,92,.12);
}
.map-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);min-height:100%}
.map-wrap iframe{display:block;width:100%;height:100%;min-height:360px;border:0}
@media(max-width:900px){
  .map-layout{grid-template-columns:1fr}
  .map-wrap iframe{min-height:300px}
}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}
@media(max-width:768px){.benefits-grid{grid-template-columns:1fr}}
.benefit-card{text-align:center;padding:1.75rem 1.25rem;border-radius:var(--radius-lg)}
.benefit-card h3{font-size:1.35rem;color:var(--green);margin:0 0 .35rem}
.benefit-card p{font-size:.9rem;color:var(--text-muted);margin:0}
.benefits-list{max-width:760px;margin:0 auto;padding:0;list-style:none}
.benefits-list li{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.95rem;line-height:1.7;color:var(--text-muted)}
.benefits-list li:last-child{border-bottom:0}
.benefits-list strong{color:var(--text)}
.disclaimer-box{max-width:800px;margin:0 auto;padding:1.5rem 2rem;border-radius:var(--radius-lg);font-size:.88rem;line-height:1.7;color:var(--text-muted);text-align:center}
.cta-section{
  text-align:center;
  padding:clamp(3.5rem,7vw,5rem) 0;
  background:var(--cream-deep);
  border-top:1px solid rgba(0,0,0,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.cta-block{max-width:720px;margin:0 auto}
.cta-block h2{
  font-size:clamp(1.5rem,3.5vw,2rem);
  font-weight:700;
  line-height:1.25;
  margin:0 0 1rem;
}
.cta-block p{
  color:var(--text-muted);
  font-size:1rem;
  line-height:1.7;
  margin:0 auto 1.75rem;
  max-width:640px;
}
.cta-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.75rem;
}
.cta-actions .btn{min-width:10.5rem}
.btn-call-light{
  background:#fff;
  color:var(--text);
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}
.btn-call-light:hover{
  border-color:rgba(5,122,11,.35);
  background:var(--green-light);
}
.site-footer{
  padding:2.75rem 0 0;
  font-size:.85rem;
  color:var(--text-muted);
  border-top:1px solid rgba(0,0,0,.06);
  background:var(--cream);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:2rem 1.5rem;
  padding-bottom:2rem;
  text-align:left;
}
.footer-brand p{
  margin:.85rem 0 0;
  max-width:320px;
  line-height:1.65;
  font-size:.88rem;
}
.footer-logo{display:inline-block;line-height:0}
.footer-logo img{width:118px;height:auto}
.footer-nav h4,
.footer-contact h4{
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--text);
  margin:0 0 .85rem;
}
.footer-nav ul,
.footer-contact ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.footer-nav a,
.footer-contact a{
  color:var(--green);
  text-decoration:none;
  font-weight:500;
}
.footer-nav a:hover,
.footer-contact a:hover{text-decoration:underline}
.footer-bottom{
  padding:1.25rem 0 2rem;
  border-top:1px solid rgba(0,0,0,.06);
  text-align:center;
}
.footer-bottom p{margin:0;font-size:.8rem}
.site-footer a{color:var(--green);text-decoration:none}
.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease,transform .65s ease;
}
.reveal.is-visible{
  opacity:1;
  transform:none;
}
@media(prefers-reduced-motion:reduce){
  .reveal{
    opacity:1;
    transform:none;
    transition:none;
  }
}
.whatsapp-float{
  position:fixed;
  bottom:24px;
  right:24px;
  width:56px;
  height:56px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 20px rgba(37,211,102,.45);
  z-index:90;
  transition:transform .25s ease,opacity .35s ease,visibility .35s ease;
}
.whatsapp-float:hover{transform:scale(1.08)}
.whatsapp-float.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:scale(.88);
}
.whatsapp-float svg{width:28px;height:28px;fill:#fff}
@media(max-width:768px){
  .trust-strip{gap:.5rem}
  .trust-strip-item{font-size:.76rem;padding:.4rem .7rem}
  .footer-grid{grid-template-columns:1fr;gap:1.5rem;text-align:center}
  .footer-brand p{margin-inline:auto}
  .footer-nav ul,
  .footer-contact ul{align-items:center}
  .cta-actions{
    flex-wrap:nowrap;
    gap:.5rem;
  }
  .cta-actions .btn{
    flex:1 1 0;
    min-width:0;
    padding:.75rem .65rem;
    font-size:.82rem;
  }
}
