*{margin:0;padding:0;box-sizing:border-box}body{font-family:inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1a1a1a;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;padding:15px 0;transition:all .3s ease}nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:28px;font-weight:700;background:linear-gradient(135deg,#2563eb,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:30px}.nav-links a{text-decoration:none;color:#4b5563;font-weight:500;transition:all .3s ease;position:relative}.nav-links a:hover{color:#2563eb}.nav-links a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-links a:hover::after{width:100%}.cta-button{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,.3)}.hero{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.hero-content{position:relative;z-index:2}.hero h1{font-size:56px;font-weight:800;margin-bottom:24px;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.hero p{font-size:22px;color:#64748b;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.secondary-button{background:#fff;color:#2563eb;padding:12px 24px;border:2px solid #2563eb;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.secondary-button:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.services{padding:100px 0;background:#fff}.section-header{text-align:center;margin-bottom:80px}.section-header h2{font-size:42px;font-weight:700;margin-bottom:20px;color:#1e293b}.section-header p{font-size:20px;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px}.service-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,8%);transition:all .3s ease;position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#0ea5e9)}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:30px;font-size:36px}.service-card h3{font-size:28px;font-weight:700;margin-bottom:20px;color:#1e293b}.service-card p{color:#64748b;font-size:18px;line-height:1.7;margin-bottom:20px}.service-features{list-style:none;margin-top:20px}.service-features li{display:flex;align-items:center;margin-bottom:12px;color:#374151;font-size:16px}.service-features li::before{content:'✓';background:#10b981;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;font-size:12px;font-weight:700}.audience{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:100px 0}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:60px}.audience-card{background:#fff;padding:30px;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,5%)}.audience-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.12)}.audience-icon{font-size:48px;margin-bottom:20px}.audience-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#1e293b}.audience-card p{color:#64748b;font-size:14px}.cta-section{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:80px 0;text-align:center}.cta-section h2{font-size:36px;font-weight:700;margin-bottom:20px}.cta-section p{font-size:18px;margin-bottom:40px;opacity:.9}footer{background:#0f172a;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#0ea5e9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#0ea5e9}.footer-bottom{border-top:1px solid #334155;padding-top:30px;text-align:center;color:#94a3b8}@media(max-width:768px){.nav-links{display:none}.hero h1{font-size:40px}.hero p{font-size:18px}.hero-buttons{flex-direction:column;align-items:center}.services-grid{grid-template-columns:1fr}.section-header h2{font-size:32px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}