*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1a3a52;--secondary-color: #2c5f7f;--accent-color: #3a8fb7;--text-dark: #2d2d2d;--text-light: #6b6b6b;--bg-light: #f8f9fa;--bg-white: #ffffff;--border-color: #e0e0e0;--success-color: #28a745;--gradient-primary: linear-gradient(135deg, #1a3a52 0%, #2c5f7f 100%);--gradient-accent: linear-gradient(135deg, #2c5f7f 0%, #3a8fb7 100%);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 20px rgba(0, 0, 0, .15)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.section-title{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;text-align:center}.title-underline{width:80px;height:4px;background:var(--gradient-accent);margin:0 auto 2rem;border-radius:2px}.subsection-title{font-size:1.75rem;font-weight:600;color:var(--secondary-color);margin-bottom:1.5rem}@media(max-width:968px){.section-title{font-size:2.25rem}.subsection-title{font-size:1.65rem}}@media(max-width:768px){.section-title{font-size:2rem}.subsection-title{font-size:1.5rem}.title-underline{width:70px;height:3px}}@media(max-width:480px){body{font-size:15px}.section-title{font-size:1.75rem;margin-bottom:.875rem}.subsection-title{font-size:1.35rem;margin-bottom:1.25rem}.title-underline{width:60px;height:3px;margin:0 auto 1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}#root{width:100%;margin:0;padding:0}.navbar{position:fixed;top:0;width:100%;background:var(--bg-white);box-shadow:var(--shadow-sm);z-index:1000;transition:all .3s ease}.navbar.scrolled{box-shadow:var(--shadow-md);background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{cursor:pointer;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.02)}.logo-image{height:60px;width:auto;display:block;transition:all .3s ease}.navbar.scrolled .logo-image{height:50px}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu li a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1rem;cursor:pointer;transition:color .3s ease;position:relative}.nav-menu li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.nav-menu li a:hover{color:var(--accent-color)}.nav-menu li a:hover:after{width:100%}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:block;width:28px;height:2px;background:var(--primary-color);position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:28px;height:2px;background:var(--primary-color);transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.active{background:transparent}.hamburger.active:before{top:0;transform:rotate(45deg)}.hamburger.active:after{top:0;transform:rotate(-45deg)}@media(max-width:968px){.mobile-menu-toggle{display:block}.nav-menu{position:fixed;top:70px;right:-100%;width:280px;height:calc(100vh - 70px);background:var(--bg-white);flex-direction:column;padding:2rem;gap:0;box-shadow:-4px 0 10px #0000001a;transition:right .3s ease;overflow-y:auto}.nav-menu.mobile-open{right:0}.nav-menu li{width:100%;padding:1rem 0;border-bottom:1px solid var(--border-color)}.nav-menu li:last-child{border-bottom:none}.nav-menu li a{display:block;font-size:1.1rem;padding:.5rem 0}.nav-menu li a:after{bottom:0}}@media(max-width:768px){.nav-container{padding:.75rem 1rem}.logo-image{height:45px}.navbar.scrolled .logo-image{height:40px}}@media(max-width:480px){.logo-image{height:38px}.navbar.scrolled .logo-image{height:35px}.nav-menu{width:250px}.nav-menu li a{font-size:1rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:var(--bg-white);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.5}.hero-content{max-width:900px;text-align:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:3rem;line-height:1.6;opacity:.95;animation:fadeInUp 1s ease-out .2s backwards}.hero-features{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap;animation:fadeInUp 1.2s ease-out .4s backwards}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.feature-icon{font-size:1.5rem;color:var(--success-color);font-weight:700}.cta-button{padding:1rem 3rem;font-size:1.2rem;font-weight:600;color:var(--primary-color);background:var(--bg-white);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-lg);animation:fadeInUp 1.4s ease-out .6s backwards}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0000004d;background:var(--bg-light)}.cta-button:active{transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero{min-height:90vh;padding:5rem 2rem 3rem}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem}.hero-features{gap:2rem}}@media(max-width:768px){.hero{min-height:85vh;padding:5rem 1.5rem 3rem}.hero-title{font-size:2.2rem;margin-bottom:1.25rem}.hero-subtitle{font-size:1.15rem;margin-bottom:2rem}.hero-features{gap:1.25rem;margin-bottom:2.5rem}.feature-item{font-size:.95rem}.cta-button{padding:.875rem 2.25rem;font-size:1.05rem}}@media(max-width:480px){.hero{min-height:100vh;padding:5rem 1.25rem 2.5rem}.hero-title{font-size:1.75rem;line-height:1.3}.hero-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.5}.hero-features{flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{font-size:.9rem}.feature-icon{font-size:1.25rem}.cta-button{padding:.75rem 2rem;font-size:1rem;width:100%;max-width:280px}}.about{padding:6rem 2rem;background:var(--bg-white)}.about-container{max-width:1200px;margin:0 auto}.about-header{margin-bottom:3rem}.about-content{display:grid;gap:4rem}.about-text{max-width:900px;margin:0 auto}.about-description{font-size:1.125rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem;text-align:center}.about-description strong{color:var(--primary-color);font-weight:600}.why-choose{margin-top:3rem}.subsection-title{text-align:center;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.feature-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--bg-light);border-radius:12px;transition:all .3s ease;border-left:4px solid var(--accent-color)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);background:var(--bg-white)}.check-icon{font-size:1.5rem;color:var(--success-color);font-weight:700;flex-shrink:0}.feature-card span:last-child{font-size:1rem;line-height:1.6;color:var(--text-dark)}@media(max-width:968px){.about{padding:5rem 2rem}.features-grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-header{margin-bottom:2.5rem}.about-content{gap:2.5rem}.about-description{font-size:1rem;margin-bottom:1.25rem;text-align:left}.subsection-title{font-size:1.5rem;text-align:left}.features-grid{gap:1rem}.feature-card{padding:1.25rem}.check-icon{font-size:1.25rem}.feature-card span:last-child{font-size:.95rem}}@media(max-width:480px){.about{padding:3rem 1.25rem}.about-header{margin-bottom:2rem}.about-content{gap:2rem}.about-description{font-size:.95rem;line-height:1.7}.subsection-title{font-size:1.35rem;margin-bottom:1.5rem}.feature-card{padding:1rem;gap:.75rem}.feature-card span:last-child{font-size:.9rem}}.services{padding:6rem 2rem;background:var(--bg-light)}.services-container{max-width:1400px;margin:0 auto}.services-header{margin-bottom:4rem}.services-intro{text-align:center;font-size:1.25rem;color:var(--text-light);max-width:700px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:var(--bg-white);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-sm);transition:all .4s ease;border-top:4px solid var(--accent-color);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-accent);opacity:0;transition:opacity .4s ease;z-index:0}.service-card:hover:before{opacity:.03}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-top-color:var(--secondary-color)}.service-card>*{position:relative;z-index:1}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;line-height:1.3}.service-description{font-size:1rem;line-height:1.7;color:var(--text-light);margin-bottom:1.5rem}.service-items{list-style:none;padding:0;margin:0}.service-items li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;line-height:1.6;color:var(--text-dark)}.bullet{color:var(--accent-color);font-weight:700;flex-shrink:0;margin-top:.2rem}@media(max-width:968px){.services{padding:5rem 2rem}.services-grid{grid-template-columns:1fr;gap:1.75rem}}@media(max-width:768px){.services{padding:4rem 1.5rem}.services-header{margin-bottom:3rem}.services-intro{font-size:1.1rem}.services-grid{gap:1.5rem}.service-card{padding:1.75rem}.service-icon{font-size:2.5rem;margin-bottom:1.25rem}.service-title{font-size:1.35rem;margin-bottom:.875rem}.service-description{font-size:.95rem;margin-bottom:1.25rem}.service-items li{font-size:.9rem;margin-bottom:.65rem}}@media(max-width:480px){.services{padding:3rem 1.25rem}.services-header{margin-bottom:2.5rem}.services-intro{font-size:1rem;padding:0 .5rem}.services-grid{gap:1.25rem}.service-card{padding:1.5rem}.service-icon{font-size:2.25rem;margin-bottom:1rem}.service-title{font-size:1.25rem;line-height:1.4}.service-description{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.service-items li{font-size:.85rem;gap:.65rem;margin-bottom:.6rem}.bullet{margin-top:.15rem}}.contact{padding:6rem 2rem;background:var(--bg-white)}.contact-container{max-width:1200px;margin:0 auto}.contact-header{margin-bottom:4rem}.contact-intro{text-align:center;font-size:1.25rem;color:var(--text-light);max-width:700px;margin:0 auto}.contact-content{display:flex;flex-direction:column;gap:3rem}.contact-person{display:flex;justify-content:center;width:100%}.contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;width:100%}.contact-card{background:var(--bg-light);padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent}.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--accent-color);background:var(--bg-white)}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}.contact-card a{color:var(--accent-color);text-decoration:none;font-weight:500;transition:color .3s ease;display:block}.contact-card a:hover{color:var(--secondary-color);text-decoration:underline}.contact-card p{color:var(--text-light);margin:.25rem 0;line-height:1.6}.person-card{background:var(--gradient-primary);color:var(--bg-white);padding:3rem 4rem;border-radius:20px;text-align:center;box-shadow:var(--shadow-lg);max-width:600px;width:100%}.person-card h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}.person-title{font-size:1.125rem;font-weight:500;opacity:.9;margin-bottom:1.5rem;color:var(--success-color)}.person-description{font-size:1rem;line-height:1.7;opacity:.95}@media(max-width:968px){.contact{padding:5rem 2rem}.contact-info{grid-template-columns:1fr;gap:1.5rem}.person-card{padding:2.5rem 3rem;max-width:500px}}@media(max-width:768px){.contact{padding:4rem 1.5rem}.contact-header{margin-bottom:3rem}.contact-intro{font-size:1.1rem}.contact-content{gap:2.5rem}.contact-card{padding:1.75rem}.contact-icon{font-size:2.25rem}.contact-card h3{font-size:1.15rem}.contact-card a,.contact-card p{font-size:.95rem}.person-card{padding:2rem 2.5rem}.person-card h3{font-size:1.75rem}.person-title{font-size:1rem}.person-description{font-size:.95rem}}@media(max-width:480px){.contact{padding:3rem 1.25rem}.contact-header{margin-bottom:2.5rem}.contact-intro{font-size:1rem;padding:0 .5rem}.contact-content{gap:2rem}.contact-info{gap:1.25rem}.contact-card{padding:1.5rem}.contact-icon{font-size:2rem;margin-bottom:.75rem}.contact-card h3{font-size:1.1rem;margin-bottom:.65rem}.contact-card a,.contact-card p{font-size:.9rem;line-height:1.5}.person-card{padding:1.75rem 2rem}.person-card h3{font-size:1.5rem}.person-title{font-size:.95rem;margin-bottom:1.25rem}.person-description{font-size:.9rem;line-height:1.6}}.footer{background:var(--gradient-primary);color:var(--bg-white);padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--bg-light)}.footer-section p{font-size:.95rem;line-height:1.7;opacity:.9;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:var(--bg-white);text-decoration:none;opacity:.9;transition:all .3s ease;cursor:pointer;display:inline-block}.footer-section ul li a:hover{opacity:1;transform:translate(5px);color:var(--success-color)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.footer-bottom p{margin:0;font-size:.9rem;opacity:.8}@media(max-width:968px){.footer{padding:3rem 2rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.footer{padding:2.5rem 1.5rem 1.25rem}.footer-content{gap:2rem;text-align:center}.footer-section h3{font-size:1.35rem}.footer-section h4{font-size:1.15rem}.footer-section p{font-size:.9rem}.footer-section ul li{margin-bottom:.65rem}.footer-section ul li a{font-size:.95rem}.footer-section ul li a:hover{transform:translate(0)}.footer-bottom{padding-top:1.75rem}.footer-bottom p{font-size:.85rem}}@media(max-width:480px){.footer{padding:2rem 1.25rem 1rem}.footer-content{gap:1.75rem}.footer-section h3{font-size:1.25rem;margin-bottom:.875rem}.footer-section h4{font-size:1.1rem;margin-bottom:.875rem}.footer-section p{font-size:.85rem;line-height:1.6}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{font-size:.9rem}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.8rem;line-height:1.5}}
