/* ========================================
   SEO LANDING PAGES - Clony Voice
   Comprehensive styles for SEO templates
   ======================================== */

/* ----------------------------------------
   1. BREADCRUMB
   ---------------------------------------- */
.seo-breadcrumb {
    padding: 1rem 0;
    font-size: 0.875rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.seo-breadcrumb a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.seo-breadcrumb a:hover {
    color: var(--primary);
}

.seo-breadcrumb span.separator {
    color: #cbd5e1;
    user-select: none;
}

.seo-breadcrumb span.separator::before {
    content: "/";
}

.seo-breadcrumb .current {
    color: var(--text-main);
    font-weight: 600;
}

/* ----------------------------------------
   2. HERO SECTION
   ---------------------------------------- */
.seo-hero {
    text-align: center;
    padding: 5rem 0 4rem;
    background: radial-gradient(ellipse at 50% 0%, #ede9fe 0%, #f5f3ff 40%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.seo-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(124, 58, 237, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(236, 72, 153, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.seo-hero .container {
    position: relative;
    z-index: 1;
}

.seo-hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #ffffff;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.seo-hero h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--text-main);
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 1.25rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.seo-hero-sub {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

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

.seo-stat {
    text-align: center;
}

.seo-stat strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1.2;
}

.seo-stat span {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.seo-hero-trust {
    margin-top: 1.25rem;
    font-size: 0.85rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.seo-hero-trust::before {
    content: "\1F512";
    font-size: 0.8rem;
}

/* ----------------------------------------
   3. SECTIONS
   ---------------------------------------- */
.seo-section {
    padding: 5rem 0;
}

.seo-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color: var(--text-main);
    margin: 0 0 1rem;
    letter-spacing: -0.5px;
}

.seo-section-sub {
    text-align: center;
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.seo-bg-light {
    background-color: #f8fafc;
}

.seo-bg-dark {
    background-color: #1e293b;
}

.seo-bg-dark h2,
.seo-bg-dark h3,
.seo-bg-dark p,
.seo-bg-dark li,
.seo-bg-dark span {
    color: #ffffff;
}

.seo-bg-dark .seo-section-sub {
    color: #94a3b8;
}

/* ----------------------------------------
   4. NARROW CONTAINER & PROSE
   ---------------------------------------- */
.seo-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.seo-prose {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-main);
}

.seo-prose p {
    margin-bottom: 1.5rem;
    color: var(--text-muted);
}

.seo-prose p:last-child {
    margin-bottom: 0;
}

.seo-prose h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 2.5rem 0 1rem;
}

.seo-prose a {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-color: rgba(124, 58, 237, 0.3);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s;
}

.seo-prose a:hover {
    text-decoration-color: var(--primary);
}

.seo-prose strong {
    color: var(--text-main);
    font-weight: 700;
}

.seo-prose ul,
.seo-prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    color: var(--text-muted);
}

.seo-prose li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

/* ----------------------------------------
   5. PAIN POINTS
   ---------------------------------------- */
.seo-pain-points {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.seo-pain-points li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    font-size: 1.05rem;
    color: var(--text-main);
    line-height: 1.6;
    border-bottom: 1px solid #f1f5f9;
}

.seo-pain-points li:last-child {
    border-bottom: none;
}

.seo-pain-points li::before {
    content: "\2717";
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #fef2f2;
    color: #dc2626;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 0.1rem;
}

/* ----------------------------------------
   6. STEPS GRID
   ---------------------------------------- */
.seo-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.seo-step-card {
    background: #1e293b;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #334155;
}

.seo-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.seo-step-number {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.seo-step-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem;
}

.seo-step-card p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* ----------------------------------------
   7. BENEFITS GRID
   ---------------------------------------- */
.seo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.seo-benefit-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid #f1f5f9;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.seo-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary);
}

.seo-benefit-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1;
}

.seo-benefit-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 0.75rem;
}

.seo-benefit-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ----------------------------------------
   8. SCENARIOS
   ---------------------------------------- */
.seo-scenarios {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.seo-scenario {
    background: var(--bg-white);
    border-radius: 12px;
    padding: 2rem;
    border-left: 4px solid var(--primary);
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s, box-shadow 0.2s;
}

.seo-scenario:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow-hover);
}

.seo-scenario h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 0.5rem;
}

.seo-scenario p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

/* ----------------------------------------
   9. COMPARISON TABLE
   ---------------------------------------- */
.seo-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -1rem;
    padding: 0 1rem;
}

.seo-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--bg-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    min-width: 600px;
}

.seo-comparison-table thead th {
    padding: 1.5rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #e2e8f0;
    background: #f8fafc;
    color: var(--text-main);
}

