.partner-page {
    font-family: Archivo, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #323232;
    background-color: #FFFFFF;
}

.nowrap {
    white-space: nowrap;
}

a:hover {
    text-decoration: unset;
    color: inherit;
}

.section-p {
    padding: 60px 0;
}


.default-subtitle {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 8px;
}

.rectangle {
    width: 39px;
    height: 14px;
    background-color: #0967B9;
}

.subtitle-text {
    font-family: Barlow Bold;
    font-size: 32px;
}

.default-title {
    font-family: Barlow Bold;
    font-size: 64px;
    color: #0967B9;
}

.bg-header {
    padding: 80px 15px;
    font-family: Barlow Bold;
    font-size: 70px;
    color: #0967B9;
    text-align: center;
}

.bg-header-1 {
    background: url(/sites/cukcuk/images/pages/partner/bg-banner-1.webp) no-repeat center;
    background-size: cover;
}

.bg-header-2 {
    background: url(/sites/cukcuk/images/pages/partner/bg-banner-2.webp) no-repeat center;
    background-size: cover;
}

@media (max-width: 979px) {
    .section-p {
        padding: 40px 0;
    }

    .subtitle-text {
        font-size: 24px;
    }

    .default-title {
        font-size: 32px;
    }

    .bg-header {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .section-p {
        padding: 30px 0;
    }

    .bg-header {
        font-size: 32px;
        padding: 40px 15px;
    }
}

/* #region Hero */
.hero {
    background: url(/sites/cukcuk/images/pages/partner/bg-hero.webp) no-repeat center;
    background-size: cover;
    height: 870px;
    min-height: 100vh;
    text-align: center;
}

.hero-content {
    padding-top: 20%;
}

.hero-title {
    font-family: Barlow Bold;
    font-size: 64px;
    padding-bottom: 16px;
}

.hero-subtitle {
    font-family: Barlow Bold;
    font-size: 40px;
    padding-bottom: 16px;
    max-width: 655px;
    margin: 0 auto;
}

.hero-desc {
    max-width: 960px;
    margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .partner-page .container {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .partner-page .container {
        width: 1360px;
    }
}

@media (max-width: 979px) {
    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 600px;
        min-height: unset;
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }
}
/* #endregion */

/* #region benefit */
.benefit-wrap {
    display: flex;
    gap: 80px;
}

.benefit-text {
    padding-top: 32px;
    font-size: 32px;
    text-align: justify;
}

.benefit-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    height: fit-content;
}

.benefit-item {
    padding: 16px;
    border-radius: 20px;
    background-color: #F0EFEF;
    text-align: center;
    min-width: 310px;
    height: fit-content;
}

.benefit-item.blue {
    background-color: #2A67B3;
    color: #FFF;
}

.benefit-icon {
    width: 125px;
    height: 102px;
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
}

.benefit-item-text {
    font-family: Barlow Bold;
    font-size: 30px;
}

@media (max-width: 1100px) {
    .benefit-wrap {
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 979px) {
    .benefit-text {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .benefit-text {
        font-size: 18px;
        padding-top: 24px;
    }

    .benefit-right {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .benefit-item {
        width: 100%;
    }

    .benefit-icon {
        width: 80px;
        height: auto;
    }

    .benefit-item-text {
        font-size: 18px;
    }
}
/* #endregion */

/* #region feature */
.feature-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 50px;
}

.feature-item {
    padding: 32px 24px;
    border-radius: 8px;
    color: #FFF;
    display: flex;
    flex-direction: column;
}

.feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.feature-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.feature-title {
    font-family: Barlow Bold;
    font-size: 24px;
    margin-bottom: 12px;
    min-height: 68px;
    text-align: center;
}

.feature-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
    min-height: 40px;
    text-align: center;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #FFF;
    padding-top: 24px;
}

.feature-list-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.feature-check {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-top: 3px;
}

.feature-list-text {
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .feature-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .feature-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 30px;
    }

    .feature-item {
        padding: 24px 16px;
    }

    .feature-title {
        font-size: 20px;
        min-height: auto;
    }

    .feature-subtitle {
        font-size: 13px;
        min-height: auto;
    }

    .feature-list-text {
        font-size: 13px;
    }

    .feature-check {
        margin-top: 0;
    }
}
/* #endregion */

/* #region support */
.support-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 50px;
}

