/**
 * Revma Kostos - Provider Landing Page Styles
 * /paroxos/{slug}/ page specific styles
 * Extends ui-system.css - only page-specific overrides here
 * Version: 1.7.0-premium
 *
 * Hardening: Print QA + WCAG reduced-motion + No-JS fallbacks + Visual guard
 */

/* ============================================
   HEADER - Ultra Premium Dark Design (1:1 with frontpage)
============================================ */
.revma-provider-landing .revma-site-header {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 16px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.revma-provider-landing .revma-header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.revma-provider-landing .revma-main-nav {
    display: flex;
    gap: 32px;
}

.revma-provider-landing .revma-main-nav a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
}

.revma-provider-landing .revma-main-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transition: width 0.3s ease;
}

.revma-provider-landing .revma-main-nav a:hover {
    color: white !important;
}

.revma-provider-landing .revma-main-nav a:hover::after {
    width: 100%;
}

/* Live Bar - Enhanced Dark Theme (1:1 with frontpage) */
.revma-provider-landing .revma-live-bar {
    background: linear-gradient(90deg, #1e293b 0%, #0f172a 50%, #1e293b 100%) !important;
    padding: 14px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.revma-provider-landing .revma-live-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    font-size: 0.95rem;
}

.revma-provider-landing .revma-live-indicator svg {
    stroke: #60a5fa;
}

.revma-provider-landing .revma-live-indicator strong {
    color: #60a5fa !important;
    font-weight: 700;
}

.revma-provider-landing .revma-live-indicator span {
    color: rgba(255, 255, 255, 0.7);
}

.revma-provider-landing .revma-live-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
}

.revma-provider-landing .revma-live-stat svg {
    stroke: #60a5fa;
}

.revma-provider-landing .revma-live-stat a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.revma-provider-landing .revma-live-stat a:hover {
    color: #60a5fa !important;
}

/* Responsive Header */
@media (max-width: 768px) {
    .revma-provider-landing .revma-site-header {
        padding: 14px 20px;
    }

    .revma-provider-landing .revma-header-container {
        flex-direction: column;
        gap: 14px;
    }

    .revma-provider-landing .revma-main-nav {
        gap: 20px;
    }

    .revma-provider-landing .revma-main-nav a {
        font-size: 0.9rem;
    }

    .revma-provider-landing .revma-live-bar {
        flex-direction: column;
        gap: 10px;
        padding: 12px 16px;
        text-align: center;
    }

    .revma-provider-landing .revma-live-indicator {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ============================================
   BREADCRUMB - Premium Dark Design (1:1 with frontpage)
============================================ */
.revma-provider-landing .revma-breadcrumb {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%) !important;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.revma-provider-landing .revma-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.9rem;
}

.revma-provider-landing .revma-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
}

.revma-provider-landing .revma-breadcrumb li::after {
    content: '›';
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.1rem;
}

.revma-provider-landing .revma-breadcrumb li:last-child::after {
    display: none;
}

.revma-provider-landing .revma-breadcrumb a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.revma-provider-landing .revma-breadcrumb a:hover {
    color: #60a5fa !important;
}

.revma-provider-landing .revma-breadcrumb li:last-child span {
    color: #60a5fa;
    font-weight: 600;
}

/* ============================================
   AI ANSWER SECTIONS - Premium Dark Design (1:1 with frontpage)
============================================ */
.revma-provider-landing .revma-ai-answer-section {
    position: relative;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 48px 24px;
    overflow: hidden;
}

.revma-provider-landing .revma-ai-answer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.revma-provider-landing .revma-ai-answer-section.revma-ai-answer-alt {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%) !important;
}

.revma-provider-landing .revma-ai-answer-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
}

.revma-provider-landing .revma-ai-answer-section h2 {
    font-size: 1.5rem !important;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 16px;
    line-height: 1.4;
}

.revma-provider-landing .revma-ai-answer-section p {
    font-size: 1.05rem !important;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75) !important;
    margin: 0;
}

/* ============================================
   PROVIDER SUMMARY - Premium Dark Design (1:1 with frontpage)
============================================ */
.revma-provider-landing .revma-provider-summary {
    position: relative;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
    padding: 64px 24px;
    overflow: hidden;
}

