/**
 * Ads Landing Page Styles - Premium Version
 * URL: /fthino-revma-kai-aerio/
 * Version: 2.0.0
 *
 * Inherits premium styles from frontpage.css
 * This file adds ads-specific overrides
 */

/* ============================================
   BODY BACKGROUND - Dark Theme (FORCE)
   ============================================ */

html,
html body,
html body.page-revma-ads-landing,
body.page-revma-ads-landing {
    background: #0a0f1c !important;
    background-color: #0a0f1c !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Force dark background on ALL containers */
body.page-revma-ads-landing #page,
body.page-revma-ads-landing #content,
body.page-revma-ads-landing #primary,
body.page-revma-ads-landing #main,
body.page-revma-ads-landing .site,
body.page-revma-ads-landing .site-content,
body.page-revma-ads-landing .content-area,
body.page-revma-ads-landing .site-main,
body.page-revma-ads-landing .entry-content,
body.page-revma-ads-landing .page-content,
body.page-revma-ads-landing article,
body.page-revma-ads-landing .hentry,
body.page-revma-ads-landing .ast-container,
body.page-revma-ads-landing .ast-row,
body.page-revma-ads-landing .ast-col-md-12 {
    background: transparent !important;
    background-color: transparent !important;
}

/* ============================================
   HIDE WORDPRESS THEME ELEMENTS (ALL)
   ============================================ */

/* Hide ALL theme headers */
body.page-revma-ads-landing .site-header,
body.page-revma-ads-landing header.site-header,
body.page-revma-ads-landing #masthead,
body.page-revma-ads-landing .elementor-location-header,
body.page-revma-ads-landing header:not(.revma-site-header),
body.page-revma-ads-landing .site-branding,
body.page-revma-ads-landing .site-title,
body.page-revma-ads-landing .site-description,
body.page-revma-ads-landing .entry-title,
body.page-revma-ads-landing .page-title,
body.page-revma-ads-landing h1.entry-title,
body.page-revma-ads-landing article header.entry-header,
body.page-revma-ads-landing .wp-block-post-title,
body.page-revma-ads-landing #ast-desktop-header,
body.page-revma-ads-landing #ast-mobile-header,
body.page-revma-ads-landing .ast-primary-header-bar,
body.page-revma-ads-landing .ast-main-header-wrap,
body.page-revma-ads-landing .main-header-bar-wrap,
body.page-revma-ads-landing .ast-mobile-header-wrap,
body.page-revma-ads-landing .ast-above-header,
body.page-revma-ads-landing .ast-below-header,
body.page-revma-ads-landing .main-header-bar,
body.page-revma-ads-landing .ast-header-break-point .main-header-bar,
body.page-revma-ads-landing .ast-header-custom-item,
body.page-revma-ads-landing .entry-header,
body.page-revma-ads-landing .page-header {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

body.page-revma-ads-landing .site-footer,
body.page-revma-ads-landing footer.site-footer,
body.page-revma-ads-landing #colophon,
body.page-revma-ads-landing .elementor-location-footer {
    display: none !important;
}

body.page-revma-ads-landing .site-content,
body.page-revma-ads-landing .site-main,
body.page-revma-ads-landing .entry-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/* Legacy selectors for fallback */
.page-template-default.page header.site-header,
.page-template-default.page .site-header,
.page-template-default.page #masthead,
.page-template-default.page .elementor-location-header,
body.page header:not(.revma-site-header),
body.page .site-branding,
body.page .site-title,
body.page .site-description,
body.page .entry-title,
body.page .page-title,
body.page .wp-block-post-title {
    display: none !important;
}

.page-template-default.page footer.site-footer,
.page-template-default.page .site-footer,
.page-template-default.page #colophon,
.page-template-default.page .elementor-location-footer {
    display: none !important;
}

body.page .site-content,
body.page .site-main,
body.page .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

body.page .revma-ads-landing {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
}

/* ============================================
   PREMIUM THEME OVERRIDE
   ============================================ */

.revma-ads-landing.revma-premium-theme {
    background: #0a0f1c;
}

/* ============================================
   CUSTOM HEADER - Dark Theme (MATCHING FRONTPAGE)
   ============================================ */

.revma-ads-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-ads-landing .revma-header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.revma-ads-landing .revma-logo-link {
    display: flex;
    align-items: center;
}

.revma-ads-landing .revma-logo {
    height: 52px;
    width: auto;
}

.revma-ads-landing .revma-main-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

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

.revma-ads-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-ads-landing .revma-main-nav a:hover {
    color: white;
}

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

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

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

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

    .revma-ads-landing .revma-logo {
        height: 44px;
    }
}

/* ============================================
   BUTTON STYLES - Matching Frontpage Exactly
   ============================================ */

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

/* Base Button Style */
.revma-ads-landing .revma-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.revma-ads-landing .revma-btn:focus {
    outline: none;
}

.revma-ads-landing .revma-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Primary Button - Blue Gradient */
.revma-ads-landing .revma-btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.revma-ads-landing .revma-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.45);
}

