* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #111827; background: #F9FAFB; line-height: 1.6;
}

/* Header */
.header {
    background: #FFFFFF; box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    position: sticky; top: 0; z-index: 1000;
}
.header-container {
    max-width: 1320px; margin: 0 auto; padding: 0.875rem 2rem;
    display: flex; justify-content: space-between; align-items: center;
}
.logo-section { display: flex; align-items: center; gap: 0.5rem; }
.logo-icon {
    width: 40px; height: 40px; background: linear-gradient(135deg, #4F46E5, #6366F1);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    color: white; font-weight: 800; font-size: 1.25rem;
}
.logo-text { display: flex; flex-direction: column; }
.logo { font-size: 1.5rem; font-weight: 800; color: #4F46E5; text-decoration: none; line-height: 1.1; }
.logo-tagline { font-size: 0.7rem; color: #6B7280; font-weight: 500; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: #374151; text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: color 0.3s; }
.nav-links a:hover { color: #4F46E5; }
.btn-partner {
    background: #4F46E5; color: white !important; padding: 0.6rem 1.25rem;
    border-radius: 8px; font-weight: 600; transition: all 0.3s;
}
.btn-partner:hover { background: #4338CA; transform: translateY(-1px); }

/* NEW Hero Section */
.hero {
    background: linear-gradient(135deg, #F9FAFB 0%, #EEF2FF 100%);
    padding: 3rem 2rem 4rem;
}
.hero-container {
    max-width: 1320px; margin: 0 auto;
    display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center;
}
.hero-content h1 {
    font-size: 3.25rem; font-weight: 800; color: #111827;
    line-height: 1.15; margin-bottom: 1.25rem;
}
.hero-content h1 span { color: #4F46E5; }
.hero-subtitle {
    font-size: 1.2rem; color: #6B7280; margin-bottom: 2rem; line-height: 1.7;
}

/* Trust Strip */
.trust-strip {
    display: flex; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap;
}
.trust-badge {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.95rem; color: #374151; font-weight: 500;
}
.trust-badge svg { color: #10B981; }

/* Quick Service Selector */
.quick-services {
    background: white; border-radius: 16px; padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.quick-services-title { font-weight: 700; color: #111827; margin-bottom: 1rem; font-size: 1rem; }
.service-pills {
    display: flex; flex-wrap: wrap; gap: 0.75rem;
}
.service-pill {
    display: flex; align-items: center; gap: 0.5rem;
    padding: 0.6rem 1rem; background: #F3F4F6; border-radius: 50px;
    font-size: 0.9rem; color: #374151; cursor: pointer;
    transition: all 0.3s; border: 2px solid transparent;
}
.service-pill:hover { background: #EEF2FF; border-color: #4F46E5; color: #4F46E5; }
.service-pill img { width: 24px; height: 24px; border-radius: 6px; object-fit: cover; }

/* Hero Right - Image + Form Toggle */
.hero-right { position: relative; }
.hero-image-stack { position: relative; }
.hero-main-image {
    width: 100%; height: 380px; border-radius: 20px; object-fit: cover;
    box-shadow: 0 20px 50px rgba(79,70,229,0.2);
}
.hero-float-card {
    position: absolute; background: white; border-radius: 12px;
    padding: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.float-card-1 { bottom: -20px; left: -20px; display: flex; align-items: center; gap: 0.75rem; }
.float-card-1 .fc-icon { font-size: 2rem; }
.float-card-1 .fc-text strong { display: block; color: #111827; font-size: 1.1rem; }
.float-card-1 .fc-text span { color: #6B7280; font-size: 0.85rem; }
.float-card-2 { top: 20px; right: -15px; text-align: center; }
.float-card-2 .rating { font-size: 1.75rem; font-weight: 800; color: #4F46E5; }
.float-card-2 .stars { color: #F59E0B; font-size: 0.9rem; }
.float-card-2 .label { font-size: 0.8rem; color: #6B7280; }

/* CTA Button */
.hero-cta {
    display: inline-flex; align-items: center; gap: 0.75rem;
    background: linear-gradient(135deg, #4F46E5, #6366F1); color: white;
    padding: 1rem 2rem; border-radius: 12px; font-weight: 700;
    font-size: 1.1rem; text-decoration: none; margin-top: 1.5rem;
    transition: all 0.3s; border: none; cursor: pointer;
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(79,70,229,0.4); }

/* Promo Banners */
.promo-section { padding: 2rem; background: white; }
.promo-container {
    max-width: 1320px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.promo-card {
    border-radius: 16px; padding: 2rem; position: relative; overflow: hidden;
    min-height: 160px; display: flex; flex-direction: column; justify-content: center;
}
.promo-card.promo-1 { background: linear-gradient(135deg, #10B981, #059669); color: white; }
.promo-card.promo-2 { background: linear-gradient(135deg, #F59E0B, #D97706); color: white; }
.promo-card.promo-3 { background: linear-gradient(135deg, #4F46E5, #6366F1); color: white; }
.promo-card h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 0.5rem; }
.promo-card p { font-size: 0.95rem; opacity: 0.9; margin-bottom: 1rem; }
.promo-btn {
    display: inline-block; background: white; color: #111827;
    padding: 0.5rem 1.25rem; border-radius: 8px; font-weight: 600;
    font-size: 0.9rem; text-decoration: none; width: fit-content;
}

/* Most Booked Services */
.most-booked { padding: 4rem 2rem; background: #F9FAFB; }
.section-header {
    max-width: 1320px; margin: 0 auto 2.5rem;
    display: flex; justify-content: space-between; align-items: center;
}
.section-header h2 { font-size: 1.75rem; font-weight: 800; color: #111827; }
.view-all { color: #4F46E5; font-weight: 600; text-decoration: none; font-size: 0.95rem; }
.services-scroll {
    max-width: 1320px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.25rem;
}
.service-card-mini {
    background: white; border-radius: 12px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: all 0.3s; cursor: pointer;
}
.service-card-mini:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.service-card-mini img { width: 100%; height: 120px; object-fit: cover; }
.service-card-mini .info { padding: 1rem; }
.service-card-mini h4 { font-size: 0.95rem; font-weight: 600; color: #111827; margin-bottom: 0.25rem; }
.service-card-mini .price { font-size: 0.85rem; color: #10B981; font-weight: 600; }
.service-card-mini .rating { font-size: 0.8rem; color: #6B7280; }

/* Category Sections */
.category-section { padding: 3rem 2rem; background: white; }
.category-section:nth-child(even) { background: #F9FAFB; }
.category-header {
    max-width: 1320px; margin: 0 auto 2rem;
    display: flex; justify-content: space-between; align-items: center;
}
.category-header h2 { font-size: 1.5rem; font-weight: 700; color: #111827; }
.category-grid {
    max-width: 1320px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem;
}
.cat-card {
    background: white; border-radius: 12px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s;
    text-decoration: none; color: inherit;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(79,70,229,0.15); }
.cat-card img { width: 100%; height: 140px; object-fit: cover; }
.cat-card h4 { padding: 1rem; font-size: 0.95rem; font-weight: 600; text-align: center; }

/* Request Form Modal/Section */
.request-section { padding: 5rem 2rem; background: linear-gradient(135deg, #4F46E5, #6366F1); }
.request-container {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.request-content { color: white; }
.request-content h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 1.5rem; }
.request-content p { font-size: 1.15rem; opacity: 0.95; margin-bottom: 2rem; line-height: 1.7; }
.request-benefits { display: flex; flex-direction: column; gap: 1rem; }
.benefit-item { display: flex; align-items: center; gap: 0.75rem; font-size: 1.05rem; }
.benefit-item svg { flex-shrink: 0; }

.request-form {
    background: white; border-radius: 20px; padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.form-title { color: #111827; font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; text-align: center; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; color: #374151; font-weight: 600; margin-bottom: 0.4rem; font-size: 0.9rem; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 0.8rem; border: 2px solid #E5E7EB;
    border-radius: 8px; font-size: 0.95rem; transition: border-color 0.3s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: #4F46E5;
}
.form-group textarea { resize: vertical; min-height: 80px; }
.iti { width: 100%; }
.submit-btn {
    width: 100%; background: linear-gradient(135deg, #10B981, #059669);
    color: white; padding: 1rem; border: none; border-radius: 8px;
    font-size: 1.1rem; font-weight: 700; cursor: pointer; transition: all 0.3s;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16,185,129,0.4); }
.form-note { text-align: center; color: #6B7280; font-size: 0.85rem; margin-top: 1rem; }

/* Stats */
.stats-strip {
    background: #111827; padding: 3rem 2rem;
}
.stats-container {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center;
}
.stat-item { color: white; }
.stat-number { font-size: 2.5rem; font-weight: 800; color: #10B981; }
.stat-label { font-size: 1rem; opacity: 0.8; margin-top: 0.25rem; }

/* Reviews */
.reviews-section { padding: 4rem 2rem; background: #F9FAFB; }
.reviews-grid {
    max-width: 1320px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.review-card {
    background: white; border-radius: 16px; padding: 1.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.review-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.reviewer-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.reviewer-info h4 { font-weight: 600; font-size: 1rem; }
.reviewer-info span { font-size: 0.85rem; color: #6B7280; }
.review-stars { color: #F59E0B; margin-bottom: 0.75rem; }
.review-text { color: #4B5563; font-size: 0.95rem; line-height: 1.6; }

/* Partner CTA */
.partner-section { padding: 4rem 2rem; background: white; }
.partner-container {
    max-width: 1100px; margin: 0 auto; text-align: center;
    background: linear-gradient(135deg, #F59E0B, #D97706);
    border-radius: 24px; padding: 4rem 3rem;
}
.partner-container h2 { color: white; font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
.partner-container p { color: white; opacity: 0.95; font-size: 1.15rem; margin-bottom: 2rem; }
.partner-btn {
    display: inline-block; background: white; color: #D97706;
    padding: 1rem 2.5rem; border-radius: 10px; font-weight: 700;
    font-size: 1.1rem; text-decoration: none; transition: all 0.3s;
}
.partner-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,0.2); }

/* Footer */
footer { background: #111827; color: white; padding: 4rem 2rem 2rem; }
.footer-container { max-width: 1320px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo { color: white; font-size: 1.75rem; }
.footer-brand .logo-tagline { color: #9CA3AF; }
.footer-brand p { color: #9CA3AF; margin-top: 1rem; font-size: 0.95rem; line-height: 1.7; }
.footer-col h4 { font-size: 1rem; font-weight: 700; margin-bottom: 1.25rem; color: white; }
.footer-col a { display: block; color: #9CA3AF; text-decoration: none; font-size: 0.9rem; margin-bottom: 0.75rem; transition: color 0.3s; }
.footer-col a:hover { color: #10B981; }
.footer-bottom {
    border-top: 1px solid #374151; padding-top: 2rem;
    display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { color: #6B7280; font-size: 0.9rem; }
.social-links { display: flex; gap: 1rem; }
.social-links a {
    width: 40px; height: 40px; background: #374151; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; text-decoration: none; transition: background 0.3s;
}
.social-links a:hover { background: #4F46E5; }

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}
.mobile-menu-btn span {
    width: 100%;
    height: 3px;
    background-color: #374151;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-container { grid-template-columns: 1fr; text-align: center; }
    .hero-right { display: none; }
    .trust-strip { justify-content: center; }
    .services-scroll, .category-grid { grid-template-columns: repeat(3, 1fr); }
    .promo-container { grid-template-columns: 1fr; }
    .request-container { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex;
    }
    
    .nav-links {
        display: flex;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 80%;
        max-width: 300px;
        background: white;
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 2rem 2rem;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        gap: 1.5rem;
    }

    .nav-links.active {
        right: 0;
    }

    /* Hamburger Animation */
    .mobile-menu-btn.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    body.menu-open {
        overflow: hidden;
    }

    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        backdrop-filter: blur(2px);
    }

    .hero-content h1 { font-size: 2.25rem; }
    .services-scroll, .category-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-container { grid-template-columns: repeat(2, 1fr); }
    .reviews-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}