@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--color-primary: #164D67;--color-secondary: #4A7589;--color-accent: #88B6C8;--color-accent-light: #a8d4e6;--color-gray: #C8C8C8;--color-gray-dark: #6b7280;--color-white: #FFFFFF;--color-black: #1a1a1a;--color-green: #A8D5D2;--color-bg-light: #f8fafb;--color-bg-section: #f0f7fa;--font-heading: "Poppins", sans-serif;--font-body: "Poppins", sans-serif;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-md: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1);--shadow-xl: 0 25px 50px -12px rgb(0 0 0 / .25);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:130px}body{font-family:var(--font-body);color:var(--color-black);background:var(--color-white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--color-primary)}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);border:none;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background:var(--color-secondary);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-secondary:hover{background:var(--color-primary);color:var(--color-white)}.btn-green{background:var(--color-green);color:var(--color-white)}.btn-green:hover{background:#164d67;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.section-padding{padding:6rem 0}.section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.section-subtitle{font-size:.875rem;font-weight:600;color:var(--color-green);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.section-subtitle:before{content:"";width:40px;height:2px;background:var(--color-green)}.text-center{text-align:center}.text-center .section-subtitle{justify-content:center}.text-center .section-subtitle:before{display:none}@media(max-width:768px){.section-padding{padding:4rem 0}.container{padding:0 1rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg-light)}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:var(--transition)}.header-top{background:var(--color-primary);padding:.5rem 0}.header-top-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-top-left{display:flex;align-items:center;gap:2rem}.header-top-item{display:flex;align-items:center;gap:.5rem;color:var(--color-white);font-size:.875rem}.header-top-item svg{width:16px;height:16px;color:var(--color-accent)}.header-top-right{display:flex;align-items:center;gap:1rem}.social-links{display:flex;align-items:center;gap:.75rem}.social-links a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:var(--radius-full);color:var(--color-white);transition:var(--transition)}.social-links a:hover{background:var(--color-green);transform:translateY(-2px)}.header-main{background:var(--color-white);padding:1rem 0;box-shadow:var(--shadow)}.header-main-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:50px;width:auto}.nav-menu{display:flex;align-items:center;gap:2rem;list-style:none}.nav-menu li a{font-weight:500;color:var(--color-primary);padding:.5rem 0;position:relative}.nav-menu li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-green);transition:var(--transition)}.nav-menu li a:hover:after{width:100%}.nav-menu li a:hover{color:var(--color-green)}.header-cta{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn svg{width:28px;height:28px;color:var(--color-primary)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:120px;background:linear-gradient(135deg,var(--color-bg-light) 0%,var(--color-white) 50%,var(--color-bg-section) 100%);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(180deg,var(--color-accent) 0%,var(--color-secondary) 100%);opacity:.1;clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-green);color:var(--color-white);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;line-height:1.1}.hero-title span{color:var(--color-green)}.hero-description{font-size:1.125rem;color:var(--color-gray-dark);margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-gray)}.stat-item{text-align:center}.stat-number{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-primary);line-height:1}.stat-label{font-size:.875rem;color:var(--color-gray-dark);margin-top:.25rem}.hero-image{position:relative}.hero-image-main{width:100%;max-width:550px;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.hero-floating-card{position:absolute;background:var(--color-white);padding:1rem 1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:1rem}.hero-floating-card.top{top:10%;right:-20px}.hero-floating-card.bottom{bottom:15%;left:-20px}.floating-icon{width:50px;height:50px;background:var(--color-accent);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.floating-icon svg{color:var(--color-primary)}.floating-text h4{font-size:1rem;margin-bottom:.25rem}.floating-text p{font-size:.875rem;color:var(--color-gray-dark)}.quick-services{padding:4rem 0;background:var(--color-white);margin-top:-80px;position:relative;z-index:10}.quick-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.quick-service-card{background:var(--color-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:var(--transition);border:1px solid transparent}.quick-service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--color-accent)}.quick-service-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-secondary) 100%);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.quick-service-icon svg{width:32px;height:32px;color:var(--color-white)}.quick-service-card h4{font-size:1.125rem;margin-bottom:.5rem}.quick-service-card p{font-size:.875rem;color:var(--color-gray-dark)}.about{background:var(--color-white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-images{position:relative}.about-image-main{width:100%;max-width:450px;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.about-image-secondary{position:absolute;bottom:-30px;right:-30px;width:200px;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:5px solid var(--color-white)}.about-experience-badge{position:absolute;top:20px;left:-20px;background:var(--color-green);color:var(--color-white);padding:1.5rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg)}.about-experience-badge h3{font-size:2.5rem;color:var(--color-white);line-height:1}.about-experience-badge p{font-size:.875rem;margin-top:.25rem}.about-text p{color:var(--color-gray-dark);margin-bottom:1.5rem;line-height:1.8}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.about-feature{display:flex;align-items:center;gap:.75rem}.about-feature svg{color:var(--color-green);flex-shrink:0}.about-feature span{font-weight:500}.services{background:var(--color-bg-section)}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:2rem}.services-header-text{max-width:500px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--color-white);padding:2.5rem;border-radius:var(--radius-xl);transition:var(--transition);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-accent) 100%);transform:scaleX(0);transition:var(--transition)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--color-bg-section) 0%,var(--color-accent-light) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:40px;height:40px;color:var(--color-primary)}.service-card h4{font-size:1.25rem;margin-bottom:1rem}.service-card p{color:var(--color-gray-dark);margin-bottom:1.5rem;line-height:1.7}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:600}.service-link:hover{color:var(--color-green);gap:.75rem}.philosophy{background:var(--color-white)}.philosophy-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.philosophy-cards{display:grid;gap:1.5rem}.philosophy-card{background:var(--color-bg-light);padding:2rem;border-radius:var(--radius-lg);border-left:4px solid var(--color-primary);transition:var(--transition)}.philosophy-card:hover{background:var(--color-white);box-shadow:var(--shadow-lg);border-left-color:var(--color-green)}.philosophy-card h4{font-size:1.25rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.philosophy-card h4 svg{color:var(--color-green)}.philosophy-card p{color:var(--color-gray-dark);line-height:1.7}.philosophy-image{position:sticky;top:150px}.philosophy-image img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.team{background:var(--color-bg-section)}.team-header{text-align:center;margin-bottom:3rem}.team-header p{max-width:600px;margin:0 auto;color:var(--color-gray-dark)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team-card{background:var(--color-white);border-radius:var(--radius-xl);overflow:hidden;transition:var(--transition)}.team-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl)}.team-image{position:relative;overflow:hidden}.team-image img{width:100%;height:300px;object-fit:cover;transition:var(--transition)}.team-card:hover .team-image img{transform:scale(1.05)}.team-social{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#164d67e6);padding:2rem 1rem 1rem;display:flex;justify-content:center;gap:.75rem;opacity:0;transform:translateY(20px);transition:var(--transition)}.team-card:hover .team-social{opacity:1;transform:translateY(0)}.team-social a{width:40px;height:40px;background:var(--color-white);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--color-primary);transition:var(--transition)}.team-social a:hover{background:var(--color-green);color:var(--color-white)}.team-info{padding:1.5rem;text-align:center}.team-info h4{font-size:1.25rem;margin-bottom:.25rem}.team-info p{color:var(--color-green);font-weight:500}.testimonials{background:var(--color-primary);position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.testimonials-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.testimonials-header .section-subtitle{color:var(--color-accent)}.testimonials-header .section-subtitle:before{background:var(--color-accent)}.testimonials-header .section-title{color:var(--color-white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:1}.testimonial-card{background:var(--color-white);padding:2rem;border-radius:var(--radius-xl);position:relative}.testimonial-quote{position:absolute;top:-15px;left:20px;width:50px;height:50px;background:var(--color-green);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.testimonial-quote svg{color:var(--color-white);width:24px;height:24px}.testimonial-text{margin-top:1.5rem;color:var(--color-gray-dark);line-height:1.8;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-gray)}.testimonial-author img{width:50px;height:50px;border-radius:var(--radius-full);object-fit:cover}.testimonial-author-info h5{font-size:1rem;margin-bottom:.25rem}.testimonial-author-info p{font-size:.875rem;color:var(--color-gray-dark)}.testimonial-stars{display:flex;gap:.25rem;margin-top:.25rem}.testimonial-stars svg{width:16px;height:16px;color:#fbbf24}.appointment{background:var(--color-white)}.appointment-content{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.appointment-image{position:relative}.appointment-image img{width:100%;height:100%;object-fit:cover}.appointment-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#164d67e6,#4a7589cc);display:flex;flex-direction:column;justify-content:center;padding:3rem;color:var(--color-white)}.appointment-overlay h3{font-size:2rem;color:var(--color-white);margin-bottom:1rem}.appointment-overlay p{margin-bottom:2rem;opacity:.9}.appointment-info-list{display:flex;flex-direction:column;gap:1rem}.appointment-info-item{display:flex;align-items:center;gap:1rem}.appointment-info-item svg{color:var(--color-green)}.appointment-form{background:var(--color-bg-light);padding:3rem}.appointment-form h3{font-size:1.75rem;margin-bottom:.5rem}.appointment-form>p{color:var(--color-gray-dark);margin-bottom:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group.full{grid-column:span 2}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--color-primary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--color-gray);border-radius:var(--radius);font-family:var(--font-body);font-size:1rem;transition:var(--transition);background:var(--color-white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #164d671a}.form-group textarea{resize:vertical;min-height:100px}.form-submit{margin-top:1rem}.form-submit .btn{width:100%}.cta{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:var(--color-accent);border-radius:var(--radius-full);opacity:.1}.cta-content{text-align:center;position:relative;z-index:1;max-width:700px;margin:0 auto}.cta-content .section-subtitle{color:var(--color-accent)}.cta-content .section-title{color:var(--color-white);margin-bottom:1.5rem}.cta-content p{color:#ffffffe6;margin-bottom:2rem;font-size:1.125rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta .btn-secondary{border-color:var(--color-white);color:var(--color-white)}.cta .btn-secondary:hover{background:var(--color-white);color:var(--color-primary)}.footer{background:var(--color-black);color:var(--color-white);padding-top:5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .footer-logo{height:80px;margin-bottom:1.5rem}.footer-brand p{color:var(--color-gray);margin-bottom:1.5rem;line-height:1.7}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;background:#ffffff1a;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.footer-social a:hover{background:var(--color-green);transform:translateY(-3px)}.footer-column h4{color:var(--color-white);font-size:1.125rem;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--color-gray);transition:var(--transition)}.footer-links a:hover{color:var(--color-green);padding-left:5px}.footer-contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:var(--color-gray)}.footer-contact-item svg{color:var(--color-green);flex-shrink:0;margin-top:3px}.footer-bottom{padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:var(--color-gray);font-size:.875rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--color-gray);font-size:.875rem}.footer-legal a:hover{color:var(--color-green)}.footer-credits{width:100%;text-align:center;font-size:.8rem;color:#fff6;margin-top:.5rem}.footer-credits a{color:#ffffff80}.footer-credits a:hover{color:var(--color-green)}.mobile-menu{position:fixed;inset:0;background:var(--color-white);z-index:2000;padding:2rem;transform:translate(-100%);transition:var(--transition)}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-menu-close{background:none;border:none;cursor:pointer}.mobile-menu-close svg{width:28px;height:28px;color:var(--color-primary)}.mobile-nav{list-style:none}.mobile-nav li{border-bottom:1px solid var(--color-gray)}.mobile-nav a{display:block;padding:1rem 0;font-size:1.125rem;font-weight:500;color:var(--color-primary)}.mutuas{background:var(--color-bg-section);overflow:hidden}.mutuas-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.mutuas-header-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.mutuas-header-icon svg{color:var(--color-white)}.mutuas-header .section-subtitle:before{display:none}.mutuas-header p{color:var(--color-gray-dark);font-size:1.1rem;line-height:1.7;margin-top:.5rem}.mutuas-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.mutua-card{background:var(--color-white);border-radius:var(--radius-lg);padding:1.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:var(--transition);border:1px solid transparent;cursor:default}.mutua-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--color-accent)}.mutua-logo-wrapper{width:90px;height:90px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--color-bg-light);padding:.75rem;transition:var(--transition)}.mutua-card:hover .mutua-logo-wrapper{background:var(--color-white);box-shadow:0 4px 12px #164d671a}.mutua-logo-wrapper img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-full)}.mutua-name{font-size:.8125rem;font-weight:600;color:var(--color-primary);text-align:center;line-height:1.3}.whatsapp-fab{position:fixed;bottom:28px;right:28px;z-index:900;width:60px;height:60px;background:#25d366;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--color-white);box-shadow:0 4px 14px #25d36673;transition:box-shadow .3s ease,background .3s ease;cursor:pointer}.whatsapp-fab svg{width:32px;height:32px}.whatsapp-fab:before{content:"";position:absolute;inset:-4px;border-radius:var(--radius-full);border:2px solid rgba(37,211,102,.35);animation:whatsapp-ring 2.5s ease-out infinite}.whatsapp-fab:hover{background:#1ebe5c;box-shadow:0 6px 20px #25d3668c}.whatsapp-tooltip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);background:var(--color-black);color:var(--color-white);font-size:.8125rem;font-weight:500;padding:6px 12px;border-radius:var(--radius);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;transform:translateY(-50%) translate(6px)}.whatsapp-fab:hover .whatsapp-tooltip{opacity:1;transform:translateY(-50%) translate(0)}@keyframes whatsapp-ring{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text{max-width:100%}.hero-stats{justify-content:center}.hero-image{display:none}.quick-services-grid{grid-template-columns:repeat(2,1fr)}.about-content,.philosophy-content,.appointment-content{grid-template-columns:1fr}.about-images{max-width:500px;margin:0 auto}.services-grid,.team-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.mutuas-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.doctor-profile{grid-template-columns:1fr!important;text-align:center}.doctor-image{max-width:400px;margin:0 auto}}@media(max-width:768px){.header-top{display:none}.header-main{overflow:hidden}.nav-menu,.header-cta .btn{display:none}.mobile-menu-btn{display:block}.hero{padding-top:120px;min-height:auto;padding-bottom:60px;overflow:hidden}.hero-buttons{justify-content:center;flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.hero-stats{gap:1rem}.stat-number{font-size:2rem}.quick-services-grid,.services-grid,.team-grid,.testimonials-grid{grid-template-columns:1fr}.mutuas-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.mutua-card{padding:1.25rem .75rem}.mutua-logo-wrapper{width:72px;height:72px}.quick-services{margin-top:0;padding:2rem 0}.about-images{overflow:hidden;padding:1.5rem}.about-image-secondary{right:0;bottom:-10px;width:140px}.about-experience-badge{left:0;top:0;padding:1rem}.about-experience-badge h3{font-size:1.75rem}.about-features{grid-template-columns:1fr}.philosophy-image{display:none}.doctor-profile{grid-template-columns:1fr!important;gap:2rem!important}.doctor-image{max-width:280px;margin:0 auto;overflow:hidden}.doctor-image>div{position:static!important;display:inline-block;margin-top:1rem}.testimonials{padding:4rem 0}.testimonial-card{padding:1.5rem}.appointment-content{border-radius:var(--radius-lg)}.appointment-overlay{padding:2rem 1.5rem}.appointment-overlay h3{font-size:1.5rem}.appointment-form{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:span 1}.cta-content .section-title{font-size:1.75rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-social{justify-content:center}.footer-column{display:flex;flex-direction:column;align-items:center}.footer-contact-item{justify-content:center;text-align:left}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center;gap:1rem}.whatsapp-fab{bottom:20px;right:20px;width:54px;height:54px}.whatsapp-fab svg{width:28px;height:28px}.whatsapp-tooltip{display:none}}
