:root{
  --edb-black:#101010;
  --edb-dark:#171717;
  --edb-gray:#5f5f5f;
  --edb-soft:#f6f6f4;
  --edb-soft-2:#ecece8;
  --edb-line:#d8d8d2;
  --edb-silver:#d4d5d0;
  --edb-silver-2:#bbbcb5;
  --edb-silver-3:#f1f1ed;
  --edb-white:#fff;
  --edb-shadow:0 18px 54px rgba(0,0,0,.08);
  --edb-shadow-2:0 28px 80px rgba(0,0,0,.13);
  --edb-radius:28px;
  --edb-radius-lg:38px;
  --edb-max:1320px;
}
html{scroll-behavior:smooth}
body.edb-premium-v15{background:#fff!important;color:var(--edb-black)!important;overflow-x:hidden!important}
body.edb-premium-v15 .site-header,
body.edb-premium-v15 .site-footer,
body.edb-premium-v15 #site-header,
body.edb-premium-v15 #site-footer,
body.edb-premium-v15 header#masthead,
body.edb-premium-v15 footer#colophon,
body.edb-premium-v15 .page-header,
body.edb-premium-v15 .entry-header,
body.edb-premium-v15 .elementor-location-header,
body.edb-premium-v15 .elementor-location-footer{display:none!important}
body.edb-premium-v15 .entry-content,
body.edb-premium-v15 .site-main,
body.edb-premium-v15 .elementor,
body.edb-premium-v15 .elementor-section,
body.edb-premium-v15 .elementor-widget-wrap,
body.edb-premium-v15 main{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
body.edb-premium-v15 img{max-width:100%;height:auto}
body.edb-premium-v15 p:empty{display:none!important}

.edb-header{
  position:fixed;top:14px;left:50%;transform:translateX(-50%);z-index:9998;
  width:min(1440px,calc(100% - 42px));min-height:72px;
  display:flex;align-items:center;gap:16px;
  padding:10px 16px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);
  border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:0 14px 34px rgba(0,0,0,.08)
}
body.admin-bar .edb-header{top:46px}
.edb-brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.edb-brand img{display:block;width:112px;max-height:54px;object-fit:contain}
.edb-nav{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}
.edb-nav>a,.edb-has-mega>button{
  appearance:none;border:0;background:transparent;cursor:pointer;text-decoration:none;color:#111!important;
  font:700 13px/1.1 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:12px 10px;border-radius:999px;white-space:nowrap
}
.edb-nav>a:hover,.edb-has-mega>button:hover{background:#f3f3f1}
.edb-head-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.edb-head-phone{font:800 15px/1 Inter,system-ui,sans-serif;color:#111;text-decoration:none;white-space:nowrap}
.edb-head-wa,.edb-btn,.edb-cookie-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  text-decoration:none;border-radius:999px;border:1px solid transparent;font:800 14px/1 Inter,system-ui,sans-serif;
  padding:14px 20px;transition:.2s ease;cursor:pointer
}
.edb-head-wa{padding:12px 18px;background:linear-gradient(135deg,#f4f4f2,#d6d7d1 60%,#b8b9b4);color:#111!important;border-color:#ecece8}
.edb-btn,.edb-cookie-btn.dark{background:#111;color:#fff!important;box-shadow:0 12px 28px rgba(0,0,0,.14)}
.edb-btn:hover,.edb-cookie-btn:hover{transform:translateY(-1px)}
.edb-btn.line,.edb-cookie-btn.line{background:#fff;color:#111!important;border-color:#c7c7c1;box-shadow:none}
.edb-btn.small{padding:12px 16px;font-size:13px}
.edb-burger{display:none;width:42px;height:42px;border-radius:50%;border:1px solid #d8d8d4;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px}
.edb-burger span{display:block;width:18px;height:2px;background:#111}
.edb-has-mega{position:relative}
.edb-mega{
  position:absolute;left:50%;top:calc(100% + 14px);transform:translateX(-50%) translateY(10px);
  width:min(780px,calc(100vw - 44px));padding:22px;border-radius:28px;background:#121212;color:#fff;
  box-shadow:var(--edb-shadow-2);display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;opacity:0;visibility:hidden;transition:.18s ease
}
.edb-has-mega:hover .edb-mega,.edb-has-mega:focus-within .edb-mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.edb-mega-copy strong{display:block;font-size:25px;line-height:1;letter-spacing:-.04em;margin-bottom:12px}
.edb-mega-copy p{font-size:14px;line-height:1.55;color:#d9d9d3;margin:0 0 14px}
.edb-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.edb-mega-grid a{display:block;text-decoration:none;color:#fff!important;border-radius:18px;padding:12px 14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03)}
.edb-mega-grid a:hover{background:rgba(255,255,255,.08)}
.edb-mega-grid span{display:block;font-weight:800;font-size:14px;line-height:1.2}
.edb-mega-grid em{display:block;font-style:normal;font-size:11px;color:#cbcbc5;line-height:1.35;margin-top:4px}

.edb-page{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;color:#111}
.edb-section{width:100vw;margin-left:calc(50% - 50vw);padding:78px clamp(20px,4vw,56px);position:relative}
.edb-inner{max-width:var(--edb-max);margin:0 auto}
.edb-kicker{display:inline-flex;align-items:center;gap:10px;font:800 12px/1 Inter,system-ui,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#71716d;margin-bottom:16px}
.edb-kicker:before{content:"";width:42px;height:1px;background:var(--edb-silver-2)}
.edb-page h1,.edb-page h2,.edb-page h3{margin:0;color:#111;letter-spacing:-.055em}
.edb-page h1{font-size:clamp(40px,4.5vw,70px);line-height:.98;max-width:820px}
.edb-page h2{font-size:clamp(32px,3.3vw,54px);line-height:1.02;max-width:860px}
.edb-page h3{font-size:clamp(20px,1.6vw,28px);line-height:1.1}
.edb-page p{font-size:16.5px;line-height:1.65;color:#4f4f4f;margin:16px 0 0}
.edb-lead{font-size:clamp(18px,1.35vw,22px)!important;line-height:1.5!important;color:#2f2f2f!important;max-width:760px}
.edb-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.edb-hero,.edb-treatment-hero{padding-top:118px;padding-bottom:68px}
.edb-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center}
.edb-two{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center}
.edb-hero-media,.edb-hero-card,.edb-img-premium{position:relative}
.edb-mosaic{display:grid;grid-template-columns:1.06fr .94fr;grid-template-rows:250px 250px;gap:14px}
.edb-mosaic img{width:100%;height:100%;object-fit:cover;border-radius:28px;box-shadow:var(--edb-shadow)}
.edb-mosaic img:first-child{grid-row:span 2;border-radius:34px}
.edb-overlay-card{position:absolute;right:20px;bottom:20px;max-width:280px;background:#111;color:#fff;border-radius:22px;padding:18px 20px;box-shadow:var(--edb-shadow-2)}
.edb-overlay-card strong{display:block;font-size:22px;line-height:1;letter-spacing:-.04em}
.edb-overlay-card p{margin-top:8px;color:#deded9;font-size:14px;line-height:1.5}
.edb-mini-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}
.edb-mini-benefits div{padding:14px 16px;border:1px solid var(--edb-line);border-radius:18px;background:#fff}
.edb-mini-benefits b{display:block;font-size:14px;line-height:1.2}
.edb-mini-benefits span{display:block;font-size:12px;line-height:1.35;color:#666;margin-top:4px}
.edb-trustbar{background:#141414;color:#fff;padding:24px clamp(20px,4vw,56px)}
.edb-trustbar .edb-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.edb-trustbar b{display:block;font-size:18px;line-height:1.15;letter-spacing:-.03em}
.edb-trustbar span{display:block;font-size:13px;color:#cbcbc6;margin-top:4px;line-height:1.4}
.edb-img-premium img{width:100%;height:460px;object-fit:cover;border-radius:34px;box-shadow:var(--edb-shadow)}
.edb-img-premium:after{content:"";position:absolute;inset:auto -12px -12px 48px;height:120px;border:1px solid rgba(174,175,168,.6);border-radius:28px;z-index:-1}
.focus-person{object-position:center 25%}
.focus-center{object-position:center center}
.edb-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}
.edb-card{background:linear-gradient(145deg,#fff,#f0f0ed);border:1px solid #fff;border-radius:24px;padding:24px;box-shadow:var(--edb-shadow)}
.edb-card small{display:block;font:800 11px/1.3 Inter,system-ui,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#7b7b76}
.edb-card h3{margin-top:14px}
.edb-card p{font-size:15px;line-height:1.55;color:#555}
.edb-treatment-card{display:flex;flex-direction:column;justify-content:space-between;min-height:252px;text-decoration:none;color:#111!important;transition:.2s ease}
.edb-treatment-card:hover{transform:translateY(-4px);box-shadow:0 18px 60px rgba(0,0,0,.12)}
.edb-treatment-card span{display:inline-block;margin-top:18px;font-size:13px;font-weight:800;color:#444}
.edb-silver{background:linear-gradient(180deg,#f8f8f5,#ebebe7)}
.edb-dark-section{background:#101010;color:#fff}
.edb-dark-section h1,.edb-dark-section h2,.edb-dark-section h3,.edb-dark-section p,.edb-dark-section li{color:#fff}
.edb-dark-section .edb-kicker{color:#d6d6d1}
.edb-dark-section .edb-lead{color:#dcdcd7!important}
.edb-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:32px}
.edb-step{background:#fff;border:1px solid var(--edb-line);border-radius:24px;padding:22px;box-shadow:var(--edb-shadow)}
.edb-step b{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#fff,#d4d5cf);margin-bottom:16px;font-size:18px}
.edb-step p{font-size:15px;line-height:1.55}
.edb-dark-section .edb-step{background:#fff;color:#111}
.edb-dark-section .edb-step h3{color:#111}
.edb-dark-section .edb-step p{color:#555}
.edb-checks{list-style:none;padding:0;margin:18px 0 0}
.edb-checks li{position:relative;padding:12px 0 12px 34px;border-bottom:1px solid rgba(0,0,0,.08);font-size:16px;line-height:1.55;color:#333}
.edb-checks li:before{content:"";position:absolute;left:0;top:16px;width:17px;height:17px;border-radius:50%;background:linear-gradient(135deg,#fff,#b8b9b4);box-shadow:inset 0 0 0 5px #fff}

/* Premium gallery without aggressive crops */
.edb-gallery-premium{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;margin-top:30px}
.edb-gallery-card{grid-column:span 4;display:flex;flex-direction:column;padding:16px;background:linear-gradient(160deg,#ffffff,#f1f1ed);border:1px solid #fff;border-radius:28px;box-shadow:var(--edb-shadow);overflow:hidden}
.edb-gallery-card:nth-child(1){grid-column:span 6}
.edb-gallery-card:nth-child(4){grid-column:span 6}
.edb-gallery-card:nth-child(5),.edb-gallery-card:nth-child(6){grid-column:span 3}
.edb-gallery-media{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fbfbf9,#e7e7e2);border-radius:22px;padding:14px;min-height:260px}
.edb-gallery-card:nth-child(1) .edb-gallery-media,
.edb-gallery-card:nth-child(4) .edb-gallery-media{min-height:340px}
.edb-gallery-media img{width:100%;height:100%;max-height:100%;object-fit:contain;display:block;filter:saturate(1.02) contrast(1.02)}
.edb-gallery-card figcaption{padding:14px 4px 4px}
.edb-gallery-card strong{display:block;font-size:18px;line-height:1.15;letter-spacing:-.04em;color:#111}
.edb-gallery-card span{display:block;font-size:14px;line-height:1.5;color:#61615d;margin-top:6px}

.edb-opinion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.edb-opinion{background:#fff;border:1px solid var(--edb-line);border-radius:22px;padding:22px;box-shadow:var(--edb-shadow)}
.edb-stars{font-size:16px;letter-spacing:2px;color:#72726c}
.edb-opinion p{font-size:15px;line-height:1.55}
.edb-opinions-copy{padding-right:24px}
.edb-wide-cta{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:32px;border-radius:28px;background:linear-gradient(135deg,#141414,#2a2a2a);box-shadow:var(--edb-shadow-2)}
.edb-wide-cta h2,.edb-wide-cta p,.edb-wide-cta .edb-kicker{color:#fff}
.edb-price-note{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.edb-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#f2f2ef;border:1px solid #e1e1db;font-size:13px;font-weight:700;color:#333}
.edb-faq{max-width:980px;margin:28px auto 0}
.edb-faq details{border:1px solid var(--edb-line);border-radius:20px;background:#fff;overflow:hidden;margin:10px 0}
.edb-faq summary{cursor:pointer;list-style:none;padding:18px 20px;font-size:16px;font-weight:800;line-height:1.35}
.edb-faq summary::-webkit-details-marker{display:none}
.edb-faq details p{padding:0 20px 20px;font-size:15px;line-height:1.6;color:#545454}
.edb-form-card{padding:28px;border-radius:28px;background:linear-gradient(145deg,#fff,#efefec);border:1px solid #fff;box-shadow:var(--edb-shadow)}
.edb-form-card h3{margin-bottom:8px}

/* Footer premium silver */
.edb-footer{padding:0 clamp(20px,4vw,56px) 26px}
.edb-footer-silver{background:linear-gradient(180deg,#e7e7e2,#d2d3cd 52%,#c6c7c1);color:#111}
.edb-footer-silver .edb-footer-topbar{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;padding:58px 0 34px}
.edb-footer-silver .edb-footer-topbar h2{max-width:740px}
.edb-footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:28px;padding:30px 0 24px;border-top:1px solid rgba(0,0,0,.08)}
.edb-foot-brand{padding-right:18px}
.edb-footer-logo{display:block;width:164px;margin-bottom:18px;filter:none}
.edb-foot-mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.edb-foot-mini-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.edb-footer h3{font-size:19px;color:#111;margin:0 0 12px}
.edb-footer p,.edb-footer li{font-size:14px;line-height:1.7;color:#2f2f2f}
.edb-footer ul{list-style:none;padding:0;margin:0}
.edb-footer a{color:#111!important;text-decoration:none}
.edb-footer a:hover{text-decoration:underline}
.edb-footer-bottom{padding-top:18px;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#2f2f2f}
.edb-float-wa{position:fixed;right:16px;bottom:16px;z-index:9997;padding:13px 18px;border-radius:999px;background:#101010;color:#fff!important;text-decoration:none;font:800 14px/1 Inter,system-ui,sans-serif;box-shadow:0 12px 28px rgba(0,0,0,.25)}

/* Cookie banner */
.edb-cookie-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:9998}
.edb-cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;max-width:980px;margin:0 auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:var(--edb-shadow-2);padding:22px}
.edb-cookie-main strong{display:block;font-size:22px;line-height:1;letter-spacing:-.04em;color:#111}
.edb-cookie-main p{font-size:14.5px;line-height:1.55;color:#4d4d4d;margin-top:10px}
.edb-cookie-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.edb-cookie-links{font-size:13px!important;margin-top:12px!important}
.edb-cookie-links a{color:#111!important}
.edb-cookie-panel{margin-top:16px;padding-top:16px;border-top:1px solid #e4e4de}
.edb-cookie-item{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:14px 0;border-bottom:1px solid #efefeb}
.edb-cookie-item:last-of-type{border-bottom:0}
.edb-cookie-item b{display:block;font-size:15px}
.edb-cookie-item span{display:block;font-size:13px;line-height:1.45;color:#666;margin-top:4px;max-width:540px}
.edb-cookie-item label{font-size:13px;font-weight:700;color:#111;white-space:nowrap}
.edb-cookie-actions-panel{margin-top:12px}

@media (max-width:1200px){
  .edb-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .edb-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .edb-head-phone{display:none}
}
@media (max-width:1024px){
  body.admin-bar .edb-header{top:52px}
  .edb-header{width:calc(100% - 26px);min-height:66px;padding:10px 12px}
  .edb-brand img{width:96px;max-height:46px}
  .edb-burger{display:flex}
  .edb-nav{display:none;position:absolute;left:0;right:0;top:calc(100% + 10px);padding:12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:22px;box-shadow:var(--edb-shadow);flex-direction:column;align-items:stretch;justify-content:flex-start}
  .edb-nav.edb-open{display:flex}
  .edb-nav>a,.edb-has-mega>button{text-align:left;padding:14px 12px;font-size:15px}
  .edb-has-mega{width:100%}
  .edb-mega{position:static;transform:none;width:100%;opacity:1;visibility:visible;display:none;grid-template-columns:1fr;margin-top:8px}
  .edb-has-mega.edb-open .edb-mega{display:grid}
  .edb-mega-grid{grid-template-columns:1fr}
  .edb-hero-grid,.edb-two,.edb-trustbar .edb-inner,.edb-footer-grid,.edb-opinion-grid{grid-template-columns:1fr}
  .edb-hero-grid,.edb-two{gap:28px}
  .edb-img-premium img{height:380px}
  .edb-mini-benefits{grid-template-columns:1fr}
  .edb-overlay-card{position:relative;right:auto;bottom:auto;margin-top:16px}
  .edb-gallery-card,.edb-gallery-card:nth-child(1),.edb-gallery-card:nth-child(4),.edb-gallery-card:nth-child(5),.edb-gallery-card:nth-child(6){grid-column:span 6}
  .edb-footer-silver .edb-footer-topbar{grid-template-columns:1fr}
}
@media (max-width:767px){
  body.admin-bar .edb-header{top:46px}
  .edb-header{top:8px;width:calc(100% - 14px);min-height:58px;padding:8px 10px;border-radius:18px}
  .edb-brand img{width:82px;max-height:40px}
  .edb-head-wa{padding:10px 12px;font-size:13px}
  .edb-head-wa span{display:none}
  .edb-section{padding:58px 16px}
  .edb-hero,.edb-treatment-hero{padding-top:88px;padding-bottom:52px}
  .edb-page h1{font-size:36px;line-height:1}
  .edb-page h2{font-size:30px}
  .edb-page h3{font-size:22px}
  .edb-page p{font-size:15px;line-height:1.6}
  .edb-lead{font-size:17px!important}
  .edb-actions,.edb-price-note{gap:10px}
  .edb-btn,.edb-cookie-btn{padding:13px 18px;font-size:13px}
  .edb-mosaic{grid-template-columns:1fr;grid-template-rows:220px 170px 170px}
  .edb-mosaic img:first-child{grid-row:auto}
  .edb-trustbar .edb-inner,.edb-card-grid,.edb-steps,.edb-opinion-grid,.edb-footer-grid{grid-template-columns:1fr}
  .edb-img-premium img{height:300px;border-radius:26px}
  .edb-img-premium:after{display:none}
  .edb-gallery-premium{grid-template-columns:1fr}
  .edb-gallery-card,.edb-gallery-card:nth-child(1),.edb-gallery-card:nth-child(4),.edb-gallery-card:nth-child(5),.edb-gallery-card:nth-child(6){grid-column:1/-1}
  .edb-gallery-media,.edb-gallery-card:nth-child(1) .edb-gallery-media,.edb-gallery-card:nth-child(4) .edb-gallery-media{min-height:220px}
  .edb-wide-cta{grid-template-columns:1fr;padding:24px;border-radius:22px}
  .edb-form-card{padding:22px;border-radius:22px}
  .edb-faq summary{font-size:15px;padding:16px 18px}
  .edb-faq details p{padding:0 18px 18px}
  .edb-footer{padding-bottom:88px}
  .edb-foot-mini-gallery{grid-template-columns:repeat(3,1fr)}
  .edb-cookie-banner{left:10px;right:10px;bottom:10px;padding:18px;border-radius:18px}
  .edb-cookie-item{flex-direction:column}
}

.edb-gallery-symmetric{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.edb-gallery-symmetric .edb-gallery-card{grid-column:auto !important;margin:0;background:#fff;border:1px solid #ecece7;border-radius:24px;box-shadow:var(--edb-shadow);overflow:hidden}
.edb-gallery-symmetric .edb-gallery-media{display:flex;align-items:center;justify-content:center;min-height:auto;aspect-ratio:4/3;padding:12px;background:linear-gradient(180deg,#fafaf7,#efefe9)}
.edb-gallery-symmetric .edb-gallery-media img{width:100%;height:100%;object-fit:contain;display:block}
.edb-gallery-symmetric figcaption{display:none}
.edb-cases-grid img{width:100%;display:block;border-radius:28px;box-shadow:var(--edb-shadow)}
.edb-legal h2{margin-top:34px;font-size:30px;line-height:1.08}
.edb-legal p,.edb-legal li{font-size:16px;line-height:1.75;color:#4f4f4f}
.edb-legal-list{padding-left:22px;margin:18px 0 0}
@media (max-width:1024px){.edb-gallery-symmetric{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.edb-gallery-symmetric{grid-template-columns:1fr}}

/* V14 treatment benefits */
.edb-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:30px}
.edb-benefit-card{background:linear-gradient(145deg,#fff,#f0f0ed);border:1px solid #fff;border-radius:24px;padding:22px;box-shadow:var(--edb-shadow);min-height:160px}
.edb-benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#fff,#d3d4ce);color:#111;font-size:20px;font-weight:900;margin-bottom:16px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}
.edb-benefit-card p{font-size:15px;line-height:1.55;margin:0;color:#444}
/* V14 WhatsApp floating emphasis */
.edb-float-wa{background:#101010!important;display:inline-flex!important;align-items:center!important;gap:10px!important;padding:14px 20px!important;border:1px solid rgba(255,255,255,.18)!important}
.edb-float-wa:before{content:"";display:inline-block;width:14px;height:14px;border-radius:50%;background:#25D366;box-shadow:0 0 0 5px rgba(37,211,102,.18)}
.edb-wa-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#25D366;box-shadow:0 0 0 4px rgba(37,211,102,.16);margin-right:2px;vertical-align:middle;flex:0 0 auto}
.edb-btn:empty,.edb-head-wa:empty{display:none!important}
@media (max-width:1200px){.edb-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.edb-benefit-grid{grid-template-columns:1fr}.edb-benefit-card{min-height:auto}}

.edb-float-wa:before{display:none!important}
.edb-float-wa .edb-wa-dot{width:14px;height:14px}


/* V14 responsive safety and cross-device polish */
*,*::before,*::after{box-sizing:border-box}
body.edb-premium-v15{max-width:100vw!important;overflow-x:hidden!important;-webkit-text-size-adjust:100%}
body.edb-premium-v15 .edb-page,body.edb-premium-v15 .edb-section{overflow-x:clip}
.edb-inner,.edb-hero-grid,.edb-two,.edb-card-grid,.edb-steps,.edb-opinion-grid,.edb-footer-grid,.edb-benefit-grid,.edb-gallery-symmetric{min-width:0}
.edb-page h1,.edb-page h2,.edb-page h3,.edb-page p,.edb-nav a,.edb-mega-grid a{overflow-wrap:anywhere}
.edb-page a,.edb-page button,.edb-header a,.edb-header button{touch-action:manipulation}
.edb-btn:empty,.edb-head-wa:empty,.edb-wide-cta>a:empty{display:none!important}
.edb-wide-cta:has(> a:empty){grid-template-columns:1fr}
.edb-gallery-symmetric{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.edb-gallery-symmetric .edb-gallery-card{grid-column:auto!important;padding:0!important;margin:0!important;min-width:0!important}
.edb-gallery-symmetric .edb-gallery-media{aspect-ratio:4/3!important;min-height:0!important;padding:12px!important}
.edb-gallery-symmetric .edb-gallery-media img{object-fit:contain!important;width:100%!important;height:100%!important}
.edb-float-wa{background:#101010!important;color:#fff!important;display:inline-flex!important;align-items:center!important;gap:10px!important;white-space:nowrap!important;max-width:calc(100vw - 28px)!important}
.edb-wa-dot,.edb-float-wa .edb-wa-dot{display:inline-block!important;width:14px!important;height:14px!important;border-radius:50%!important;background:#25D366!important;box-shadow:0 0 0 5px rgba(37,211,102,.18)!important;flex:0 0 auto!important}
@media (max-width:1180px){
  .edb-header{width:calc(100% - 26px);min-height:66px;padding:10px 12px}
  .edb-brand img{width:96px;max-height:46px}
  .edb-burger{display:flex}
  .edb-nav{display:none;position:absolute;left:0;right:0;top:calc(100% + 10px);padding:12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:22px;box-shadow:var(--edb-shadow);flex-direction:column;align-items:stretch;justify-content:flex-start;max-height:calc(100vh - 110px);overflow:auto}
  .edb-nav.edb-open{display:flex}
  .edb-nav>a,.edb-has-mega>button{text-align:left;padding:14px 12px;font-size:15px;width:100%}
  .edb-has-mega{width:100%}
  .edb-mega{position:static;transform:none!important;width:100%;opacity:1;visibility:visible;display:none;grid-template-columns:1fr;margin-top:8px}
  .edb-has-mega.edb-open .edb-mega{display:grid}
  .edb-mega-grid{grid-template-columns:1fr}
  .edb-head-phone{display:none}
}
@media (min-width:1181px) and (max-width:1360px){
  .edb-nav>a,.edb-has-mega>button{font-size:12px;padding:11px 7px}
  .edb-brand img{width:98px}
  .edb-head-wa{padding:11px 14px}
}
@media (max-width:1024px){
  .edb-hero-grid,.edb-two,.edb-footer-grid,.edb-opinion-grid{grid-template-columns:1fr!important}
  .edb-card-grid,.edb-steps,.edb-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .edb-trustbar .edb-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .edb-gallery-symmetric{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:767px){
  .edb-header{top:8px;width:calc(100% - 14px);min-height:58px;padding:8px 10px;border-radius:18px}
  .edb-section{padding:52px 16px!important}
  .edb-hero,.edb-treatment-hero{padding-top:92px!important;padding-bottom:48px!important}
  .edb-page h1{font-size:clamp(32px,10vw,40px)!important;line-height:1.02!important}
  .edb-page h2{font-size:clamp(27px,8vw,33px)!important}
  .edb-lead{font-size:16.5px!important}
  .edb-card-grid,.edb-steps,.edb-benefit-grid,.edb-trustbar .edb-inner,.edb-gallery-symmetric{grid-template-columns:1fr!important}
  .edb-img-premium img{height:auto!important;min-height:0!important;aspect-ratio:4/3!important;object-fit:cover!important}
  .edb-mosaic{grid-template-columns:1fr!important;grid-template-rows:auto!important}
  .edb-mosaic img{height:auto!important;aspect-ratio:4/3!important}
  .edb-wide-cta{grid-template-columns:1fr!important;padding:22px!important}
  .edb-footer-bottom{align-items:flex-start!important}
  .edb-cookie-banner{max-height:calc(100vh - 24px);overflow:auto}
}
@media (max-width:420px){
  .edb-head-actions{gap:6px}
  .edb-brand img{width:76px}
  .edb-burger{width:38px;height:38px}
  .edb-head-wa{padding:10px 11px}
  .edb-float-wa{right:10px;bottom:10px;padding:12px 15px!important;font-size:13px!important}
}


/* V15 mobile menu and WhatsApp fixes */
.edb-footer .edb-btn,
.edb-footer .edb-btn.dark,
.edb-wide-cta .edb-btn,
.edb-wide-cta .edb-btn.dark{color:#fff!important;text-indent:0!important;font-size:14px!important;line-height:1!important;opacity:1!important;visibility:visible!important;min-width:max-content!important}
.edb-float-wa{background:#101010!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;white-space:nowrap!important;text-indent:0!important;overflow:visible!important;min-width:130px!important;line-height:1!important;font-weight:800!important;opacity:1!important;visibility:visible!important}
.edb-float-wa,.edb-float-wa *{color:#fff!important}
.edb-float-wa .edb-wa-text{display:inline!important;color:#fff!important;font-weight:800!important;font-size:14px!important;line-height:1!important}
.edb-float-wa .edb-wa-dot{display:inline-block!important;width:14px!important;height:14px!important;border-radius:50%!important;background:#25D366!important;box-shadow:0 0 0 5px rgba(37,211,102,.18)!important;flex:0 0 auto!important}
@media (max-width:1180px){
  .edb-nav{box-sizing:border-box!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important}
  .edb-has-mega{position:static!important;width:100%!important;max-width:100%!important;overflow:hidden!important}
  .edb-has-mega>button{display:flex!important;align-items:center!important;justify-content:space-between!important;background:#f3f3ef!important;color:#111!important;border-radius:18px!important;width:100%!important}
  .edb-has-mega>button:after{content:'+';font-size:20px;line-height:1;font-weight:800;color:#111}
  .edb-has-mega.edb-open>button:after{content:'−'}
  .edb-mega{position:static!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;margin:10px 0 0!important;padding:10px!important;background:#fff!important;color:#111!important;border:1px solid #e7e7e1!important;border-radius:20px!important;box-shadow:none!important;overflow:hidden!important;grid-template-columns:1fr!important}
  .edb-mega-copy{display:none!important}
  .edb-mega-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;min-width:0!important}
  .edb-mega-grid a{display:block!important;width:100%!important;box-sizing:border-box!important;min-width:0!important;background:#f7f7f4!important;border:1px solid #e4e4de!important;color:#111!important;border-radius:16px!important;padding:13px 14px!important;overflow:hidden!important;text-decoration:none!important}
  .edb-mega-grid span{color:#111!important;font-size:14px!important;white-space:normal!important;overflow-wrap:break-word!important;line-height:1.25!important}
  .edb-mega-grid em{color:#5d5d58!important;font-size:12px!important;white-space:normal!important;overflow-wrap:break-word!important;line-height:1.35!important}
}
@media (max-width:767px){
  .edb-head-wa{width:42px!important;height:42px!important;padding:0!important;border-radius:999px!important;background:#25D366!important;border-color:#25D366!important;box-shadow:0 10px 20px rgba(37,211,102,.22)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 42px!important}
  .edb-head-wa span{display:none!important}
  .edb-head-wa:before{content:'☎';display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:22px!important;font-weight:900!important;line-height:1!important;transform:rotate(-15deg)}
  .edb-burger{background:#fff!important;box-shadow:0 6px 18px rgba(0,0,0,.08)!important}
  .edb-nav.edb-open{padding:18px!important;gap:8px!important}
  .edb-nav>a,.edb-has-mega>button{font-size:18px!important;padding:16px 18px!important;border-radius:18px!important}
  .edb-float-wa{min-width:132px!important;padding:13px 18px!important;bottom:14px!important;right:14px!important}
}
@media (max-width:420px){
  .edb-head-wa{width:40px!important;height:40px!important;flex-basis:40px!important}
  .edb-head-wa:before{font-size:21px!important}
}

/* V16 blog premium + WhatsApp footer visibility */
.edb-footer .edb-btn,
.edb-footer .edb-btn * ,
.edb-footer-topbar .edb-btn,
.edb-footer-topbar .edb-btn *{
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  text-indent:0!important;
  font-size:14px!important;
  line-height:1!important;
}
.edb-footer-topbar .edb-btn.dark{
  min-width:210px!important;
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  white-space:nowrap!important;
}
.edb-footer-topbar .edb-btn.dark:after{content:none!important}

body.edb-blog-template{
  background:#fff!important;
  color:#111!important;
  overflow-x:hidden!important;
}
body.edb-blog-template .site-header,
body.edb-blog-template .site-footer,
body.edb-blog-template #site-header,
body.edb-blog-template #site-footer,
body.edb-blog-template header#masthead,
body.edb-blog-template footer#colophon,
body.edb-blog-template .page-header,
body.edb-blog-template .entry-header,
body.edb-blog-template .elementor-location-header,
body.edb-blog-template .elementor-location-footer{display:none!important}
.edb-blog-main{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#fff;
  color:#111;
  width:100%;
  overflow:hidden;
}
.edb-blog-hero,
.edb-single-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:142px clamp(20px,4vw,56px) 72px;
  background:linear-gradient(180deg,#f8f8f5,#ecece7);
}
.edb-blog-hero h1,
.edb-single-hero h1{
  margin:0;
  max-width:900px;
  font-size:clamp(42px,5vw,76px);
  line-height:.98;
  letter-spacing:-.06em;
  color:#111;
}
.edb-blog-list-section,
.edb-single-content-section{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:70px clamp(20px,4vw,56px);
}
.edb-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.edb-blog-card{
  background:linear-gradient(145deg,#fff,#f0f0ed);
  border:1px solid #fff;
  border-radius:28px;
  box-shadow:var(--edb-shadow);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:0;
  transition:.2s ease;
}
.edb-blog-card:hover{transform:translateY(-4px);box-shadow:0 22px 70px rgba(0,0,0,.13)}
.edb-blog-card-media{
  display:block;
  aspect-ratio:16/10;
  background:#eee;
  overflow:hidden;
}
.edb-blog-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.edb-blog-card-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}
.edb-blog-date{
  display:inline-flex;
  width:max-content;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#6e6e69;
}
.edb-blog-card h2{margin:0;font-size:26px;line-height:1.08;letter-spacing:-.045em;color:#111}
.edb-blog-card h2 a{color:#111!important;text-decoration:none!important}
.edb-blog-card p{margin:0;color:#555;font-size:15.5px;line-height:1.6}
.edb-read-more{margin-top:auto;color:#111!important;text-decoration:none!important;font-weight:800;font-size:14px}
.edb-blog-empty{grid-column:1/-1;background:#f3f3ef;border-radius:28px;padding:36px;box-shadow:var(--edb-shadow)}
.edb-pagination{margin-top:34px;display:flex;justify-content:center}
.edb-pagination ul{display:flex;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center}
.edb-pagination a,.edb-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:999px;background:#f1f1ed;color:#111!important;text-decoration:none;font-weight:800}
.edb-pagination .current{background:#111;color:#fff!important}
.edb-single-hero-grid{display:grid;grid-template-columns:1fr .75fr;gap:44px;align-items:center}
.edb-back-blog{display:inline-flex;margin-bottom:18px;color:#111!important;text-decoration:none!important;font-weight:800}
.edb-single-meta{font-size:15px;color:#666;margin-top:18px!important}
.edb-single-featured img{width:100%;height:420px;object-fit:cover;border-radius:34px;box-shadow:var(--edb-shadow)}
.edb-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;align-items:start}
.edb-single-content{
  background:#fff;
  border-radius:28px;
  box-shadow:var(--edb-shadow);
  padding:clamp(26px,4vw,54px);
  min-width:0;
}
.edb-single-content p,
.edb-single-content li{
  font-size:18px;
  line-height:1.78;
  color:#333;
}
.edb-single-content h2,
.edb-single-content h3,
.edb-single-content h4{
  color:#111;
  letter-spacing:-.04em;
  line-height:1.1;
  margin-top:34px;
  margin-bottom:14px;
}
.edb-single-content h2{font-size:36px}
.edb-single-content h3{font-size:28px}
.edb-single-content a{color:#111;text-decoration:underline;text-underline-offset:3px}
.edb-single-content img{border-radius:24px;box-shadow:var(--edb-shadow);max-width:100%;height:auto}
.edb-single-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:120px}
.edb-sidebar-card{background:#111;color:#fff;border-radius:28px;padding:26px;box-shadow:var(--edb-shadow)}
.edb-sidebar-card h2{margin:0;color:#fff;font-size:28px;line-height:1.05;letter-spacing:-.045em}
.edb-sidebar-card p{color:#e5e5df;font-size:15.5px;line-height:1.55;margin:14px 0 20px}
.edb-sidebar-card.light{background:linear-gradient(145deg,#fff,#f0f0ed);color:#111}
.edb-sidebar-card.light h2{color:#111}
.edb-sidebar-card.light ul{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:9px}
.edb-sidebar-card.light a{color:#111!important;text-decoration:none!important;font-weight:800}
@media (max-width:1180px){
  .edb-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .edb-single-hero-grid,.edb-single-layout{grid-template-columns:1fr}
  .edb-single-sidebar{position:static}
}
@media (max-width:767px){
  .edb-blog-hero,.edb-single-hero{padding:112px 16px 54px}
  .edb-blog-list-section,.edb-single-content-section{padding:48px 16px}
  .edb-blog-hero h1,.edb-single-hero h1{font-size:38px}
  .edb-blog-grid{grid-template-columns:1fr;gap:16px}
  .edb-blog-card h2{font-size:24px}
  .edb-single-featured img{height:280px;border-radius:26px}
  .edb-single-content{padding:24px;border-radius:22px}
  .edb-single-content p,.edb-single-content li{font-size:16.5px;line-height:1.72}
  .edb-single-content h2{font-size:30px}
  .edb-single-content h3{font-size:24px}
  .edb-footer-topbar .edb-btn.dark{width:100%;min-width:0!important}
}


/* V18 fixes: treatment hero images, mobile menu and footer CTA */
.edb-img-premium img[src*="hero-"]{object-fit:cover !important;object-position:center center !important;background:#f4f4f0;}
.edb-footer-topbar .edb-btn.dark,
.edb-footer-topbar .edb-btn.dark *,
.edb-footer-topbar .edb-btn.dark .edb-wa-text{color:#fff !important;-webkit-text-fill-color:#fff !important;opacity:1 !important;visibility:visible !important;text-indent:0 !important;}
.edb-footer-topbar .edb-btn.dark .edb-wa-text{display:inline-flex !important;align-items:center !important;white-space:nowrap !important;font-weight:800 !important;font-size:14px !important;line-height:1 !important;}
@media (max-width:1024px){
  .edb-nav{max-height:calc(100vh - 92px) !important;overflow-y:auto !important;overscroll-behavior:contain !important;-webkit-overflow-scrolling:touch !important;padding-bottom:18px !important;}
  body.admin-bar .edb-nav{max-height:calc(100vh - 132px) !important;}
  .edb-nav.edb-open{display:flex !important;}
  .edb-has-mega.edb-open .edb-mega{display:grid !important;}
  .edb-mega{position:static !important;left:auto !important;top:auto !important;transform:none !important;width:100% !important;opacity:1 !important;visibility:visible !important;box-shadow:none !important;border-radius:22px !important;background:#fff !important;color:#111 !important;padding:12px !important;margin-top:8px !important;border:1px solid #e5e5df !important;}
  .edb-mega-copy{display:none !important;}
  .edb-mega-grid{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;}
  .edb-mega-grid a{background:#f8f8f5 !important;color:#111 !important;border:1px solid #e2e2dc !important;border-radius:18px !important;padding:14px 14px !important;}
  .edb-mega-grid span{color:#111 !important;font-size:15px !important;}
  .edb-mega-grid em{color:#666 !important;font-size:12px !important;}
}
@media (max-width:767px){.edb-nav{max-height:calc(100vh - 78px) !important;}.edb-img-premium img[src*="hero-"]{object-fit:cover !important;}}
@media (max-width:420px){.edb-nav{max-height:calc(100vh - 72px) !important;}.edb-mega-grid a{padding:12px !important}.edb-mega-grid span{font-size:14px !important}.edb-mega-grid em{font-size:11px !important}}

/* V20 fixes: full mobile treatments submenu + stronger desktop WhatsApp CTA */
@media (min-width:1025px){
  .edb-mega-copy .edb-submenu-cta{
    display:inline-flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:14px 18px!important;
    background:#111!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 14px 30px rgba(0,0,0,.22)!important;
  }
  .edb-mega-copy .edb-submenu-cta span:last-child{white-space:nowrap!important}
  .edb-mega-copy .edb-submenu-cta .edb-wa-dot{
    width:12px!important;height:12px!important;box-shadow:0 0 0 5px rgba(37,211,102,.18)!important;
  }
}
@media (max-width:1024px){
  .edb-header{overflow:visible!important}
  .edb-nav{
    position:fixed!important;
    left:14px!important;
    right:14px!important;
    top:84px!important;
    width:auto!important;
    max-height:calc(100dvh - 98px)!important;
    min-height:0!important;
    padding:16px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    z-index:10002!important;
  }
  body.admin-bar .edb-nav{top:128px!important;max-height:calc(100dvh - 142px)!important;}
  .edb-nav.edb-open{display:flex!important;padding-bottom:24px!important}
  .edb-has-mega{overflow:visible!important}
  .edb-has-mega.edb-open{padding-bottom:8px!important}
  .edb-mega{
    display:none!important;
    overflow:visible!important;
    max-height:none!important;
    padding:12px!important;
    margin-top:10px!important;
  }
  .edb-has-mega.edb-open .edb-mega{display:grid!important}
  .edb-mega-grid{
    max-height:none!important;
    overflow:visible!important;
    padding-bottom:4px!important;
  }
  .edb-mega-grid a{
    min-height:74px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }
}
@media (max-width:767px){
  .edb-nav{top:76px!important;max-height:calc(100dvh - 90px)!important;}
  body.admin-bar .edb-nav{top:122px!important;max-height:calc(100dvh - 136px)!important;}
}
@media (max-width:420px){
  .edb-nav{left:10px!important;right:10px!important;top:72px!important;max-height:calc(100dvh - 84px)!important;}
  body.admin-bar .edb-nav{top:118px!important;max-height:calc(100dvh - 132px)!important;}
}


/* V21 redesign */
.edb-card-grid-visual .edb-treatment-card{padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;gap:0!important}
.edb-card-grid-visual .edb-treatment-card .edb-card-media{margin:0!important;aspect-ratio: 16/11;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.06)}
.edb-card-grid-visual .edb-treatment-card .edb-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}
.edb-card-grid-visual .edb-treatment-card:hover .edb-card-media img{transform:scale(1.035)}
.edb-card-grid-visual .edb-treatment-card>div{padding:18px 18px 10px}
.edb-card-grid-visual .edb-treatment-card>span{padding:0 18px 18px;font-weight:800}
.edb-tool-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}
.edb-tool-options{display:grid;gap:10px;margin-top:20px}
.edb-tool-option{appearance:none;border:1px solid #dddcd7;background:#fff;color:#111;font:700 15px/1.35 Inter,system-ui,sans-serif;padding:14px 16px;border-radius:16px;text-align:left;cursor:pointer;transition:.22s ease}
.edb-tool-option:hover,.edb-tool-option.is-active{background:#111;color:#fff;border-color:#111;box-shadow:0 14px 30px rgba(0,0,0,.12)}
.edb-tool-panel{background:linear-gradient(180deg,#fff,#f5f5f1);border:1px solid #e5e5df;border-radius:26px;padding:24px;box-shadow:0 18px 40px rgba(0,0,0,.06)}
.edb-tool-result{display:none}
.edb-tool-result.is-active{display:block}
.edb-tool-result strong{display:block;font-size:28px;line-height:1.05;letter-spacing:-.04em;margin:0 0 12px}
.edb-tool-result p{margin:0 0 18px;color:#3e3e39}
.edb-tool-panel .edb-actions{margin-top:8px}
@media (max-width:1024px){
  .edb-tool-grid{grid-template-columns:1fr}
  .edb-nav{top:72px!important;bottom:10px!important;max-height:none!important;padding-bottom:34px!important}
  body.admin-bar .edb-nav{top:118px!important;bottom:10px!important;max-height:none!important}
  .edb-mega{padding:10px!important;margin-top:8px!important}
  .edb-has-mega.edb-open .edb-mega{display:block!important}
  .edb-mega-grid{display:grid!important;gap:8px!important;padding-bottom:18px!important}
  .edb-mega-grid a{min-height:60px!important;padding:12px 13px!important}
}
@media (max-width:767px){
  .edb-nav>a,.edb-has-mega>button{font-size:17px!important;padding:14px 16px!important}
  .edb-mega-grid span{font-size:14px!important;line-height:1.2!important}
  .edb-mega-grid em{font-size:11px!important;line-height:1.3!important}
}


/* === V22 radical refresh === */
.edb-page h1,.edb-page h2{letter-spacing:-.06em}
.edb-dark-section{background:linear-gradient(180deg,#0c1015,#111722 60%,#111821)!important;color:#fff!important}
.edb-dark-section p,.edb-dark-section li,.edb-dark-section .edb-lead,.edb-dark-section .edb-kicker{color:#edf1f7!important}
.edb-dark-section .edb-btn{background:#fff!important;color:#111!important;border-color:#fff!important}
.edb-dark-section .edb-btn.dark{background:#20c763!important;color:#08110b!important;border-color:#20c763!important}
.edb-wide-cta{background:linear-gradient(135deg,#0f1218,#171e29)!important}
.edb-mega-copy .edb-submenu-cta,.edb-submenu-cta{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:13px 18px!important;border-radius:999px!important;background:#111!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 10px 30px rgba(0,0,0,.16)!important;font-weight:800!important;text-decoration:none!important}
.edb-submenu-cta:hover{transform:translateY(-1px)}
.edb-submenu-cta .edb-wa-dot{width:12px!important;height:12px!important;border-radius:50%!important;background:#24d366!important;display:inline-block!important;box-shadow:0 0 0 6px rgba(36,211,102,.14)!important;flex:0 0 12px!important}

.edb-treatment-hero .edb-img-premium,.edb-treatment-hero-media{background:linear-gradient(145deg,#ffffff,#f2f2ee)!important;border-radius:36px!important;padding:18px!important;box-shadow:0 25px 70px rgba(17,18,22,.08)!important}
.edb-treatment-hero .edb-img-premium:after{display:none!important}
.edb-treatment-hero .edb-img-premium img,.edb-treatment-hero-media img,.edb-img-premium img[src*="-v22"]{height:auto!important;min-height:0!important;aspect-ratio:4/3!important;object-fit:contain!important;object-position:center center!important;background:linear-gradient(145deg,#f7f7f4,#ecece7)!important;border-radius:26px!important;padding:0!important}
.edb-card-media img[src*="-v22"]{object-fit:cover!important;background:#f6f6f2!important}

.edb-ai-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}
.edb-ai-copy,.edb-ai-resultbox{background:linear-gradient(145deg,#fff,#f2f2ee);border:1px solid #fff;border-radius:34px;padding:30px;box-shadow:0 20px 60px rgba(0,0,0,.07)}
.edb-ai-groups{display:grid;gap:18px;margin-top:18px}
.edb-ai-group h3{margin:0 0 10px;font-size:18px;color:#111}
.edb-ai-chips{display:flex;flex-wrap:wrap;gap:10px}
.edb-ai-chip{appearance:none;border:1px solid #d8d8d1;background:#fff;color:#121212;border-radius:999px;padding:12px 16px;font:700 14px/1.2 Inter,system-ui,sans-serif;cursor:pointer;transition:.2s ease}
.edb-ai-chip:hover{transform:translateY(-1px);border-color:#babbb3}
.edb-ai-chip.is-active{background:#111;color:#fff;border-color:#111;box-shadow:0 10px 26px rgba(17,17,17,.18)}
.edb-ai-status{display:inline-flex;align-items:center;gap:8px;background:#eefaf2;color:#0d5c2f;border:1px solid #d4f0de;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.edb-ai-status:before{content:'';width:10px;height:10px;border-radius:50%;background:#24d366;box-shadow:0 0 0 6px rgba(36,211,102,.15)}
.edb-ai-resultbox h3{font-size:34px;line-height:1.02;margin:18px 0 10px;color:#111}
.edb-ai-resultbox p{font-size:16px;line-height:1.65;color:#4c4c49}
.edb-ai-meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.edb-ai-linkwrap{margin-top:12px}

.edb-modern-band{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:start;padding:34px;border-radius:34px;background:linear-gradient(145deg,#fff,#f4f4ef);box-shadow:0 20px 55px rgba(0,0,0,.06)}
.edb-modern-band-2{background:linear-gradient(145deg,#f8f8f5,#efefe8)}
.edb-info-grid,.edb-glass-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.edb-info-card,.edb-glass-card{border-radius:24px;padding:20px;background:#fff;border:1px solid #ecece6;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.edb-glass-card{background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(245,245,240,.95))}
.edb-info-card p,.edb-glass-card p{margin:0;color:#4a4a48;line-height:1.65}
.edb-glass-card h3{font-size:16px;margin:0 0 8px;color:#111}

@media (max-width:1024px){
  .edb-ai-shell,.edb-modern-band{grid-template-columns:1fr}
}
@media (max-width:767px){
  .edb-ai-copy,.edb-ai-resultbox,.edb-modern-band{padding:22px;border-radius:26px}
  .edb-ai-resultbox h3{font-size:28px}
  .edb-info-grid,.edb-glass-grid{grid-template-columns:1fr}
  .edb-treatment-hero .edb-img-premium,.edb-treatment-hero-media{padding:12px!important;border-radius:24px!important}
  .edb-treatment-hero .edb-img-premium img,.edb-treatment-hero-media img,.edb-img-premium img[src*="-v22"]{aspect-ratio:4/3!important}
}


/* === V23 fixes and upgrades === */
.edb-mosaic-rich{grid-template-columns:1fr 1fr!important;grid-template-rows:220px 220px!important;gap:14px!important}
.edb-mosaic-rich img{aspect-ratio:auto!important;height:220px!important;object-fit:cover!important;object-position:center center!important}
.edb-card-media,.edb-img-premium,.edb-gallery-media,.edb-gallery-symmetric .edb-gallery-media{overflow:hidden!important}
.edb-card-media img,.edb-gallery-media img,.edb-gallery-symmetric .edb-gallery-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}
.edb-card-media{aspect-ratio:4/3!important;border-radius:24px!important;background:#f4f4ef!important}
.edb-card-media img{aspect-ratio:4/3!important}
.edb-gallery-media,.edb-gallery-symmetric .edb-gallery-media{padding:0!important;aspect-ratio:4/3!important;min-height:0!important;background:#f3f3ee!important}
.edb-img-premium{border-radius:34px!important;overflow:hidden!important;background:#f5f5f1!important}
.edb-img-premium img,.edb-img-premium-fill img,.edb-img-premium img[src*="hero-"]{width:100%!important;height:100%!important;min-height:460px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;padding:0!important;margin:0!important;border-radius:34px!important;background:none!important}
@media (max-width:1024px){.edb-img-premium img,.edb-img-premium-fill img,.edb-img-premium img[src*="hero-"]{min-height:380px!important}.edb-mosaic-rich{grid-template-rows:190px 190px!important}.edb-mosaic-rich img{height:190px!important}}
@media (max-width:767px){.edb-img-premium img,.edb-img-premium-fill img,.edb-img-premium img[src*="hero-"]{min-height:280px!important;border-radius:26px!important}.edb-mosaic-rich{grid-template-columns:1fr!important;grid-template-rows:repeat(4,170px)!important}.edb-mosaic-rich img{height:170px!important}}

/* Stronger contrast fixes */
.edb-dark-section .edb-step,.edb-dark-section .edb-step *{color:#111!important}
.edb-dark-section .edb-step p{color:#454543!important}
.edb-dark-section .edb-step b{color:#111!important;background:linear-gradient(135deg,#fff,#d8d9d2)!important}
.edb-info-card,.edb-info-card p,.edb-glass-card,.edb-glass-card p,.edb-glass-card h3{color:#111!important}
.edb-wide-cta,.edb-wide-cta *{color:#fff!important}

/* Guided assistant */
.edb-ai-wizard{background:linear-gradient(145deg,#fff,#f2f2ee);border:1px solid #fff;border-radius:36px;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.07)}
.edb-ai-head{max-width:860px}
.edb-ai-progress{display:flex;gap:10px;margin-top:18px}
.edb-ai-progress span{width:54px;height:8px;border-radius:999px;background:#d9d9d2;display:block;transition:.25s ease}
.edb-ai-progress span.is-active{background:#111}
.edb-ai-panel{display:none;padding-top:22px}
.edb-ai-panel.is-active{display:block}
.edb-ai-panel-copy h3{margin:0 0 8px;font-size:28px;line-height:1.05;letter-spacing:-.04em;color:#111}
.edb-ai-panel-copy p{margin:0 0 18px;color:#555;line-height:1.6}
.edb-ai-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.edb-ai-option{appearance:none;border:1px solid #e0e0d9;background:#fff;border-radius:22px;padding:18px 18px;text-align:left;font:800 15px/1.35 Inter,system-ui,sans-serif;color:#111;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.04);transition:.2s ease}
.edb-ai-option:hover{transform:translateY(-1px);border-color:#bfc0b7}
.edb-ai-option.is-active{background:#111;color:#fff;border-color:#111;box-shadow:0 12px 28px rgba(17,17,17,.18)}
.edb-ai-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:24px}
.edb-ai-resultbox{background:#fff;border:1px solid #ecece5;border-radius:28px;padding:26px;box-shadow:0 12px 28px rgba(0,0,0,.04)}
.edb-ai-status{display:inline-flex;align-items:center;gap:8px;background:#eefaf2;color:#0d5c2f;border:1px solid #d4f0de;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.edb-ai-status:before{content:'';width:10px;height:10px;border-radius:50%;background:#24d366;box-shadow:0 0 0 6px rgba(36,211,102,.15)}
.edb-ai-resultbox h3{font-size:34px;line-height:1.02;margin:18px 0 10px;color:#111}
.edb-ai-resultbox p{font-size:16px;line-height:1.65;color:#4c4c49}
.edb-ai-meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.edb-ai-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}

/* Ensure installation and card images really fill */
.edb-gallery-card{padding:12px!important}
.edb-gallery-card figcaption{padding:12px 2px 2px!important}
.edb-treatment-card span{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#111!important;font-weight:800!important}

@media (max-width:767px){
  .edb-ai-wizard{padding:22px;border-radius:26px}
  .edb-ai-options{grid-template-columns:1fr}
  .edb-ai-panel-copy h3{font-size:24px}
  .edb-ai-resultbox h3{font-size:28px}
  .edb-ai-nav{justify-content:stretch}
}


/* === V24 layout and image corrections === */
.edb-hero h1{max-width:12ch;font-size:clamp(42px,6vw,88px)!important;line-height:.96!important;letter-spacing:-.06em!important}
.edb-hero .edb-lead{max-width:760px}
.edb-hero-media-single{display:block!important}
.edb-home-hero-frame{background:transparent!important;box-shadow:none!important;border:none!important}
.edb-home-hero-frame:after{display:none!important}

/* Cards and hero images must fill correctly */
.edb-card-grid-visual .edb-treatment-card{padding:0!important;overflow:hidden!important;border-radius:28px!important}
.edb-card-grid-visual .edb-treatment-card .edb-card-media{margin:0!important;padding:0!important;aspect-ratio:4/3!important;min-height:260px!important;background:#f3f2ee!important;border-bottom:1px solid rgba(0,0,0,.06)!important;border-radius:28px 28px 0 0!important}
.edb-card-grid-visual .edb-treatment-card .edb-card-media img{width:100%!important;height:100%!important;min-height:260px!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.edb-card-grid-visual .edb-treatment-card>div{padding:20px 20px 12px!important}
.edb-card-grid-visual .edb-treatment-card>span{padding:0 20px 20px!important}

.edb-treatment-hero .edb-img-premium,.edb-treatment-hero-media,.edb-home-hero-frame{padding:0!important;background:#f5f5f0!important;border-radius:34px!important;overflow:hidden!important;box-shadow:0 18px 60px rgba(17,18,22,.08)!important}
.edb-treatment-hero .edb-img-premium:after,.edb-home-hero-frame:after{display:none!important}
.edb-treatment-hero .edb-img-premium img,.edb-treatment-hero-media img,.edb-home-hero-frame img{display:block!important;width:100%!important;height:100%!important;min-height:520px!important;aspect-ratio:4/3!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.edb-img-premium img[src*="-v24"],.edb-card-media img[src*="-v24"]{background:transparent!important;box-shadow:none!important}

/* Gallery / installation images full bleed */
.edb-gallery-card{padding:0!important;overflow:hidden!important;border-radius:28px!important;background:#fff!important;box-shadow:0 14px 40px rgba(17,18,22,.06)!important}
.edb-gallery-media{padding:0!important;aspect-ratio:4/3!important;overflow:hidden!important;background:#f3f3ee!important}
.edb-gallery-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important}
.edb-gallery-card figcaption{padding:14px 16px 16px!important}

/* Cleaner home hero single image */
.edb-hero-media-single img{min-height:560px!important}
.edb-overlay-card{display:none!important}
.edb-mosaic-rich{display:block!important}

/* AI wizard visual */
.edb-ai-shell{display:none!important}
.edb-ai-wizard{background:linear-gradient(145deg,#fff,#f3f3ee)!important;border:1px solid #ecece4!important;border-radius:34px!important;padding:30px!important;box-shadow:0 18px 60px rgba(0,0,0,.06)!important}
.edb-ai-head{max-width:880px}
.edb-ai-progress{display:flex!important;gap:10px!important;margin-top:18px!important}
.edb-ai-progress span{width:54px;height:8px;border-radius:999px;background:#d9d9d2;display:block}
.edb-ai-progress span.is-active{background:#111}
.edb-ai-panel{display:none!important;padding-top:22px!important}
.edb-ai-panel.is-active{display:block!important}
.edb-ai-panel-copy h3{margin:0 0 8px!important;font-size:30px!important;line-height:1.04!important;color:#111!important;letter-spacing:-.04em!important}
.edb-ai-panel-copy p{margin:0 0 16px!important;color:#555!important;line-height:1.65!important}
.edb-ai-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.edb-ai-option{appearance:none!important;border:1px solid #e2e2db!important;background:#fff!important;border-radius:22px!important;padding:18px 18px!important;text-align:left!important;font:800 15px/1.35 Inter,system-ui,sans-serif!important;color:#111!important;cursor:pointer!important;box-shadow:0 8px 22px rgba(0,0,0,.04)!important;transition:.2s ease!important}
.edb-ai-option:hover{transform:translateY(-1px)!important;border-color:#bebfb6!important}
.edb-ai-option.is-active{background:#111!important;color:#fff!important;border-color:#111!important;box-shadow:0 12px 28px rgba(17,17,17,.18)!important}
.edb-ai-nav{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:10px!important;margin-top:22px!important}
.edb-ai-nav .edb-btn[disabled]{opacity:.45!important;pointer-events:none!important}
.edb-ai-resultbox{background:#fff!important;border:1px solid #ecece5!important;border-radius:28px!important;padding:26px!important;box-shadow:0 12px 28px rgba(0,0,0,.04)!important}
.edb-ai-status{display:inline-flex!important;align-items:center!important;gap:8px!important;background:#eefaf2!important;color:#0d5c2f!important;border:1px solid #d4f0de!important;border-radius:999px!important;padding:8px 12px!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.edb-ai-status:before{content:''!important;width:10px!important;height:10px!important;border-radius:50%!important;background:#24d366!important;box-shadow:0 0 0 6px rgba(36,211,102,.15)!important}
.edb-ai-resultbox h3{font-size:34px!important;line-height:1.02!important;margin:18px 0 10px!important;color:#111!important}
.edb-ai-resultbox p{font-size:16px!important;line-height:1.65!important;color:#4c4c49!important}
.edb-ai-meta{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:18px 0!important}
.edb-ai-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:12px!important}

/* Contrast corrections */
.edb-dark-section .edb-step,.edb-dark-section .edb-step *,.edb-info-card,.edb-info-card *,.edb-glass-card,.edb-glass-card *{color:#111!important}
.edb-dark-section .edb-step p,.edb-info-card p,.edb-glass-card p{color:#4a4a47!important}

@media (max-width:1180px){
  .edb-treatment-hero .edb-img-premium img,.edb-treatment-hero-media img,.edb-home-hero-frame img{min-height:440px!important}
  .edb-hero-media-single img{min-height:480px!important}
}
@media (max-width:767px){
  .edb-hero h1{max-width:none!important;font-size:clamp(36px,13vw,58px)!important}
  .edb-card-grid-visual .edb-treatment-card .edb-card-media,.edb-card-grid-visual .edb-treatment-card .edb-card-media img{min-height:220px!important}
  .edb-treatment-hero .edb-img-premium img,.edb-treatment-hero-media img,.edb-home-hero-frame img{min-height:280px!important;aspect-ratio:4/3!important}
  .edb-hero-media-single img{min-height:320px!important}
  .edb-ai-wizard{padding:22px!important;border-radius:26px!important}
  .edb-ai-options{grid-template-columns:1fr!important}
  .edb-ai-panel-copy h3{font-size:24px!important}
  .edb-ai-resultbox h3{font-size:28px!important}
}


/* === V25 review pass === */
.focus-logo-left{object-position:28% center !important;}
.edb-home-hero-frame img.focus-logo-left,.edb-treatment-hero .edb-img-premium img.focus-logo-left,.edb-card-media img.focus-logo-left{object-position:28% center !important;}
/* safer crop for generated images with illuminated logo on left */
img[src*="hero-home-v24"],img[src*="hero-ander-sweden-v24"]{object-position:28% center !important;}
@media (max-width:767px){
  img[src*="hero-home-v24"],img[src*="hero-ander-sweden-v24"],.focus-logo-left{object-position:24% center !important;}
}


/* === V26 crystal / liquid glass refresh === */
:root{
  --edb-crystal-bg:linear-gradient(180deg,rgba(255,255,255,.68),rgba(246,246,242,.56));
  --edb-crystal-dark:linear-gradient(180deg,rgba(31,36,46,.68),rgba(17,21,28,.78));
  --edb-crystal-border:1px solid rgba(255,255,255,.48);
  --edb-crystal-shadow:0 18px 50px rgba(17,17,17,.10), inset 0 1px 0 rgba(255,255,255,.55);
}
/* softer, more modern crystal treatment for footer and darker blocks */
.edb-footer-silver,
.edb-dark-section,
.edb-overlay-card,
.edb-sidebar-card,
.edb-sidebar-card.light,
.edb-info-card,
.edb-glass-card,
.edb-dark-section .edb-step,
.edb-cookie-banner,
.edb-cookie-panel,
.edb-ai-resultbox{
  position:relative;
  overflow:hidden;
}
.edb-footer-silver{
  background:
    radial-gradient(1200px 480px at 0% 0%, rgba(255,255,255,.55), transparent 58%),
    radial-gradient(900px 360px at 100% 0%, rgba(255,255,255,.36), transparent 48%),
    linear-gradient(180deg, rgba(242,242,238,.84), rgba(219,220,214,.78) 48%, rgba(210,211,205,.88));
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  border-top:1px solid rgba(255,255,255,.52);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58);
}
.edb-footer-silver:before,
.edb-dark-section:before,
.edb-overlay-card:before,
.edb-sidebar-card:before,
.edb-sidebar-card.light:before,
.edb-info-card:before,
.edb-glass-card:before,
.edb-dark-section .edb-step:before,
.edb-cookie-banner:before,
.edb-cookie-panel:before,
.edb-ai-resultbox:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,0) 38%);
}
.edb-footer-grid,
.edb-footer-bottom{border-color:rgba(255,255,255,.38)!important}
.edb-footer p,.edb-footer li,.edb-footer-bottom{color:#2f3338!important}
.edb-footer h3,.edb-footer a,.edb-footer .edb-btn.line{color:#111!important}
.edb-footer .edb-btn.line{background:rgba(255,255,255,.58)!important;border:1px solid rgba(255,255,255,.58)!important;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);}
.edb-dark-section{
  background:
    radial-gradient(920px 420px at 0% 0%, rgba(122,162,255,.12), transparent 60%),
    radial-gradient(860px 360px at 100% 0%, rgba(255,255,255,.10), transparent 46%),
    linear-gradient(180deg, rgba(34,40,50,.78), rgba(18,23,30,.86) 58%, rgba(14,18,24,.90))!important;
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.edb-dark-section h1,.edb-dark-section h2,.edb-dark-section h3{color:#fff!important}
.edb-dark-section p,.edb-dark-section li,.edb-dark-section .edb-lead,.edb-dark-section .edb-kicker{color:#eef2f7!important}
.edb-overlay-card,
.edb-sidebar-card,
.edb-cookie-banner,
.edb-cookie-panel{
  background:var(--edb-crystal-dark)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  box-shadow:0 18px 55px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.14)!important;
}
.edb-overlay-card p,.edb-overlay-card h3,.edb-sidebar-card p,.edb-sidebar-card h2,.edb-sidebar-card li,.edb-sidebar-card a,.edb-cookie-banner *,.edb-cookie-panel *{color:#fff!important}
.edb-sidebar-card.light,
.edb-info-card,
.edb-glass-card,
.edb-dark-section .edb-step,
.edb-ai-resultbox{
  background:var(--edb-crystal-bg)!important;
  border:var(--edb-crystal-border)!important;
  backdrop-filter: blur(22px) saturate(165%);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  box-shadow:var(--edb-crystal-shadow)!important;
}
.edb-info-card,.edb-glass-card,.edb-dark-section .edb-step,.edb-ai-resultbox,
.edb-info-card *,.edb-glass-card *,.edb-dark-section .edb-step *,.edb-ai-resultbox *{color:#111!important}
.edb-footer-topbar .edb-btn.dark,
.edb-wide-cta .edb-btn.dark,
.edb-footer .edb-btn.dark{
  background:linear-gradient(180deg, rgba(17,17,17,.88), rgba(17,17,17,.96))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10)!important;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}
.edb-footer-topbar .edb-btn.dark:hover,
.edb-wide-cta .edb-btn.dark:hover,
.edb-footer .edb-btn.dark:hover{transform:translateY(-1px)}
/* subtle crystal panels for grayscale containers */
.edb-home-hero-frame,
.edb-treatment-card,
.edb-card-media,
.edb-gallery-card,
.edb-opinion-card,
.edb-ai-tool,
.edb-mega,
.edb-mega-grid a{
  box-shadow:0 14px 36px rgba(17,17,17,.06), inset 0 1px 0 rgba(255,255,255,.58);
}
.edb-home-hero-frame,
.edb-card-media,
.edb-gallery-card,
.edb-opinion-card,
.edb-ai-tool,
.edb-mega{
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(246,246,242,.76));
  border-color:rgba(255,255,255,.72)!important;
}
/* keep readability where some text got low contrast */
.edb-section [style*="color:#fff"],
.edb-section [style*="color: #fff"],
.edb-section [style*="color:white"],
.edb-section [style*="color: white"]{ text-shadow:0 1px 1px rgba(0,0,0,.12); }
@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))){
  .edb-footer-silver{background:linear-gradient(180deg,#efefeb,#d8d9d4)!important}
  .edb-dark-section{background:linear-gradient(180deg,#222831,#151a22)!important}
  .edb-sidebar-card.light,.edb-info-card,.edb-glass-card,.edb-dark-section .edb-step,.edb-ai-resultbox{background:linear-gradient(180deg,#fff,#f1f1ee)!important}
}
@media (max-width:767px){
  .edb-footer-silver,.edb-dark-section,.edb-sidebar-card,.edb-sidebar-card.light,.edb-info-card,.edb-glass-card,.edb-dark-section .edb-step,.edb-ai-resultbox{
    backdrop-filter: blur(16px) saturate(145%);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
  }
}


/* === V27: menu readable crystal + footer iOS glass premium === */

/* Header/dropdown: frosted glass but fully readable */
.edb-header,
.edb-header * {
  box-sizing: border-box;
}
.edb-header {
  z-index: 99999 !important;
}
.edb-has-mega {
  position: relative !important;
}
.edb-mega {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(8px) !important;
  width: min(880px, calc(100vw - 72px)) !important;
  min-width: 760px !important;
  max-width: 880px !important;
  padding: 18px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(640px 220px at 0% 0%, rgba(255,255,255,.98), rgba(255,255,255,.78) 58%, transparent 100%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(244,244,239,.92)) !important;
  border: 1px solid rgba(255,255,255,.88) !important;
  box-shadow:
    0 28px 80px rgba(17,17,17,.20),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  backdrop-filter: blur(26px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(26px) saturate(165%) !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  display: grid !important;
  grid-template-columns: 260px 1fr !important;
  gap: 14px !important;
  color: #111 !important;
}
.edb-has-mega:hover .edb-mega,
.edb-has-mega:focus-within .edb-mega,
.edb-has-mega.edb-open .edb-mega {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}
.edb-mega:before,
.edb-mega:after {
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
}
.edb-mega:before {
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0) 46%) !important;
}
.edb-mega:after {
  width: 180px !important;
  height: 180px !important;
  right: -44px !important;
  top: -54px !important;
  border-radius: 50% !important;
  background: rgba(222,224,218,.52) !important;
  filter: blur(4px) !important;
}
.edb-mega-copy,
.edb-mega-grid {
  position: relative !important;
  z-index: 2 !important;
}
.edb-mega-copy {
  border-radius: 24px !important;
  padding: 20px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(235,236,230,.70)) !important;
  border: 1px solid rgba(255,255,255,.86) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85) !important;
}
.edb-mega-copy strong,
.edb-mega-copy p,
.edb-mega-grid span,
.edb-mega-grid em,
.edb-mega a,
.edb-mega button {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.edb-mega-copy strong {
  display: block !important;
  font-size: 20px !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  margin-bottom: 10px !important;
}
.edb-mega-copy p {
  margin: 0 0 16px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #3f403d !important;
  -webkit-text-fill-color: #3f403d !important;
}
.edb-mega-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
.edb-mega-grid a {
  display: block !important;
  min-height: 86px !important;
  padding: 15px 16px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.76) !important;
  border: 1px solid rgba(218,218,211,.88) !important;
  box-shadow:
    0 10px 28px rgba(17,17,17,.055),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}
.edb-mega-grid a:hover {
  transform: translateY(-2px) !important;
  background: #fff !important;
  box-shadow:
    0 16px 36px rgba(17,17,17,.10),
    inset 0 1px 0 rgba(255,255,255,1) !important;
}
.edb-mega-grid span {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 850 !important;
  margin-bottom: 6px !important;
}
.edb-mega-grid em {
  display: block !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #696a65 !important;
  -webkit-text-fill-color: #696a65 !important;
}
.edb-mega-copy .edb-submenu-cta,
.edb-submenu-cta {
  background: linear-gradient(180deg,#111,#1c1c1c) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
}
.edb-submenu-cta * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.edb-submenu-cta .edb-wa-dot {
  background:#25d366 !important;
  box-shadow: 0 0 0 6px rgba(37,211,102,.18) !important;
}

/* Footer: more Apple/iOS crystal, less heavy flat grey */
.edb-footer-silver {
  margin-top: 0 !important;
  padding-top: clamp(28px, 4vw, 54px) !important;
  background:
    radial-gradient(820px 360px at 14% 0%, rgba(255,255,255,.94), rgba(255,255,255,.36) 58%, transparent 100%),
    radial-gradient(720px 300px at 90% 8%, rgba(232,234,229,.82), rgba(255,255,255,0) 58%),
    linear-gradient(180deg, #f8f8f5 0%, #e9eae5 54%, #dedfd9 100%) !important;
  color: #111 !important;
  border-top: 1px solid rgba(255,255,255,.78) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 -12px 60px rgba(17,17,17,.06) !important;
  backdrop-filter: blur(22px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(160%) !important;
}
.edb-footer-silver:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(120deg, rgba(255,255,255,.58), rgba(255,255,255,0) 35%),
    linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0) 45%) !important;
}
.edb-footer-silver > * {
  position: relative !important;
  z-index: 2 !important;
}
.edb-footer-silver .edb-footer-topbar {
  width: min(1320px, 100%) !important;
  margin: 0 auto 26px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border-radius: 36px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.78), rgba(244,244,239,.58)) !important;
  border: 1px solid rgba(255,255,255,.86) !important;
  box-shadow:
    0 20px 60px rgba(17,17,17,.08),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  backdrop-filter: blur(24px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(165%) !important;
}
.edb-footer-silver .edb-footer-topbar h2 {
  color: #111 !important;
  font-size: clamp(28px, 3.2vw, 48px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
}
.edb-footer-silver .edb-footer-topbar p,
.edb-footer-silver .edb-footer-topbar .edb-kicker {
  color: #4d4f4a !important;
  -webkit-text-fill-color: #4d4f4a !important;
}
.edb-footer-grid {
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-top: 0 !important;
  display: grid !important;
  grid-template-columns: 1.25fr .82fr 1fr 1.05fr !important;
  gap: 16px !important;
}
.edb-footer-grid > div {
  padding: 24px !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(247,247,243,.46)) !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  box-shadow:
    0 14px 42px rgba(17,17,17,.055),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
}
.edb-footer-logo {
  width: 174px !important;
  max-width: 100% !important;
  margin-bottom: 18px !important;
}
.edb-footer h3 {
  color: #111 !important;
  font-size: 20px !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  margin-bottom: 14px !important;
}
.edb-footer p,
.edb-footer li,
.edb-footer-bottom {
  color: #3d403c !important;
  -webkit-text-fill-color: #3d403c !important;
  font-size: 14px !important;
}
.edb-footer a {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-weight: 650 !important;
}
.edb-footer a:hover {
  text-decoration: none !important;
  opacity: .7 !important;
}
.edb-footer-bottom {
  width: min(1320px, 100%) !important;
  margin: 18px auto 0 !important;
  padding: 18px 2px 0 !important;
  border-top: 1px solid rgba(255,255,255,.76) !important;
}
.edb-footer .edb-insta-strip img {
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(17,17,17,.08) !important;
}

/* WhatsApp floating and footer button readability */
.edb-floating-wa,
.edb-footer .edb-btn.dark,
.edb-footer-topbar .edb-btn.dark {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  background:linear-gradient(180deg, rgba(18,18,18,.92), rgba(10,10,10,.96)) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  backdrop-filter:blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter:blur(18px) saturate(150%) !important;
}
.edb-floating-wa *,
.edb-footer .edb-btn.dark *,
.edb-footer-topbar .edb-btn.dark * {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}

/* Responsive safety */
@media (max-width: 1120px) {
  .edb-mega {
    min-width: 0 !important;
    width: calc(100vw - 48px) !important;
    grid-template-columns: 1fr !important;
    left: 50% !important;
  }
  .edb-footer-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}
@media (max-width: 767px) {
  .edb-mega {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    padding: 12px !important;
    border-radius: 24px !important;
    box-shadow: none !important;
    background: rgba(255,255,255,.96) !important;
  }
  .edb-has-mega.edb-open .edb-mega {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .edb-mega-copy {
    display: none !important;
  }
  .edb-mega-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  .edb-mega-grid a {
    min-height: auto !important;
    padding: 14px 15px !important;
    border-radius: 18px !important;
  }
  .edb-footer-silver {
    padding-top: 24px !important;
  }
  .edb-footer-silver .edb-footer-topbar {
    border-radius: 28px !important;
    padding: 24px !important;
  }
  .edb-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .edb-footer-grid > div {
    padding: 20px !important;
    border-radius: 24px !important;
  }
}


/* === V28: footer unificado + submenu hover seguro === */

/* Evita que el submenu desaparezca al bajar el cursor */
.edb-has-mega {
  position: relative !important;
}
.edb-has-mega:after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  transform: translateX(-50%) !important;
  width: min(900px, calc(100vw - 72px)) !important;
  height: 30px !important;
  display: block !important;
  background: transparent !important;
  pointer-events: auto !important;
  z-index: 99998 !important;
}
.edb-mega {
  top: calc(100% + 8px) !important;
  z-index: 99999 !important;
}
.edb-has-mega:hover .edb-mega,
.edb-has-mega:focus-within .edb-mega,
.edb-has-mega.edb-open .edb-mega {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Footer: 1 solo bloque crystal, manteniendo columnas internas */
.edb-footer-silver {
  background:
    radial-gradient(900px 380px at 12% 0%, rgba(255,255,255,.94), rgba(255,255,255,.34) 58%, transparent 100%),
    radial-gradient(780px 320px at 92% 4%, rgba(232,234,229,.82), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #fafaf7 0%, #eeeFEA 52%, #e3e4dd 100%) !important;
}
.edb-footer-grid {
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
  padding: clamp(26px, 3vw, 42px) !important;
  border-radius: 38px !important;
  display: grid !important;
  grid-template-columns: 1.25fr .82fr 1fr 1.05fr !important;
  gap: clamp(18px, 2.4vw, 42px) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(244,244,239,.56)) !important;
  border: 1px solid rgba(255,255,255,.88) !important;
  box-shadow:
    0 22px 70px rgba(17,17,17,.08),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  backdrop-filter: blur(24px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(165%) !important;
  overflow: hidden !important;
  position: relative !important;
}
.edb-footer-grid:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(120deg, rgba(255,255,255,.56), rgba(255,255,255,0) 38%),
    radial-gradient(420px 170px at 100% 0%, rgba(255,255,255,.48), transparent 70%) !important;
}
.edb-footer-grid > div {
  position: relative !important;
  z-index: 2 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.edb-footer-grid > div:not(:last-child) {
  border-right: 1px solid rgba(17,17,17,.08) !important;
  padding-right: clamp(16px, 2vw, 34px) !important;
}
.edb-footer h3 {
  margin-top: 0 !important;
}
.edb-footer-bottom {
  width: min(1320px, 100%) !important;
  margin: 18px auto 0 !important;
  padding: 18px 4px 0 !important;
  border-top: 1px solid rgba(17,17,17,.08) !important;
}

/* Tablet y movil: sigue siendo un solo bloque, columnas reorganizadas */
@media (max-width: 1120px) {
  .edb-has-mega:after {
    width: calc(100vw - 48px) !important;
  }
  .edb-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }
  .edb-footer-grid > div {
    border-right: 0 !important;
    padding-right: 0 !important;
  }
  .edb-footer-grid > div:nth-child(odd) {
    border-right: 1px solid rgba(17,17,17,.08) !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  .edb-has-mega:after {
    display: none !important;
  }
  .edb-mega {
    top: auto !important;
  }
  .edb-footer-grid {
    grid-template-columns: 1fr !important;
    border-radius: 30px !important;
    padding: 24px !important;
    gap: 22px !important;
  }
  .edb-footer-grid > div,
  .edb-footer-grid > div:nth-child(odd) {
    border-right: 0 !important;
    padding-right: 0 !important;
  }
  .edb-footer-grid > div:not(:last-child) {
    border-bottom: 1px solid rgba(17,17,17,.08) !important;
    padding-bottom: 20px !important;
  }
}


/* === V29: Formacion con video optimizado === */
.edb-training-hero .edb-lead{max-width:820px}
.edb-training-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:18px 0 26px!important;
}
.edb-training-tags span{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  padding:9px 13px!important;
  background:rgba(255,255,255,.74)!important;
  border:1px solid rgba(218,218,211,.9)!important;
  color:#111!important;
  font-weight:800!important;
  font-size:13px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.edb-section-head{
  max-width:900px!important;
  margin-bottom:26px!important;
}
.edb-video-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
}
.edb-video-card{
  overflow:hidden!important;
  border-radius:34px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.82),rgba(245,245,240,.66))!important;
  border:1px solid rgba(255,255,255,.86)!important;
  box-shadow:
    0 22px 70px rgba(17,17,17,.08),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
  backdrop-filter:blur(22px) saturate(160%)!important;
  -webkit-backdrop-filter:blur(22px) saturate(160%)!important;
}
.edb-video-trigger{
  width:100%!important;
  display:block!important;
  position:relative!important;
  padding:0!important;
  border:0!important;
  background:#111!important;
  cursor:pointer!important;
  overflow:hidden!important;
  aspect-ratio:16/9!important;
}
.edb-video-trigger img,
.edb-video-trigger video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
}
.edb-video-trigger:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.34)),
    radial-gradient(420px 180px at 50% 50%,rgba(255,255,255,.15),transparent 68%)!important;
  pointer-events:none!important;
}
.edb-video-play{
  position:absolute!important;
  left:22px!important;
  bottom:20px!important;
  z-index:3!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:900!important;
  border-radius:999px!important;
  padding:12px 17px!important;
  background:rgba(17,17,17,.84)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 16px 40px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.18)!important;
  backdrop-filter:blur(14px) saturate(145%)!important;
  -webkit-backdrop-filter:blur(14px) saturate(145%)!important;
}
.edb-video-play:before{
  content:""!important;
  width:12px!important;
  height:12px!important;
  border-radius:50%!important;
  background:#25d366!important;
  box-shadow:0 0 0 6px rgba(37,211,102,.18)!important;
}
.edb-video-copy{
  padding:24px!important;
}
.edb-video-copy small{
  display:block!important;
  margin-bottom:10px!important;
  color:#7a7b75!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.edb-video-copy h3{
  color:#111!important;
  font-size:clamp(24px,2.2vw,34px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  margin:0 0 12px!important;
}
.edb-video-copy p{
  color:#4c4d49!important;
  line-height:1.7!important;
  margin:0!important;
}
.edb-video-loaded{
  width:100%!important;
  height:100%!important;
  display:block!important;
  background:#000!important;
}
@media (max-width:900px){
  .edb-video-grid{grid-template-columns:1fr!important}
}
@media (max-width:767px){
  .edb-video-card{border-radius:26px!important}
  .edb-video-copy{padding:20px!important}
  .edb-video-play{left:14px!important;bottom:14px!important;padding:10px 14px!important}
}


/* === V30 final visual / performance pass === */
:root{
  --edb-glass-soft: linear-gradient(145deg, rgba(255,255,255,.82), rgba(244,244,239,.68));
  --edb-glass-border: 1px solid rgba(255,255,255,.82);
  --edb-glass-shadow: 0 18px 55px rgba(17,17,17,.075), inset 0 1px 0 rgba(255,255,255,.92);
}
.edb-page{background:linear-gradient(180deg,#fff,#fbfbf8 36%,#f5f5f1 100%)!important;color:#111!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:clip!important}
.edb-section{overflow-x:clip!important}
.edb-section:not(.edb-hero):not(.edb-treatment-hero){content-visibility:auto;contain-intrinsic-size:1px 760px}
.edb-inner{position:relative;z-index:1}
.edb-header{background:rgba(255,255,255,.78)!important;border:1px solid rgba(255,255,255,.78)!important;backdrop-filter:blur(22px) saturate(170%)!important;-webkit-backdrop-filter:blur(22px) saturate(170%)!important;box-shadow:0 18px 55px rgba(17,17,17,.08), inset 0 1px 0 rgba(255,255,255,.96)!important}
.edb-nav>a,.edb-has-mega>button{transition:background .18s ease, transform .18s ease!important}
.edb-nav>a:hover,.edb-has-mega>button:hover{background:rgba(244,244,240,.9)!important;transform:translateY(-1px)!important}
.edb-btn,.edb-cookie-btn{transition:transform .18s ease, box-shadow .18s ease, background .18s ease!important}
.edb-btn:hover,.edb-cookie-btn:hover{transform:translateY(-2px)!important;box-shadow:0 16px 38px rgba(17,17,17,.15)!important}
.edb-btn.dark,.edb-cookie-btn.dark{background:linear-gradient(180deg,#151515,#050505)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:1px solid rgba(255,255,255,.14)!important}
.edb-btn.line,.edb-cookie-btn.line,.edb-cookie-btn.ghost{background:rgba(255,255,255,.72)!important;color:#111!important;-webkit-text-fill-color:#111!important;border:1px solid rgba(205,205,198,.85)!important;backdrop-filter:blur(16px) saturate(155%)!important;-webkit-backdrop-filter:blur(16px) saturate(155%)!important}
.edb-card,.edb-treatment-card,.edb-benefit-card,.edb-opinion,.edb-video-card,.edb-ai-wizard,.edb-form-card,.edb-modern-band,.edb-wide-cta,.edb-gallery-card{transform:translateZ(0);will-change:auto}
.edb-card,.edb-treatment-card,.edb-benefit-card,.edb-opinion,.edb-video-card,.edb-form-card,.edb-modern-band,.edb-gallery-card{background:var(--edb-glass-soft)!important;border:var(--edb-glass-border)!important;box-shadow:var(--edb-glass-shadow)!important;backdrop-filter:blur(18px) saturate(150%)!important;-webkit-backdrop-filter:blur(18px) saturate(150%)!important}
.edb-treatment-card:hover,.edb-video-card:hover,.edb-benefit-card:hover,.edb-opinion:hover{transform:translateY(-4px)!important;box-shadow:0 24px 70px rgba(17,17,17,.11), inset 0 1px 0 rgba(255,255,255,.95)!important}
.edb-card-media img,.edb-img-premium img,.edb-gallery-media img{decoding:async;transform:translateZ(0)}
.edb-dark-section{background:linear-gradient(145deg,#151b23,#222935 52%,#141920)!important;border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
.edb-dark-section .edb-kicker,.edb-dark-section .edb-lead,.edb-dark-section p,.edb-dark-section li{color:#f4f6f9!important;-webkit-text-fill-color:#f4f6f9!important}
.edb-dark-section .edb-checks li:before{box-shadow:0 0 0 5px rgba(255,255,255,.22)!important}
.edb-wide-cta{background:linear-gradient(135deg,#111821,#252c36)!important;color:#fff!important}
.edb-wide-cta *{color:#fff!important;-webkit-text-fill-color:#fff!important}
.edb-footer-silver{background:radial-gradient(900px 360px at 12% 0%,rgba(255,255,255,.95),rgba(255,255,255,.35) 58%,transparent 100%),linear-gradient(180deg,#fafaf7,#eeeFEA 52%,#e5e6df 100%)!important}
.edb-footer-grid{background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(245,245,241,.62))!important;border:1px solid rgba(255,255,255,.88)!important;box-shadow:0 22px 70px rgba(17,17,17,.075),inset 0 1px 0 rgba(255,255,255,.96)!important}

/* Cookie banner: visible on entry, compact and easy to accept */
.edb-cookie-backdrop{position:fixed!important;inset:0!important;background:rgba(10,12,16,.18)!important;z-index:2147482998!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important}
.edb-cookie-backdrop[hidden]{display:none!important}
.edb-cookie-banner{position:fixed!important;left:50%!important;right:auto!important;bottom:22px!important;transform:translateX(-50%)!important;z-index:2147482999!important;width:min(720px,calc(100vw - 28px))!important;max-width:720px!important;margin:0!important;padding:18px!important;border-radius:26px!important;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(244,244,239,.88))!important;color:#111!important;-webkit-text-fill-color:#111!important;border:1px solid rgba(255,255,255,.86)!important;box-shadow:0 22px 70px rgba(17,17,17,.22),inset 0 1px 0 rgba(255,255,255,.95)!important;backdrop-filter:blur(24px) saturate(170%)!important;-webkit-backdrop-filter:blur(24px) saturate(170%)!important;display:block!important;max-height:min(82vh,680px)!important;overflow:auto!important}
.edb-cookie-banner[hidden]{display:none!important}
.edb-cookie-banner *{color:#111!important;-webkit-text-fill-color:#111!important;text-shadow:none!important}
.edb-cookie-main{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:'title actions' 'text actions' 'links actions'!important;column-gap:20px!important;align-items:center!important}
.edb-cookie-main strong{grid-area:title!important;font-size:22px!important;line-height:1.05!important;letter-spacing:-.04em!important;margin:0!important;color:#111!important}
.edb-cookie-main p{grid-area:text!important;margin:7px 0 0!important;font-size:14px!important;line-height:1.5!important;color:#4c4d49!important;-webkit-text-fill-color:#4c4d49!important}
.edb-cookie-actions{grid-area:actions!important;margin:0!important;display:flex!important;gap:9px!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important}
.edb-cookie-links{grid-area:links!important;margin:8px 0 0!important;font-size:12px!important;color:#5a5b56!important;-webkit-text-fill-color:#5a5b56!important}
.edb-cookie-links a{font-weight:700!important;text-decoration:none!important}
.edb-cookie-btn{white-space:nowrap!important;padding:12px 16px!important;border-radius:999px!important;font-size:13px!important;font-weight:850!important;cursor:pointer!important}
.edb-cookie-btn.dark{background:linear-gradient(180deg,#111,#050505)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 10px 28px rgba(0,0,0,.18)!important}
.edb-cookie-panel{margin-top:14px!important;padding-top:14px!important;border-top:1px solid rgba(17,17,17,.09)!important;background:transparent!important;box-shadow:none!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-radius:0!important}
.edb-cookie-panel[hidden]{display:none!important}
.edb-cookie-panel *{color:#111!important;-webkit-text-fill-color:#111!important}
.edb-cookie-item{background:rgba(255,255,255,.58)!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:18px!important;padding:12px!important;margin-top:8px!important;display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:flex-start!important}
.edb-cookie-actions-panel{grid-area:auto!important;margin-top:12px!important;justify-content:flex-start!important}
@media(max-width:767px){
  .edb-section{content-visibility:visible;contain-intrinsic-size:auto}
  .edb-cookie-banner{bottom:12px!important;width:calc(100vw - 20px)!important;border-radius:22px!important;padding:16px!important;max-height:calc(100dvh - 24px)!important}
  .edb-cookie-main{display:block!important}
  .edb-cookie-actions{margin-top:14px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .edb-cookie-actions .edb-cookie-btn.dark{grid-column:1/-1!important;order:-1!important}
  .edb-cookie-btn{width:100%!important;justify-content:center!important;text-align:center!important}
  .edb-cookie-item{display:block!important}
}


/* === V31: cookie banner premium, limpio y sin blur de pagina === */

/* No bloqueamos ni difuminamos la web cuando aparece el aviso */
.edb-cookie-backdrop,
.edb-cookie-backdrop:not([hidden]) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: transparent !important;
}

/* Banner más elegante, compacto y legible */
.edb-cookie-banner,
.edb-cookie-banner:not([hidden]) {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 22px !important;
  transform: translateX(-50%) !important;
  z-index: 2147482999 !important;
  width: min(960px, calc(100vw - 32px)) !important;
  max-width: 960px !important;
  max-height: min(78vh, 680px) !important;
  overflow: auto !important;
  margin: 0 !important;
  padding: 18px !important;
  border-radius: 30px !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  background:
    radial-gradient(480px 160px at 12% 0%, rgba(255,255,255,.98), rgba(255,255,255,.45) 58%, transparent 100%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,244,239,.92)) !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  box-shadow:
    0 22px 70px rgba(17,17,17,.18),
    inset 0 1px 0 rgba(255,255,255,1) !important;
  backdrop-filter: blur(22px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(165%) !important;
}
.edb-cookie-banner[hidden] {
  display: none !important;
}
.edb-cookie-banner:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(115deg, rgba(255,255,255,.52), rgba(255,255,255,0) 34%),
    radial-gradient(280px 120px at 100% 0%, rgba(255,255,255,.50), transparent 72%) !important;
}
.edb-cookie-banner > * {
  position: relative !important;
  z-index: 2 !important;
}
.edb-cookie-banner *,
.edb-cookie-panel *,
.edb-cookie-main *,
.edb-cookie-actions * {
  text-shadow: none !important;
}

/* Layout: texto por un lado, botones por otro, sin solapes */
.edb-cookie-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "title actions"
    "text actions"
    "links actions" !important;
  column-gap: 24px !important;
  row-gap: 0 !important;
  align-items: center !important;
}
.edb-cookie-main strong {
  grid-area: title !important;
  display: block !important;
  margin: 0 0 7px !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: clamp(24px, 2.2vw, 36px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
  font-weight: 900 !important;
}
.edb-cookie-main p:not(.edb-cookie-links) {
  grid-area: text !important;
  margin: 0 !important;
  color: #52534f !important;
  -webkit-text-fill-color: #52534f !important;
  font-size: clamp(14px, 1.25vw, 16px) !important;
  line-height: 1.55 !important;
  max-width: 600px !important;
}
.edb-cookie-main .edb-cookie-links {
  grid-area: links !important;
  margin: 9px 0 0 !important;
  color: #666761 !important;
  -webkit-text-fill-color: #666761 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}
.edb-cookie-main .edb-cookie-links a {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(17,17,17,.22) !important;
}
.edb-cookie-main .edb-cookie-links a:hover {
  opacity: .72 !important;
}
.edb-cookie-actions {
  grid-area: actions !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  margin: 0 !important;
}

/* Botones más finos */
.edb-cookie-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease !important;
}
.edb-cookie-btn.dark {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background:
    linear-gradient(180deg, #171717, #050505) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow:
    0 12px 30px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
}
.edb-cookie-btn.line,
.edb-cookie-btn.ghost {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  background: rgba(255,255,255,.70) !important;
  border: 1px solid rgba(201,202,196,.88) !important;
  box-shadow:
    0 8px 22px rgba(17,17,17,.055),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.edb-cookie-btn:hover {
  transform: translateY(-1px) !important;
}

/* Panel de configuración limpio y separado */
.edb-cookie-panel {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(17,17,17,.08) !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.edb-cookie-panel[hidden] {
  display: none !important;
}
.edb-cookie-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 14px 16px !important;
  margin: 8px 0 0 !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.58) !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84) !important;
}
.edb-cookie-item b {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 15px !important;
}
.edb-cookie-item span {
  color: #5e5f5a !important;
  -webkit-text-fill-color: #5e5f5a !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
.edb-cookie-item label {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}
.edb-cookie-actions-panel {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  margin-top: 12px !important;
}

/* Responsive */
@media (max-width: 920px) {
  .edb-cookie-banner,
  .edb-cookie-banner:not([hidden]) {
    width: calc(100vw - 28px) !important;
    bottom: 16px !important;
    padding: 16px !important;
    border-radius: 26px !important;
  }
  .edb-cookie-main {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "text"
      "links"
      "actions" !important;
  }
  .edb-cookie-actions {
    margin-top: 16px !important;
    justify-content: stretch !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .edb-cookie-btn {
    width: 100% !important;
    padding: 0 14px !important;
  }
}
@media (max-width: 560px) {
  .edb-cookie-banner,
  .edb-cookie-banner:not([hidden]) {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    transform: none !important;
    border-radius: 24px !important;
    padding: 15px !important;
    max-height: calc(100dvh - 20px) !important;
  }
  .edb-cookie-main strong {
    font-size: 26px !important;
  }
  .edb-cookie-main p:not(.edb-cookie-links) {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .edb-cookie-actions {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .edb-cookie-btn.dark {
    order: -1 !important;
  }
  .edb-cookie-item {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
}


/* === V32: revisión cookies, admin bar, backend y responsive === */

/* La barra negra de WordPress y sus desplegables SIEMPRE por encima del header */
html body.admin-bar #wpadminbar,
html body.admin-bar #wpadminbar *,
html body.admin-bar #wpadminbar .ab-sub-wrapper,
html body.admin-bar #wpadminbar .menupop .ab-sub-wrapper {
  z-index: 2147483647 !important;
}
html body.admin-bar .edb-header {
  z-index: 99990 !important;
}

/* Header seguro bajo admin bar sin tapar menús de WP */
@media (min-width: 783px) {
  html body.admin-bar .edb-header {
    top: 48px !important;
  }
}
@media (max-width: 782px) {
  html body.admin-bar .edb-header {
    top: 54px !important;
  }
}

/* Cookie backdrop eliminado: la web queda visible y navegable visualmente */
html body .edb-cookie-backdrop,
html body .edb-cookie-backdrop:not([hidden]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Banner de cookies fijado al viewport desde que se entra, no al final de la página */
html body .edb-cookie-banner,
html body .edb-cookie-banner:not([hidden]) {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  transform: translate3d(-50%, 0, 0) !important;
  z-index: 2147483646 !important;
  width: min(940px, calc(100vw - 32px)) !important;
  max-width: 940px !important;
  max-height: min(76vh, 620px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  display: block !important;
  margin: 0 !important;
  padding: 18px !important;
  border-radius: 28px !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  background:
    radial-gradient(520px 170px at 8% 0%, rgba(255,255,255,.98), rgba(255,255,255,.44) 60%, transparent 100%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,244,239,.92)) !important;
  border: 1px solid rgba(255,255,255,.94) !important;
  box-shadow:
    0 18px 60px rgba(17,17,17,.18),
    inset 0 1px 0 rgba(255,255,255,1) !important;
  backdrop-filter: blur(18px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(165%) !important;
  contain: layout paint !important;
}

html body .edb-cookie-banner[hidden] {
  display: none !important;
}

html body .edb-cookie-banner *,
html body .edb-cookie-banner *:before,
html body .edb-cookie-banner *:after {
  text-shadow: none !important;
}

/* Layout del banner: sin solapes ni links montados sobre el texto */
html body .edb-cookie-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "title actions"
    "text actions"
    "links actions" !important;
  gap: 8px 22px !important;
  align-items: center !important;
}

html body .edb-cookie-main strong {
  grid-area: title !important;
  display: block !important;
  margin: 0 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: clamp(23px, 2vw, 32px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.05em !important;
  font-weight: 900 !important;
}

html body .edb-cookie-main p:not(.edb-cookie-links) {
  grid-area: text !important;
  margin: 0 !important;
  color: #4e504c !important;
  -webkit-text-fill-color: #4e504c !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  max-width: 590px !important;
}

html body .edb-cookie-links {
  grid-area: links !important;
  margin: 0 !important;
  color: #62635e !important;
  -webkit-text-fill-color: #62635e !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

html body .edb-cookie-links a {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(17,17,17,.2) !important;
}

html body .edb-cookie-actions {
  grid-area: actions !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

html body .edb-cookie-btn {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

html body .edb-cookie-btn.dark {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: linear-gradient(180deg, #151515, #050505) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.14) !important;
}

html body .edb-cookie-btn.line,
html body .edb-cookie-btn.ghost {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(201,202,196,.88) !important;
  box-shadow: 0 8px 22px rgba(17,17,17,.055), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

html body .edb-cookie-panel {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(17,17,17,.08) !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body .edb-cookie-panel[hidden] {
  display: none !important;
}

html body .edb-cookie-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 14px 16px !important;
  margin: 8px 0 0 !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.58) !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84) !important;
}

html body .edb-cookie-item b {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 15px !important;
}

html body .edb-cookie-item span {
  color: #5e5f5a !important;
  -webkit-text-fill-color: #5e5f5a !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body .edb-cookie-item label {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

html body .edb-cookie-actions-panel {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  margin-top: 12px !important;
}

/* Ajuste global responsive: sin overflow horizontal ni elementos saliéndose */
html, body, .edb-page {
  max-width: 100% !important;
  overflow-x: clip !important;
}
.edb-inner,
.edb-hero-grid,
.edb-two,
.edb-card-grid,
.edb-footer-grid,
.edb-video-grid,
.edb-gallery-premium,
.edb-gallery-symmetric,
.edb-ai-wizard,
.edb-modern-band {
  min-width: 0 !important;
}
.edb-page img,
.edb-page video {
  max-width: 100% !important;
}

/* Cookie responsive */
@media (max-width: 920px) {
  html body .edb-cookie-banner,
  html body .edb-cookie-banner:not([hidden]) {
    width: calc(100vw - 28px) !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    padding: 16px !important;
    border-radius: 26px !important;
  }
  html body .edb-cookie-main {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "text"
      "links"
      "actions" !important;
  }
  html body .edb-cookie-actions {
    margin-top: 14px !important;
    justify-content: stretch !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  html body .edb-cookie-btn {
    width: 100% !important;
    padding: 0 14px !important;
  }
}

@media (max-width: 560px) {
  html body .edb-cookie-banner,
  html body .edb-cookie-banner:not([hidden]) {
    left: 10px !important;
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    transform: none !important;
    border-radius: 22px !important;
    padding: 15px !important;
    max-height: calc(100dvh - 20px) !important;
  }
  html body .edb-cookie-main strong {
    font-size: 25px !important;
  }
  html body .edb-cookie-main p:not(.edb-cookie-links) {
    font-size: 14px !important;
    line-height: 1.48 !important;
  }
  html body .edb-cookie-actions {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  html body .edb-cookie-btn.dark {
    order: -1 !important;
  }
  html body .edb-cookie-item {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
}

/* Mobile menu extra: no queda debajo de la barra negra */
@media (max-width: 1024px) {
  html body.admin-bar .edb-nav.edb-open {
    z-index: 99991 !important;
  }
}


/* === V33: icono móvil WhatsApp real en header === */
@media (max-width: 767px) {
  .edb-head-wa {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #25D366 !important;
    border: 1px solid rgba(37,211,102,.35) !important;
    box-shadow:
      0 12px 28px rgba(37,211,102,.28),
      inset 0 1px 0 rgba(255,255,255,.32) !important;
  }
  .edb-head-wa span {
    display: none !important;
  }
  .edb-head-wa:before {
    content: "" !important;
    display: block !important;
    width: 29px !important;
    height: 29px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.02 4C9.4 4 4.03 9.33 4.03 15.9c0 2.1.56 4.15 1.62 5.96L4 28l6.34-1.65a12.1 12.1 0 0 0 5.68 1.43h.01C22.65 27.78 28 22.45 28 15.88 28 9.32 22.64 4 16.02 4zm0 21.75a10.06 10.06 0 0 1-5.13-1.4l-.37-.22-3.76.98 1-3.64-.24-.38a9.8 9.8 0 0 1-1.5-5.2c0-5.44 4.48-9.87 10-9.87 2.67 0 5.18 1.03 7.07 2.9a9.8 9.8 0 0 1 2.93 6.96c0 5.44-4.48 9.87-10 9.87zm5.49-7.38c-.3-.15-1.78-.87-2.06-.97-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.15-.17.2-.35.22-.65.07-.3-.15-1.26-.46-2.4-1.47-.89-.78-1.49-1.75-1.66-2.05-.17-.3-.02-.46.13-.6.13-.13.3-.34.45-.51.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.6-.92-2.19-.24-.57-.49-.5-.67-.5h-.57c-.2 0-.52.07-.8.37-.27.3-1.05 1.02-1.05 2.48 0 1.46 1.08 2.88 1.23 3.08.15.2 2.13 3.22 5.16 4.52.72.31 1.28.5 1.72.64.72.23 1.38.2 1.9.12.58-.09 1.78-.72 2.03-1.42.25-.7.25-1.3.17-1.42-.08-.13-.27-.2-.58-.35z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transform: none !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }
  .edb-head-wa:after {
    content: none !important;
    display: none !important;
  }
}


/* === V34: menu movil completamente visible y usable === */

/* Evita que el header corte el desplegable del menu */
@media (max-width: 1024px) {
  html body .edb-header {
    overflow: visible !important;
    z-index: 99990 !important;
  }

  html body .edb-nav {
    display: none !important;
  }

  html body .edb-nav.edb-open {
    display: flex !important;
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    top: 104px !important;
    bottom: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - 122px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 18px !important;
    border-radius: 30px !important;
    background:
      radial-gradient(520px 170px at 10% 0%, rgba(255,255,255,.98), rgba(255,255,255,.58) 60%, transparent 100%),
      linear-gradient(145deg, rgba(255,255,255,.97), rgba(244,244,239,.94)) !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    box-shadow:
      0 22px 70px rgba(17,17,17,.18),
      inset 0 1px 0 rgba(255,255,255,1) !important;
    backdrop-filter: blur(22px) saturate(165%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(165%) !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 99989 !important;
  }

  html body.admin-bar .edb-nav.edb-open {
    top: 134px !important;
    max-height: calc(100dvh - 154px) !important;
    z-index: 99989 !important;
  }

  html body .edb-nav.edb-open > a,
  html body .edb-nav.edb-open .edb-has-mega > button {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 52px !important;
    padding: 14px 18px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.66) !important;
    border: 1px solid rgba(224,224,218,.86) !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  html body .edb-nav.edb-open .edb-has-mega {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    overflow: visible !important;
  }

  html body .edb-nav.edb-open .edb-has-mega > button:after {
    content: "+" !important;
    display: inline-flex !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  html body .edb-nav.edb-open .edb-has-mega.edb-open > button:after {
    content: "–" !important;
  }

  html body .edb-nav.edb-open .edb-mega {
    display: none !important;
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 8px 0 0 !important;
    padding: 12px !important;
    border-radius: 22px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: visible !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    background: rgba(255,255,255,.72) !important;
    border: 1px solid rgba(224,224,218,.9) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.92) !important;
    backdrop-filter: blur(18px) saturate(155%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(155%) !important;
  }

  html body .edb-nav.edb-open .edb-has-mega.edb-open .edb-mega {
    display: grid !important;
  }

  html body .edb-nav.edb-open .edb-mega:before,
  html body .edb-nav.edb-open .edb-mega:after,
  html body .edb-nav.edb-open .edb-has-mega:after {
    display: none !important;
    content: none !important;
  }

  html body .edb-nav.edb-open .edb-mega-copy {
    display: none !important;
  }

  html body .edb-nav.edb-open .edb-mega-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body .edb-nav.edb-open .edb-mega-grid a {
    width: 100% !important;
    min-height: 66px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 13px 15px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid rgba(222,222,216,.94) !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    box-shadow: 0 8px 22px rgba(17,17,17,.045), inset 0 1px 0 rgba(255,255,255,.95) !important;
    text-decoration: none !important;
  }

  html body .edb-nav.edb-open .edb-mega-grid span {
    display: block !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    font-size: 15px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    margin: 0 0 4px !important;
    white-space: normal !important;
  }

  html body .edb-nav.edb-open .edb-mega-grid em {
    display: block !important;
    color: #63645f !important;
    -webkit-text-fill-color: #63645f !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-style: normal !important;
    white-space: normal !important;
  }
}

/* iPhone y moviles pequeños: baja el menu un poco mas para que no se esconda "Inicio" */
@media (max-width: 767px) {
  html body .edb-nav.edb-open {
    left: 12px !important;
    right: 12px !important;
    top: 112px !important;
    max-height: calc(100dvh - 132px) !important;
    padding: 18px 16px !important;
    border-radius: 28px !important;
  }

  html body.admin-bar .edb-nav.edb-open {
    top: 142px !important;
    max-height: calc(100dvh - 162px) !important;
  }

  html body .edb-nav.edb-open > a,
  html body .edb-nav.edb-open .edb-has-mega > button {
    min-height: 56px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 390px) {
  html body .edb-nav.edb-open {
    top: 106px !important;
    max-height: calc(100dvh - 122px) !important;
    left: 10px !important;
    right: 10px !important;
  }
}


/* === V35: submenu desktop preciso + imagenes full-bleed sin zonas blancas === */

/* Submenu de tratamientos en ordenador: abre solo al pasar por Tratamientos,
   pero no se cierra al bajar el cursor hacia el panel. */
@media (min-width: 1025px) {
  html body .edb-has-mega {
    position: relative !important;
  }

  /* Puente pequeño: evita activaciones lejos del item y mantiene el hover al bajar */
  html body .edb-has-mega:after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
    width: 230px !important;
    height: 12px !important;
    background: transparent !important;
    pointer-events: auto !important;
    z-index: 99998 !important;
    display: block !important;
  }

  html body .edb-mega {
    top: calc(100% + 6px) !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(8px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 99999 !important;
  }

  html body .edb-has-mega:hover .edb-mega,
  html body .edb-has-mega:focus-within .edb-mega,
  html body .edb-has-mega.edb-open .edb-mega {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}

@media (max-width: 1024px) {
  html body .edb-has-mega:after {
    display: none !important;
    content: none !important;
  }
}

/* Imagenes: ocupan el molde entero, sin bandas ni zonas blancas inferiores */
html body .edb-page figure,
html body .edb-page .edb-card-media,
html body .edb-page .edb-gallery-media,
html body .edb-page .edb-img-premium,
html body .edb-page .edb-treatment-hero-media,
html body .edb-page .edb-home-hero-frame,
html body .edb-page .edb-video-trigger {
  overflow: hidden !important;
  line-height: 0 !important;
}

html body .edb-page .edb-img-premium,
html body .edb-page .edb-treatment-hero-media,
html body .edb-page .edb-home-hero-frame {
  padding: 0 !important;
  border-radius: 34px !important;
  background: transparent !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
}

html body .edb-page .edb-img-premium:after,
html body .edb-page .edb-treatment-hero-media:after,
html body .edb-page .edb-home-hero-frame:after {
  display: none !important;
  content: none !important;
}

html body .edb-page .edb-img-premium img,
html body .edb-page .edb-treatment-hero-media img,
html body .edb-page .edb-home-hero-frame img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 440px !important;
  max-height: none !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  vertical-align: top !important;
}

/* Ajuste de logo en imagenes generadas principales */
html body .edb-page img[src*="hero-home-v24"],
html body .edb-page img[src*="hero-ander-sweden-v24"] {
  object-position: 34% center !important;
}

/* Cards de tratamientos: imagen a sangre arriba, sin marco interior */
html body .edb-page .edb-card-grid-visual .edb-treatment-card {
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 30px !important;
}

html body .edb-page .edb-card-grid-visual .edb-treatment-card .edb-card-media,
html body .edb-page .edb-card-media {
  width: 100% !important;
  min-height: 260px !important;
  aspect-ratio: 16 / 11 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 30px 30px 0 0 !important;
  background: #f2f2ee !important;
  box-shadow: none !important;
}

html body .edb-page .edb-card-grid-visual .edb-treatment-card .edb-card-media img,
html body .edb-page .edb-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  aspect-ratio: 16 / 11 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
}

/* Galeria de instalaciones: cada foto llena su bloque */
html body .edb-page .edb-gallery-card {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
}

html body .edb-page .edb-gallery-media {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 220px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 28px !important;
  background: #f2f2ee !important;
}

html body .edb-page .edb-gallery-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 220px !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Videos y posters sin franja */
html body .edb-page .edb-video-trigger img,
html body .edb-page .edb-video-trigger video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  html body .edb-page .edb-img-premium img,
  html body .edb-page .edb-treatment-hero-media img,
  html body .edb-page .edb-home-hero-frame img {
    min-height: 360px !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 767px) {
  html body .edb-page .edb-img-premium,
  html body .edb-page .edb-treatment-hero-media,
  html body .edb-page .edb-home-hero-frame {
    border-radius: 26px !important;
    aspect-ratio: 4 / 3 !important;
  }

  html body .edb-page .edb-img-premium img,
  html body .edb-page .edb-treatment-hero-media img,
  html body .edb-page .edb-home-hero-frame img {
    min-height: 280px !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 26px !important;
  }

  html body .edb-page .edb-card-grid-visual .edb-treatment-card .edb-card-media,
  html body .edb-page .edb-card-media,
  html body .edb-page .edb-card-grid-visual .edb-treatment-card .edb-card-media img,
  html body .edb-page .edb-card-media img {
    min-height: 220px !important;
  }
}


/* === V36: selector ES / EU con banderas y persistencia === */
.edb-lang-switcher{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  padding:4px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(218,218,211,.9)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 8px 20px rgba(17,17,17,.045)!important;
  backdrop-filter:blur(14px) saturate(150%)!important;
  -webkit-backdrop-filter:blur(14px) saturate(150%)!important;
}
.edb-lang-btn{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  height:34px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  font:900 12px/1 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important;
  letter-spacing:.02em!important;
  cursor:pointer!important;
  transition:background .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.edb-lang-btn:hover{
  transform:translateY(-1px)!important;
  background:rgba(255,255,255,.75)!important;
}
.edb-lang-btn.is-active{
  background:linear-gradient(180deg,#111,#050505)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 8px 18px rgba(17,17,17,.16),inset 0 1px 0 rgba(255,255,255,.14)!important;
}
.edb-lang-btn.is-active span:not(.edb-flag){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.edb-flag{
  width:18px!important;
  height:13px!important;
  border-radius:3px!important;
  display:inline-block!important;
  position:relative!important;
  overflow:hidden!important;
  flex:0 0 18px!important;
  box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}
.edb-flag-es{
  background:linear-gradient(180deg,#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75% 100%)!important;
}
.edb-flag-eu{
  background:#d52b1e!important;
}
.edb-flag-eu:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(35deg,transparent 42%,#fff 43%,#fff 57%,transparent 58%),
    linear-gradient(-35deg,transparent 42%,#fff 43%,#fff 57%,transparent 58%)!important;
}
.edb-flag-eu:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg,transparent 39%,#009246 40%,#009246 60%,transparent 61%),
    linear-gradient(0deg,transparent 35%,#009246 36%,#009246 64%,transparent 65%)!important;
}
.edb-lang-eu .edb-cookie-links a,
.edb-lang-eu .edb-footer a,
.edb-lang-eu .edb-nav a{
  text-decoration:none!important;
}
@media (max-width:1200px){
  .edb-lang-switcher{margin-left:auto!important}
}
@media (max-width:767px){
  .edb-head-actions{gap:8px!important}
  .edb-lang-switcher{
    padding:3px!important;
    gap:2px!important;
  }
  .edb-lang-btn{
    height:32px!important;
    padding:0 8px!important;
    gap:4px!important;
    font-size:11px!important;
  }
  .edb-flag{
    width:16px!important;
    height:11px!important;
  }
}
@media (max-width:420px){
  .edb-lang-btn{
    width:34px!important;
    padding:0!important;
  }
  .edb-lang-btn span:not(.edb-flag){
    display:none!important;
  }
}
