/*
Theme Name: Esmer Life Poliklinik
Theme URI: https://esmerlife.com
Author: Esmer Life
Author URI: https://esmerlife.com
Description: Özel Esmer Life Poliklinik kurumsal WordPress teması. Elementor uyumlu, responsive tasarım.
Version: 2.5.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esmerlife
Tags: one-column, two-columns, custom-menu, featured-images, theme-options, elementor
*/

/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');

/* ===== CSS CUSTOM PROPERTIES (Design Tokens) ===== */
:root {
  --background: 0 0% 100%;
  --foreground: 220 20% 20%;
  --card: 0 0% 100%;
  --card-foreground: 220 20% 20%;
  --popover: 0 0% 100%;
  --popover-foreground: 220 20% 20%;
  --primary: 168 55% 45%;
  --primary-foreground: 0 0% 100%;
  --secondary: 45 100% 55%;
  --secondary-foreground: 220 20% 15%;
  --muted: 180 15% 96%;
  --muted-foreground: 220 10% 50%;
  --accent: 168 55% 45%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 210 20% 92%;
  --input: 210 20% 92%;
  --ring: 168 55% 45%;
  --radius: 0.75rem;
  --hero-overlay: 220 20% 15%;
  --teal: 168 55% 45%;
  --teal-light: 168 55% 92%;
  --gold: 45 100% 55%;
  --gold-light: 45 100% 92%;
  --section-bg: 180 15% 97%;
}

/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{
  font-family:'DM Sans',sans-serif;
  background:hsl(var(--background));
  color:hsl(var(--foreground));
  line-height:1.6;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;line-height:1.2}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,textarea,select{font-family:inherit}

/* ===== UTILITIES ===== */
.container{max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:1024px){.container{padding:0 4rem}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.text-primary{color:hsl(var(--primary))}
.text-gold{color:hsl(var(--gold))}
.text-muted{color:hsl(var(--muted-foreground))}
.text-foreground{color:hsl(var(--foreground))}
.bg-primary{background:hsl(var(--primary))}
.bg-muted{background:hsl(var(--muted))}
.bg-section{background:hsl(var(--section-bg))}
.bg-card{background:hsl(var(--card))}
.font-heading{font-family:'Poppins',sans-serif}
.font-body{font-family:'DM Sans',sans-serif}

/* ===== NAVBAR ===== */
.site-navbar{position:absolute;top:1.5rem;left:0;right:0;z-index:50;padding:0 1rem}
@media(min-width:1024px){.site-navbar{padding:0 4rem}}
.navbar-inner{
  max-width:1280px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  border-radius:1rem;
  background:hsla(var(--background)/.9);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  padding:.75rem 1.25rem;
  box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05);
}
@media(min-width:1024px){.navbar-inner{padding:1rem 1.5rem}}
.navbar-logo{display:flex;align-items:center;gap:.5rem}
.navbar-logo .custom-logo{height:2rem;width:auto;max-width:160px;object-fit:contain}
@media(min-width:1024px){.navbar-logo .custom-logo{height:2.5rem;max-width:200px}}
.navbar-logo .logo-text{font-family:'Poppins',sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:-.025em}
@media(min-width:1024px){.navbar-logo .logo-text{font-size:1.5rem}}
.navbar-logo .logo-gold{color:hsl(var(--gold))}
.navbar-logo .logo-dark{color:hsl(var(--foreground))}
.navbar-logo .logo-teal{color:hsl(var(--primary));font-style:italic}
.navbar-logo .logo-sub{display:none}
@media(min-width:640px){.navbar-logo .logo-sub{display:block;margin-left:.25rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));line-height:1.2}}

/* Desktop Navigation Links */
.navbar-links{display:none;align-items:center;gap:0;list-style:none;margin:0;padding:0}
@media(min-width:1024px){.navbar-links{display:flex}}
.navbar-links li{list-style:none;position:relative}
.navbar-links a,
.navbar-links > li > a{
  font-size:.875rem;font-weight:500;color:hsl(var(--foreground));
  transition:color .2s;padding:.5rem 1rem;display:flex;align-items:center;gap:.25rem;
}
.navbar-links a:hover,
.navbar-links a.active,
.navbar-links > li > a:hover,
.navbar-links > li.current-menu-item > a,
.navbar-links > li.current-menu-parent > a{color:hsl(var(--primary));font-weight:600}

/* Dropdown Arrow for parent items */
.navbar-links > li.menu-item-has-children > a::after{
  content:'';display:inline-block;width:0;height:0;
  border-left:3.5px solid transparent;border-right:3.5px solid transparent;
  border-top:4px solid currentColor;margin-left:4px;opacity:.5;
  transition:transform .2s;
}
.navbar-links > li.menu-item-has-children:hover > a::after{
  transform:rotate(180deg);opacity:1;
}

/* ===== DESKTOP SUBMENU DROPDOWN ===== */
.navbar-links .sub-menu{
  position:absolute;top:100%;left:0;
  min-width:220px;padding:.5rem 0;margin-top:.25rem;
  background:hsl(var(--card));
  border:1px solid hsl(var(--border));
  border-radius:.75rem;
  box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.05);
  opacity:0;visibility:hidden;
  transform:translateY(8px);
  transition:all .2s ease;
  z-index:100;
  list-style:none;padding-left:0;
}
.navbar-links > li:hover > .sub-menu,
.navbar-links > li:focus-within > .sub-menu{
  opacity:1;visibility:visible;transform:translateY(0);
}

/* Submenu Items */
.navbar-links .sub-menu li{margin:0;list-style:none}
.navbar-links .sub-menu li a{
  display:flex;align-items:center;
  padding:.625rem 1.25rem;
  font-size:.8125rem;font-weight:500;
  color:hsl(var(--muted-foreground));
  transition:all .15s;white-space:nowrap;
}
.navbar-links .sub-menu li a:hover{
  color:hsl(var(--primary));
  background:hsla(var(--primary)/.05);
}
.navbar-links .sub-menu li.current-menu-item a{
  color:hsl(var(--primary));font-weight:600;
}