.revma-provider-landing .revma-provider-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 197, 94, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.revma-provider-landing .revma-provider-summary .revma-section-container {
    position: relative;
    z-index: 1;
}

.revma-provider-landing .revma-provider-summary .revma-section-header h2 {
    font-size: 1.75rem !important;
    font-weight: 700;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 32px;
}

.revma-provider-landing .revma-provider-summary .revma-section-header h2::after {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6) !important;
}

/* Company Chips - Dark Theme */
.revma-provider-landing .revma-company-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
}

.revma-provider-landing .revma-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 999px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.revma-provider-landing .revma-chip svg {
    color: var(--provider-accent-2, #60a5fa) !important;
    flex-shrink: 0;
}

/* Provider Description - Dark Theme */
.revma-provider-landing .revma-provider-description {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.revma-provider-landing .revma-provider-description p {
    font-size: 1.1rem !important;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75) !important;
}

/* Pros/Cons Grid - Dark Theme with Glass Effect */
.revma-provider-landing .revma-pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.revma-provider-landing .revma-pros-column,
.revma-provider-landing .revma-cons-column {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.9)) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.revma-provider-landing .revma-pros-column {
    border-left: 4px solid #22c55e !important;
}

.revma-provider-landing .revma-cons-column {
    border-left: 4px solid #ef4444 !important;
}

.revma-provider-landing .revma-pros-column h3,
.revma-provider-landing .revma-cons-column h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 20px;
}

.revma-provider-landing .revma-pros-column h3 {
    color: #4ade80 !important;
}

.revma-provider-landing .revma-cons-column h3 {
    color: #f87171 !important;
}

.revma-provider-landing .revma-pros-column ul,
.revma-provider-landing .revma-cons-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.revma-provider-landing .revma-pros-column li,
.revma-provider-landing .revma-cons-column li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.revma-provider-landing .revma-pros-column li:last-child,
.revma-provider-landing .revma-cons-column li:last-child {
    border-bottom: none;
}

.revma-provider-landing .revma-pros-column li svg {
    color: #22c55e !important;
    flex-shrink: 0;
    margin-top: 2px;
}

.revma-provider-landing .revma-cons-column li svg {
    color: #ef4444 !important;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Ideal For Grid - Dark Theme */
.revma-provider-landing .revma-ideal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.revma-provider-landing .revma-ideal-column,
.revma-provider-landing .revma-not-ideal-column {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.85)) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.revma-provider-landing .revma-ideal-column {
    border-top: 4px solid #3b82f6 !important;
}

.revma-provider-landing .revma-not-ideal-column {
    border-top: 4px solid #64748b !important;
}

.revma-provider-landing .revma-ideal-column h3,
.revma-provider-landing .revma-not-ideal-column h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 20px;
}

.revma-provider-landing .revma-ideal-column h3 {
    color: #60a5fa !important;
}

.revma-provider-landing .revma-not-ideal-column h3 {
    color: #94a3b8 !important;
}

.revma-provider-landing .revma-ideal-column ul,
.revma-provider-landing .revma-not-ideal-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.revma-provider-landing .revma-ideal-column li,
.revma-provider-landing .revma-not-ideal-column li {
    padding: 10px 0;
    padding-left: 24px;
    position: relative;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.5;
}

.revma-provider-landing .revma-ideal-column li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #60a5fa !important;
    font-weight: 700;
}

.revma-provider-landing .revma-not-ideal-column li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #94a3b8 !important;
    font-weight: 700;
}

/* Responsive for Premium Dark Sections */
@media (max-width: 768px) {
    .revma-provider-landing .revma-breadcrumb {
        padding: 10px 16px;
    }

    .revma-provider-landing .revma-breadcrumb ol {
        font-size: 0.85rem;
    }

    .revma-provider-landing .revma-ai-answer-section {
        padding: 36px 20px;
    }

    .revma-provider-landing .revma-ai-answer-section h2 {
        font-size: 1.25rem !important;
    }

    .revma-provider-landing .revma-ai-answer-section p {
        font-size: 1rem !important;
    }

    .revma-provider-landing .revma-provider-summary {
        padding: 48px 16px;
    }

    .revma-provider-landing .revma-provider-summary .revma-section-header h2 {
        font-size: 1.5rem !important;
    }

    .revma-provider-landing .revma-pros-cons-grid,
    .revma-provider-landing .revma-ideal-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .revma-provider-landing .revma-pros-column,
    .revma-provider-landing .revma-cons-column,
    .revma-provider-landing .revma-ideal-column,
    .revma-provider-landing .revma-not-ideal-column {
        padding: 24px 20px;
    }
}

