* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #1a1a2e; line-height: 1.7; background: #f8f8fc; }
header { background: #1a1a2e; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
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: #fff; }
.logo-sub { font-size: 0.6rem; font-weight: 400; color: #e94560; display: block; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.9rem; transition: color 0.2s; }
.nav-links a:hover { color: #e94560; }
.cta-btn { background: #e94560; color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 0.9rem; }
.cta-btn:hover { background: #c73650; }
.hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-badge { background: #e94560; color: #fff; display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; margin-bottom: 1.5rem; font-weight: 700; }
.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: 1.5rem; }
.btn-primary { background: #e94560; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; font-size: 1rem; display: inline-block; transition: background 0.2s; }
.btn-primary:hover { background: #c73650; }
.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.35); display: inline-block; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.85; }
.services, .why-epic, .service-area, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.services h2, .why-epic h2, .service-area h2, .contact h2 { font-size: 2rem; margin-bottom: 2rem; text-align: center; color: #1a1a2e; font-weight: 800; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e8e8f0; transition: box-shadow 0.2s; }
.service-card:hover { box-shadow: 0 4px 20px rgba(26,26,46,0.1); }
.service-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.service-card h3 { color: #e94560; margin-bottom: 0.8rem; font-size: 1.1rem; }
.service-card p { font-size: 0.95rem; color: #555; }
.why-epic { background: #1a1a2e; border-radius: 16px; margin-top: 2rem; padding: 3rem; color: #fff; }
.why-epic h2 { color: #fff; }
.reasons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.reason { text-align: center; padding: 1.5rem; background: rgba(255,255,255,0.05); border-radius: 10px; }
.reason-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.reason h3 { color: #e94560; margin-bottom: 0.5rem; font-size: 1.05rem; }
.reason p { font-size: 0.9rem; opacity: 0.8; line-height: 1.6; }
.service-area { background: #fff; border-radius: 16px; margin-top: 2rem; padding: 3rem; text-align: center; }
.service-area > p { max-width: 600px; margin: 0 auto 2rem; color: #555; font-size: 1.05rem; }
.areas { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }
.areas span { background: #1a1a2e; color: #fff; padding: 0.5rem 1.2rem; border-radius: 50px; font-weight: 600; font-size: 0.9rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; }
.contact-info h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #1a1a2e; }
.contact-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.5rem; }
.contact-info a { color: #e94560; font-weight: 600; }
#contact-form { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e0e0ec; }
#contact-form h3 { font-size: 1.2rem; margin-bottom: 1.2rem; color: #1a1a2e; }
#contact-form input, #contact-form select, #contact-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #ccc; border-radius: 6px; font-size: 1rem; margin-bottom: 0.8rem; font-family: inherit; }
#contact-form textarea { resize: vertical; min-height: 100px; }
footer { background: #0f0f1e; color: #e94560; text-align: center; padding: 3rem 2rem; margin-top: 4rem; }
footer h3 { color: #fff; font-size: 1.3rem; margin-bottom: 0.8rem; }
footer p { margin-bottom: 0.4rem; font-size: 0.9rem; }
.copyright { margin-top: 1rem; font-size: 0.8rem; opacity: 0.7; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.1rem; } .contact-grid { grid-template-columns: 1fr; } }
