:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#00264d;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:#00264d;background-color:#fff}a{font-weight:500;color:#00264d;text-decoration:inherit;transition:color .3s}a:hover{color:#00264d;opacity:.8}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-img{height:40px;width:auto;object-fit:contain}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#00264d;text-decoration:none;font-weight:500;transition:color .3s}.nav a:hover{color:#00264d;opacity:.8}.cta-button{background:#00264d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s;text-decoration:none;display:inline-block}.cta-button:hover{background:#003d7a}.desktop-cta{display:inline-block}.mobile-cta{display:none!important}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{width:100%;height:3px;background:#00264d;border-radius:3px;transition:all .3s;transform-origin:center}.hamburger-open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media(max-width:768px){.desktop-cta{display:none}.hamburger{display:flex}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2rem;gap:0;height:auto;min-height:auto;max-height:calc(100vh - 70px);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:1000;overflow-y:auto;box-shadow:0 4px 10px #0000001a}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav a{width:100%;padding:1rem 0;font-size:1.2rem;border-bottom:1px solid rgba(0,38,77,.1)}.nav a:last-of-type{border-bottom:none}.mobile-cta{display:block!important;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}.desktop-cta{display:none!important}.header-container{padding:0 1rem}}.hero{display:flex;align-items:center;justify-content:center;background:#00264d;color:#fff;padding-top:80px;padding-bottom:2rem;position:relative}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px)}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:900px;gap:2rem}.hero-left{display:flex;flex-direction:column;gap:1.5rem}.hero-label{display:inline-block;margin-bottom:.5rem}.hero-label span{display:inline-block;background:#ffffff1a;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;color:#fff}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;margin:0;color:#fff}.hero-tagline{font-size:1.2rem;color:#fff;opacity:.9;margin:0}.hero-separator{width:100%;height:1px;border-top:2px dotted rgba(255,255,255,.3);margin:1rem 0}.hero-description{font-size:1.2rem;line-height:1.8;color:#fff;opacity:.9;margin:0;max-width:800px}.hero-right{display:flex;flex-direction:column;gap:2rem;align-items:flex-end}.hero-stats{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:300px}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.stat-value{font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-card-1 .stat-value{color:#ff6b9d}.stat-card-2 .stat-value{color:#4dabf7}.stat-card-3 .stat-value{color:#51cf66}.stat-label{font-size:1rem;color:#fff;opacity:.9}.hero-cta{background:#fff;color:#00264d;border:none;padding:1.2rem 3rem;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:1rem;text-decoration:none;display:inline-block}.hero-cta:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.hero-footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.hero-footer-content{display:flex;flex-direction:column;gap:.3rem}.hero-footer-title{font-size:1.2rem;font-weight:600;margin:0;color:#fff}.hero-footer-subtitle{font-size:1rem;margin:0;color:#fff;opacity:.8}.hero-footer-tagline{font-size:.9rem;margin:0;color:#fff;opacity:.7}@media(max-width:1024px){.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}}@media(max-width:768px){.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-cta{padding:1rem 2rem;font-size:1.1rem;width:100%;max-width:300px}.hero-container{padding:0 1rem}.hero-content{gap:1.5rem}}.what-we-do{padding:5rem 0;background:#fff;color:#00264d}.what-we-do-container{max-width:1200px;margin:0 auto;padding:0 2rem}.what-we-do-header{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.what-we-do-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#00264d;line-height:1.2}.what-we-do-description{font-size:1.2rem;line-height:1.8;color:#00264d;opacity:.8;margin:0}.what-we-do-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.service-card{background:#f8f9fa;padding:2.5rem;border-radius:12px;border:1px solid rgba(0,38,77,.1);transition:all .3s}.service-card:hover{background:#e9ecef;transform:translateY(-5px);box-shadow:0 10px 30px #00264d26}.service-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:#00264d}.service-icon svg{width:48px;height:48px}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#00264d;display:flex;align-items:center;justify-content:center}.service-description{font-size:1rem;line-height:1.7;color:#00264d;opacity:.7;margin:0}.what-we-do-cta{display:flex;justify-content:center;margin-top:3rem}.cta-button{background:#ff8c42;color:#fff;border:none;padding:1.2rem 3rem;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;text-decoration:none;display:inline-block}.cta-button:hover{background:#f70;transform:translateY(-2px);box-shadow:0 10px 25px #ff8c4266}@media(max-width:1024px){.what-we-do-title{font-size:2.5rem}.what-we-do-description{font-size:1.1rem}}@media(max-width:768px){.what-we-do{padding:3rem 0}.what-we-do-header{margin-bottom:3rem}.what-we-do-title{font-size:2rem}.what-we-do-description{font-size:1rem}.what-we-do-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}.service-icon{font-size:2.5rem}.service-title{font-size:1.3rem}.cta-button{width:100%;max-width:400px;padding:1rem 2rem}.what-we-do-container{padding:0 1rem}}.how-it-works{padding:5rem 0;background:#fff}.how-it-works-container{max-width:1200px;margin:0 auto;padding:0 2rem}.how-it-works-header{text-align:center;margin-bottom:4rem}.how-it-works-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#00264d;line-height:1.2}.how-it-works-subtitle{font-size:1.2rem;line-height:1.6;color:#00264d;opacity:.7;margin:0}.steps-container{display:flex;justify-content:center;align-items:flex-start;gap:2rem;position:relative}.step-wrapper{display:flex;flex-direction:column;align-items:center;flex:1;max-width:300px;position:relative}.step-circle{width:150px;height:150px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a;margin-bottom:2rem}.step-icon{display:flex;align-items:center;justify-content:center;color:#00264d}.step-icon svg{width:48px;height:48px}.step-number{position:absolute;top:-5px;right:-5px;width:40px;height:40px;border-radius:50%;background:#00264d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;box-shadow:0 2px 8px #00264d4d}.step-content{text-align:center}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#00264d}.step-description{font-size:1rem;line-height:1.6;color:#00264d;opacity:.7;margin:0}.step-connector{position:absolute;top:75px;left:calc(100% + 1rem);width:calc(100% - 2rem);height:2px;background:#e9ecef;z-index:0}@media(max-width:1024px){.how-it-works-title{font-size:2.5rem}.how-it-works-subtitle{font-size:1.1rem}.step-circle{width:120px;height:120px}.step-icon svg{width:40px;height:40px}.step-number{width:35px;height:35px;font-size:1rem}.step-connector{top:60px}}@media(max-width:768px){.how-it-works{padding:3rem 0}.how-it-works-header{margin-bottom:3rem}.how-it-works-title{font-size:2rem}.how-it-works-subtitle{font-size:1rem}.steps-container{flex-direction:column;align-items:center;gap:3rem}.step-wrapper{max-width:100%}.step-connector{display:none}.step-circle{width:120px;height:120px;margin-bottom:1.5rem}.step-title{font-size:1.3rem}.step-description{font-size:.95rem}.how-it-works-container{padding:0 1rem}}.results{padding:5rem 0;background:#00264d;color:#fff}.results-container{max-width:1200px;margin:0 auto;padding:0 2rem}.results-header{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.results-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;line-height:1.2}.results-subtitle{font-size:1.2rem;line-height:1.8;color:#fff;opacity:.9;margin:0}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.result-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s;text-align:center}.result-card:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d;border-color:#fff3}.result-icon{font-size:2.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.result-value{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1}.result-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.3}.result-description{font-size:1rem;line-height:1.7;color:#fff;opacity:.85;margin:0}.results-cta{display:flex;justify-content:center;margin-top:3rem}.results-button{background:#4dabf7;color:#fff;border:none;padding:1.2rem 3rem;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.results-button:hover{background:#339af0;transform:translateY(-2px);box-shadow:0 10px 25px #4dabf766}@media(max-width:1024px){.results-title{font-size:2.5rem}.results-subtitle{font-size:1.1rem}.results-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.result-value{font-size:3.5rem}}@media(max-width:768px){.results{padding:3rem 0}.results-header{margin-bottom:3rem}.results-title{font-size:2rem}.results-subtitle{font-size:1rem}.results-grid{grid-template-columns:1fr;gap:1.5rem}.result-card{padding:2rem}.result-value{font-size:3rem}.result-title{font-size:1.2rem}.result-description{font-size:.95rem}.results-button{width:100%;max-width:400px;padding:1rem 2rem}.results-container{padding:0 1rem}}.testimonials{padding:5rem 0;background:#fff}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#00264d;line-height:1.2}.testimonials-subtitle{font-size:1.2rem;line-height:1.6;color:#00264d;opacity:.7;margin:0}.testimonials-carousel{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem;position:relative}.testimonial-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:800px;width:100%;position:relative;display:flex;flex-direction:column}.quote-icon{font-size:6rem;color:#4dabf7;line-height:1;margin-bottom:1rem;font-family:Georgia,serif;opacity:.3}.testimonial-quote{font-size:1.2rem;line-height:1.8;color:#00264d;margin-bottom:2rem;flex:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef}.author-info{display:flex;flex-direction:column}.author-name{font-size:1.1rem;font-weight:700;color:#00264d;margin:0 0 .25rem}.author-role{font-size:.95rem;color:#00264d;opacity:.7;margin:0}.carousel-arrow{width:50px;height:50px;border-radius:50%;border:2px solid #e9ecef;background:#fff;color:#00264d;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.carousel-arrow:hover{background:#00264d;color:#fff;border-color:#00264d}.carousel-arrow-left{order:1}.testimonial-card{order:2}.carousel-arrow-right{order:3}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#e9ecef;cursor:pointer;transition:all .3s;padding:0}.dot-active{background:#4dabf7;width:32px;border-radius:6px}.dot:hover{background:#4dabf7;opacity:.7}@media(max-width:1024px){.testimonials-title{font-size:2.5rem}.testimonials-subtitle{font-size:1.1rem}.testimonial-card{padding:2.5rem}.quote-icon{font-size:5rem}}@media(max-width:768px){.testimonials{padding:3rem 0}.testimonials-header{margin-bottom:3rem}.testimonials-title{font-size:2rem}.testimonials-subtitle{font-size:1rem}.testimonials-carousel{gap:1rem}.carousel-arrow{width:40px;height:40px;font-size:1.5rem}.testimonial-card{padding:2rem;min-height:250px}.quote-icon{font-size:4rem}.testimonial-quote{font-size:1.1rem;margin-bottom:1.5rem}.author-avatar{width:50px;height:50px}.author-name{font-size:1rem}.author-role{font-size:.9rem}.testimonials-container{padding:0 1rem}}.about{padding:5rem 0;background:#f8f9fa}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-content{text-align:center}.section-title{font-size:2.5rem;margin-bottom:1rem;color:#00264d}.section-description{font-size:1.2rem;color:#00264d;opacity:.8;max-width:800px;margin:0 auto 3rem;line-height:1.6}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#00264d}.feature-card p{color:#00264d;opacity:.7;line-height:1.6}@media(max-width:768px){.section-title{font-size:2rem}.about-features{grid-template-columns:1fr}}.features{padding:5rem 0;background:#fff}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-item{padding:2rem;border-radius:12px;background:#f8f9fa;transition:all .3s}.feature-item:hover{background:#e9ecef;transform:translateY(-5px)}.feature-item .feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{font-size:1.5rem;margin-bottom:.5rem;color:#00264d}.feature-item p{color:#00264d;opacity:.7;line-height:1.6}@media(max-width:768px){.features-grid{grid-template-columns:1fr}}.contact{padding:5rem 0;background:#f8f9fa}.contact-container{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center}.contact-content{margin-top:3rem}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#00264d;font-weight:500}.form-group label .required{color:#e74c3c;margin-left:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00264d}.form-group input:disabled,.form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.form-group input.input-error,.form-group textarea.input-error{border-color:#e74c3c}.form-group textarea{resize:vertical}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.25rem}.contact-form .btn-primary{width:100%;margin-top:2rem;padding:1.25rem 2rem;background:#00264d;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00264d33;text-transform:uppercase;letter-spacing:.5px}.contact-form .btn-primary:hover{background:#003d7a;transform:translateY(-2px);box-shadow:0 6px 20px #00264d4d}.contact-form .btn-primary:active{transform:translateY(0);box-shadow:0 2px 10px #00264d33}.contact-form .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-form .btn-primary:disabled:hover{transform:none;box-shadow:0 4px 15px #00264d33}.submit-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;text-align:center;font-weight:500}.submit-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.submit-message.info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}@media(max-width:768px){.contact-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}}.footer{background:#00264d;color:#fff;padding:3rem 0 1rem;margin-top:4rem;display:flex;align-items:center;justify-content:center;text-align:center}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#ccc;line-height:1.6;margin:.5rem 0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#fff;opacity:.9}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center;color:#ffffffb3}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth}*{box-sizing:border-box}
