/*#region base*/
@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}
.td-page-content {
    font-family: Inter, Arial, sans-serif;
}
/*#endregion*/

/*#region buttons*/
.cukcuk-btn-primary {
    cursor: pointer;
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(76deg, #4155F5 0%, #759AFF 100%);
    border-radius: 12px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: white !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cukcuk-btn-outlined {
    min-width: 140px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    border: 2px solid #4155F5 !important;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #4155F5 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    backdrop-filter: blur(12px);
}

.cukcuk-btn-outlined img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.cukcuk-btn-outlined:hover img {
    transform: translateX(3px);
}

.cukcuk-btn-ghost {
    min-width: 140px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0px 3px 6px -6px rgba(10, 27, 137, 0.03), 0px 6px 20px 3px rgba(116, 135, 255, 0.03);
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #5576FF !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.cukcuk-btn-ghost img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.cukcuk-btn-ghost.play-video-item:hover img {
    transform: translateX(3px);
}

.borderMove {
    position: relative;
    overflow: visible;
    display: inline-flex;
}

.borderMove > * {
    position: relative;
    z-index: 1;
}

.borderMove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff6ec4, #7873f5, #22d3ee, #4ade80, #ff6ec4);
    background-size: 300% 300%;
    z-index: 0;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.3s ease;
}

.borderMove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

@keyframes shadowMove {
    0%   { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

.ai-btn {
    opacity: 1 !important;
}

.ai-btn:hover {
    border: 2px solid transparent !important;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4) border-box;
    background-size: 200% 200%;
    animation: aiBtnBorderMove 3s linear infinite;
}

@keyframes aiBtnBorderMove {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
/*#endregion*/

/*#region product-section*/
.product-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.product-inner {
    display: grid;
    grid-template-columns: 659px 1fr;
    gap: 32px;
    align-items: center;
}

.product-img {
    width: 100%;
    height: auto;
    display: block;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.product-card {
    height: 248px;
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-card--blue   { background: linear-gradient(181deg, #E7F1FF 0%, white 100%); }
.product-card--purple { background: linear-gradient(182deg, #F0E7FF 3%, white 100%); }
.product-card--green  { background: linear-gradient(180deg, #EDFCF2 0%, white 100%); }
.product-card--orange { background: linear-gradient(180deg, #FFF7E7 0%, #FFFAEF 85%); }

.product-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.product-card-name {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
}

.product-card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}

.product-card-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #2563EB !important;
    text-decoration: none;
}

.product-card-more img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.product-card-more:hover img {
    transform: translateX(3px);
}

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

    .product-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-card {
        height: auto;
    }
}
/*#endregion*/

/*#region cta-section*/
.cta-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.cta-inner {
    position: relative;
    background: url('/cukcuk/images/pages/home-cukcuk/img-cta-bg.webp') center / cover no-repeat;
    border-radius: 16px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.cta-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: white;
    max-width: 494px;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cta-input {
    width: 320px;
    height: 52px;
    padding: 10px 16px;
    background: white;
    border-radius: 12px;
    border: 1px solid #D5D7DA;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    line-height: 24px;
    color: #A4A7AE;
}

.cta-input-req {
    color: #A4A7AE;
}

.cta-deco {
    position: absolute;
    width: 219px;
    top: 0;
    left: 39%;
    pointer-events: none;
}

@media (max-width: 979px) {
    form#\37 adb16cf-a20d-4da8-824b-cb2900ea6a78 {
    grid-template-columns: 1fr !important;
    justify-items: center;
}
    .cta-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .cta-title {
        font-size: 24px;
        line-height: 32px;
    }

    .cta-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .cta-input {
        width: 100%;
    }

    .cta-deco {
        display: none;
    }
}
/*#endregion*/

/*#region model-section*/
.model-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.model-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.model-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #1F1F1F;
}

.model-desc {
    font-size: 20px;
    line-height: 28px;
    color: #535862;
}

.model-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.model-card {
    background: linear-gradient(0deg, #F8FAFF 0%, #DDEBFF 100%);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.model-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model-card-name {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
}

.model-card-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #5576FF !important;
    text-decoration: none;
}

.model-card-more img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.model-card-more:hover img {
    transform: translateX(3px);
}

.model-card-desc {
    font-size: 14px;
    line-height: 18px;
    color: #535862;
}

.model-card-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.model-card-items--full {
    grid-template-columns: 1fr;
}

.model-card-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.model-card-item img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.model-card-item-name {
    font-size: 16px;
    line-height: 24px;
    color: #181D27;
    flex: 1;
}

.model-card-item-arrow {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease;
}

.model-card-item:hover .model-card-item-name {
    font-family: 'Inter Medium';
    color: #4155F5;
}

.model-card-item:hover .model-card-item-arrow {
    opacity: 1;
    transform: translateX(3px);
}

.model-card-item--static {
    pointer-events: none;
    align-items: start;
}

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

    .model-card-items {
        grid-template-columns: 1fr 1fr;
    }
    .model-card-items.model-card-items--full {
        grid-template-columns: 1fr;
    }
}



/*#endregion*/

/*#region partner-section*/
.partner-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.partner-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 12px;
    align-items: center;
}

.partner-item {
    height: 70px;
    /* background: white; */
    /* box-shadow: 0px 3px 6px -6px rgba(10, 27, 137, 0.03), 0px 6px 20px 3px rgba(116, 135, 255, 0.03); */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partner-item--faded {
    opacity: 0.8;
}

.partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 979px) {
    .partner-list {
        grid-template-columns: repeat(5, 1fr);
    }
}
/*#endregion*/

/*#region combo-note-section*/
.combo-note-section {
    /* padding-top: 48px; */
    padding-bottom: 48px;
}

.combo-note-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}

.combo-note-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.combo-note-vat {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}

.combo-note-promo {
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
}

.combo-note-highlight {
    font-family: 'Inter Bold';
    color: #FF5E14;
}

.combo-benefit-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: white;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    border-radius: 24px;
    overflow: hidden;
}

.combo-benefit-item {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #E9EAEB;
}

.combo-benefit-item:last-child {
    border-right: none;
}

.combo-benefit-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(34deg, #5576FF 0%, #9DBEFF 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.combo-benefit-icon img {
    width: 40px;
    height: 40px;
}

.combo-benefit-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.combo-benefit-name {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
}

.combo-benefit-desc {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}

@media (max-width: 979px) {
    .combo-note-inner {
        flex-direction: column;
        align-items: center;
    }

    .combo-benefit-list {
        grid-template-columns: 1fr;
    }

    .combo-benefit-item:nth-child(2) {
        border-right: none;
    }

    .combo-benefit-item{
        border: unset;
    }
}
/*#endregion*/

/*#region combo-section*/
.combo-section {
    padding-top: 48px;
    /* padding-bottom: 48px; */
    background: url('/cukcuk/images/pages/home-cukcuk/img-combo-bg.webp') center / cover no-repeat;
}

.combo-head {
    text-align: center;
    margin-bottom: 25px;
}

.combo-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
}

.combo-swiper {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
}

.combo-swiper .swiper-wrapper {
    align-items: stretch;
}

.combo-swiper .swiper-slide {
    height: auto;
    padding-top: 7px;
    padding-bottom: 74px;
}

.combo-card {
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 3px 6px -6px rgba(10, 27, 137, 0.03), 0px 6px 20px 3px rgba(116, 135, 255, 0.03);
    background: #fff;
    border-radius: var(--radius-3xl, 24px);
    border: 1px solid var(--Border-Second, #E9EAEB);
}

.combo-card:last-child {
    border-right: none;
}

.combo-card--featured .combo-card-bottom {
    border: 2px solid #2662FF;
    border-radius: 0 0 24px 24px;
    z-index: 1;
}

.combo-card.combo-card--featured {
}

.combo-badge {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 137px;
    pointer-events: none;
    z-index: 10;
}

.combo-card-top {
    padding: 32px 24px;
    border-bottom: 1px solid #E9EAEB;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    min-height: 219px;
}

.combo-card-top--blue {
    background: #2662FF;
    border-bottom: none;
    border-radius: 19px 19px 0 0;
}

.combo-card-icon-wrap {
    width: 40px;
    height: 40px;
    background: #EEF4FF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.combo-card-icon {
    width: 24px;
    height: 24px;
}

.combo-card-name {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #252B37;
}

.combo-card-name--white {
    color: white;
}

.combo-card-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.combo-card-price {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #252B37;
}

.combo-card-price--white {
    color: white;
}

.combo-card-price-old {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #A4A7AE;
    text-decoration: line-through;
}

.combo-card-price-old--white {
    color: white;
}

.combo-card-bottom {
    padding: 24px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-height: 244px;
    justify-content: space-between;
}

.combo-card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}

.combo-card-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #2662FF !important;
    text-decoration: none;
}

.combo-card-more img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.combo-card-more:hover img {
    transform: translateX(3px);
}

.combo-pagination {
    position: absolute;
}

.combo-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #E9EAEB;
    opacity: 1;
}

.combo-pagination .swiper-pagination-bullet-active {
    background: #5993FF;
}

@media (max-width: 979px) {
    .combo-head{
        margin-bottom: unset;
    }
    .combo-title{
        
font-size: 24px;
        
padding: 10px;
    }
    .combo-card {
        border-right: none;
    }

    .combo-card--featured {
        border-radius: 0;
        border: none;
        /* border-left: 3px solid #2662FF; */
    }
}
/*#endregion*/

/*#region why-section*/
.why-section {
    padding-top: 48px;
    padding-bottom: 96px;
    padding-left: 16px;
    padding-right: 16px;
}

.why-bg {
    max-width: 1538px;
    margin: 0 auto;
    background: radial-gradient(ellipse 181.26% 444.42% at -9.27% 133.55%, rgba(241, 246, 255, 0.40) 16%, rgba(221, 235, 255, 0.40) 29%, rgba(168, 213, 255, 0.20) 48%, rgba(236, 233, 254, 0) 100%), radial-gradient(ellipse 151.31% 300.52% at 103.09% -3.00%, rgba(255, 247, 240, 0.40) 0%, rgba(255, 187, 131, 0.20) 9%, rgba(255, 143, 96, 0.20) 21%, rgba(255, 225, 212, 0.20) 36%, rgba(236, 233, 254, 0) 59%), white;
    border-radius: 24px;
    padding: 96px 64px;
}

.why-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.why-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.why-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
}

.why-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.why-body {
    display: grid;
    grid-template-columns: 1fr 782px;
    gap: 64px;
    align-items: start;
}

.why-tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-tab {
    padding: 16px 20px;
    border-radius: 16px;
    cursor: pointer;
}

.why-tab--active {
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    outline: 1px solid #D9E6FF;
    padding-bottom: 24px;
}

.why-tab-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-tab-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.why-tab-name {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
}

.why-tab-items {
    display: none;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 16px;
}

.why-tab--active .why-tab-items {
    display: flex;
}

.why-tab-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.why-tab-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.why-tab-item-text {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}

.why-media {
    position: sticky;
    top: 80px;
}

.why-img {
    /* width: 100%; */
    height: auto;
    display: block;
    border-radius: 16px;
}

.why-img--hidden {
    display: none;
}

@media (max-width: 979px) {
    .why-section {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .why-bg {
        padding: 48px 24px;
    }

    .why-body {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why-media {
        position: static;
    }

    .why-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
}
/*#endregion*/

/*#region hero-section*/
.hero-section {
    position: relative;
    background: url(/cukcuk/images/pages/home-cukcuk/img-hero-bg.webp) center top / cover no-repeat;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 48px;
}

.hero-inner {
    display: flex; 
    flex-direction: column; 
    gap: 48px;
}

.hero-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.hero-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.hero-title-line1 {
    font-family: 'Inter Bold';
    font-size: 52px;
    line-height: 60px;
    color: #181D27;
}

.hero-title-line2 {
    font-family: 'Inter Bold';
    font-size: 52px;
    line-height: 60px;
    color: #1B49F5;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.hero-subtitle {
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
}

.hero-subtitle-bold {
    font-family: 'Inter Bold';
}

.hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0px 3px 6px -6px rgba(10, 27, 137, 0.03), 0px 6px 20px 3px rgba(116, 135, 255, 0.03);
}

.hero-body {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 40px;
    align-items: start;
}

.hero-media {
    /* overflow: hidden; */
}

.hero-img {
    /* width: 100%; */
    /* height: auto; */
    /* display: block; */
}

.hero-form {
    background: white;
    border-radius: 24px;
    border: 2px solid #5993FF;
    /* padding: 32px; */
    overflow: hidden;
}

.hero-form-title {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #252B37;
    text-align: center;
    /* margin-bottom: 24px; */
    margin-top: 32px;
}

.hero-form-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* margin-bottom: 20px; */
}

.hero-form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hero-input,
.hero-select {
    height: 52px;
    padding: 10px 16px;
    background: white;
    border-radius: 12px;
    border: 1px solid #D5D7DA;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    line-height: 24px;
    color: #A4A7AE;
}

.hero-select {
    padding: 10px 14px;
    gap: 8px;
    justify-content: space-between;
}

.hero-form-req {
    color: #A4A7AE;
}

.hero-select-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.hero-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.hero-checkbox-box {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1.5px solid #D5D7DA;
    background: white;
    flex-shrink: 0;
    margin-top: 1px;
}

.hero-checkbox-label {
    font-size: 14px;
    line-height: 18px;
    color: #252B37;
}

.hero-checkbox-link {
    font-family: 'Inter Medium';
    color: #5576FF;
    text-decoration: none;
}

.hero-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(90deg, #4155F5 0%, #5576FF 100%);
    border-radius: 12px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-decoration: none;
}

.hero-leaf-left,
.hero-leaf-right {
    position: absolute;
    pointer-events: none;
}

.hero-leaf-left {
    width: 133px;
    left: -39px;
    bottom: 120px;
}

.hero-leaf-right {
    width: 228px;
    right: -60px;
    bottom: 80px;
    transform: rotate(48deg);
    transform-origin: top left;
}



@media (max-width: 979px) {
    .hero-title-line1,
    .hero-title-line2 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .cukcuk-btn-primary,
    .cukcuk-btn-outlined,
    .cukcuk-btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .hero-body {
        grid-template-columns: 1fr;
    }

    .hero-leaf-left,
    .hero-leaf-right {
        display: none;
    }
}
/*#endregion*/

/*#region global-section*/
.global-section {
    background: url(/cukcuk/images/pages/home-cukcuk/global-section.webp) center / cover no-repeat;
    padding-top: 96px;
    padding-bottom: 96px;
}

.global-inner {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 64px;
    align-items: center;
}

.global-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.global-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: white;
    text-align: center;
}

