@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";
:root{--blue:#0b3d91;--blue-dark:#082d6b;--blue-light:#1a5eb8;--teal:#00897b;--teal-dark:#006a5e;--gold:#f59e0b;--gold-dark:#d97706;--red:#dc2626;--red-dark:#b91c1c;--green:#10b981;--bg:#f8fafc;--white:#fff;--text:#1e293b;--text-light:#334155;--muted:#64748b;--border:#e2e8f0;--light-blue:#eff6ff;--card-shadow:0 4px 24px #0b3d911a;--card-shadow-lg:0 12px 40px #0b3d9126;--transition:.3s cubic-bezier(.4, 0, .2, 1);--radius:16px;--radius-sm:10px;--radius-lg:24px;--max-width:1320px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-padding{padding:100px 0}.section-padding-sm{padding:60px 0}.section-tag{background:var(--light-blue);color:var(--blue);letter-spacing:.5px;text-transform:uppercase;border-radius:20px;margin-bottom:14px;padding:6px 16px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;display:inline-block}.section-header{text-align:center;margin-bottom:56px}.section-header h2{color:var(--text);margin-bottom:14px;font-size:clamp(28px,3.5vw,44px)}.section-header p{color:var(--muted);max-width:580px;margin:0 auto;font-size:16px;line-height:1.7}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:8px;padding:14px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:var(--text)}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b59}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1.5px solid #ffffff59}.btn-secondary:hover{background:#ffffff40;transform:translateY(-2px)}.btn-outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.btn-outline:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}.btn-teal{background:var(--teal);color:#fff}.btn-teal:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 24px #00897b59}.btn-white{color:var(--blue);background:#fff}.btn-white:hover{background:var(--light-blue);transform:translateY(-2px)}.btn-sm{padding:10px 20px;font-size:13px}.btn-lg{padding:16px 32px;font-size:16px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes drift{0%{background-position:0 0}to{background-position:120px 120px}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ring{0%{opacity:.8;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-fade-in-up{animation:.6s ease-out fadeInUp}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--blue-dark)}@media (max-width:768px){.container{padding:0 16px}.section-padding{padding:60px 0}.section-padding-sm{padding:40px 0}}
.Header-module__hBw1pG__emergencyBar{color:#fff;text-align:center;z-index:1001;background:linear-gradient(90deg,#dc2626,#b91c1c);padding:10px 20px;font-size:13px;font-weight:500;position:sticky;top:0}.Header-module__hBw1pG__emergencyContent{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__pulse{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.2s infinite Header-module__hBw1pG__pulse;display:inline-block}@keyframes Header-module__hBw1pG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.Header-module__hBw1pG__emergencyBar a{color:#fff;border-bottom:1px solid #ffffff80;font-weight:700;text-decoration:none;transition:all .2s}.Header-module__hBw1pG__emergencyBar a:hover{border-bottom-color:#fff}.Header-module__hBw1pG__divider{opacity:.5}.Header-module__hBw1pG__nav{z-index:1000;background:#fff;padding:0 40px;transition:all .3s;position:sticky;top:38px;box-shadow:0 2px 16px #0b3d910f}.Header-module__hBw1pG__navScrolled{box-shadow:0 4px 24px #0b3d911f}.Header-module__hBw1pG__navInner{justify-content:space-between;align-items:center;max-width:1320px;height:72px;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;background:#fff;border:1.5px solid #f1f5f9;border-radius:12px;width:80px;height:80px;padding:4px;transition:all .3s;box-shadow:0 4px 16px #0b3d9114}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoImage{transform:scale(1.06);box-shadow:0 6px 20px #0b3d911f}.Header-module__hBw1pG__logoIcon{color:#fff;background:linear-gradient(135deg,#0b3d91,#1a5eb8);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-family:Playfair Display,serif;font-size:20px;font-weight:900;display:flex}.Header-module__hBw1pG__logoText{line-height:1.15}.Header-module__hBw1pG__logoText strong{color:#0b3d91;font-family:Playfair Display,serif;font-size:16px;font-weight:700;display:block}.Header-module__hBw1pG__logoText span{color:#64748b;font-size:11px}.Header-module__hBw1pG__navLinks{align-items:center;gap:2px;list-style:none;display:flex}.Header-module__hBw1pG__navLinks>li>a,.Header-module__hBw1pG__dropBtn{color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:8px 14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.Header-module__hBw1pG__navLinks>li>a:hover,.Header-module__hBw1pG__dropBtn:hover{color:#0b3d91;background:#eff6ff}.Header-module__hBw1pG__arrow{font-size:10px;transition:transform .2s;display:inline-block}.Header-module__hBw1pG__arrowOpen{transform:rotate(180deg)}.Header-module__hBw1pG__dropBtnActive{color:#0b3d91;background:#eff6ff}.Header-module__hBw1pG__navCta{color:#1e293b!important;background:#f59e0b!important;border-radius:10px!important;padding:10px 20px!important;font-weight:600!important;transition:all .25s!important}.Header-module__hBw1pG__navCta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #f59e0b4d;color:#fff!important;background:#d97706!important}.Header-module__hBw1pG__hasDropdown{position:relative}.Header-module__hBw1pG__hasDropdown:after{content:"";width:100%;height:12px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__hasDropdown:hover:after{display:block}.Header-module__hBw1pG__dropdown{visibility:hidden;opacity:0;pointer-events:none;background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-width:280px;max-height:420px;padding:12px;transition:opacity .18s,transform .18s,visibility 0s linear .18s;position:absolute;top:calc(100% + 4px);left:50%;overflow-y:auto;transform:translate(-50%)translateY(-6px);box-shadow:0 16px 48px #0000001f}.Header-module__hBw1pG__dropdownOpen{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transition:opacity .18s,transform .18s,visibility linear!important;transform:translate(-50%)translateY(0)!important}.Header-module__hBw1pG__dropdown::-webkit-scrollbar{width:5px}.Header-module__hBw1pG__dropdown::-webkit-scrollbar-track{background:#eff6ff;border-radius:10px}.Header-module__hBw1pG__dropdown::-webkit-scrollbar-thumb{background:#93c5fd;border-radius:10px}.Header-module__hBw1pG__dropdown::-webkit-scrollbar-thumb:hover{background:#3b82f6}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__dropdown{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .18s,transform .18s,visibility linear;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdown a{white-space:nowrap;color:#1e293b;border-radius:8px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;text-decoration:none;transition:all .15s;display:flex}.Header-module__hBw1pG__dropdown a:hover{color:#0b3d91;background:#eff6ff}.Header-module__hBw1pG__viewAll{border-top:1px solid #e2e8f0;margin-top:8px;color:#0b3d91!important;padding-top:12px!important;font-weight:600!important}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:none;width:36px;height:36px;display:none;position:relative}.Header-module__hBw1pG__hamburgerLine,.Header-module__hBw1pG__hamburgerLine:before,.Header-module__hBw1pG__hamburgerLine:after{background:#1e293b;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block;position:absolute;left:6px}.Header-module__hBw1pG__hamburgerLine{top:50%;transform:translateY(-50%)}.Header-module__hBw1pG__hamburgerLine:before{content:"";top:-7px}.Header-module__hBw1pG__hamburgerLine:after{content:"";top:7px}.Header-module__hBw1pG__hamburgerOpen{background:0 0}.Header-module__hBw1pG__hamburgerOpen:before{top:0;transform:rotate(45deg)}.Header-module__hBw1pG__hamburgerOpen:after{top:0;transform:rotate(-45deg)}.Header-module__hBw1pG__overlay{display:none}@media (max-width:1024px){.Header-module__hBw1pG__nav{padding:0 16px}.Header-module__hBw1pG__hamburger{display:block}.Header-module__hBw1pG__navLinks{z-index:1003;background:#fff;flex-direction:column;align-items:flex-start;gap:4px;width:320px;height:100vh;padding:80px 24px 24px;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-8px 0 32px #00000026}.Header-module__hBw1pG__navLinksOpen{right:0}.Header-module__hBw1pG__navLinks>li{width:100%}.Header-module__hBw1pG__navLinks>li>a,.Header-module__hBw1pG__dropBtn{justify-content:flex-start;width:100%;padding:12px 16px;font-size:15px}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__dropdown{visibility:hidden;opacity:0;pointer-events:none}.Header-module__hBw1pG__dropdown{box-shadow:none;visibility:hidden;opacity:0;pointer-events:none;border:none;border-left:3px solid #bfdbfe;border-radius:0;width:100%;min-width:0;max-height:0;margin-top:4px;padding:0;transition:none;display:block;position:static;overflow:hidden;transform:none}.Header-module__hBw1pG__dropdownOpen{visibility:visible!important;opacity:1!important;pointer-events:auto!important;max-height:none!important;padding:6px 0 6px 14px!important;overflow:visible!important;transform:none!important}.Header-module__hBw1pG__dropdown a{white-space:normal;border-radius:8px;width:100%;padding:11px 12px;font-size:14px}.Header-module__hBw1pG__navCta{margin-top:12px;text-align:center!important;justify-content:center!important;width:100%!important}.Header-module__hBw1pG__overlay{z-index:1001;background:#0006;animation:.3s Header-module__hBw1pG__fadeIn;display:block;position:fixed;inset:0}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0}to{opacity:1}}}@media (max-width:480px){.Header-module__hBw1pG__emergencyContent{gap:6px;font-size:11px}.Header-module__hBw1pG__logoText strong{font-size:14px}}
.Footer-module__S6Hkya__footer{color:#fffc;background:linear-gradient(#0f172a,#1e293b);padding:80px 24px 28px}.Footer-module__S6Hkya__footerGrid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1320px;margin:0 auto;padding-bottom:48px;display:grid}.Footer-module__S6Hkya__footerBrand{padding-right:20px}.Footer-module__S6Hkya__brandLogo{color:inherit;align-items:center;gap:12px;margin-bottom:16px;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoImage{object-fit:cover;border-radius:8px;flex-shrink:0;width:50px;height:50px}.Footer-module__S6Hkya__brandLogo h3{color:#fff;font-family:Playfair Display,serif;font-size:18px}.Footer-module__S6Hkya__footerBrand>p{color:#fff9;margin-bottom:24px;font-size:14px;line-height:1.7}.Footer-module__S6Hkya__socialLinks{gap:10px;display:flex}.Footer-module__S6Hkya__socialLinks a{color:#ffffffb3;background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.Footer-module__S6Hkya__socialLinks a:hover{color:#fff;background:#0b3d91;transform:translateY(-2px)}.Footer-module__S6Hkya__footerCol h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}.Footer-module__S6Hkya__footerCol ul{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__S6Hkya__footerCol ul li a,.Footer-module__S6Hkya__footerCol ul li span{color:#ffffff8c;font-size:14px;text-decoration:none;transition:all .2s;display:block}.Footer-module__S6Hkya__footerCol ul li a:hover{color:#f59e0b;transform:translate(3px)}.Footer-module__S6Hkya__viewAll{font-weight:600;color:#f59e0b!important}.Footer-module__S6Hkya__footerBottom{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1320px;margin:28px auto 0;font-size:13px;display:flex}.Footer-module__S6Hkya__footerBottomLinks{gap:20px;display:flex}.Footer-module__S6Hkya__footerBottomLinks a{color:#ffffff59;text-decoration:none;transition:all .2s}.Footer-module__S6Hkya__footerBottomLinks a:hover{color:#ffffffb3}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__S6Hkya__footer{padding:48px 16px 24px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column}}
.FloatingButtons-module__YJXJCq__whatsapp{cursor:pointer;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;animation:3s infinite FloatingButtons-module__YJXJCq__bounce;display:flex;position:fixed;bottom:100px;right:24px;box-shadow:0 4px 20px #25d36673}.FloatingButtons-module__YJXJCq__whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}@keyframes FloatingButtons-module__YJXJCq__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.FloatingButtons-module__YJXJCq__appointmentFab{color:#1e293b;cursor:pointer;z-index:999;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:30px;align-items:center;gap:6px;padding:14px 24px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:32px;right:24px;box-shadow:0 4px 24px #f59e0b73}.FloatingButtons-module__YJXJCq__appointmentFab:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f59e0b80}.FloatingButtons-module__YJXJCq__emergencyFab{cursor:pointer;z-index:999;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:170px;right:24px;box-shadow:0 4px 20px #dc262673}.FloatingButtons-module__YJXJCq__emergencyFab:hover{transform:scale(1.1);box-shadow:0 6px 28px #dc26268c}@media (max-width:768px){.FloatingButtons-module__YJXJCq__appointmentFab{border-radius:16px;justify-content:center;bottom:16px;left:16px;right:16px}.FloatingButtons-module__YJXJCq__whatsapp{bottom:80px}.FloatingButtons-module__YJXJCq__emergencyFab{bottom:80px;left:24px;right:auto}}
