/* =============================================
   Service Maintenance Agreement
   /sites/cukcuk/css/pages/service-maintenance-agreement.css
============================================= */

.sma-page {
    font-family: Archivo, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #202020;
    background-color: #fff;
}

.sma-page a {
    text-decoration: none;
    color: inherit;
}

.sma-page * {
    box-sizing: border-box;
}

.register-common {
    display: none !important;
}

@media (min-width: 1200px) {
    .sma-page .container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*#region Banner */
.sma-banner {
    background: linear-gradient(180deg, rgba(19, 105, 212, 0.20) 4.75%, rgba(254, 254, 254, 0.20) 38.95%), #FEFEFE;
    min-height: 812px;
    position: relative;
    overflow: hidden;
}

.sma-banner__inner {
    max-width: 1230px;
    min-height: 812px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.sma-banner__content {
    position: relative;
    z-index: 2;
    max-width: 474px;
    width: 48%;
}

.sma-banner__title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 36px;
    line-height: 1.3;
    color: #323232;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.sma-banner__desc {
    font-family: 'Barlow Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.548;
    color: #323232;
    max-width: 474px;
    margin: 0 0 60px;
}

.sma-banner__desc a {
    color: #0973b9;
}

.sma-banner__help {
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.548;
    color: #323232;
    margin: 0 0 8px;
}

a.sma-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0973b9;
    color: #fff;
    font-family: 'Barlow SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: normal;
    text-shadow: 1px 1.5px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 10px 20px;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
}