/* Submenu separator between items */
.navbar-links .sub-menu li + li{
  border-top:1px solid hsla(var(--border)/.5);
}

/* 2nd level submenu (nested) */
.navbar-links .sub-menu .sub-menu{
  left:100%;top:-.5rem;margin-top:0;margin-left:.25rem;
}
.navbar-links .sub-menu li:hover > .sub-menu{
  opacity:1;visibility:visible;transform:translateY(0);
}

/* CTA Button */
.navbar-cta{
  display:none;align-items:center;
  padding:.75rem 1.75rem;border-radius:9999px;
  background:hsl(var(--primary));color:hsl(var(--primary-foreground));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:.875rem;
  transition:opacity .2s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);
}
@media(min-width:1024px){.navbar-cta{display:inline-flex}}
.navbar-cta:hover{opacity:.9}

/* Search Toggle */
.navbar-search-toggle{
  display:none;align-items:center;justify-content:center;
  width:2.5rem;height:2.5rem;border-radius:50%;border:none;cursor:pointer;
  background:hsla(var(--primary)/.08);color:hsl(var(--primary));
  transition:all .2s;
}
.navbar-search-toggle:hover{background:hsla(var(--primary)/.15)}
.navbar-search-toggle svg{width:1.125rem;height:1.125rem}
@media(min-width:1024px){.navbar-search-toggle{display:inline-flex}}

/* Search Overlay */
.search-overlay{
  position:fixed;top:0;left:0;right:0;
  background:hsla(var(--background)/.97);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  z-index:200;padding:2rem 1rem;
  transform:translateY(-100%);opacity:0;
  transition:transform .3s ease,opacity .3s ease;
  box-shadow:0 8px 30px rgba(0,0,0,.1);
}
.search-overlay.active{transform:translateY(0);opacity:1}
.search-overlay-form{
  display:flex;align-items:center;gap:.75rem;
  max-width:640px;margin:0 auto;
}
.search-overlay-form input[type="search"]{
  flex:1;padding:.875rem 1.25rem;border-radius:.75rem;
  border:2px solid hsl(var(--border));background:hsl(var(--background));
  font-size:1.125rem;font-family:'DM Sans',sans-serif;
  color:hsl(var(--foreground));outline:none;
  transition:border-color .2s;
}
.search-overlay-form input[type="search"]:focus{border-color:hsl(var(--primary))}
.search-overlay-form input[type="search"]::placeholder{color:hsl(var(--muted-foreground))}
.search-overlay-form button[type="submit"]{
  width:3rem;height:3rem;border-radius:.75rem;border:none;cursor:pointer;
  background:hsl(var(--primary));color:hsl(var(--primary-foreground));
  display:flex;align-items:center;justify-content:center;
  transition:opacity .2s;flex-shrink:0;
}
.search-overlay-form button[type="submit"]:hover{opacity:.85}
.search-overlay-form button[type="submit"] svg{width:1.25rem;height:1.25rem}
.search-close{
  width:2.5rem;height:2.5rem;border-radius:50%;border:none;cursor:pointer;
  background:hsla(var(--foreground)/.08);color:hsl(var(--foreground));
  display:flex;align-items:center;justify-content:center;
  transition:background .2s;flex-shrink:0;
}
.search-close:hover{background:hsla(var(--foreground)/.15)}
.search-close svg{width:1.25rem;height:1.25rem}

/* WhatsApp Float — mobilde bottom bar'ın üstünde */
.whatsapp-float{
  position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;
  width:3.5rem;height:3.5rem;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 15px rgba(37,211,102,.4);
  transition:transform .2s,box-shadow .2s;
}
.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(37,211,102,.5)}
@media(max-width:1023px){.whatsapp-float{bottom:5.5rem}}

/* Mobile Toggle */
.navbar-toggle{display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));padding:.375rem;border-radius:.5rem;transition:background .15s}
.navbar-toggle:hover{background:hsl(var(--muted))}
@media(min-width:1024px){.navbar-toggle{display:none}}
.navbar-toggle svg{width:1.5rem;height:1.5rem}

/* ===== MOBILE MENU ===== */
.mobile-menu{
  display:none;position:absolute;top:100%;left:1rem;right:1rem;
  margin-top:.5rem;border-radius:1rem;
  background:hsl(var(--background));
  box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
  padding:1rem 0;
  max-height:calc(100vh - 120px);overflow-y:auto;
  list-style:none;
}
.mobile-menu.active{display:block}
.mobile-menu li{list-style:none}
.mobile-menu a,
.mobile-menu > li > a{
  display:block;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;
  color:hsl(var(--foreground));transition:all .15s;
}
.mobile-menu a:hover{background:hsl(var(--muted));color:hsl(var(--primary))}
.mobile-menu a.active,
.mobile-menu > li.current-menu-item > a{color:hsl(var(--primary));font-weight:600}

/* Mobile Parent Item with submenu toggle */
.mobile-menu > li.menu-item-has-children{position:relative}
.mobile-menu > li.menu-item-has-children > a{padding-right:3rem}
.submenu-toggle{
  position:absolute;top:0;right:0;
  width:3rem;height:100%;
  display:flex;align-items:center;justify-content:center;
  background:none;border:none;border-left:1px solid hsla(var(--border)/.3);
  color:hsl(var(--muted-foreground));cursor:pointer;
  transition:all .2s;padding:0;
}
.submenu-toggle:hover{color:hsl(var(--primary));background:hsla(var(--primary)/.05)}
.submenu-toggle svg{transition:transform .3s}
.submenu-open > .submenu-toggle svg{transform:rotate(180deg)}
.submenu-open > .submenu-toggle{color:hsl(var(--primary))}

