/* Etherna Core v3.1 — Frontend CSS */
:root{
  --eco-gold:#C9A96E;--eco-gold-dark:#9E7A45;
  --eco-rose:#D4919A;--eco-rose-deep:#B5687A;
  --eco-black:#1A1A1A;--eco-sage:#8DAF93;--eco-cream:#FAF8F5;
}

/* Booking trigger cursor */
.eco-booking-trigger{cursor:pointer}

/* Back to top mobile */
@media(max-width:600px){#eco-top{bottom:5rem;right:1.2rem;width:40px;height:40px}}

/* Team */
.eco-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:2rem}
.eco-team-card{background:#fff;overflow:hidden;box-shadow:0 2px 20px rgba(0,0,0,.06)}
.eco-team-img{width:100%;height:280px;object-fit:cover;object-position:top;display:block}
.eco-team-body{padding:1.8rem}
.eco-team-name{font-family:Questrial,sans-serif;font-size:1.3rem;font-weight:400;color:var(--eco-black);margin:0 0 .4rem}
.eco-team-cargo{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--eco-rose);margin:0 0 .3rem}
.eco-team-cedula{font-family:Montserrat,sans-serif;font-size:.8rem;color:#aaa;font-weight:300;margin:0 0 1rem}
.eco-team-bio{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.85;color:#4A4846;font-weight:300}

/* FAQ */
.eco-faq-accordion{display:flex;flex-direction:column;gap:.5rem;max-width:820px}
.eco-faq-item{border:1px solid rgba(0,0,0,.08);overflow:hidden}
.eco-faq-q{width:100%;text-align:left;background:#fff;border:none;padding:1.2rem 1.5rem;font-family:Questrial,sans-serif;font-size:1.05rem;font-weight:400;color:var(--eco-black);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}
.eco-faq-q:hover,.eco-faq-q[aria-expanded="true"]{background:var(--eco-cream)}
.eco-faq-q[aria-expanded="true"]{color:var(--eco-gold)}
.eco-faq-q[aria-expanded="true"] .eco-faq-icon{transform:rotate(45deg)}
.eco-faq-icon{font-size:1.4rem;transition:transform .3s;flex-shrink:0;margin-left:1rem;color:var(--eco-gold)}
.eco-faq-a:not([hidden]){padding:1rem 1.5rem 1.4rem;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.9;color:#4A4846;font-weight:300}

/* Brands */
.eco-brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1.8rem}
.eco-brand-card{background:#fff;padding:2.2rem;border-top:3px solid var(--eco-gold);box-shadow:0 2px 20px rgba(0,0,0,.05);transition:transform .4s,box-shadow .4s}
.eco-brand-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.10)}
.eco-brand-logo{height:72px;display:flex;align-items:center;margin-bottom:1.2rem}
.eco-brand-logo img{max-height:60px;max-width:180px;width:auto;object-fit:contain;filter:grayscale(.2);transition:filter .3s}
.eco-brand-card:hover .eco-brand-logo img{filter:none}
.eco-brand-logo-text{font-family:Questrial,sans-serif;font-size:1.4rem;font-weight:400;color:var(--eco-black)}
.eco-brand-name{font-family:Questrial,sans-serif;font-size:1.3rem;font-weight:400;color:var(--eco-black);margin:0 0 .8rem}
.eco-brand-desc{font-family:Montserrat,sans-serif;font-size:.92rem;line-height:1.85;color:#4A4846;font-weight:300;margin:0 0 1rem}
.eco-brand-sellers-title{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--eco-gold);margin:1rem 0 .5rem}
.eco-brand-sellers-list{list-style:none;padding:0;margin:0 0 1rem}
.eco-brand-sellers-list li{font-family:Montserrat,sans-serif;font-size:.9rem;color:#4A4846;font-weight:300;padding:.4rem 0 .4rem 1.4rem;border-bottom:1px solid rgba(0,0,0,.06);position:relative}
.eco-brand-sellers-list li::before{content:"✦";position:absolute;left:0;top:.55rem;color:var(--eco-gold);font-size:.6rem}
.eco-brand-pending{font-family:Montserrat,sans-serif;font-size:.82rem;color:#9E7A45;background:#FAF0E0;padding:.6rem .9rem;margin:.8rem 0;border-left:2px solid var(--eco-gold)}
.eco-brand-link{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--eco-gold);text-decoration:none}
.eco-brand-link:hover{text-decoration:underline;text-underline-offset:3px}

/* Testimonials */
.eco-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.5rem}
.eco-testimonial-card{background:#fff;padding:2rem;border-top:3px solid var(--eco-rose);box-shadow:0 2px 16px rgba(0,0,0,.05)}
.eco-test-stars{color:var(--eco-gold);font-size:1rem;margin-bottom:.8rem}
.eco-test-text{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.85;color:#4A4846;font-weight:300;font-style:italic;margin:0 0 .8rem;padding:0;border:none}
.eco-test-author{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:500;color:var(--eco-rose);margin:0}

/* Before/After */
.eco-cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1.8rem}
.eco-case-card{background:#fff;overflow:hidden;box-shadow:0 2px 20px rgba(0,0,0,.06)}
.eco-case-cat{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--eco-rose);margin:.8rem 1rem .3rem}
.eco-case-title{font-family:Questrial,sans-serif;font-size:1.1rem;font-weight:400;color:var(--eco-black);margin:.3rem 1rem .8rem}
.eco-ba-slider{position:relative;width:100%;overflow:hidden;aspect-ratio:4/3;cursor:ew-resize;user-select:none}
.eco-ba-slider img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}
.eco-ba-after{position:absolute;inset:0}
.eco-ba-before{position:absolute;inset:0;width:50%;overflow:hidden}
.eco-ba-handle{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;cursor:ew-resize;display:flex;align-items:center;justify-content:center;transform:translateX(-50%);z-index:2}
.eco-ba-handle span{background:#fff;color:var(--eco-black);padding:.25rem .4rem;font-size:.8rem;font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:2px}
.eco-ba-labels{position:absolute;bottom:.6rem;left:0;right:0;display:flex;justify-content:space-between;padding:0 .8rem;pointer-events:none;z-index:2}
.eco-ba-labels span{background:rgba(0,0,0,.55);color:#fff;font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.22rem .55rem;border-radius:2px}
.eco-case-story{padding:1.2rem;font-family:Montserrat,sans-serif;font-size:.92rem;line-height:1.85;color:#4A4846;font-weight:300}

/* Stats */
.eco-stats-section{padding:4.5rem clamp(2rem,8vw,8rem)}
.eco-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:3rem;max-width:1100px;margin:0 auto;text-align:center}
.eco-stat-num{font-family:Questrial,sans-serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:400;color:var(--eco-gold);line-height:1;margin:0 0 .6rem}
.eco-stat-label{font-family:Montserrat,sans-serif;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:rgba(255,255,255,.5);margin:0}

/* Newsletter */
.eco-newsletter-section{padding:5rem clamp(2rem,8vw,8rem)}
.eco-newsletter-inner{max-width:640px;margin:0 auto;text-align:center}
.eco-nl-label{color:var(--eco-gold);font-family:Montserrat,sans-serif;font-size:.72rem;letter-spacing:.45em;text-transform:uppercase;font-weight:600;margin:0 0 1rem}
.eco-nl-title{font-family:Questrial,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;color:#fff;margin:0 0 1rem}
.eco-nl-sub{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.9;color:rgba(255,255,255,.65);font-weight:300;margin:0 0 2rem}
.eco-nl-form{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}
.eco-nl-input{flex:2;min-width:220px;padding:1rem 1.2rem;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:#fff;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:300;outline:none;transition:border-color .3s}
.eco-nl-input:focus{border-color:var(--eco-gold)}
.eco-nl-btn{background:var(--eco-gold);color:var(--eco-black);border:none;padding:1rem 2rem;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background .3s}
.eco-nl-btn:hover{background:var(--eco-gold-dark);color:#fff}
.eco-nl-note{font-family:Montserrat,sans-serif;font-size:.75rem;color:rgba(255,255,255,.3);margin:.8rem 0 0}

/* Contact section */
.eco-contact-section{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:start}
@media(max-width:768px){.eco-contact-section{grid-template-columns:1fr}}
.eco-contact-label{color:var(--eco-gold);font-family:Montserrat,sans-serif;font-size:.72rem;letter-spacing:.45em;text-transform:uppercase;font-weight:600;margin:0 0 .8rem}
.eco-contact-title{font-family:Questrial,sans-serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;color:var(--eco-black);margin:0 0 1rem}
.eco-contact-sub{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.9;color:#4A4846;font-weight:300;margin:0 0 2rem}
.eco-contact-item{display:block;font-family:Montserrat,sans-serif;font-size:1rem;color:#3A3835;text-decoration:none;margin-bottom:.8rem;font-weight:300;transition:color .3s}
.eco-contact-item:hover{color:var(--eco-gold)}
.eco-contact-wa:hover{color:#25D366!important}
.eco-native-form{display:flex;flex-direction:column;gap:1rem}
.eco-native-form input,.eco-native-form textarea{padding:1rem;border:1px solid rgba(0,0,0,.15);font-family:Montserrat,sans-serif;font-size:1rem;font-weight:300;outline:none;background:#fff;transition:border-color .3s;width:100%;box-sizing:border-box}
.eco-native-form input:focus,.eco-native-form textarea:focus{border-color:var(--eco-gold)}

/* Map */
.eco-map-wrapper{overflow:hidden}
.eco-map-wrapper iframe{display:block;width:100%;border:none}
.eco-map-placeholder{background:var(--eco-black);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem}
.eco-map-label{color:var(--eco-gold);font-family:Montserrat,sans-serif;font-size:.72rem;letter-spacing:.38em;text-transform:uppercase;font-weight:500;margin:0 0 1rem}
.eco-map-addr{font-family:Questrial,sans-serif;font-size:1.3rem;color:#fff;max-width:480px;margin:0 0 1.5rem;line-height:1.5}

/* Reviews */
.eco-reviews-section{padding:5.5rem clamp(2rem,8vw,8rem)}
.eco-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1.5rem;max-width:1200px;margin:0 auto}
.eco-review-card{background:#fff;padding:2rem;border-top:3px solid var(--eco-gold);box-shadow:0 2px 20px rgba(0,0,0,.05)}
.eco-review-header{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}
.eco-review-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Questrial,sans-serif;font-size:.9rem;color:#fff}
.eco-review-name{font-family:Questrial,sans-serif;font-size:1rem;color:var(--eco-black);margin:0}
.eco-review-stars{color:var(--eco-gold);font-size:1rem;margin-bottom:.9rem}
.eco-review-text{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.85;color:#4A4846;font-weight:300;font-style:italic;margin:0}
.eco-review-treat{font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--eco-gold);margin:1rem 0 0}

/* Consultas grid */
.consultas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr))!important;gap:1.5rem!important}
.consultas-grid .wp-block-column{min-width:0}

/* Tratamentos grid */
.tratamentos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr))!important;gap:1.2rem!important}
.tratamentos-grid .wp-block-column{min-width:0}

/* CF7 integration */
.eco-contact-form .wpcf7-form input:not([type=submit]),
.eco-contact-form .wpcf7-form textarea,
.eco-contact-form .wpcf7-form select{
  width:100%;padding:1rem;border:1px solid rgba(0,0,0,.15);font-family:Montserrat,sans-serif;
  font-size:1rem;font-weight:300;outline:none;background:#fff;
  transition:border-color .3s;margin-bottom:.8rem;box-sizing:border-box
}
.eco-contact-form .wpcf7-form input:focus,.eco-contact-form .wpcf7-form textarea:focus{border-color:var(--eco-gold)}
.eco-contact-form .wpcf7-form input[type=submit]{
  background:var(--eco-gold);color:var(--eco-black);border:none;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;cursor:pointer;width:auto;padding:1rem 2.5rem
}

/* Hero full-width cover override */
.etherna-hero .wp-block-cover__image-background{object-position:center center}
/* Hero: 38vh on inner pages, 100vh on homepage */
.wp-block-cover.etherna-hero{min-height:32vh!important}
/* Homepage keeps full height */
.home .wp-block-cover.etherna-hero,
.page-template-front-page .wp-block-cover.etherna-hero{min-height:100vh!important}
/* Mobile: all heroes compact */
@media(max-width:768px){
  .wp-block-cover.etherna-hero{min-height:35vh!important}
  .home .wp-block-cover.etherna-hero{min-height:80vh!important}
}

/* ═══════════════════════════════════════════════════════════════
   BOOKING POPUP  (v5.0)
   ═══════════════════════════════════════════════════════════════ */
#eco-booking-popup{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center}
#eco-booking-popup.eco-bp-open{display:flex}
#eco-booking-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(4px)}
#eco-booking-modal{
  position:relative;z-index:1;background:#fff;
  width:min(520px,92vw);padding:3rem 2.5rem 2.5rem;
  text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.25);
  animation:eco-bp-in .35s cubic-bezier(.22,.68,0,1.2) both
}
@keyframes eco-bp-in{from{opacity:0;transform:translateY(28px) scale(.96)}to{opacity:1;transform:none}}
#eco-booking-close{
  position:absolute;top:1rem;right:1.2rem;
  background:none;border:none;font-size:1.6rem;line-height:1;
  color:#aaa;cursor:pointer;padding:.2rem .5rem;transition:color .2s
}
#eco-booking-close:hover{color:var(--eco-black)}
#eco-booking-label{
  font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;
  letter-spacing:.42em;text-transform:uppercase;color:var(--eco-sage);
  margin:0 0 1rem
}
#eco-booking-title{
  font-family:Questrial,sans-serif;font-size:clamp(1.6rem,4vw,2.2rem);
  font-weight:400;color:var(--eco-black);margin:0 0 .7rem;line-height:1.15
}
#eco-booking-sub{
  font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.8;
  font-weight:300;color:#6a6866;max-width:380px;margin:0 auto 2rem
}
#eco-booking-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}
.eco-bp-btn{
  display:flex;align-items:center;gap:1rem;
  padding:1.1rem 1.6rem;text-decoration:none;
  border-radius:0;transition:transform .25s,box-shadow .25s
}
.eco-bp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.14)}
.eco-bp-phone{background:var(--eco-gold);color:var(--eco-black)}
.eco-bp-whatsapp{background:#25D366;color:#fff}
.eco-bp-btn-icon{font-size:1.5rem;flex-shrink:0}
.eco-bp-btn-text{display:flex;flex-direction:column;text-align:left}
.eco-bp-btn-text em{font-style:normal;font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;opacity:.75;margin-bottom:.15rem}
.eco-bp-btn-text{font-family:Questrial,sans-serif;font-size:1.1rem}
#eco-booking-note{font-family:Montserrat,sans-serif;font-size:.78rem;color:#aaa;font-weight:300;margin:0}

/* ═══════════════════════════════════════════════════════════════
   TEAM CARDS  — v5 improvements
   ═══════════════════════════════════════════════════════════════ */

/* Image: portrait-aware crop — keeps face visible */
.eco-team-img{
  width:100%;height:320px;object-fit:cover;
  object-position:center 20%;display:block
}

/* Specialties tags */
.eco-team-specialties{
  display:flex;flex-wrap:wrap;gap:.4rem;margin:.8rem 0 1rem
}
.eco-team-spec-tag{
  font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;
  letter-spacing:.15em;text-transform:uppercase;
  background:var(--eco-cream);color:var(--eco-sage);
  padding:.25rem .7rem;border:1px solid rgba(141,175,147,.35)
}

/* Schedule chips */
.eco-team-schedule{
  margin:.5rem 0 1rem;
  font-family:Montserrat,sans-serif;font-size:.82rem;
  color:#6a6866;font-weight:300;line-height:1.7
}
.eco-team-schedule strong{
  color:var(--eco-black);font-weight:500;font-size:.72rem;
  letter-spacing:.15em;text-transform:uppercase;display:block;margin-bottom:.3rem
}

/* Social links row */
.eco-team-social{
  display:flex;gap:.7rem;margin:1rem 0 .5rem;flex-wrap:wrap;align-items:center
}
.eco-team-social a{
  font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;
  color:var(--eco-gold);text-decoration:none;
  border:1px solid rgba(201,169,110,.45);padding:.3rem .75rem;
  transition:background .25s,color .25s
}
.eco-team-social a:hover{background:var(--eco-gold);color:var(--eco-black)}

/* Expand / collapse extra info */
.eco-team-extra{
  display:none;border-top:1px solid rgba(0,0,0,.07);
  padding-top:1rem;margin-top:.5rem
}
.eco-team-extra--open{display:block}
.eco-team-more-btn{
  background:none;border:none;font-family:Montserrat,sans-serif;
  font-size:.72rem;font-weight:600;letter-spacing:.15em;
  text-transform:uppercase;color:var(--eco-gold);cursor:pointer;
  padding:.4rem 0;margin-top:.5rem;transition:opacity .2s
}
.eco-team-more-btn:hover{opacity:.75}

/* Full-page team member layout (single-eco_team.php) */
.eco-team-single{max-width:1100px;margin:0 auto;padding:4rem clamp(1.5rem,5vw,5rem)}
.eco-team-single-grid{display:grid;grid-template-columns:minmax(0,340px) 1fr;gap:4rem;align-items:start}
@media(max-width:768px){.eco-team-single-grid{grid-template-columns:1fr}}
.eco-team-single-img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center 15%}
.eco-team-single-meta{display:flex;flex-direction:column;gap:1.5rem}
.eco-team-section-label{
  font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;
  letter-spacing:.38em;text-transform:uppercase;color:var(--eco-sage);
  margin:0 0 .5rem
}