.sma-banner__images {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.sma-banner__img-wrap {
    border-radius: 20px;
    overflow: hidden;
    width: 200px;
    height: 366px;
    flex-shrink: 0;
}

.sma-banner__img-wrap--left {
    position: relative;
    left: 0;
    z-index: 1;
}

.sma-banner__img-wrap--center {
    position: relative;
    z-index: 3;
    margin-bottom: 95px;
}

.sma-banner__img-wrap--right {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.sma-banner__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1099px) {
    .sma-banner__inner {
        padding: 0 40px;
    }

    .sma-banner__img-wrap {
        width: 160px;
        height: 290px;
    }
}

@media (max-width: 979px) {
    .sma-banner {
        min-height: auto;
    }

    .sma-banner__inner {
        flex-direction: column;
        padding: 120px 40px 40px;
        min-height: auto;
    }

    .sma-banner__content {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .sma-banner__images {
        position: relative;
        right: auto;
        transform: none;
        justify-content: center;
        margin-top: 0;
    }

    .sma-banner__img-wrap {
        width: 130px;
        height: 240px;
    }
}

@media (max-width: 767px) {
    .sma-banner__inner {
        padding: 100px 20px 30px;
    }

    .sma-banner__title {
        font-size: 28px;
    }

    .sma-banner__btn {
        width: 100%;
        font-size: 16px;
    }

    .sma-banner__images {
        gap: 8px;
    }

    .sma-banner__img-wrap {
        width: 100px;
        height: 185px;
        margin: 0;
    }
}

/*#endregion*/

/*#region Expert Support Intro */
.sma-intro {
    position: relative;
    min-height: 500px;
    background: url('/sites/cukcuk/images/pages/service-maintenance-agreement/bg-intro.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.sma-intro .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

h2.sma-intro__title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.28;
    color: #fefefe;
    margin: 0 0 16px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.sma-intro__desc {
    font-family: Archivo, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #fefefe;
    max-width: 953px;
    margin: 0 auto;
}

.sma-intro__desc strong {
    font-family: Archivo Bold, Arial, sans-serif;
    color: #0973b9;
}

@media (max-width: 979px) {
    h2.sma-intro__title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    h2.sma-intro__title {
        font-size: 28px;
    }

    .sma-intro__desc {
        font-size: 14px;
    }
}

/*#endregion*/

/*#region Condor Tech Support */
.sma-condor {
    padding: 60px 0;
    background: #fff;
}

.sma-condor .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.sma-condor__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.sma-condor__logo {
    max-height: 65px;
    width: auto;
    object-fit: contain;
}

.sma-condor__title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 60px;
    line-height: 1.2;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 60px;
}

.sma-condor__cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.sma-condor__card {
    background: #c2e3ff;
    border-radius: 25px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    overflow: hidden;
    flex: 1;
}

.sma-condor__card-img {
    width: 100%;
    height: 288px;
    overflow: hidden;
}

.sma-condor__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sma-condor__card-body {
    padding: 16px 32px 24px;
}

.sma-condor__card-title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    color: #141617;
    text-transform: uppercase;
    margin: 0 0 16px;
    text-align: center;
}

.sma-condor__card-desc {
    font-family: Barlow Medium, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #323232;
    margin: 0;
    text-align: center;
}

@media (max-width: 1099px) {
    .sma-condor__cards {
        gap: 16px;
    }
}

@media (max-width: 979px) {
    .sma-condor__title {
        font-size: 36px;
    }

    .sma-condor__cards {
        flex-direction: column;
        align-items: center;
    }

    .sma-condor__card {
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .sma-condor {
        padding: 30px 0;
    }

    .sma-condor__logos {
        gap: 12px;
    }

    .sma-condor__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .sma-condor .container {
        padding: 0 16px;
    }

    .sma-condor__card-title {
        font-size: 20px;
    }

    .sma-condor__card-desc {
        font-size: 16px;
    }
}

/*#endregion*/

/*#region SMA Plans */
.sma-plans {
    background: #fff;
    padding-bottom: 40px;
}

.sma-plans__heading-bg {
    background-color: #2A67B3;
    min-height: 184px;
    display: flex;
    align-items: center;
    position: relative;
}

h2.sma-plans__heading {
    position: relative;
    z-index: 1;
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 70px;
    line-height: 1.2;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 30px 20px;
    width: 100%;
}

.sma-plans__row {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 80px 0 0;
    flex-wrap: wrap;
}

.sma-plans__card {
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex: 1;
    overflow: hidden;
}

.sma-plans__card--cims .sma-plans__card-logo {
    background: #3eb4f2;
}

.sma-plans__card--cukcuk .sma-plans__card-logo {
    background: #0766b8;
}

.sma-plans__card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.sma-plans__card-logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.sma-plans__tier-label {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    color: #323232;
    padding: 36px 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1099px) {
    .sma-plans__card {
        min-width: 440px;
        max-width: 460px;
    }
}

@media (max-width: 979px) {
    h2.sma-plans__heading {
        padding: 24px 0;
        font-size: 32px;
    }

    .sma-plans__row {
        flex-direction: column;
        align-items: center;
    }

    .sma-plans__card {
        min-width: 0;
        width: 100%;
        max-width: 480px;
    }

    .sma-plans__heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sma-plans__row {
        gap: 24px;
        padding: 40px 0 0;
    }

    .sma-plans__card-logo img {
        max-height: 60px;
    }
}

/*#endregion*/

/*#region Services Overview */
.sma-services {
    padding: 60px 0;
}

.sma-services .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sma-services__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 48px 24px;
}

.sma-services__card {
    background: #c2e3ff;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    overflow: hidden;
}

/* Hàng 1: 2 phần tử căn giữa — mỗi card span 2/6 cột, lùi 1 cột */
.sma-services__card:nth-child(1) { grid-column: 2 / span 2; }
.sma-services__card:nth-child(2) { grid-column: 4 / span 2; }

/* Hàng 2: 3 phần tử — mỗi card span 2/6 cột, cùng kích thước hàng trên */
.sma-services__card:nth-child(3) { grid-column: 1 / span 2; }
.sma-services__card:nth-child(4) { grid-column: 3 / span 2; }
.sma-services__card:nth-child(5) { grid-column: 5 / span 2; }

.sma-services__card-img {
    width: 100%;
    height: auto;
    position: relative;
}

.sma-services__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sma-services__card-badge {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 12px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.sma-services__card-body {
    padding: 64px 24px 24px;
}

h3.sma-services__card-title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    color: #323232;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.sma-services__card-desc {
    font-family: Barlow, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    color: #323232;
    margin: 0;
}

@media (max-width: 979px) {
    .sma-services__grid {
        grid-template-columns: 1fr 1fr;
    }

    .sma-services__card:nth-child(1),
    .sma-services__card:nth-child(2),
    .sma-services__card:nth-child(3),
    .sma-services__card:nth-child(4),
    .sma-services__card:nth-child(5) {
        grid-column: span 1;
    }

    /* Card thứ 5 căn giữa nếu lẻ */
    .sma-services__card:nth-child(5):last-child {
        grid-column: 1 / -1;
        max-width: 480px;
        justify-self: center;
    }
}

@media (max-width: 767px) {
    .sma-services {
        padding: 40px 0;
    }

    .sma-services .container {
        padding: 0 16px;
    }

    .sma-services__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sma-services__card-badge {
        width: 60px;
        height: 60px;
        bottom: -30px;
    }

    .sma-services__card-body {
        padding: 40px 16px 16px;
    }

    h3.sma-services__card-title {
        font-size: 24px;
    }

    .sma-services__card-desc {
        font-size: 18px;
    }
}

/*#endregion*/

/*#region Add-ons Header */
.sma-addons-header {
    background: #2A67B3;
    padding-top: 125px;
}

h2.sma-addons-header__title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 70px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
}

.sma-addons-header_gradient {
    width: 100%;
    height: 88px;
    background: linear-gradient(168deg, #2A67B3 8.76%, #3B75C3 91.67%);
}

@media (max-width: 1099px) {
    h2.sma-addons-header__title {
        font-size: 52px;
    }
}

@media (max-width: 979px) {
    h2.sma-addons-header__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h2.sma-addons-header__title {
        font-size: 30px;
    }

    .sma-addons-header {
        padding-top: 32px;
    }

    .sma-addons-header_gradient {
        display: none;
    }
}

/*#endregion*/

/*#region Add-ons Cards */
.sma-addons {
    padding: 150px 0 60px;
    background: url(/sites/cukcuk/images/pages/service-maintenance-agreement/bg-addons.webp) no-repeat top center;
    background-size: cover;
}

.sma-addons .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sma-addons__grid {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.sma-addons__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.sma-addons__row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sma-addons__card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1.5px 3px 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 100%;
}

.sma-addons__card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sma-addons__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h3.sma-addons__card-title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    background: #4EB4DE;
    padding: 12px 24px;
    text-align: center;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sma-addons__card-desc {
    font-family: Archivo, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #323232;
    padding: 14px 24px 16px;
    margin: 0;
}

.sma-addons__card-desc a {
    color: #0973b9;
}

@media (max-width: 979px) {
    .sma-addons__grid {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .sma-addons {
        padding: 60px 0 30px;
    }

    .sma-addons__card-icon {
        display: none;
    }

    h3.sma-addons__card-title {
        font-size: 18px;
    }

    .sma-addons__card-desc {
        font-size: 16px;
    }

    .sma-addons .container {
        padding: 0 16px;
    }

    .sma-addons__col {
        gap: 16px;
    }
}

/*#endregion*/

/*#region CTA / Contact */
.sma-cta {
    position: relative;
}

.sma-cta__bg {
    background: url('/sites/cukcuk/images/pages/service-maintenance-agreement/bg-register.webp') center/cover no-repeat;
    position: relative;
    padding: 60px 0;
}

.sma-cta__bg .container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
}

.sma-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sma-cta__content {
    flex: 1;
    color: #fff;
    padding-top: 20px;
}

h2.sma-cta__title {
    font-family: 'Barlow Bold', Arial, sans-serif;
    font-size: 56px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px;
    max-width: 620px;
}

h2.sma-cta__title span {
    color: #4EB4DE;
}

.sma-cta__subtitle {
    font-family: Archivo, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #fefefe;
    margin: 0 0 28px;
}

.sma-cta__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.sma-cta__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Archivo, Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 0;
}

.sma-cta__list li img {
    flex-shrink: 0;
}

.sma-cta__urgent {
    font-family: Archivo, Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 100px;
}

.sma-cta__urgent a {
    color: #7ec8f0;
}

.sma-cta__form-wrap {
    width: 536px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(254, 254, 254, 0.80);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

@media (max-width: 1099px) {
    h2.sma-cta__title {
        font-size: 44px;
    }
}

@media (max-width: 979px) {
    .sma-cta__inner {
        flex-direction: column;
    }

    .sma-cta__form-wrap {
        width: 100%;
    }

    .sma-cta__bg .container {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    h2.sma-cta__title {
        font-size: 30px;
    }

    .sma-cta__bg .container {
        padding: 0 16px;
    }

    .sma-cta__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sma-cta__list li {
        font-size: 18px;
    }

    .sma-cta__urgent {
        font-size: 16px;
        margin-top: 24px;
    }
}

/*#endregion*/