/* Mobile Submenu */
.mobile-menu .sub-menu{
  padding:0;margin:0;list-style:none;
  background:hsla(var(--muted)/.5);
  border-top:1px solid hsla(var(--border)/.3);
}
.mobile-menu .sub-menu li{list-style:none}
.mobile-menu .sub-menu li a{
  padding:.625rem 1.5rem .625rem 2.5rem;font-size:.8125rem;
  color:hsl(var(--muted-foreground));
  border-bottom:1px solid hsla(var(--border)/.2);
}
.mobile-menu .sub-menu li:last-child a{border-bottom:none}
.mobile-menu .sub-menu li a:hover{color:hsl(var(--primary));background:hsla(var(--primary)/.05)}
.mobile-menu .sub-menu li.current-menu-item a{
  color:hsl(var(--primary));font-weight:600;
}

/* Mobile CTA */
.mobile-menu .mobile-cta{
  display:flex;align-items:center;justify-content:center;
  margin:1rem 1.5rem;padding:.75rem 1.75rem;border-radius:9999px;
  background:hsl(var(--primary));color:hsl(var(--primary-foreground));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:.875rem;
  transition:opacity .2s;
}
.mobile-menu .mobile-cta:hover{opacity:.9}

/* ===== MOBILE BOTTOM BAR ===== */
.mobile-bottom-bar{
  display:flex;position:fixed;bottom:0;left:0;right:0;
  background:hsl(var(--background));
  border-top:1px solid hsl(var(--border));
  z-index:50;padding:.5rem 0;
  padding-bottom:env(safe-area-inset-bottom,.5rem);
}
@media(min-width:1024px){.mobile-bottom-bar{display:none}}
.mobile-bottom-bar a{
  flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.125rem;font-size:.625rem;font-weight:500;
  color:hsl(var(--muted-foreground));transition:color .15s;
  text-decoration:none;padding:.25rem 0;
}
.mobile-bottom-bar a:hover,
.mobile-bottom-bar a.active{color:hsl(var(--primary))}
.mobile-bottom-bar a svg{width:1.25rem;height:1.25rem}
/* Add bottom padding to body on mobile so content isn't hidden */
@media(max-width:1023px){body{padding-bottom:4rem}}

/* ===== HERO SECTION ===== */
.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:top}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,hsla(var(--background)/.95),hsla(var(--background)/.7),transparent)}
.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;width:100%;padding:8rem 1rem 5rem}
@media(min-width:1024px){.hero-content{padding:8rem 4rem 5rem}}
.hero-inner{max-width:36rem}
.hero-tag{color:hsl(var(--primary));font-family:'Poppins',sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.5rem}
.hero-title{font-family:'Poppins',sans-serif;font-size:2.25rem;font-weight:700;line-height:1.15;color:hsl(var(--foreground))}
@media(min-width:768px){.hero-title{font-size:3rem}}
@media(min-width:1024px){.hero-title{font-size:3.75rem}}
.hero-title .highlight{color:hsl(var(--primary));text-decoration:underline;text-decoration-color:hsl(var(--primary));text-underline-offset:8px;text-decoration-thickness:4px}
.hero-cta-btn{
  display:inline-flex;align-items:center;margin-top:2.5rem;
  padding:1rem 2rem;border-radius:9999px;
  border:2px solid hsl(var(--primary));color:hsl(var(--primary));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:.875rem;
  transition:all .3s;
}
.hero-cta-btn:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}
.hero-wave{position:absolute;bottom:0;left:0;right:0}
.hero-wave svg{width:100%;display:block}

/* ===== TREATMENTS SECTION ===== */
.treatments-section{padding:5rem 0;background:hsl(var(--background))}
@media(min-width:1024px){.treatments-section{padding:7rem 0}}
.section-tag{color:hsl(var(--primary));font-family:'Poppins',sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem}
.section-title{font-family:'Poppins',sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground))}
@media(min-width:768px){.section-title{font-size:2.25rem}}
.treatments-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:4rem}
@media(min-width:640px){.treatments-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.treatments-grid{grid-template-columns:repeat(4,1fr)}}
.treatment-card{
  display:block;background:hsl(var(--card));border-radius:1rem;padding:2rem;
  text-align:center;border:1px solid hsl(var(--border));
  transition:all .3s;cursor:pointer;
}
.treatment-card:hover{border-color:hsla(var(--primary)/.3);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}
.treatment-card .card-icon{
  width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:.75rem;
  background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center;
  transition:background .3s;
}
.treatment-card:hover .card-icon{background:hsl(var(--primary))}
.treatment-card .card-icon svg{width:1.75rem;height:1.75rem;color:hsl(var(--primary));transition:color .3s}
.treatment-card:hover .card-icon svg{color:hsl(var(--primary-foreground))}
.treatment-card h3{font-family:'Poppins',sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem}
.treatment-card p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}

/* ===== ABOUT SECTION ===== */
.about-section{padding:5rem 0;background:hsl(var(--section-bg))}
@media(min-width:1024px){.about-section{padding:7rem 0}}
.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;gap:5rem}}
.about-image-wrapper{position:relative}
.about-image-wrapper .img-container{border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}
.about-image-wrapper .img-container img{width:100%;height:400px;object-fit:cover}
@media(min-width:1024px){.about-image-wrapper .img-container img{height:500px}}
.about-image-wrapper .deco-1{position:absolute;bottom:-1rem;right:-1rem;width:8rem;height:8rem;border-radius:1rem;background:hsla(var(--primary)/.1);z-index:-1}
.about-image-wrapper .deco-2{position:absolute;top:-1rem;left:-1rem;width:6rem;height:6rem;border-radius:1rem;background:hsla(var(--gold)/.1);z-index:-1}
.about-content h2{font-family:'Poppins',sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem}
@media(min-width:768px){.about-content h2{font-size:2.25rem}}
.about-content>p{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:2.5rem}
.features-list{display:grid;gap:1.5rem}
.feature-item{display:flex;gap:1rem;align-items:flex-start}
.feature-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:.75rem;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center}
.feature-icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}
.feature-item h3{font-family:'Poppins',sans-serif;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}
.feature-item p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}