/* ═══════════════════════════════════════════════════════════════
   BRAND CARDS  — v5 improvements
   ═══════════════════════════════════════════════════════════════ */

/* Image inside brand card */
.eco-brand-img{
  width:100%;height:180px;object-fit:cover;
  object-position:center;display:block;margin-bottom:1.2rem
}
.eco-brand-img-wrap{
  width:100%;height:180px;overflow:hidden;
  background:var(--eco-cream);margin-bottom:1.2rem;
  display:flex;align-items:center;justify-content:center
}
.eco-brand-img-wrap img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease
}
.eco-brand-card:hover .eco-brand-img-wrap img{transform:scale(1.04)}

/* Bestseller badge */
.eco-brand-bestseller-badge{
  display:inline-block;background:var(--eco-gold);color:var(--eco-black);
  font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;padding:.2rem .55rem;
  margin-left:.5rem;vertical-align:middle
}

/* Category tag on brand */
.eco-brand-cat{
  font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:var(--eco-rose);
  margin:0 0 .4rem
}

/* ═══════════════════════════════════════════════════════════════
   GALLERY — multiple images support (v5)
   ═══════════════════════════════════════════════════════════════ */
.eco-gallery{
  display:grid;gap:1rem;
  grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr))
}
.eco-gallery img{
  width:100%;aspect-ratio:4/3;object-fit:cover;
  display:block;transition:transform .4s ease
}
.eco-gallery img:hover{transform:scale(1.03)}
.eco-gallery .eco-gallery-wide{grid-column:span 2}
@media(max-width:600px){.eco-gallery .eco-gallery-wide{grid-column:span 1}}

