/**
 * RPM marketing page polish — complements Dashcore theme.css
 */
.rpm-marketing-copy p {
    margin-bottom: 1rem;
}

.rpm-marketing-copy a {
    color: var(--primary, #7c4dff);
    font-weight: 600;
}

.rpm-marketing-copy a:hover {
    text-decoration: underline;
}

.rpm-legal-content {
    font-size: 1.05rem;
    line-height: 1.75;
}

.rpm-legal-content h2,
.rpm-legal-content h3,
.rpm-legal-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.rpm-legal-content ul,
.rpm-legal-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.section-heading .fas.fa-star {
    font-size: 0.85rem;
}

.mt-n6 {
    margin-top: -4rem !important;
}

@media (max-width: 767px) {
    .mt-n6 {
        margin-top: -2rem !important;
    }
}

.browser .screen img {
    display: block;
}

.page.header {
    min-height: 420px;
    display: flex;
    align-items: center;
}

/* Dashcore nav: one logo before scroll, swap on sticky (matches about.html / faqs.html) */
@media (min-width: 768px) {
    .navigation.fixed-top:not(.navbar-sticky) .logo.logo-sticky {
        display: none !important;
    }
    .navigation.fixed-top:not(.navbar-sticky) .logo:not(.logo-sticky) {
        display: block !important;
    }
}
@media (max-width: 767.98px) {
    .navigation .logo:not(.logo-sticky) {
        display: none !important;
    }
}

/* Marketing partials */
.rpm-marketing-counters .counter {
    font-size: 2rem;
}

.rpm-screenshot-coverflow .swiper-slide {
    width: 280px;
}

.rpm-screenshot-coverflow .swiper-slide img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

.rpm-marketing-partners .partner-logo {
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.rpm-marketing-partners .partner-logo:hover {
    opacity: 1;
    text-decoration: none;
}

.rpm-pricing-toggle .pricing-value .price {
    font-size: 3rem;
}

.rpm-progress-bars .progress-animated {
    transition: width 1.2s ease;
}

.rpm-dashboard-lightbox a {
    cursor: zoom-in;
}

.testimonials-slider {
    position: relative;
    padding: 0 3rem;
}
