@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}:root{--primary-color:rgb(85, 26, 139);--secondary-color:rgb(115, 66, 159);--accent-color:#FFD700;--accent-hover:#e6c200;--text-color:#333333;--light-gray:#f8f9fa;--medium-gray:#e9ecef;--dark-gray:#555555;--white:#ffffff;--border-radius:8px;--box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);--section-padding:5rem 0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:"Poppins",sans-serif;color:var(--text-color);line-height:1.7;background-color:var(--white)}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}h1,h4{margin-bottom:1rem}h1,h2,h3,h4{line-height:1.3}h1,h2{font-weight:700}h1{font-size:2.8rem;color:var(--white);text-shadow:1px 1px 3px rgba(0,0,0,.4)}h2{font-size:2.2rem;text-align:center;margin-bottom:2.5rem}h3,h4{font-weight:600}h3{font-size:1.6rem;margin-bottom:1.5rem}h4{font-size:1.2rem}.service-card p,p{color:var(--dark-gray)}p{margin-bottom:1rem}.service-card i,a,h2,h4{color:var(--primary-color)}a{text-decoration:none;transition:color .3s ease}a:hover,h3{color:var(--secondary-color)}img{max-width:100%;height:auto;display:block}section{padding:var(--section-padding)}.gabinet-images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.gabinet-image-placeholder,.gabinet-image-real{width:100%;height:auto;aspect-ratio:600/450;border-radius:var(--border-radius);display:block;object-fit:cover}.gabinet-image-placeholder{background-color:var(--medium-gray);border:1px dashed var(--dark-gray);color:var(--dark-gray);font-weight:600;font-size:.9rem;line-height:1.2;display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem;box-sizing:border-box}@media (max-width:991px){.gabinet-images-grid{grid-template-columns:repeat(2,1fr)}.gabinet-images-grid>:last-child:nth-child(odd){grid-column:span 2}}@media (max-width:576px){.gabinet-images-grid{grid-template-columns:1fr;gap:1rem}.gabinet-images-grid>:last-child:nth-child(odd){grid-column:auto}}.content-section,.faq-section,.reviews-section{background-color:var(--light-gray)}.contact-section,.feature-section,.gallery-section,.services-section{background-color:var(--white)}.service-card{display:flex;flex-direction:column;min-height:250px}.service-card i{font-size:2.5rem;margin-bottom:1rem;display:block}.service-card h4{margin-bottom:.75rem;margin-top:0;margin-bottom:0}.service-card p{font-size:.9rem;margin-bottom:0;flex-grow:1}.emergency-section{background-color:#fff8f8;border-top:2px solid #e6c200;border-bottom:2px solid #e6c200;padding:3rem 0;text-align:center}.emergency-section h2{color:#c0392b;margin-bottom:1.5rem}.emergency-section p{color:var(--dark-gray);max-width:800px;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.8}.emergency-section p:last-of-type{margin-bottom:0}.emergency-section strong{color:var(--primary-color)}.emergency-section .emergency-number{font-size:1.2em;color:#c0392b}@media (max-width:768px){.service-card{min-height:auto}.emergency-section{padding:2rem 0}.emergency-section p{font-size:1rem}}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:var(--border-radius);font-weight:600;text-align:center;transition:background-color .3s ease,transform .2s ease;cursor:pointer;border:0;margin:.5rem .5rem .5rem 0;font-size:1rem}.btn-primary,.main-nav a::after{background-color:var(--accent-color)}.btn-primary,.btn-primary:hover{color:var(--primary-color)}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.top-bar{background-color:var(--primary-color);color:var(--white);padding:.5rem 0;font-size:.9rem}.top-bar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.top-bar span{display:inline-flex;align-items:center;gap:.4rem}.top-bar a{color:var(--white);text-decoration:none}.hero-text-content h2,.top-bar a:hover{color:var(--accent-color)}.site-header{background-color:var(--white);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.08)}.header-container{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem}.logo img{max-height:50px;width:auto}.main-nav ul{list-style:none;display:flex;gap:1.8rem}.main-nav a{font-weight:600;color:var(--dark-gray);padding:.5rem 0;position:relative}.main-nav a::after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;transition:width .3s ease}.main-nav a.active,.main-nav a:hover{color:var(--primary-color)}.main-nav a:hover::after{width:100%}.nav-toggle{display:none;background:0 0;border:0;cursor:pointer;padding:.5rem;z-index:1001}.hamburger,.hamburger::after,.hamburger::before{width:25px;height:3px;background:var(--primary-color)}.hamburger{display:block;position:relative;transition:background .2s ease-in-out}.hamburger::after,.hamburger::before{content:"";position:absolute;left:0;transition:transform .2s ease-in-out,top .2s ease-in-out,bottom .2s ease-in-out}.hamburger::before{top:-8px}.hamburger::after{bottom:-8px}.placeholder-img{background-color:var(--medium-gray);border:1px dashed var(--dark-gray);justify-content:center;color:var(--dark-gray);font-weight:600;text-align:center;min-height:150px;border-radius:var(--border-radius)}.placeholder-img span{padding:1rem}.hero-content,.hero-section,.placeholder-img{display:flex;align-items:center}.hero-section{background-size:cover;background-position:center;padding:6rem 0;min-height:60vh;justify-content:center;color:var(--white)}.hero-section .container{max-width:1140px}.hero-content{justify-content:space-between;gap:3rem;flex-wrap:wrap;padding:0;border-radius:0}.hero-text-content{flex:1 1 55%;min-width:300px;text-align:left}.hero-image-content{flex:1 1 35%;display:flex;justify-content:center;align-items:center}.hero-dentist-photo-placeholder,.hero-dentist-photo-real{display:block;width:100%;max-width:300px;height:auto;aspect-ratio:300/207;border-radius:var(--border-radius);box-shadow:0 5px 15px rgba(0,0,0,.2)}.hero-dentist-photo-placeholder{background-color:var(--medium-gray);border:2px dashed var(--dark-gray);color:var(--dark-gray);font-weight:600;font-size:.9rem;line-height:1.2;display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem;box-sizing:border-box}.hero-text-content h1{margin-bottom:.5rem;color:var(--white);text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-text-content h2{font-size:1.8rem;margin-bottom:1.5rem;text-align:left;text-shadow:1px 1px 2px rgba(0,0,0,.4)}.hero-text-content p{font-size:1.1rem;margin-bottom:2rem;color:var(--light-gray)}@media (max-width:768px){.hero-section{padding:4rem 0;min-height:auto;text-align:center}.hero-content{flex-direction:column;gap:2rem}.hero-text-content{flex-basis:auto;order:2;text-align:center;min-width:auto}.hero-text-content h1,.hero-text-content h2{text-align:center}.hero-image-content{flex-basis:auto;order:1;width:80%;max-width:250px}.hero-dentist-photo-placeholder,.hero-dentist-photo-real{max-width:100%;margin:0 auto}}@media (max-width:480px){.hero-text-content h1{font-size:1.8rem}.hero-text-content h2{font-size:1.4rem}.hero-text-content p{font-size:1rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background-color:var(--white);padding:2rem 1.5rem;border-radius:var(--border-radius);text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid var(--medium-gray);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--box-shadow)}.doctor-section .container{max-width:1000px}.doctor-content-wrapper{display:flex;align-items:center;gap:3rem;flex-wrap:wrap;justify-content:center}.doctor-photo-container{flex:0 0 40%;max-width:300px;margin:0 auto}.doctor-photo-placeholder,.doctor-photo-real{width:100%;height:auto;aspect-ratio:450/600;border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:block;object-fit:cover}.doctor-photo-placeholder{background-color:var(--medium-gray);border:1px dashed var(--dark-gray);color:var(--dark-gray);font-weight:600;font-size:.9rem;line-height:1.2;display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem;box-sizing:border-box}.doctor-section .bio-text{flex:1 1 55%;min-width:300px;text-align:left}.doctor-section .bio-text p{font-size:1.1rem;margin-bottom:1rem}.doctor-section .bio-text p:last-child{margin-bottom:0}.doctor-section .bio-text strong{color:var(--primary-color);font-size:1.4rem;display:block;margin-bottom:.75rem;font-weight:700}@media (max-width:768px){.doctor-content-wrapper{flex-direction:column;gap:2rem}.doctor-photo-container{flex-basis:auto;max-width:250px}.doctor-section .bio-text{flex-basis:auto;text-align:center;min-width:auto}.doctor-section .bio-text strong{font-size:1.3rem}}.gallery-section p{text-align:center;max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:2rem;font-style:italic;color:var(--dark-gray)}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.cases-grid .case-thumbnail:nth-child(n+5){display:none}.cases-grid.gallery-expanded .case-thumbnail{display:block}.case-thumbnail{position:relative;overflow:hidden;border-radius:var(--border-radius);display:block}.gallery-controls{text-align:center;margin-top:1rem}#show-more-gallery{cursor:pointer}@media (max-width:576px){.cases-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.view-gallery-overlay{font-size:.8rem;padding:.5rem}}.case-thumbnail a:first-of-type{display:block}.case-thumbnail img{border-radius:var(--border-radius);transition:transform .4s ease,filter .4s ease;display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.view-gallery-overlay{position:absolute;bottom:0;left:0;right:0;background-color:rgba(85,26,139,.8);color:var(--white);padding:.75rem;text-align:center;font-weight:600;font-size:.9rem;opacity:0;transform:translateY(100%);transition:opacity .4s ease,transform .4s ease;pointer-events:none;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.view-gallery-overlay i{margin-right:.5em}.case-thumbnail a:first-of-type:hover img{transform:scale(1.05);filter:brightness(.9)}.case-thumbnail a:first-of-type:hover .view-gallery-overlay{opacity:1;transform:translateY(0)}.case-thumbnail a:not(:first-of-type){display:none}.cases-grid .placeholder-img.case-thumbnail{aspect-ratio:1/1;display:flex;justify-content:center;align-items:center}@media (max-width:576px){.cases-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.view-gallery-overlay{font-size:.8rem;padding:.5rem}}.lb-dataContainer{padding-bottom:10px}.lb-data .lb-details{line-height:1.5;padding-right:70px}.lb-data .lb-caption{color:#eee;padding:5px 10px;background-color:rgba(0,0,0,.6);border-radius:4px;display:inline-block;max-width:100%;box-sizing:border-box}.lb-data .lb-caption a{text-decoration:none}.lb-data .lb-number{color:#ccc}.feature-section .container{max-width:1000px}.feature-container{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.feature-image{flex:1 1 300px;text-align:center}.feature-image img{max-width:350px;margin:0 auto}.feature-text{flex:1 1 400px}.feature-text h3{text-align:left;margin-bottom:1rem}.faq-section .container{max-width:800px}.faq-item{background-color:var(--white);margin-bottom:1rem;border-radius:var(--border-radius);border:1px solid var(--medium-gray);overflow:hidden}.faq-item summary{padding:1rem 1.5rem;font-weight:600;cursor:pointer;list-style:none;position:relative;color:var(--primary-color);display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{display:none}.faq-item summary::after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:1rem;color:var(--primary-color);transition:transform .3s ease;margin-left:1rem}.faq-item[open] summary::after{content:""}.faq-item p{padding:0 1.5rem 1.5rem;margin-bottom:0;border-top:1px solid var(--medium-gray);color:var(--dark-gray)}.contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;align-items:flex-start}.contact-info h2{text-align:left;margin-bottom:1.5rem}.entrance-image-container{margin-bottom:2rem}.entrance-image-placeholder,.entrance-image-real{width:100%;height:auto;aspect-ratio:600/450;border-radius:var(--border-radius);display:block;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.1)}.entrance-image-placeholder{background-color:var(--medium-gray);border:1px dashed var(--dark-gray);color:var(--dark-gray);font-weight:600;font-size:.9rem;line-height:1.2;display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem;box-sizing:border-box}.info-item{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}@media (max-width:768px){.contact-info h2{text-align:center}}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.review-card{background-color:var(--white);padding:1.5rem;border-radius:var(--border-radius);box-shadow:0 2px 8px rgba(0,0,0,.07);border:1px solid var(--medium-gray);display:flex;flex-direction:column}.review-card.placeholder{background-color:var(--medium-gray);border-style:dashed}.review-rating{color:var(--accent-color);margin-bottom:.75rem;font-size:1.1rem}.review-text{font-style:italic;color:var(--dark-gray);margin-bottom:1rem;flex-grow:1}.review-text::before{content:'"';margin-right:.2em}.review-text::after{content:'"';margin-left:.2em}.review-author{font-weight:600;color:var(--primary-color);text-align:right;margin-bottom:0}.site-footer{background-color:var(--dark-gray);color:var(--light-gray);text-align:center;padding:2.5rem 0;margin-top:var(--section-padding)}.site-footer p{margin-bottom:.5rem;color:var(--light-gray)}.site-footer a{color:var(--accent-color);text-decoration:underline}.site-footer a:hover{color:var(--white)}.lb-data .lb-caption{font-size:1rem;font-weight:600}.lb-data .lb-number,.site-footer p{font-size:.9rem}@media (max-width:992px){html{scroll-padding-top:70px}.logo img{max-height:45px}}@media (max-width:768px){h1{font-size:2.2rem}h2{font-size:1.8rem;margin-bottom:2rem}.hero-content h2,h3{font-size:1.4rem}h4{font-size:1.1rem}.container{padding:0 1rem}section{padding:3rem 0}html{scroll-padding-top:65px}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--white);box-shadow:0 5px 15px rgba(0,0,0,.1);border-top:1px solid var(--medium-gray);padding-top:.5rem;padding-bottom:.5rem}.main-nav a,.main-nav.active,.nav-toggle{display:block}.main-nav ul{flex-direction:column;gap:0}.main-nav li{width:100%;text-align:center}.main-nav a{padding:.8rem 1rem;width:100%;border-bottom:1px solid var(--light-gray)}.main-nav li:last-child a{border-bottom:none}.main-nav a::after{display:none}.nav-toggle.active .hamburger{background:0 0}.nav-toggle.active .hamburger::before{transform:translateY(8px) rotate(45deg);top:0}.nav-toggle.active .hamburger::after{transform:translateY(-8px) rotate(-45deg);bottom:0}.top-bar-content{justify-content:center;text-align:center}.hero-section{padding:5rem 0;min-height:50vh}.hero-content{padding:1.5rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.service-card{padding:1.5rem}.feature-container{gap:1.5rem}.feature-image,.feature-text{flex-basis:100%;order:1}.feature-text{order:2}.contact-info h2,.feature-text,.feature-text h3{text-align:center}.contact-container{gap:2rem}.contact-map{min-height:300px}.reviews-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:480px){.top-bar{font-size:.8rem}.logo img{max-height:40px}.header-container{padding:.5rem 1rem}html{scroll-padding-top:60px}.btn{padding:.7rem 1.5rem;font-size:.9rem}h1{font-size:1.6rem}h2{font-size:1.5rem}h3{font-size:1.2rem}.hero-section{padding:4rem 0}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:rgba(30,30,30,.95);color:var(--light-gray);padding:1rem 0;z-index:1100;display:none;font-size:.9rem;backdrop-filter:blur(3px);border-top:1px solid var(--dark-gray)}.cookie-banner.show{display:block;animation:slideUp .5s ease forwards}.cookie-banner-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cookie-banner p{color:var(--light-gray);margin-bottom:0;flex-grow:1;line-height:1.5}.cookie-banner a{color:var(--accent-color);text-decoration:underline}.cookie-banner a:hover{color:var(--accent-hover)}.cookie-banner button#cookie-consent-accept{flex-shrink:0;margin:0;padding:.6rem 1.2rem;background-color:var(--accent-color);color:var(--primary-color)}.cookie-banner button#cookie-consent-accept:hover{background-color:var(--accent-hover)}@media (max-width:768px){.cookie-banner-content{flex-direction:column;text-align:center}.cookie-banner p{margin-bottom:1rem}}