/* Pulse Animation for Primary CTA */
.revma-ads-landing .revma-btn-pulse {
    animation: btnPulse 2s ease-in-out infinite;
}

@keyframes btnPulse {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
    }
    50% {
        box-shadow: 0 8px 40px rgba(37, 99, 235, 0.55), 0 0 20px rgba(37, 99, 235, 0.3);
    }
}

/* Secondary Button - Glass Effect */
.revma-ads-landing .revma-btn-secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.25) !important;
}

.revma-ads-landing .revma-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px);
}

/* Callback Button - Yellow/Gold Accent */
.revma-ads-landing .revma-btn-callback {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    color: #fbbf24 !important;
    border: 2px solid #fbbf24 !important;
    font-weight: 600;
    cursor: pointer;
}

.revma-ads-landing .revma-btn-callback:hover {
    background: #fbbf24 !important;
    color: #1a1a2e !important;
    transform: translateY(-2px);
}

/* Large Button Variant */
.revma-ads-landing .revma-btn-large {
    padding: 18px 40px;
    font-size: 1.1rem;
}

/* Mobile Responsive Buttons */
@media (max-width: 768px) {
    .revma-ads-landing .revma-hero-cta {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        padding: 0 20px;
    }

    .revma-ads-landing .revma-hero-cta .revma-btn {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        justify-content: center;
    }

    .revma-ads-landing .revma-btn {
        min-height: 48px;
        padding: 14px 24px;
    }
}

/* ============================================
   HERO SECTION - Premium Orbs
   ============================================ */

.revma-ads-landing .revma-ads-hero-premium {
    position: relative;
    min-height: auto;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/* Keep orbs contained but not content */
.revma-ads-landing .revma-ads-hero-premium .revma-hero-premium-bg {
    overflow: hidden;
}

/* Fix badge not being cut off */
.revma-ads-landing .revma-hero-content {
    padding-top: 0;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.revma-ads-landing .revma-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #93c5fd;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    white-space: nowrap;
}

/* Text colors matching frontpage exactly */
.revma-ads-landing .revma-hero h1 {
    color: #ffffff;
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.revma-ads-landing .revma-hero h1 .highlight {
    color: #fbbf24;
}

.revma-ads-landing .revma-h1-sub {
    display: block;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 500;
    color: #94a3b8;
    margin-top: 0.5rem;
}

.revma-ads-landing .revma-hero .subtitle {
    color: #cbd5e1;
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.revma-ads-landing .revma-hero .subtitle strong {
    color: #ffffff;
}

/* Savings pill - matching frontpage */
.revma-ads-landing .revma-savings-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 50px;
    padding: 8px 20px 8px 12px;
    margin-bottom: 1.5rem;
}

.revma-ads-landing .revma-savings-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.revma-ads-landing .revma-savings-icon svg {
    width: 18px;
    height: 18px;
    stroke: #ffffff;
}

.revma-ads-landing .revma-savings-label {
    font-size: 0.85rem;
    color: #22c55e;
    font-weight: 600;
}

.revma-ads-landing .revma-savings-value {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Hero stats - matching frontpage */
.revma-ads-landing .revma-hero-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.revma-ads-landing .revma-stat {
    text-align: center;
}

.revma-ads-landing .revma-stat-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
}

.revma-ads-landing .revma-stat-label {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Calculator section text colors */
.revma-ads-landing .revma-calc-premium-header h2 {
    color: #ffffff;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
}

.revma-ads-landing .revma-calc-highlight {
    color: #fbbf24;
}

.revma-ads-landing .revma-calc-premium-header p {
    color: #94a3b8;
    font-size: 1.05rem;
}

.revma-ads-landing .revma-calc-premium-header p strong {
    color: #ffffff;
}

/* Progress steps - matching frontpage */
.revma-ads-landing .revma-progress-premium-step span {
    color: #64748b;
    font-size: 0.8rem;
}

.revma-ads-landing .revma-progress-premium-step.active span {
    color: #22c55e;
}

@media (max-width: 600px) {
    .revma-ads-landing .revma-badge {
        white-space: normal;
        text-align: center;
        font-size: 0.8rem;
        padding: 8px 16px;
    }
}

/* Fix calculator section - ensure nothing is cut off */
.revma-ads-landing .revma-calculator-premium-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    overflow: visible !important;
}

.revma-ads-landing .revma-calc-premium-bg {
    overflow: hidden;
}

.revma-ads-landing .revma-calc-premium-container {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.revma-ads-landing .revma-progress-premium {
    margin-bottom: 2.5rem;
    padding-top: 0;
}

.revma-ads-landing .revma-calc-premium-header {
    margin-bottom: 2rem;
}

.revma-ads-landing .revma-calc-premium-header h2,
.revma-ads-landing .revma-calc-premium-header p {
    margin: 0;
}

.revma-ads-landing .revma-hero-premium-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.revma-ads-landing .revma-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: orbFloat 20s ease-in-out infinite;
}

.revma-ads-landing .revma-hero-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, transparent 70%);
    top: -200px;
    left: -100px;
    animation-delay: 0s;
}