/* ===== CTA SECTION ===== */
.cta-section{padding:5rem 0;background:hsl(var(--primary));text-align:center}
@media(min-width:1024px){.cta-section{padding:7rem 0}}
.cta-section h2{font-family:'Poppins',sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--primary-foreground));margin-bottom:1rem}
@media(min-width:768px){.cta-section h2{font-size:2.25rem}}
.cta-section p{color:hsla(var(--primary-foreground)/.8);font-size:1.125rem;margin-bottom:2.5rem;max-width:28rem;margin-left:auto;margin-right:auto}
.cta-btn{
  display:inline-flex;align-items:center;gap:.75rem;
  padding:1rem 2.5rem;border-radius:9999px;
  background:hsl(var(--background));color:hsl(var(--foreground));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:1rem;
  transition:all .3s;
}
.cta-btn:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15);transform:scale(1.05)}
.cta-btn svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}

/* ===== CONTACT SECTION ===== */
.contact-section{padding:5rem 0;background:hsl(var(--muted))}
@media(min-width:1024px){.contact-section{padding:7rem 0}}
.contact-header .badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:hsla(var(--primary)/.1);color:hsl(var(--primary));font-size:.875rem;font-weight:600;margin-bottom:1rem}
.contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}
@media(min-width:1024px){.contact-grid{grid-template-columns:2fr 3fr}}
.contact-info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:1rem;background:hsl(var(--background));box-shadow:0 1px 3px rgba(0,0,0,.05)}
.contact-info-card .info-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:.75rem;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center}
.contact-info-card .info-icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}
.contact-info-card .info-title{font-family:'Poppins',sans-serif;font-weight:600;color:hsl(var(--foreground));font-size:.875rem}
.contact-info-card .info-detail{font-size:.875rem;color:hsl(var(--muted-foreground))}
.contact-info-card a{transition:color .2s}
.contact-info-card a:hover{color:hsl(var(--primary))}
.contact-map{border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);height:12rem}
@media(min-width:1024px){.contact-map{height:14rem}}
.contact-map iframe{width:100%;height:100%;border:0}
.contact-form-wrapper{background:hsl(var(--background));border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:2rem}
@media(min-width:1024px){.contact-form-wrapper{padding:2.5rem}}
.contact-form-wrapper label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.375rem}
.contact-form-wrapper input,.contact-form-wrapper textarea,.contact-form-wrapper .wpcf7-form-control{
  width:100%;padding:.75rem 1rem;border-radius:.75rem;
  border:1px solid hsl(var(--input));background:hsl(var(--background));
  color:hsl(var(--foreground));font-size:.875rem;transition:border-color .2s;
}
.contact-form-wrapper input:focus,.contact-form-wrapper textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsla(var(--primary)/.1)}
.contact-form-wrapper textarea{resize:none}
.contact-form-wrapper .form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.contact-form-wrapper .form-row{grid-template-columns:1fr 1fr}}
.contact-form-wrapper .form-group{margin-bottom:1.25rem}
.btn-submit{
  width:100%;padding:.75rem;border-radius:.75rem;height:3rem;
  background:hsl(var(--primary));color:hsl(var(--primary-foreground));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:1rem;
  border:none;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  transition:opacity .2s;
}
.btn-submit:hover{opacity:.9}
.btn-submit svg{width:1rem;height:1rem}

/* ===== FOOTER ===== */
.site-footer{background:hsl(var(--foreground));padding:3.5rem 0 0;color:hsla(var(--background)/.7);margin:0}

/* Footer Grid — 4 sütun */
.footer-grid{
  display:grid;grid-template-columns:1fr;gap:2rem;
  padding-bottom:2.5rem;
}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}}

/* Brand Column */
.footer-brand .navbar-logo{display:inline-flex;margin-bottom:.75rem}
.footer-brand .navbar-logo .custom-logo{height:2rem;width:auto;max-width:160px;filter:brightness(0) invert(1);opacity:.9}
.footer-brand .navbar-logo .logo-text{font-size:1.25rem}
.footer-desc{font-size:.8125rem;line-height:1.7;color:hsla(var(--background)/.5);margin-bottom:1rem;max-width:300px}

/* Footer Contact under brand */
.footer-contact--brand{margin-bottom:1.25rem}
.footer-contact--brand li{margin-bottom:.5rem;font-size:.75rem}
.footer-contact--brand li svg{width:.875rem;height:.875rem}

/* Footer Social */
.footer-social{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.footer-social .esm-social-icon{
  width:2.25rem;height:2.25rem;border-radius:.5rem;
  background:hsla(var(--background)/.08);color:hsla(var(--background)/.5);
  display:flex;align-items:center;justify-content:center;transition:all .2s;
}
.footer-social .esm-social-icon:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}
.footer-social .esm-social-icon svg{width:1rem;height:1rem}

/* Footer Column Titles */
.footer-col-title{
  font-family:'Poppins',sans-serif;font-size:.875rem;font-weight:700;
  color:hsl(var(--background));margin-bottom:1.25rem;
  text-transform:uppercase;letter-spacing:.05em;
}

/* Footer Menu List */
.footer-menu{list-style:none;padding:0;margin:0}
.footer-menu li{list-style:none;margin-bottom:.625rem}
.footer-menu li a{
  font-size:.8125rem;color:hsla(var(--background)/.55);
  transition:all .2s;display:inline-flex;align-items:center;gap:.375rem;
}
.footer-menu li a:hover{color:hsl(var(--background));padding-left:.25rem}

