/* Main Container styling */
.oi-ps-container-d32cf4c7 {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
    box-sizing: border-box;
}

.oi-ps-inner-d32cf4c7 {
    width: 100%;
    margin: 0 auto;
}

/* Header & Typography styling */
.oi-ps-header-d32cf4c7 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.oi-ps-eyebrow-d32cf4c7 {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.oi-ps-title-d32cf4c7 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 1rem 0;
}

.oi-ps-desc-d32cf4c7 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

/* Main Grid Layout */
.oi-ps-grid-d32cf4c7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 1025px) {
    .oi-ps-grid-d32cf4c7 {
        grid-template-columns: 63% 37%;
    }
}

/* Cards Structural styling */
.oi-ps-featured-card-d32cf4c7,
.oi-ps-secondary-card-d32cf4c7 {
    border-width: 1px;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.oi-ps-featured-card-d32cf4c7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 1025px) {
    .oi-ps-featured-card-d32cf4c7 {
        grid-template-columns: 42% 58%;
    }
}

/* Badges styling */
.oi-ps-badge-d32cf4c7,
.oi-ps-badge-secondary-d32cf4c7 {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

/* Product Content Elements */
.oi-ps-logo-wrap-d32cf4c7 {
    margin-bottom: 1.5rem;
}

.oi-ps-logo-d32cf4c7 {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.oi-ps-product-title-d32cf4c7 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.oi-ps-product-desc-d32cf4c7 {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1.5rem;
}

/* Benefits list styling */
.oi-ps-benefits-list-d32cf4c7 {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.oi-ps-benefit-item-d32cf4c7 {
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.oi-ps-benefit-icon-d32cf4c7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #E6EEFF;
    color: #2D326C;
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Buttons styling */
.oi-ps-btn-d32cf4c7 {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    transition: background-color 0.25s, transform 0.15s;
    cursor: pointer;
}

.oi-ps-btn-d32cf4c7:active {
    transform: scale(0.98);
}

/* Interactive Demo Mockup styling */
.oi-ps-demo-window-d32cf4c7 {
    border: 1px solid #E3E6EB;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.oi-ps-card-demo-col-d32cf4c7 {
    box-sizing: border-box;
}

.oi-ps-demo-header-d32cf4c7 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E6EB;
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

.oi-ps-demo-window-dots-d32cf4c7 {
    display: flex;
    gap: 6px;
    margin-right: 16px;
}

.oi-ps-demo-window-dots-d32cf4c7 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E3E6EB;
}

.oi-ps-demo-app-title-d32cf4c7 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #617498;
}

.oi-ps-demo-body-d32cf4c7 {
    padding: 20px;
    flex-grow: 1;
}

/* Demo rows & avatars styling */
.oi-ps-demo-question-row-d32cf4c7,
.oi-ps-demo-answer-box-d32cf4c7 {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.oi-ps-demo-avatar-d32cf4c7 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #E3E6EB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: #2D326C;
    flex-shrink: 0;
}

.oi-ps-avatar-ai-d32cf4c7 {
    background-color: #2D326C;
    color: #FFFFFF;
}

.oi-ps-demo-question-d32cf4c7 {
    background-color: #FFFFFF;
    border: 1px solid #E3E6EB;
    padding: 12px 16px;
    border-radius: 4px 16px 16px 16px;
    font-size: 0.95rem;
    line-height: 1.45;
}

.oi-ps-demo-answer-box-d32cf4c7 {
    margin-top: 16px;
}

.oi-ps-demo-answer-d32cf4c7 {
    background-color: #FFFFFF;
    border: 1px solid #E3E6EB;
    padding: 16px;
    border-radius: 16px 4px 16px 16px;
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
}

/* Citation Chip styling */
.oi-ps-citation-chip-d32cf4c7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #E6EEFF;
    color: #2D326C;
    border: none;
    font-size: 0.75rem;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 4px;
    cursor: pointer;
    vertical-align: super;
}

.oi-ps-citation-chip-d32cf4c7:hover {
    background-color: #2D326C;
    color: #FFFFFF;
}

/* Sources container styling */
.oi-ps-demo-sources-d32cf4c7 {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed #E3E6EB;
}

.oi-ps-sources-header-d32cf4c7 {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #617498;
    margin-bottom: 10px;
}

.oi-ps-source-row-d32cf4c7 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #FFFFFF;
    border: 1px solid #E3E6EB;
    margin-bottom: 8px;
    transition: background-color 0.3s, border-color 0.3s;
}

.oi-ps-source-row-d32cf4c7.oi-ps-highlighted-d32cf4c7 {
    background-color: #FFF2D6;
    border-color: #FFC107;
}

.oi-ps-source-badge-d32cf4c7 {
    font-size: 0.75rem;
    font-weight: bold;
    width: 18px;
    height: 18px;
    background-color: #E3E6EB;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #25272A;
}

.oi-ps-source-title-d32cf4c7 {
    font-size: 0.85rem;
    color: #424242;
    flex-grow: 1;
}

.oi-ps-source-link-d32cf4c7 {
    text-decoration: none;
    font-size: 0.8rem;
    color: #617498;
}

/* Examples Panel styling */
.oi-ps-demo-examples-d32cf4c7 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 20px;
    background-color: #FFFFFF;
    border-top: 1px solid #E3E6EB;
}

.oi-ps-example-btn-d32cf4c7 {
    background-color: #F4F7FB;
    border: 1px solid #E3E6EB;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #2D326C;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.oi-ps-example-btn-d32cf4c7:hover {
    background-color: #E6EEFF;
    border-color: #2D326C;
}

/* Loading animations styling */
.oi-ps-demo-loader-row-d32cf4c7 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    padding: 12px 16px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E3E6EB;
    max-width: 320px;
}

.oi-ps-demo-search-text-d32cf4c7 {
    font-size: 0.85rem;
    color: #617498;
}

.oi-ps-demo-loader-dots-d32cf4c7 {
    display: flex;
    gap: 4px;
}

.oi-ps-demo-dot-d32cf4c7 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: oiLoaderBlink 1.2s infinite both;
}

.oi-ps-demo-dot-d32cf4c7:nth-child(2) { animation-delay: 0.2s; }
.oi-ps-demo-dot-d32cf4c7:nth-child(3) { animation-delay: 0.4s; }

@keyframes oiLoaderBlink {
    0%, 80%, 100% { opacity: 0.2; }
    40% { opacity: 1; }
}

/* Timeline Components styling */
.oi-ps-timeline-d32cf4c7 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 32px 0;
    padding: 0 10px;
}

.oi-ps-timeline-track-d32cf4c7 {
    position: absolute;
    top: 12px;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #E3E6EB;
    z-index: 1;
}

.oi-ps-timeline-step-d32cf4c7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    width: 20%;
}

.oi-ps-step-node-d32cf4c7 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-bottom: 8px;
    font-weight: bold;
    transition: background-color 0.3s, border-color 0.3s;
}

.oi-ps-step-label-d32cf4c7 {
    font-size: 0.75rem;
    white-space: nowrap;
}

/* Viewport Animation class */
.oi-ps-demo-window-d32cf4c7.oi-ps-anim-start {
    animation: oiSlideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes oiSlideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Screen readers friendly state logic */
@media (prefers-reduced-motion: reduce) {
    .oi-ps-demo-window-d32cf4c7.oi-ps-anim-start {
        animation: none !important;
    }
    .oi-ps-demo-dot-d32cf4c7 {
        animation: none !important;
    }
}
