@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #ffffff;--primary-color-rgb: 255, 255, 255;--accent-color: #ec4899;--accent-color-rgb: 236, 72, 153;--highlight-color: #ec4899;--highlight-color-rgb: 236, 72, 153;--success-color: #ec4899;--warning-color: #f59e0b;--error-color: #ef4444;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #ffffff;--text-secondary: #f1f5f9;--text-muted: #cbd5e1;--border-color: #e2e8f0;--border-color-light: #f1f5f9;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--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);--border-radius: .375rem;--border-radius-lg: .5rem;--border-radius-xl: .75rem;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: all .15s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .5s cubic-bezier(.4, 0, .2, 1);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}main{padding-top:0}html{scroll-padding-top:80px}*:focus{outline:2px solid var(--primary-color);outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}@media (max-width: 768px){.container{padding:0 var(--spacing-md)}}@media (max-width: 480px){.container{padding:0 var(--spacing-sm)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}:root{--primary-color: #ec4899;--primary-dark: #be185d;--secondary-color: #64748b;--accent-color: #f59e0b;--success-color: #ec4899;--warning-color: #f59e0b;--error-color: #ef4444;--text-primary: #1e293b;--text-secondary: #64748b;--text-light: #94a3b8;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-accent: #f1f5f9;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--border-radius: 8px;--border-radius-lg: 12px;--transition: all .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;color:var(--text-primary)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn-primary,.btn-secondary,.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:var(--transition);min-height:44px}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--bg-accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:1.5rem}.section-header h2{color:var(--text-primary);margin-bottom:1rem}.section-header p{color:var(--text-secondary);font-size:1.125rem;max-width:600px;margin:0 auto}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff}.loading-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem}.loading-screen h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.loading-screen p{font-size:1.125rem;color:#fffc}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.container{padding:0 1.5rem}.section-header{margin-bottom:3rem}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.btn-primary,.btn-secondary,.btn-outline{padding:.625rem 1.25rem;font-size:.875rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in-left{animation:fadeInLeft .6s ease-out}.fade-in-right{animation:fadeInRight .6s ease-out}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-color);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.navbar{position:fixed;top:0;left:0;right:0;background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);z-index:1000;transition:var(--transition)}.navbar.scrolled{background:#1e293bb3;box-shadow:var(--shadow-md)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{display:flex;flex-direction:row;align-items:center;gap:.75rem}.logo-icon{height:50px;width:auto;filter:brightness(0) invert(1);transition:all .3s ease}.logo-text{height:40px;width:auto;filter:brightness(0) invert(1);transition:all .3s ease}.nav-logo h2{color:var(--highlight-color);font-size:1.5rem;margin:0;line-height:1}.nav-logo span{color:#f1f5f9;font-size:.875rem;font-weight:500}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:var(--transition);cursor:pointer;position:relative;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.nav-link:hover{color:var(--highlight-color)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--highlight-color);transition:var(--transition)}.nav-link:hover:after{width:100%}.nav-social{display:flex;align-items:center;gap:1rem}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;text-decoration:none;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.social-icon svg{width:20px;height:20px;transition:all .3s ease}.social-icon:hover{background:var(--highlight-color);border-color:var(--highlight-color);transform:translateY(-2px);box-shadow:0 4px 15px #ec48994d;color:#fff}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px;padding:8px}.hamburger span{width:25px;height:3px;background:#fff;transition:var(--transition);border-radius:2px;box-shadow:1px 1px 3px #000000b3}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 1024px){.logo-icon{height:45px}.logo-text{height:35px}}@media (max-width: 768px){.nav-social{gap:.75rem}.social-icon{width:35px;height:35px;font-size:1rem}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#1e293be6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;gap:1.5rem;transition:var(--transition);box-shadow:var(--shadow-lg)}.nav-menu.active{left:0}.nav-link{font-size:1.125rem;padding:.5rem 1rem;border-radius:var(--border-radius);transition:var(--transition)}.nav-link:hover{background:var(--bg-accent)}.nav-cta{display:none}.hamburger{display:flex}.nav-container{padding:0 1.5rem}}@media (max-width: 480px){.nav-container{height:60px}.nav-menu{top:60px;height:calc(100vh - 60px)}.logo-icon{height:40px}.logo-text{height:30px}.nav-logo h2{font-size:1.25rem}.nav-logo span{font-size:.75rem}}.hero{min-height:100vh;background:transparent;display:flex;align-items:center;padding-top:70px;position:relative;overflow:hidden}.hero:before{display:none}.hero-container{max-width:100vw;width:100vw;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:.4fr .6fr;gap:4rem;align-items:center}.hero-title{font-size:3.2rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5)}.hero-title .highlight{background:linear-gradient(135deg,var(--highlight-color),#be185d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.hero-subtitle{font-size:1.15rem;line-height:1.6;color:#fff;margin-bottom:2rem;max-width:500px;text-shadow:1px 1px 4px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.4)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.5rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--highlight-color);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#ffffffe6;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.doctor-image-placeholder{width:400px;height:500px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:var(--border-radius-lg);position:relative;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl);overflow:hidden}.doctor-image-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.image-overlay{text-align:center;color:#fff;z-index:1;position:relative}.image-overlay h3{font-size:2rem;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.8)}.image-overlay p{font-size:1.125rem;color:#fffffff2;margin:0;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.scroll-arrow{width:30px;height:30px;border:2px solid var(--primary-color);border-top:none;border-left:none;transform:rotate(45deg);animation:arrowDown 2s infinite}@keyframes arrowDown{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(10px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 1024px){.hero-content{gap:3rem}.hero-title{font-size:3rem}.doctor-image-placeholder{width:350px;height:450px}}@media (max-width: 768px){.hero{padding-top:60px;min-height:auto;padding-bottom:4rem}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem;margin:0 auto 2rem}.hero-stats{gap:1.5rem;margin-bottom:2rem}.stat-number{font-size:2rem}.hero-buttons{justify-content:center}.doctor-image-placeholder{width:300px;height:380px}.hero-scroll-indicator{display:none}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:1.75rem}.hero-buttons{flex-direction:column;align-items:center}.doctor-image-placeholder{width:250px;height:320px}.image-overlay h3{font-size:1.5rem}.image-overlay p{font-size:1rem}}.about{padding:2rem 0;background:transparent;position:relative;z-index:5}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:2rem}.about-text h3{color:#fff;margin-bottom:1.5rem;font-size:2rem;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.about-text img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--border-radius-lg)}.about-photo{width:100%;max-width:720px;aspect-ratio:16/9;overflow:hidden;margin:0;position:relative}.about-text p{font-size:1.125rem;line-height:1.7;color:#fffffff2;margin-bottom:2rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.credentials{margin-bottom:2rem}.credentials h4{color:#fff;margin-bottom:1rem;font-size:1.25rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.credentials ul{list-style:none;padding:0}.credentials li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#fffffff2;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.credentials li:before{content:"✓";position:absolute;left:0;color:var(--success-color);font-weight:700;font-size:1.125rem}.specializations{margin-top:2rem;margin-bottom:2rem}.specializations h4{color:#fff;margin-bottom:1rem;font-size:1.25rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.specializations p{color:#fffffff2;margin-bottom:1rem;font-size:1rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.specializations ul{list-style:none;padding:0}.specializations li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#fffffff2;text-shadow:1px 1px 3px rgba(0,0,0,.7);line-height:1.6}.specializations li:before{content:"🎗️";position:absolute;left:0;font-size:1.125rem}.specializations li strong{color:var(--highlight-color);font-weight:600}.approach h4{color:#fff;margin-bottom:1rem;font-size:1.25rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.approach p{font-size:1.125rem;line-height:1.7;color:#fffffff2;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.video-gallery{margin:2rem 0}.gallery-header{text-align:left;margin-bottom:1.5rem}.gallery-header h3{color:#fff;font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.gallery-header p{color:#ffffffe6;font-size:1.125rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.video-grid{display:grid;grid-template-columns:1fr;gap:15.5rem;width:100%;max-width:720px;margin:0}.video-card{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;overflow:visible;box-shadow:none;transition:none}.video-card:hover{transform:none;box-shadow:none}.video-container{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.video-container video{width:100%;height:100%;object-fit:cover;background:#000;border:none;outline:none}.video-container video:focus{outline:none}.video-content{padding:1.5rem;color:#fff}.video-content h4{font-size:1.5rem;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.9)}.video-content h5{font-size:1.125rem;color:var(--highlight-color);margin-bottom:.75rem;text-shadow:none}.video-content p{font-size:.95rem;line-height:1.5;color:#fffffff2;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.8)}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}.video-grid{grid-template-columns:1fr;gap:1.5rem;margin:0 1rem}.gallery-header h3{font-size:2rem}.gallery-header p{font-size:1rem}.video-content{padding:1.25rem}.video-content h4{font-size:1.25rem}.video-content h5{font-size:1rem}.video-content p{font-size:.9rem}}@media (max-width: 480px){.video-grid{margin:0 .5rem;gap:1rem}.gallery-header h3{font-size:1.75rem}.gallery-header p{font-size:.9rem}.video-content{padding:1rem}.video-content h4{font-size:1.125rem}.video-content h5{font-size:.9rem}.video-content p{font-size:.85rem}}.image-container{position:relative}.doctor-portrait{width:350px;height:450px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:var(--border-radius-lg);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.doctor-portrait:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 3s infinite}.portrait-overlay{text-align:center;color:#fff;z-index:1;position:relative}.portrait-overlay h4{font-size:1.75rem;margin-bottom:.5rem;color:#fff}.portrait-overlay p{font-size:1rem;color:#ffffffe6;margin:0}.experience-badge{position:absolute;bottom:-20px;right:-20px;background:var(--accent-color);color:#fff;padding:1rem;border-radius:50%;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow-lg)}.experience-badge .years{font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.experience-badge .text{font-size:.75rem;font-weight:500;line-height:1.2}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:var(--border-radius-lg);text-align:center;transition:var(--transition);border:1px solid rgba(255,255,255,.2)}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--highlight-color)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h4{color:#fff;margin-bottom:1rem;font-size:1.25rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.value-card p{color:#fffffff2;line-height:1.6;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.7)}@media (max-width: 1024px){.about-content{gap:3rem}.doctor-portrait{width:300px;height:400px}.experience-badge{width:90px;height:90px;bottom:-15px;right:-15px}.experience-badge .years{font-size:1.25rem}.experience-badge .text{font-size:.7rem}}@media (max-width: 768px){.about{padding:4rem 0}.about-content{grid-template-columns:1fr;gap:3rem;text-align:center}.about-text h3{font-size:1.75rem}.about-text p{font-size:1rem}.credentials li{text-align:left}.doctor-portrait{width:280px;height:360px}.experience-badge{width:80px;height:80px;bottom:-10px;right:-10px}.experience-badge .years{font-size:1.125rem}.experience-badge .text{font-size:.65rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:1.5rem}}@media (max-width: 480px){.about{padding:3rem 0}.about-content{gap:2rem}.about-text h3{font-size:1.5rem}.doctor-portrait{width:250px;height:320px}.portrait-overlay h4{font-size:1.5rem}.portrait-overlay p{font-size:.875rem}.experience-badge{width:70px;height:70px;bottom:-5px;right:-5px;padding:.75rem}.experience-badge .years{font-size:1rem}.experience-badge .text{font-size:.6rem}.value-card{padding:1.25rem}.value-icon{font-size:2.5rem}}.highlights{padding:80px 0;position:relative;z-index:2;color:#fff}.highlights .container{max-width:1200px;margin:0 auto;padding:0 20px}.highlights .section-header{text-align:center;margin-bottom:50px}.highlights-title{color:#e91e63!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:15px!important;text-shadow:2px 2px 8px rgba(0,0,0,.9)!important}.highlights .section-header h2{color:#e91e63!important;font-size:2.5rem;font-weight:700;margin-bottom:15px;text-shadow:2px 2px 8px rgba(0,0,0,.9)}.highlights .section-header p{color:#fff;font-size:1.1rem;text-shadow:2px 2px 8px rgba(0,0,0,.9);font-weight:500}.highlights-carousel-container{position:relative;width:80%;max-width:1400px;margin:0 auto;padding:0 80px 60px;overflow:visible}.highlights-carousel-slides{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;perspective:1500px;overflow:visible}.highlights-carousel-slide{position:absolute;width:70%;height:85%;transition:all .8s cubic-bezier(.68,-.55,.265,1.55);transform-style:preserve-3d;pointer-events:none;border-radius:25px;box-shadow:0 10px 40px #00000080;overflow:hidden}.highlights-carousel-slide.active{transform:translate(0) translateZ(0) rotateY(0) scale(1);opacity:1;z-index:3;pointer-events:auto}.highlights-carousel-slide.prev{transform:translate(-85%) translateZ(-300px) rotateY(25deg) scale(.8);opacity:.6;z-index:2;filter:brightness(.7)}.highlights-carousel-slide.next{transform:translate(85%) translateZ(-300px) rotateY(-25deg) scale(.8);opacity:.6;z-index:2;filter:brightness(.7)}.highlights-carousel-slide.hidden{transform:translate(0) translateZ(-500px) scale(.5);opacity:0;z-index:1}.highlights-slide-image-container{position:relative;width:100%;height:100%;border-radius:25px;overflow:hidden}.highlights-slide-image-container img{width:100%;height:100%;object-fit:cover;display:block}.highlights-slide-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);padding:40px 30px 30px;color:#fff;text-align:center;border-bottom-left-radius:25px;border-bottom-right-radius:25px}.highlights-slide-overlay h3{font-size:1.8rem;font-weight:700;margin-bottom:10px;color:#e91e63;text-shadow:2px 2px 6px rgba(0,0,0,.8)}.highlights-slide-overlay p{font-size:1.1rem;color:#ffffffe6;text-shadow:1px 1px 4px rgba(0,0,0,.8);font-weight:500}.highlights-carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#e91e63cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.8);color:#fff;font-size:2.5rem;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;box-shadow:0 4px 15px #00000080}.highlights-carousel-button:hover{background:#e91e63;transform:translateY(-50%) scale(1.15);box-shadow:0 6px 25px #e91e6399}.highlights-carousel-button.prev{left:20px}.highlights-carousel-button.next{right:20px}.highlights-carousel-indicators{display:flex;justify-content:center;gap:12px;margin-top:25px}.highlights-indicator{width:14px;height:14px;border-radius:50%;background:#ffffff80;border:2px solid rgba(255,255,255,.8);cursor:pointer;transition:all .3s ease;padding:0;box-shadow:0 2px 8px #0000004d}.highlights-indicator:hover{background:#fffc;transform:scale(1.2);box-shadow:0 3px 12px #0006}.highlights-indicator.active{background:#e91e63;border-color:#fff;transform:scale(1.4);box-shadow:0 4px 15px #e91e6399}@media (max-width: 1200px){.highlights-carousel-button.prev{left:15px}.highlights-carousel-button.next{right:15px}}@media (max-width: 768px){.highlights{padding:60px 0}.highlights .section-header h2{font-size:2rem}.highlights .section-header p{font-size:1rem}.highlights-carousel-container{padding:0 50px 60px}.highlights-carousel-slides{height:400px;perspective:1000px}.highlights-carousel-slide{width:95%;height:90%}.highlights-carousel-slide.prev{transform:translate(-75%) translateZ(-200px) rotateY(20deg) scale(.75)}.highlights-carousel-slide.next{transform:translate(75%) translateZ(-200px) rotateY(-20deg) scale(.75)}.highlights-carousel-button{width:45px;height:45px;font-size:2rem;background:#e91e63e6}.highlights-carousel-button.prev{left:10px}.highlights-carousel-button.next{right:10px}.highlights-slide-overlay{padding:25px 15px 15px;text-align:center}.highlights-slide-overlay h3{font-size:1.3rem;margin-bottom:0}.highlights-slide-overlay p{display:none}.highlights-indicator{width:10px;height:10px}}@media (max-width: 480px){.highlights-carousel-container{padding:0 40px 60px}.highlights-carousel-slides{height:300px;perspective:800px}.highlights-carousel-slide{width:98%}.highlights-carousel-slide.prev{transform:translate(-70%) translateZ(-150px) rotateY(15deg) scale(.7)}.highlights-carousel-slide.next{transform:translate(70%) translateZ(-150px) rotateY(-15deg) scale(.7)}.highlights .section-header h2{font-size:1.8rem}.highlights-carousel-button{width:35px;height:35px;font-size:1.5rem}.highlights-carousel-button.prev{left:5px}.highlights-carousel-button.next{right:5px}.highlights-slide-overlay{padding:15px 12px 12px;text-align:center}.highlights-slide-overlay h3{font-size:1.1rem;margin-bottom:0}.highlights-slide-overlay p{display:none}.highlights-carousel-indicators{gap:8px;margin-top:20px}.highlights-indicator{width:8px;height:8px}}.blog{padding:100px 0;background:transparent;position:relative;z-index:2}.blog .section-header{text-align:center;margin-bottom:60px}.blog .section-header h2{font-size:3rem;color:#ff1493;margin-bottom:20px;font-weight:700;text-shadow:0 0 20px rgba(255,20,147,.5)}.blog .section-header p{font-size:1.2rem;color:#fffffff2;max-width:600px;margin:0 auto;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.blog-content{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:start}.blog-sidebar{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px;border-radius:15px;box-shadow:0 10px 30px #0003;height:fit-content;position:sticky;top:100px;border:1px solid rgba(255,255,255,.2)}.blog-categories h3{color:#fff;margin-bottom:20px;font-size:1.3rem;font-weight:600;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.blog-categories ul{list-style:none;padding:0;margin:0}.blog-categories li{margin-bottom:10px}.blog-categories button{width:100%;padding:12px 16px;border:none;background:transparent;color:#fffc;text-align:left;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.blog-categories button:hover{background:#fff3;color:#fff}.blog-categories button.active{background:#e91e63;color:#fff}.blog-cta{margin-top:40px;padding-top:30px;border-top:1px solid rgba(255,255,255,.2)}.blog-cta h3{color:#fff;margin-bottom:15px;font-size:1.2rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.blog-cta p{color:#fffc;margin-bottom:20px;font-size:.95rem;line-height:1.5;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.blog-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.blog-post{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0003;transition:all .3s ease;height:fit-content;border:1px solid rgba(255,255,255,.2);cursor:pointer}.blog-post:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d;background:#ffffff26}.post-image{position:relative;height:200px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post:hover .post-image img{transform:scale(1.05)}.post-category{position:absolute;top:15px;left:15px;background:#e91e63;color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.post-content{padding:25px;margin-top:0}.post-meta{display:flex;justify-content:space-between;align-items:center;margin:0 0 15px;font-size:.9rem;color:#fffc;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.post-read-time{background:#fff3;padding:4px 8px;border-radius:12px;font-size:.8rem}.post-title{color:#fff;font-size:1.3rem;font-weight:700;margin:0 0 15px;line-height:1.4;transition:color .3s ease;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.blog-post:hover .post-title{color:#e91e63}.post-excerpt{color:#ffffffe6;line-height:1.6;margin-bottom:20px;font-size:.95rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.read-more{color:#e91e63;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:5px}.read-more:hover{color:#c2185b;gap:8px}.read-more:after{content:"→";transition:transform .3s ease}.read-more:hover:after{transform:translate(3px)}@media (max-width: 768px){.blog-content{grid-template-columns:1fr;gap:30px}.blog-sidebar{position:static;order:2}.blog-posts{order:1;grid-template-columns:1fr}.blog .section-header h2{font-size:2.5rem}.blog .section-header p{font-size:1.1rem}}@media (max-width: 480px){.blog{padding:60px 0}.blog .section-header h2{font-size:2rem}.post-content{padding:20px}.post-title{font-size:1.2rem}}.gallery-container{width:100%}.video-container{width:100%;margin:30px 0 40px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.video-container iframe{display:block;width:100%;height:500px;border:none;border-radius:15px}.gallery-container h3{font-size:2rem;color:#e91e63;text-align:center;margin-bottom:40px;font-weight:700;text-shadow:0 0 20px rgba(233,30,99,.5)}.gallery-description{max-width:900px;margin:-20px auto 20px;color:#fffffff2;font-size:1.05rem;line-height:1.7;text-align:center;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:20px 0}.gallery-item{position:relative;overflow:hidden;border-radius:15px;box-shadow:0 8px 25px #0000004d;transition:all .3s ease;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0006}.gallery-item img{width:100%;height:250px;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item.fullwidth{grid-column:1 / -1;width:100%}.gallery-item.fullwidth img{width:100%;height:auto;max-height:500px;object-fit:cover}.gallery-item.fullheight{height:400px}.gallery-item.fullheight img{height:100%;width:100%;object-fit:cover}.gallery-item.fullwidth.fullheight{grid-column:1 / -1;width:100%;height:500px}.gallery-item.fullwidth.fullheight img{width:100%;height:100%;object-fit:cover}.gallery-title{padding:20px 25px;background:linear-gradient(135deg,#fffffffa,#f8fafcf2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top:1px solid rgba(255,255,255,.3);box-shadow:0 -2px 10px #0000001a}.gallery-title h4{margin:0;font-size:1.1rem;font-weight:700;color:#2d3748;text-align:center;line-height:1.5;letter-spacing:.025em;text-transform:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-item img{height:200px}.gallery-container h3{font-size:1.5rem;margin-bottom:30px}.gallery-title{padding:15px 18px}.gallery-title h4{font-size:1rem;font-weight:600}.video-container{margin:20px 0 30px}.video-container iframe{height:300px}}@media (max-width: 480px){.gallery-grid{grid-template-columns:1fr;gap:10px}.gallery-item img{height:200px}.gallery-container h3{font-size:1.3rem;margin-bottom:20px}.gallery-title{padding:12px 15px}.gallery-title h4{font-size:.9rem;font-weight:600;line-height:1.4}.video-container{margin:15px 0 25px}.video-container iframe{height:250px}}.blog-post-page{min-height:100vh;background:transparent;position:relative;z-index:2;padding:100px 0 50px;color:#fff}.blog-post-container{width:80%;max-width:1400px;margin:0 auto;padding:0 20px}.back-button{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;margin-bottom:30px;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.back-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.blog-post-content{background:#0006;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:15px;padding:40px;box-shadow:0 10px 30px #00000080;border:1px solid rgba(255,255,255,.3);overflow:visible}.post-header{margin-bottom:30px;text-align:center}.post-category{display:inline-block;background:#e91e63;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:25px}.post-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 20px;line-height:1.3;text-shadow:2px 2px 6px rgba(0,0,0,.8)}.post-meta{display:flex;justify-content:center;gap:30px;color:#fff;font-size:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.9);font-weight:500}.post-date{font-weight:500}.post-read-time{background:#fff3;padding:6px 12px;border-radius:12px;font-size:.9rem}.post-body .post-image{margin:40px 0;padding:20px 0;width:100%;height:auto;text-align:center}.post-body .post-image img{max-width:85%;border-radius:10px;box-shadow:0 5px 15px #0003}.post-excerpt{background:#ffffff0d;padding:25px;border-radius:10px;margin:30px 0;border-left:4px solid #e91e63}.post-excerpt p{color:#fff;font-size:1.1rem;line-height:1.6;margin:0;font-style:italic;text-shadow:2px 2px 8px rgba(0,0,0,.9);font-weight:500}.post-body{color:#fff;line-height:1.7;font-size:1.05rem;text-shadow:2px 2px 8px rgba(0,0,0,.9);font-weight:400}.post-body *{color:#fff!important;text-shadow:2px 2px 8px rgba(0,0,0,.9)}.post-body h2{color:#fff;font-size:1.8rem;font-weight:700;margin:40px 0 20px;text-shadow:2px 2px 6px rgba(0,0,0,.8)}.post-body h3{color:#fff;font-size:1.5rem;font-weight:600;margin:30px 0 15px;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.post-body h4{color:#fff;font-size:1.3rem;font-weight:600;margin:25px 0 12px;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.post-body p{color:#fff!important;margin-bottom:20px;text-shadow:2px 2px 8px rgba(0,0,0,.9)}.post-body ul,.post-body ol{margin:20px 0;padding-left:30px;color:#fff!important}.post-body li{margin-bottom:10px;color:#fff!important;text-shadow:2px 2px 8px rgba(0,0,0,.9)}.post-body strong{color:#fff;font-weight:600}.post-body a{color:#e91e63;text-decoration:none;font-weight:500;transition:color .3s ease}.post-body a:hover{color:#c2185b;text-decoration:underline}.loading,.not-found{text-align:center;padding:100px 20px;color:#fff}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #e91e63;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p,.not-found p{color:#fff;font-size:1.1rem;text-shadow:2px 2px 8px rgba(0,0,0,.9);font-weight:500}.not-found h1{color:#fff;font-size:2.5rem;margin-bottom:20px;text-shadow:2px 2px 8px rgba(0,0,0,.9);font-weight:700}@media (max-width: 768px){.blog-post-page{padding:80px 0 30px}.blog-post-container{width:95%;padding:0 15px}.blog-post-content{padding:25px}.post-category{margin-bottom:20px}.post-title{font-size:2rem;margin:0 0 15px}.post-meta{flex-direction:column;gap:10px;align-items:center}.post-body h2{font-size:1.5rem}.post-body h3{font-size:1.3rem}.post-body h4{font-size:1.1rem}.post-body{font-size:1rem}}@media (max-width: 480px){.blog-post-content{padding:20px}.post-category{margin-bottom:15px}.post-title{font-size:1.8rem;margin:0 0 15px}.post-body h2{font-size:1.3rem}.post-body h3{font-size:1.2rem}.post-body h4{font-size:1.1rem}}.services{padding:6rem 0;background:transparent;position:relative;z-index:5}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--primary-dark));transform:scaleX(0);transition:var(--transition)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.service-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.service-card p{color:#fffffff2;line-height:1.6;margin-bottom:1.5rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.service-features{list-style:none;padding:0;margin-bottom:2rem}.service-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#fffffff2;font-size:.95rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.service-features li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.25rem;text-shadow:none}.service-card .btn-outline{width:100%;justify-content:center}.services-cta{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));padding:4rem 2rem;border-radius:var(--border-radius-lg);text-align:center;color:#fff;box-shadow:var(--shadow-xl)}.cta-content h3{color:#fff;margin-bottom:1rem;font-size:2rem;text-shadow:2px 2px 6px rgba(0,0,0,.8)}.cta-content p{color:#fffffff2;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary{background:#fff;color:var(--primary-color)}.cta-buttons .btn-primary:hover{background:var(--bg-accent);transform:translateY(-2px)}.cta-buttons .btn-secondary{background:transparent;color:#fff;border-color:#fff}.cta-buttons .btn-secondary:hover{background:#fff;color:var(--primary-color)}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.service-card{padding:2rem}}@media (max-width: 768px){.services{padding:4rem 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.75rem}.service-icon{font-size:3rem;margin-bottom:1.25rem}.service-card h3{font-size:1.375rem}.services-cta{padding:3rem 1.5rem}.cta-content h3{font-size:1.75rem}.cta-content p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.services{padding:3rem 0}.service-card{padding:1.5rem}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{font-size:1.25rem}.service-features li{font-size:.875rem}.services-cta{padding:2.5rem 1rem}.cta-content h3{font-size:1.5rem}.cta-content p{font-size:.95rem}}.experience{padding:6rem 0;background:transparent;position:relative;z-index:5}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,var(--highlight-color) 0%,#be185d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.section-header p{font-size:1.125rem;color:#fffffff2;max-width:600px;margin:0 auto;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.experience-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:4rem}.timeline-section h3,.awards-section h3{color:#fff;margin-bottom:2rem;font-size:1.75rem;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--highlight-color) 0%,#be185d 100%);box-shadow:0 0 10px #0000001a}.timeline-item{position:relative;margin-bottom:3rem;padding-left:4rem;transition:all .3s ease}.timeline-item:hover{transform:translate(0)}.timeline-item:hover .timeline-marker{transform:scale(1.2);box-shadow:0 0 20px #ec489999}.timeline-marker{position:absolute;left:11px;top:0;width:20px;height:20px;background:var(--highlight-color);border:4px solid white;border-radius:50%;box-shadow:var(--shadow-sm);z-index:1;transition:all .3s ease;cursor:pointer}.timeline-marker:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.timeline-item:hover .timeline-marker:before{opacity:1}.timeline-content{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.2);position:relative;transition:all .3s ease;box-shadow:var(--shadow-sm)}.timeline-content:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.timeline-content:before{content:"";position:absolute;left:-8px;top:20px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid var(--bg-secondary);transition:border-right-color .3s ease}.timeline-content:hover:before{border-right-color:var(--bg-secondary)}.timeline-year{display:inline-block;background:linear-gradient(135deg,var(--highlight-color) 0%,#be185d 100%);color:#fff;padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.875rem;font-weight:600;margin-bottom:1rem;box-shadow:var(--shadow-sm);transition:all .3s ease}.timeline-content:hover .timeline-year{transform:scale(1.05);box-shadow:var(--shadow-md)}.timeline-content h4{color:#fff;margin-bottom:.5rem;font-size:1.25rem;transition:color .3s ease;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.timeline-content:hover h4{color:var(--highlight-color)}.timeline-content h5{color:var(--highlight-color);margin-bottom:1rem;font-size:1rem;font-weight:500;transition:color .3s ease}.timeline-content:hover h5{color:#be185d}.timeline-content p{color:#fffffff2;line-height:1.6;margin-bottom:1.5rem;transition:color .3s ease;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.timeline-content:hover p{color:#fff}.achievements{list-style:none;padding:0}.achievements li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#fffffff2;font-size:.95rem;transition:all .3s ease;cursor:pointer;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.achievements li:hover{color:#fff;transform:translate(5px)}.achievements li:before{content:"✓";position:absolute;left:0;color:var(--success-color);font-weight:700;font-size:1rem;transition:all .3s ease}.achievements li:hover:before{transform:scale(1.2);color:var(--primary-color)}.awards-grid{display:grid;gap:1.5rem}.award-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:var(--border-radius-lg);text-align:center;border:1px solid rgba(255,255,255,.2);transition:var(--transition);cursor:pointer}.award-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--accent-color)}.award-icon{font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.award-card:hover .award-icon{transform:scale(1.1) rotate(5deg)}.award-card h4{color:#fff;margin-bottom:.5rem;font-size:1.125rem;transition:color .3s ease;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.award-card:hover h4{color:var(--highlight-color)}.award-year{color:var(--highlight-color);font-weight:600;font-size:.875rem;margin-bottom:.25rem;transition:color .3s ease}.award-card:hover .award-year{color:#be185d}.award-org{color:#fffffff2;font-size:.875rem;margin:0;transition:color .3s ease;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.award-card:hover .award-org{color:#fff}.stats-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2rem;border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.stats-section:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center;transition:all .3s ease;cursor:pointer}.stat-item:hover{transform:translateY(-5px)}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--highlight-color);line-height:1;margin-bottom:.5rem;transition:all .3s ease}.stat-item:hover .stat-number{transform:scale(1.1);color:#be185d}.stat-label{color:#fffffff2;font-size:.875rem;font-weight:500;line-height:1.3;transition:color .3s ease;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.stat-item:hover .stat-label{color:#fff}.timeline-item.animate-in{opacity:1;transform:translate(0)}.timeline-marker.animate-in{transform:scale(1);opacity:1}.timeline-content.animate-in{opacity:1;transform:translate(0)}@media (max-width: 1024px){.experience-content{gap:3rem}.timeline-item{padding-left:3rem}.timeline-marker{left:6px}.timeline-content:before{left:-6px}}@media (max-width: 768px){.experience{padding:4rem 0}.experience-content{grid-template-columns:1fr;gap:3rem}.timeline-section h3,.awards-section h3{font-size:1.5rem;text-align:center}.timeline:before{left:15px}.timeline-item{padding-left:2.5rem;margin-bottom:2rem}.timeline-marker{left:1px;width:18px;height:18px}.timeline-content:before{left:-6px}.timeline-content{padding:1.5rem}.timeline-year{font-size:.8rem;padding:.375rem .75rem}.timeline-content h4{font-size:1.125rem}.awards-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stats-section{padding:2rem 1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2rem}}@media (max-width: 480px){.experience{padding:3rem 0}.timeline-item{padding-left:2rem;margin-bottom:1.5rem}.timeline-marker{left:-2px;width:16px;height:16px}.timeline-content{padding:1.25rem}.timeline-content:before{left:-5px}.timeline-year{font-size:.75rem;padding:.25rem .5rem}.timeline-content h4{font-size:1rem}.timeline-content h5,.achievements li{font-size:.875rem}.awards-grid{grid-template-columns:1fr}.award-card{padding:1.25rem}.award-icon{font-size:2rem}.stats-section{padding:1.5rem 1rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.8rem}}.testimonials{padding:6rem 0;background:transparent;position:relative;z-index:5}.testimonials-container{max-width:800px;margin:0 auto 4rem;position:relative}.testimonial-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.2);text-align:center;position:relative}.testimonial-card:before{content:'"';position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:4rem;color:var(--highlight-color);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 1rem;line-height:1;text-shadow:none}.testimonial-content{position:relative;z-index:1}.testimonial-avatar{font-size:4rem;margin-bottom:1.5rem;display:block}.testimonial-rating{margin-bottom:1.5rem;font-size:1.25rem}.testimonial-text{font-size:1.125rem;line-height:1.7;color:#fffffff2;margin-bottom:1.5rem;font-style:italic;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.testimonial-link{margin-bottom:1.5rem;text-align:center}.google-review-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--highlight-color);text-decoration:none;font-size:.9rem;padding:.5rem 1rem;border:1px solid var(--highlight-color);border-radius:var(--border-radius);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.google-review-link:hover{background:var(--highlight-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #ec48994d}.testimonial-author h4{color:#fff;margin-bottom:.5rem;font-size:1.25rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.patient-info{color:#fffffff2;font-size:.95rem;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.testimonial-navigation{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.nav-btn{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);font-size:1.25rem;font-weight:700}.nav-btn:hover{border-color:var(--highlight-color);color:var(--highlight-color);transform:scale(1.1)}.nav-btn:active{transform:scale(.95)}.testimonial-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:var(--transition)}.dot.active{background:var(--highlight-color);transform:scale(1.2)}.dot:hover{background:var(--highlight-color)}.testimonials-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.testimonials-stats .stat-item{text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.2);transition:var(--transition)}.testimonials-stats .stat-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.testimonials-stats .stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--highlight-color);line-height:1;margin-bottom:.5rem;text-shadow:none}.testimonials-stats .stat-label{color:#fffffff2;font-size:.875rem;font-weight:500;line-height:1.3;text-shadow:1px 1px 3px rgba(0,0,0,.7)}@media (max-width: 1024px){.testimonial-card{padding:2.5rem}.testimonial-avatar{font-size:3.5rem}.testimonial-text{font-size:1.0625rem}}@media (max-width: 768px){.testimonials{padding:4rem 0}.testimonials-container{margin-bottom:3rem}.testimonial-card{padding:2rem}.testimonial-card:before{top:-15px;font-size:3rem}.testimonial-avatar{font-size:3rem;margin-bottom:1.25rem}.testimonial-rating{margin-bottom:1.25rem;font-size:1.125rem}.testimonial-text{font-size:1rem;margin-bottom:1.5rem}.testimonial-author h4{font-size:1.125rem}.patient-info{font-size:.875rem}.testimonial-navigation{gap:1.5rem;margin-top:1.5rem}.nav-btn{width:45px;height:45px;font-size:1.125rem}.testimonials-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonials-stats .stat-item{padding:1.5rem}.testimonials-stats .stat-number{font-size:2rem}}@media (max-width: 480px){.testimonials{padding:3rem 0}.testimonial-card{padding:1.5rem}.testimonial-card:before{top:-10px;font-size:2.5rem}.testimonial-avatar{font-size:2.5rem;margin-bottom:1rem}.testimonial-rating{margin-bottom:1rem;font-size:1rem}.testimonial-text{font-size:.95rem;margin-bottom:1.25rem}.testimonial-author h4{font-size:1rem}.patient-info{font-size:.8rem}.testimonial-navigation{gap:1rem;margin-top:1.25rem}.nav-btn{width:40px;height:40px;font-size:1rem}.dot{width:10px;height:10px}.testimonials-stats{grid-template-columns:1fr;gap:1rem}.testimonials-stats .stat-item{padding:1.25rem}.testimonials-stats .stat-number{font-size:1.75rem}.testimonials-stats .stat-label{font-size:.8rem}}.contact{padding:6rem 0;background:transparent;position:relative;z-index:5}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info h3,.contact-form h3{color:#fff;margin-bottom:2rem;font-size:1.75rem;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.info-item{display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.2);transition:var(--transition)}.info-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.info-icon{font-size:1.5rem;color:var(--primary-color);flex-shrink:0;text-shadow:none}.info-content h4{color:#fff;margin-bottom:.5rem;font-size:1.125rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.info-content p{color:#fffffff2;line-height:1.6;margin:0;font-size:.95rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.emergency-notice{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:1.5rem;border-radius:var(--border-radius-lg);margin-top:2rem}.emergency-notice h4{color:#fff;margin-bottom:.5rem;font-size:1.125rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.emergency-notice p{color:#fffffff2;margin:0;font-size:.95rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.contact-form{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.2)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#fff;font-weight:500;font-size:.95rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid rgba(255,255,255,.3);border-radius:var(--border-radius);font-size:1rem;transition:var(--transition);background:#ffffff1a;color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #ec48991a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;justify-content:center;font-size:1.125rem;padding:1rem 2rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.appointment-cta{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));padding:4rem 2rem;border-radius:var(--border-radius-lg);text-align:center;color:#fff;box-shadow:var(--shadow-xl)}.appointment-cta .cta-content h3{color:#fff;margin-bottom:1rem;font-size:2rem;text-shadow:2px 2px 6px rgba(0,0,0,.8)}.appointment-cta .cta-content p{color:#fffffff2;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.appointment-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.appointment-cta .btn-primary{background:#fff;color:var(--primary-color)}.appointment-cta .btn-primary:hover{background:var(--bg-accent);transform:translateY(-2px)}.appointment-cta .btn-secondary{background:transparent;color:#fff;border-color:#fff}.appointment-cta .btn-secondary:hover{background:#fff;color:var(--primary-color)}@media (max-width: 1024px){.contact-content{gap:3rem}.contact-form{padding:2rem}}@media (max-width: 768px){.contact{padding:4rem 0}.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info h3,.contact-form h3{font-size:1.5rem;text-align:center}.info-item{padding:1.25rem;margin-bottom:1.5rem}.info-icon{font-size:1.25rem}.info-content h4{font-size:1rem}.info-content p{font-size:.875rem}.emergency-notice{padding:1.25rem;margin-top:1.5rem}.contact-form{padding:1.75rem}.form-row{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:.95rem}.submit-btn{font-size:1rem;padding:.875rem 1.75rem}.appointment-cta{padding:3rem 1.5rem}.appointment-cta .cta-content h3{font-size:1.75rem}.appointment-cta .cta-content p{font-size:1rem}.appointment-cta .cta-buttons{flex-direction:column;align-items:center}.appointment-cta .btn-primary,.appointment-cta .btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.contact{padding:3rem 0}.contact-content{gap:2rem}.contact-info h3,.contact-form h3{font-size:1.375rem}.info-item{padding:1rem;margin-bottom:1.25rem;flex-direction:column;text-align:center;gap:.75rem}.info-icon{font-size:1.5rem}.info-content h4{font-size:.95rem}.info-content p{font-size:.8rem}.emergency-notice{padding:1rem;margin-top:1.25rem}.emergency-notice h4{font-size:1rem}.emergency-notice p{font-size:.875rem}.contact-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.625rem;font-size:.9rem}.form-group textarea{min-height:100px}.submit-btn{font-size:.95rem;padding:.75rem 1.5rem}.appointment-cta{padding:2.5rem 1rem}.appointment-cta .cta-content h3{font-size:1.5rem}.appointment-cta .cta-content p{font-size:.95rem}}.faq{padding:6rem 0;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-container{max-width:800px;margin:0 auto}.faq-item{margin-bottom:1rem;border-radius:var(--border-radius-lg);overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.faq-question{width:100%;padding:1.5rem;background:transparent;border:none;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;transition:all .3s ease}.faq-question:hover{background:#ffffff1a}.faq-question.active{background:#ffffff1a;border-bottom:1px solid rgba(255,255,255,.2)}.faq-icon{font-size:1.5rem;font-weight:700;transition:transform .3s ease}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{padding:1rem 1.5rem 1.5rem;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7);line-height:1.6;animation:fadeIn .3s ease}.faq-answer p{margin:0;font-size:1rem;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faq{padding:4rem 0}.faq-question{padding:1.25rem;font-size:1rem}.faq-answer{padding:.75rem 1.25rem 1.25rem}.faq-answer p{font-size:.9rem}}@media (max-width: 480px){.faq{padding:3rem 0}.faq-question{padding:1rem;font-size:.9rem}.faq-answer{padding:.75rem 1rem 1rem}.faq-answer p{font-size:.85rem}}.footer{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:4rem 0 2rem;position:relative;z-index:10}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo h3{color:var(--highlight-color);margin-bottom:.5rem;font-size:1.75rem}.footer-logo p{color:#cbd5e1;margin-bottom:.25rem;font-size:.95rem}.footer-logo span{color:#cbd5e1;font-size:.875rem;font-weight:500}.footer-description{color:#cbd5e1;line-height:1.6;margin-top:1rem;font-size:.95rem}.footer-section h4{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:var(--transition);font-size:.95rem}.footer-links a:hover{color:var(--highlight-color);padding-left:.5rem}.contact-info p{color:#cbd5e1;margin-bottom:.75rem;font-size:.95rem;line-height:1.5}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:var(--transition);text-shadow:1px 1px 3px rgba(0,0,0,.7)}.social-link svg{width:20px;height:20px;transition:all .3s ease}.social-link:hover{background:var(--highlight-color);transform:translateY(-3px);box-shadow:var(--shadow-md)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#cbd5e1;margin:0;font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-bottom-links a{color:#cbd5e1;text-decoration:none;font-size:.875rem;transition:var(--transition)}.footer-bottom-links a:hover{color:var(--highlight-color)}@media (max-width: 1024px){.footer-content{gap:2rem}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{grid-column:1 / -1;text-align:center}.footer-logo h3{font-size:1.5rem}.footer-description{text-align:center;margin-top:1.5rem}.footer-section h4{font-size:1rem;margin-bottom:1.25rem}.footer-links a,.contact-info p{font-size:.9rem}.social-links{justify-content:center;margin-top:1.25rem}.social-link{width:35px;height:35px;font-size:1.125rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{justify-content:center;gap:1.5rem}}@media (max-width: 480px){.footer{padding:2.5rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo h3{font-size:1.375rem}.footer-logo p{font-size:.875rem}.footer-logo span{font-size:.8rem}.footer-description{font-size:.875rem}.footer-section h4{font-size:.95rem;margin-bottom:1rem}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.875rem}.contact-info p{font-size:.875rem;margin-bottom:.5rem}.social-links{gap:.75rem;margin-top:1rem}.social-link{width:32px;height:32px;font-size:1rem}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.8rem}.footer-bottom-links{gap:1rem}.footer-bottom-links a{font-size:.8rem}}[class*=scroller-]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.first-vd-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1;overflow:hidden;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);background-size:cover;background-position:center}canvas{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.first-vd-wrapper video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}