.global-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.global-stats-label {
    font-family: 'Inter SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: white;
    text-align: center;
}

.global-counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.global-counter-group {
    display: flex;
    gap: 8px;
}

.global-counter-number {
    padding: 2px 12px;
    background: #F8FAFF;
    border-radius: 12px;
    font-family: 'Inter Bold';
    font-size: 52px;
    line-height: 60px;
    color: #5576FF;
    text-align: center;
}

.global-counter-dot {
    width: 36px;
    text-align: center;
    font-family: 'Inter Bold';
    font-size: 52px;
    line-height: 60px;
    color: #EEF4FF;
}

.global-right {
    overflow: hidden;
}

.global-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 979px) {
    .global-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .global-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .global-counter-number {
        font-size: 36px;
        line-height: 44px;
    }

    .global-counter-dot {
        font-size: 36px;
        line-height: 44px;
    }
}
/*#endregion*/

/*#region story-section*/
.story-section {
    padding-top: 96px;
    padding-bottom: 48px;
}

.story-head {
    text-align: center;
    margin-bottom: 40px;
}

.story-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
}

.story-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.story-card {
    background: rgba(255, 255, 255, 0.40);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    color: inherit;
}

.story-card--featured {
    background: white;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    outline: 1px solid #F8FAFF;
}
a.story-card:hover img {
    transform: scale(1.05);
}
.story-card-img {
    width: 100%;
    height: 232px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    display: block;
    transition: all 0.3s ease;
}