.revma-ads-landing .revma-hero-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
    top: 50%;
    right: -100px;
    animation-delay: -7s;
}

.revma-ads-landing .revma-hero-orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.25) 0%, transparent 70%);
    bottom: -100px;
    left: 30%;
    animation-delay: -14s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -20px) scale(1.05); }
    50% { transform: translate(-20px, 30px) scale(0.95); }
    75% { transform: translate(20px, 20px) scale(1.02); }
}

/* Scroll Indicator - Hide on ads landing */
.revma-ads-landing .revma-scroll-indicator {
    display: none !important;
}

/* H1 Sub styling */
.revma-ads-landing .revma-h1-sub {
    display: block;
    font-size: clamp(1rem, 3vw, 1.4rem);
    font-weight: 500;
    color: #94a3b8;
    margin-top: 0.5rem;
}

/* ============================================
   PROVIDERS SECTION - Premium Dark
   ============================================ */

.revma-ads-landing .revma-providers-premium-section {
    position: relative;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    padding: 4rem 1rem;
    overflow: hidden;
}

.revma-ads-landing .revma-providers-premium-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.revma-ads-landing .revma-providers-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}

.revma-ads-landing .revma-providers-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
    top: -100px;
    right: -100px;
}

.revma-ads-landing .revma-providers-orb-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%);
    bottom: -50px;
    left: -50px;
}

.revma-ads-landing .revma-providers-premium-container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

.revma-ads-landing .revma-providers-premium-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.revma-ads-landing .revma-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(16, 185, 129, 0.3);
    margin-bottom: 1rem;
}

.revma-ads-landing .revma-providers-premium-header h2 {
    color: #ffffff;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.revma-ads-landing .revma-providers-premium-header p {
    color: #94a3b8;
    font-size: 1rem;
    margin: 0;
}

/* Section badge - green like frontpage */
.revma-ads-landing .revma-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(34, 197, 94, 0.3);
    margin-bottom: 1rem;
}

.revma-ads-landing .revma-providers-premium-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.revma-ads-landing .revma-provider-premium-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px 24px;
    min-width: 140px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.revma-ads-landing .revma-provider-premium-logo:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
}

.revma-ads-landing .revma-provider-premium-logo img {
    max-height: 45px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.3s;
}

.revma-ads-landing .revma-provider-premium-logo:hover img {
    opacity: 1;
}

.revma-ads-landing .revma-provider-fallback {
    color: #e2e8f0;
    font-weight: 600;
    font-size: 0.9rem;
}

.revma-ads-landing .revma-providers-premium-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #34d399;
    font-size: 0.9rem;
    font-weight: 500;
}

.revma-ads-landing .revma-providers-premium-note svg {
    flex-shrink: 0;
}

/* ============================================
   CTA SECTION - Premium Glass
   ============================================ */

.revma-ads-landing .revma-cta-premium-section {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
    padding: 4rem 1rem;
    overflow: hidden;
}

.revma-ads-landing .revma-cta-premium-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.revma-ads-landing .revma-cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}

.revma-ads-landing .revma-cta-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.3) 0%, transparent 70%);
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}

.revma-ads-landing .revma-cta-orb-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, transparent 70%);
    bottom: -100px;
    right: 10%;
}

.revma-ads-landing .revma-cta-premium-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.revma-ads-landing .revma-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(251, 191, 36, 0.3);
    margin-bottom: 1rem;
}

.revma-ads-landing .revma-cta-badge svg {
    stroke: #fbbf24;
}