/* ============================================
   CALCULATOR SECTION - Premium Dark Design (1:1 with frontpage)
============================================ */
.revma-provider-landing .revma-calculator-section {
    position: relative;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
    padding: 80px 24px;
    overflow: hidden;
}

.revma-provider-landing .revma-calculator-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.revma-provider-landing .revma-calculator-section .revma-section-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.revma-provider-landing .revma-calculator-section .revma-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.revma-provider-landing .revma-calculator-section .revma-section-header h2 {
    font-size: 2rem !important;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 16px;
}

.revma-provider-landing .revma-calculator-section .revma-section-header p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7) !important;
    max-width: 600px;
    margin: 0 auto;
}

.revma-provider-landing .revma-calculator-wrapper {
    position: relative;
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95)) !important;
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(59, 130, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.revma-provider-landing .revma-calculator-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 26px;
    background: conic-gradient(from 0deg, transparent, rgba(59, 130, 246, 0.3), transparent, rgba(139, 92, 246, 0.2), transparent);
    opacity: 0.5;
    z-index: -1;
    animation: calcGlow 6s linear infinite;
}

@keyframes calcGlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Calculator Widget Content - Dark Theme Text Colors */
.revma-provider-landing .revma-calculator-wrapper .rpc-header h2,
.revma-provider-landing .revma-calculator-wrapper .rpc-calculator h2,
.revma-provider-landing .revma-calculator-wrapper h2 {
    color: #ffffff !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.revma-provider-landing .revma-calculator-wrapper .rpc-header p,
.revma-provider-landing .revma-calculator-wrapper .rpc-calculator > p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
}

.revma-provider-landing .revma-calculator-wrapper label,
.revma-provider-landing .revma-calculator-wrapper .rpc-form-group label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600 !important;
}

.revma-provider-landing .revma-calculator-wrapper .rpc-tooltip,
.revma-provider-landing .revma-calculator-wrapper .text-muted,
.revma-provider-landing .revma-calculator-wrapper small {
    color: rgba(255, 255, 255, 0.6) !important;
}

.revma-provider-landing .revma-calculator-wrapper .rpc-type-btn {
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.revma-provider-landing .revma-calculator-wrapper .rpc-type-btn.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    border-color: transparent !important;
}

.revma-provider-landing .revma-calculator-wrapper .rpc-type-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/* Calculator Responsive */
@media (max-width: 768px) {
    .revma-provider-landing .revma-calculator-section {
        padding: 60px 16px;
    }

    .revma-provider-landing .revma-calculator-section .revma-section-header h2 {
        font-size: 1.5rem !important;
    }

    .revma-provider-landing .revma-calculator-wrapper {
        padding: 24px 20px;
        border-radius: 20px;
    }
}

/* ============================================
   FAQ SECTION - Premium Dark Design (1:1 with frontpage)
============================================ */
.revma-provider-landing .revma-faq-section {
    position: relative;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 50%, #1e293b 100%) !important;
    padding: 80px 24px;
    overflow: hidden;
}

.revma-provider-landing .revma-faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(251, 191, 36, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.revma-provider-landing .revma-faq-section .revma-section-container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.revma-provider-landing .revma-faq-section .revma-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.revma-provider-landing .revma-faq-section .revma-section-header h2 {
    font-size: 2rem !important;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 12px;
}

.revma-provider-landing .revma-faq-section .revma-section-header h2::after {
    background: linear-gradient(90deg, #fbbf24, #f59e0b) !important;
}

.revma-provider-landing .revma-faq-section .revma-section-header p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7) !important;
}

/* FAQ Items - Premium Glass Style */
.revma-provider-landing .revma-faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.revma-provider-landing .revma-faq-item {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.85)) !important;
    backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.revma-provider-landing .revma-faq-item:hover {
    border-color: rgba(251, 191, 36, 0.3) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.revma-provider-landing .revma-faq-item[open] {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95)) !important;
    border-color: rgba(251, 191, 36, 0.4) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(251, 191, 36, 0.1);
}