.story-card-body {
    padding: 0 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.story-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.story-card-title-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.story-card-title {
    font-family: 'Inter SemiBold';
    font-size: 18px;
    line-height: 24px;
    color: #181D27;
    flex: 1;
}

.story-card-external {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.story-card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story-card-meta {
    display: flex;
    align-items: center;
    justify-content: end;
}

.story-section .story-card-meta {
    display: none;
}

.story-card-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.story-card-meta-item:nth-child(1) {
    display: none;
}

.story-card-meta-item img {
    width: 24px;
    height: 24px;
}

.story-card-meta-text {
    font-size: 14px;
    line-height: 18px;
    color: #535862;
}

.story-cta {
    display: flex;
    justify-content: center;
}

.story-swiper {
    padding-bottom: 48px !important;
}

.story-swiper .swiper-slide {
    height: auto;
}

.story-swiper .story-card {
    height: 100%;
}

.story-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: 1;
}

.story-pagination .swiper-pagination-bullet-active {
    background: #4155F5;
}

@media (min-width: 980px) {
    .story-swiper {
        padding-bottom: 0 !important;
    }
    .story-pagination {
        display: none;
    }
}
/*#endregion*/

/*#region journey-section*/
.journey-section {
    background: url(/cukcuk/images/pages/home-cukcuk/journey-bg.webp) center / cover no-repeat;
    padding-top: 96px;
    padding-bottom: 48px;
}

.journey-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

.journey-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.journey-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
}

