.stunning-header--saas {
    position: relative;
    overflow: hidden;
    padding: 150px 0 110px;
}

.stunning-header--saas .stunning-header-content {
    max-width: 900px;
}

.saas-header-visual {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.saas-header-visual__orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.saas-header-visual__orb--1 {
    width: 280px;
    height: 280px;
    top: -80px;
    left: 8%;
}

.saas-header-visual__orb--2 {
    width: 220px;
    height: 220px;
    right: 10%;
    bottom: -60px;
    background: rgba(255, 255, 255, 0.06);
}

.saas-header-cloud {
    position: absolute;
    width: 148px;
    border-radius: 14px;
    background: rgba(15, 20, 25, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(4px);
    overflow: hidden;
}

.saas-header-cloud--left {
    left: 10%;
    top: 50%;
    transform: translateY(-50%) rotate(-9deg);
}

.saas-header-cloud--right {
    right: 10%;
    top: 50%;
    transform: translateY(-50%) rotate(9deg);
}

.saas-header-cloud__label {
    padding: 5px 8px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #7643cf, #9b6dff);
}

.saas-header-cloud__label--metrics {
    background: linear-gradient(90deg, #138ebe, #00afef);
}

.saas-header-cloud__body {
    padding: 8px;
    background: linear-gradient(180deg, #f9f7fd 0%, #ffffff 100%);
    min-height: 100px;
}

.saas-header-mini__tenant {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.saas-header-mini__avatar {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7643cf, #9b6dff);
}

.saas-header-mini__line {
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: rgba(47, 44, 44, 0.1);
}

.saas-header-mini__line--short {
    width: 58%;
    flex: none;
}

.saas-header-mini__card {
    border-radius: 7px;
    padding: 6px;
    margin-bottom: 6px;
    background: linear-gradient(135deg, rgba(118, 67, 207, 0.12), rgba(155, 109, 255, 0.06));
    border: 1px solid rgba(118, 67, 207, 0.1);
}

.saas-header-mini__card--blue {
    background: linear-gradient(135deg, rgba(19, 142, 190, 0.1), rgba(0, 175, 239, 0.05));
    border-color: rgba(19, 142, 190, 0.1);
}

.saas-header-mini__metric {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 30px;
    margin-bottom: 6px;
}

.saas-header-mini__metric span {
    flex: 1;
    border-radius: 3px 3px 1px 1px;
    background: linear-gradient(180deg, #9b6dff 0%, #7643cf 100%);
    opacity: 0.85;
}

.saas-header-mini__metric span:nth-child(even) {
    background: linear-gradient(180deg, #00afef 0%, #138ebe 100%);
}

.saas-header-mini__badge {
    display: inline-block;
    margin-top: 2px;
    padding: 3px 7px;
    border-radius: 10px;
    font-size: 8px;
    line-height: 1.2;
    color: #7643cf;
    background: rgba(118, 67, 207, 0.12);
}

.saas-header-mini__badge--blue {
    color: #138ebe;
    background: rgba(19, 142, 190, 0.12);
}

.saas-header-visual__icon {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.saas-header-visual__icon--1 {
    left: 24%;
    top: 22%;
}

.saas-header-visual__icon--2 {
    right: 22%;
    top: 18%;
}

.saas-header-visual__icon--3 {
    right: 26%;
    bottom: 18%;
}

.saas-header-tagline {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.5;
}

.saas-header-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.saas-header-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 13px;
    backdrop-filter: blur(4px);
}

.saas-header-chip i {
    font-size: 12px;
    opacity: 0.9;
}

.stunning-header--saas .breadcrumbs {
    margin-top: 28px;
}

.saas-showcase {
    padding: 80px 0 40px;
    overflow: hidden;
}

.saas-platform-layout {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.saas-platform-layout__glow {
    position: absolute;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(118, 67, 207, 0.18) 0%, rgba(155, 109, 255, 0.06) 45%, transparent 70%);
    pointer-events: none;
}

.saas-tenant-panel {
    position: relative;
    width: 170px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(47, 44, 44, 0.1);
    border: 1px solid rgba(118, 67, 207, 0.1);
    z-index: 1;
    overflow: hidden;
}

.saas-tenant-panel--left {
    transform: rotate(-6deg) translateX(28px);
    margin-right: -18px;
}

.saas-tenant-panel--right {
    transform: rotate(6deg) translateX(-28px);
    margin-left: -18px;
}

.saas-tenant-panel__head {
    padding: 10px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #7643cf;
    background: linear-gradient(135deg, rgba(118, 67, 207, 0.12), rgba(155, 109, 255, 0.06));
    border-bottom: 1px solid rgba(118, 67, 207, 0.1);
}

.saas-tenant-panel__body {
    padding: 12px;
}

.saas-tenant-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(118, 67, 207, 0.08), rgba(155, 109, 255, 0.04));
    border: 1px solid rgba(118, 67, 207, 0.08);
}

.saas-tenant-item:last-child {
    margin-bottom: 0;
}

.saas-tenant-item__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7643cf, #9b6dff);
}

.saas-tenant-item__dot--blue {
    background: linear-gradient(135deg, #138ebe, #00afef);
}

.saas-tenant-item__line {
    flex: 1;
    height: 5px;
    border-radius: 5px;
    background: rgba(47, 44, 44, 0.1);
}

.saas-tenant-item__line--short {
    width: 50%;
    flex: none;
}

.saas-cloud-hub {
    position: relative;
    width: 500px;
    max-width: 100%;
    border-radius: 18px;
    background: linear-gradient(145deg, #1f2a36 0%, #0f1419 100%);
    padding: 12px;
    box-shadow: 0 30px 70px rgba(118, 67, 207, 0.22);
    z-index: 3;
}

.saas-cloud-hub__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 0 4px;
}

.saas-cloud-hub__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.saas-cloud-hub__dot:nth-child(1) {
    background: #f15b26;
}

.saas-cloud-hub__dot:nth-child(2) {
    background: #fcb03b;
}

.saas-cloud-hub__dot:nth-child(3) {
    background: #3cb878;
}

.saas-cloud-hub__url {
    flex: 1;
    height: 22px;
    margin-left: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.saas-cloud-hub__screen {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    min-height: 270px;
}

.saas-app {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    font-family: 'Varela Round', sans-serif;
    background: linear-gradient(180deg, #f9f7fd 0%, #ffffff 100%);
}

.saas-app__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(118, 67, 207, 0.08);
}

.saas-app__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.saas-app__logo {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(118, 67, 207, 0.2);
}

.saas-app__title {
    font-size: 13px;
    font-weight: 700;
    color: #7643cf;
    line-height: 1.2;
}

.saas-app__title span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #8a8a8a;
}

.saas-app__cloud-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 9px;
    color: #7643cf;
    background: rgba(118, 67, 207, 0.1);
}

.saas-app__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 14px 16px 0;
}

.saas-app__stat {
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(118, 67, 207, 0.1);
    box-shadow: 0 6px 18px rgba(47, 44, 44, 0.05);
}

.saas-app__stat strong {
    display: block;
    font-size: 16px;
    color: #7643cf;
    line-height: 1.1;
}

.saas-app__stat span {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    color: #8a8a8a;
}

.saas-app__stat--blue strong {
    color: #138ebe;
}

.saas-app__stat--green strong {
    color: #3cb878;
}

.saas-app__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 16px;
    flex: 1;
}

.saas-app__panel {
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(118, 67, 207, 0.08);
    box-shadow: 0 6px 18px rgba(47, 44, 44, 0.05);
}

.saas-app__panel-label {
    font-size: 10px;
    color: #8a8a8a;
    margin-bottom: 10px;
}

.saas-app__tenants {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.saas-app__tenant-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.saas-app__tenant-avatar {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #7643cf, #9b6dff);
    color: #fff;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.saas-app__tenant-avatar--b {
    background: linear-gradient(135deg, #138ebe, #00afef);
}

.saas-app__tenant-line {
    flex: 1;
    height: 5px;
    border-radius: 5px;
    background: rgba(47, 44, 44, 0.1);
}

.saas-app__chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 72px;
}

.saas-app__chart span {
    flex: 1;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, #9b6dff 0%, #7643cf 100%);
    opacity: 0.9;
}

.saas-app__chart span:nth-child(even) {
    background: linear-gradient(180deg, #00afef 0%, #138ebe 100%);
}

.saas-app__footer {
    display: flex;
    justify-content: space-around;
    padding: 10px 12px 12px;
    border-top: 1px solid rgba(118, 67, 207, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.saas-app__footer span {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a9a9a;
    font-size: 12px;
}

.saas-app__footer span.is-active {
    color: #fff;
    background: linear-gradient(135deg, #7643cf, #9b6dff);
    box-shadow: 0 6px 14px rgba(118, 67, 207, 0.28);
}

.saas-infra-panel__head {
    padding: 10px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #138ebe;
    background: linear-gradient(135deg, rgba(19, 142, 190, 0.12), rgba(0, 175, 239, 0.06));
    border-bottom: 1px solid rgba(19, 142, 190, 0.1);
}

.saas-infra-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(19, 142, 190, 0.08), rgba(0, 175, 239, 0.04));
    border: 1px solid rgba(19, 142, 190, 0.08);
}

.saas-infra-item:last-child {
    margin-bottom: 0;
}

.saas-infra-item__icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #138ebe, #00afef);
    color: #fff;
    font-size: 12px;
}

.saas-infra-item__icon--green {
    background: linear-gradient(135deg, #3cb878, #8dc63f);
}

.saas-infra-item__icon--orange {
    background: linear-gradient(135deg, #f15b26, #fcb03b);
}

.saas-infra-item__text {
    flex: 1;
}

.saas-infra-item__line {
    height: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: rgba(47, 44, 44, 0.12);
}

.saas-infra-item__sub {
    height: 4px;
    width: 50%;
    border-radius: 4px;
    background: rgba(47, 44, 44, 0.08);
}

.saas-features {
    margin-bottom: 20px;
}

.saas-feature {
    text-align: center;
    padding: 28px 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(47, 44, 44, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.saas-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(118, 67, 207, 0.14);
}

.saas-feature__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7643cf, #9b6dff);
    color: #fff;
    font-size: 28px;
}

.saas-feature__icon--blue {
    background: linear-gradient(135deg, #138ebe, #00afef);
}

.saas-feature__icon--green {
    background: linear-gradient(135deg, #3cb878, #8dc63f);
}

.saas-feature__icon--orange {
    background: linear-gradient(135deg, #f15b26, #fcb03b);
}

.saas-feature__title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2f2c2c;
}

.saas-feature__text {
    font-size: 14px;
    line-height: 1.6;
    color: #6f6f6f;
}

.saas-banner {
    margin-top: 50px;
    padding: 34px 40px;
    border-radius: 20px;
    background: linear-gradient(120deg, #7643cf 0%, #9b6dff 45%, #138ebe 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 20px 50px rgba(118, 67, 207, 0.22);
}

.saas-banner__title {
    font-size: 24px;
    margin-bottom: 8px;
}

.saas-banner__text {
    margin: 0;
    opacity: 0.92;
    line-height: 1.6;
}

.saas-banner__visual {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    font-size: 48px;
    color: #fff;
}

@media (max-width: 991px) {
    .saas-header-cloud,
    .saas-header-visual__icon {
        display: none;
    }

    .stunning-header--saas {
        padding: 110px 0 80px;
    }

    .saas-platform-layout {
        flex-direction: column;
        min-height: auto;
        gap: 20px;
    }

    .saas-tenant-panel--left,
    .saas-tenant-panel--right {
        transform: none;
        margin: 0;
        width: 100%;
        max-width: 320px;
    }

    .saas-cloud-hub {
        width: 100%;
    }

    .saas-app__grid {
        grid-template-columns: 1fr;
    }

    .saas-banner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .saas-showcase {
        padding-top: 50px;
    }

    .saas-app__stats {
        grid-template-columns: 1fr;
    }

    .saas-header-tagline {
        font-size: 16px;
    }

    .saas-header-chip {
        font-size: 12px;
        padding: 7px 12px;
    }
}