/* Footer Contact List */
.footer-contact{list-style:none;padding:0;margin:0}
.footer-contact li{
  list-style:none;display:flex;align-items:flex-start;gap:.625rem;
  margin-bottom:.875rem;font-size:.8125rem;
}
.footer-contact li svg{width:1rem;height:1rem;flex-shrink:0;margin-top:.125rem;color:hsl(var(--primary));opacity:.8}
.footer-contact li a{color:hsla(var(--background)/.55);transition:color .2s}
.footer-contact li a:hover{color:hsl(var(--background))}
.footer-contact li span{color:hsla(var(--background)/.55)}

/* Footer Bottom */
.footer-bottom{
  border-top:1px solid hsla(var(--background)/.08);
  padding:1.25rem 0;text-align:center;margin:0;
}
.footer-bottom p{font-size:.75rem;color:hsla(var(--background)/.3);margin:0}

/* ===== TREATMENT DETAIL ===== */
.treatment-hero{position:relative;height:420px;overflow:hidden}
@media(min-width:768px){.treatment-hero{height:480px}}
.treatment-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.treatment-hero .overlay{position:absolute;inset:0;background:linear-gradient(to top,hsla(var(--foreground)/.9),hsla(var(--foreground)/.5),hsla(var(--foreground)/.2))}
.treatment-hero .hero-inner{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:3rem}
.treatment-hero .back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(var(--background)/.7);margin-bottom:1.5rem;transition:color .2s}
.treatment-hero .back-link:hover{color:hsl(var(--background))}
.treatment-hero .back-link svg{width:1rem;height:1rem}
.treatment-hero .tag-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.treatment-hero .tag-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsla(var(--primary)/.2);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}
.treatment-hero .tag-icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}
.treatment-hero .tag-text{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:hsl(var(--primary))}
.treatment-hero h1{font-family:'Poppins',sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--background));margin-bottom:.75rem}
@media(min-width:768px){.treatment-hero h1{font-size:3rem}}
.treatment-hero .hero-desc{color:hsla(var(--background)/.8);font-size:1.125rem;max-width:42rem}
.treatment-hero .wave{position:absolute;bottom:0;left:0;width:100%}
.treatment-hero .wave svg{width:100%;display:block}

.stats-bar{position:relative;z-index:10;margin-top:-.5rem}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat-card{display:flex;align-items:center;gap:.75rem;border-radius:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.stat-card .stat-icon{font-size:1.5rem}
.stat-card .stat-label{font-size:.75rem;color:hsl(var(--muted-foreground))}
.stat-card .stat-value{font-family:'Poppins',sans-serif;font-weight:600;color:hsl(var(--foreground));font-size:.875rem}

.treatment-content{padding:4rem 0}
.treatment-layout{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:1024px){.treatment-layout{grid-template-columns:2fr 1fr}}
.content-heading{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}
.content-heading .bar{width:.25rem;height:1.75rem;border-radius:9999px;display:inline-block}
.content-heading .bar-primary{background:hsl(var(--primary))}
.content-heading .bar-secondary{background:hsl(var(--secondary))}
.content-text{color:hsl(var(--muted-foreground));line-height:1.7;font-size:.9375rem}
.benefits-grid{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:640px){.benefits-grid{grid-template-columns:1fr 1fr}}
.benefit-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.75rem;background:hsla(var(--muted)/.5);border:1px solid hsla(var(--border)/.5)}
.benefit-check{width:1.5rem;height:1.5rem;border-radius:9999px;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}
.benefit-check svg{width:.875rem;height:.875rem;color:hsl(var(--primary))}
.benefit-item span{color:hsl(var(--foreground));font-size:.875rem}
.process-timeline{position:relative;padding-left:2rem}
.process-timeline .timeline-line{position:absolute;left:15px;top:1rem;bottom:1rem;width:1px;background:hsl(var(--border))}
.process-step{position:relative;display:flex;align-items:flex-start;gap:1.25rem;padding-bottom:2rem}
.process-step:last-child{padding-bottom:0}
.process-number{position:relative;z-index:10;width:2rem;height:2rem;border-radius:9999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
.process-step span{padding-top:.25rem;color:hsl(var(--foreground));font-size:.875rem;font-weight:500}
.gallery-image{border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);margin-top:3rem}
.gallery-image img{width:100%;height:16rem;object-fit:cover}
@media(min-width:768px){.gallery-image img{height:20rem}}