.revma-provider-landing .revma-faq-question {
    padding: 20px 24px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
}

.revma-provider-landing .revma-faq-question::-webkit-details-marker {
    display: none;
}

.revma-provider-landing .revma-faq-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.1)) !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.revma-provider-landing .revma-faq-icon svg {
    color: #fbbf24 !important;
}

.revma-provider-landing .revma-faq-text {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff !important;
    line-height: 1.5;
}

.revma-provider-landing .revma-faq-arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.revma-provider-landing .revma-faq-arrow svg {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: transform 0.3s ease;
}

.revma-provider-landing .revma-faq-item[open] .revma-faq-arrow {
    background: rgba(251, 191, 36, 0.2);
}

.revma-provider-landing .revma-faq-item[open] .revma-faq-arrow svg {
    color: #fbbf24 !important;
    transform: rotate(180deg);
}

.revma-provider-landing .revma-faq-answer {
    padding: 0 24px 24px 80px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1rem;
    line-height: 1.7;
}

.revma-provider-landing .revma-faq-answer p {
    color: rgba(255, 255, 255, 0.75) !important;
    margin: 0;
}

/* FAQ Responsive */
@media (max-width: 768px) {
    .revma-provider-landing .revma-faq-section {
        padding: 60px 16px;
    }

    .revma-provider-landing .revma-faq-section .revma-section-header h2 {
        font-size: 1.5rem !important;
    }

    .revma-provider-landing .revma-faq-question {
        padding: 16px 20px !important;
        gap: 12px;
    }

    .revma-provider-landing .revma-faq-icon {
        width: 36px;
        height: 36px;
    }

    .revma-provider-landing .revma-faq-text {
        font-size: 0.95rem;
    }

    .revma-provider-landing .revma-faq-answer {
        padding: 0 20px 20px 68px !important;
        font-size: 0.95rem;
    }
}

/* ============================================
   DISCLAIMER SECTION - Premium Dark Design
============================================ */
.revma-provider-landing .revma-disclaimer-section {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 32px 24px;
    border-top: 1px solid rgba(59, 130, 246, 0.15);
}

.revma-provider-landing .revma-disclaimer-content {
    max-width: 800px;
    margin: 0 auto;
}

.revma-provider-landing .revma-disclaimer-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
}

.revma-provider-landing .revma-disclaimer-header svg {
    color: #60a5fa !important;
    flex-shrink: 0;
}

.revma-provider-landing .revma-disclaimer-content p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0 0 8px;
}

.revma-provider-landing .revma-disclaimer-content p a {
    color: #60a5fa !important;
    text-decoration: none;
}

.revma-provider-landing .revma-disclaimer-content p a:hover {
    text-decoration: underline;
}

.revma-provider-landing .revma-disclaimer-small {
    font-size: 0.8rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.revma-provider-landing .revma-disclaimer-small strong {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ============================================
   PROVIDER ACCENT THEMING (v1.6.0)
   CSS variables are set inline via PHP per provider:
   --provider-accent, --provider-accent-2, --provider-on-accent, --provider-tint
============================================ */

/* Default fallback values */
.revma-provider-landing {
    --provider-accent: var(--revma-primary, #2563eb);
    --provider-accent-2: var(--revma-primary-dark, #1d4ed8);
    --provider-on-accent: #ffffff;
    --provider-tint: rgba(37, 99, 235, 0.12);
}

/* ============================================
   VISUAL GUARD FOR LOW-CONTRAST THEMES (v1.6.3)
   Force fallback blue if accent is too light/washed out
   PHP sets data-low-contrast="1" when problematic
============================================ */
.revma-provider-landing[data-low-contrast="1"] {
    --provider-accent: #2563eb !important;
    --provider-accent-2: #3b82f6 !important;
    --provider-on-accent: #ffffff !important;
    --provider-tint: rgba(37, 99, 235, 0.12) !important;
}

/* ============================================
   HERO SECTION - Dark Gradient with Provider Tint
============================================ */
.revma-provider-landing .revma-provider-hero {
    background: linear-gradient(135deg, var(--revma-bg-dark) 0%, var(--revma-bg-dark-alt) 100%);
    padding: 80px 24px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle gradient orbs - uses provider tint */
.revma-provider-landing .revma-provider-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle at 20% 30%, var(--provider-tint) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, var(--provider-tint) 0%, transparent 40%);
    pointer-events: none;
    animation: rpl-glow-drift 20s ease-in-out infinite;
}

@keyframes rpl-glow-drift {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(5%, 5%); }
}

.revma-provider-landing .revma-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Glass Logo Badge */
.revma-provider-landing .revma-provider-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--revma-glass-bg, rgba(255, 255, 255, 0.7));
    backdrop-filter: var(--revma-glass-blur, blur(12px));
    -webkit-backdrop-filter: var(--revma-glass-blur, blur(12px));
    border: 1px solid var(--revma-glass-border, rgba(255, 255, 255, 0.5));
    border-radius: var(--revma-radius-card, 22px);
    padding: 20px 32px;
    margin-bottom: 24px;
    box-shadow: var(--revma-shadow-card, 0 8px 24px rgba(15, 23, 42, 0.06));
}

