:root {
    --enterprise-surface: #f4f6fb;
    --enterprise-card: #ffffff;
    --enterprise-border: rgba(33, 37, 41, 0.08);
    --enterprise-shadow: 0 18px 50px rgba(46, 62, 129, 0.08);
}

.enterprise-console-page {
    background:
        radial-gradient(circle at top left, rgba(120, 149, 203, 0.16), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
    padding-bottom: 5rem;
}

.enterprise-header {
    margin-bottom: 1rem;
}

.enterprise-hero-section {
    padding: 3rem 0 2rem;
}

.enterprise-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--website-primary-color);
    margin-bottom: 1rem;
}

.enterprise-title {
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    line-height: 1.05;
    font-weight: 800;
    color: #1f2641;
    margin-bottom: 1.2rem;
}

.enterprise-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #5c6478;
    max-width: 42rem;
}

.enterprise-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.8rem 0 2rem;
}

.enterprise-chip {
    background: rgba(74, 85, 162, 0.08);
    color: var(--website-primary-color-dark);
    border: 1px solid rgba(74, 85, 162, 0.14);
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-size: 0.92rem;
    font-weight: 600;
}

.enterprise-hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-website-primary {
    background-color: var(--website-primary-color);
    border-color: var(--website-primary-color);
    color: #ffffff;
}

.btn-website-primary:hover,
.btn-website-primary:focus {
    background-color: var(--website-primary-color-dark);
    border-color: var(--website-primary-color-dark);
    color: #ffffff;
}

.hero-screen-card,
.tour-card,
.capability-card,
.ops-copy-card,
.cta-panel {
    background: var(--enterprise-card);
    border: 1px solid var(--enterprise-border);
    border-radius: 1.35rem;
    box-shadow: var(--enterprise-shadow);
}

.hero-screen-card {
    padding: 1rem;
}

.hero-screen-card img,
.tour-image {
    width: 100%;
    display: block;
    border-radius: 1rem;
}

.enterprise-capabilities-section,
.enterprise-tour-section,
.enterprise-ops-section,
.enterprise-cta-section {
    padding: 2rem 0;
}

.section-heading {
    text-align: center;
    max-width: 52rem;
    margin: 0 auto 2.4rem;
}

.section-heading-left {
    text-align: left;
    margin-left: 0;
}

.section-heading h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    color: #20263b;
    margin-bottom: 0.8rem;
}

.section-heading p {
    color: #5d6579;
    font-size: 1.06rem;
    line-height: 1.7;
}

.capability-card {
    height: 100%;
    padding: 1.6rem;
}

.capability-icon {
    width: 3.4rem;
    height: 3.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(74, 85, 162, 0.1);
    color: var(--website-primary-color);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.capability-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #242b42;
}

.capability-card p {
    margin: 0;
    color: #5d6579;
    line-height: 1.65;
}

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

.tour-card {
    overflow: hidden;
}

.tour-card-wide {
    grid-column: span 2;
}

.tour-copy {
    padding: 1.5rem 1.5rem 0.9rem;
}

.tour-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--website-primary-color);
    margin-bottom: 0.8rem;
}

.tour-copy h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #20263b;
    margin-bottom: 0.6rem;
}

.tour-copy p {
    color: #5d6579;
    margin-bottom: 0;
    line-height: 1.65;
}

.tour-image {
    padding: 0 1rem 1rem;
}

.ops-copy-card {
    padding: 2rem;
}

.ops-copy-card h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 800;
    color: #20263b;
    margin-bottom: 1rem;
}

.ops-copy-card p {
    color: #5d6579;
    line-height: 1.75;
    font-size: 1.05rem;
}

.ops-list {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0 0;
    display: grid;
    gap: 0.8rem;
}

.ops-list li {
    position: relative;
    padding-left: 1.7rem;
    color: #28314b;
    font-weight: 600;
}

.ops-list li::before {
    content: "";
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--website-primary-color), #7895cb);
    position: absolute;
    left: 0;
    top: 0.45rem;
}

.cta-panel {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: linear-gradient(135deg, #f7f8fe 0%, #ffffff 55%, #eef2ff 100%);
}

.cta-panel h2 {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: 800;
    color: #20263b;
    margin-bottom: 0.6rem;
}

.cta-panel p {
    margin: 0;
    color: #5d6579;
}

@media (max-width: 991.98px) {
    .enterprise-hero-section {
        padding-top: 2rem;
    }

    .hero-screen-card {
        transform: none;
    }

    .tour-grid {
        grid-template-columns: 1fr;
    }

    .tour-card-wide {
        grid-column: span 1;
    }

    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .enterprise-title {
        font-size: 2.3rem;
    }

    .enterprise-lead,
    .section-heading p,
    .ops-copy-card p {
        font-size: 1rem;
    }

    .capability-card,
    .ops-copy-card,
    .cta-panel {
        padding: 1.3rem;
    }

    .tour-copy {
        padding: 1.2rem 1.2rem 0.8rem;
    }

    .tour-copy h3 {
        font-size: 1.25rem;
    }
}