.journey-subtitle {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 28px;
    color: #414651;
    text-align: center;
}

.journey-tabs {
    padding: 8px;
    background: #F5F5F5;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
}

.journey-tab {
    padding: 12px 24px;
    border-radius: 9999px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #181D27;
    cursor: pointer;
}

.journey-tab--active {
    background: white;
    color: #4155F5;
}

.journey-media img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 979px) {
    .journey-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .journey-title {
        font-size: 24px;
        line-height: 32px;
    }

    .journey-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .journey-tabs {
        flex-direction: column;
        border-radius: 16px;
        width: 100%;
    }

    .journey-tab {
        width: 100%;
        text-align: center;
    }
}
/*#endregion*/

/*#region press-section*/
.press-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.press-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.press-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
}

.press-list {
    display: flex;
    align-items: center;
    gap: 32px;
}

.press-item {
    width: 174px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}

.press-item img {
    width: auto;
    display: block;
}

@media (max-width: 979px) {
    .press-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .press-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
}
/*#endregion*/

/*#region knowledge-section*/
.knowledge-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.knowledge-head {
    margin-bottom: 40px;
}

.knowledge-title {
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
}

.knowledge-swiper {
    padding-bottom: 48px !important;
}

.knowledge-swiper .swiper-slide {
    height: auto;
}

