.product-page {
    background: #fff;
    color: #111827;
}

.product-page .section-lead {
    max-width: 760px;
}

.product-page .py-lg-6 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

.product-hero {
    position: relative;
    padding: 6rem 0 5rem;
    background:
        radial-gradient(circle at 8% 10%, rgba(37, 99, 235, 0.16), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(14, 165, 233, 0.16), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.product-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 235, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, .055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.88), transparent 82%);
    pointer-events: none;
}

.product-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem .85rem;
    border: 1px solid rgba(37, 99, 235, .16);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.product-hero__badge span {
    color: #2563eb;
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: .08em;
}

.product-hero__badge strong {
    color: #0f172a;
    font-size: .92rem;
}

.product-hero__title {
    font-size: clamp(2.55rem, 5.8vw, 5.15rem);
    letter-spacing: -.055em;
}

.product-hero__lead {
    max-width: 760px;
    font-size: 1.11rem;
    line-height: 2;
}

.product-btn-shadow {
    box-shadow: 0 16px 34px rgba(37, 99, 235, .28);
}

.product-hero__tags span {
    display: inline-flex;
    align-items: center;
    padding: .72rem 1rem;
    border: 1px solid rgba(15, 23, 42, .09);
    background: rgba(255, 255, 255, .86);
    color: #334155;
    border-radius: 999px;
    font-weight: 700;
    font-size: .92rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.product-dashboard {
    position: relative;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(37, 99, 235, .12);
    backdrop-filter: blur(20px);
}

.product-dashboard::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(37, 99, 235, .26), transparent 36%, rgba(14, 165, 233, .26));
    z-index: -1;
}

.product-dashboard__pulse {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .42rem .7rem;
    color: #047857;
    background: #ecfdf5;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 800;
}

.product-dashboard__pulse span {
    width: .52rem;
    height: .52rem;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 6px rgba(16, 185, 129, .12);
}

.product-score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1.5rem;
    color: #fff;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 62%, #2563eb 100%);
}

.product-score__label {
    display: block;
    font-size: .82rem;
    opacity: .78;
    margin-bottom: .3rem;
}

.product-score strong {
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.product-score__trend {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .5rem .75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    font-weight: 800;
}

.product-flow-mini {
    display: grid;
    gap: .8rem;
}

.product-flow-mini__item {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .92rem;
    border-radius: 1.25rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

.product-flow-mini__item > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: #e2e8f0;
    color: #475569;
    flex-shrink: 0;
}

.product-flow-mini__item strong,
.product-flow-mini__item small {
    display: block;
}

.product-flow-mini__item small {
    color: #64748b;
    margin-top: .12rem;
}

.product-flow-mini__item.is-done > span {
    background: #dbeafe;
    color: #2563eb;
}

.product-flow-mini__item.is-active {
    background: #eff6ff;
    border-color: rgba(37, 99, 235, .25);
    box-shadow: 0 12px 28px rgba(37, 99, 235, .08);
}

.product-flow-mini__item.is-active > span {
    background: #2563eb;
    color: #fff;
}

.product-dashboard__bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .7rem;
}

.product-dashboard__bottom div {
    padding: .9rem .55rem;
    text-align: center;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

.product-dashboard__bottom small,
.product-dashboard__bottom strong {
    display: block;
}

.product-dashboard__bottom small {
    color: #64748b;
    font-size: .74rem;
    margin-bottom: .18rem;
}

.product-dashboard__bottom strong {
    font-size: 1.05rem;
}

.product-impact-card,
.product-function-card,
.product-problem-card,
.product-target-card,
.product-start-card,
.product-step-card {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 1.6rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-impact-card:hover,
.product-function-card:hover,
.product-problem-card:hover,
.product-target-card:hover,
.product-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(15, 23, 42, .11);
    border-color: rgba(37, 99, 235, .22);
}

.product-impact-card,
.product-function-card,
.product-target-card,
.product-start-card,
.product-step-card {
    padding: 1.6rem;
}

.product-impact-card__icon,
.product-function-card__icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.15rem;
    margin-bottom: 1rem;
    font-size: 1.55rem;
}

.product-problem-card {
    padding: 1.6rem;
    position: relative;
    overflow: hidden;
}

.product-problem-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 900;
    margin-bottom: 1rem;
}

.product-problem-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -40px;
    bottom: -48px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .07);
}

.product-blue-section {
    background:
        radial-gradient(circle at 8% 5%, rgba(59, 130, 246, .28), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 48%, #2563eb 100%);
}

.text-white-75 {
    color: rgba(255, 255, 255, .76) !important;
}

.product-journey {
    display: grid;
    gap: 1rem;
}

.product-journey__step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    backdrop-filter: blur(12px);
}

.product-journey__step span {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-weight: 900;
}

.product-journey__step p {
    color: rgba(255, 255, 255, .74);
}

.product-target-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 1.1rem;
    color: #2563eb;
    background: #eff6ff;
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.product-step-card span {
    display: inline-block;
    color: #2563eb;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .75rem;
}

.product-cta-section {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.product-cta {
    padding: 2rem;
    color: #fff;
    background:
        radial-gradient(circle at 92% 0%, rgba(255, 255, 255, .22), transparent 34%),
        linear-gradient(135deg, #1d4ed8 0%, #2563eb 55%, #0ea5e9 100%);
}

.product-cta p {
    color: rgba(255, 255, 255, .78);
}

.product-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .72s ease, transform .72s ease;
}

.product-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.product-reveal-delay-1 { transition-delay: .08s; }
.product-reveal-delay-2 { transition-delay: .16s; }
.product-reveal-delay-3 { transition-delay: .24s; }
.product-reveal-delay-4 { transition-delay: .32s; }
.product-reveal-delay-5 { transition-delay: .40s; }
.product-reveal-delay-6 { transition-delay: .48s; }

@media (max-width: 991.98px) {
    .product-hero {
        padding: 4.5rem 0 3.5rem;
    }

    .product-page .py-lg-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .product-hero__title {
        font-size: 2.4rem;
    }

    .product-dashboard {
        padding: 1rem;
    }

    .product-score {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-dashboard__bottom {
        grid-template-columns: 1fr;
    }

    .product-journey__step {
        flex-direction: column;
    }

    .product-cta {
        padding: 1.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-reveal,
    .product-impact-card,
    .product-function-card,
    .product-problem-card,
    .product-target-card,
    .product-step-card {
        transition: none !important;
        transform: none !important;
    }

    .product-reveal {
        opacity: 1 !important;
    }
}

/* Text color fix: make key dark-background copy white */
.product-hero__badge span,
.product-hero__badge strong,
.product-journey__step h3,
.product-journey__step p,
.product-cta h2 {
    color: #fff !important;
}

.product-journey__step p,
.product-cta p {
    color: rgba(255, 255, 255, .86) !important;
}

/* Product hero badge text color fix */
.product-hero__badge span,
.product-hero__badge strong {
    color: #111827 !important;
}