.revma-ads-landing .revma-cta-premium-content h2 {
    color: #ffffff;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.revma-ads-landing .revma-cta-highlight {
    color: #fbbf24;
}

.revma-ads-landing .revma-cta-premium-content > p {
    color: #cbd5e1;
    font-size: 1.1rem;
    margin: 0 0 2rem;
}

/* Help section colors */
.revma-ads-landing .revma-calc-help-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 2rem;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.revma-ads-landing .revma-help-premium-icon {
    color: #3b82f6;
}

.revma-ads-landing .revma-help-premium-content span {
    color: #94a3b8;
    font-size: 0.9rem;
}

.revma-ads-landing .revma-help-premium-content a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    margin-left: 8px;
}

.revma-ads-landing .revma-help-premium-content a:hover {
    color: #60a5fa;
}

.revma-ads-landing .revma-cta-premium-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* Button glow effect */
.revma-ads-landing .revma-btn-glow {
    position: relative;
}

.revma-ads-landing .revma-btn-glow::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #3b82f6, #10b981, #fbbf24);
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    filter: blur(8px);
    transition: opacity 0.3s;
}

.revma-ads-landing .revma-btn-glow:hover::before {
    opacity: 0.6;
}

/* Glass button */
.revma-ads-landing .revma-btn-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.revma-ads-landing .revma-btn-glass:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* ============================================
   STICKY CTA - Premium Glass
   ============================================ */

.revma-ads-landing .revma-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 16px;
    gap: 10px;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4), 0 -2px 0 rgba(251, 191, 36, 0.3);
}

.revma-ads-landing .revma-sticky-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #fbbf24, #10b981);
}

.revma-ads-landing .revma-sticky-cta.visible {
    transform: translateY(0);
}

.revma-ads-landing .revma-sticky-cta .revma-btn {
    flex: 1;
    max-width: 180px;
    padding: 12px 16px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .revma-ads-landing .revma-sticky-cta {
        display: flex;
    }

    .revma-ads-landing .revma-cta-premium-buttons .revma-btn {
        width: 100%;
        max-width: 320px;
    }

    .revma-ads-landing .revma-providers-premium-grid {
        gap: 0.75rem;
    }

    .revma-ads-landing .revma-provider-premium-logo {
        padding: 12px 16px;
        min-width: 120px;
    }

    .revma-ads-landing .revma-provider-premium-logo img {
        max-height: 35px;
    }

    /* Extra bottom padding for sticky bar */
    .revma-ads-landing .revma-footer-premium {
        padding-bottom: 80px;
    }
}

/* ============================================
   LIVE BAR (from frontpage)
   ============================================ */

.revma-ads-landing .revma-live-bar {
    background: linear-gradient(90deg, #1e293b 0%, #0f172a 50%, #1e293b 100%) !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15) !important;
    padding: 14px 24px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px !important;
    font-size: 0.95rem;
}

.revma-ads-landing .revma-live-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .revma-ads-landing .revma-live-bar {
        flex-direction: column;
        gap: 10px;
        padding: 12px 16px;
        text-align: center;
    }

    .revma-ads-landing .revma-live-indicator {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        font-size: 0.88rem;
    }

    .revma-ads-landing .revma-live-stat {
        font-size: 0.85rem;
    }
}

/* ============================================
   NAV RESPONSIVE
   ============================================ */

.revma-ads-landing .nav-short {
    display: none;
}

@media (max-width: 768px) {
    .revma-ads-landing .nav-full {
        display: none;
    }

    .revma-ads-landing .nav-short {
        display: inline;
    }
}

/* ============================================
   CALCULATOR SECTION - PREMIUM TEXT VISIBILITY
   ============================================ */

/* Progress Steps - Professional Premium Design */
.revma-ads-landing .revma-progress-premium {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    margin-bottom: 50px !important;
    padding: 0 20px !important;
    flex-wrap: nowrap !important;
}

.revma-ads-landing .revma-progress-premium-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

.revma-ads-landing .revma-progress-premium-ring {
    position: relative !important;
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.revma-ads-landing .revma-progress-premium-ring::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    transition: all 0.4s ease !important;
}

.revma-ads-landing .revma-progress-premium-step.active .revma-progress-premium-ring::before {
    background: rgba(59, 130, 246, 0.2) !important;
    border-color: rgba(59, 130, 246, 0.5) !important;
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.4) !important;
}

.revma-ads-landing .revma-progress-premium-number {
    position: relative !important;
    z-index: 1 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    transition: all 0.4s ease !important;
}

.revma-ads-landing .revma-progress-premium-step.active .revma-progress-premium-number {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: white !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5) !important;
}