.seo-comparison-table thead th:first-child {
    text-align: left;
    background: #f8fafc;
}

.seo-highlight-col {
    background: #1e293b !important;
    color: #ffffff !important;
    position: relative;
}

.seo-comparison-table tbody td {
    padding: 1.25rem;
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.95rem;
    color: var(--text-muted);
    vertical-align: middle;
}

.seo-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.seo-feature-name {
    text-align: left !important;
    font-weight: 600;
    color: var(--text-main) !important;
}

.seo-traditional {
    background: #fef2f2;
    color: #991b1b !important;
}

.seo-clony {
    background: #f0fdf4;
    color: #166534 !important;
    font-weight: 600;
}

/* ----------------------------------------
   10. TESTIMONIALS
   ---------------------------------------- */
.seo-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.seo-testimonial-card {
    background: #1e293b;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #334155;
    transition: transform 0.3s, box-shadow 0.3s;
}

.seo-testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.seo-stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

.seo-stars::before {
    content: "\2605\2605\2605\2605\2605";
    color: #fbbf24;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.seo-testimonial-card blockquote,
.seo-testimonial-card p {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1.25rem;
    font-style: italic;
}

.seo-testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.seo-testimonial-author strong {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

.seo-testimonial-author span {
    color: #5b6b80;
    font-size: 0.8rem;
}

/* ----------------------------------------
   11. FEATURES LIST
   ---------------------------------------- */
.seo-features-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.seo-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: var(--bg-white);
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s, box-shadow 0.2s;
}

.seo-feature-item:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow-hover);
}

.seo-check {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
}

.seo-check::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.seo-feature-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 0.35rem;
}

.seo-feature-item p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

/* ----------------------------------------
   12. LONG CONTENT (Reading mode)
   ---------------------------------------- */
.seo-long-content {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 2rem;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #374151;
}

.seo-long-content p {
    margin-bottom: 1.75rem;
    text-align: left;
}

.seo-long-content h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-main);
    margin: 3rem 0 1.25rem;
    text-align: left;
    letter-spacing: -0.3px;
}

.seo-long-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 2.5rem 0 1rem;
    text-align: left;
}

.seo-long-content a {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-color: rgba(124, 58, 237, 0.3);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s;
}

.seo-long-content a:hover {
    text-decoration-color: var(--primary);
}

.seo-long-content ul,
.seo-long-content ol {
    margin-bottom: 1.75rem;
    padding-left: 1.5rem;
}

.seo-long-content li {
    margin-bottom: 0.6rem;
    line-height: 1.8;
}

.seo-long-content blockquote {
    border-left: 4px solid var(--primary);
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    background: #f5f3ff;
    border-radius: 0 8px 8px 0;
    color: var(--text-main);
    font-style: italic;
}

/* ----------------------------------------
   13. FAQ (SEO version)
   ---------------------------------------- */
.seo-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.seo-faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.seo-faq-item:last-child {
    border-bottom: none;
}

.seo-faq-question {
    width: 100%;
    padding: 1.5rem 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-main);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: color 0.2s;
    gap: 1rem;
}

.seo-faq-question:hover {
    color: var(--primary);
}

.seo-faq-question::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 300;
    flex-shrink: 0;
    transition: transform 0.3s;
    line-height: 1;
}

.seo-faq-item.open .seo-faq-question::after {
    transform: rotate(45deg);
}

.seo-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.seo-faq-item.open .seo-faq-answer {
    max-height: 800px;
    padding-bottom: 1.5rem;
}

.seo-faq-answer p {
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
}

.seo-faq-answer p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------
   14. RELATED USE CASES
   ---------------------------------------- */
.seo-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.seo-related-card {
    display: block;
    background: var(--bg-white);
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-decoration: none;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid #f1f5f9;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.seo-related-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary);
}

.seo-related-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
    line-height: 1;
}

.seo-related-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 0.5rem;
}

.seo-related-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.seo-view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    margin-top: 2rem;
    transition: gap 0.2s;
}

.seo-view-all:hover {
    gap: 0.75rem;
}

.seo-view-all::after {
    content: "\2192";
    font-size: 1.1rem;
}

/* ----------------------------------------
   15. CTA SECTION
   ---------------------------------------- */
.seo-cta-section {
    text-align: center;
    padding: 5rem 0;
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 40%, #a855f7 100%);
    position: relative;
    overflow: hidden;
}

.seo-cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.seo-cta-section .container {
    position: relative;
    z-index: 1;
}

.seo-cta-section h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 1rem;
    letter-spacing: -0.5px;
}

