.exp-page {
    color: #16243a;
}

.exp-page .dy-bg {
    background: rgba(255, 255, 255, .82);
}

.exp-hero {
    background: linear-gradient(135deg, #0b5ee8 0%, #15a9d4 100%);
    color: #fff;
    border-radius: 8px;
    padding: 32px;
}

.exp-hero h1 {
    font-size: 34px;
    line-height: 1.22;
    font-weight: 700;
    margin: 0;
}

.exp-hero p {
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.8;
    margin: 14px 0 0;
}

.exp-hero-note {
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.7;
    margin-top: 12px;
}

.exp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.exp-metric {
    height: 100%;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    padding: 18px;
}

.exp-metric strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.exp-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.exp-info-card {
    background: #fff;
    border: 1px solid #e3ecf6;
    border-radius: 8px;
    padding: 20px 20px 18px;
    box-shadow: 0 8px 20px rgba(24, 76, 132, .05);
}

.exp-info-card-accent {
    border-color: #bcd8ff;
    background: #f7fbff;
}

.exp-info-title {
    color: #18365d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}

.exp-info-card ul {
    margin: 0;
    padding-left: 18px;
}

.exp-info-card li {
    color: #52657c;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 6px;
}

.exp-info-card li:last-child {
    margin-bottom: 0;
}

.exp-inline-link {
    display: inline-flex;
    align-items: center;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 700;
    margin-top: 14px;
    text-decoration: none;
}

#guided-demo {
    scroll-margin-top: 88px;
}

.exp-section {
    margin-top: 22px;
}

.exp-title {
    margin-bottom: 16px;
}

.exp-title .eyebrow {
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.exp-title h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
}

.exp-title p {
    color: #5b6b82;
    font-size: 16px;
    line-height: 1.8;
    margin: 10px 0 0;
}

.exp-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e4edf8;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(20, 76, 150, .06);
}

.exp-card h3 {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 700;
}

.exp-card p,
.exp-card li {
    color: #5b6b82;
    font-size: 15px;
    line-height: 1.75;
}

.exp-card ul {
    padding-left: 18px;
    margin: 0;
}

.exp-icon {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #eaf3ff;
    color: #0d6efd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 14px;
}

.exp-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.exp-flow .exp-card {
    position: relative;
}

.exp-media {
    background: #eef6ff;
    border: 1px solid #dfeaf7;
    border-radius: 8px;
    padding: 14px;
    overflow: hidden;
}

.exp-media img {
    width: 100%;
    height: auto;
    display: block;
}

.exp-cta {
    background: #f8fbff;
    border: 1px solid #e4edf8;
    border-radius: 8px;
    padding: 22px;
}

.exp-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: #4b5563;
}

.exp-contact a {
    color: #0d6efd;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .exp-hero {
        padding: 24px 18px;
    }

    .exp-hero h1 {
        font-size: 26px;
    }

    .exp-hero p {
        font-size: 15px;
    }

    .exp-hero-note {
        font-size: 14px;
    }

    .exp-hero-actions .btn {
        flex: 1 1 auto;
        min-width: 120px;
        white-space: normal;
    }

    .exp-metric {
        padding: 12px 8px;
    }

    .exp-metric strong {
        font-size: 15px;
        line-height: 1.35;
    }

    .exp-intro-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 12px;
    }

    .exp-info-card {
        padding: 16px;
    }

    .exp-info-title {
        font-size: 17px;
    }

    .exp-info-card li {
        font-size: 14px;
        line-height: 1.65;
    }

    .exp-flow {
        grid-template-columns: 1fr;
    }

    .exp-title h2 {
        font-size: 22px;
    }
}
