@import"https://fonts.googleapis.com/css2?family=Proxima+Nova:wght@300;400;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;max-width:100vw}.app{min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;width:100%;max-width:100vw}.app>*{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background:#2d3748;box-shadow:0 6px 18px #0000002e;position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:1rem}.nav-logo .logo{height:48px;width:auto;object-fit:contain;max-width:none}.logo-text{display:flex;flex-direction:column;line-height:1.175;text-align:center}.logo-text-line1{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.4rem;font-weight:600;color:#fff;letter-spacing:.5px}.logo-text-line2{font-family:Corbel,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.82rem;font-weight:400;color:#fff;letter-spacing:1px;margin-top:1px}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link:hover{color:#fff;background-color:#ffffff0f}.cta-link{background-color:#093;color:#fff!important}.cta-link:hover{background-color:#2f855a;color:#fff!important}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle .bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:2px}.nav-toggle.active .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.hero{background:linear-gradient(135deg,#f7fafc,#e2e8f0);padding:4rem 0;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;color:#1a1a1a;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background-color:#093;color:#fff;border-color:#093}.btn-primary:hover{background-color:#2f855a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0099334d}.btn-secondary{background-color:transparent;color:#2b6cb0;border-color:#2b6cb0}.btn-secondary:hover{background-color:#2b6cb0;color:#fff}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-logo-box{width:100%;height:400px;background:#2d3748;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 50px #00000040,0 10px 20px #0000001a;padding:2rem}.hero-logo{max-width:80%;max-height:80%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.services-preview{padding:5rem 0;background-color:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:3rem}.certification-section{background:linear-gradient(135deg,#f7fafc,#e2e8f0);border-radius:12px;padding:2rem;margin:2rem 0 3rem;border:1px solid #e2e8f0}.certification-content{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.certification-text h3{font-size:1.5rem;color:#2b6cb0;margin-bottom:.5rem;font-weight:600}.certification-text p{color:#666;line-height:1.6;margin:0}.certification-badges{display:flex;gap:1rem;align-items:center}.certification-badge{height:80px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#f7fafc;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #2b6cb01a}.service-card h3{font-size:1.5rem;color:#2b6cb0;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.testimonials-section{padding:3rem 0 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:stretch}.testimonial-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px #0a141e0f;display:flex;flex-direction:column;justify-content:space-between;min-height:160px;transition:transform .22s ease,box-shadow .22s ease,opacity .5s ease;opacity:0;transform:translateY(8px)}.testimonial-card[data-animate=fade-up]{animation:fadeUp .48s cubic-bezier(.16,.84,.24,1) var(--delay, 0s) forwards}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0a141e1a}.testimonial-quote{font-style:normal;font-size:1.05rem;color:#1a1a1a;margin-bottom:1rem;line-height:1.45;position:relative;padding-left:1rem}.testimonial-quote:before{content:"“";font-size:2rem;color:#2b6cb0;position:absolute;left:-6px;top:-8px;opacity:.95}.testimonial-meta{display:flex;gap:.9rem;align-items:center;margin-top:.5rem}.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#eee}.testimonial-person .name{font-weight:700;color:#111827}.testimonial-person .role{font-size:.9rem;color:#6b7280}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}.cta-section{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff;padding:4rem 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-section .btn-primary{background-color:#093;color:#fff;border-color:#093}.cta-section .btn-primary:hover{background-color:#2f855a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0099334d}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 0 1rem}:root{--footer-link-color: #ffffff;--footer-link-hover: #2b6cb0;--footer-icon-bg: #ffffff;--footer-icon-color: #111827}.footer-content{display:grid;grid-template-columns:220px 1fr 260px;gap:2rem;align-items:center;margin-bottom:2rem}.footer-col{display:block}.footer-col-logo{display:flex;align-items:center;justify-content:flex-start}.footer-logo{width:320px;height:120px;display:block;object-fit:contain;object-position:center}.footer-col-center{text-align:center}.footer-address{color:#e6eef6;margin-top:.5rem;line-height:1.4}.footer-col-contact{text-align:right}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{margin-bottom:.5rem;opacity:.8}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;opacity:.7}.footer-col-contact .footer-social{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-top:.5rem}.footer-col-contact .footer-social a{background:var(--footer-icon-bg);color:var(--footer-icon-color);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:transform .18s ease,color .18s ease,background .18s ease;text-decoration:none}.footer-col-contact .footer-social a:focus{outline:3px solid rgba(43,108,176,.16);outline-offset:2px}.footer-col-contact .footer-social a:hover{transform:translateY(-3px);color:var(--footer-link-hover)}.footer-col-contact .social-icon{width:18px;height:18px;display:block;fill:currentColor}.footer-col-contact a,.footer-col-contact a:visited{color:var(--footer-link-color)}.footer-col-contact a:hover,.footer-col-contact a:focus{color:var(--footer-link-hover)}@media (max-width: 768px){.container,.nav-container,.hero-container{padding:0 1rem}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#2d3748;width:100%;text-align:center;transition:left .3s ease;box-shadow:0 10px 27px #00000014;padding:2rem 0;z-index:999;gap:1rem}.nav-menu.active{left:0}.nav-toggle{display:flex;cursor:pointer}.nav-logo .logo{height:40px}.nav-link{padding:1rem 2rem;border-radius:8px;margin:0 1rem;transition:all .3s ease}.nav-link:hover{background-color:#0000000a}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-content{grid-template-columns:1fr;text-align:center}.footer-col,.footer-col-logo,.footer-col-center,.footer-col-contact{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-col-contact .footer-social{justify-content:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.services-grid{grid-template-columns:1fr}.certification-content{grid-template-columns:1fr;text-align:center;gap:1.5rem}.certification-text h3{font-size:1.25rem}.cta-section h2{font-size:2rem}.hero-logo-box{padding:1rem}.certification-section,.hero-section,.services-section,.cta-section{padding:2rem 0}.service-card,.certification-content{padding:1.5rem;margin:0}}@media (max-width: 480px){.container,.nav-container,.hero-container{padding:0 .75rem}.hero-title{font-size:2rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.service-card,.certification-content{padding:1rem}}.faq-page{min-height:100vh}.faq-hero{background:linear-gradient(135deg,#2d3748,#4a5568);padding:4rem 0;text-align:center}.faq-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.faq-subtitle{font-size:1.25rem;color:#e2e8f0;max-width:600px;margin:0 auto}.faq-content{padding:4rem 0;background-color:#fff}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2b6cb01a}.faq-question{font-size:1.25rem;font-weight:600;color:#2b6cb0;margin-bottom:1rem;line-height:1.4}.faq-answer{color:#666;line-height:1.6;margin:0}.faq-cta{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff;padding:4rem 0;text-align:center}.faq-cta h2{font-size:2.5rem;margin-bottom:1rem}.faq-cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.faq-cta .btn-primary{background-color:#093;color:#fff;border-color:#093}.faq-cta .btn-primary:hover{background-color:#2f855a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0099334d}@media (max-width: 768px){.faq-title{font-size:2.5rem}.faq-item{padding:1.5rem}.faq-question{font-size:1.1rem}.faq-cta h2{font-size:2rem}}
