body[data-page-slug="products"] .home-site-main {
    padding-bottom: 0;
}

.landing-animate-fade-up {
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

html.home-site-animations-ready .landing-animate-fade-up {
    opacity: 0;
    transform: translateY(20px);
}

html.home-site-animations-ready .landing-animate-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.landing-animate-delay-100 {
    transition-delay: 0.1s;
}

.landing-animate-delay-200 {
    transition-delay: 0.2s;
}

.landing-animate-delay-300 {
    transition-delay: 0.3s;
}

.products-hero {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 7rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 252, 0.88) 100%);
}

.products-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 48rem;
    height: 48rem;
    background: radial-gradient(circle, rgba(79, 146, 227, 0.13) 0%, rgba(79, 146, 227, 0) 68%);
    transform: translate(-18%, -42%);
    pointer-events: none;
}

.products-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
}

.products-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(66, 133, 244, 0.08);
    border: 1px solid rgba(66, 133, 244, 0.12);
    color: var(--home-primary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.products-kicker__dot {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--home-primary);
    box-shadow: 0 0 0 0.35rem rgba(63, 126, 219, 0.1);
}

.products-display {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
    font-weight: 600;
    color: var(--home-primary-strong);
}

.products-display__muted {
    color: var(--home-muted);
}

.products-hero__copy {
    max-width: 49rem;
    margin: 0 auto;
    color: var(--home-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.products-hero__actions {
    gap: 0.9rem;
}

.products-section {
    padding: 6rem 0;
}

.products-section--muted {
    background: rgba(248, 251, 255, 0.72);
}

.products-section-title {
    max-width: 48rem;
    margin-bottom: 3.5rem;
}

.products-section-title--centered {
    margin-inline: auto;
    text-align: center;
}

.products-section-title h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.04em;
    color: var(--home-primary-strong);
}

.products-section-title p {
    margin-bottom: 0;
    color: var(--home-muted);
    line-height: 1.8;
    font-size: 1.02rem;
}

.products-overview__copy p {
    color: var(--home-muted);
    line-height: 1.8;
}

.products-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.products-stat-card {
    padding: 1.45rem 1rem;
    text-align: center;
    border: 1px solid var(--home-border);
    border-radius: 1rem;
    background: rgba(248, 251, 255, 0.95);
}

.products-stat-card__value {
    margin-bottom: 0.25rem;
    color: var(--home-primary-strong);
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.products-stat-card__label {
    color: #8091a4;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.products-visual-shell {
    padding: 1rem;
    border: 1px solid var(--home-border);
    border-radius: 1.45rem;
    background: rgba(248, 251, 255, 0.92);
    box-shadow: 0 18px 42px rgba(18, 37, 58, 0.08);
}

.products-visual-shell__inner {
    border: 1px solid var(--home-border);
    border-radius: 1.05rem;
    background: white;
    overflow: hidden;
}

.products-visual-shell__topbar {
    height: 2rem;
    display: flex;
    align-items: center;
    padding-inline: 1rem;
    border-bottom: 1px solid var(--home-border);
    background: rgba(248, 251, 255, 0.95);
}

.products-window-dots {
    display: inline-flex;
    gap: 0.38rem;
}

.products-window-dots span {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: #d5deea;
}

.products-visual-shell__body {
    padding: 1.5rem;
}

.products-icon-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.products-icon-strip__item {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-border);
    border-radius: 0.85rem;
    background: #f8fbff;
    color: #99a8b8;
}

.products-icon-strip__item--active {
    border-color: rgba(63, 126, 219, 0.18);
    background: rgba(63, 126, 219, 0.08);
    color: var(--home-primary);
}

.products-overview-chart,
.products-flow-chart {
    position: relative;
    height: 13rem;
}

.products-module-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--home-border);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 32px rgba(18, 37, 58, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.products-module-card:hover {
    transform: translateY(-0.2rem);
    box-shadow: 0 18px 40px rgba(18, 37, 58, 0.09);
}

.products-module-card__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border: 1px solid var(--home-border);
    border-radius: 0.95rem;
    background: var(--home-surface-muted);
    color: var(--home-primary-strong);
    font-size: 1.05rem;
}

.products-module-card__icon--accent {
    border-color: rgba(63, 126, 219, 0.16);
    background: rgba(63, 126, 219, 0.08);
    color: var(--home-primary);
}

.products-module-card h3 {
    margin-bottom: 0.8rem;
    color: var(--home-primary-strong);
    font-size: 1.25rem;
}