.seo-cta-section p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    max-width: 550px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.seo-cta-section .btn-cta {
    background: #ffffff;
    color: var(--primary);
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.seo-cta-section .btn-cta:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.seo-cta-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.seo-cta-features span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.seo-cta-features span::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
}

/* ----------------------------------------
   16. FOOTER
   ---------------------------------------- */
.seo-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 4rem 0 0;
}

.seo-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    padding-bottom: 3rem;
}

.seo-footer-col h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

.seo-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-footer-col ul li {
    margin-bottom: 0.6rem;
}

.seo-footer-col ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.seo-footer-col ul li a:hover {
    color: #ffffff;
}

.seo-footer-col p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.seo-footer-bottom {
    border-top: 1px solid #1e293b;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: #5b6b80;
}

.seo-footer-bottom a {
    color: #5b6b80;
    text-decoration: none;
    transition: color 0.2s;
}

.seo-footer-bottom a:hover {
    color: #ffffff;
}

.seo-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

.seo-disclaimer {
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.6;
    max-width: 800px;
    margin: 1.5rem auto 0;
    text-align: center;
    padding: 0 2rem;
}

.seo-capability-note {
    display: inline-block;
    margin: 1rem auto 0;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(124, 58, 237, 0.18);
    background: rgba(255, 255, 255, 0.9);
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

/* ----------------------------------------
   17. TEXT UTILITIES
   ---------------------------------------- */
.text-white {
    color: #ffffff;
}

.text-light {
    color: #94a3b8;
}

/* ----------------------------------------
   18. USE CASES LISTING PAGE
   ---------------------------------------- */
.seo-use-cases-page .seo-use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.seo-uc-card {
    display: flex;
    flex-direction: column;
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-decoration: none;
    box-shadow: var(--shadow-soft);
    border: 1px solid #f1f5f9;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.seo-uc-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary);
}

.seo-uc-card .seo-uc-icon {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1;
}

.seo-uc-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 0.6rem;
}

.seo-uc-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0 0 1.25rem;
    flex-grow: 1;
}

.seo-uc-card .seo-uc-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: gap 0.2s;
}

.seo-uc-card:hover .seo-uc-link {
    gap: 0.65rem;
}

.seo-uc-card .seo-uc-link::after {
    content: "\2192";
}

/* ========================================
   RESPONSIVE - 1024px
   ======================================== */
@media (max-width: 1024px) {
    .seo-hero h1 {
        font-size: 2.75rem;
    }

    .seo-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-use-cases-page .seo-use-cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-section h2 {
        font-size: 2.15rem;
    }

    .seo-cta-section h2 {
        font-size: 2.15rem;
    }
}

/* ========================================
   RESPONSIVE - 768px
   ======================================== */