.revma-provider-landing .revma-provider-logo-badge img {
    max-height: 60px;
    max-width: 180px;
    object-fit: contain;
}

.revma-provider-landing .revma-hero-content h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 1.2;
}

/* Title highlight uses provider accent */
.revma-provider-landing .revma-hero-content h1 .highlight {
    color: var(--provider-accent-2);
    text-shadow: 0 0 40px var(--provider-tint);
}

.revma-provider-landing .revma-hero-content .subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero CTAs */
.revma-provider-landing .revma-hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* Trust Badges */
.revma-provider-landing .revma-trust-badges {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.revma-provider-landing .revma-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Trust badge icons use provider accent */
.revma-provider-landing .revma-trust-badge svg {
    color: var(--provider-accent-2);
}

/* Dual CTA Buttons for Hero */
.revma-provider-landing .revma-hero-cta .revma-btn-primary {
    background: linear-gradient(135deg, var(--revma-primary), var(--revma-primary-dark));
    box-shadow: var(--revma-shadow-cta-glow, 0 8px 24px rgba(37, 99, 235, 0.35));
}

.revma-provider-landing .revma-hero-cta .revma-btn-primary:hover {
    box-shadow: var(--revma-shadow-cta-glow-hover, 0 12px 32px rgba(37, 99, 235, 0.45));
}

.revma-provider-landing .revma-hero-cta .revma-btn-success {
    background: linear-gradient(135deg, var(--revma-secondary), var(--revma-secondary-dark));
    box-shadow: var(--revma-shadow-cta-glow-green, 0 8px 24px rgba(16, 185, 129, 0.35));
}

.revma-provider-landing .revma-hero-cta .revma-btn-success:hover {
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.45);
}

/* Secondary CTA (outline) - consistent with site-wide style */
.revma-provider-landing .revma-hero-cta .revma-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    transition: all 0.2s ease;
}

.revma-provider-landing .revma-hero-cta .revma-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.1);
}

/* ============================================
   SECTION HEADERS - Underline with Provider Accent
============================================ */
.revma-provider-landing .revma-section-header h2 {
    position: relative;
    display: inline-block;
}

.revma-provider-landing .revma-section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--provider-accent), var(--provider-accent-2));
    border-radius: 2px;
}

/* ============================================
   HOW IT WORKS SECTION
============================================ */
.revma-provider-landing .revma-how-it-works {
    padding: var(--revma-section-spacing-md, 80px) 24px;
    background: var(--revma-bg-white);
}

.revma-provider-landing .revma-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.revma-provider-landing .revma-step {
    text-align: center;
    position: relative;
}

/* Step numbers use provider accent */
.revma-provider-landing .revma-step-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: var(--provider-accent);
    color: var(--provider-on-accent);
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px var(--provider-tint);
}

/* Step icon background tinted with provider color */
.revma-provider-landing .revma-step-icon {
    width: 80px;
    height: 80px;
    background: var(--provider-tint);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.revma-provider-landing .revma-step:hover .revma-step-icon {
    border-color: var(--provider-accent-2);
    transform: scale(1.05);
}

.revma-provider-landing .revma-step h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--revma-text-dark);
    margin: 0 0 10px;
}

.revma-provider-landing .revma-step p {
    font-size: 0.9rem;
    color: var(--revma-text-medium);
    margin: 0;
}

