:root{color:#1f2937;text-rendering:optimizelegibility;background:#f5f9ff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.75}body{background:linear-gradient(#f8fbff 0%,#e8efff 100%);min-height:100vh;margin:0}#root{width:100%;min-height:100vh}button,input,textarea{font:inherit}p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit}:root{--bg:#f5f9ff;--surface:#fff;--surface-soft:#fffc;--text:#1f2937;--muted:#667085;--brand:#1d4ed8;--brand-dark:#1e40af;--border:#1e40af1f;--shadow:0 24px 80px #1e40af14;--radius:24px;--font:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);color:var(--text);background:linear-gradient(#f9fbff 0%,#eef4ff 100%);margin:0}img,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}input,textarea{width:100%;color:var(--text);background:#fff;border:1px solid #0f172a14;border-radius:16px;padding:14px 16px}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #3b82f659}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:space-between;align-items:center;gap:24px;padding:24px 32px;display:flex;position:sticky;top:0;box-shadow:0 10px 40px #0f172a14}.brand-logo{align-items:center;gap:16px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#1d4ed8,#60a5fa);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:inline-flex}.brand-name{letter-spacing:-.02em;margin:0;font-weight:700}.brand-tag{color:var(--muted);margin:4px 0 0;font-size:.95rem}.menu-toggle{background:#1f29370a;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:42px;height:42px;padding:8px;display:none}.menu-toggle span{background:var(--text);border-radius:999px;width:22px;height:2px;display:block}.site-nav{align-items:center;gap:26px;display:flex}.nav-link{color:var(--muted);font-weight:600;transition:color .25s,transform .25s}.nav-link:hover,.nav-link.active{color:var(--brand-dark);transform:translateY(-1px)}.app-shell{max-width:1180px;margin:0 auto}.site-main{padding:32px 32px 64px}.hero-section{grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;padding:56px 0 72px;display:grid}.hero-copy{max-width:620px}.eyebrow{color:#1d4ed8;background:#3b82f61f;border-radius:999px;margin-bottom:24px;padding:10px 16px;font-weight:700;display:inline-flex}.hero-section h1{margin:0 0 24px;font-size:clamp(3rem,4vw,4.4rem);line-height:1.02}.hero-description{max-width:580px;color:var(--muted);margin-bottom:32px;font-size:1.05rem;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.btn{border-radius:14px;justify-content:center;align-items:center;min-height:52px;padding:0 26px;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 18px 40px #3b82f62e}.btn-outline{color:#1d4ed8;background:#3b82f614}.hero-panel{gap:22px;display:grid}.hero-card{box-shadow:var(--shadow);background:#ffffffd6;border:1px solid #1e40af1a;border-radius:28px;padding:28px;transition:transform .3s,box-shadow .3s}.hero-card:hover{transform:translateY(-6px)}.hero-card span{margin-bottom:12px;font-weight:700;display:inline-flex}.hero-card p{color:var(--muted);margin:0;line-height:1.8}.accent-card{background:linear-gradient(#3b82f621,#fffc);border-color:#3b82f62e}.section{padding:72px 0}.section-heading{max-width:680px;margin-bottom:34px}.section-label{text-transform:uppercase;letter-spacing:.2em;color:#2563eb;margin-bottom:14px;font-size:.84rem}.section h2{font-size:clamp(2rem,2.4vw,2.8rem);line-height:1.1}.section-grid,.services-grid,.reasons-grid,.contact-grid{gap:24px;display:grid}.about-section .section-grid{grid-template-columns:1.1fr .9fr;align-items:center}.about-copy p,.contact-copy p{color:var(--muted);margin-bottom:24px;line-height:1.85}.feature-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.feature-list li{color:var(--text);padding-left:28px;position:relative}.feature-list li:before{content:"•";color:#2563eb;position:absolute;top:0;left:0}.about-stats{gap:18px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:0 22px 44px #0f172a0d}.stat-value{color:#1d4ed8;margin:0 0 12px;font-size:2rem;font-weight:800}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid #1e40af14;border-radius:26px;padding:28px;transition:transform .3s,border-color .3s}.service-card:hover{border-color:#3b82f633;transform:translateY(-6px)}.service-icon{color:#1d4ed8;background:#3b82f61f;border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:18px;font-weight:700;display:grid}.service-card h3{margin:0 0 12px}.service-card p{color:var(--muted);margin:0;line-height:1.85}.reasons-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reason-card{box-shadow:var(--shadow);background:#fffffff5;border:1px solid #0f172a14;border-radius:28px;padding:32px}.reason-card h3{margin:0 0 16px}.reason-card p{color:var(--muted);margin:0;line-height:1.85}.contact-grid{grid-template-columns:1fr 1fr}.contact-copy{gap:22px;display:grid}.contact-details{gap:16px;display:grid}.contact-details strong{color:var(--text);margin-bottom:6px;display:block}.contact-form{background:var(--surface);box-shadow:var(--shadow);border:1px solid #1e40af14;border-radius:28px;gap:18px;padding:28px;display:grid}.contact-form label{gap:10px;font-weight:600;display:grid}.contact-form input,.contact-form textarea{border-radius:18px}.form-status{color:#0f766e;font-weight:600}.site-footer{color:var(--muted);border-top:1px solid #0f172a14;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-top:16px;padding:32px 32px 48px;display:flex}.footer-brand{margin:0 0 12px;font-weight:700}.footer-copy{max-width:420px;margin:0}.footer-links{flex-wrap:wrap;gap:20px;display:flex}.footer-links a{color:var(--brand);font-weight:600}.footer-note{width:100%;color:var(--muted);margin:18px 0 0}@media (width<=980px){.hero-section,.about-section .section-grid,.contact-grid,.services-grid,.reasons-grid,.hero-panel{grid-template-columns:1fr}}@media (width<=760px){.site-header{flex-wrap:wrap;justify-content:space-between;padding:20px}.menu-toggle{display:inline-flex}.site-nav{width:calc(100% - 48px);box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#fffffff5;border-radius:24px;flex-direction:column;gap:18px;padding:22px;transition:opacity .25s,transform .25s;position:absolute;inset:72px 24px auto;transform:translateY(-10px)}.site-nav.active{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-link{font-size:1rem}.site-footer{padding:28px 20px 36px}}@media (width<=520px){.site-header,.site-main{padding:18px 16px}.btn{width:100%}.hero-section h1{font-size:2.6rem}}.brand-image{object-fit:contain;width:60px;height:60px}.linkedin-btn{color:#fff;background:#0a66c2;border-radius:8px;margin-top:10px;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-block}.linkedin-btn:hover{opacity:.9}.who-image img{object-fit:cover;border-radius:12px;width:250px}.team-member{border-left:4px solid #0d6efd;margin-top:20px;padding:15px}.team-member h4{margin:0}.who-we-are{align-items:center;gap:30px;margin-top:50px;display:flex}.who-image img{border-radius:12px;width:220px}.team-member{margin-top:15px}
