@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color: #ffffff;--text-color: #1f2937;--text-muted: #6b7280;--primary-color: #6366f1;--primary-hover: #4f46e5;--bg-soft: #f9fafb;--border-color: #e5e7eb;--card-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--card-hover-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--font-family: "Outfit", sans-serif;--nav-height: 80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.6}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-color);transition:box-shadow .3s ease}.nav{display:flex;justify-content:space-between;align-items:center;height:100%}.logo{font-weight:700;font-size:1.5rem;color:var(--primary-color);display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-weight:500;color:var(--text-muted)}.nav-links a:hover{color:var(--primary-color)}.hero{padding:calc(var(--nav-height) + 4rem) 0 6rem;background:radial-gradient(circle at 80% 20%,rgba(99,102,241,.1) 0%,transparent 40%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{text-align:left}.hero-label{display:inline-block;padding:.5rem 1rem;background-color:#6366f11a;color:var(--primary-color);border-radius:9999px;font-weight:600;font-size:.875rem;margin-bottom:1.5rem}.hero-title{font-size:3.75rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#111827}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:500px}.cta-button{display:inline-block;padding:.875rem 2rem;background-color:var(--primary-color);color:#fff;border-radius:8px;font-weight:600;box-shadow:0 4px 6px -1px #6366f14d;transition:all .2s ease}.cta-button:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 10px -1px #6366f166}.hero-image{position:relative}.hero-img-placeholder{width:100%;aspect-ratio:4/3;background:#f3f4f6;border-radius:12px;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.services{padding:6rem 0;background-color:var(--bg-soft)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--card-hover-shadow);border-color:#6366f14d}.service-icon{width:56px;height:56px;background:#6366f11a;color:var(--primary-color);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem}.service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111827}.service-card p{color:var(--text-muted)}.contact{padding:6rem 0;text-align:center}.contact-box{background:var(--primary-color);border-radius:24px;padding:4rem 2rem;color:#fff;position:relative;overflow:hidden}.contact-box h2{font-size:2.5rem;margin-bottom:1rem;position:relative;z-index:1}.contact-box p{opacity:.9;margin-bottom:2rem;font-size:1.2rem;position:relative;z-index:1}.cta-button.white{background:#fff;color:var(--primary-color);box-shadow:0 4px 6px -1px #0000001a}.cta-button.white:hover{background:#f9fafb}.footer{padding:4rem 0 2rem;border-top:1px solid var(--border-color);background:#fff}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-copy{text-align:center;color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content{text-align:center;order:2}.hero-image{order:1}.hero-subtitle{margin-left:auto;margin-right:auto}}
