.theme-docupulse .product-use-case-item,
.theme-docupulse .product-story blockquote {
    border-color: rgba(22, 118, 123, 0.28);
}

.theme-docupulse .docupulse-feature-showcase {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 1.5rem;
    align-items: start;
    position: relative;
}

.theme-docupulse #overview .container {
    max-width: 1380px;
    overflow-x: visible;
    overflow-y: visible;
}

.theme-docupulse #overview {
    overflow-x: visible;
}

.theme-docupulse .docupulse-feature-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.theme-docupulse .docupulse-feature-tile {
    width: 100%;
    border: 1px solid rgba(22, 118, 123, 0.16);
    background: #ffffff;
    border-radius: 0.9rem;
    padding: 0.95rem;
    display: flex;
    gap: 0.8rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.theme-docupulse .docupulse-feature-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(22, 118, 123, 0.12);
}

.theme-docupulse .docupulse-feature-tile.is-active {
    border-color: rgba(22, 118, 123, 0.45);
    box-shadow: 0 10px 22px rgba(22, 118, 123, 0.18);
    background: #f4fbfb;
}

.theme-docupulse .docupulse-feature-tile .feature-icon-modern {
    margin: 0;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    font-size: 1.25rem;
}

.theme-docupulse .docupulse-feature-content {
    display: block;
}

.theme-docupulse .docupulse-feature-content strong {
    display: block;
    color: #0d294e;
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
}

.theme-docupulse .docupulse-feature-content span {
    color: #4a5568;
    font-size: 0.92rem;
    line-height: 1.45;
}

.theme-docupulse .docupulse-feature-preview {
    width: 100%;
    max-width: none;
    margin: 0;
    position: sticky;
    top: 1.25rem;
    --preview-x: 0px;
    --preview-y: 0px;
    --preview-rot: 0deg;
    border-radius: 1rem;
    border: 1px solid rgba(22, 118, 123, 0.2);
    background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
    box-shadow: 0 16px 30px rgba(22, 118, 123, 0.14);
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translate(clamp(-24px, var(--preview-x), 0px), var(--preview-y)) rotate(var(--preview-rot));
    transform-origin: center center;
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
}

.theme-docupulse .docupulse-feature-preview img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    border-radius: 0.7rem;
}

@media (max-width: 1100px) {
    .theme-docupulse .docupulse-feature-showcase {
        grid-template-columns: 1fr;
        position: static;
    }

    .theme-docupulse .docupulse-feature-preview {
        position: static;
        width: fit-content;
        margin: 1rem auto 0;
        transform: none;
    }
}

.theme-docupulse .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-docupulse .pricing-comparison .container {
    max-width: 1460px;
}

.theme-docupulse .docupulse-pricing-toggle {
    display: flex;
    gap: 0.35rem;
    width: fit-content;
    margin: 0 auto 1.25rem;
    padding: 0.3rem;
    border: 1px solid rgba(22, 118, 123, 0.2);
    border-radius: 999px;
    background: #ffffff;
}

.theme-docupulse .docupulse-pricing-toggle-btn {
    border: none;
    background: transparent;
    color: #155f63;
    font-weight: 600;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.theme-docupulse .docupulse-pricing-toggle-btn.is-active {
    background: var(--primary-gradient);
    color: #ffffff;
}

.theme-docupulse .pricing-features li i.fa-times {
    color: #dc2626;
}

@media (max-width: 1200px) {
    .theme-docupulse .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .theme-docupulse .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.theme-docupulse .product-story-quote-only {
    background: #ffffff;
    padding-top: 4rem;
}

.theme-docupulse .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 .product-story-quote-only footer {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #4a5568;
    text-align: center;
}
