/* Programmatic SEO pages - generated content styles */

/* BREADCRUMBS */
.breadcrumbs {
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0.75rem 2rem;
    font-size: 0.85rem;
    color: var(--text-muted, #9CA3AF);
}
.breadcrumbs a { color: var(--text-secondary, #6B7280); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent, #2563EB); }
.breadcrumbs span { margin: 0 0.35rem; }

/* HERO */
.page-hero {
    background: linear-gradient(135deg, var(--accent, #2563EB), var(--accent-dark, #1E40AF));
    color: #fff;
    padding: 4rem 2rem;
    text-align: center;
}
.page-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto 1rem;
}
.page-hero .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}
.page-hero .hero-cta {
    display: inline-block;
    background: #fff;
    color: var(--accent, #2563EB);
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.05rem;
    transition: transform 0.2s, box-shadow 0.2s;
}
.page-hero .hero-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* CONTENT */
.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 2rem;
}
.content-wrapper h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
}
.content-wrapper h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem;
}
.content-wrapper p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
}
.content-wrapper ul, .content-wrapper ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.content-wrapper li {
    margin-bottom: 0.5rem;
}
.content-wrapper a {
    color: var(--accent, #2563EB);
    text-decoration: underline;
    text-decoration-color: rgba(37, 99, 235, 0.3);
    text-underline-offset: 2px;
}
.content-wrapper a:hover {
    text-decoration-color: var(--accent, #2563EB);
}

/* FEATURE GRID */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}
.feature-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1.5rem;
}
.feature-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.feature-card p {
    font-size: 0.95rem;
    opacity: 0.8;
    margin: 0;
}

/* COMPARISON TABLE */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
}
.comparison-table th, .comparison-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.comparison-table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.comparison-table .check { color: #34D399; font-weight: 600; }
.comparison-table .cross { color: #F87171; }
.comparison-table .partial { color: #FBBF24; }

/* CTA SECTION */
.cta-section {
    background: rgba(255,255,255,0.05);
    border: 2px solid var(--accent, #2563EB);
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    margin: 3rem 0;
}
.cta-section h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}
.cta-section p {
    opacity: 0.8;
    margin-bottom: 1.5rem;
}
.cta-button {
    display: inline-block;
    background: var(--accent, #2563EB);
    color: #fff;
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.05rem;
    transition: transform 0.2s;
}
.cta-button:hover { transform: translateY(-1px); }

/* RELATED LINKS */
.related-content {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    margin-top: 3rem;
}
.related-content h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.related-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
}
.related-links a {
    display: block;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    text-decoration: none;
    color: var(--accent, #2563EB);
    font-weight: 500;
    font-size: 0.95rem;
    transition: background 0.2s;
}
.related-links a:hover { background: rgba(255,255,255,0.1); }

/* FAQ */
.faq-item { margin-bottom: 1.5rem; }
.faq-item h4 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.faq-item p {
    opacity: 0.8;
    font-size: 0.95rem;
}

/* BADGE */
.compliance-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(255,255,255,0.15);
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .page-hero h1 { font-size: 1.75rem; }
    .page-hero { padding: 2.5rem 1.5rem; }
    .content-wrapper { padding: 2rem 1.5rem; }
}