/* ============================================
   CALCULATOR SECTION - Floating Card
============================================ */
.revma-provider-landing .revma-calculator-section {
    padding: var(--revma-section-spacing-md, 80px) 24px;
    background: var(--revma-bg-light);
    scroll-margin-top: 80px;
}

.revma-provider-landing .revma-calculator-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: var(--revma-bg-white);
    border-radius: var(--revma-radius-card, 22px);
    padding: 48px;
    box-shadow: var(--revma-shadow-card-hover, 0 16px 40px rgba(15, 23, 42, 0.1));
    border: 1px solid var(--revma-border-light);
    transition: box-shadow var(--revma-transition, 0.3s ease);
}

.revma-provider-landing .revma-calculator-wrapper:hover {
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
}

/* ============================================
   PROVIDER LANDING PAGE OVERRIDES
============================================ */

/* FAQ section specific styling */
.revma-provider-landing .revma-faq-section {
    padding: var(--revma-section-spacing-md, 80px) 24px;
    background: var(--revma-bg-white);
}

.revma-provider-landing .revma-faq-answer {
    padding: 0 24px 20px 60px;
}

/* FAQ icon styling - uses provider accent */
.revma-provider-landing .revma-faq-icon {
    color: var(--provider-accent);
    flex-shrink: 0;
}

.revma-provider-landing .revma-faq-text {
    flex: 1;
    text-align: left;
}

