*{box-sizing:border-box;margin:0;padding:0}:root{--navy-blue:#1e3a8a;--medical-blue:#2563eb;--sky-blue:#60a5fa;--white:#fff;--light-gray:#f8fafc;--text-dark:#1e293b;--text-gray:#64748b;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#1e3a8a;color:var(--navy-blue);font-family:Poppins,sans-serif;font-weight:600;line-height:1.2}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{height:auto;max-width:100%}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.fade-in{animation:fadeIn .6s ease-out}.slide-in{animation:slideIn .6s ease-out}svg{display:inline-block;vertical-align:middle}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;color:var(--text-gray);font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.page-hero{background:linear-gradient(135deg,#1e3a8a,#2563eb);background:linear-gradient(135deg,var(--navy-blue) 0,var(--medical-blue) 100%);padding:100px 0 60px;text-align:center}.page-hero,.page-hero h1{color:#fff;color:var(--white)}.page-hero h1{font-size:3rem;margin-bottom:1rem}.page-hero-subtitle{font-size:1.3rem;opacity:.95}.btn{border:none;border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:14px 32px;text-align:center;transition:all .3s ease}.btn-primary{background:#2563eb;background:var(--medical-blue);color:#fff;color:var(--white)}.btn-primary:hover{background:#1e3a8a;background:var(--navy-blue);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--white);border:2px solid #2563eb;border:2px solid var(--medical-blue);color:#2563eb;color:var(--medical-blue)}.btn-secondary:hover{background:#2563eb;background:var(--medical-blue);color:#fff;color:var(--white)}.btn-emergency{background:#dc2626;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;color:var(--white);font-size:1.1rem;padding:16px 36px}.btn-emergency:hover{background:#b91c1c;transform:scale(1.05)}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.page-hero h1{font-size:2rem}.page-hero-subtitle{font-size:1.1rem}.btn{font-size:.95rem;padding:12px 24px}}.header{background:var(--white);box-shadow:var(--shadow);position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{box-shadow:var(--shadow-lg)}.header-content{justify-content:space-between;max-height:110px;min-height:75px;padding:.75rem 0}.header-content,.logo{align-items:center;display:flex}.logo{gap:12px;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.logo-icon{align-items:center;display:flex;height:100%;justify-content:center;max-height:95px}.logo-icon img,.logo-image{display:block;height:auto;max-height:95px;max-width:350px;object-fit:contain;width:auto}.logo-text h1{color:var(--navy-blue);font-size:1.5rem;line-height:1.2;margin:0}.logo-text p{color:var(--text-gray);font-size:.85rem;font-weight:500;margin:0}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:var(--text-dark);font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav a.active,.nav a:hover{color:var(--medical-blue)}.nav a.active:after{bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.nav a.active:after,.nav-cta{background:var(--medical-blue)}.nav-cta{border-radius:6px;color:var(--white)!important;padding:10px 20px!important;transition:all .3s ease}.nav-cta:hover{background:var(--navy-blue);transform:translateY(-2px)}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px}.menu-toggle span{background:var(--navy-blue);border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:968px){.menu-toggle{display:flex}.nav{align-items:flex-start;background:var(--white);box-shadow:var(--shadow-lg);flex-direction:column;gap:1rem;left:0;padding:2rem;position:fixed;right:0;top:80px;transform:translateX(-100%);transition:transform .3s ease}.nav.open{transform:translateX(0)}.nav a{border-bottom:1px solid var(--light-gray);padding:1rem 0;width:100%}.nav a.active:after{display:none}.nav-cta{margin-top:1rem;text-align:center;width:100%}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}@media (max-width:480px){.header-content{max-height:80px;min-height:60px;padding:.5rem 0}.logo-icon img,.logo-image{max-height:50px;max-width:200px}.logo-text h1{font-size:1.2rem}.logo-text p{font-size:.75rem}}.hero{align-items:center;background:linear-gradient(135deg,var(--navy-blue) 0,var(--medical-blue) 100%);color:var(--white);display:flex;min-height:90vh;overflow:hidden;padding:100px 0 80px;position:relative}.hero-background{bottom:0;left:0;opacity:.1;position:absolute;right:0;top:0}.hero-pattern{animation:pulse 3s ease-in-out infinite;background-image:radial-gradient(circle at 20% 50%,#ffffff1a 2px,#0000 0),radial-gradient(circle at 80% 80%,#ffffff1a 2px,#0000 0);background-size:50px 50px;height:100%;width:100%}.hero-content{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.trust-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:30px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:2rem;padding:8px 20px}.hero-title{color:var(--white);font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.hero-cta{gap:1.5rem;margin-bottom:3rem}.hero-cta,.hero-features{display:flex;flex-wrap:wrap;justify-content:center}.hero-features{gap:3rem;margin-top:3rem}.feature-item{align-items:center;display:flex;font-size:1.1rem;font-weight:500;gap:10px}.feature-icon{font-size:1.5rem}@media (max-width:968px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}}@media (max-width:768px){.hero{min-height:80vh;padding:80px 0 60px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{align-items:center;flex-direction:column}.hero-features{flex-direction:column;gap:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}
/*# sourceMappingURL=main.df5e50e1.css.map*/