.knowledge-swiper .story-card {
    height: 100%;
}

.knowledge-pagination.swiper-pagination {
    bottom: 0;
}

.knowledge-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: 1;
}

.knowledge-pagination .swiper-pagination-bullet-active {
    background: #4155F5;
}

@media (max-width: 979px) {
    .knowledge-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .knowledge-title {
        font-size: 24px;
        line-height: 32px;
    }
}
/*#endregion*/



/*#region awards-section*/
.awards-section {
    padding: 48px 0;
    overflow: hidden;
    background: #fff;
    padding-bottom: 96px;
}

.awards-header {
    max-width: 1227px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 12px;
    text-align: center;
}

.awards-title {
    color: #181d27;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Inter Bold', sans-serif;
}

.awards-subtitle {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.awards-slider {
    margin-top: 40px;
    align-items: center;
    gap: 16px;
}

.swiper.awards-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
    z-index: 0;
    height: 342px;
}

.awards-slider span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: unset;
}

.awards-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--Brand-600, #4155F5);
}

.awards-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 16;
}

.award-card {
    position: relative;
    justify-items: center;
    align-content: start;
    gap: 12px;
    scroll-snap-align: center;
}
.award-card:hover .award-image-link{
     background: url(https://www.misaeshop.vn/mshopkeeper/images/front-page/bg-circle.png) no-repeat center;
  background-size: cover;
}
.award-shadow {
    width: 111px;
    height: 24px;
    background: rgba(190, 190, 190, 0.4);
    position: absolute;
    bottom: 147px;
    filter: blur(11.395349502563477px);
    left: 50%;
    transform: translate(-50%);
}

.award-shadow-small {
    width: 116px;
    height: 24px;
}

.award-shadow-medium {
    width: 121px;
    height: 26px;
}

.award-shadow-xsmall {
    width: 111px;
    height: 24px;
}

.award-image-link {
    display: grid;
    place-items: center;
    text-decoration: none;
    width: 267px;
}

.award-image {
    height: 187.07px;
    width: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.award-caption {
    margin-top: 33px;
    width: 209px;
    display: grid;
    justify-items: center;
    gap: 6px;
}

.award-caption-wide {
    width: 267px;
}

.award-name {
    width: 100%;
    text-align: center;
    color: #181d27;
    font-family: 'Inter Medium', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.awards-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-nav img {
    width: 56px;
    height: 56px;
    display: block;
}

.awards-nav--prev {
    left: -50px;
}

.awards-nav--next {
    right: -50px;
}

.wrap-all {
    position: relative;
    padding: 0 60px;
}

.wrap-all:hover .awards-nav {
    opacity: 1;
    pointer-events: auto;
}

.awards-nav.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 979px) {
    .awards-nav img {
        width: 40px;
        height: 40px;
    }

    .awards-nav--prev {
        left: 0;
    }

    .awards-nav--next {
        right: 0;
    }
}

@media (max-width: 979px) {
    .awards-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .awards-title {
        font-size: 26px;
        line-height: 34px;
    }

    .awards-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .awards-subtitle br {
        display: none;
    }

    .awards-slider {
        gap: 12px;
    }

    .awards-track {
        justify-content: start;
    }

    .award-caption {
        width: 100%;
    }
}
/*#endregion*/
/*#region security-certifications-section*/
.security-certifications-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: var(--Blue-50, #EEF4FF);
}

.security-certifications-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.security-certifications-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.security-certifications-title {
    color: #181D27;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Inter Bold', sans-serif;
    text-align: center;
}

.security-certifications-grid {
    display: flex; 
    align-items: center;
    gap: 32px;
}

.certification-card {
    flex: 1;
    min-width: 0;
}

.certification-card-inner {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 140px;
    padding: 22px 20px;
    background: white;
    border-radius: 16px;
    outline: 3px solid rgba(255, 255, 255, 0.60);
    outline-offset: -3px;
    box-shadow: 0px 4px 8.7px 4px rgba(10, 27, 137, 0.02), 0px 24px 50px -8px rgba(10, 27, 137, 0.03);
}

.certification-image {
    max-width: 100%;
    height: auto;
    width: auto;
}


@media (max-width: 979px) {
    .security-certifications-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .security-certifications-container {
        padding: 0 15px;
    }

    .security-certifications-title {
        font-size: 24px;
        line-height: 32px;
    }

    .security-certifications-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .certification-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/*#endregion*/

/*#region register-section*/
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
}

.register-section {
    background: url(/cukcuk/images/pages/home-cukcuk/bg-register.webp);
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-section__container {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    position: relative;
}

.register-section__header {
    width: 100%;
    max-width: 898px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 42px;
}

.register-section__title {
    color: white;
    font-size: 40px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 48px;
    word-wrap: break-word;
}

.register-section__content {
    display: flex;
    justify-content: space-between;
}

.register-section__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    max-width: 829px;
}

.register-section__feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.register-section__feature-icon {
}

.register-section__feature-icon img {
    width: 80px;
    height: 76px;
    object-fit: contain;
}

.register-section__feature-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 288px;
}

.register-section__feature-title {
    color: white;
    font-size: 18px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__feature-description {
    color: white;
    font-size: 16px;
    word-wrap: break-word;
}

.register-section__subtitle {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 18px;
    line-height: 24px;
    grid-column: span 2;
    max-width: 475px;
    font-family: 'Inter SemiBold', sans-serif;
}

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 300px; */
    min-width: 500px;
    padding: 2px;
    background-color: #000;
    height: fit-content;
    overflow: hidden;
    background: linear-gradient(17.969deg, #5993FF 0%, #D9E6FF 100%), linear-gradient(#D9D9D9, #D9D9D9);
}

.register-section__form {
    padding: 32px;
    background: white;
    box-shadow: 24px 24px 100px -12px rgba(0, 82.38, 235.38, 0.50);
    /* border-radius: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /* overflow: auto; */
    border-radius: 22px;
    padding: 0;
}

.register-section__form-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.register-section__form-title {
    width: 100%;
    text-align: center;
    color: #27272D;
    font-size: 24px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-subtitle {
    width: 100%;
    text-align: center;
    color: #2563EB;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.register-section__form-field {
    align-self: stretch;
    padding: 11px 12px;
    background: white;
    border-radius: 8px;
    border: 1px #D1D5DB solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.register-section__form-input-placeholder {
    flex: 1 1 0;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.register-section__form-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.register-section__form-agreement {
    font-size: 14px;
    font-style: italic;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 18px;
    word-wrap: break-word;
    text-align: center;
}

.register-section__form-agreement span {
    color: black;
}

.register-section__form-agreement a {
    color: #0263E0;
    text-decoration: none;
}

.register-section__form-side-image {
    width: 100%;
    max-width: 508px;
    height: auto;
    opacity: 0.80;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(196, 196, 196, 0) 100%);
    box-shadow: 0px 4px 60px rgba(9.90, 26.89, 137.31, 0.10);
    border-radius: 36px;
    border: 2px white solid;
    backdrop-filter: blur(30px);
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    align-self: stretch;
}

.cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4);
}

@media (max-width: 979px) {
    .register-section__container {
        background-size: cover;
        background-position: center;
    }

    .register-section {
        padding-top: 48px;
    }

    .register-section__title {
        font-size: 24px;
        line-height: 40px;
    }

    .register-section__content {
        flex-direction: column;
        gap: 40px;
    }

    .register-section__features {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .register-section__form-wrapper {
        flex-direction: column;
        padding: unset;
        min-width: unset;
    }

    .register-section__form {
        max-width: 100%;
        padding: 13px;
    }
}

.register-features-container {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
img.robot.robot-9 {
    bottom: -89px;
    left: 44%;
    position: absolute;
    width: 18%;
}
.reg-feat-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    height: 100%;
    max-width: 700px;
}

.reg-feat-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reg-feat-title {
    flex: 1 1 0;
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.reg-feat-desc {
    align-self: stretch;
    color: white;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
    word-wrap: break-word;
}

.reg-feat-grid {
    align-self: stretch;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 24px;
}

.reg-feat-item {
    width: 300px;
    min-width: 240px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.reg-feat-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-feat-item-text {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
    word-wrap: break-word;
}

.reg-feat-item-bold {
    font-family: 'Inter Bold';
    display: block;
}

@media (max-width: 979px) {
    .reg-feat-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }

    .reg-feat-grid br {
        display: none;
    }

    .reg-feat-title {
        font-size: 24px;
        line-height: 34px;
    }

    .reg-feat-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .reg-feat-inner {
        gap: 24px;
    }

    .reg-feat-item {
        width: 100%;
        min-width: unset;
    }
}
/*#endregion*/
/*#region question-section*/
page-title {
    margin: 0 auto;
}

.question-wrap {
    margin: 0;
    padding-top: 40px;
    font-size: 18px;
}

.ic-question {
    margin: 0 auto 10px;
}

.question .panel-group .panel {
    border-radius: 16px;
}

.panel:hover {
    border: 1px solid var(--Blue-400, #5993FF);
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 15px;
}

.panel {
    border: 1px solid var(--Border-Second, #E9EAEB);
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/cukcuk/images/pages/home-cukcuk/ic-dow.webp) no-repeat right 24px top 30px;
    background-size: 12px;
}

.question .panel-default>.panel-heading {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    background: url(/cukcuk/images/pages/home-cukcuk/ic-up.webp) no-repeat right 24px top 30px;
    background-size: 12px;
    font-family: 'Inter SemiBold', sans-serif;
    padding-right: 48px;
}
.panel-answer {
    padding: 0 24px 24px 24px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.panel-answer a {
    color: var(--Text-Blue, #2662FF);
}

.panel-answer li {
    display: block;
    margin-left: 10px;
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.panel-answer ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px;
}

.panel-answer ul li:last-child {
    padding-bottom: 0;
}

.panel-answer>div:not(:last-child) {
    padding-bottom: 6px;
}

.page-title {
    color: #212121;
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    font-style: normal;
}

.section-temp.question {
    padding: 48px 0;
}

.section-temp.question .panel-default:has(.panel-collapse.in) {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.section-temp.question .panel-default.active-panel {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.section-temp.question .panel-default:has(.panel-collapse.in) .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

.section-temp.question .panel-default.active-panel .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

@media(max-width: 979px) {
    .section-temp.question {
        padding-bottom:10px
    }

    .question-wrap {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .page-title {
        font-size: 28px;
    }
}

/*#endregion*/

/* form ai  */

form#\37 adb16cf-a20d-4da8-824b-cb2900ea6a78 {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    padding: 0 !important;
    background-color: unset !important;
    align-items: center !important;
}

.cta-actions form[lz-id='7adb16cf-a20d-4da8-824b-cb2900ea6a78'].private-form .submit-wrapper {
    width: fit-content !important;
    padding: unset !important;
    height: max-content;
}

.cta-actions form[lz-id='7adb16cf-a20d-4da8-824b-cb2900ea6a78'].private-form .submit-wrapper .btn-form-submit {
    height: max-content !important;
    width: max-content !important;
    display: flex;
    min-width: 140px;
    padding: var(--space-14, 14px) var(--space-24, 24px) !important;
    justify-content: center;
    align-items: center;
    gap: var(--space-4, 4px);
    border-radius: var(--radius-l, 12px) !important;
    background: linear-gradient(68deg, var(--Brand-600, #4155F5) 0%, var(--Brand-400, #759AFF) 131.14%);
}

.cta-actions form[lz-id='7adb16cf-a20d-4da8-824b-cb2900ea6a78'].private-form .form-row .field-wrapper .field-inner .lz-input:not([type="radio"]):not([type="checkbox"]) {
    border-radius: var(--radius-l, 12px) !important;
    height: 52px;
    width: 320px;
}

.cta-actions form[lz-id='7adb16cf-a20d-4da8-824b-cb2900ea6a78'].private-form .form-row .field-wrapper {
    border-radius: var(--radius-l, 12px) !important;
}

.cta-actions form[lz-id='7adb16cf-a20d-4da8-824b-cb2900ea6a78'].private-form .form-row .field-wrapper .field-inner {
    padding-left: 0 !important;
    border-radius: 12px !important;
}
/* end form ai  */
/* an tam demo */
section.footer {
    display: none;
}
/* an tam */

/*#region industries*/
.industries {
    padding-bottom: 96px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.industries-container {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.industries-header {
    max-width: 1227px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.industries-title-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.industries-title-highlight {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.industries-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    text-align: center;
}

.industries-subtitle {
    /* max-width: 752px; */
    text-align: center;
    color: #414651;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
}

.industries-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.industry-card {
    background: white;
    box-shadow: 0px 12px 46px -4px rgba(10, 27, 137, 0.08), 0px 2px 20px -6px rgba(116, 135, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.industry-card-header {
    padding: 8px 0;
    background: #2662FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-card-name {
    color: white;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    text-align: center;
}

.industry-card-body {
    padding: 16px;
    display: flex;
    justify-content: center;
}

.industry-card-image {
    width: 100%;
    /* height: 147px; */
    object-fit: cover;
}

@media (max-width: 979px) {
    .industries {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .industries-title-highlight,
    .industries-title {
        font-size: 24px;
        line-height: 32px;
    }

    .industries-subtitle {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
/*#endregion*/