/* Homepage Specific Styles */
.homepage-hero {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    padding: 60px 20px;
}

.homepage-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-heading {
    text-align: center;
    margin-bottom: 50px;
}

.hero-heading h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.hero-heading .hero-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.why-choose h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.check-icon {
    width: 24px;
    height: 24px;
    color: #ff6b35;
    flex-shrink: 0;
    margin-top: 3px;
}

.benefit-item h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

.benefit-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.cta-banner {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    padding: 40px 20px;
    margin: 0;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cta-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin: 0 0 5px 0;
}

.cta-content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.btn-cta {
    background: white;
    color: #ff6b35;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.trust-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.trust-section h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.brand-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.brand-logo {
    height: 60px;
    width: auto;
    opacity: 0.7;
}

.delivery-section {
    padding: 60px 20px;
}

.delivery-section h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.delivery-card {
    background: white;
    border: 2px solid #ff6b35;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.delivery-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 15px 0;
}

.delivery-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.top-offers-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.top-offers-section h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.offers-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.showcase-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.showcase-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1/1;
}

.showcase-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 20px 20px 10px 20px;
}

.showcase-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0 20px 20px 20px;
}

.btn-showcase {
    display: block;
    background: #ff6b35;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin: 0 20px 20px 20px;
    border-radius: 6px;
}

.library-cta {
    padding: 40px 20px;
    background: white;
}

.features-section {
    padding: 60px 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-box {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    background: #fff5f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 40px;
    height: 40px;
    color: #ff6b35;
}

.feature-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 15px 0;
}

.feature-box p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.integration-section {
    padding: 60px 20px 0 20px;
    background: #f8f9fa;
}

.integration-section h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.step-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
}

.step-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .hero-heading h1 {
        font-size: 2rem;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .cta-content {
        flex-direction: column;
        text-align: center;
    }
    
    .delivery-grid,
    .offers-showcase,
    .features-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }
}
