.theme-docupulse-lite .product-use-case-item,
.theme-docupulse-lite .product-story blockquote {
    border-color: rgba(30, 111, 121, 0.3);
}

.theme-docupulse-lite .product-proof.product-proof-alt {
    background: transparent;
}

.theme-docupulse-lite .product-proof-docupulse-lite-spotlight .container {
    max-width: 1400px;
}

.theme-docupulse-lite .product-proof-layout-docupulse-lite {
    grid-template-columns: 1fr;
    position: relative;
}

.theme-docupulse-lite .product-proof-media-docupulse-lite {
    position: relative;
    z-index: 1;
}

.theme-docupulse-lite .product-proof-media-docupulse-lite img {
    width: min(100%, 980px);
    margin: 0 1.5rem 0 auto;
    display: block;
    border-radius: 1rem;
    border: 1px solid rgba(30, 111, 121, 0.18);
    box-shadow: 0 18px 34px rgba(13, 41, 78, 0.18);
}

.theme-docupulse-lite .product-proof-copy-overlay-docupulse-lite {
    position: absolute;
    z-index: 3;
    left: 1rem;
    top: 2.75rem;
    max-width: 500px;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(30, 111, 121, 0.16);
    border-radius: 1rem;
    padding: 1.3rem 1.4rem;
    box-shadow: 0 10px 22px rgba(13, 41, 78, 0.16);
}

.theme-docupulse-lite .product-proof-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e6f79;
    margin-bottom: 0.45rem;
}

.theme-docupulse-lite .product-proof-copy-overlay-docupulse-lite h2 {
    margin-bottom: 0.7rem;
}

.theme-docupulse-lite .product-proof-copy-overlay-docupulse-lite p {
    margin-bottom: 0.7rem;
}

.theme-docupulse-lite .product-proof-copy-overlay-docupulse-lite ul {
    margin-top: 0.5rem;
}

.theme-docupulse-lite .product-proof-chip {
    margin-top: 0.9rem;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(30, 111, 121, 0.1);
    border: 1px solid rgba(30, 111, 121, 0.22);
    color: #0f4a52;
    font-size: 0.85rem;
    font-weight: 600;
}

.theme-docupulse-lite .features-rotator-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.theme-docupulse-lite .features-rotator-viewport {
    overflow: hidden;
    width: min(1100px, 100%);
    border-radius: 1.5rem;
}

.theme-docupulse-lite .features-rotator-track {
    display: flex;
    gap: 1.25rem;
    flex-wrap: nowrap;
    will-change: transform;
    padding: 0.35rem 0.2rem;
}

.theme-docupulse-lite .features-rotator-track .feature-item {
    flex: 0 0 calc((100% - 2.5rem) / 3);
    min-width: calc((100% - 2.5rem) / 3);
}

.theme-docupulse-lite .features-rotator-arrow {
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid rgba(30, 111, 121, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #154d55;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    flex: 0 0 auto;
}

.theme-docupulse-lite .features-rotator-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(21, 77, 85, 0.2);
    background: #ffffff;
}

.theme-docupulse-lite .features-rotator-arrow:focus-visible {
    outline: 2px solid rgba(30, 111, 121, 0.6);
    outline-offset: 2px;
}

@media (max-width: 1024px) {
    .theme-docupulse-lite .product-proof-media-docupulse-lite img {
        margin: 0 auto;
    }

    .theme-docupulse-lite .product-proof-copy-overlay-docupulse-lite {
        position: static;
        max-width: 100%;
        margin: 0 0 1rem 0;
        backdrop-filter: none;
    }

    .theme-docupulse-lite .features-rotator-track .feature-item {
        flex: 0 0 calc((100% - 1.25rem) / 2);
        min-width: calc((100% - 1.25rem) / 2);
    }
}

@media (max-width: 700px) {
    .theme-docupulse-lite .features-rotator-shell {
        gap: 0.5rem;
    }

    .theme-docupulse-lite .features-rotator-track .feature-item {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .theme-docupulse-lite .features-rotator-arrow {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.theme-docupulse-lite .product-story-quote-only {
    background: #ffffff;
    padding-top: 4rem;
    position: relative;
    overflow: visible;
}

.theme-docupulse-lite .product-story-quote-only::before,
.theme-docupulse-lite .product-story-quote-only::after,
.theme-docupulse-lite .product-story-quote-only .container::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(6px);
    z-index: 0;
}

.theme-docupulse-lite .product-story-quote-only::before {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(30, 111, 121, 0.22) 0%, rgba(30, 111, 121, 0) 72%);
}

.theme-docupulse-lite .product-story-quote-only::after {
    width: 260px;
    height: 260px;
    right: 4%;
    bottom: -70px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.2) 0%, rgba(20, 184, 166, 0) 74%);
}

.theme-docupulse-lite .product-story-quote-only .container {
    position: relative;
    z-index: 1;
}

.theme-docupulse-lite .product-story-quote-only .container::before {
    width: 220px;
    height: 220px;
    left: 42%;
    top: -40px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.2) 0%, rgba(34, 211, 238, 0) 72%);
}

.theme-docupulse-lite .product-story-quote-only blockquote {
    border-left: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.35;
    font-weight: 700;
    color: #0d294e;
    text-align: center;
}

.theme-docupulse-lite .product-story-quote-only footer {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #4a5568;
    text-align: center;
}

.theme-docupulse-lite .lite-pricing-bottom {
    padding: 2.5rem 0 4.25rem;
    background: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.45s forwards;
}

.theme-docupulse-lite .lite-pricing-card {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(30, 111, 121, 0.2);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbfc 100%);
    box-shadow: 0 14px 30px rgba(13, 41, 78, 0.1);
    padding: 1.4rem 1.2rem 1.5rem;
}

.theme-docupulse-lite .lite-pricing-label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e6f79;
}

.theme-docupulse-lite .lite-pricing-amount {
    margin: 0.45rem 0 0.25rem;
    font-size: clamp(2rem, 4vw, 2.6rem);
    line-height: 1;
    font-weight: 800;
    color: #0d294e;
}

.theme-docupulse-lite .lite-pricing-meta {
    margin: 0;
    font-size: 1rem;
    color: #4a5568;
}

.theme-docupulse-lite .lite-pricing-submeta {
    margin: 0.35rem 0 0;
    font-size: 0.92rem;
    color: #5f6f85;
}
