@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;background-color:var(--bg-primary);box-shadow:var(--shadow-sm);z-index:1000;transition:var(--transition);width:100%}.header--scrolled{box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.header .container{overflow:visible}@media (max-width: 768px){.header .container{padding:0 .75rem}}@media (max-width: 480px){.header .container{padding:0 .5rem}}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;position:relative;width:100%;max-width:100%}@media (max-width: 768px){.nav{padding:.75rem 0}}.nav__logo{margin-right:3rem}.nav__logo img{height:50px;width:auto;display:block}@media (max-width: 1200px){.nav__logo{margin-right:2rem}}@media (max-width: 1024px){.nav__logo{margin-right:auto}}@media (max-width: 768px){.nav__logo{margin-right:1rem}}.nav__menu{display:flex;align-items:center;gap:3rem;flex:1;justify-content:flex-end}@media (max-width: 1024px){.nav__menu{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background-color:var(--bg-primary);box-shadow:-5px 0 15px #0000001a;flex-direction:column;padding:5rem 2rem;gap:2rem;transition:right .3s ease}.nav__menu--open{right:0}}.nav__list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media (max-width: 1200px){.nav__list{gap:1.5rem}}@media (max-width: 1024px){.nav__list{flex-direction:column;width:100%}}@media (max-width: 1024px){.nav__item{width:100%;text-align:center}}.nav__link{color:var(--text-primary);font-weight:500;font-size:1rem;transition:var(--transition);position:relative}.nav__link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav__link:hover{color:var(--primary-color)}.nav__link:hover:after{width:100%}@media (max-width: 1024px){.nav__link{display:block;padding:.75rem 0;font-size:1.125rem}.nav__link:after{display:none}}.nav__actions{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}@media (max-width: 1024px){.nav__actions{flex-direction:column;width:100%}}@media (max-width: 768px){.nav__actions{gap:1rem}}.nav__actions .btn{flex-shrink:0;min-width:0}@media (max-width: 480px){.nav__actions .btn{padding:.625rem 1rem}}.nav__phone{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;white-space:nowrap}.nav__phone i{font-size:.875rem}.nav__phone:hover{color:var(--primary-dark)}@media (max-width: 480px){.nav__phone{font-size:.875rem}}@media (max-width: 380px){.nav__phone{display:none}}.nav__toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:1rem;flex-shrink:0}@media (max-width: 1024px){.nav__toggle{display:flex;flex-direction:column;gap:4px}}@media (max-width: 480px){.nav__toggle{margin-left:.5rem;padding:.5rem .25rem}}.nav__toggle-bar{width:25px;height:3px;background-color:var(--text-primary);transition:var(--transition);transform-origin:center}.nav__toggle-bar--open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.nav__toggle-bar--open:nth-child(2){opacity:0;transform:scaleX(0)}.nav__toggle-bar--open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;overflow:hidden}@media (max-width: 768px){.hero{padding:5rem 0 3rem}}.hero__background{position:absolute;inset:0;background:url(/images/front.jpg) center/cover no-repeat;z-index:-2}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1a5490b3,#00000080);z-index:-1}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 1024px){.hero__content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 1024px){.hero__text{text-align:center}}.hero__title{font-size:clamp(3rem,6vw,5rem);line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero__title-accent{color:#90caf9;display:block}.hero__subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);color:#fff;margin-bottom:1rem;font-weight:600}.hero__description{font-size:1.125rem;line-height:1.8;max-width:600px;margin-bottom:2rem;color:#ffffffe6}@media (max-width: 1024px){.hero__description{margin:0 auto 2rem}}.hero__buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}@media (max-width: 1024px){.hero__buttons{justify-content:center}}@media (max-width: 480px){.hero__buttons{flex-direction:column;width:100%}.hero__buttons .btn{width:100%}}.hero__features{display:flex;gap:2rem;flex-wrap:wrap}@media (max-width: 1024px){.hero__features{justify-content:center}}@media (max-width: 640px){.hero__features{gap:1rem}}.hero__feature{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#fff}.hero__feature i{color:#90caf9;font-size:1.25rem}@media (max-width: 640px){.hero__feature{font-size:.875rem}.hero__feature i{font-size:1rem}}.hero__image{position:relative}@media (max-width: 1024px){.hero__image{display:none}}.hero__image-container{position:relative;width:100%;max-width:500px;margin:0 auto}.hero__image-shape{width:400px;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 40px #1a54904d;position:relative;animation:float 6s ease-in-out infinite}.hero__image-shape:before{content:"";position:absolute;inset:-20px;background:radial-gradient(circle,rgba(75,156,211,.2) 0%,transparent 70%);border-radius:50%;animation:pulse 4s ease-in-out infinite}.hero__stat{position:absolute;background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;min-width:140px}.hero__stat--1{top:20px;right:-20px}.hero__stat--2{bottom:40px;left:-40px}.hero__stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary-color);margin-bottom:.25rem}.hero__stat-label{display:block;font-size:.875rem;color:var(--text-secondary);font-weight:500}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--primary-color);font-size:1.5rem;animation:bounce 2s ease-in-out infinite;cursor:pointer}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.welcome{background-color:var(--bg-primary)}.welcome__content{text-align:center}.welcome__grid{display:grid;grid-template-columns:3fr 2fr;gap:4rem;align-items:center;margin-top:3rem}@media (max-width: 1024px){.welcome__grid{grid-template-columns:1fr;gap:3rem}}.welcome__text{text-align:left}@media (max-width: 1024px){.welcome__text{text-align:center}}.welcome__image{display:flex;justify-content:center;align-items:center}.welcome__image img{width:100%;height:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);max-width:500px}@media (max-width: 1024px){.welcome__image{margin-top:2rem}}.welcome__lead{font-size:1.25rem;line-height:1.8;color:var(--text-primary);font-weight:500;margin-bottom:1.5rem}.welcome__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 640px){.welcome__stats{grid-template-columns:1fr}}.welcome .stat-card{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:var(--transition);position:relative;overflow:hidden}.welcome .stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);opacity:0;transition:opacity .3s ease;z-index:0}.welcome .stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:transparent}.welcome .stat-card:hover:before{opacity:1}.welcome .stat-card:hover i,.welcome .stat-card:hover h4,.welcome .stat-card:hover p{color:#fff;position:relative;z-index:1}.welcome .stat-card i{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;transition:var(--transition)}.welcome .stat-card h4{font-size:2rem;color:var(--text-primary);margin-bottom:.5rem;transition:var(--transition)}.welcome .stat-card p{font-size:1rem;color:var(--text-secondary);margin:0;transition:var(--transition)}.why-choose-us{position:relative;overflow:hidden}.why-choose-us:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(75,156,211,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.why-choose-us .reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;position:relative;z-index:1}@media (max-width: 1024px){.why-choose-us .reasons-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.why-choose-us .reasons-grid{grid-template-columns:1fr}}.why-choose-us .reason-card{background:var(--bg-primary);border-radius:var(--radius-lg);padding:2.5rem;text-align:center;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--border-color);position:relative;overflow:hidden}.why-choose-us .reason-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);opacity:0;transition:opacity .3s ease}.why-choose-us .reason-card:hover{border-color:transparent}.why-choose-us .reason-card:hover:before{opacity:1}.why-choose-us .reason-card:hover .reason-card__icon{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;transform:scale(1.1)}.why-choose-us .reason-card__icon{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--primary-color);transition:all .3s ease}.why-choose-us .reason-card__title{font-size:1.25rem;color:var(--text-primary);margin-bottom:1rem}.why-choose-us .reason-card__description{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0}.why-choose-us__cta{text-align:center;padding:2rem;background:linear-gradient(135deg,#1a54900d,#4b9cd30d);border-radius:var(--radius-xl)}.why-choose-us__cta p{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-primary);font-weight:500}.why-choose-us__cta .btn{margin:0 auto;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.why-choose-us__cta .btn{width:100%;max-width:300px;margin:0 auto;padding:.875rem 1.5rem;font-size:.9rem;text-align:center;justify-content:center;align-items:center}}@media (max-width: 480px){.why-choose-us__cta .btn{max-width:280px;padding:.75rem 1.25rem;font-size:.85rem;text-align:center;justify-content:center;align-items:center}.why-choose-us__cta .btn i{margin:0}}@media (max-width: 768px){.why-choose-us__cta{padding:1.5rem 1rem}.why-choose-us__cta p{font-size:1.125rem;margin-bottom:1.25rem}}@media (max-width: 480px){.why-choose-us__cta{padding:1rem .75rem}.why-choose-us__cta p{font-size:1rem;margin-bottom:1rem}}.why-choose-us__cta .button-wrapper{display:flex;justify-content:center;align-items:center;width:100%}@media (max-width: 768px){.why-choose-us__cta .button-wrapper{justify-content:center;align-items:center}}@media (max-width: 480px){.why-choose-us__cta .button-wrapper{justify-content:center;align-items:center}}.services{background-color:var(--bg-primary);position:relative}.services:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border-color) 50%,transparent 100%)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;align-items:start}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.services-grid{grid-template-columns:1fr}}.services .service-card{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid transparent;height:fit-content}.services .service-card.scroll-disabled{transition:none!important;transform:none!important;pointer-events:none}.services .service-card.scroll-disabled:hover{transform:none!important;border-color:transparent!important;box-shadow:none!important}.services .service-card.scroll-disabled:hover .service-card__icon{background:var(--bg-primary)!important;color:var(--primary-color)!important;transform:none!important}.services .service-card.scroll-disabled:hover .service-card__link{color:var(--text-primary)!important}.services .service-card.scroll-disabled:hover .service-card__link i{transform:none!important}.services .service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);opacity:0;transition:opacity .3s ease;z-index:0}.services .service-card:hover,.services .service-card--active{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.services .service-card:hover .service-card__icon,.services .service-card--active .service-card__icon{background:var(--primary-color);color:#fff;transform:scale(1.1) rotate(5deg)}.services .service-card:hover .service-card__link,.services .service-card--active .service-card__link{color:var(--primary-color)}.services .service-card:hover .service-card__link i,.services .service-card--active .service-card__link i{transform:translate(5px)}.services .service-card--active{background:var(--bg-primary)}.services .service-card>*{position:relative;z-index:1}.services .service-card__icon{width:60px;height:60px;background:var(--bg-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem;transition:all .3s ease}.services .service-card__title{font-size:1.25rem;color:var(--text-primary);margin-bottom:1rem}.services .service-card__description{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1rem;min-height:80px;transition:all .3s ease}.services .service-card__features{overflow:hidden;margin-bottom:1rem;transition:all .3s ease;opacity:0;height:0}@media (max-width: 768px){.services .service-card__features{opacity:1;height:auto}}.service-card:hover .services .service-card__features,.service-card--active .services .service-card__features{opacity:1;height:auto}.services .service-card__features ul{list-style:none;padding:1rem 0 0;margin:0;border-top:1px solid var(--border-color)}.services .service-card__features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.services .service-card__features li i{color:var(--success-color);font-size:.75rem}.services .service-card__image{margin-bottom:1rem}.services .service-card__image img{width:100%;height:150px;object-fit:cover;border-radius:var(--radius-md)}.services .service-card__brands{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-color)}.services .service-card__brands h5{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;text-align:center}.services .service-card__brands .brand-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;align-items:center}.services .service-card__brands .brand-logos img{width:100%;height:40px;object-fit:contain;background:#fff;padding:.5rem;border-radius:var(--radius-sm);border:1px solid var(--border-color);transition:transform .3s ease}.services .service-card__brands .brand-logos img:hover{transform:scale(1.05)}.services .service-card__link{background:none;border:none;color:var(--text-primary);font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:0;transition:all .3s ease}.services .service-card__link i{font-size:.875rem;transition:transform .3s ease}.services .service-card__link:hover{color:var(--primary-color)}@media (max-width: 768px){.services .service-card{padding:1.5rem;cursor:pointer;-webkit-transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.services .service-card:after{content:"Tap for details";position:absolute;bottom:.5rem;right:1rem;font-size:.75rem;color:var(--text-secondary);opacity:.7;pointer-events:none}.services .service-card.service-card--active:after{display:none}.services .service-card:hover{transform:none;border-color:transparent;box-shadow:none}.services .service-card:hover .service-card__icon{background:var(--bg-primary);color:var(--primary-color);transform:none}.services .service-card:hover .service-card__link{color:var(--text-primary)}.services .service-card:hover .service-card__link i{transform:none}.services .service-card.service-card--active{border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.services .service-card.service-card--active .service-card__icon{background:var(--primary-color);color:#fff;transform:scale(1.1) rotate(5deg)}.services .service-card.service-card--active .service-card__link{color:var(--primary-color)}.services .service-card.service-card--active .service-card__link i{transform:translate(5px)}.services .service-card.service-card--active .service-card__features{opacity:1;height:auto}}.services__insurance{background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(26,84,144,.05) 100%);border-radius:var(--radius-xl);padding:3rem;text-align:center}.services__insurance h4{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.5rem;color:var(--text-primary);margin-bottom:1rem}.services__insurance h4 i{color:var(--primary-color)}.services__insurance p{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.8}.doctors__mobile-selector{display:none;margin-bottom:2rem}@media (max-width: 768px){.doctors__mobile-selector{display:block!important}}.doctors__mobile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;width:100%}@media (max-width: 400px){.doctors__mobile-grid{gap:.5rem}}.doctors__dots{display:flex;justify-content:center;gap:.5rem}.doctors__container{display:grid;grid-template-columns:350px 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){.doctors__container{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.doctors__container{touch-action:pan-y}}.doctors__tabs{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.doctors__tabs{flex-direction:row;overflow-x:auto;padding-bottom:1rem;gap:1rem}.doctors__tabs::-webkit-scrollbar{height:4px}.doctors__tabs::-webkit-scrollbar-track{background:var(--bg-secondary)}.doctors__tabs::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}}@media (max-width: 768px){.doctors__tabs{display:none!important}}.doctors__content{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:3rem}@media (max-width: 768px){.doctors__content{padding:2rem}}.doctors__cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#1a54900d,#4b9cd30d);border-radius:var(--radius-xl)}.doctors__cta p{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-primary)}.doctor-tab{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s ease;text-align:left;width:100%}@media (max-width: 1024px){.doctor-tab{min-width:280px;flex-shrink:0}}@media (max-width: 768px){.doctor-tab{display:none!important}}.doctor-tab:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.doctor-tab:hover .doctor-tab__arrow{transform:translate(5px)}.doctor-tab--active{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border-color:transparent;color:#fff}.doctor-tab--active .doctor-tab__info h4,.doctor-tab--active .doctor-tab__info p,.doctor-tab--active .doctor-tab__arrow{color:#fff}.doctor-tab--active .doctor-tab__icon{background:#fff3;color:#fff}.doctor-tab__icon{width:50px;height:50px;background:var(--bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.25rem;flex-shrink:0;overflow:hidden}.doctor-tab__icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.doctor-tab__info{flex:1}.doctor-tab__info h4{font-size:1rem;margin-bottom:.25rem;color:var(--text-primary)}.doctor-tab__info p{font-size:.875rem;color:var(--text-secondary);margin:0}.doctor-tab__arrow{color:var(--text-light);font-size:.875rem;transition:transform .3s ease}.doctor-profile__header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}@media (max-width: 640px){.doctor-profile__header{flex-direction:column;text-align:center}}.doctor-profile__image{width:150px;height:150px;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0;box-shadow:var(--shadow-md);overflow:hidden}@media (max-width: 640px){.doctor-profile__image{margin:0 auto}}.doctor-profile__image img{width:100%;height:100%;object-fit:contain;object-position:center top;border-radius:var(--radius-xl)}.doctor-profile__title{flex:1}.doctor-profile__title h3{font-size:2rem;color:var(--text-primary);margin-bottom:.5rem}.doctor-profile__role{font-size:1.125rem;color:var(--primary-color);margin-bottom:1rem}.doctor-profile__badges{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 640px){.doctor-profile__badges{justify-content:center}}.doctor-profile .badge{display:inline-block;padding:.375rem .875rem;background:var(--bg-secondary);color:var(--text-secondary);border-radius:var(--radius-full);font-size:.875rem;font-weight:500}.doctor-profile .badge--primary{background:var(--primary-color);color:#fff}.doctor-profile__bio{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}.doctor-profile__details{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.doctor-profile__details{grid-template-columns:1fr}}.doctor-profile__section h4{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:var(--text-primary);margin-bottom:1rem}.doctor-profile__section h4 i{color:var(--primary-color)}.doctor-profile__section ul{list-style:none;padding:0}.doctor-profile__section ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-secondary);line-height:1.6}.doctor-profile__section ul li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700}.doctor-profile__personal{grid-column:1/-1;background:var(--bg-secondary);padding:1.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;gap:1rem}.doctor-profile__personal i{color:var(--primary-color);font-size:1.5rem}.doctor-profile__personal p{margin:0;color:var(--text-secondary);line-height:1.6}.doctor-card-mobile{background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);padding:1rem .5rem;text-align:center;cursor:pointer;transition:all .3s ease;width:100%}@media (max-width: 400px){.doctor-card-mobile{padding:.75rem .25rem}}.doctor-card-mobile:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.doctor-card-mobile--active{border-color:var(--primary-color);background:linear-gradient(135deg,#1a54901a,#4b9cd31a)}.doctor-card-mobile--active .doctor-card-mobile__image{border-color:var(--primary-color)}.doctor-card-mobile__image{width:70px;height:70px;margin:0 auto .5rem;border-radius:50%;overflow:hidden;border:2px solid var(--border-color);transition:border-color .3s ease}@media (max-width: 400px){.doctor-card-mobile__image{width:60px;height:60px}}.doctor-card-mobile__image img{width:100%;height:100%;object-fit:cover}.doctor-card-mobile h5{font-size:.8rem;margin-bottom:.2rem;color:var(--text-primary);font-weight:600;line-height:1.2}@media (max-width: 400px){.doctor-card-mobile h5{font-size:.75rem}}.doctor-card-mobile p{font-size:.7rem;color:var(--text-secondary);margin:0;line-height:1.2}@media (max-width: 400px){.doctor-card-mobile p{font-size:.65rem}}.doctor-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;transition:all .3s ease;padding:0}.doctor-dot:hover{background:var(--primary-light)}.doctor-dot--active{background:var(--primary-color);width:24px;border-radius:4px}.staff__mobile-selector{display:none;margin-bottom:2rem}@media (max-width: 768px){.staff__mobile-selector{display:block!important}}.staff__mobile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;width:100%}@media (max-width: 400px){.staff__mobile-grid{gap:.5rem}}.staff__dots{display:flex;justify-content:center;gap:.5rem}.staff__container{display:grid;grid-template-columns:350px 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){.staff__container{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.staff__container{touch-action:pan-y}}.staff__tabs{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.staff__tabs{flex-direction:row;overflow-x:auto;padding-bottom:1rem;gap:1rem}.staff__tabs::-webkit-scrollbar{height:4px}.staff__tabs::-webkit-scrollbar-track{background:var(--bg-secondary)}.staff__tabs::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}}@media (max-width: 768px){.staff__tabs{display:none!important}}.staff__content{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:3rem}@media (max-width: 768px){.staff__content{padding:2rem}}.staff__cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#1a54900d,#4b9cd30d);border-radius:var(--radius-xl)}.staff__cta p{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-primary)}.staff-tab{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s ease;text-align:left;width:100%}@media (max-width: 1024px){.staff-tab{min-width:280px;flex-shrink:0}}@media (max-width: 768px){.staff-tab{display:none!important}}.staff-tab:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.staff-tab:hover .staff-tab__arrow{transform:translate(5px)}.staff-tab--active{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border-color:transparent;color:#fff}.staff-tab--active .staff-tab__info h4,.staff-tab--active .staff-tab__info p,.staff-tab--active .staff-tab__arrow{color:#fff}.staff-tab--active .staff-tab__icon{background:#fff3;color:#fff}.staff-tab__icon{width:50px;height:50px;background:var(--bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.25rem;flex-shrink:0;overflow:hidden}.staff-tab__icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.staff-tab__info{flex:1}.staff-tab__info h4{font-size:1rem;margin-bottom:.25rem;color:var(--text-primary)}.staff-tab__info p{font-size:.875rem;color:var(--text-secondary);margin:0}.staff-tab__arrow{color:var(--text-light);font-size:.875rem;transition:transform .3s ease}.staff-profile__header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}@media (max-width: 768px){.staff-profile__header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}}.staff-profile__image{width:150px;height:150px;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0;box-shadow:var(--shadow-md);overflow:hidden}@media (max-width: 640px){.staff-profile__image{margin:0 auto}}.staff-profile__image img{width:100%;height:100%;object-fit:contain;object-position:center top;border-radius:var(--radius-xl)}.staff-profile__title{flex:1}.staff-profile__title h3{font-size:2rem;color:var(--text-primary);margin-bottom:.5rem}.staff-profile__role{font-size:1.125rem;color:var(--primary-color);margin-bottom:1rem}.staff-profile__badges{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 640px){.staff-profile__badges{justify-content:center}}.staff-profile__bio{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}@media (max-width: 768px){.staff-profile__bio{text-align:center}}.staff-profile__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){.staff-profile__details{grid-template-columns:1fr}}.staff-profile__section h4{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:var(--text-primary);margin-bottom:1rem}@media (max-width: 768px){.staff-profile__section h4{justify-content:center}}.staff-profile__section h4 i{color:var(--primary-color);font-size:1.125rem}.staff-profile__section ul{list-style:none;padding:0;margin:0}@media (max-width: 768px){.staff-profile__section ul{text-align:center}}.staff-profile__section ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.staff-profile__section ul li{padding-left:0;padding-right:0}.staff-profile__section ul li:before{position:static;margin-right:.5rem}}.staff-profile__section ul li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700}.staff-profile__section p{color:var(--text-secondary);line-height:1.8}@media (max-width: 768px){.staff-profile__section p{text-align:center}}.badge{display:inline-block;padding:.375rem .75rem;font-size:.875rem;font-weight:600;border-radius:var(--radius-full);background:var(--bg-secondary);color:var(--text-secondary)}.badge--primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.staff-card-mobile{background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-lg);padding:1rem .5rem;text-align:center;cursor:pointer;transition:all .3s ease;width:100%}@media (max-width: 400px){.staff-card-mobile{padding:.75rem .25rem}}.staff-card-mobile:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.staff-card-mobile--active{border-color:var(--primary-color);background:linear-gradient(135deg,#1a54901a,#4b9cd31a)}.staff-card-mobile--active .staff-card-mobile__image{border-color:var(--primary-color)}.staff-card-mobile__image{width:70px;height:70px;margin:0 auto .5rem;border-radius:50%;overflow:hidden;border:2px solid var(--border-color);transition:border-color .3s ease}@media (max-width: 400px){.staff-card-mobile__image{width:60px;height:60px}}.staff-card-mobile__image img{width:100%;height:100%;object-fit:cover}.staff-card-mobile h5{font-size:.8rem;margin-bottom:.2rem;color:var(--text-primary);font-weight:600;line-height:1.2}@media (max-width: 400px){.staff-card-mobile h5{font-size:.75rem}}.staff-card-mobile p{font-size:.7rem;color:var(--text-secondary);margin:0;line-height:1.2}@media (max-width: 400px){.staff-card-mobile p{font-size:.65rem}}.staff-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;transition:all .3s ease;padding:0}.staff-dot:hover{background:var(--primary-light)}.staff-dot--active{background:var(--primary-color);width:24px;border-radius:4px}.testimonials{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 50%,var(--bg-secondary) 100%);position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(26,84,144,.03) 0%,transparent 70%);border-radius:50%}.testimonials__container{position:relative;display:flex;align-items:center;gap:2rem;max-width:1000px;margin:0 auto 3rem}@media (max-width: 768px){.testimonials__container{gap:1rem}}.testimonials__carousel{flex:1;overflow:hidden;position:relative;min-height:400px;display:flex;align-items:center}@media (max-width: 768px){.testimonials__carousel{min-height:450px}}.testimonials__nav{background:var(--bg-primary);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-md);transition:all .3s ease;flex-shrink:0;color:var(--primary-color);font-size:1.25rem}.testimonials__nav:hover{background:var(--primary-color);color:#fff;transform:scale(1.1)}.testimonials__nav:active{transform:scale(.95)}@media (max-width: 640px){.testimonials__nav{width:40px;height:40px;font-size:1rem}}.testimonials__indicators{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem}.testimonials__stats{display:flex;justify-content:center;gap:4rem;margin-bottom:3rem}@media (max-width: 640px){.testimonials__stats{gap:2rem}}.testimonials__stats .stat{text-align:center}.testimonials__stats .stat h4{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}@media (max-width: 640px){.testimonials__stats .stat h4{font-size:2rem}}.testimonials__stats .stat p{color:var(--text-secondary);font-size:1rem;margin:0}.testimonials__cta{text-align:center}.testimonials__cta p{font-size:1.125rem;margin-bottom:1rem;color:var(--text-primary)}.testimonial{width:100%}.testimonial__content{background:var(--bg-primary);border-radius:var(--radius-xl);padding:3rem;box-shadow:var(--shadow-lg);position:relative;max-width:800px;margin:0 auto}@media (max-width: 768px){.testimonial__content{padding:2rem}}.testimonial__quote{position:absolute;top:-20px;left:30px;font-size:4rem;color:var(--primary-color);opacity:.1}@media (max-width: 640px){.testimonial__quote{font-size:3rem;top:-15px;left:20px}}.testimonial__rating{display:flex;gap:.25rem;margin-bottom:1.5rem;color:#fbbf24}.testimonial__rating i{font-size:1.25rem}.testimonial__text{font-size:1.25rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem;font-style:italic}@media (max-width: 768px){.testimonial__text{font-size:1.125rem}}.testimonial__author{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border-color)}.testimonial__author h4{font-size:1.125rem;color:var(--text-primary);margin-bottom:.25rem}.testimonial__author p{font-size:.875rem;color:var(--text-light);margin:0}.testimonial__source{display:flex;align-items:center;gap:.5rem}.testimonial__source img{width:20px;height:20px;object-fit:contain}.testimonial__source p{margin:0}.indicator{width:10px;height:10px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:var(--primary-color);opacity:.7}.indicator--active{width:30px;border-radius:5px;background:var(--primary-color)}.faq{background-color:var(--bg-primary)}.faq-container{max-width:800px;margin:0 auto 3rem}.faq-item{background:var(--bg-secondary);border-radius:var(--radius-lg);margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-item--active{background:var(--bg-primary);box-shadow:var(--shadow-md);border:1px solid var(--primary-color)}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:left;transition:all .3s ease}.faq-question h4{font-size:1.125rem;color:var(--text-primary);margin:0;line-height:1.5}.faq-question i{color:var(--primary-color);font-size:1rem;flex-shrink:0;transition:transform .3s ease}.faq-question:hover{background:#1a54900d}.faq-answer{overflow:hidden}.faq-answer p{padding:0 2rem 1.5rem;margin:0;color:var(--text-secondary);line-height:1.8}.faq-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.faq-cta p{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-primary)}.faq-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 480px){.faq-cta__buttons{flex-direction:column;width:100%}.faq-cta__buttons .btn{width:100%}}:root{--primary-color: #1a5490;--primary-dark: #0f3660;--secondary-color: #4b9cd3;--accent-color: #6bb6ff;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--text-primary: #1a202c;--text-secondary: #4a5568;--text-light: #718096;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f7fafc;--bg-dark: #1a202c;--bg-overlay: rgba(0, 0, 0, .5);--border-color: #e2e8f0;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition: all .3s ease;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", serif}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}@media (max-width: 768px){html{scroll-behavior:auto}}body{overflow-x:hidden;width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-display)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media (min-width: 768px){.container{padding:0 2rem}}.section{padding:4rem 0;width:100%;overflow-x:hidden}@media (min-width: 768px){.section{padding:6rem 0}}.section--light{background-color:var(--bg-secondary)}.section--dark{background-color:var(--bg-dark);color:var(--text-white)}.section--dark p{color:#fffc}.section-header{text-align:center;margin-bottom:3rem}@media (min-width: 768px){.section-header{margin-bottom:4rem}}.section-header .subtitle{color:var(--primary-color);font-size:1.125rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.section-header p{max-width:600px;margin:0 auto;font-size:1.125rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);position:relative;overflow:hidden;white-space:nowrap}@media (max-width: 768px){.btn{padding:.75rem 1.5rem;font-size:.875rem}}@media (max-width: 480px){.btn{padding:.625rem 1rem;font-size:.8rem}.btn span{display:none}.btn i{margin:0}}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:var(--primary-color);color:var(--text-white)}.btn--primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn--secondary:hover{background-color:var(--primary-color);color:var(--text-white)}.btn--white{background-color:var(--bg-primary);color:var(--primary-color)}.btn--white:hover{background-color:var(--bg-secondary);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--large{padding:1.125rem 2.5rem;font-size:1.125rem}.btn--icon{display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 768px){.btn--icon{justify-content:center;text-align:center}}.card{background-color:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem;transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1.25rem;font-size:1rem;font-family:inherit;border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--bg-primary);transition:var(--transition)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #1a54901a}.form-group textarea{resize:vertical;min-height:120px}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--text-white);animation:spin .8s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.grid{display:grid;gap:2rem}@media (min-width: 768px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid--3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 640px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid--4{grid-template-columns:repeat(4,1fr)}}.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}@media print{.no-print{display:none!important}}@media (max-width: 768px){*{-webkit-transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden;perspective:1000px}html{scroll-behavior:auto}body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;position:relative;min-height:100vh;min-height:-webkit-fill-available}.container{-webkit-transform:translateZ(0);transform:translateZ(0)}#root{min-height:100vh;min-height:-webkit-fill-available}}.scheduler-wrapper{margin-top:3rem}.scheduler-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;min-height:600px;position:relative;overflow:hidden}@media (max-width: 768px){.scheduler-container{padding:1.5rem;min-height:500px}}.scheduler-container .rw-embed-wrap{width:100%;position:relative;z-index:1}.scheduler-container .rw-embed-wrap iframe{width:100%!important;border:none!important;border-radius:8px;min-height:600px}.scheduler-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.scheduler-loading .spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.scheduler-loading p{color:var(--text-gray);font-size:1.125rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact{position:relative;overflow:hidden}.contact:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,84,144,.1) 0%,transparent 50%);pointer-events:none}.contact .section-header h2,.contact .section-header h3{color:#fff}.contact .section-header p{color:#fffc}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;position:relative;z-index:1}@media (max-width: 1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:all .3s ease}.contact-card:hover{background:#ffffff1a;border-color:var(--primary-color);transform:translateY(-5px)}.contact-card:hover .contact-card__icon{background:var(--primary-color);transform:scale(1.1)}.contact-card__icon{width:60px;height:60px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;color:#fff;transition:all .3s ease}.contact-card__title{color:#fff;font-size:1.125rem;margin-bottom:.75rem}.contact-card__content{display:flex;flex-direction:column;gap:.25rem;color:#fffc;font-size:.95rem}.contact-card__content a{color:#fffc;text-decoration:none;display:flex;flex-direction:column;gap:.25rem;transition:color .3s ease}.contact-card__content a:hover{color:#fff}.contact-card__note{margin-top:.75rem;font-size:.875rem;color:#fff9}.contact-map{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);overflow:hidden;margin-bottom:3rem}.contact-map .map-container{position:relative;padding-bottom:400px;height:0;overflow:hidden}.contact-map .map-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.contact-map .map-cta{padding:2rem;text-align:center;background:#1a54901a}.contact-map .map-cta h4{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.contact-map .map-cta p{color:#fffc;margin-bottom:1.5rem}.contact .social-section{text-align:center}.contact .social-section h4{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.contact .social-section .social-links{display:flex;justify-content:center;gap:1rem}.contact .social-section .social-link{width:50px;height:50px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;transition:all .3s ease}.contact .social-section .social-link:hover{background:var(--primary-color);border-color:var(--primary-color);transform:translateY(-3px) scale(1.1)}.footer{background:#0a1929;color:#fffc;padding:4rem 0 2rem}.footer__content{display:grid;grid-template-columns:2fr 3fr 1.5fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){.footer__content{grid-template-columns:1fr 2fr}.footer__content .footer__contact{grid-column:1/-1}}@media (max-width: 768px){.footer__content{grid-template-columns:1fr}}.footer__brand h3{color:#fff;font-size:2rem;margin-bottom:1rem}.footer__brand p{line-height:1.6;margin-bottom:1.5rem}.footer__brand .footer__book-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #667eea4d}.footer__brand .footer__book-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.footer__brand .footer__book-btn:active{transform:translateY(0)}.footer__brand .footer__book-btn i{font-size:1.1rem}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 640px){.footer__links{grid-template-columns:1fr;gap:1.5rem}}.footer__column h4{color:#fff;font-size:1.125rem;margin-bottom:1rem}.footer__column ul{list-style:none}.footer__column ul li{margin-bottom:.5rem}.footer__column ul li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer__column ul li a:hover{color:#fff}.footer__contact h4{color:#fff;font-size:1.125rem;margin-bottom:1rem}.footer__contact address{font-style:normal;line-height:1.6;margin-bottom:.5rem}.footer__contact p{margin-bottom:.5rem}.footer__contact p a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer__contact p a:hover{color:#fff}.footer__partners{padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);text-align:center}.footer__partners h5{color:#fff9;font-size:.875rem;font-weight:500;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer__partners .partners-list{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.footer__partners .partner-badge{background:#ffffff1a;padding:.375rem .875rem;border-radius:var(--radius-full);font-size:.875rem;color:#ffffffb3}.footer__bottom{padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.footer__bottom{flex-direction:column;text-align:center}}.footer__bottom p{color:#fff9;font-size:.875rem;margin:0}.footer__legal{display:flex;align-items:center;gap:1rem;font-size:.875rem}.footer__legal span{color:#ffffff4d}.footer__legal a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer__legal a:hover{color:#fff}