/* ═══════════════════════════════════════════════════════════════
   HERO IMAGE FIX — prevent face cropping
   ═══════════════════════════════════════════════════════════════ */
/* For pages with a known portrait hero, use object-position:top */
.etherna-hero.eco-hero-portrait .wp-block-cover__image-background{
  object-position:center top !important
}
/* Global fallback for all team images: always show top portion */
.eco-team-img,.eco-team-single-img{
  object-position:center 15% !important
}

/* ═══════════════════════════════════════════════════════════════
   PERCURSO DA PACIENTE  (v5.1)
   ═══════════════════════════════════════════════════════════════ */
.eco-percurso{max-width:1000px;margin:0 auto;padding:clamp(3rem,6vw,6rem) clamp(1.5rem,5vw,4rem)}
.eco-percurso-intro{text-align:center;margin-bottom:4rem}
.eco-percurso-title{font-family:Questrial,sans-serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:400;color:#1A1A1A;margin:.6rem 0 1rem;line-height:1.15}
.eco-percurso-sub{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:300;color:#6a6866;line-height:1.8;max-width:580px;margin:0 auto}
.eco-percurso-steps{position:relative;display:flex;flex-direction:column;gap:0}
.eco-percurso-steps::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,#C9A96E 10%,#C9A96E 90%,transparent);transform:translateX(-50%)}
.eco-percurso-step{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start;padding:2.5rem 0;position:relative}
.eco-percurso-step--left .eco-percurso-step-num{order:2;justify-self:center}
.eco-percurso-step--left .eco-percurso-step-content{order:1;text-align:right}
.eco-percurso-step--left .eco-percurso-step-icon{margin-left:auto}
.eco-percurso-step--right .eco-percurso-step-num{order:1;justify-self:center}
.eco-percurso-step--right .eco-percurso-step-content{order:2}
.eco-percurso-step-num{width:52px;height:52px;border-radius:50%;background:#C9A96E;color:#1A1A1A;font-family:Questrial,sans-serif;font-size:1rem;font-weight:400;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 0 6px #FAF8F5,0 0 0 7px rgba(201,169,110,.3)}
.eco-percurso-step-icon{font-size:2rem;margin-bottom:.5rem;display:block}
.eco-percurso-step-title{font-family:Questrial,sans-serif;font-size:1.35rem;font-weight:400;color:#1A1A1A;margin:0 0 .25rem}
.eco-percurso-step-sub{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#C9A96E;margin:0 0 .8rem}
.eco-percurso-step-desc{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300;line-height:1.85;color:#4A4846;margin:0 0 .8rem}
.eco-percurso-step-note{font-family:Montserrat,sans-serif;font-size:.78rem;color:#aaa;font-weight:400}
.eco-percurso-cta{text-align:center;background:#FAF8F5;padding:4rem 2rem;margin-top:3rem}
@media(max-width:680px){
  .eco-percurso-steps::before{left:26px}
  .eco-percurso-step{grid-template-columns:auto 1fr;grid-template-rows:auto}
  .eco-percurso-step--left .eco-percurso-step-num,.eco-percurso-step--right .eco-percurso-step-num{order:1!important}
  .eco-percurso-step--left .eco-percurso-step-content,.eco-percurso-step--right .eco-percurso-step-content{order:2!important;text-align:left!important}
  .eco-percurso-step--left .eco-percurso-step-icon{margin-left:0!important}
}

/* ═══════════════════════════════════════════════════════════════
   NEWSLETTER v2  (v5.1)
   ═══════════════════════════════════════════════════════════════ */
.eco-nl2{padding:clamp(3rem,6vw,6rem) clamp(1.5rem,5vw,5rem)}
.eco-nl2-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
@media(max-width:680px){.eco-nl2-inner{grid-template-columns:1fr;gap:2rem}}
.eco-nl2-title{font-family:Questrial,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:400;color:#fff;margin:.5rem 0 1.2rem;line-height:1.2}
.eco-nl2-perks{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}
.eco-nl2-perks li{font-family:Montserrat,sans-serif;font-size:.88rem;font-weight:300;color:rgba(255,255,255,.8);line-height:1.6}
.eco-nl2-freq{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:400;color:rgba(255,255,255,.4);letter-spacing:.1em}
.eco-nl2-form{display:flex;flex-direction:column;gap:.7rem}
.eco-nl2-input{font-family:Montserrat,sans-serif;font-size:.9rem;padding:.9rem 1rem;border:none;border-bottom:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;outline:none}
.eco-nl2-input::placeholder{color:rgba(255,255,255,.4)}
.eco-nl2-input:focus{border-bottom-color:#C9A96E}
.eco-nl2-btn{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:1rem;background:#C9A96E;color:#1A1A1A;border:none;cursor:pointer;margin-top:.4rem;transition:background .2s}
.eco-nl2-btn:hover{background:#9E7A45;color:#fff}
.eco-nl2-rgpd{font-family:Montserrat,sans-serif;font-size:.72rem;color:rgba(255,255,255,.35);margin:0}

/* ═══════════════════════════════════════════════════════════════
   MOBILE TREATMENT OPTIMISATION  (v5.1)
   ═══════════════════════════════════════════════════════════════ */
@media(max-width:768px){
  /* Ficha técnica em accordion no mobile */
  .eco-treat-specs{padding:0}
  .eco-treat-spec-item{border-bottom:1px solid #eae7e2;overflow:hidden}
  .eco-treat-spec-label{
    display:flex;align-items:center;justify-content:space-between;
    padding:.9rem 1rem;font-family:Montserrat,sans-serif;font-size:.82rem;
    font-weight:600;color:#1A1A1A;cursor:pointer;background:#fafafa;
    user-select:none
  }
  .eco-treat-spec-label::after{content:'+';font-size:1.1rem;color:#C9A96E;transition:transform .25s}
  .eco-treat-spec-item.open .eco-treat-spec-label::after{content:'−'}
  .eco-treat-spec-val{
    display:none;padding:.7rem 1rem 1rem;font-family:Montserrat,sans-serif;
    font-size:.85rem;font-weight:300;color:#4A4846;line-height:1.7;background:#fff
  }
  .eco-treat-spec-item.open .eco-treat-spec-val{display:block}
  /* Botões de contacto maiores no mobile */
  .eco-booking-trigger,.wp-block-button__link{min-height:56px!important;font-size:.85rem!important;padding:1.1rem 2rem!important}
  /* Hero mais compacto no mobile */
  /* hero handled by .home class above */
  /* Texto de tratamentos legível */
  .eco-treat-body p,.eco-treat-body li{font-size:.95rem!important;line-height:1.85!important}
}

/* Mobile spec accordion JS init */

/* ═══════════════════════════════════════════════════════════════
   BRAND CARDS — v5.2 enhancements
   ═══════════════════════════════════════════════════════════════ */

/* Meta tags row (category, country, year) */
.eco-brand-meta-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:.6rem 0 .8rem}
.eco-brand-origin{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:500;background:#e1f5ee;color:#085041;padding:.2rem .6rem;border-radius:100px}
.eco-brand-year{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:500;background:#FAF8F5;color:#6a6866;border:1px solid #eae7e2;padding:.2rem .6rem;border-radius:100px}

/* Tagline */
.eco-brand-tagline{font-family:Montserrat,sans-serif;font-size:.82rem;font-style:italic;font-weight:300;color:#888;margin:.2rem 0 .8rem;line-height:1.5}

/* Certifications */
.eco-brand-certs{display:flex;flex-wrap:wrap;gap:.35rem;margin:.8rem 0}
.eco-brand-cert-badge{font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#1A1A1A;color:#C9A96E;padding:.25rem .65rem;border-radius:2px}

/* Products section */
.eco-brand-products{margin:1rem 0;padding:1rem;background:#FAF8F5;border-left:3px solid #C9A96E}
.eco-brand-products-title{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#C9A96E;margin:0 0 .6rem}

/* New badge */
.eco-brand-new-badge{display:inline-block;background:#8DAF93;color:#fff;font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.18rem .5rem;margin-left:.4rem;border-radius:2px}

/* Secondary image */
.eco-brand-img2-wrap{width:100%;overflow:hidden;margin:.8rem 0;border-radius:2px}
.eco-brand-img2-wrap img{width:100%;height:140px;object-fit:cover;display:block;transition:transform .4s ease}
.eco-brand-card:hover .eco-brand-img2-wrap img{transform:scale(1.03)}

/* Brand gallery */
.eco-brand-gallery{grid-template-columns:repeat(3,1fr)!important;gap:.4rem!important;margin:.8rem 0!important}
.eco-brand-gallery img{height:80px!important;border-radius:2px}

/* Footer */
.eco-brand-footer{margin-top:auto;padding-top:.8rem;border-top:1px solid #eae7e2}
.eco-brand-distributor{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:400;color:#6a6866;margin:0 0 .4rem}

/* Logo refinement */
.eco-brand-logo{display:flex;align-items:center;justify-content:flex-start;padding:.5rem 0;margin-bottom:.4rem}
.eco-brand-logo img{max-height:44px;max-width:140px;width:auto;object-fit:contain;filter:none}

/* ═══════════════════════════════════════════════════════════════
   NEWSLETTER POPUP  (v5.2)
   ═══════════════════════════════════════════════════════════════ */
#eco-nl-popup{display:none;position:fixed;inset:0;z-index:99998;align-items:center;justify-content:center}
#eco-nl-popup.eco-nl-open{display:flex}
#eco-nl-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}
#eco-nl-modal{
  position:relative;z-index:1;
  background:#1A1A1A;color:#fff;
  width:min(560px,94vw);padding:2.5rem 2.5rem 2rem;
  text-align:center;
  box-shadow:0 24px 80px rgba(0,0,0,.4);
  animation:eco-nl-in .4s cubic-bezier(.22,.68,0,1.2) both
}
@keyframes eco-nl-in{from{opacity:0;transform:translateY(32px) scale(.97)}to{opacity:1;transform:none}}
#eco-nl-close{position:absolute;top:1rem;right:1.2rem;background:none;border:none;font-size:1.5rem;color:rgba(255,255,255,.4);cursor:pointer;transition:color .2s;padding:.2rem .5rem;line-height:1}
#eco-nl-close:hover{color:#fff}
#eco-nl-deco{font-size:2rem;margin-bottom:.8rem;line-height:1}
#eco-nl-kicker{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;color:#C9A96E;margin:0 0 .8rem}
#eco-nl-title{font-family:Questrial,sans-serif;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:400;color:#fff;margin:0 0 .8rem;line-height:1.2}
#eco-nl-sub{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300;color:rgba(255,255,255,.6);line-height:1.8;max-width:400px;margin:0 auto 1.2rem}
#eco-nl-perks{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}
#eco-nl-perks span{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:400;color:rgba(255,255,255,.55)}
.eco-nl-row{display:flex;gap:.6rem;margin-bottom:.6rem;flex-wrap:wrap}
.eco-nl-popup-input{flex:1;min-width:0;font-family:Montserrat,sans-serif;font-size:.88rem;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#fff;outline:none}
.eco-nl-popup-input::placeholder{color:rgba(255,255,255,.35)}
.eco-nl-popup-input:focus{border-color:#C9A96E}
.eco-nl-popup-btn{width:100%;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:1rem;background:#C9A96E;color:#1A1A1A;border:none;cursor:pointer;transition:background .2s;margin-bottom:.8rem}
.eco-nl-popup-btn:hover{background:#9E7A45;color:#fff}
.eco-nl-legal{font-family:Montserrat,sans-serif;font-size:.72rem;color:rgba(255,255,255,.3);margin:0 0 1rem}
.eco-nl-legal a{color:#C9A96E;text-decoration:none}
#eco-nl-more{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:400;color:rgba(255,255,255,.35);text-decoration:none;display:block;margin-top:.5rem}
#eco-nl-more:hover{color:rgba(255,255,255,.6)}

/* MailPoet override inside popup */
#eco-nl-form-wrap .mailpoet_form{background:transparent!important;border:none!important;padding:0!important}
#eco-nl-form-wrap input[type="email"]{
  width:100%!important;padding:.8rem 1rem!important;
  border:1px solid rgba(255,255,255,.15)!important;
  background:rgba(255,255,255,.06)!important;color:#fff!important;
  font-family:Montserrat,sans-serif!important;font-size:.88rem!important
}
#eco-nl-form-wrap .mailpoet_submit{
  width:100%!important;background:#C9A96E!important;
  border:none!important;color:#1A1A1A!important;
  font-family:Montserrat,sans-serif!important;font-size:.78rem!important;
  font-weight:600!important;letter-spacing:.18em!important;
  text-transform:uppercase!important;padding:1rem!important;cursor:pointer!important
}

/* ═══════════════════════════════════════════════════════════════
   CARROSSEL DE NOVIDADES  (v5.2)
   ═══════════════════════════════════════════════════════════════ */
.eco-carousel-wrap{padding:4rem clamp(1.5rem,5vw,5rem);overflow:hidden}
.eco-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}
.eco-carousel-header .eco-section-label{margin:0}
.eco-carousel-nav{display:flex;gap:.5rem}
.eco-carousel-btn{
  width:40px;height:40px;border:1px solid rgba(201,169,110,.4);background:transparent;
  color:#C9A96E;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .2s,opacity .2s
}
.eco-carousel-btn:hover{background:rgba(201,169,110,.15)}
.eco-carousel{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}
.eco-carousel-slide{min-width:33.333%;padding:0 .6rem;flex-shrink:0}
@media(max-width:1023px){.eco-carousel-slide{min-width:50%}}
@media(max-width:639px){.eco-carousel-slide{min-width:100%}}
.eco-carousel-card{display:block;text-decoration:none;background:#fff;height:100%;transition:transform .3s,box-shadow .3s}
.eco-carousel-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}
.eco-carousel-img{height:200px;overflow:hidden}
.eco-carousel-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.eco-carousel-card:hover .eco-carousel-img img{transform:scale(1.05)}
.eco-carousel-img--placeholder{background:#2a2a2a;display:flex;align-items:center;justify-content:center;color:#C9A96E;font-size:2rem}
.eco-carousel-body{padding:1.2rem 1.4rem}
.eco-carousel-cat{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#C9A96E;margin:0 0 .5rem}
.eco-carousel-title{font-family:Questrial,sans-serif;font-size:1.1rem;font-weight:400;color:#1A1A1A;margin:0 0 .6rem;line-height:1.3}
.eco-carousel-excerpt{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:300;color:#6a6866;line-height:1.7;margin:0 0 .8rem}
.eco-carousel-date{font-family:Montserrat,sans-serif;font-size:.72rem;color:#bbb;font-weight:300;margin:0 0 .8rem}
.eco-carousel-cta{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C9A96E;display:inline-block}
.eco-carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}
.eco-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(201,169,110,.3);cursor:pointer;transition:background .2s,transform .2s;padding:0}
.eco-carousel-dot.active{background:#C9A96E;transform:scale(1.3)}

/* ═══════════════════════════════════════════════════════════════
   COMPARADOR v2
   ═══════════════════════════════════════════════════════════════ */
.eco-comp2{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,4rem);max-width:1200px;margin:0 auto}
.eco-comp2-hero{text-align:center;margin-bottom:3rem}
.eco-comp2-kicker{font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;color:var(--eco-sage);margin:0 0 .8rem}
.eco-comp2-title{font-family:Questrial,sans-serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:400;color:var(--eco-black);margin:0 0 1rem;line-height:1.15}
.eco-comp2-sub{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:300;color:#6a6866;line-height:1.85;max-width:600px;margin:0 auto}
/* Controls */
.eco-comp2-controls{margin-bottom:2.5rem}
.eco-comp2-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.2rem}
.eco-comp2-tab{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.08em;padding:.5rem 1.1rem;border:1px solid #e0ddd8;background:#fff;color:#6a6866;cursor:pointer;transition:all .2s;white-space:nowrap}
.eco-comp2-tab:hover{border-color:#C9A96E;color:#C9A96E}
.eco-comp2-tab.active{background:#C9A96E;border-color:#C9A96E;color:#1A1A1A;font-weight:600}
.eco-comp2-filters{display:flex;gap:.8rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:.8rem}
.eco-comp2-filter{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:160px}
.eco-comp2-filter label{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#aaa}
.eco-comp2-filter select{font-family:Montserrat,sans-serif;font-size:.85rem;padding:.65rem .9rem;border:1px solid #e0ddd8;background:#fff;color:#1A1A1A;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A96E' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center}
.eco-comp2-count{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:500;color:#C9A96E;letter-spacing:.05em}
/* Grid */
.eco-comp2-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.2rem}
@keyframes eco-comp2-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.eco-comp2-card{background:#fff;border:1px solid #eae7e2;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;animation:eco-comp2-in .35s ease both;transition:box-shadow .25s,transform .25s}
.eco-comp2-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}
.eco-comp2-card-head{display:flex;align-items:flex-start;gap:.9rem}
.eco-comp2-icone{font-size:1.6rem;flex-shrink:0;line-height:1;margin-top:.1rem}
.eco-comp2-card-nome{font-family:Questrial,sans-serif;font-size:1.15rem;font-weight:400;color:#1A1A1A;margin:0 0 .4rem;line-height:1.2}
.eco-comp2-badges{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}
.eco-comp2-inv{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.2rem .55rem;border-radius:100px}
.eco-inv-none{background:#dcfce7;color:#166534}
.eco-inv-min{background:#fef9c3;color:#854d0e}
.eco-inv-low{background:#fee2e2;color:#991b1b}
.eco-comp2-preco{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;color:#C9A96E;letter-spacing:.08em}
.eco-comp2-card-desc{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:300;color:#4A4846;line-height:1.75;margin:0}
.eco-comp2-card-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.9rem 0;border-top:1px solid #f5f2ee;border-bottom:1px solid #f5f2ee}
.eco-comp2-meta-item{display:flex;flex-direction:column;gap:.15rem}
.eco-comp2-meta-label{font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#bbb}
.eco-comp2-meta-val{font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:400;color:#1A1A1A}
.eco-comp2-card-tags{display:flex;gap:.35rem;flex-wrap:wrap}
.eco-comp2-obj-tag{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:500;background:#FAF8F5;border:1px solid #eae7e2;padding:.2rem .55rem;color:#8DAF93}
.eco-comp2-card-actions{display:flex;gap:.6rem;margin-top:auto}
.eco-comp2-btn-info{flex:1;text-align:center;font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.75rem;border:1px solid #C9A96E;color:#C9A96E;text-decoration:none;transition:background .2s,color .2s}
.eco-comp2-btn-info:hover{background:#C9A96E;color:#1A1A1A}
.eco-comp2-btn-wa{flex:1;text-align:center;font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.75rem;background:#25D366;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.4rem}
.eco-comp2-btn-wa span{font-size:.9rem}
.eco-comp2-empty{text-align:center;padding:4rem 2rem}
.eco-comp2-empty-icon{font-size:2.5rem;margin-bottom:1rem}
.eco-comp2-empty-title{font-family:Questrial,sans-serif;font-size:1.4rem;font-weight:400;color:#1A1A1A;margin-bottom:.5rem}
.eco-comp2-empty-sub{font-family:Montserrat,sans-serif;font-size:.9rem;color:#888;margin-bottom:1.5rem}
.eco-comp2-cta-btn{display:inline-flex;align-items:center;padding:.9rem 2rem;background:#C9A96E;color:#1A1A1A;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;text-decoration:none}
.eco-comp2-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #eae7e2;text-align:center}
.eco-comp2-footer-note{font-family:Montserrat,sans-serif;font-size:.82rem;color:#aaa;line-height:1.7;max-width:540px;margin:0 auto 1.5rem}

/* ═══════════════════════════════════════════════════════════════
   QUIZ v2
   ═══════════════════════════════════════════════════════════════ */
.eco-quiz2{font-family:Montserrat,sans-serif;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,5vw,4rem)}
.eco-quiz2-shell{display:grid;grid-template-columns:300px 1fr;gap:0;max-width:960px;margin:0 auto;border:1px solid #eae7e2;overflow:hidden}
@media(max-width:760px){.eco-quiz2-shell{grid-template-columns:1fr}.eco-quiz2-sidebar{display:none}}
/* Sidebar */
.eco-quiz2-sidebar{background:#1A1A1A;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.2rem}
.eco-quiz2-brand{font-size:.65rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;color:#C9A96E;margin:0}
.eco-quiz2-sidebar-title{font-family:Questrial,sans-serif;font-size:1.5rem;font-weight:400;color:#fff;margin:0;line-height:1.25}
.eco-quiz2-sidebar-sub{font-size:.82rem;font-weight:300;color:rgba(255,255,255,.55);line-height:1.7;margin:0}
.eco-quiz2-sidebar-perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}
.eco-quiz2-sidebar-perks li{font-size:.82rem;font-weight:300;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:.6rem;line-height:1.4}
.eco-quiz2-perk-icon{color:#C9A96E;font-weight:600;flex-shrink:0}
.eco-quiz2-sidebar-prog{margin-top:auto}
.eco-quiz2-prog-steps{display:flex;flex-wrap:wrap;gap:.5rem}
.eco-quiz2-step-dot{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:all .3s}
.eco-quiz2-step-dot.active{background:#C9A96E;transform:scale(1.1)}
.eco-quiz2-step-dot.done{background:rgba(201,169,110,.25)}
/* Main */
.eco-quiz2-main{background:#fff;display:flex;flex-direction:column}
.eco-quiz2-topbar{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;border-bottom:1px solid #f5f2ee}
.eco-quiz2-prog-bar-wrap{flex:1;height:4px;background:#f0ede8;border-radius:2px;overflow:hidden}
.eco-quiz2-prog-bar{height:100%;background:linear-gradient(90deg,#C9A96E,#9E7A45);border-radius:2px;transition:width .5s ease}
.eco-quiz2-prog-txt{font-size:.72rem;font-weight:500;color:#aaa;white-space:nowrap;min-width:50px;text-align:right}
.eco-quiz2-content{padding:2rem 2rem 2.5rem;flex:1}
@keyframes eco-quiz2-slide{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:none}}
.eco-quiz2-content:not(.eco-quiz2-fade){animation:eco-quiz2-slide .3s ease both}
.eco-quiz2-fade{opacity:0}
/* Question */
.eco-quiz2-q-wrap{display:flex;flex-direction:column;gap:1.2rem}
.eco-quiz2-q-icon{font-size:2.2rem;line-height:1}
.eco-quiz2-q-title{font-family:Questrial,sans-serif;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:400;color:#1A1A1A;margin:0;line-height:1.2}
.eco-quiz2-q-hint{font-size:.82rem;font-weight:300;color:#aaa;margin:0}
.eco-quiz2-opts{display:flex;flex-direction:column;gap:.5rem}
.eco-quiz2-opt{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;background:#faf9f7;border:1px solid #eae7e2;cursor:pointer;text-align:left;transition:all .2s;font-family:inherit}
.eco-quiz2-opt:hover{border-color:#C9A96E;background:#fef6e9}
.eco-quiz2-opt-icon{font-size:1.15rem;flex-shrink:0;line-height:1}
.eco-quiz2-opt-label{flex:1;font-size:.9rem;font-weight:400;color:#1A1A1A;line-height:1.3}
.eco-quiz2-opt-arrow{font-size:.8rem;color:#C9A96E;flex-shrink:0;transition:transform .2s}
.eco-quiz2-opt:hover .eco-quiz2-opt-arrow{transform:translateX(4px)}
/* Contact step */
.eco-quiz2-contact{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}
.eco-quiz2-input{font-family:Montserrat,sans-serif;font-size:.9rem;padding:.85rem 1rem;border:1px solid #eae7e2;color:#1A1A1A;width:100%;outline:none;transition:border-color .2s}
.eco-quiz2-input:focus{border-color:#C9A96E}
.eco-quiz2-submit{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:1.1rem 2rem;background:#C9A96E;color:#1A1A1A;border:none;cursor:pointer;width:100%;transition:background .2s}
.eco-quiz2-submit:hover{background:#9E7A45;color:#fff}
.eco-quiz2-contact-note{font-size:.75rem;color:#bbb;text-align:center;margin:.6rem 0 0}
/* Result */
.eco-quiz2-result{display:flex;flex-direction:column;gap:1.2rem}
.eco-quiz2-result-head{display:flex;align-items:flex-start;gap:1rem}
.eco-quiz2-result-icon{font-size:2.5rem;flex-shrink:0;line-height:1}
.eco-quiz2-result-name{font-family:Questrial,sans-serif;font-size:1.5rem;font-weight:400;color:#1A1A1A;margin:0 0 .2rem}
.eco-quiz2-result-sub{font-size:.85rem;color:#888;margin:0;font-weight:300}
.eco-quiz2-rec{background:#FAF8F5;border-left:3px solid #C9A96E;padding:1rem 1.2rem}
.eco-quiz2-rec-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.4rem;flex-wrap:wrap}
.eco-quiz2-rec-name{font-family:Questrial,sans-serif;font-size:1.1rem;font-weight:400;color:#1A1A1A}
.eco-quiz2-rec-link{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#C9A96E;text-decoration:none;white-space:nowrap}
.eco-quiz2-rec-reason{font-size:.85rem;font-weight:300;color:#6a6866;line-height:1.7;margin:0}
.eco-quiz2-wa-btn{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.5rem;background:#25D366;color:#fff;text-decoration:none}
.eco-quiz2-wa-icon{font-size:1.6rem;flex-shrink:0}
.eco-quiz2-wa-btn em{font-style:normal;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.8;display:block;margin-bottom:.1rem}
.eco-quiz2-wa-btn span:last-child{font-family:Questrial,sans-serif;font-size:1.1rem}
.eco-quiz2-disclaimer{font-size:.75rem;color:#bbb;text-align:center;line-height:1.6;font-weight:300}
.eco-quiz2-restart{background:none;border:none;font-size:.75rem;color:#ccc;cursor:pointer;text-decoration:underline;font-family:Montserrat,sans-serif;padding:.3rem;display:block;margin:0 auto}

/* ═══════════════════════════════════════════════════════════════
   GUIAS PRÉ E PÓS TRATAMENTO
   ═══════════════════════════════════════════════════════════════ */
.eco-prep-guide{background:#FAF8F5;border:1px solid #eae7e2;padding:2rem clamp(1.5rem,4vw,3rem);margin:2.5rem 0}
.eco-prep-guide-inner{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
@media(max-width:680px){.eco-prep-guide-inner{grid-template-columns:1fr}}
.eco-prep-col{}
.eco-prep-header{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:2px solid}
.eco-prep-header--pre{border-color:#C9A96E}
.eco-prep-header--pos{border-color:#8DAF93}
.eco-prep-icon{font-size:1.3rem;line-height:1}
.eco-prep-header h3{font-family:Questrial,sans-serif;font-size:1.1rem;font-weight:400;color:#1A1A1A;margin:0}
.eco-prep-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}
.eco-prep-list li{display:flex;align-items:flex-start;gap:.6rem;font-family:Montserrat,sans-serif;font-size:.86rem;font-weight:300;color:#4A4846;line-height:1.65}
.eco-prep-bullet{color:#C9A96E;font-weight:600;flex-shrink:0;margin-top:.1rem}
.eco-prep-note{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:300;color:#aaa;line-height:1.7;margin-top:2rem;padding-top:1.2rem;border-top:1px solid #eae7e2;grid-column:1/-1}

/* ═══════════════════════════════════════════════════════════════
   TRATAMENTOS RELACIONADOS
   ═══════════════════════════════════════════════════════════════ */
.eco-related{padding:0}
.eco-related-label{font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;color:var(--eco-sage);margin:0 0 1.5rem;text-align:center}
.eco-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:640px){.eco-related-grid{grid-template-columns:1fr}}
.eco-related-card{display:block;text-decoration:none;background:#fff;border:1px solid #eae7e2;overflow:hidden;transition:transform .3s,box-shadow .3s}
.eco-related-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.1)}
.eco-related-img{height:180px;overflow:hidden;background:#FAF8F5}
.eco-related-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.eco-related-card:hover .eco-related-img img{transform:scale(1.05)}
.eco-related-img--none{display:flex;align-items:center;justify-content:center;color:#C9A96E;font-size:2rem}
.eco-related-body{padding:1rem 1.2rem}
.eco-related-body h4{font-family:Questrial,sans-serif;font-size:1rem;font-weight:400;color:#1A1A1A;margin:0 0 .4rem}
.eco-related-body p{font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:300;color:#6a6866;line-height:1.6;margin:0 0 .6rem}
.eco-related-cta{font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#C9A96E}

/* ═══════════════════════════════════════════════════════════════
   MELHORIAS VISUAIS — mais cor e contraste
   ═══════════════════════════════════════════════════════════════ */

/* Colour accent border on section labels */
.eco-section-label{
  display:inline-block;
  font-family:Montserrat,sans-serif;
  font-size:.68rem;font-weight:600;
  letter-spacing:.42em;text-transform:uppercase;
  color:var(--eco-gold);margin:0 0 1rem
}

/* Richer treatment card hover on /tratamentos */
.tratamentos-grid .wp-block-column{
  transition:transform .3s,box-shadow .3s
}
.tratamentos-grid .wp-block-column:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 48px rgba(0,0,0,.12)
}

/* Image grid utility — use in any page */
.eco-img-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:0;overflow:hidden}
.eco-img-grid-3 img{width:100%;height:360px;object-fit:cover;display:block;filter:brightness(.92);transition:filter .4s,transform .4s}
.eco-img-grid-3 img:hover{filter:brightness(1);transform:scale(1.03)}
@media(max-width:640px){.eco-img-grid-3{grid-template-columns:1fr}}

/* Gold divider line */
.eco-divider-gold{height:2px;background:linear-gradient(90deg,transparent,#C9A96E,transparent);margin:3rem 0;border:none}

/* Coloured stat number */
.eco-stat-gold .eco-stat-num{color:#C9A96E}
.eco-stat-rose .eco-stat-num{color:#D4919A}
.eco-stat-sage .eco-stat-num{color:#8DAF93}

/* Tag cloud for treatments */
.eco-tag-cloud{display:flex;flex-wrap:wrap;gap:.4rem}
.eco-tag-cloud span{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .8rem}
.eco-tag-gold{background:#C9A96E;color:#1A1A1A}
.eco-tag-dark{background:#1A1A1A;color:#C9A96E}
.eco-tag-rose{background:#D4919A;color:#fff}
.eco-tag-sage{background:#8DAF93;color:#fff}

/* ═══════════════════════════════════════════════════════════════
   FORMULÁRIO DE PRÉ-MARCAÇÃO VIA WHATSAPP
   ═══════════════════════════════════════════════════════════════ */
.eco-bf{max-width:760px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,3rem)}

/* Header */
.eco-bf-header{text-align:center;margin-bottom:3rem}
.eco-bf-kicker{font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;color:var(--eco-sage);margin:0 0 .7rem}
.eco-bf-title{font-family:Questrial,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;color:var(--eco-black);margin:0 0 .8rem;line-height:1.15}
.eco-bf-sub{font-family:Montserrat,sans-serif;font-size:.92rem;font-weight:300;color:#6a6866;line-height:1.85;max-width:540px;margin:0 auto .8rem}
.eco-bf-trust{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.eco-bf-trust span{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:500;color:#8DAF93;letter-spacing:.05em}

/* Steps */
.eco-bf-steps{display:flex;flex-direction:column;gap:0}
.eco-bf-step{border:1px solid #eae7e2;background:#fff;padding:1.8rem;margin-bottom:1rem;transition:all .3s}
.eco-bf-step--active{border-color:#C9A96E;box-shadow:0 4px 24px rgba(201,169,110,.12)}
.eco-bf-step--hidden{display:none}
.eco-bf-step-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}
.eco-bf-step-num{width:32px;height:32px;background:#C9A96E;color:#1A1A1A;font-family:Questrial,sans-serif;font-size:.9rem;font-weight:400;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%}
.eco-bf-step-title{font-family:Questrial,sans-serif;font-size:1.1rem;font-weight:400;color:#1A1A1A;margin:0 0 .2rem}
.eco-bf-step-hint{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:300;color:#aaa;margin:0}

/* Option buttons */
.eco-bf-options{display:flex;flex-direction:column;gap:.6rem}
.eco-bf-opt{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;background:#faf9f7;border:1px solid #eae7e2;cursor:pointer;text-align:left;transition:all .2s;font-family:inherit;width:100%}
.eco-bf-opt:hover{border-color:#C9A96E;background:#fef6e9}
.eco-bf-opt--sel{border-color:#C9A96E;background:#fef6e9;border-width:2px}
.eco-bf-opt-icon{font-size:1.5rem;flex-shrink:0;line-height:1}
.eco-bf-opt-body{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}
.eco-bf-opt-label{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;color:#1A1A1A}
.eco-bf-opt-desc{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:300;color:#6a6866;line-height:1.4}
.eco-bf-opt-note{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:400;color:#C9A96E;letter-spacing:.05em}
.eco-bf-opt-check{font-size:.9rem;color:#C9A96E;opacity:0;transition:opacity .2s;flex-shrink:0}
.eco-bf-opt--sel .eco-bf-opt-check{opacity:1}

/* Treatment grid */
.eco-bf-treat-search{margin-bottom:.8rem}
.eco-bf-search-input{width:100%;font-family:Montserrat,sans-serif;font-size:.88rem;padding:.75rem 1rem;border:1px solid #eae7e2;color:#1A1A1A;outline:none;transition:border-color .2s}
.eco-bf-search-input:focus{border-color:#C9A96E}
.eco-bf-treat-grid{display:flex;flex-wrap:wrap;gap:.5rem}
.eco-bf-treat-btn{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500;padding:.5rem 1rem;border:1px solid #eae7e2;background:#faf9f7;color:#4A4846;cursor:pointer;transition:all .2s}
.eco-bf-treat-btn:hover{border-color:#C9A96E;color:#C9A96E}
.eco-bf-treat-btn--sel{background:#C9A96E;border-color:#C9A96E;color:#1A1A1A;font-weight:600}

/* Date / period fields */
.eco-bf-datetime-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:560px){.eco-bf-datetime-grid{grid-template-columns:1fr}}
.eco-bf-contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:560px){.eco-bf-contacts-grid{grid-template-columns:1fr}}
.eco-bf-field{display:flex;flex-direction:column;gap:.4rem}
.eco-bf-field--full{grid-column:1/-1}
.eco-bf-label{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#888}
.eco-bf-input{font-family:Montserrat,sans-serif;font-size:.9rem;padding:.8rem 1rem;border:1px solid #eae7e2;color:#1A1A1A;width:100%;outline:none;transition:border-color .2s;background:#faf9f7}
.eco-bf-input:focus{border-color:#C9A96E;background:#fff}
.eco-bf-textarea{min-height:90px;resize:vertical}
.eco-bf-period-opts{display:flex;gap:.5rem;flex-wrap:wrap}
.eco-bf-period-btn{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500;padding:.5rem .9rem;border:1px solid #eae7e2;background:#faf9f7;color:#4A4846;cursor:pointer;transition:all .2s}
.eco-bf-period-btn:hover{border-color:#C9A96E}
.eco-bf-period-btn--sel{background:#1A1A1A;border-color:#1A1A1A;color:#C9A96E;font-weight:600}
.eco-bf-rgpd{font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:300;color:#6a6866;display:flex;align-items:flex-start;gap:.5rem;line-height:1.6;cursor:pointer}
.eco-bf-rgpd a{color:#C9A96E;text-decoration:none}
.eco-bf-rgpd input{margin-top:.2rem;flex-shrink:0;accent-color:#C9A96E}

/* Footer progress + button */
.eco-bf-footer{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid #f0ede8}
.eco-bf-progress{flex:1;display:flex;align-items:center;gap:.8rem}
.eco-bf-prog-bar{flex:1;height:4px;background:#f0ede8;border-radius:2px;overflow:hidden}
.eco-bf-prog-fill{height:100%;background:linear-gradient(90deg,#C9A96E,#9E7A45);border-radius:2px;transition:width .4s ease}
.eco-bf-prog-txt{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:400;color:#aaa;white-space:nowrap}
.eco-bf-next{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.9rem 2rem;background:#C9A96E;color:#1A1A1A;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}
.eco-bf-next:hover:not(:disabled){background:#9E7A45;color:#fff}
.eco-bf-next:disabled{opacity:.35;cursor:not-allowed}

/* Preview */
.eco-bf-preview{margin-top:2rem}
.eco-bf-preview-label{font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.38em;text-transform:uppercase;color:#8DAF93;margin:0 0 1rem;text-align:center}
.eco-bf-preview-msg{font-family:monospace;font-size:.82rem;line-height:1.7;color:#1A1A1A;background:#FAF8F5;border:1px solid #eae7e2;border-left:3px solid #25D366;padding:1.2rem 1.4rem;white-space:pre-wrap;margin-bottom:1.2rem}
.eco-bf-wa-btn{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.5rem;background:#25D366;color:#fff;text-decoration:none;margin-bottom:.8rem}
.eco-bf-wa-icon{font-size:1.8rem;flex-shrink:0;line-height:1}
.eco-bf-wa-btn em{font-style:normal;font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.8;display:block;margin-bottom:.1rem}
.eco-bf-wa-btn span:last-child{font-family:Questrial,sans-serif;font-size:1.1rem}
.eco-bf-wa-note{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:300;color:#aaa;line-height:1.7;text-align:center;margin:.5rem 0 1rem}
.eco-bf-restart{display:block;margin:0 auto;background:none;border:none;font-family:Montserrat,sans-serif;font-size:.75rem;color:#ccc;cursor:pointer;text-decoration:underline;font-weight:300}

/* booking popup form button */
.eco-bp-form{background:var(--eco-cream,#FAF8F5);color:var(--eco-black,#1A1A1A);border:1px solid rgba(201,169,110,.4)}
.eco-bp-form:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}

/* ── Booking form v6 — RGPD section + new fields ──────────────── */
.eco-bf-field-hint{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:300;color:#bbb;margin-top:.2rem;display:block}
.eco-bf-rgpd-section{background:#FAF8F5;border:1px solid #eae7e2;border-top:2px solid #C9A96E;padding:1.4rem;display:flex;flex-direction:column;gap:.9rem}
.eco-bf-rgpd-title{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#1A1A1A;margin:0 0 .2rem}
.eco-bf-rgpd--required{background:#fff;border:1px solid #eae7e2;padding:.9rem 1rem}
.eco-bf-rgpd--required strong{color:#1A1A1A}
.eco-bf-rgpd--optional{background:#fff;border:1px solid #f0ede8;padding:.9rem 1rem;border-left:3px solid #8DAF93}
.eco-bf-rgpd--optional strong{color:#4A4846}
.eco-bf-rgpd--optional input{accent-color:#8DAF93}
.eco-bf-rgpd-note{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:300;color:#aaa;line-height:1.7;margin:0;padding-top:.8rem;border-top:1px solid #eae7e2}
.eco-bf-rgpd-note a{color:#C9A96E;text-decoration:none}

/* ═══════════════════════════════════════════════════════════════
   TEAM APTIDÕES — página equipa
   ═══════════════════════════════════════════════════════════════ */
.eco-team-aptidoes{margin:.9rem 0 .5rem}
.eco-team-apt-group-label{font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#aaa;margin:.6rem 0 .3rem}
.eco-team-apt-tags{display:flex;flex-wrap:wrap;gap:.3rem}
.eco-team-apt-tag{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:500;padding:.2rem .65rem;border-radius:100px;text-decoration:none;transition:all .2s}
.eco-team-apt-tag--consult{background:#e1f5ee;color:#085041;border:1px solid rgba(8,80,65,.15)}
.eco-team-apt-tag--treat{background:#FAF8F5;color:#C9A96E;border:1px solid rgba(201,169,110,.3)}
.eco-team-apt-tag--treat:hover{background:#C9A96E;color:#1A1A1A}

/* Booking form prestador aptidões line */
.eco-bf-opt-apts{display:block;font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:300;color:rgba(201,169,110,.8);margin-top:.2rem;line-height:1.4}


/* ═══════════════════════════════════════════════════════════════
   GLOBAL SPACING — less scroll, more content
   ═══════════════════════════════════════════════════════════════ */
/* Inner pages: compact sections */
.wp-block-group.alignfull:not(.etherna-hero) {
    --section-pad: clamp(2rem,4vw,3.5rem);
}

/* Reduce spacers on mobile */
@media(max-width:768px) {
    .wp-block-spacer { height: calc(var(--h) * 0.6) !important; }
}

/* Image strips: no gap, seamless */
.eco-img-strip {
    display: grid;
    gap: 0;
    overflow: hidden;
}
.eco-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.95);
    transition: filter .4s;
}
.eco-img-strip img:hover { filter: brightness(1); }

/* Section label — tighter */
.eco-section-label { margin-bottom: .5rem !important; }

/* wp:group with background: tighter padding on mobile */
@media(max-width:640px) {
    .wp-block-group.alignfull[style*="padding:3rem"],
    .wp-block-group.alignfull[style*="padding:4rem"],
    .wp-block-group.alignfull[style*="padding:5rem"] {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* Hero title on mobile: single line if possible */
@media(max-width:480px) {
    .wp-block-cover.etherna-hero { min-height: 55vh !important; }
    .home .wp-block-cover.etherna-hero { min-height: 85vh !important; }
}

/* ── Compact sections — less scroll ─────────────────────────────── */
/* Sections with explicit 5rem padding — reduce to 3rem */
@media(min-width:1px){
  .wp-block-group.alignfull[style*="padding:5rem"]{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important;
  }
  .wp-block-group.alignfull[style*="padding:4rem"]{
    padding-top:2rem!important;
    padding-bottom:2rem!important;
  }
  .wp-block-group.alignfull[style*="padding:5.5rem"]{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important;
  }
}
@media(max-width:640px){
  .wp-block-group.alignfull[style*="padding"]{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important;
  }
}


/* ═══════════════════════════════════════════════════════════════
   MITO VS REALIDADE
   ═══════════════════════════════════════════════════════════════ */
.eco-mito-wrap{display:flex;flex-direction:column;gap:.5rem;max-width:760px;margin:0 auto}
.eco-mito-item{border:1px solid #eae7e2;overflow:hidden}
.eco-mito-btn{width:100%;display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;background:#faf9f7;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .2s}
.eco-mito-btn:hover{background:#fef6e9}
.eco-mito-badge{font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.2rem .65rem;border-radius:100px;flex-shrink:0;white-space:nowrap}
.eco-mito-badge--m{background:#fee2e2;color:#991b1b}
.eco-mito-badge--r{background:#dcfce7;color:#166534}
.eco-mito-label{flex:1;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:400;color:#1A1A1A}
.eco-mito-arrow{font-size:1.2rem;color:#C9A96E;flex-shrink:0;font-weight:300;line-height:1;transition:transform .2s}
.eco-mito-body{padding:1rem 1.2rem 1.2rem;background:#fff;border-top:1px solid #f0ede8;display:flex;flex-direction:column;gap:.6rem}
.eco-mito-text{font-family:Montserrat,sans-serif;font-size:.88rem;font-weight:300;color:#4A4846;line-height:1.8;margin:0}

/* ═══════════════════════════════════════════════════════════════
   GALERIA ANTES / DEPOIS
   ═══════════════════════════════════════════════════════════════ */
.eco-ba-wrap{padding:0}
.eco-ba-filters{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}
.eco-ba-filter{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.08em;padding:.45rem 1rem;border:1px solid #eae7e2;background:#fff;color:#6a6866;cursor:pointer;transition:all .2s}
.eco-ba-filter:hover,.eco-ba-filter.active{background:#C9A96E;border-color:#C9A96E;color:#1A1A1A;font-weight:600}
.eco-ba-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.2rem}
.eco-ba-card{background:#fff;border:1px solid #eae7e2;overflow:hidden}
.eco-ba-images{display:grid;grid-template-columns:1fr 1fr;gap:0}
.eco-ba-img-wrap{position:relative;overflow:hidden;cursor:zoom-in;height:200px}
.eco-ba-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.eco-ba-img-wrap:hover img{transform:scale(1.04)}
.eco-ba-label{position:absolute;bottom:.5rem;left:.5rem;font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.2rem .6rem;border-radius:100px}
.eco-ba-label--before{background:rgba(0,0,0,.55);color:#fff}
.eco-ba-label--after{background:rgba(201,169,110,.9);color:#1A1A1A}
.eco-ba-meta{padding:.9rem 1rem;border-top:1px solid #f0ede8}
.eco-ba-treat{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C9A96E;margin:0 0 .2rem}
.eco-ba-sessions{font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:300;color:#888;margin:0 0 .2rem}
.eco-ba-result{font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:300;color:#4A4846;line-height:1.5;margin:0}
.eco-ba-empty{padding:3rem;text-align:center}
.eco-ba-legal{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:300;color:#aaa;text-align:center;margin:1.5rem 0 0;line-height:1.6}

/* ═══════════════════════════════════════════════════════════════
   TIMELINE DE ENVELHECIMENTO
   ═══════════════════════════════════════════════════════════════ */
.eco-timeline-item{border-left:2px solid #C9A96E;padding-left:1.5rem;position:relative;margin-bottom:2rem}
.eco-timeline-item::before{content:'';position:absolute;left:-5px;top:.3rem;width:8px;height:8px;border-radius:50%;background:#C9A96E}

/* ══ Heading contrast (plugin) ═════════════════════════════════════ */
.wp-block-group[style*="background:#FAF8F5"] h1,
.wp-block-group[style*="background:#FAF8F5"] h2,
.wp-block-group[style*="background:#FAF8F5"] h3,
.wp-block-group[style*="background:#fff"] h1,
.wp-block-group[style*="background:#fff"] h2,
.wp-block-group[style*="background:#fff"] h3,
.wp-block-group[style*="background:#D4919A"] h1,
.wp-block-group[style*="background:#D4919A"] h2,
.wp-block-group[style*="background:#D4919A"] h3,
.wp-block-group[style*="background:#C9A96E"] h1,
.wp-block-group[style*="background:#C9A96E"] h2,
.wp-block-group[style*="background:#C9A96E"] h3 {
  color: #1A1A1A !important;
}
.wp-block-group[style*="background:#1A1A1A"] h1,
.wp-block-group[style*="background:#1A1A1A"] h2,
.wp-block-group[style*="background:#1A1A1A"] h3,
.wp-block-group[style*="background:#1A1A1A"] p:not([style*="color:#C9A96E"]) {
  color: #fff !important;
}
.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover p {
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.3);
}

/* ══════════════════════════════════════════════════════════════════
   TEAM CARD v3 — Specialist highlights + edit affordance
   ══════════════════════════════════════════════════════════════════ */
.eco-team-card__edit {
  position: absolute; top: .6rem; right: .6rem;
  background: rgba(0,0,0,.55); color: #fff;
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; text-decoration: none;
  opacity: 0; transition: opacity .2s;
  z-index: 2;
}
.eco-team-card:hover .eco-team-card__edit { opacity: 1; }

/* Specialist highlights */
.eco-team-card__specialist {
  margin: .8rem 0;
  background: linear-gradient(135deg, rgba(201,169,110,.08), rgba(201,169,110,.04));
  border: 1px solid rgba(201,169,110,.25);
  border-left: 3px solid #C9A96E;
  padding: .7rem .9rem;
}
.eco-team-card__specialist-label {
  font-family: Montserrat, sans-serif;
  font-size: .62rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: #C9A96E; margin: 0 0 .4rem;
}
.eco-team-card__specialist-tags {
  display: flex; flex-wrap: wrap; gap: .3rem;
}
.eco-team-specialist-tag {
  font-family: Montserrat, sans-serif;
  font-size: .72rem; font-weight: 600;
  background: #C9A96E; color: #1A1A1A;
  padding: .2rem .65rem; border-radius: 100px;
  text-decoration: none; transition: background .2s;
}
.eco-team-specialist-tag:hover { background: #9E7A45; color: #fff; }

/* Collapsible aptidões */
.eco-team-card__aptidoes-detail { margin: .6rem 0; }
.eco-team-card__aptidoes-summary {
  font-family: Montserrat, sans-serif;
  font-size: .75rem; font-weight: 500; color: #888;
  cursor: pointer; list-style: none; padding: .3rem 0;
  display: flex; align-items: center; gap: .3rem;
}
.eco-team-card__aptidoes-summary::before { content: '+'; font-size: .9rem; color: #C9A96E; }
details[open] .eco-team-card__aptidoes-summary::before { content: '−'; }
.eco-team-card__aptidoes-summary::-webkit-details-marker { display: none; }

/* Schedule note */
.eco-team-card__schedule-note {
  font-size: .72rem; opacity: .6;
}

/* ══════════════════════════════════════════════════════════════════
   HERO CTA BUTTONS — homepage special
   ══════════════════════════════════════════════════════════════════ */
.eco-hero-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .78rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 1rem 2.4rem; text-decoration: none;
  transition: all .25s; border: none; cursor: pointer;
}
.eco-hero-btn--primary {
  background: #C9A96E; color: #1A1A1A;
}
.eco-hero-btn--primary:hover { background: #fff; color: #1A1A1A; }
.eco-hero-btn--outline {
  background: transparent; color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.4);
}
.eco-hero-btn--outline:hover {
  background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7);
}

/* ══════════════════════════════════════════════════════════════════
   CAROUSEL v2 — rich cards with image, badge, edit link
   ══════════════════════════════════════════════════════════════════ */
.eco-carousel-wrap { padding: 2.5rem clamp(1.5rem,5vw,4rem); overflow: hidden; }
.eco-carousel-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.2rem;
}
.eco-carousel {
  display: flex; transition: transform .45s cubic-bezier(.4,0,.2,1);
  will-change: transform; gap: 0;
}
.eco-carousel-slide {
  flex-shrink: 0; padding: 0 .6rem; position: relative;
  box-sizing: border-box;
}
.eco-carousel-card {
  display: block; background: #1e1e1e; text-decoration: none;
  height: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.06);
  transition: transform .3s, border-color .3s;
}
.eco-carousel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,169,110,.3);
}
.eco-carousel-img {
  height: 200px; overflow: hidden; position: relative; background: #111;
}
.eco-carousel-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s ease;
}
.eco-carousel-card:hover .eco-carousel-img img { transform: scale(1.05); }
.eco-carousel-img--placeholder .eco-carousel-img-fallback {
  height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
}
.eco-carousel-badge {
  position: absolute; top: .6rem; left: .6rem;
  font-family: Montserrat, sans-serif;
  font-size: .6rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  background: #C9A96E; color: #1A1A1A;
  padding: .15rem .55rem; border-radius: 100px;
}
.eco-carousel-body { padding: 1rem 1.1rem 1.2rem; }
.eco-carousel-title {
  font-family: Questrial, sans-serif; font-size: 1rem; font-weight: 400;
  color: #fff; margin: 0 0 .5rem; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.eco-carousel-excerpt {
  font-family: Montserrat, sans-serif; font-size: .78rem; font-weight: 300;
  color: rgba(255,255,255,.5); line-height: 1.65; margin: 0 0 .6rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.eco-carousel-date {
  font-family: Montserrat, sans-serif; font-size: .68rem; font-weight: 300;
  color: rgba(255,255,255,.3); margin: 0 0 .6rem;
}
.eco-carousel-cta {
  font-family: Montserrat, sans-serif; font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: #C9A96E;
}
.eco-carousel-edit-btn {
  position: absolute; top: .5rem; right: 1.1rem;
  background: rgba(0,0,0,.6); color: #fff;
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; text-decoration: none;
  opacity: 0; transition: opacity .2s; z-index: 2;
}
.eco-carousel-slide:hover .eco-carousel-edit-btn { opacity: 1; }

/* Nav buttons */
.eco-carousel-btn {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.7); width: 36px; height: 36px;
  border-radius: 50%; font-size: 1rem; cursor: pointer;
  transition: all .2s; display: inline-flex; align-items: center; justify-content: center;
}
.eco-carousel-btn:hover { background: #C9A96E; border-color: #C9A96E; color: #1A1A1A; }

/* Dots */
.eco-carousel-dots {
  display: flex; justify-content: center; gap: .4rem; margin-top: 1rem;
}
.eco-carousel-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.2); border: none; cursor: pointer;
  transition: all .3s; padding: 0;
}
.eco-carousel-dot.active { background: #C9A96E; width: 20px; border-radius: 3px; }

/* Services grid hover */
.eco-services-grid a:hover { box-shadow: inset 0 0 0 1px #C9A96E; }

/* ═══════════════════════════════════════════════════════════════
   ECO_HERO — shortcode hero dinâmico (Image Manager)
   ═══════════════════════════════════════════════════════════════ */
.eco-hero-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1A1A1A;
}
.eco-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform .5s ease;
}
.eco-hero-wrap:hover .eco-hero-bg {
  transform: scale(1.02);
}
.eco-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.eco-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(3rem,8vh,6rem) clamp(1.5rem,5vw,4rem);
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.eco-hero-title {
  font-family: Questrial, sans-serif;
  font-size: clamp(2rem,5vw,4rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 .8rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.eco-hero-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: clamp(.9rem,2vw,1.1rem);
  color: rgba(255,255,255,.75);
  font-weight: 300;
  font-style: italic;
  margin: 0 0 1.5rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
/* No image: placeholder gradient */
.eco-hero-wrap:not(:has(.eco-hero-bg)) {
  background: linear-gradient(135deg, #1A1A1A 0%, #2a2520 50%, #1A1A1A 100%);
}
/* Responsive */
@media(max-width:640px) {
  .eco-hero-content { padding: 2.5rem 1.2rem; }
}

/* ══ Managed images (eco_img shortcode) ═══════════════════════════ */
.eco-managed-img-wrap { margin: 0; padding: 0; line-height: 0; }
.eco-managed-img { display: block; width: 100%; }
.eco-managed-img-placeholder {
  background: repeating-linear-gradient(
    45deg, #f9f9f9, #f9f9f9 10px, #f3f4f6 10px, #f3f4f6 20px
  );
  display: flex; align-items: center; justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════
   HEADING TYPOGRAPHY — applied globally since inline styles removed
   ═══════════════════════════════════════════════════════════════ */

/* Gutenberg heading blocks */
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3 {
  font-family: 'Questrial', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .6rem;
}

.wp-block-post-content h1, .entry-content h1, .wp-block-group h1 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  color: #1A1A1A;
}
.wp-block-post-content h2, .entry-content h2, .wp-block-group h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  color: #1A1A1A;
}
.wp-block-post-content h3, .entry-content h3, .wp-block-group h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #1A1A1A;
}

/* Headings on dark backgrounds */
.wp-block-group[style*="background:#1A1A1A"] h1,
.wp-block-group[style*="background:#1A1A1A"] h2,
.wp-block-group[style*="background:#1A1A1A"] h3,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3 {
  color: #fff !important;
}

/* Headings on gold backgrounds */
.wp-block-group[style*="background:#C9A96E"] h1,
.wp-block-group[style*="background:#C9A96E"] h2,
.wp-block-group[style*="background:#C9A96E"] h3 {
  color: #1A1A1A !important;
}

/* Paragraphs typography */
.wp-block-group p,
.entry-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 300;
  color: #4A4846;
  line-height: 1.85;
}