.revma-provider-landing .revma-faq-arrow {
    color: var(--revma-text-light);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.revma-provider-landing details.revma-faq-item[open] .revma-faq-arrow {
    transform: rotate(180deg);
    color: var(--provider-accent);
}

/* FAQ item open state - provider accent border */
.revma-provider-landing details.revma-faq-item[open] {
    background: linear-gradient(to right, var(--provider-tint), transparent);
    border-left: 4px solid var(--provider-accent);
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 1024px) {
    .revma-provider-landing .revma-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .revma-provider-landing .revma-provider-hero {
        padding: 40px 16px 60px;
    }

    .revma-provider-landing .revma-hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .revma-provider-landing .revma-hero-cta .revma-btn {
        width: 100%;
        max-width: 300px;
    }

    .revma-provider-landing .revma-trust-badges {
        flex-direction: column;
        gap: 12px;
    }

    .revma-provider-landing .revma-how-it-works,
    .revma-provider-landing .revma-calculator-section,
    .revma-provider-landing .revma-faq-section {
        padding: 60px 16px;
    }

    .revma-provider-landing .revma-steps-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .revma-provider-landing .revma-step {
        display: flex;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
    }

    .revma-provider-landing .revma-step-icon {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
        margin: 0;
    }

    .revma-provider-landing .revma-step-number {
        position: static;
        margin-bottom: 8px;
    }

    .revma-provider-landing .revma-calculator-wrapper {
        padding: 24px 16px;
    }

    .revma-provider-landing summary.revma-faq-question {
        padding: 16px;
        gap: 12px;
    }

    .revma-provider-landing .revma-faq-answer {
        padding: 0 16px 16px 48px;
    }
}

@media (max-width: 480px) {
    .revma-provider-landing .revma-hero-content h1 {
        font-size: 1.75rem;
    }
}

/* ============================================
   REDUCED MOTION (Accessibility)
============================================ */
@media (prefers-reduced-motion: reduce) {
    .revma-provider-landing .revma-provider-hero::before {
        animation: none;
    }

    .revma-provider-landing .revma-step-icon {
        transition: none;
    }

    .revma-provider-landing .revma-step:hover .revma-step-icon {
        transform: none;
    }
}

/* ============================================
   PROVIDER BADGE IN HERO (Logo container)
============================================ */
.revma-provider-landing .revma-provider-logo-badge {
    border: 2px solid var(--provider-tint);
}

.revma-provider-landing .revma-badge {
    background: var(--provider-tint);
    color: var(--provider-accent);
    border: 1px solid var(--provider-accent-2);
}

/* ============================================
   PRINT STYLES (v1.6.2)
   - page-break-inside: avoid on cards/FAQ
   - Headers/CTA don't cover content
   - Tested in Chrome print preview
============================================ */
@media print {
    /* Remove decorative elements */
    .revma-provider-landing .revma-provider-hero::before {
        display: none !important; /* No glow orbs on print */
    }

    /* Hero adjustments */
    .revma-provider-landing .revma-provider-hero {
        background: #1e293b !important;
        padding: 40px 20px;
        page-break-after: avoid;
    }

    /* Keep section headers with their content */
    .revma-provider-landing .revma-section-header {
        page-break-after: avoid;
    }

    .revma-provider-landing .revma-section-header h2::after {
        background: var(--provider-accent) !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    /* Steps - avoid breaking mid-step */
    .revma-provider-landing .revma-step {
        page-break-inside: avoid;
    }

    .revma-provider-landing .revma-step-number {
        background: var(--provider-accent) !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .revma-provider-landing .revma-steps-grid {
        page-break-inside: avoid;
    }

    /* FAQ items - never break mid-item */
    .revma-provider-landing .revma-faq-item {
        page-break-inside: avoid;
    }

    .revma-provider-landing .revma-faq-container {
        page-break-before: auto;
    }

    /* Calculator section */
    .revma-provider-landing .revma-calculator-section {
        page-break-inside: avoid;
    }

    .revma-provider-landing .revma-calculator-wrapper {
        page-break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }

    /* CTAs - make them visible without interaction states */
    .revma-provider-landing .revma-btn {
        border: 2px solid var(--provider-accent) !important;
        box-shadow: none !important;
    }

    /* CTA section - keep together */
    .revma-provider-landing .revma-cta-section {
        page-break-inside: avoid;
    }

    /* Hide purely interactive elements */
    .revma-provider-landing .revma-hero-cta .revma-btn-secondary {
        /* Keep visible for reference */
    }

    /* Ensure text is readable */
    .revma-provider-landing .revma-hero-content h1,
    .revma-provider-landing .revma-hero-content .subtitle {
        color: #ffffff !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    /* Footer - new page if needed */
    .revma-provider-landing .revma-footer {
        page-break-before: auto;
    }
}

/* ============================================
   NO-JS FALLBACK (v1.6.2)
   Ensure content is visible and functional without JavaScript
============================================ */

/* FAQ items work natively with <details> - no JS required */
.revma-provider-landing .revma-faq-item {
    /* Native <details> element handles open/close */
}

/* Ensure hero glow is visible even if animation doesn't run */
.revma-provider-landing .revma-provider-hero::before {
    opacity: 1;
}

/* Calculator is always visible - form controls work without JS */
.revma-provider-landing .revma-calculator-wrapper {
    /* Wrapper is visible by default, no JS-toggled display */
}

/* Smooth scroll fallback - anchor links work natively */
.revma-provider-landing a[href^="#"] {
    /* Links work without JS, just no smooth scroll */
}

/* ============================================
   REDUCED MOTION - SINGLE SOURCE OF TRUTH (v1.6.2)
   Priority: @media query is PRIMARY
   Body class is SECONDARY (JS-controlled elements only)
============================================ */

/* PRIMARY: Media query controls ALL CSS animations */
@media (prefers-reduced-motion: reduce) {
    .revma-provider-landing .revma-provider-hero::before {
        animation: none !important;
        opacity: 0.7;
    }

    .revma-provider-landing .revma-step-icon {
        transition: none !important;
    }

    .revma-provider-landing .revma-step:hover .revma-step-icon {
        transform: none !important;
    }

    .revma-provider-landing .revma-btn {
        transition: none !important;
    }

    .revma-provider-landing .revma-faq-arrow {
        transition: none !important;
    }

    /* All transitions disabled */
    .revma-provider-landing * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* SECONDARY: Body class for JS-controlled animations only */
/* This does NOT conflict with media query - it's additive for edge cases */
body.prefers-reduced-motion .revma-provider-landing .revma-provider-hero::before {
    animation: none;
    opacity: 0.7;
}

/* Ensure body class doesn't override media query preferences */
/* Media query always wins via !important above */

/* ============================================
   NOTES COLUMN - Dark Theme
============================================ */
.revma-provider-landing .revma-notes-column {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.85)) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 4px solid #6366f1 !important;
}

.revma-provider-landing .revma-notes-column h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: #a5b4fc !important;
}

.revma-provider-landing .revma-notes-column p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75) !important;
    margin: 0;
}

/* END OF DARK THEME STYLES - All sections use premium dark theme above */
