* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --primary-red: #DC143C; --white: #FFFFFF; --off-white: #F9FAFB; --text-dark: #1F2937; --text-light: #6B7280; }
body { font-family: 'Poppins', sans-serif; color: var(--text-dark); background: var(--off-white); line-height: 1.6; }

/* Header Styles */
header { background: linear-gradient(135deg, var(--primary-red) 0%, #B91C1C 100%); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); position: sticky; top: 0; z-index: 1000; }
nav { padding: 20px 0; }
.nav-container { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo { font-size: 28px; font-weight: 800; color: var(--white); text-decoration: none; }
.nav-links { display: flex; gap: 30px; list-style: none; align-items: center; flex-wrap: wrap; }
.nav-links a { color: var(--white); text-decoration: none; font-weight: 600; font-size: 15px; transition: opacity 0.3s; }
.nav-links a:hover { opacity: 0.8; }
.order-btn, .call-btn { padding: 12px 30px; border-radius: 50px; font-weight: 700; transition: all 0.3s; }
.call-btn { background: transparent; color: var(--white); border: 2px solid var(--white); }
.call-btn:hover { background: var(--white); color: var(--primary-red); }
.order-btn { background: var(--primary-red); color: var(--white); border: 2px solid var(--white); }
.order-btn:hover { background: #B91C1C; transform: scale(1.05); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 28px; cursor: pointer; padding: 5px 10px; }

/* Hero & Page Header */
.hero, .page-header { background: linear-gradient(135deg, rgba(220, 20, 60, 0.95), rgba(185, 28, 28, 0.95)), url('cigkofte.jpg') center/cover; padding: 120px 30px 80px; text-align: center; color: var(--white); }
.hero h1, .page-header h1 { font-size: 56px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.hero p, .page-header p { font-size: 20px; opacity: 0.95; margin-bottom: 20px; }
.hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.hero-btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 18px; transition: all 0.3s; }
.hero-btn-primary { background: var(--white); color: var(--primary-red); }
.hero-btn-primary:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
.hero-btn-secondary { background: transparent; border: 2px solid var(--white); color: var(--white); }
.hero-btn-secondary:hover { background: var(--white); color: var(--primary-red); }

/* Sections */
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 42px; font-weight: 800; margin-bottom: 15px; }
.section-title p { font-size: 18px; color: var(--text-light); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 30px; }

/* Products */
.products { padding: 80px 30px; background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; }
.product-card { background: var(--off-white); border-radius: 25px; padding: 40px; text-align: center; transition: all 0.3s; overflow: hidden; }
.product-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(220, 20, 60, 0.2); }
.product-image { width: 100%; height: 200px; object-fit: cover; border-radius: 15px; margin-bottom: 20px; }
.product-icon { font-size: 80px; margin-bottom: 20px; }
.product-card h3 { font-size: 28px; font-weight: 700; margin-bottom: 15px; }
.product-card p { color: var(--text-light); margin-bottom: 25px; line-height: 1.8; }
.product-btn { display: inline-block; background: var(--primary-red); color: var(--white); padding: 14px 35px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: all 0.3s; }
.product-btn:hover { background: #B91C1C; transform: scale(1.05); }

/* Blog */
.blog-section { padding: 80px 30px; }
.blog-list { display: flex; flex-direction: column; gap: 30px; }
.blog-item { background: var(--white); padding: 40px; border-radius: 20px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); transition: all 0.3s; text-decoration: none; color: var(--text-dark); display: block; }
.blog-item:hover { transform: translateY(-5px); }
.blog-meta { display: flex; gap: 20px; margin-bottom: 15px; font-size: 14px; color: var(--text-light); flex-wrap: wrap; }
.blog-category { background: #FEE2E2; color: var(--primary-red); padding: 5px 15px; border-radius: 20px; font-weight: 600; }
.blog-item h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; }
.blog-excerpt { color: var(--text-light); margin-bottom: 20px; }
.read-more { color: var(--primary-red); font-weight: 600; }

/* CTA Section */
.cta-section { background: linear-gradient(135deg, var(--primary-red) 0%, #B91C1C 100%); padding: 80px 30px; text-align: center; color: var(--white); }
.cta-section h2 { font-size: 42px; font-weight: 800; margin-bottom: 20px; }
.cta-section p { font-size: 20px; margin-bottom: 40px; opacity: 0.9; }

/* Contact */
.contact-section { padding: 80px 30px; }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 60px; }
.contact-card { background: var(--white); padding: 40px 30px; border-radius: 25px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); transition: all 0.3s; text-align: center; }
.contact-card:hover { transform: translateY(-5px); }
.contact-card-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--primary-red), #B91C1C); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 25px; }
.contact-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; }
.contact-card p { color: var(--text-light); margin-bottom: 20px; }
.contact-card a { color: var(--primary-red); text-decoration: none; font-weight: 600; font-size: 18px; }
.map-container { position: relative; width: 100%; height: 400px; background: var(--white); border-radius: 25px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); overflow: hidden; }
.map-container iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Footer */
footer { background: linear-gradient(135deg, #1F2937 0%, #111827 100%); color: var(--white); padding: 80px 30px 30px; margin-top: 80px; }
.footer-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 50px; }
.footer-brand h3 { font-size: 32px; font-weight: 800; margin-bottom: 20px; background: linear-gradient(135deg, var(--primary-red), #FF6B6B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-brand p { color: #9CA3AF; line-height: 1.8; margin-bottom: 15px; }
.footer-cta { display: flex; gap: 15px; margin-top: 25px; flex-wrap: wrap; }
.footer-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 14px; transition: all 0.3s; }
.footer-cta-btn:hover { transform: translateY(-2px); }
.footer-cta-call { background: var(--primary-red); color: var(--white); }
.footer-cta-whatsapp { background: #25D366; color: var(--white); }
.footer-cta-email { background: transparent; border: 2px solid #4B5563; color: #9CA3AF; }
.footer-section h4 { font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.footer-section ul { list-style: none; }
.footer-section li { margin-bottom: 12px; }
.footer-section a { color: #9CA3AF; text-decoration: none; transition: color 0.3s; }
.footer-section a:hover { color: var(--white); }
.footer-bottom { max-width: 1400px; margin: 0 auto; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); text-align: center; color: #9CA3AF; }

/* Responsive Design */
@media (max-width: 968px) {
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: linear-gradient(135deg, var(--primary-red) 0%, #B91C1C 100%); flex-direction: column; padding: 20px; gap: 15px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
    .nav-links.active { display: flex; }
    .mobile-menu-btn { display: block; }
    .hero h1, .page-header h1 { font-size: 36px; }
    .hero p, .page-header p { font-size: 16px; }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-btn { justify-content: center; }
    .section-title h2 { font-size: 32px; }
    .product-grid { grid-template-columns: 1fr; }
    .contact-cards { grid-template-columns: 1fr; }
    .footer-content { grid-template-columns: 1fr; gap: 40px; }
    .cta-section h2 { font-size: 32px; }
    .blog-item { padding: 30px 20px; }
    .blog-item h3 { font-size: 20px; }
    .nav-container { gap: 15px; }
}

@media (max-width: 640px) {
    .hero, .page-header { padding: 80px 20px 60px; }
    .hero h1, .page-header h1 { font-size: 28px; }
    .hero p, .page-header p { font-size: 14px; }
    .section-title h2 { font-size: 24px; }
    .product-card { padding: 30px 20px; }
    .contact-card { padding: 30px 20px; }
    .footer-cta { flex-direction: column; }
    .footer-cta-btn { justify-content: center; }
    .map-container { height: 300px; }
    .logo { font-size: 22px; }
    .nav-links a { font-size: 14px; }
}