/* Sidebar */
.sidebar-cta{border-radius:1rem;background:hsl(var(--primary));padding:1.75rem;color:hsl(var(--primary-foreground));box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}
.sidebar-cta svg:first-child{width:2rem;height:2rem;opacity:.8;margin-bottom:1rem}
.sidebar-cta h3{font-family:'Poppins',sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}
.sidebar-cta>p{font-size:.875rem;opacity:.8;line-height:1.6;margin-bottom:1.5rem}
.sidebar-cta .btn-wa{
  display:inline-flex;width:100%;align-items:center;justify-content:center;gap:.5rem;
  padding:.75rem 1.5rem;border-radius:9999px;
  background:hsl(var(--background));color:hsl(var(--foreground));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:.875rem;
  transition:box-shadow .3s;
}
.sidebar-cta .btn-wa:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}
.sidebar-cta .btn-wa svg{width:1rem;height:1rem;color:hsl(var(--primary))}
.sidebar-cta .btn-call{
  display:inline-flex;width:100%;align-items:center;justify-content:center;gap:.5rem;
  padding:.75rem 1.5rem;border-radius:9999px;margin-top:.75rem;
  border:1px solid hsla(var(--primary-foreground)/.3);color:hsl(var(--primary-foreground));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:.875rem;
  transition:background .3s;
}
.sidebar-cta .btn-call:hover{background:hsla(var(--primary-foreground)/.1)}
.sidebar-cta .btn-call svg{width:1rem;height:1rem}
.other-treatments{border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--card));padding:1.5rem;margin-top:1.5rem}
.other-treatments h3{font-family:'Poppins',sans-serif;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}
.other-treatments li a{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.75rem;font-size:.875rem;color:hsl(var(--muted-foreground));transition:all .2s}
.other-treatments li a:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}
.other-treatments .ot-icon{width:2rem;height:2rem;border-radius:.5rem;background:hsla(var(--primary)/.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.other-treatments .ot-icon svg{width:1rem;height:1rem;color:hsl(var(--primary))}
.other-treatments .ot-chevron{width:1rem;height:1rem;margin-left:auto}

/* ===== BLOG STYLES ===== */
.blog-header{padding:8rem 0 3rem;background:hsl(var(--section-bg));text-align:center}

/* Blog Layout — Main + Sidebar */
.blog-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:2rem 0 4rem}
@media(min-width:1024px){.blog-layout{grid-template-columns:1fr 320px}}

.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.blog-grid:not(.blog-grid--sidebar){grid-template-columns:repeat(3,1fr)}}
.blog-grid--sidebar{grid-template-columns:1fr}
@media(min-width:640px){.blog-grid--sidebar{grid-template-columns:repeat(2,1fr)}}
.blog-card{background:hsl(var(--card));border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));transition:all .3s}
.blog-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border-color:hsla(var(--primary)/.3)}
.blog-card .card-thumb{height:12rem;overflow:hidden}
.blog-card .card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.blog-card:hover .card-thumb img{transform:scale(1.05)}
.blog-card .card-body{padding:1.5rem}
.blog-card .card-meta{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}
.blog-card .card-meta .cat{color:hsl(var(--primary));font-weight:600}
.blog-card h3{font-family:'Poppins',sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.4}
.blog-card h3 a{transition:color .2s}
.blog-card h3 a:hover{color:hsl(var(--primary))}
.blog-card .card-excerpt{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}
.blog-card .read-more{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;font-size:.875rem;font-weight:600;color:hsl(var(--primary));transition:gap .2s}
.blog-card .read-more:hover{gap:.625rem}

/* Single Post */
.single-post-header{padding:8rem 0 3rem;background:hsl(var(--section-bg))}
.single-post-content{padding:3rem 0}
.single-post-content .entry-content{font-size:1.0625rem;line-height:1.8;color:hsl(var(--foreground))}
.single-post-content .entry-content p{margin-bottom:1.5rem}
.single-post-content .entry-content h2{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem}
.single-post-content .entry-content h3{font-family:'Poppins',sans-serif;font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem}
.single-post-content .entry-content img{border-radius:1rem;margin:2rem 0}
.single-post-content .entry-content ul,.single-post-content .entry-content ol{padding-left:1.5rem;margin-bottom:1.5rem}
.single-post-content .entry-content li{margin-bottom:.5rem}
.single-post-content .entry-content ul li{list-style:disc}
.single-post-content .entry-content ol li{list-style:decimal}
.single-post-content .entry-content blockquote{border-left:4px solid hsl(var(--primary));padding:1rem 1.5rem;margin:2rem 0;background:hsl(var(--section-bg));border-radius:0 .75rem .75rem 0}

/* Sidebar Form Styles (CF7 & native) *//* Sidebar Widget cards */
.blog-sidebar .widget{
  background:hsl(var(--card));border:1px solid hsl(var(--border));
  border-radius:1rem;padding:1.25rem;margin-bottom:1.25rem;
}
.blog-sidebar .widget-title{
  font-family:'Poppins',sans-serif;font-size:.9375rem;font-weight:700;
  color:hsl(var(--foreground));margin-bottom:1rem;
  padding-bottom:.75rem;border-bottom:2px solid hsla(var(--primary)/.15);
}

/* Sidebar Search */
.blog-sidebar .search-form{display:flex;gap:.5rem}
.blog-sidebar .search-form .search-field{
  flex:1;padding:.5rem .75rem;border:1px solid hsl(var(--border));
  border-radius:.5rem;font-size:.8125rem;background:hsl(var(--background));
}
.blog-sidebar .search-form .search-field:focus{outline:none;border-color:hsl(var(--primary))}
.blog-sidebar .search-form .search-submit{
  padding:.5rem 1rem;border:none;border-radius:.5rem;
  background:hsl(var(--primary));color:hsl(var(--primary-foreground));
  font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .2s;
}
.blog-sidebar .search-form .search-submit:hover{opacity:.9}

/* Sidebar Form Styles (CF7 & native) */
.blog-sidebar .widget form:not(.search-form){display:flex;flex-direction:column;gap:.75rem}
.blog-sidebar .widget input[type="text"],
.blog-sidebar .widget input[type="email"],
.blog-sidebar .widget input[type="tel"],
.blog-sidebar .widget input[type="url"],
.blog-sidebar .widget textarea,
.blog-sidebar .widget select,
.blog-sidebar .wpcf7-form-control:not([type="submit"]):not(.wpcf7-checkbox):not(.wpcf7-radio){
  width:100%;padding:.625rem .875rem;
  border:1px solid hsl(var(--border));border-radius:.5rem;
  font-size:.8125rem;color:hsl(var(--foreground));
  background:hsl(var(--background));transition:border-color .2s;
}
.blog-sidebar .widget input:focus,
.blog-sidebar .widget textarea:focus{
  outline:none;border-color:hsl(var(--primary));
  box-shadow:0 0 0 3px hsla(var(--primary)/.1);
}
.blog-sidebar .widget textarea{resize:vertical;min-height:5rem}
.blog-sidebar .widget input[type="submit"],
.blog-sidebar .widget button[type="submit"],
.blog-sidebar .wpcf7-submit{
  width:100%;padding:.625rem 1rem;border:none;border-radius:.5rem;
  background:hsl(var(--primary));color:hsl(var(--primary-foreground));
  font-family:'Poppins',sans-serif;font-weight:600;font-size:.8125rem;
  cursor:pointer;transition:opacity .2s;
}
.blog-sidebar .widget input[type="submit"]:hover,
.blog-sidebar .widget button[type="submit"]:hover,
.blog-sidebar .wpcf7-submit:hover{opacity:.9}
.blog-sidebar .widget label{font-size:.8125rem;font-weight:500;color:hsl(var(--foreground));display:block;margin-bottom:.25rem}
.blog-sidebar .wpcf7-list-item{display:block;font-size:.8125rem;margin-bottom:.25rem}
.blog-sidebar .wpcf7-list-item label{display:flex;align-items:center;gap:.375rem;font-weight:400;cursor:pointer}
.blog-sidebar .wpcf7-list-item input[type="checkbox"]{width:auto;accent-color:hsl(var(--primary))}

