/* Suite Feed Features Page - Unique SEO-Optimized Layout */

/* Hero Section */
.suite-feed-hero {
    padding: 60px 20px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 3px solid #9D2053;
}

.suite-feed-hero h1 {
    color: #333;
    font-size: 2.8em;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.suite-feed-hero .lead_cstm {
    font-size: 1.2em;
    line-height: 1.8;
    color: #555;
    max-width: 1000px;
    margin: 0 auto;
}

/* Key Benefits Banner */
.key-benefits-banner {
    background: #9D2053;
    color: #fff;
    padding: 40px 20px;
    margin: 40px 0;
}

.benefit-stat {
    text-align: center;
    padding: 20px;
}

.benefit-stat h3 {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.benefit-stat p {
    color: #fff;
    font-size: 1.1em;
    margin: 0;
    opacity: 0.95;
    font-weight: 300;
}

/* Section Titles */
.section-title {
    text-align: center;
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.5;
    font-weight: 300;
}

/* Main Features Section */
.main-features-section {
    padding: 80px 20px;
    background: #fff;
}

.feature-grid {
    margin-bottom: 40px;
}

.feature-item {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #9D2053;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #9D2053 0%, #7a1a42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-icon-wrapper i {
    font-size: 2.5em;
    color: #fff;
}

.feature-item h3 {
    color: #333;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-item p {
    color: #666;
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 300;
}

.feature-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-details li {
    padding: 8px 0 8px 25px;
    color: #555;
    font-size: 1em;
    line-height: 1.6;
    position: relative;
}

.feature-details li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9D2053;
    font-weight: bold;
    font-size: 1.2em;
}

/* Engagement Section */
.engagement-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.engagement-feature {
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border-top: 3px solid #9D2053;
}

.engagement-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.engagement-feature h4 {
    color: #333;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}

.engagement-feature h4 i {
    margin-right: 10px;
    font-size: 1.2em;
}

.engagement-feature p {
    color: #666;
    font-size: 1em;
    line-height: 1.7;
    margin: 0;
    font-weight: 300;
}

/* Use Cases Section */
.use-cases-section {
    padding: 80px 20px;
    background: #fff;
}

.use-case-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 15px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    border-left: 5px solid #9D2053;
    transition: all 0.3s ease;
}

.use-case-box:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.use-case-box h3 {
    color: #333;
    font-size: 1.6em;
    margin-bottom: 15px;
    font-weight: 600;
}

.use-case-box p {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 300;
}

.use-case-box p strong {
    color: #9D2053;
    font-weight: 600;
}

/* Integration Section */
.integration-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.integration-point {
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.integration-point:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-left: 4px solid #9D2053;
}

.integration-point h4 {
    color: #333;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}

.integration-point h4 i {
    margin-right: 10px;
    font-size: 1.2em;
}

.integration-point p {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

/* Screenshots Section */
.screenshots-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.screenshot-featured {
    margin-bottom: 60px;
    text-align: center;
}

.screenshot-image-large {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    background: #fff;
    padding: 10px;
}

.screenshot-image-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

.screenshot-image-large img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.screenshot-caption {
    max-width: 900px;
    margin: 0 auto;
}

.screenshot-caption h3 {
    color: #333;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 600;
}

.screenshot-caption p {
    color: #666;
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: 300;
}

.screenshot-grid {
    margin-bottom: 40px;
}

.screenshot-box {
    margin-bottom: 30px;
}

.screenshot-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #fff;
    padding: 8px;
}

.screenshot-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.screenshot-wrapper:hover .screenshot-overlay {
    opacity: 1;
}

.screenshot-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.screenshot-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(157, 32, 83, 0.95) 0%, rgba(157, 32, 83, 0.8) 100%);
    color: #fff;
    padding: 25px 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 6px 6px;
}

.screenshot-overlay h4 {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 8px;
    font-weight: 600;
}

.screenshot-overlay p {
    color: #fff;
    font-size: 0.95em;
    margin: 0;
    opacity: 0.95;
    line-height: 1.5;
}

/* Alternative: Always visible overlay for better SEO */
.screenshot-wrapper.always-show-overlay .screenshot-overlay {
    opacity: 1;
    position: relative;
    background: #9D2053;
    margin-top: -5px;
    border-radius: 0 0 8px 8px;
}

/* FAQ Section */
.faq-section {
    padding: 80px 20px;
    background: #fff;
}

.faq-item {
    background: #f8f9fa;
    padding: 30px 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    border-left: 4px solid #9D2053;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

.faq-item h3 {
    color: #333;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}

.faq-item p {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

/* CTA Section */
.cta-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #9D2053 0%, #7a1a42 100%);
    color: #fff;
    text-align: center;
}

.cta-content h2 {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.cta-content p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.95;
    font-weight: 300;
}

.cta-buttons {
    margin-top: 30px;
}

.cta-buttons .btn {
    margin: 10px 15px;
    padding: 15px 40px;
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-buttons .btn-primary {
    background: #fff;
    color: #9D2053;
    border: 2px solid #fff;
}

.cta-buttons .btn-primary:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cta-buttons .btn-default {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-buttons .btn-default:hover {
    background: #fff;
    color: #9D2053;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.feature-card-suitefeed {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .suite-feed-hero h1 {
        font-size: 2em;
    }
    
    .suite-feed-hero .lead_cstm {
        font-size: 18px;
    }
    
    .section-title {
        font-size: 2em;
    }
    
    .section-subtitle {
        font-size: 18px;
    }
    
    .benefit-stat h3 {
        font-size: 2em;
    }
    
    .benefit-stat p {
        font-size: 1em;
    }
    
    .feature-item {
        padding: 30px 20px;
    }
    
    .feature-item h3 {
        font-size: 1.5em;
    }
    
    .screenshot-caption h3 {
        font-size: 1.5em;
    }
    
    .screenshot-caption p {
        font-size: 1em;
    }
    
    .screenshot-overlay {
        opacity: 1;
        position: relative;
        background: #9D2053;
        margin-top: -5px;
        border-radius: 0 0 6px 6px;
    }
    
    .cta-content h2 {
        font-size: 2em;
    }
    
    .cta-content p {
        font-size: 1.1em;
    }
    
    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .suite-feed-hero {
        padding: 40px 15px 30px;
    }
    
    .suite-feed-hero h1 {
        font-size: 1.7em;
    }
    
    .section-title {
        font-size: 1.7em;
    }
    
    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .feature-icon-wrapper i {
        font-size: 2em;
    }
}

/* Print Styles */
@media print {
    .key-benefits-banner,
    .cta-section {
        background: #fff !important;
        color: #000 !important;
    }
    
    .cta-buttons {
        display: none;
    }
}