@media (max-width: 768px) {
    .seo-hero {
        padding: 3.5rem 0 3rem;
    }

    .seo-hero h1 {
        font-size: 2.2rem;
        letter-spacing: -0.75px;
    }

    .seo-hero-sub {
        font-size: 1.05rem;
    }

    .seo-hero-stats {
        gap: 2rem;
    }

    .seo-stat strong {
        font-size: 1.6rem;
    }

    .seo-section {
        padding: 3.5rem 0;
    }

    .seo-section h2 {
        font-size: 1.85rem;
    }

    .seo-section-sub {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .seo-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .seo-step-number {
        font-size: 3rem;
    }

    .seo-benefits-grid {
        grid-template-columns: 1fr;
    }

    .seo-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .seo-related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .seo-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .seo-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .seo-cta-section {
        padding: 3.5rem 0;
    }

    .seo-cta-section h2 {
        font-size: 1.85rem;
    }

    .seo-cta-features {
        gap: 0.75rem;
    }

    .seo-cta-features span {
        font-size: 0.8rem;
    }

    .seo-use-cases-page .seo-use-cases-grid {
        grid-template-columns: 1fr;
    }

    .seo-long-content {
        font-size: 1.02rem;
        padding: 0 1.25rem;
    }

    .seo-long-content h2 {
        font-size: 1.5rem;
    }

    .seo-comparison-table {
        font-size: 0.85rem;
    }

    .seo-comparison-table thead th,
    .seo-comparison-table tbody td {
        padding: 1rem 0.75rem;
    }

    .seo-feature-item {
        padding: 1.25rem;
    }
}

/* ========================================
   RESPONSIVE - 480px
   ======================================== */
@media (max-width: 480px) {
    .seo-hero {
        padding: 2.5rem 0 2rem;
    }

    .seo-hero h1 {
        font-size: 1.85rem;
        letter-spacing: -0.5px;
    }

    .seo-hero-sub {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .seo-hero-badge {
        font-size: 0.7rem;
        padding: 0.35rem 1rem;
    }

    .seo-hero-stats {
        flex-direction: column;
        gap: 1.25rem;
    }

    .seo-stat strong {
        font-size: 1.5rem;
    }

    .seo-section {
        padding: 2.5rem 0;
    }

    .seo-section h2 {
        font-size: 1.55rem;
    }

    .seo-section-sub {
        font-size: 0.9rem;
    }

    .seo-steps-grid {
        grid-template-columns: 1fr;
    }

    .seo-step-card {
        padding: 1.5rem;
    }

    .seo-step-number {
        font-size: 2.5rem;
    }

    .seo-benefit-card {
        padding: 2rem 1.5rem;
    }

    .seo-related-grid {
        grid-template-columns: 1fr;
    }

    .seo-related-card {
        padding: 1.5rem 1.25rem;
    }

    .seo-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .seo-cta-section {
        padding: 2.5rem 0;
    }

    .seo-cta-section h2 {
        font-size: 1.55rem;
    }

    .seo-cta-section p {
        font-size: 1rem;
    }

    .seo-cta-features {
        flex-direction: column;
        align-items: center;
        gap: 0.6rem;
    }

    .seo-narrow {
        padding: 0 1rem;
    }

    .seo-long-content {
        padding: 0 1rem;
        font-size: 0.97rem;
        line-height: 1.8;
    }

    .seo-long-content h2 {
        font-size: 1.35rem;
        margin: 2rem 0 1rem;
    }

    .seo-long-content h3 {
        font-size: 1.15rem;
    }

    .seo-faq-question {
        font-size: 1rem;
        padding: 1.25rem 0;
    }

    .seo-scenario {
        padding: 1.5rem;
    }

    .seo-feature-item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .seo-testimonial-card {
        padding: 1.5rem;
    }

    .seo-breadcrumb {
        font-size: 0.8rem;
    }

    .seo-disclaimer {
        font-size: 0.75rem;
        padding: 0 1rem;
    }
}

/* ----------------------------------------
   19. STICKY BUY BAR
   ---------------------------------------- */
.seo-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1e293b;
    border-top: 1px solid #334155;
    padding: 0.75rem 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.seo-sticky-bar.visible {
    transform: translateY(0);
}

.seo-sticky-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.seo-sticky-price {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
}

.seo-sticky-price span {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.4rem;
    font-weight: 900;
}

.seo-sticky-bar .btn-cta {
    padding: 0.6rem 2rem;
    font-size: 0.95rem;
}

.seo-sticky-features {
    display: flex;
    gap: 1rem;
    color: #94a3b8;
    font-size: 0.8rem;
}

.seo-sticky-features span::before {
    content: "\2713 ";
    color: #10b981;
    font-weight: 700;
}

/* ----------------------------------------
   20. MID-PAGE CTA
   ---------------------------------------- */
.seo-mid-cta {
    text-align: center;
    padding: 3.5rem 0;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 50%, #fce7f3 100%);
    border-top: 1px solid #e9d5ff;
    border-bottom: 1px solid #e9d5ff;
}

.seo-mid-cta h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-main);
    margin: 0 0 0.75rem;
}

.seo-mid-cta p {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 500px;
    margin: 0 auto 1.5rem;
}

.seo-mid-cta .seo-mid-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1rem;
}

.seo-mid-cta .btn-cta {
    margin-bottom: 1rem;
}

.seo-mid-cta .seo-mid-trust {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ----------------------------------------
   21. SOCIAL PROOF (Hero)
   ---------------------------------------- */
.seo-social-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.seo-social-proof-item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 600;
}

.seo-social-proof-item .seo-proof-number {
    color: var(--text-main);
    font-weight: 800;
}

.seo-social-proof-stars {
    color: #fbbf24;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .seo-sticky-features { display: none; }
    .seo-sticky-bar .container { gap: 1rem; }
    .seo-sticky-price { font-size: 1rem; }
    .seo-sticky-price span { font-size: 1.2rem; }
    .seo-mid-cta { padding: 2.5rem 0; }
    .seo-mid-cta h2 { font-size: 1.6rem; }
    .seo-social-proof { gap: 1rem; }
    .seo-social-proof-item { font-size: 0.8rem; }
}

@media (max-width: 480px) {
    .seo-sticky-bar .container { flex-direction: column; gap: 0.5rem; }
    .seo-sticky-price { font-size: 0.9rem; }
    .seo-mid-cta h2 { font-size: 1.35rem; }
    .seo-social-proof { flex-direction: column; gap: 0.5rem; }
}

/* 404 page */
.seo-404-container { text-align: center; padding: 6rem 0; }
