.theme-passwordshare-enterprise .product-use-case-item,
.theme-passwordshare-enterprise .product-story blockquote {
    border-color: rgba(124, 58, 237, 0.28);
}

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

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

.theme-passwordshare-enterprise .product-story-quote-only::before {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.2) 0%, rgba(124, 58, 237, 0) 72%);
}

.theme-passwordshare-enterprise .product-story-quote-only::after {
    width: 260px;
    height: 260px;
    right: 4%;
    bottom: -70px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, rgba(139, 92, 246, 0) 74%);
}

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

.theme-passwordshare-enterprise .product-story-quote-only .container::before {
    width: 220px;
    height: 220px;
    left: 42%;
    top: -40px;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.18) 0%, rgba(167, 139, 250, 0) 72%);
}

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

.theme-passwordshare-enterprise .product-proof.product-proof-alt {
    background: transparent;
}

.theme-passwordshare-enterprise .product-proof-layout-enterprise {
    grid-template-columns: 1.05fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.theme-passwordshare-enterprise .product-proof-kicker {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.1);
    color: #6d28d9;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.85rem;
}

.theme-passwordshare-enterprise .product-proof-enterprise-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 1.1rem;
}

.theme-passwordshare-enterprise .proof-highlight-item {
    background: #ffffff;
    border: 1px solid rgba(124, 58, 237, 0.15);
    border-radius: 0.8rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 6px 14px rgba(91, 33, 182, 0.08);
}

.theme-passwordshare-enterprise .proof-highlight-item h3 {
    color: #3b1d73;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.theme-passwordshare-enterprise .proof-highlight-item p {
    color: #4a5568;
    font-size: 0.92rem;
    line-height: 1.45;
}

.theme-passwordshare-enterprise .product-proof-media-enterprise {
    position: relative;
}

.theme-passwordshare-enterprise .product-proof-media-enterprise img {
    border-radius: 1rem;
    border: 1px solid rgba(124, 58, 237, 0.2);
    box-shadow: 0 20px 35px rgba(91, 33, 182, 0.16);
}

.theme-passwordshare-enterprise .proof-floating-chip {
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 2;
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    box-shadow: 0 8px 18px rgba(91, 33, 182, 0.24);
}

@media (max-width: 1024px) {
    .theme-passwordshare-enterprise .product-proof-layout-enterprise {
        grid-template-columns: 1fr;
    }

    .theme-passwordshare-enterprise .proof-floating-chip {
        left: 10px;
        top: 10px;
    }
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 2.25rem;
    align-items: center;
    margin-top: 2.5rem;
    overflow: visible;
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .container {
    overflow: visible;
    overflow-x: visible;
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .steps-enterprise-vertical {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 0;
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .step-enterprise-tilt {
    transform: rotate(-1.1deg);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .step-enterprise-tilt:hover {
    transform: translateY(-4px) rotate(0deg);
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-image {
    margin-top: 0;
    margin-right: -2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
    overflow: visible;
    animation: enterpriseFloatTilt 6s ease-in-out infinite;
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-image img {
    border: none;
    box-shadow: 0 22px 34px rgba(91, 33, 182, 0.2);
    transform: rotate(1.1deg);
    transition: transform 0.3s ease;
}

.theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-image img:hover {
    transform: rotate(0deg) scale(1.01);
}

.theme-passwordshare-enterprise .enterprise-pricing-block {
    padding: 2.5rem 0 3.5rem;
    background: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.45s forwards;
}

.theme-passwordshare-enterprise .enterprise-pricing-card {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(124, 58, 237, 0.22);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7f3ff 100%);
    box-shadow: 0 14px 30px rgba(91, 33, 182, 0.12);
    padding: 1.45rem 1.25rem 1.55rem;
}

.theme-passwordshare-enterprise .enterprise-pricing-label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #6d28d9;
}

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

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

@keyframes enterpriseFloatTilt {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-7px) rotate(-0.5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

@media (max-width: 1024px) {
    .theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-layout {
        grid-template-columns: 1fr;
    }

    .theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-image {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .theme-passwordshare-enterprise .comparison {
        display: none;
    }

    .theme-passwordshare-enterprise .how-it-works-split-enterprise .step-enterprise-tilt,
    .theme-passwordshare-enterprise .how-it-works-split-enterprise .step-enterprise-tilt:hover {
        transform: none;
    }

    .theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-image {
        animation: none;
    }

    .theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-image img,
    .theme-passwordshare-enterprise .how-it-works-split-enterprise .how-it-works-enterprise-image img:hover {
        transform: none;
    }
}