.revma-ads-landing .revma-progress-premium-step span:not(.revma-progress-premium-number) {
    margin-top: 12px !important;
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: center !important;
    font-weight: 500 !important;
    transition: all 0.4s ease !important;
    white-space: nowrap !important;
}

.revma-ads-landing .revma-progress-premium-step.active span:not(.revma-progress-premium-number) {
    color: white !important;
    font-weight: 600 !important;
}

.revma-ads-landing .revma-progress-premium-connector {
    flex: 1 !important;
    height: 3px !important;
    max-width: 80px !important;
    min-width: 40px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)) !important;
    margin: 0 8px !important;
    margin-bottom: 35px !important;
    border-radius: 2px !important;
}

/* Progress Steps Responsive */
@media (max-width: 600px) {
    .revma-ads-landing .revma-progress-premium {
        flex-wrap: wrap !important;
        gap: 16px !important;
        justify-content: center !important;
    }

    .revma-ads-landing .revma-progress-premium-connector {
        display: none !important;
    }

    .revma-ads-landing .revma-progress-premium-ring {
        width: 48px !important;
        height: 48px !important;
    }

    .revma-ads-landing .revma-progress-premium-number {
        width: 38px !important;
        height: 38px !important;
        font-size: 1rem !important;
    }

    .revma-ads-landing .revma-progress-premium-step span:not(.revma-progress-premium-number) {
        font-size: 0.75rem !important;
        white-space: normal !important;
        max-width: 70px !important;
    }
}

/* Calculator Header - Ultra Visible */
.revma-ads-landing .revma-calc-premium-header {
    text-align: center !important;
    margin-bottom: 2rem !important;
}