.support-item {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1.5px 3px 3px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-item:hover {
    transform: translateY(-5px);
}

.support-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.support-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-text {
    position: absolute;
    bottom: 0;
    padding: 24px;
    font-family: Barlow Bold;
    font-size: 28px;
    text-align: center;
    min-height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

@media (max-width: 1200px) {
    .support-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .support-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 30px;
    }

    .support-img {
        height: 200px;
    }

    .support-text {
        font-size: 16px;
        padding: 20px 16px;
        min-height: 80px;
    }
}
/* #endregion */

/* #region customer */
.customer-wrap {
    display: flex;
    gap: 60px;
}

.customer-left {
    flex: 1;
    max-width: 670px;
}

.customer-map {
    width: 100%;
    margin-bottom: 32px;
}

.customer-map img {
    width: 100%;
    height: auto;
}

.customer-trust {
    font-family: Barlow Bold;
    font-size: 48px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.3;
}

.customer-stats {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.customer-stat-item {
    flex: 1;
    text-align: center;
}

.customer-stat-number {
    font-family: Barlow Bold;
    font-size: 64px;
    color: #0967B9;
    line-height: 1.2;
    margin-bottom: 8px;
}

.customer-stat-label {
    font-family: Barlow Bold;
    font-size: 20px;
    line-height: 1.3;
}

.customer-stat-sublabel {
    font-family: Archivo, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.customer-right {
    flex: 1;
}

.customer-text {
    padding-top: 32px;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.customer-text p {
    font-size: 24px;
    margin-bottom: 16px;
}

.customer-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .customer-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .customer-left {
        max-width: 100%;
    }

    .customer-text p {
        font-size: 16px;
    }
}

@media (max-width: 979px) {
    .customer-trust {
        font-size: 28px;
    }

    .customer-stat-number {
        font-size: 36px;
    }

    .customer-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .customer-wrap {
        gap: 30px;
    }

    .customer-map {
        margin-bottom: 20px;
    }

    .customer-trust {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .customer-stats {
        flex-direction: column;
        gap: 20px;
    }

    .customer-stat-number {
        font-size: 32px;
    }

    .customer-stat-label {
        font-size: 13px;
    }

    .customer-stat-sublabel {
        font-size: 11px;
    }

    .customer-text {
        padding-top: 24px;
        font-size: 14px;
    }

    .customer-text p {
        margin-bottom: 12px;
    }
}
/* #endregion */

/* #region user */
.user-title {
    font-family: Barlow Bold;
    font-size: 60px;
    color: #FFF;
    text-align: center;
    background-color: #0967B9;
    padding: 32px 15px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.user-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

.user-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.user-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.user-item:last-child {
    grid-column: 1 / -1;
    max-width: 434px;
    margin: 0 auto;
    width: 100%;
}

.user-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.user-text {
    padding: 24px;
    font-family: Barlow Bold;
    font-size: 24px;
    text-align: center;
    color: #323232;
    background-color: #C2E3FF;
    line-height: 1.3;
}

@media (max-width: 979px) {
    .user-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .user-wrap {
        gap: 24px;
    }

    .user-text {
        font-size: 18px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .user-title {
        font-size: 28px;
        padding: 24px 15px;
        margin-bottom: 30px;
    }

    .user-title br {
        display: none;
    }

    .user-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .user-item:last-child {
        grid-column: 1;
        max-width: 100%;
    }

    .user-text {
        font-size: 16px;
        padding: 16px;
    }
}
/* #endregion */

/* #region action */
.action {
    background: url(/sites/cukcuk/images/pages/partner/bg-cta.webp) no-repeat center;
    background-size: cover;
    padding: 150px 0 200px;
    text-align: center;
    color: #FFF;
}

.action-title {
    font-family: Barlow Bold;
    font-size: 60px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.action-desc {
    max-width: 1028px;
    margin: 0 auto;
    font-size: 24px;
}

.action-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

a.btn-apply {
    display: block;
    width: fit-content;
    font-family: Archivo Medium;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 24px;
    background-color: #0967B9;
    border: 1px solid #0967B9;
    border-radius: 20px;
    color: #FFF;
}

a.btn-talk {
    display: block;
    width: fit-content;
    font-family: Archivo Medium;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 24px;
    border: 1px solid #FFF;
    border-radius: 20px;
    color: #FFF;
}

@media (max-width: 979px) {
    .action {
        padding: 100px 15px 120px;
    }

    .action-title {
        font-size: 40px;
    }

    .action-desc {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .action {
        padding: 60px 15px 80px;
    }

    .action-title {
        font-size: 28px;
        padding-bottom: 16px;
    }

    .action-desc {
        font-size: 16px;
    }

    .action-cta {
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
    }

    a.btn-apply,
    a.btn-talk {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}
/* #endregion */

/* #region Registration */
.register-common {
    display: none !important;
}

.registration-wrap {
    display: flex;
    align-items: center;
    gap: 32px;
}

.registration-content {
    max-width: 690px;
}

.registration-title {
    font-family: Barlow Bold, Arial, sans-serif;
    font-size: 40px;
    color: #4eb4de;
    padding: 0 24px 32px;
}

.registration-form-title {
    font-family: Barlow Bold, Arial, sans-serif;
    font-size: 32px;
    padding: 0 24px;
}

@media (max-width: 1200px) {
    .registration-title {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .registration-wrap {
        flex-direction: column;
    }

    .registration-title {
        text-align: center;
        padding-bottom: 24px;
    }

    .registration-image {
        display: none;
    }

    .registration-form-title {
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .registration-title {
        font-size: 24px;
    }

    .registration-form-title {
        font-size: 20px;
    }
}
/* #endregion */