@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap";:root{--bg-dark:#0f172a;--bg-light:#fff;--bg-gray:#f8fafc;--bg-card:#fff;--accent-blue:#1d4ed8;--accent-blue-hover:#1e40af;--text-dark:#0f172a;--text-secondary:#475569;--text-primary:#1e293b;--border-color:#e2e8f0;--glass-shadow:0 4px 6px -1px #0000000d, 0 10px 15px -3px #0000000d;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.02em}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.mt-4{margin-top:2rem}.glass{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--glass-shadow);border-radius:12px;transition:all .3s}.btn-primary{background:var(--accent-blue);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:14px 32px;font-size:1.1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--accent-blue-hover);transform:translateY(-2px);box-shadow:0 10px 25px #1d4ed84d}.btn-glass{border:2px solid var(--accent-blue);color:var(--accent-blue);font-family:var(--font-heading);cursor:pointer;background:#fff;border-radius:50px;justify-content:center;align-items:center;padding:14px 32px;font-size:1.1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-glass:hover{background:var(--bg-gray);transform:translateY(-2px)}.text-gradient{color:var(--accent-blue)}.section-title{text-align:center;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto 4rem;font-size:1.15rem}header.navbar{z-index:1000;background:#fff;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000d}header.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;padding:.75rem 0;box-shadow:0 4px 10px #0000000d}.nav-container{justify-content:space-between;align-items:center;display:flex;position:relative}.hamburger{cursor:pointer;color:var(--text-dark);display:none}.logo-img{object-fit:contain;filter:brightness(0)saturate()invert(8%)sepia(18%)saturate(1912%)hue-rotate(184deg)brightness(96%)contrast(91%);height:65px;transition:transform .3s}.logo-img:hover{transform:scale(1.05)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.95rem;font-weight:600;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--accent-blue)}.page-hero{background-position:50%;background-size:cover;align-items:center;min-height:50vh;padding-top:80px;display:flex;position:relative}.page-hero .hero-text{max-width:900px;margin:0 auto}.text-left{text-align:left}.text-center{text-align:center}.hero-section{background-image:url(https://static.wixstatic.com/media/4f66aa_82f7846cb4ae41c092b1fe210251898f~mv2_d_1600_1200_s_2.jpg);background-position:50%;background-size:cover;align-items:center;min-height:90vh;padding-top:80px;display:flex;position:relative}.hero-overlay{z-index:0;background:#0f172ad9;position:absolute;inset:0}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.badge{letter-spacing:2px;text-transform:uppercase;color:var(--accent-blue);background:#fff;border:none;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.hero-text{max-width:900px}.hero-text h1{color:#fff;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.hero-text h1 .text-gradient{color:#60a5fa}.hero-subtitle{color:#cbd5e1;max-width:700px;margin:0 auto 3rem;font-size:1.25rem}.hero-buttons{justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.expertise-section{background:var(--bg-gray);padding:0 0 5rem}.expertise-grid{z-index:10;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:-80px;display:flex;position:relative}.expertise-card{text-align:center;border-top:4px solid var(--accent-blue);background:#fff;flex:300px;max-width:350px;padding:2.5rem}.expertise-icon{color:var(--accent-blue);margin-bottom:1.5rem;display:inline-flex}.expertise-card h3{margin-bottom:1rem;font-size:1.3rem}.expertise-card p{color:var(--text-secondary);font-size:.95rem}.services-section{background:#fff;padding:5rem 0}.services-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.card-image{object-fit:cover;border-bottom:2px solid var(--accent-blue);border-radius:12px 12px 0 0;width:100%;height:220px}.service-card{border-radius:12px;flex:320px;max-width:380px;padding:0;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.service-content{padding:2.5rem}.service-content h3{margin-bottom:1rem;font-size:1.5rem}.service-content p{color:var(--text-secondary)}.leadership-section{background:var(--bg-gray);padding:6rem 0}.leadership-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem;display:grid}.leader-card{text-align:center;background:#fff;padding:3rem}.leader-image{object-fit:cover;border:4px solid var(--bg-gray);width:150px;height:150px;box-shadow:var(--glass-shadow);border-radius:50%;margin:0 auto 1.5rem}.leader-card h3{margin-bottom:.5rem;font-size:2rem}.leader-role{text-transform:uppercase;letter-spacing:1px;color:var(--accent-blue);margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:block}.leader-card p{color:var(--text-secondary);line-height:1.7}.testimonials-section{background:var(--bg-dark);color:#fff;padding:6rem 0}.testimonial-wrapper{justify-content:center;align-items:center;min-height:250px;display:flex;position:relative}.testimonial-card{text-align:center;max-width:800px;box-shadow:none;background:0 0;border:none;width:100%;margin:0 auto;position:absolute}.testimonial-card .quote{margin-bottom:2rem;font-size:1.75rem;font-style:italic;font-weight:300;line-height:1.5}.testimonial-card .author h4{color:#60a5fa;margin-bottom:.25rem;font-size:1.2rem}.testimonial-card .author p{color:#cbd5e1;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.carousel-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.carousel-dots .dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.carousel-dots .dot.active{background:var(--accent-blue);transform:scale(1.2)}.trusted-by-section{background:var(--bg-light);padding:4rem 0 2rem}.trusted-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:.9rem}.trusted-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.trusted-logo{object-fit:contain;opacity:.6;filter:grayscale();max-width:180px;height:60px;transition:opacity .3s}.trusted-logo:hover{opacity:1;filter:grayscale(0%)}.handwritten-note{color:#dc2626;text-align:center;max-width:700px;margin:1rem auto 3rem;font-family:Caveat,cursive;font-size:2.2rem;line-height:1.2;transform:rotate(-2deg)}.contact-section{background:#fff;padding:6rem 0}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=900px){.nav-container{flex-direction:row;justify-content:space-between;width:100%}.hamburger{display:block}.nav-menu{background:#fff;width:100%;max-height:0;transition:max-height .3s;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 15px 30px #0000001a}.nav-menu.open{border-top:1px solid var(--border-color);max-height:500px}.nav-links{flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 0}.nav-links a{font-size:1.1rem}.hero-section{padding-top:150px}.hero-text h1{font-size:2.5rem}.hero-buttons{flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:0 auto 4rem}.hero-buttons .btn-primary,.hero-buttons .btn-glass{width:100%}.expertise-grid{margin-top:0;padding-top:2rem}.leadership-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contact-grid{grid-template-columns:1fr;gap:3rem}.trusted-logos{gap:1.5rem}.testimonial-card .quote{font-size:1.25rem}.container{padding:0 1.5rem}}@media (width<=600px){.logo-img{height:45px}.nav-links{gap:.5rem}.nav-links a{font-size:.75rem}.hero-section,.page-hero{min-height:70vh;padding-top:130px}.hero-text h1{margin-bottom:1rem;font-size:2rem}.hero-subtitle{margin-bottom:2rem;font-size:.95rem}.section-title{font-size:2rem}.section-subtitle{margin-bottom:2rem;font-size:.95rem}.expertise-section{padding-bottom:3rem}.leadership-section,.services-section,.contact-section{padding:4rem 0}.expertise-grid{gap:.75rem;margin-top:1rem}.expertise-card{text-align:left;flex:100%;grid-template-columns:40px 1fr;align-items:center;gap:1rem;padding:1.25rem 1rem;display:grid}.expertise-icon{margin-bottom:0;transform:scale(.85)}.expertise-card h3{margin-bottom:.25rem;font-size:1.05rem}.expertise-card p{grid-column:1/-1;margin-top:.5rem;font-size:.85rem;line-height:1.4}.leadership-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.leader-card{padding:1.5rem .5rem}.leader-image{border-width:2px;width:80px;height:80px;margin-bottom:1rem}.leader-card h3{font-size:1.1rem}.leader-role{margin-bottom:.5rem;font-size:.7rem}.trusted-logo{max-width:100px;height:40px}.trusted-logos{gap:1rem}.contact-form{padding:1.5rem 1.25rem}.contact-form h3{margin-bottom:1.5rem;font-size:1.25rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.75rem 1rem;font-size:.9rem}}.contact-info .section-title{text-align:left}.info-item{align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;display:flex}.info-icon{width:50px;height:50px;color:var(--accent-blue);background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-item h4{margin-bottom:.25rem;font-size:1.2rem}.info-item p{color:var(--text-secondary);line-height:1.6}.contact-form{background:#fff;padding:3.5rem}.contact-form h3{margin-bottom:2rem;font-size:1.8rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{background:var(--bg-gray);border:1px solid var(--border-color);width:100%;color:var(--text-dark);font-family:var(--font-body);border-radius:8px;padding:1rem 1.5rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-blue);background:#fff;outline:none}.footer{background:var(--bg-dark);color:#fff;text-align:center;padding:4rem 0 2rem}.footer-logo{height:65px;margin-bottom:1.5rem}.footer p{color:#94a3b8;margin-bottom:.5rem}