.revma-ads-landing .revma-calc-premium-header h2 {
    color: #ffffff !important;
    font-size: clamp(1.6rem, 4vw, 2.4rem) !important;
    font-weight: 800 !important;
    margin: 0 0 0.5rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.revma-ads-landing .revma-calc-highlight {
    color: #fbbf24 !important;
    background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.revma-ads-landing .revma-calc-premium-header p {
    color: #cbd5e1 !important;
    font-size: 1.1rem !important;
    margin: 0 !important;
}

.revma-ads-landing .revma-calc-premium-header p strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Calculator Card - Premium Glass */
.revma-ads-landing .revma-calculator-premium-card {
    position: relative !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.revma-ads-landing .revma-calculator-card-glow {
    position: absolute !important;
    inset: -2px !important;
    background: linear-gradient(135deg, #3b82f6, #22c55e, #fbbf24) !important;
    border-radius: 20px !important;
    opacity: 0.3 !important;
    filter: blur(10px) !important;
    z-index: 0 !important;
}

.revma-ads-landing .revma-calculator-card-inner {
    position: relative !important;
    z-index: 1 !important;
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    backdrop-filter: blur(20px) !important;
}

/* Embedded Calculator Styles Override */
.revma-ads-landing .revma-calculator-card-inner .rpc-header h2,
.revma-ads-landing .revma-calculator-card-inner .rpc-calculator-title,
.revma-ads-landing .revma-calculator-card-inner h3,
.revma-ads-landing .revma-calculator-card-inner h2 {
    color: #ffffff !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 0.5rem !important;
}

.revma-ads-landing .revma-calculator-card-inner .rpc-header p,
.revma-ads-landing .revma-calculator-card-inner .rpc-calculator-subtitle,
.revma-ads-landing .revma-calculator-card-inner .rpc-subtitle {
    color: #cbd5e1 !important;
    font-size: 0.95rem !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
}

/* Calculator form elements */
.revma-ads-landing .revma-calculator-card-inner .rpc-form-section {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.revma-ads-landing .revma-calculator-card-inner .rpc-form-group label,
.revma-ads-landing .revma-calculator-card-inner .rpc-label {
    color: #e2e8f0 !important;
    font-weight: 600 !important;
}

.revma-ads-landing .revma-calculator-card-inner .rpc-type-btn,
.revma-ads-landing .revma-calculator-card-inner .rpc-preset-btn {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #94a3b8 !important;
}

.revma-ads-landing .revma-calculator-card-inner .rpc-type-btn:hover,
.revma-ads-landing .revma-calculator-card-inner .rpc-preset-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}

.revma-ads-landing .revma-calculator-card-inner .rpc-type-btn.active,
.revma-ads-landing .revma-calculator-card-inner .rpc-preset-btn.active {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
}

.revma-ads-landing .revma-calculator-card-inner .rpc-calculate-btn {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4) !important;
}

.revma-ads-landing .revma-calculator-card-inner .rpc-calculate-btn:hover {
    background: linear-gradient(135deg, #16a34a, #15803d) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.5) !important;
}

.revma-ads-landing .revma-calculator-card-inner label {
    color: #e2e8f0 !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

.revma-ads-landing .revma-calculator-card-inner input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
}

.revma-ads-landing .revma-calculator-card-inner select {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #1e293b !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
}

.revma-ads-landing .revma-calculator-card-inner select option {
    background: #ffffff !important;
    color: #1e293b !important;
}

.revma-ads-landing .revma-calculator-card-inner input::placeholder {
    color: #64748b !important;
}

.revma-ads-landing .revma-calculator-card-inner input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important;
    outline: none !important;
}

.revma-ads-landing .revma-calculator-card-inner select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important;
    outline: none !important;
}

/* Providers Section - Premium */
.revma-ads-landing .revma-providers-premium-header h2 {
    color: #ffffff !important;
    font-size: clamp(1.5rem, 4vw, 2.2rem) !important;
    font-weight: 800 !important;
    margin-bottom: 0.5rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.revma-ads-landing .revma-providers-premium-header p {
    color: #94a3b8 !important;
    font-size: 1.05rem !important;
}

/* Provider Logo Cards - White background like frontpage */
.revma-ads-landing .revma-provider-premium-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    min-height: 70px !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.revma-ads-landing .revma-provider-premium-logo:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3) !important;
}

.revma-ads-landing .revma-provider-premium-logo img {
    max-width: 120px !important;
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
    transition: transform 0.3s ease !important;
}

.revma-ads-landing .revma-provider-premium-logo:hover img {
    transform: scale(1.05) !important;
}

.revma-ads-landing .revma-provider-fallback {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

/* Providers Note */
.revma-ads-landing .revma-providers-premium-note {
    color: #22c55e !important;
    font-weight: 600 !important;
}

/* Help Section */
.revma-ads-landing .revma-calc-help-premium {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 2rem !important;
    padding: 16px 24px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.revma-ads-landing .revma-help-premium-icon {
    color: #3b82f6 !important;
}

.revma-ads-landing .revma-help-premium-content span {
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
}

.revma-ads-landing .revma-help-premium-content a {
    color: #3b82f6 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-left: 8px !important;
}

.revma-ads-landing .revma-help-premium-content a:hover {
    color: #60a5fa !important;
}

/* ============================================
   FOOTER - Ultra Premium Dark Theme
   (Matching frontpage exactly)
   ============================================ */

.revma-ads-landing .revma-footer-premium {
    position: relative !important;
    background: linear-gradient(180deg, #0a0f1a 0%, #0f172a 100%) !important;
    overflow: hidden !important;
    padding-top: 80px !important;
}

/* Animated Background Orbs */
.revma-ads-landing .revma-footer-premium-bg {
    position: absolute !important;
    inset: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.revma-ads-landing .revma-footer-orb {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
    opacity: 0.25 !important;
    animation: footerOrbFloat 12s ease-in-out infinite !important;
}

.revma-ads-landing .revma-footer-orb-1 {
    width: 400px !important;
    height: 400px !important;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    top: -150px !important;
    left: 10% !important;
    animation-delay: 0s !important;
}

.revma-ads-landing .revma-footer-orb-2 {
    width: 350px !important;
    height: 350px !important;
    background: linear-gradient(135deg, #8b5cf6, #6366f1) !important;
    bottom: -100px !important;
    right: 15% !important;
    animation-delay: -4s !important;
}

.revma-ads-landing .revma-footer-orb-3 {
    width: 250px !important;
    height: 250px !important;
    background: linear-gradient(135deg, #06b6d4, #0891b2) !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    animation-delay: -8s !important;
}

/* Top Gradient Line */
.revma-ads-landing .revma-footer-top-line {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(59, 130, 246, 0.3) 20%,
        rgba(139, 92, 246, 0.5) 50%,
        rgba(59, 130, 246, 0.3) 80%,
        transparent 100%
    ) !important;
}

/* Container */
.revma-ads-landing .revma-footer-premium-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px 60px !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Main Grid */
.revma-ads-landing .revma-footer-premium-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr !important;
    gap: 60px !important;
}

/* Brand Column */
.revma-ads-landing .revma-footer-premium-brand {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.revma-ads-landing .revma-footer-logo-link {
    display: inline-block !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

.revma-ads-landing .revma-footer-logo-link:hover {
    transform: translateY(-3px) !important;
    filter: brightness(1.15) !important;
}

.revma-ads-landing .revma-footer-premium-logo {
    width: 160px !important;
    height: auto !important;
}

.revma-ads-landing .revma-footer-premium-tagline {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    color: #94a3b8 !important;
    max-width: 280px !important;
}

/* Trust Badge */
.revma-ads-landing .revma-footer-trust-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05)) !important;
    border: 1px solid rgba(16, 185, 129, 0.25) !important;
    border-radius: 100px !important;
    padding: 10px 18px !important;
    margin-top: 8px !important;
    width: fit-content !important;
}

.revma-ads-landing .revma-footer-trust-icon {
    width: 28px !important;
    height: 28px !important;
    background: linear-gradient(135deg, #10b981, #059669) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
}

.revma-ads-landing .revma-footer-trust-badge span {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #10b981 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Column Titles */
.revma-ads-landing .revma-footer-premium-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: white !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 24px !important;
}

.revma-ads-landing .revma-footer-title-icon {
    width: 32px !important;
    height: 32px !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15)) !important;
    border: 1px solid rgba(59, 130, 246, 0.25) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #60a5fa !important;
}

/* List Styles */
.revma-ads-landing .revma-footer-premium-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.revma-ads-landing .revma-footer-premium-list li {
    margin-bottom: 14px !important;
}

.revma-ads-landing .revma-footer-premium-list a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.revma-ads-landing .revma-footer-premium-list a::before {
    content: '' !important;
    width: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #3b82f6, #60a5fa) !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    transition: width 0.3s ease !important;
}

.revma-ads-landing .revma-footer-premium-list a:hover {
    color: #60a5fa !important;
    transform: translateX(5px) !important;
}

.revma-ads-landing .revma-footer-premium-list a:hover::before {
    width: 100% !important;
}

/* Contact List */
.revma-ads-landing .revma-footer-contact-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.revma-ads-landing .revma-footer-contact-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
    color: #94a3b8 !important;
    font-size: 0.95rem !important;
}

.revma-ads-landing .revma-footer-contact-icon {
    width: 36px !important;
    height: 36px !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1)) !important;
    border: 1px solid rgba(59, 130, 246, 0.2) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #60a5fa !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
}

