: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;}
}