/* Post Navigation */
.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--border))}
.post-nav-label{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.post-nav a{font-size:.875rem;font-weight:500;color:hsl(var(--primary));transition:opacity .2s}
.post-nav a:hover{opacity:.7}

/* Blog Sidebar */
.blog-sidebar{position:sticky;top:2rem;align-self:start}
@media(max-width:1023px){.blog-sidebar{position:static}}

/* Categories Widget */
.esm-categories-widget{list-style:none;padding:0;margin:0}
.esm-categories-widget li a{
  display:flex;align-items:center;gap:.5rem;
  padding:.625rem 0;font-size:.8125rem;font-weight:500;
  color:hsl(var(--muted-foreground));border-bottom:1px solid hsla(var(--border)/.5);
  transition:all .15s;
}
.esm-categories-widget li:last-child a{border-bottom:none}
.esm-categories-widget li a:hover{color:hsl(var(--primary));padding-left:.25rem}
.esm-categories-widget .esm-cat-arrow{width:.75rem;height:.75rem;flex-shrink:0;color:hsl(var(--primary));opacity:.5}
.esm-categories-widget li a:hover .esm-cat-arrow{opacity:1}
.esm-categories-widget .esm-cat-count{
  margin-left:auto;font-size:.6875rem;font-weight:600;
  background:hsla(var(--primary)/.1);color:hsl(var(--primary));
  padding:.125rem .5rem;border-radius:9999px;
}

/* Recent Posts Widget */
.esm-recent-posts-widget{list-style:none;padding:0;margin:0}
.esm-recent-posts-widget li{border-bottom:1px solid hsla(var(--border)/.5)}
.esm-recent-posts-widget li:last-child{border-bottom:none}
.esm-recent-posts-widget li a{
  display:flex;align-items:center;gap:.75rem;
  padding:.75rem 0;transition:opacity .2s;
}
.esm-recent-posts-widget li a:hover{opacity:.8}
.esm-rp-thumb{
  flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:.5rem;overflow:hidden;
  background:hsl(var(--muted));
}
.esm-rp-thumb img{width:100%;height:100%;object-fit:cover}
.esm-rp-thumb--placeholder{display:flex;align-items:center;justify-content:center}
.esm-rp-thumb--placeholder svg{width:1rem;height:1rem;color:hsl(var(--muted-foreground));opacity:.5}
.esm-rp-title{display:block;font-size:.8125rem;font-weight:600;color:hsl(var(--foreground));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.esm-rp-date{display:block;font-size:.6875rem;color:hsl(var(--muted-foreground));margin-top:.25rem}

/* WhatsApp Widget in Sidebar */
.esm-wa-widget-wrap{background:hsl(var(--primary)) !important;border-color:hsl(var(--primary)) !important}
.esm-wa-widget-wrap .esm-wa-widget h3{color:hsl(var(--primary-foreground))}
.esm-wa-widget-wrap .esm-wa-widget p{color:hsla(var(--primary-foreground)/.8)}
.esm-wa-widget-wrap .esm-wa-icon{background:hsla(var(--primary-foreground)/.15)}
.esm-wa-widget-wrap .esm-wa-icon svg{color:hsl(var(--primary-foreground))}
.esm-wa-widget-wrap .esm-wa-btn{background:hsl(var(--background));color:hsl(var(--foreground))}

/* ===== 404 PAGE ===== */
.page-404{display:flex;min-height:100vh;align-items:center;justify-content:center;background:hsl(var(--muted));text-align:center}
.page-404 h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem}
.page-404 p{font-size:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}
.page-404 a{color:hsl(var(--primary));text-decoration:underline}
.page-404 a:hover{opacity:.9}

/* ===== PAGINATION ===== */
.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem 0}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));color:hsl(var(--foreground));transition:all .2s}
.pagination a:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}
.pagination .current{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}

/* ===== SIDEBAR / WIDGETS ===== */
.widget{margin-bottom:2rem;padding:1.5rem;border-radius:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border))}
.widget-title{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid hsl(var(--primary))}
.widget ul li{padding:.5rem 0;border-bottom:1px solid hsl(var(--border))}
.widget ul li:last-child{border-bottom:none}
.widget ul li a{font-size:.875rem;color:hsl(var(--muted-foreground));transition:color .2s}
.widget ul li a:hover{color:hsl(var(--primary))}

/* ===== ELEMENTOR OVERRIDES ===== */
.elementor-page .site-navbar{position:relative;top:0;padding-top:1.5rem}
.elementor-section{margin-bottom:0 !important}
.elementor-widget{margin-bottom:0 !important}

