* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #1a1a2e; line-height: 1.6; background: #fafafa; }
header { background: #fff; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.logo { font-size: 1.4rem; font-weight: 800; color: #1a1a2e; }
.logo-accent { color: #2563eb; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #444; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #2563eb; }
.cta-btn { background: #2563eb; color: #fff !important; padding: 0.7rem 1.4rem; border-radius: 8px; text-decoration: none; font-weight: 600; transition: background 0.2s; }
.cta-btn:hover { background: #1d4ed8; }
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #2563eb 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-badge { background: rgba(37,99,235,0.3); border: 1px solid rgba(37,99,235,0.5); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; margin-bottom: 1.5rem; color: #93c5fd; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 800; line-height: 1.2; }
.hero p { font-size: 1.15rem; opacity: 0.9; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.btn-primary { background: #f59e0b; color: #0f172a; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; font-size: 1rem; display: inline-block; }
.btn-secondary { background: transparent; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid rgba(255,255,255,0.4); display: inline-block; }
.hero-stats { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-num { font-size: 1.8rem; font-weight: 800; color: #f59e0b; }
.stat-label { font-size: 0.85rem; opacity: 0.8; }
.services, .portfolio, .process, .pricing, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.section-sub { text-align: center; font-size: 1.1rem; color: #64748b; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.services h2, .portfolio h2, .process h2, .pricing h2, .contact h2 { font-size: 2.2rem; margin-bottom: 0.5rem; text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e2e8f0; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.service-card.featured { border: 2px solid #2563eb; background: #eff6ff; }
.card-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.3rem; margin-bottom: 0.8rem; color: #1a1a2e; }
.card-features { list-style: none; margin-top: 1rem; }
.card-features li { padding: 0.3rem 0; font-size: 0.95rem; color: #374151; }
.card-tag { position: absolute; top: 1rem; right: 1rem; background: #2563eb; color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 4px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.portfolio-preview { background: linear-gradient(135deg, #1a1a2e, #2563eb); border-radius: 10px; height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; overflow: hidden; }
.preview-placeholder { text-align: center; color: #fff; }
.preview-placeholder span { font-size: 3rem; display: block; margin-bottom: 0.5rem; }
.preview-placeholder p { font-weight: 700; font-size: 1.1rem; }
.preview-placeholder small { opacity: 0.7; font-size: 0.85rem; }
.portfolio-info h4 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.portfolio-info p { font-size: 0.95rem; color: #64748b; margin-bottom: 0.8rem; }
.portfolio-info a { color: #2563eb; font-weight: 600; text-decoration: none; }
.process-steps { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.step { background: #fff; padding: 1.8rem; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; flex: 1; min-width: 220px; }
.step-num { width: 50px; height: 50px; background: #2563eb; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; margin: 0 auto 1rem; }
.step h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.9rem; color: #64748b; }
.step-arrow { font-size: 1.5rem; color: #cbd5e1; font-weight: 700; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.pricing-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e2e8f0; position: relative; text-align: center; }
.pricing-card.featured { border: 2px solid #2563eb; background: #eff6ff; }
.price-tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #2563eb; color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.8rem; border-radius: 20px; }
.pricing-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.price { font-size: 2.5rem; font-weight: 800; color: #2563eb; margin-bottom: 0.5rem; }
.pricing-card p { font-size: 0.9rem; color: #64748b; margin-bottom: 1.5rem; }
.pricing-card ul { list-style: none; text-align: left; margin-bottom: 1.5rem; }
.pricing-card ul li { padding: 0.4rem 0; font-size: 0.9rem; color: #374151; }
.btn-outline { display: inline-block; border: 2px solid #2563eb; color: #2563eb; padding: 0.7rem 1.5rem; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.2s; }
.btn-outline:hover { background: #2563eb; color: #fff; }
.contact { background: #f8fafc; border-radius: 16px; margin-top: 2rem; }
#contact-form { display: flex; flex-direction: column; gap: 1rem; max-width: 600px; margin: 0 auto 2rem; }
.form-row { display: flex; gap: 1rem; }
.form-row input { flex: 1; }
#contact-form input, #contact-form select, #contact-form textarea { padding: 0.8rem; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 1rem; }
#contact-form textarea { resize: vertical; min-height: 120px; }
.contact-info { text-align: center; font-size: 0.95rem; color: #64748b; }
.contact-info strong { color: #2563eb; }
footer { background: #0f172a; color: #94a3b8; padding: 3rem 2rem; margin-top: 4rem; text-align: center; }
.footer-brand { margin-bottom: 1.5rem; }
.footer-brand .logo { color: #fff; font-size: 1.6rem; }
.footer-brand p { margin-top: 0.5rem; font-size: 0.9rem; }
.footer-links { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.footer-links a { color: #94a3b8; text-decoration: none; font-size: 0.9rem; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 0.85rem; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2rem; } .form-row { flex-direction: column; } .hero-stats { gap: 1.5rem; } .step-arrow { display: none; } }
