/* Feature Pages Shared Styles - High Specificity */

.content-wrapper .feature-page-body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1f2937;
    line-height: 1.6;
    background-color: #f9fafb;
}

/* Header Styles */
.feature-header {
    background: #1e293b;
    padding: 1rem 2rem;
}

.feature-header-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
}

.feature-logo .highlight {
    color: #3b82f6;
}

.feature-breadcrumb {
    color: #cbd5e1;
    font-size: 0.95rem;
}

.feature-breadcrumb a {
    color: #3b82f6;
    text-decoration: none;
}

.feature-breadcrumb a:hover {
    text-decoration: underline;
}

/* Hero Section */
.content-wrapper .feature-hero,
.feature-hero {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: #ffffff !important;
    padding: 5rem 2rem !important;
    text-align: center !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 50px;
}

.feature-hero-content {
    max-width: 1400px;
    margin: 0 auto;
}

.feature-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff !important;
}

.feature-hero p {
    font-size: 1.35rem;
    max-width: 800px;
    margin: 0 auto 2.5rem;
}

.feature-hero-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.feature-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
}

.feature-stat-label {
    font-size: 0.95rem;
    color: #cbd5e1;
    margin-top: 0.5rem;
}

/* Container */
.content-wrapper .feature-container,
.feature-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 5rem 2rem !important;
    width: 100% !important;
    background: #f9fafb !important;
    min-height: auto !important;
}

.content-wrapper .feature-container section,
.feature-container section {
    margin-bottom: 4rem !important;
    display: block !important;
}

.content-wrapper .feature-container > section:first-child,
.feature-container > section:first-child {
    margin-top: 0 !important;
}

/* Section Titles */
.content-wrapper .feature-section-title,
.feature-section-title {
    font-size: 2.5rem !important;
    margin-bottom: 1rem !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.content-wrapper .feature-section-subtitle,
.feature-section-subtitle {
    font-size: 1.2rem !important;
    color: #6b7280 !important;
    margin-bottom: 3rem !important;
    text-align: center !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Benefits Grid */
.content-wrapper .feature-benefits-grid,
.feature-benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    margin: 4rem 0 !important;
}

@media (max-width: 992px) {
    .content-wrapper .feature-benefits-grid,
    .feature-benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .content-wrapper .feature-benefits-grid,
    .feature-benefits-grid {
        grid-template-columns: 1fr !important;
    }
}

.content-wrapper .feature-benefit-card,
.feature-benefit-card {
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    transition: all 0.3s !important;
}

.feature-benefit-card:hover {
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.content-wrapper .feature-benefit-icon,
.feature-benefit-icon {
    width: 64px !important;
    height: 64px !important;
    background: #eff6ff !important;
    color: #3b82f6 !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.5rem !important;
    font-size: 2rem !important;
}

.content-wrapper .feature-benefit-card h3,
.feature-benefit-card h3 {
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
}

.content-wrapper .feature-benefit-card p,
.feature-benefit-card p {
    color: #6b7280 !important;
    line-height: 1.8 !important;
    font-size: 1.05rem !important;
}

/* Feature Deep Dive */
.content-wrapper .feature-deep-dive,
.feature-deep-dive {
    background: #ffffff !important;
    padding: 4rem !important;
    border-radius: 16px !important;
    margin-bottom: 3rem !important;
}

.content-wrapper .feature-deep-dive h3,
.feature-deep-dive h3 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
}

.content-wrapper .feature-deep-dive p,
.feature-deep-dive p {
    color: #4b5563 !important;
    line-height: 1.9 !important;
    margin-bottom: 2rem !important;
    font-size: 1.1rem !important;
}

.content-wrapper .feature-list,
.feature-list {
    list-style: none !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

@media (max-width: 768px) {
    .content-wrapper .feature-list,
    .feature-list {
        grid-template-columns: 1fr !important;
    }
}

.content-wrapper .feature-list li,
.feature-list li {
    padding: 1rem 0 1rem 2.5rem !important;
    position: relative !important;
    color: #4b5563 !important;
    font-size: 1.05rem !important;
}

.content-wrapper .feature-list li:before,
.feature-list li:before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: #10b981 !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

/* FAQ Section */
.content-wrapper .feature-faq-grid,
.feature-faq-grid {
    display: grid !important;
    gap: 1.5rem !important;
    margin-top: 3rem !important;
}

.content-wrapper .feature-faq-item,
.feature-faq-item {
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
}

.content-wrapper .feature-faq-question,
.feature-faq-question {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 1rem !important;
}

.content-wrapper .feature-faq-answer,
.feature-faq-answer {
    color: #6b7280 !important;
    line-height: 1.8 !important;
    font-size: 1.05rem !important;
}

/* CTA Section */
.content-wrapper .feature-cta-section,
.feature-cta-section {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: #ffffff !important;
    padding: 5rem 2rem !important;
    text-align: center !important;
    border-radius: 20px !important;
    margin: 5rem 0 !important;
}

.content-wrapper .feature-cta-section h2,
.feature-cta-section h2 {
    font-size: 3rem !important;
    margin-bottom: 1.5rem !important;
    font-weight: 700 !important;
    color: white;
}

.content-wrapper .feature-cta-section p,
.feature-cta-section p {
    font-size: 1.4rem !important;
    margin-bottom: 2.5rem !important;
}

.content-wrapper .feature-btn-white,
.feature-btn-white {
    background: #ffffff !important;
    color: #1e293b !important;
    padding: 1.25rem 3rem !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    transition: all 0.3s !important;
    display: inline-block !important;
}

.content-wrapper .feature-btn-white:hover,
.feature-btn-white:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
    text-decoration: none !important;
    color: #1e293b !important;
}

/* Footer */
.feature-footer {
    background: #1e293b;
    color: #ffffff;
    padding: 2.5rem;
    text-align: center;
}

/* Ensure feature pages work within content-wrapper */
.content-wrapper {
    overflow-x: hidden;
}

.content-wrapper .feature-hero {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

.content-wrapper .feature-container {
    position: relative;
    z-index: 1;
    background: transparent;
}

/* Feature List Pages */
.feature-list-page {
    padding: 3rem 0;
}

.feature-page-title {
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
}

.feature-page-subtitle {
    font-size: 1.3rem !important;
    color: #6b7280 !important;
    text-align: center !important;
    margin-bottom: 4rem !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.feature-categories {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.feature-category {
    background: #ffffff !important;
    padding: 3rem !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.feature-category .category-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-bottom: 2rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 2px solid #e5e7eb !important;
}

.feature-links-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 1.5rem !important;
}

.feature-link-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    padding: 1.5rem !important;
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
}

.feature-link-card:hover {
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.feature-link-icon {
    font-size: 2rem !important;
    flex-shrink: 0 !important;
}

.feature-link-content {
    flex: 1 !important;
}

.feature-link-name {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 0.5rem !important;
}

.feature-link-desc {
    font-size: 0.95rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
}

@media (max-width: 768px) {
    .feature-links-grid {
        grid-template-columns: 1fr !important;
    }
    
    .feature-category {
        padding: 2rem !important;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-hero {
        padding: 3rem 1rem;
    }
    
    .feature-hero h1 {
        font-size: 2.5rem;
    }
    
    .feature-hero p {
        font-size: 1.1rem;
    }
    
    .feature-section-title {
        font-size: 2rem;
    }
    
    .feature-cta-section h2 {
        font-size: 2rem;
    }
    
    .feature-deep-dive {
        padding: 2rem;
    }
    
    .feature-container {
        padding: 3rem 1rem;
    }
}