.products-module-card p {
    margin-bottom: 1rem;
    color: var(--home-muted);
    line-height: 1.75;
    font-size: 0.95rem;
}

.products-module-list {
    display: grid;
    gap: 0.6rem;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.products-module-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #415467;
    font-size: 0.82rem;
}

.products-module-list i {
    margin-top: 0.2rem;
    color: var(--home-primary);
}

.products-flow-stack {
    display: grid;
    gap: 3rem;
}

.products-flow-step {
    align-items: center;
}

.products-flow-step__intro {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.products-flow-step__index {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: var(--home-primary-strong);
    color: white;
    font-size: 0.82rem;
    font-weight: 700;
}

.products-flow-step h3 {
    margin: 0;
    color: var(--home-primary-strong);
    font-size: 1.35rem;
}

.products-flow-step__copy {
    color: var(--home-muted);
    line-height: 1.8;
}

.products-flow-note {
    padding: 1rem 1.1rem;
    border: 1px solid var(--home-border);
    border-radius: 1rem;
    background: rgba(248, 251, 255, 0.95);
    color: var(--home-muted);
    font-size: 0.92rem;
    line-height: 1.7;
}

.products-flow-note strong {
    color: var(--home-primary-strong);
}

.products-flow-panel {
    padding: 1.5rem;
    border: 1px solid var(--home-border);
    border-radius: 1.25rem;
    background: rgba(248, 251, 255, 0.95);
}

.products-flow-panel__label {
    margin-bottom: 1rem;
    color: var(--home-primary-strong);
    font-size: 0.9rem;
    font-weight: 600;
}

.products-pipeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.products-pipeline-node {
    height: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: 1px solid var(--home-border);
    border-radius: 0.95rem;
    background: white;
    color: #94a3b8;
}

.products-pipeline-node--active {
    border-color: rgba(63, 126, 219, 0.18);
    background: rgba(63, 126, 219, 0.08);
    color: var(--home-primary);
}

.products-pipeline-node span {
    font-size: 0.75rem;
    color: var(--home-muted);
}

.products-timeline {
    display: grid;
    gap: 0.85rem;
}

.products-timeline__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--home-border);
    border-radius: 0.95rem;
    background: white;
}

.products-timeline__dot {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    flex: 0 0 auto;
}

.products-timeline__dot--critical {
    background: #ef4444;
}

.products-timeline__dot--active {
    background: var(--home-primary);
}

.products-timeline__dot--success {
    background: #22c55e;
}

.products-timeline__time {
    color: #90a0b2;
    font-size: 0.76rem;
    margin-bottom: 0.1rem;
}

.products-timeline__title {
    color: var(--home-primary-strong);
    font-size: 0.92rem;
    font-weight: 600;
}

.products-cta {
    background: linear-gradient(135deg, #13253f 0%, #1b355a 100%);
}

.products-cta__copy {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.products-cta__copy h2 {
    margin-bottom: 1rem;
    color: white;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    letter-spacing: -0.04em;
}

.products-cta__copy p {
    margin-bottom: 2rem;
    color: rgba(226, 232, 240, 0.9);
    font-size: 1.04rem;
    line-height: 1.8;
}

.products-button--ghost {
    border: 1px solid rgba(226, 232, 240, 0.34);
    background: transparent;
    color: white;
}

.products-button--ghost:hover,
.products-button--ghost:focus {
    border-color: rgba(226, 232, 240, 0.46);
    background: rgba(255, 255, 255, 0.06);
    color: white;
}

@media (max-width: 991.98px) {
    .products-hero {
        padding: 6rem 0 5.5rem;
    }

    .products-section {
        padding: 4.75rem 0;
    }

    .products-section-title {
        margin-bottom: 2.75rem;
    }

    .products-flow-stack {
        gap: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .products-display {
        font-size: clamp(2.35rem, 9vw, 3.35rem);
    }

    .products-hero__copy {
        font-size: 1rem;
    }

    .products-hero__actions {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .products-hero__actions .home-site-button {
        width: 100%;
    }

    .products-stats-grid,
    .products-pipeline-grid {
        grid-template-columns: 1fr;
    }

    .products-visual-shell__body,
    .products-flow-panel,
    .products-module-card {
        padding: 1.25rem;
    }

    .products-icon-strip {
        gap: 0.55rem;
    }

    .products-flow-step__intro {
        gap: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.home-site-animations-ready .landing-animate-fade-up,
    html.home-site-animations-ready .landing-animate-fade-up.is-visible,
    .products-module-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
