﻿.sky-ms-partner-support {
    width: 100%;
    background: #ffffff;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    color: #1f2937;
    border-radius: 22px;
}

.sky-ms-partner-support-wrap {
    width: 100%;
    padding: 12px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.sky-ms-partner-support-hero {
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 34px;
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    padding: 38px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

.sky-ms-partner-support-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sky-ms-partner-support-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f1f7fd;
    color: #0067b8;
    border: 1px solid rgba(0, 103, 184, 0.18);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sky-ms-partner-support-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(31px, 4vw, 44px);
    line-height: 1.12;
    font-weight: 600;
    color: #1f2937;
    letter-spacing: -0.025em;
}

.sky-ms-partner-support-hero p {
    max-width: 850px;
    margin: 20px 0 0;
    color: #566273;
    font-size: 16.5px;
    line-height: 1.75;
    font-weight: 400;
}

.sky-ms-partner-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.sky-ms-partner-support-primary,
.sky-ms-partner-support-secondary,
.sky-ms-partner-support-note-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.sky-ms-partner-support-primary {
    background: #0067b8;
    color: #ffffff;
    border: 1px solid #0067b8;
}

    .sky-ms-partner-support-primary:hover {
        background: #005a9e;
        color: #ffffff;
    }

.sky-ms-partner-support-secondary {
    background: #ffffff;
    color: #0067b8;
    border: 1px solid rgba(0, 103, 184, 0.28);
}

    .sky-ms-partner-support-secondary:hover {
        background: #f1f7fd;
        color: #005a9e;
    }

.sky-ms-partner-support-hero-visual {
    width: 390px;
    flex: 0 0 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.sky-ms-partner-support-ms-logo {
    width: 100%;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    padding: 24px;
}

    .sky-ms-partner-support-ms-logo img {
        width: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
    }

.sky-ms-partner-support-card {
    width: 100%;
    background: #172033;
    color: #ffffff;
    border-radius: 20px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .sky-ms-partner-support-card strong {
        display: block;
        font-size: 23px;
        line-height: 1.25;
        font-weight: 600;
    }

    .sky-ms-partner-support-card small {
        display: block;
        margin-top: 13px;
        color: #cbd5e1;
        font-size: 14px;
        line-height: 1.55;
        font-weight: 400;
    }

.sky-ms-partner-support-card-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

    .sky-ms-partner-support-card-head img {
        width: 34px;
        height: 34px;
        object-fit: contain;
        object-position: center;
        display: block;
    }

    .sky-ms-partner-support-card-head span {
        display: block;
        color: #50a6e8;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 0.04em;
        margin: 0;
    }

.sky-ms-partner-support-info {
    width: 100%;
    margin-top: 30px;
}

.sky-ms-partner-support-info-title {
    width: 100%;
    margin-bottom: 20px;
}

    .sky-ms-partner-support-info-title span,
    .sky-ms-partner-support-panel-left span {
        display: inline-block;
        color: #0067b8;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 8px;
    }

    .sky-ms-partner-support-info-title h2,
    .sky-ms-partner-support-panel-left h2 {
        margin: 0;
        color: #1f2937;
        font-size: clamp(24px, 3vw, 28px);
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 1.25;
    }

.sky-ms-partner-support-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sky-ms-partner-support-item {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 20px;
    padding: 24px;
    min-height: 250px;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
}

.sky-ms-partner-support-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 23px;
}

.sky-ms-icon-blue {
    background: rgba(0, 103, 184, 0.10);
    color: #0067b8;
}

.sky-ms-icon-green {
    background: rgba(127, 186, 0, 0.12);
    color: #5d8f00;
}

.sky-ms-icon-red {
    background: rgba(242, 80, 34, 0.11);
    color: #d83b01;
}

.sky-ms-icon-yellow {
    background: rgba(255, 185, 0, 0.18);
    color: #986f00;
}

.sky-ms-partner-support-item h3 {
    margin: 0 0 12px;
    color: #1f2937;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}

.sky-ms-partner-support-item p {
    margin: 0;
    color: #5b6472;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

/* AZURE SECTION */

.sky-ms-azure-services {
    width: 100%;
    margin-top: 30px;
    padding: 34px;
    border-radius: 24px;
    background: radial-gradient(circle at top left, rgba(80, 230, 255, 0.18), transparent 34%), radial-gradient(circle at bottom right, rgba(0, 103, 184, 0.20), transparent 36%), linear-gradient(135deg, #061a33 0%, #082b58 45%, #0067b8 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

    .sky-ms-azure-services::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
        background-size: 34px 34px;
        opacity: 0.2;
        pointer-events: none;
    }

.sky-ms-azure-services-head,
.sky-ms-azure-highlight,
.sky-ms-azure-services-grid {
    position: relative;
    z-index: 2;
}

.sky-ms-azure-services-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

    .sky-ms-azure-services-head span {
        display: inline-flex;
        width: fit-content;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(80, 230, 255, 0.14);
        border: 1px solid rgba(80, 230, 255, 0.28);
        color: #a8f1ff;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 12px;
    }

    .sky-ms-azure-services-head h2 {
        max-width: 820px;
        margin: 0;
        color: #ffffff;
        font-size: clamp(27px, 3vw, 40px);
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: -0.03em;
    }

    .sky-ms-azure-services-head p {
        max-width: 880px;
        margin: 16px 0 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 16px;
        line-height: 1.75;
        font-weight: 400;
    }

.sky-ms-azure-services-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 12px;
    background: #ffffff;
    color: #0067b8;
    border: 1px solid rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 600;
    white-space: nowrap;
}

    .sky-ms-azure-services-cta:hover {
        background: #eef8ff;
        color: #005a9e;
    }

.sky-ms-azure-highlight {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.sky-ms-azure-highlight-left span {
    display: block;
    color: #50e6ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sky-ms-azure-highlight-left strong {
    display: block;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.sky-ms-azure-highlight-left p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

.sky-ms-azure-highlight-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

    .sky-ms-azure-highlight-tags span {
        display: inline-flex;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,0.13);
        border: 1px solid rgba(255,255,255,0.16);
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
    }

.sky-ms-azure-services-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sky-ms-azure-service-card {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    color: #1f2937;
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

    .sky-ms-azure-service-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
    }

.sky-ms-azure-card-blue::before {
    background: #0067b8;
}

.sky-ms-azure-card-cyan::before {
    background: #50e6ff;
}

.sky-ms-azure-card-green::before {
    background: #7fba00;
}

.sky-ms-azure-card-orange::before {
    background: #ff8c00;
}

.sky-ms-azure-card-purple::before {
    background: #8661c5;
}

.sky-ms-azure-card-dark::before {
    background: #243a5e;
}

.sky-ms-azure-card-red::before {
    background: #f25022;
}

.sky-ms-azure-card-yellow::before {
    background: #ffb900;
}

.sky-ms-azure-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

    .sky-ms-azure-service-top i {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #eef7ff;
        color: #0067b8;
        font-size: 23px;
    }

    .sky-ms-azure-service-top span {
        display: inline-flex;
        padding: 7px 10px;
        border-radius: 999px;
        background: #f3f7fb;
        color: #536274;
        font-size: 11.5px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

.sky-ms-azure-service-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}

.sky-ms-azure-service-card p {
    margin: 0 0 16px;
    color: #526173;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}

.sky-ms-azure-service-card ul {
    margin: auto 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.sky-ms-azure-service-card li {
    position: relative;
    padding-left: 20px;
    color: #3d4b5c;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
}

    .sky-ms-azure-service-card li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #0067b8;
    }

/* EXISTING PANEL */

.sky-ms-partner-support-panel {
    width: 100%;
    display: grid;
    grid-template-columns: 140px 0.9fr 1.1fr;
    align-items: flex-start;
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    padding: 34px;
}

.sky-ms-partner-support-panel-brand {
    position: relative;
    height: 130px;
    overflow: visible;
}

    .sky-ms-partner-support-panel-brand img {
        position: absolute;
        top: -24px;
        left: 0;
        width: 180px;
        height: 130px;
        max-width: none;
        object-fit: contain;
        object-position: top left;
        display: block;
    }

.sky-ms-partner-support-panel-left p {
    margin: 18px 0 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.sky-ms-partner-support-panel-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.sky-ms-partner-support-panel-right li {
    position: relative;
    padding: 17px 18px 17px 44px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5eaf2;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}

    .sky-ms-partner-support-panel-right li::before {
        content: "";
        position: absolute;
        left: 18px;
        top: 23px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #0067b8;
    }

.sky-ms-partner-support-panel-right strong {
    color: #1f2937;
    font-weight: 600;
}

.sky-ms-partner-support-note {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background: linear-gradient(90deg, #0067b8 0%, #005a9e 100%);
    color: #ffffff;
    border-radius: 22px;
    padding: 26px 30px;
}

    .sky-ms-partner-support-note strong {
        display: block;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 6px;
        line-height: 1.3;
    }

    .sky-ms-partner-support-note p {
        margin: 0;
        color: rgba(255, 255, 255, 0.86);
        font-size: 15px;
        line-height: 1.6;
        font-weight: 400;
    }

.sky-ms-partner-support-note-btn {
    background: #ffffff;
    color: #0067b8;
    border: 1px solid #ffffff;
    white-space: nowrap;
}

    .sky-ms-partner-support-note-btn:hover {
        background: #f3f8fd;
        color: #005a9e;
    }

@media (max-width: 1199px) {
    .sky-ms-partner-support-hero {
        flex-direction: column;
    }

    .sky-ms-partner-support-hero-visual {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
        align-items: stretch;
    }

    .sky-ms-partner-support-ms-logo,
    .sky-ms-partner-support-card {
        flex: 1;
    }

    .sky-ms-partner-support-grid,
    .sky-ms-azure-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sky-ms-partner-support-panel {
        grid-template-columns: 180px 1fr;
    }

    .sky-ms-partner-support-panel-right {
        grid-column: 1 / -1;
    }

    .sky-ms-partner-support-panel-brand {
        width: 180px;
        min-height: 180px;
    }

    .sky-ms-azure-services-head,
    .sky-ms-azure-highlight {
        flex-direction: column;
        align-items: flex-start;
    }

    .sky-ms-azure-highlight-tags {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .sky-ms-partner-support-wrap {
        padding: 24px 16px;
    }

    .sky-ms-partner-support-hero {
        padding: 24px;
        border-radius: 20px;
    }

    .sky-ms-partner-support-hero-visual {
        flex-direction: column;
    }

    .sky-ms-partner-support-grid,
    .sky-ms-azure-services-grid {
        grid-template-columns: 1fr;
    }

    .sky-ms-azure-services {
        padding: 24px;
        border-radius: 20px;
    }

    .sky-ms-azure-service-card {
        min-height: auto;
    }

    .sky-ms-partner-support-panel {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .sky-ms-partner-support-panel-brand {
        width: 100%;
        min-height: 160px;
    }

    .sky-ms-partner-support-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .sky-ms-partner-support-note-btn,
    .sky-ms-azure-services-cta {
        width: 100%;
    }
}