/* ===== WORDPRESS CLASSES ===== */
.alignleft{float:left;margin:0 1.5rem 1.5rem 0}
.alignright{float:right;margin:0 0 1.5rem 1.5rem}
.aligncenter{display:block;margin:0 auto 1.5rem}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center;padding:.5rem 0}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}
.sticky .blog-card{border-color:hsl(var(--primary));border-width:2px}

/* ===== COMMENTS ===== */
.comments-area{max-width:48rem;margin:0 auto;padding:3rem 1rem}
.comments-title{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:2rem}
.comment-list .comment{padding:1.5rem;margin-bottom:1rem;border-radius:1rem;background:hsl(var(--section-bg));border:1px solid hsl(var(--border))}
.comment-author{font-weight:600;color:hsl(var(--foreground))}
.comment-meta{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.75rem}
.comment-content p{font-size:.9375rem;color:hsl(var(--foreground));line-height:1.7}
.comment-reply-link{font-size:.75rem;color:hsl(var(--primary));font-weight:600}
.comment-respond{margin-top:2rem;padding:2rem;border-radius:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border))}
#reply-title{font-family:'Poppins',sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem}
.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{
  width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid hsl(var(--input));
  background:hsl(var(--background));margin-bottom:1rem;font-size:.875rem;
}
.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:hsl(var(--primary))}
.comment-form .submit{
  padding:.75rem 2rem;border-radius:9999px;background:hsl(var(--primary));
  color:hsl(var(--primary-foreground));font-family:'Poppins',sans-serif;font-weight:600;
  font-size:.875rem;border:none;cursor:pointer;transition:opacity .2s;
}
.comment-form .submit:hover{opacity:.9}

/* ===== SEARCH ===== */
.search-form{display:flex;gap:.5rem;max-width:32rem;margin:0 auto}
.search-form input[type="search"]{flex:1;padding:.75rem 1rem;border-radius:9999px;border:1px solid hsl(var(--border));font-size:.875rem}
.search-form input:focus{outline:none;border-color:hsl(var(--primary))}
.search-form button{padding:.75rem 1.5rem;border-radius:9999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:600;font-size:.875rem;border:none;cursor:pointer}

/* ===== CUSTOM WIDGETS ===== */

/* Contact Widget */
.esm-contact-widget { list-style: none; padding: 0; margin: 0; }
.esm-contact-widget li {
    display: flex; align-items: flex-start; gap: .75rem;
    padding: .75rem 0; border-bottom: 1px solid hsl(var(--border));
}
.esm-contact-widget li:last-child { border-bottom: none; }
.esm-cw-icon {
    flex-shrink: 0; width: 2.25rem; height: 2.25rem; border-radius: .5rem;
    background: hsla(var(--primary)/.1); display: flex; align-items: center; justify-content: center;
}
.esm-cw-icon svg { width: 1rem; height: 1rem; color: hsl(var(--primary)); }
.esm-contact-widget strong { display: block; font-size: .75rem; color: hsl(var(--foreground)); font-weight: 600; }
.esm-contact-widget span, .esm-contact-widget a {
    font-size: .8125rem; color: hsl(var(--muted-foreground)); transition: color .2s;
}
.esm-contact-widget a:hover { color: hsl(var(--primary)); }

/* Social Widget */
.esm-social-widget { display: flex; flex-wrap: wrap; gap: .5rem; }
.esm-social-icon {
    display: flex; align-items: center; justify-content: center;
    width: 2.5rem; height: 2.5rem; border-radius: .625rem;
    background: hsl(var(--muted)); color: hsl(var(--muted-foreground));
    transition: all .2s;
}
.esm-social-icon:hover { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }

/* Treatments Widget */
.esm-treatments-widget { list-style: none; padding: 0; margin: 0; }
.esm-treatments-widget li a {
    display: flex; align-items: center; gap: .625rem;
    padding: .625rem .5rem; border-radius: .5rem;
    font-size: .8125rem; color: hsl(var(--muted-foreground)); transition: all .2s;
}
.esm-treatments-widget li a:hover { background: hsl(var(--muted)); color: hsl(var(--foreground)); }
.esm-tw-icon {
    flex-shrink: 0; width: 1.75rem; height: 1.75rem; border-radius: .375rem;
    background: hsla(var(--primary)/.1); display: flex; align-items: center; justify-content: center;
}
.esm-tw-icon svg { width: .875rem; height: .875rem; color: hsl(var(--primary)); }
.esm-tw-arrow { width: .875rem; height: .875rem; margin-left: auto; }

/* WhatsApp Widget */
.esm-wa-widget { text-align: center; }
.esm-wa-widget .esm-wa-icon {
    width: 3rem; height: 3rem; margin: 0 auto 1rem; border-radius: .75rem;
    background: hsla(var(--primary)/.1); display: flex; align-items: center; justify-content: center;
}
.esm-wa-widget .esm-wa-icon svg { width: 1.5rem; height: 1.5rem; color: hsl(var(--primary)); }
.esm-wa-widget h3 { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 600; color: hsl(var(--foreground)); margin-bottom: .5rem; }
.esm-wa-widget p { font-size: .8125rem; color: hsl(var(--muted-foreground)); margin-bottom: 1rem; }
.esm-wa-btn {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .625rem 1.25rem; border-radius: 9999px;
    background: hsl(var(--primary)); color: hsl(var(--primary-foreground));
    font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .8125rem;
    transition: opacity .2s;
}
.esm-wa-btn:hover { opacity: .9; }
.esm-wa-btn svg { width: 1rem; height: 1rem; }

/* WhatsApp Float */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px;
    border-radius: 50%; background: #25d366; color: #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 15px rgba(37,211,102,.4); z-index: 999;
    transition: transform .3s, box-shadow .3s; text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(37,211,102,.5); }
@media (max-width: 768px) {
    .whatsapp-float { bottom: 16px; right: 16px; width: 52px; height: 52px; }
    .whatsapp-float svg { width: 24px; height: 24px; }
}
