*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#1e40af;--primary-dark:#1e3a8a;--secondary-color:#f59e0b;--accent-color:#10b981;--text-dark:#1f2937;--text-light:#6b7280;--text-white:#fff;--bg-light:#f8fafc;--bg-white:#fff;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.btn{justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease-in-out}.btn-primary{background-color:#1e40af;background-color:var(--primary-color);color:var(--text-white)}.btn-primary:hover{background-color:#1e3a8a;background-color:var(--primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background-color:initial;border:2px solid #1e40af;border:2px solid var(--primary-color);color:#1e40af;color:var(--primary-color)}.btn-secondary:hover{background-color:#1e40af;background-color:var(--primary-color);color:#fff;color:var(--text-white);transform:translateY(-1px)}.section{padding:4rem 0}.section-title{color:#1f2937;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6b7280;color:var(--text-light);font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.card{background:#fff;background:var(--bg-white);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.section{padding:2rem 0}.section-title{font-size:2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #e5e7eb80;transition:all .3s ease}.navbar.scrolled{background:#fffffff2;box-shadow:0 4px 20px #0000001a;padding:.75rem 0}.nav-logo{text-decoration:none}.nav-logo h2{margin:0;transition:color .3s ease}.nav-logo:hover h2{color:var(--primary-dark)}.nav-menu{gap:2.5rem}.nav-link{color:var(--text-dark);font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link.active{font-weight:600}.nav-toggle{transition:color .3s ease}.nav-toggle:hover{color:var(--primary-color)}@media (max-width:768px){.nav-menu{background:#fff;box-shadow:0 10px 30px #0000001a;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-toggle{display:block}.nav-link{font-size:1.1rem;padding:.75rem 0}}.footer{margin-top:4rem;padding:4rem 0 1rem}.footer-content{grid-gap:3rem;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.footer-section h3,.footer-section h4{font-weight:600;margin-bottom:1.5rem}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.1rem}.footer-section p{margin-bottom:1.5rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{color:#9ca3af;font-size:.95rem;gap:.75rem}.contact-item svg{font-size:1rem;min-width:16px}.footer-section ul{padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{font-size:.95rem;transition:color .3s ease}.footer-bottom{font-size:.9rem;padding-top:1.5rem}@media (max-width:768px){.footer{padding:3rem 0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}}.scroll-to-top-btn{align-items:center;animation:slideIn .3s ease forwards;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 15px #1e40af4d;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:50px;justify-content:center;opacity:0;position:fixed;right:2rem;transform:translateY(20px);transition:all .3s ease;width:50px;z-index:1000}.scroll-to-top-btn:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));box-shadow:0 6px 20px #1e40af66;transform:translateY(-3px)}.scroll-to-top-btn:active{transform:translateY(-1px)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.scroll-to-top-btn{bottom:1.5rem;font-size:1.1rem;height:45px;right:1.5rem;width:45px}}@media (max-width:480px){.scroll-to-top-btn{bottom:1rem;font-size:1rem;height:40px;right:1rem;width:40px}}.hero{background:linear-gradient(135deg,#1e3a8a,#1e40af 50%,#3b82f6)}.hero-background{animation:float 20s ease-in-out infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");opacity:.4}.hero-overlay{background:linear-gradient(45deg,#1e3a8acc,#3b82f699);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{max-width:900px;padding-top:80px}.hero-text h1{animation:fadeInUp 1s ease-out;text-shadow:0 2px 4px #0000001a}.hero-text p{animation:fadeInUp 1s ease-out .3s both;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.hero-buttons{animation:fadeInUp 1s ease-out .6s both}.hero-buttons .btn{font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.hero-buttons .btn:hover{box-shadow:0 8px 25px #0003;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features-section{background:var(--bg-light);padding:6rem 0}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:320px;min-height:280px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;color:#fff;display:flex;font-size:1.75rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.feature-card h3{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:var(--text-light);flex-grow:1;font-size:.95rem;line-height:1.6}.services-preview{padding:6rem 0}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.service-preview-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:300px;min-height:260px;padding:2rem;text-align:center;transition:all .3s ease}.service-preview-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.service-icon{background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));margin:0 auto 1.5rem}.service-preview-card h3{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.service-preview-card p{color:var(--text-light);flex-grow:1;font-size:.9rem;line-height:1.6}.services-cta{text-align:center}.stats-section{background:var(--primary-color);color:#fff;padding:4rem 0}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.stat-number{color:#fff;font-size:3.5rem;text-shadow:0 2px 4px #0000004d}.stat-label{color:#fff;font-size:1.1rem;text-shadow:0 1px 2px #0000004d}.cta-section{background:var(--bg-light);padding:6rem 0}.cta-content{margin:0 auto;max-width:600px;text-align:center}.cta-content h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-content .btn{font-size:1.1rem;font-weight:600;padding:1rem 2rem}@media (max-width:1200px){.features-grid,.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.section-header h2{font-size:2rem}.features-grid,.services-grid{gap:2rem;grid-template-columns:1fr}.feature-card,.service-preview-card{max-height:none;min-height:auto;padding:1.5rem}.feature-card{min-height:250px}.service-preview-card{min-height:230px}.stat-number{font-size:2.5rem}.cta-content h2{font-size:2rem}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.feature-card,.service-preview-card{padding:1.25rem}.feature-icon,.service-icon{font-size:1.25rem;height:50px;width:50px}.feature-card h3,.service-preview-card h3{font-size:1.1rem}.feature-card p,.service-preview-card p{font-size:.9rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.stat-item{padding:1.5rem}.stat-number{font-size:2rem}.cta-content h2{font-size:1.75rem}}@media (max-width:360px){.hero-text h1{font-size:1.75rem}.feature-card,.service-preview-card{padding:1rem}.feature-card h3,.service-preview-card h3{font-size:1rem}}.services-section{background:var(--bg-light);padding:6rem 0}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{max-height:450px;min-height:350px;overflow:hidden;padding:2rem}.service-icon{flex-shrink:0;margin-bottom:1.5rem}.service-card h3{flex-shrink:0;line-height:1.3;margin-bottom:1rem}.service-card p{word-wrap:break-word;flex-grow:1;-webkit-hyphens:auto;hyphens:auto;line-height:1.6;margin-bottom:1.5rem;overflow-wrap:break-word}.service-features{flex-shrink:0;list-style:none;max-height:150px;overflow-y:auto;padding:0}.service-features li{word-wrap:break-word;align-items:flex-start;color:var(--text-dark);display:flex;font-size:.9rem;gap:.75rem;line-height:1.4;margin-bottom:.75rem;overflow-wrap:break-word}.service-features li svg{color:var(--accent-color);flex-shrink:0;font-size:1rem;margin-top:.1rem;min-width:16px}.capabilities-section{padding:6rem 0}.capabilities-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.capability-card{max-height:280px;padding:2rem;text-align:center}.capability-icon{margin:0 auto 1.5rem}.capability-card h3{margin-bottom:1rem}.capability-card p{flex-grow:1;line-height:1.6}.process-section{background:var(--bg-light);padding:6rem 0}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.process-step:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.step-number{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.process-step h3{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.process-step p{color:var(--text-light);line-height:1.6}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.capabilities-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.page-hero{padding:6rem 0 3rem}.page-hero h1{font-size:2.5rem}.page-hero p{font-size:1.1rem}.section-header h2{font-size:2rem}.capabilities-grid,.process-grid,.services-grid{gap:2rem;grid-template-columns:1fr}.capability-card,.process-step,.service-card{max-height:none;min-height:auto;padding:1.5rem}.service-card{min-height:300px}.capability-card{min-height:220px}.service-features{max-height:none;overflow-y:visible}}@media (max-width:480px){.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.capability-card,.process-step,.service-card{padding:1.25rem}.capability-icon,.service-icon,.step-number{font-size:1.25rem;height:50px;width:50px}.capability-card h3,.process-step h3,.service-card h3{font-size:1.1rem}.capability-card p,.process-step p,.service-card p{font-size:.9rem}.service-features li{font-size:.85rem}}@media (max-width:360px){.page-hero h1{font-size:1.75rem}.capability-card,.process-step,.service-card{padding:1rem}.capability-card h3,.process-step h3,.service-card h3{font-size:1rem}}.overview-section{padding:6rem 0}.overview-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.overview-text h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.overview-text p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.overview-stats{display:flex;flex-direction:column;gap:2rem}.overview-stats .stat-item{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);padding:2rem;text-align:center}.overview-stats .stat-number{color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.overview-stats .stat-label{color:var(--text-light);font-size:1rem;font-weight:500}.values-section{background:var(--bg-light);padding:6rem 0}.values-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.value-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:300px;min-height:260px;padding:2rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.value-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.value-card h3{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.value-card p{color:var(--text-light);flex-grow:1;font-size:.95rem;line-height:1.6}.expertise-section{padding:6rem 0}.expertise-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.expertise-item{align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:.75rem;box-shadow:var(--shadow-sm);display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.expertise-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.expertise-item svg{color:var(--primary-color);font-size:1.25rem;min-width:20px}.expertise-item span{color:var(--text-dark);font-weight:500}.approach-section{background:var(--bg-light);padding:6rem 0}.approach-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.approach-text h3{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.approach-text h3:first-child{margin-top:0}.approach-text p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.approach-highlights{display:flex;flex-direction:column;gap:2rem}.highlight-item{align-items:flex-start;background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);display:flex;gap:1rem;padding:1.5rem}.highlight-item svg{color:var(--primary-color);font-size:1.5rem;margin-top:.25rem;min-width:24px}.highlight-item h4{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.highlight-item p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (max-width:1200px){.values-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.expertise-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.page-hero{padding:6rem 0 3rem}.page-hero h1{font-size:2.5rem}.page-hero p{font-size:1.1rem}.overview-content{gap:3rem;grid-template-columns:1fr}.overview-text h2,.section-header h2{font-size:2rem}.values-grid{gap:2rem;grid-template-columns:1fr}.expertise-grid{gap:1rem;grid-template-columns:1fr}.approach-content{gap:3rem;grid-template-columns:1fr}.highlight-item,.value-card{max-height:none;min-height:auto;padding:1.5rem}.value-card{min-height:230px}}@media (max-width:480px){.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.overview-text h2,.section-header h2{font-size:1.75rem}.overview-text p,.section-header p{font-size:1rem}.highlight-item,.value-card{padding:1.25rem}.value-icon{font-size:1.25rem;height:50px;width:50px}.highlight-item h4,.value-card h3{font-size:1.1rem}.highlight-item p,.value-card p{font-size:.9rem}.overview-stats .stat-number{font-size:2rem}.expertise-item{padding:1rem}.expertise-item span{font-size:.9rem}}@media (max-width:360px){.page-hero h1{font-size:1.75rem}.highlight-item,.value-card{padding:1rem}.highlight-item h4,.value-card h3{font-size:1rem}}.page-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:#fff;padding:8rem 0 4rem;text-align:center}.page-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.page-hero p{font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.contact-section{padding:6rem 0}.contact-content{align-items:start}.contact-info h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.contact-info>p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.contact-details{margin-bottom:3rem}.contact-item{align-items:flex-start;margin-bottom:1.5rem}.contact-item svg{margin-top:.25rem}.contact-item p{font-size:1rem}.contact-features h3{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-features ul{list-style:none;padding:0}.contact-features li{color:var(--text-light);padding:.5rem 0 .5rem 1.5rem;position:relative}.contact-features li:before{color:var(--accent-color);content:"✓";font-weight:700;left:0;position:absolute}.contact-form-container{background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);overflow:hidden}.contact-form-wrapper{padding:2.5rem}.contact-form-wrapper h3{color:var(--text-dark);font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.contact-form-wrapper>p{color:var(--text-light);margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:var(--text-dark);font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 0 3px #1e40af1a}.contact-form .btn{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem 2rem}.btn.loading{cursor:not-allowed;opacity:.7}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-message{padding:2rem;text-align:center}.success-message h4{color:var(--accent-color);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.success-message p{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.faq-section{background:var(--bg-light);padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:var(--text-light);font-size:1.1rem;margin:0 auto;max-width:600px}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.faq-item{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);padding:2rem}.faq-item h3{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.faq-item p{color:var(--text-light);line-height:1.6}@media (max-width:1200px){.faq-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:768px){.page-hero{padding:6rem 0 3rem}.page-hero h1{font-size:2.5rem}.page-hero p{font-size:1.1rem}.contact-content{gap:3rem;grid-template-columns:1fr}.contact-info h2,.section-header h2{font-size:2rem}.faq-grid{gap:1.5rem;grid-template-columns:1fr}.contact-form-wrapper{padding:1.5rem}.contact-item{padding:1rem}.contact-features li{font-size:.9rem}}@media (max-width:480px){.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.contact-info h2,.section-header h2{font-size:1.75rem}.contact-info>p,.section-header p{font-size:1rem}.contact-form-wrapper{padding:1.25rem}.contact-form-wrapper h3{font-size:1.5rem}.contact-form-wrapper>p,.form-group label{font-size:.9rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.875rem}.contact-form .btn{font-size:1rem;padding:.875rem 1.5rem}.faq-item{padding:1.25rem}.faq-item h3{font-size:1.1rem}.faq-item p{font-size:.9rem}.contact-item h4{font-size:1rem}.contact-item p{font-size:.9rem}}@media (max-width:360px){.page-hero h1{font-size:1.75rem}.contact-form-wrapper{padding:1rem}.contact-form-wrapper h3{font-size:1.25rem}.faq-item{padding:1rem}.faq-item h3{font-size:1rem}}main{padding-top:80px}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));box-shadow:0 4px 15px #1e40af4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #1e40af66;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:var(--primary-color);transform:translateY(-2px)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:var(--shadow-sm);left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-content{align-items:center;display:flex;justify-content:space-between}.nav-logo h2{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-menu a{color:var(--text-dark);font-weight:500;position:relative;text-decoration:none;transition:color .2s ease}.nav-menu a:hover{color:var(--primary-color)}.nav-menu a:after{background:var(--primary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .2s ease;width:0}.nav-menu a:hover:after{width:100%}.nav-toggle{color:var(--text-dark);cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.nav-menu{background:#fff;box-shadow:var(--shadow-md);flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-toggle{display:block}}.hero{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{color:#fff;margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-text p{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-buttons .btn{align-items:center;display:inline-flex;gap:.5rem}@media (max-width:768px){.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}}.service-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:280px;padding:1.75rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.service-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.service-card h3{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.service-card p{color:var(--text-light);font-size:.95rem;line-height:1.5;margin:0}.bg-light{background-color:var(--bg-light)}.capability-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:240px;padding:1.75rem;transition:all .3s ease}.capability-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.capability-icon{align-items:center;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));border-radius:50%;color:#fff;display:flex;font-size:1.25rem;height:50px;justify-content:center;margin-bottom:1rem;width:50px}.capability-card h3{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.capability-card p{color:var(--text-light);font-size:.9rem;line-height:1.5;margin:0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.stat-item{background:#fff;border-radius:1rem;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.stat-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.stat-number{color:var(--primary-color);font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:1rem;font-weight:500}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:center;background:#fff;border-radius:.5rem;box-shadow:var(--shadow-sm);display:flex;gap:1rem;padding:1.5rem}.contact-item svg{color:var(--primary-color);font-size:1.5rem;min-width:24px}.contact-item h4{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.contact-item p{color:var(--text-light)}.contact-form{background:#fff;border-radius:1rem;box-shadow:var(--shadow-md);padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid var(--border-color);border-radius:.5rem;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.form-group textarea{min-height:120px;resize:vertical}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:1rem;text-align:center}html{scroll-behavior:smooth}@media (max-width:480px){.hero-text h1{font-size:2rem}.section-title{font-size:1.75rem}.capability-card,.service-card{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}}
/*# sourceMappingURL=main.02dc091f.css.map*/