/* Content Protection Page Specific Styles - Modern Design */

/* Hero Section - Reduced Height */
.hero-section {
    min-height: 60vh !important;
    padding: 120px 0 80px !important;
}

/* Remove hero image on non-index pages */
.hero-image {
    display: none;
}

/* Adjust hero content for full width */
.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Section Dividers */
.section-divider {
    height: 2px;
    background: #ffc107;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: none;
}

/* Section Spacing - Compact Design */
.section-spacing {
    padding: 50px 0 !important;
    margin: 0 !important;
}

.section-spacing.bg-light {
    margin: 0 !important;
}

/* Modern Section Headers */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #dc2626, #fbbf24, #000000, #dc2626, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.1rem;
    color: black;
    margin-bottom: 3rem;
}


/* Content Protection Specific Styles */
.protection-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.protection-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997);
}

.protection-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.protection-card .service-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
}

/* Protection Features */
.protection-feature {
    background: white;
    padding: 35px 30px;
    border-radius: 18px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-left: 5px solid #28a745;
}

.protection-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    border-left-color: #20c997;
}

.protection-feature .feature-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.protection-feature h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.protection-feature p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Security Badge */
.security-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin: 20px 0;
    box-shadow: 0 5px 20px rgba(40, 167, 69, 0.3);
}

/* Protection Stats */
.protection-stat {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.protection-stat:hover {
    border-color: #28a745;
    transform: translateY(-5px);
}

.protection-stat .stat-number {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #28a745, #20c997);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.protection-stat .stat-label {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
}

/* Button Spacing */
.btn {
    margin: 10px 0 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative !important;
}

.hero-actions {
    margin-top: 40px !important;
}

.hero-actions .btn {
    margin: 10px 15px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative !important;
}

/* Content Spacing */
.section-title {
    margin-bottom: 20px !important;
    padding-top: 20px !important;
}

.section-subtitle {
    margin-bottom: 40px !important;
}


/* Service Cards - Modern Design */
.service-card {
    background: white;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(40, 167, 69, 0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
}

.service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 15px;
}

.service-description {
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .hero-section {
        min-height: 50vh !important;
        padding: 100px 0 60px !important;
    }
    
    .section-spacing {
        padding: 60px 0 !important;
        margin: 30px 0 !important;
    }
    
    .protection-card {
        margin-bottom: 25px;
        padding: 35px 25px;
    }
    
    .protection-feature {
        margin-bottom: 25px;
        padding: 30px 25px;
    }
    
    .protection-stat {
        margin-bottom: 15px;
        padding: 25px 15px;
    }
    
    .hero-actions .btn {
        margin: 10px 5px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 40vh !important;
        padding: 90px 0 40px !important;
    }
    
    .section-spacing {
        padding: 40px 0 !important;
        margin: 20px 0 !important;
    }
    
    .protection-card {
        margin-bottom: 20px;
        padding: 30px 20px;
    }
    
    .protection-card .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .protection-feature {
        margin-bottom: 20px;
        padding: 25px 20px;
    }
    
    .protection-feature .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .protection-stat {
        margin-bottom: 12px;
        padding: 20px 15px;
    }
    
    .protection-stat .stat-number {
        font-size: 28px;
    }
    
    .security-badge {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .hero-actions {
        margin-top: 30px !important;
    }
    
    .hero-actions .btn {
        margin: 10px 5px !important;
        display: inline-block;
        width: auto;
        min-width: 140px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
    }
    
    .cta-benefits {
        gap: 1rem;
    }
    
    .cta-trust-indicators {
        gap: 1rem;
    }
    
    .trust-number {
        font-size: 1.5rem;
    }
    
    .protection-card {
        padding: 30px 25px;
    }
    
    .protection-card .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .protection-feature {
        padding: 25px 20px;
    }
    
    .protection-feature .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .security-badge {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Enhanced CTA Section */
.cta-section {
    background: linear-gradient(135deg, #28a745, #20c997);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.cta-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.cta-content-enhanced {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-benefits {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.cta-benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 500;
}

.cta-benefit-item .material-icons {
    font-size: 20px;
    color: #ffeb3b;
}

.cta-trust-indicators {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.trust-item {
    text-align: center;
    color: white;
}

.trust-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffeb3b;
}

.trust-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

.lead-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    margin-top: 2rem;
}

.cta-actions .btn {
    margin: 0.5rem;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .cta-section {
        margin: 0 !important;
        padding: 25px 0 !important;
    }
    
    .cta-actions .btn {
        margin: 5px 4px !important;
        display: inline-block;
        min-width: 110px;
        font-size: 0.85rem !important;
        padding: 0.5rem 1.2rem !important;
        min-height: 44px !important;
    }
}
/* Center Hero Content */
.hero-content {
    text-align: center;
}

.hero-title {
    text-align: center;
}

.hero-subtitle {
    text-align: center;
}

.hero-actions {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Center all buttons in hero */
.hero-actions .btn {
    margin: 0;
}