.revma-ads-landing .revma-footer-contact-list li:hover .revma-footer-contact-icon {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-color: transparent !important;
    color: white !important;
    transform: scale(1.05) !important;
}

.revma-ads-landing .revma-footer-contact-list a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.revma-ads-landing .revma-footer-contact-list a:hover {
    color: #60a5fa !important;
}

/* Bottom Bar */
.revma-ads-landing .revma-footer-premium-bottom {
    background: rgba(0, 0, 0, 0.3) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 24px 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.revma-ads-landing .revma-footer-bottom-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.revma-ads-landing .revma-footer-copyright {
    font-size: 0.88rem !important;
    color: #64748b !important;
    margin: 0 !important;
}

.revma-ads-landing .revma-footer-premium-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.revma-ads-landing .revma-footer-premium-links a {
    color: #64748b !important;
    text-decoration: none !important;
    font-size: 0.85rem !important;
    padding: 6px 14px !important;
    border-radius: 100px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all 0.3s ease !important;
}

.revma-ads-landing .revma-footer-premium-links a:hover {
    color: #60a5fa !important;
    background: rgba(59, 130, 246, 0.1) !important;
    border-color: rgba(59, 130, 246, 0.25) !important;
}

/* Footer Responsive */
@media (max-width: 1024px) {
    .revma-ads-landing .revma-footer-premium-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }

    .revma-ads-landing .revma-footer-premium-brand {
        grid-column: span 2 !important;
    }
}

@media (max-width: 768px) {
    .revma-ads-landing .revma-footer-premium {
        padding-top: 60px !important;
        padding-bottom: 100px !important;
    }

    .revma-ads-landing .revma-footer-premium-container {
        padding: 0 20px 40px !important;
    }

    .revma-ads-landing .revma-footer-premium-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .revma-ads-landing .revma-footer-premium-brand {
        grid-column: span 1 !important;
        text-align: center !important;
        align-items: center !important;
    }

    .revma-ads-landing .revma-footer-premium-tagline {
        max-width: 100% !important;
    }

    .revma-ads-landing .revma-footer-bottom-container {
        flex-direction: column !important;
        text-align: center !important;
    }

    .revma-ads-landing .revma-footer-premium-links {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .revma-ads-landing .revma-footer-premium-links a {
        font-size: 0.8rem !important;
        padding: 5px 10px !important;
    }
}

/* ============================================
   ASTRA THEME SPECIFIC - Hide ALL elements
   ============================================ */

/* Hide ALL WordPress/Astra theme elements when ads landing page is shown */
body.page-revma-ads-landing .ast-page-builder-template .entry-header,
body.page-revma-ads-landing .entry-header,
body.page-revma-ads-landing header.entry-header,
body.page-revma-ads-landing .ast-archive-description,
body.page-revma-ads-landing #ast-desktop-header,
body.page-revma-ads-landing #ast-mobile-header,
body.page-revma-ads-landing .ast-primary-header-bar,
body.page-revma-ads-landing .ast-main-header-wrap,
body.page-revma-ads-landing .hfeed .site-header,
body.page-revma-ads-landing .ast-header-break-point .site-header,
body.page-revma-ads-landing .ast-separate-container .ast-article-single,
body.page-revma-ads-landing .ast-separate-container .ast-article-post,
body.page-revma-ads-landing .ast-above-header,
body.page-revma-ads-landing .ast-below-header,
body.page-revma-ads-landing .main-header-bar-wrap,
body.page-revma-ads-landing .ast-mobile-header-wrap {
    display: none !important;
}

/* Remove padding/margins from Astra content area */
body.page-revma-ads-landing .ast-container,
body.page-revma-ads-landing article.page,
body.page-revma-ads-landing article.post,
body.page-revma-ads-landing .ast-separate-container .ast-article-single,
body.page-revma-ads-landing .ast-plain-container.ast-no-sidebar main > article,
body.page-revma-ads-landing #content,
body.page-revma-ads-landing #primary,
body.page-revma-ads-landing #main,
body.page-revma-ads-landing .content-area,
body.page-revma-ads-landing .hentry {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    background: transparent !important;
}

/* Ensure html/body have dark background */
html body.page-revma-ads-landing {
    background: #0a0f1c !important;
}

/* Remove any top margins that could create white space */
body.page-revma-ads-landing .revma-ads-landing {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ============================================
   QUOTE/LEAD MODAL - Mobile Fix
   ============================================ */

/* Ensure modal fits mobile screens properly */
body.page-revma-ads-landing .rpc-quote-modal {
    padding: 16px !important;
}

body.page-revma-ads-landing .rpc-quote-modal-content {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 90vh !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

@media (max-width: 520px) {
    body.page-revma-ads-landing .rpc-quote-modal {
        padding: 10px !important;
        align-items: flex-end !important;
    }

    body.page-revma-ads-landing .rpc-quote-modal-content {
        border-radius: 20px 20px 0 0 !important;
        max-height: 92vh !important;
        margin-bottom: 0 !important;
    }

    body.page-revma-ads-landing .rpc-quote-modal-header {
        padding: 24px 16px 12px !important;
    }

    body.page-revma-ads-landing .rpc-quote-modal-header h3 {
        font-size: 1.25rem !important;
    }

    body.page-revma-ads-landing #rpc-quote-plan-info {
        padding: 12px 16px !important;
    }

    body.page-revma-ads-landing #rpc-quote-form {
        padding: 0 16px 24px !important;
    }

    body.page-revma-ads-landing .rpc-quote-field input,
    body.page-revma-ads-landing .rpc-quote-field textarea {
        font-size: 16px !important; /* Prevents zoom on iOS */
    }

    body.page-revma-ads-landing .rpc-quote-consent label {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }

    body.page-revma-ads-landing .rpc-quote-submit {
        padding: 14px 20px !important;
        font-size: 0.95rem !important;
    }
}

/* Also fix the lead popup from lead generation plugin */
body.page-revma-ads-landing .rlg-popup-overlay {
    padding: 16px !important;
}

body.page-revma-ads-landing .rlg-popup {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 520px) {
    body.page-revma-ads-landing .rlg-popup-overlay {
        padding: 10px !important;
        align-items: flex-end !important;
    }

    body.page-revma-ads-landing .rlg-popup {
        border-radius: 20px 20px 0 0 !important;
        max-height: 90vh !important;
    }

    body.page-revma-ads-landing .rlg-popup-header {
        padding: 24px 20px 16px !important;
    }

    body.page-revma-ads-landing .rlg-popup-header h2 {
        font-size: 1.35rem !important;
    }

    body.page-revma-ads-landing .rlg-popup-body {
        padding: 20px !important;
    }

    body.page-revma-ads-landing .rlg-popup-form input {
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 14px !important;
    }

    body.page-revma-ads-landing .rlg-popup-consent label {
        font-size: 0.78rem !important;
    }
}
