.trang-chu-1778919925187 {
    position: relative;
    background-size: 100%;
    background-position: center;
}

.trang-chu-1778919925187::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* 2. Layout: Grid Container */
.row-1778919925187 {
    display: grid;
    min-height: 520px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* 3. Class & Selectors: Chá»‰ Ä‘áº·t tÃªn class cho tháº» div trá»±c tiáº¿p cá»§a container */
.row-1778919925187 .content-wrapper {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Äá»‹nh dáº¡ng h1 & cÃ¡c span con */
.row-1778919925187 .content-wrapper>h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -0.7px;
    color: var(--primary-dark);
}

.row-1778919925187 .content-wrapper>h1>span {
    display: block;
    color: var(--primary);
}

.row-1778919925187 .content-wrapper>h1>span.pt-1 {
    padding-top: 4px;
}

/* Indicator Dots */
.row-1778919925187 .content-wrapper>div:nth-of-type(1) {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.row-1778919925187 .content-wrapper>div:nth-of-type(1)>span {
    height: 3px;
    border-radius: 9999px;
}

.row-1778919925187 .content-wrapper>div:nth-of-type(1)>span:nth-child(1) {
    width: 42px;
    background-color: var(--primary);
}

.row-1778919925187 .content-wrapper>div:nth-of-type(1)>span:nth-child(2) {
    width: 16px;
    background-color: rgba(126, 39, 155, 0.35);
}

.row-1778919925187 .content-wrapper>div:nth-of-type(1)>span:nth-child(3) {
    width: 8px;
    background-color: rgba(126, 39, 155, 0.20);
}

/* Paragraph */
.row-1778919925187 .content-wrapper>p {
    margin-top: 20px;
    max-width: 430px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-muted);
}

/* CTA Buttons Box */
.row-1778919925187 .content-wrapper>div:nth-of-type(2) {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

/* Tháº» a (Buttons) */
.row-1778919925187 .content-wrapper>div:nth-of-type(2)>a {
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom size cho Lucide icon náº±m trong cá»¥m nÃºt báº¥m */
.row-1778919925187 .content-wrapper>div:nth-of-type(2)>a [data-lucide] {
    width: 17px;
    height: 17px;
}

.row-1778919925187 .content-wrapper>div:nth-of-type(2)>a:nth-child(1) {
    background-color: var(--primary-dark);
    color: var(--white);
    box-shadow: 0 10px 22px rgba(59, 15, 79, 0.22);
}

.row-1778919925187 .content-wrapper>div:nth-of-type(2)>a:nth-child(1):hover {
    background-color: var(--primary);
}

.row-1778919925187 .content-wrapper>div:nth-of-type(2)>a:nth-child(2) {
    border: 1px solid var(--primary);
    background-color: var(--white);
    color: var(--primary);
    box-shadow: 0 8px 18px rgba(126, 39, 155, 0.10);
}

.row-1778919925187 .content-wrapper>div:nth-of-type(2)>a:nth-child(2):hover {
    background-color: var(--primary-20);
}

/* Features Grid */
.row-1778919925187 .content-wrapper>div:nth-of-type(3) {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.row-1778919925187 .content-wrapper>div:nth-of-type(3)>div {
    display: flex;
    gap: 12px;
}

/* VÃ²ng trÃ²n bá»c Lucide Icon */
.row-1778919925187 .content-wrapper>div:nth-of-type(3)>div>div:nth-of-type(1) {
    display: flex;
    height: 38px;
    width: 38px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(126, 39, 155, 0.20);
    background-color: var(--primary-20);
    color: var(--primary);
}

/* Custom size cho Lucide icon náº±m trong cá»¥m tÃ­nh nÄƒng */
.row-1778919925187 .content-wrapper>div:nth-of-type(3)>div>div:nth-of-type(1) [data-lucide] {
    width: 18px;
    height: 18px;
}

.row-1778919925187 .content-wrapper>div:nth-of-type(3)>div>div:nth-of-type(2)>h3 {
    font-size: 12px;
    font-weight: 800;
    color: var(--primary-dark);
}

.row-1778919925187 .content-wrapper>div:nth-of-type(3)>div>div:nth-of-type(2)>p {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.55;
    color: var(--text-muted);
}

.row-1778922350175 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.row-1778922350175 .card-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--white);
    box-shadow: var(--shadow-card);
    transition:
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.row-1778922350175 .card-item>div:nth-of-type(1) {
    height: 165px;
    overflow: hidden;
}

.row-1778922350175 .card-item>div:nth-of-type(1)>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.row-1778922350175 .card-item:hover>div:nth-of-type(1)>img {
    transform: scale(1.05);
}

.row-1778922350175 .card-item>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    min-height: 150px;
    padding: 20px 20px 24px 20px;
}

.row-1778922350175 .card-item>div:nth-of-type(2)>h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.375;
    color: var(--primary-dark);
}

.row-1778922350175 .card-item>div:nth-of-type(2)>p {
    margin-top: auto;
    max-width: 220px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-muted);
}

.row-1778922350175 .card-item>div:nth-of-type(2)>a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    height: 26px;
    width: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(126, 39, 155, 0.20);
    background-color: var(--primary-20);
    color: var(--primary);
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.row-1778922350175 .card-item>div:nth-of-type(2)>a [data-lucide] {
    width: 14px;
    height: 14px;
}

.row-1778922350175 .card-item>div:nth-of-type(2)>a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.row-1778922350175 .card-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
}

.row-1778924074625 {
    display: grid;
    margin-top: 32px;
    justify-content: center;
}

.row-1778924074625 .btn-container>a {
    display: inline-flex;
    height: 46px;
    min-width: 250px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: var(--primary);
    padding-left: 32px;
    padding-right: 32px;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    box-shadow: var(--shadow-soft);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.row-1778924074625 .btn-container>a:hover {
    background-color: var(--primary-dark);
}

/* ************************************/
/* Working Process Steps               */
/* Class: trang-chu-1778924862768      */
/* ************************************/

.trang-chu-1778924862768 {
    position: relative;
    overflow: hidden;
    padding: 72px 24px;
    background:
        radial-gradient(circle at 14% 38%, rgba(126, 39, 155, 0.10), transparent 26%),
        radial-gradient(circle at 78% 34%, rgba(185, 140, 200, 0.12), transparent 30%),
        linear-gradient(90deg, var(--bg-light) 0%, var(--white) 48%, var(--bg-light) 100%);
}

.row-1778924862768 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.row-1778924862768 .step-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 10px 10px 0;
    text-align: center;
}

.row-1778924862768 .step-item div:nth-of-type(1) {
    position: relative;
    display: flex;
    width: 98px;
    height: 98px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), transparent 42%),
        linear-gradient(180deg, var(--white), var(--primary-20));
    border: 1px solid rgba(126, 39, 155, 0.10);
    box-shadow:
        0 18px 40px rgba(126, 39, 155, 0.14),
        0 8px 18px rgba(31, 41, 55, 0.06);
    transition:
        background var(--transition-ui),
        border-color var(--transition-ui),
        box-shadow var(--transition-ui),
        transform var(--transition-ui);
}

.row-1778924862768 .step-item div:nth-of-type(1)::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    border: 1px dashed rgba(126, 39, 155, 0.18);
    pointer-events: none;
    transition: opacity var(--transition-ui), transform var(--transition-ui), border-color var(--transition-ui);
}

.row-1778924862768 .step-item div:nth-of-type(1)::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: inherit;
    opacity: 0;
    background: conic-gradient(from 180deg,
            transparent,
            rgba(126, 39, 155, 0.32),
            transparent,
            rgba(185, 140, 200, 0.28),
            transparent);
    filter: blur(10px);
    z-index: -1;
    transition: opacity var(--transition-ui);
}

.row-1778924862768 .step-item:hover div:nth-of-type(1) {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.25), transparent 42%),
        linear-gradient(135deg, var(--primary), var(--primary-80));
    border-color: rgba(126, 39, 155, 0.28);
    box-shadow:
        0 22px 46px rgba(126, 39, 155, 0.24),
        0 10px 22px rgba(59, 15, 79, 0.10);
    transform: scale(1.035);
}

.row-1778924862768 .step-item:hover div:nth-of-type(1)::before {
    opacity: 0.45;
    border-color: rgba(255, 255, 255, 0.38);
    transform: scale(1.08);
}

.row-1778924862768 .step-item:hover div:nth-of-type(1)::after {
    opacity: 1;
}

.row-1778924862768 .step-item div:nth-of-type(1) div [data-lucide] {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    color: var(--primary);
    stroke-width: 2;
    transition: color var(--transition-ui), transform var(--transition-ui);
}

.row-1778924862768 .step-item:hover div:nth-of-type(1) div [data-lucide] {
    color: var(--white);
    transform: scale(1.08) rotate(-4deg);
}

.row-1778924862768 .step-item div:nth-of-type(2) {
    position: relative;
    z-index: 2;
    display: flex;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary), var(--primary-80));
    border: 3px solid var(--white);
    box-shadow: 0 12px 26px rgba(126, 39, 155, 0.20);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    transition: background var(--transition-ui), box-shadow var(--transition-ui), transform var(--transition-ui);
}

.row-1778924862768 .step-item:hover div:nth-of-type(2) {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    box-shadow:
        0 0 0 6px rgba(126, 39, 155, 0.10),
        0 16px 34px rgba(126, 39, 155, 0.24);
    transform: scale(1.04);
}

.row-1778924862768 .step-item h3 {
    margin: 16px 0 0;
    color: var(--primary-dark);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.025em;
    transition: color var(--transition-ui);
}

.row-1778924862768 .step-item:hover h3 {
    color: var(--primary);
}

.row-1778924862768 .step-item p {
    margin: 9px auto 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

.row-1778924862768 .step-item div:nth-of-type(3) {
    position: absolute;
    top: 48px;
    right: -42px;
    z-index: 0;
    display: flex;
    align-items: center;
    color: rgba(126, 39, 155, 0.48);
    pointer-events: none;
    transition: opacity var(--transition-ui), filter var(--transition-ui);
}

.row-1778924862768 .step-item:last-child div:nth-of-type(3) {
    display: none;
}

.row-1778924862768 .step-item div:nth-of-type(3) span {
    display: block;
    width: 58px;
    height: 1px;
    border-top: 1px dashed rgba(126, 39, 155, 0.42);
}

.row-1778924862768 .step-item div:nth-of-type(3) [data-lucide] {
    width: 16px;
    height: 18px;
    margin-left: -8px;
    color: rgba(126, 39, 155, 0.56);
    stroke-width: 2.4;
}

.row-1778924862768 .step-item:hover div:nth-of-type(3) {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(126, 39, 155, 0.20));
}

.row-1778924862768 .step-item:nth-of-type(2),
.row-1778924862768 .step-item:nth-of-type(4) {
    margin-top: 26px;
}

.row-1778924862768 .step-item:nth-of-type(2) div:nth-of-type(3),
.row-1778924862768 .step-item:nth-of-type(4) div:nth-of-type(3) {
    top: 42px;
}

@media (max-width: 1024px) {
    .trang-chu-1778924862768 {
        padding: 58px 20px;
    }

    .row-1778924862768 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .row-1778924862768 .step-item,
    .row-1778924862768 .step-item:nth-of-type(2),
    .row-1778924862768 .step-item:nth-of-type(4) {
        margin-top: 0;
        padding: 28px 20px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(126, 39, 155, 0.10);
        box-shadow: var(--shadow-card);
        transition: border-color var(--transition-ui), box-shadow var(--transition-ui), background var(--transition-ui);
    }

    .row-1778924862768 .step-item:hover {
        background: rgba(255, 255, 255, 0.96);
        border-color: rgba(126, 39, 155, 0.22);
        box-shadow: 0 20px 46px rgba(126, 39, 155, 0.14);
    }

    .row-1778924862768 .step-item div:nth-of-type(3) {
        display: none;
    }

    .row-1778924862768 .step-item p {
        max-width: 260px;
    }
}

@media (max-width: 767px) {
    .trang-chu-1778924862768 {
        padding: 46px 16px;
    }

    .row-1778924862768 {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .row-1778924862768 .step-item {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .row-1778924862768 .step-item div:nth-of-type(1) {
        width: 86px;
        height: 86px;
    }

    .row-1778924862768 .step-item div:nth-of-type(1) div [data-lucide] {
        width: 25px;
        height: 25px;
    }

    .row-1778924862768 .step-item h3 {
        font-size: 15px;
    }

    .row-1778924862768 .step-item p {
        max-width: 300px;
        font-size: 12.5px;
    }
}



/*  */

/* 1. LÆ°á»›i cha chÃ­nh */
.row-1778927143022 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto auto !important;
    gap: 40px 20px !important;
}

/* 2. Táº§ng TRUNG GIAN 1: Tháº» cá»™t .col trong WordPress */
.row-1778927143022>.col {
    display: grid !important;
    grid-row: span 3 !important;
    grid-template-rows: subgrid !important;
}

/* 3. Táº§ng TRUNG GIAN 2: Tháº» bá»c .col-inner trong WordPress */
.row-1778927143022>.col>.col-inner {
    display: grid !important;
    grid-row: span 3 !important;
    grid-template-rows: subgrid !important;
    height: 100% !important;
}

/* 4. ÄÃCH Äáº¾N: Tháº» Card chÃ­nh cá»§a báº¡n */
.row-1778927143022 .feature-item {
    display: grid !important;
    grid-row: span 3 !important;
    grid-template-rows: subgrid !important;
    row-gap: 0 !important;
}

/* CÃ¡c Ä‘á»‹nh dáº¡ng CSS chung giá»¯ nguyÃªn */
.row-1778927143022 .feature-item {
    position: relative;
    border-radius: 10px;
    background-color: var(--white);
    padding: 28px 20px 28px 20px;
    text-align: center;
    box-shadow: var(--shadow-card);
}

/* VÃ²ng trÃ²n bá»c Icon */
.row-1778927143022 .feature-item>div:nth-of-type(1) {
    position: relative;
    height: 64px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-1778927143022 .feature-item>div:nth-of-type(1)::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    background-color: var(--primary-20);
}

.row-1778927143022 .feature-item>div:nth-of-type(1) [data-lucide] {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    color: var(--primary);
}

/* TiÃªu Ä‘á» H3 */
.row-1778927143022 .feature-item>h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--primary-dark);
    display: flex;
}

/* Äoáº¡n vÄƒn P */
.row-1778927143022 .feature-item>p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--text-muted);
}

/* KhÃ³a cá»‘ Ä‘á»‹nh Ä‘á»™ rá»™ng tiÃªu Ä‘á» Ä‘á»ƒ báº» dÃ²ng chuáº©n UI */
.row-1778927143022>.col:nth-of-type(1) h3,
.row-1778927143022>.col:nth-of-type(5) h3 {
    max-width: 160px;
}

.row-1778927143022>.col:nth-of-type(2) h3 {
    max-width: 150px;
}

.row-1778927143022>.col:nth-of-type(3) h3 {
    max-width: 140px;
}

.row-1778927143022>.col:nth-of-type(4) h3 {
    max-width: 155px;
}

.section.trang-chu-1778944461520 {
    padding-top: 0 !important;
}

.row-1778944461520 .doctor-swiper {
    width: 100%;
    overflow: hidden !important;
    padding: 0px 0 26px !important;
}

.row-1778944461520 .doctor-swiper .swiper-wrapper {
    align-items: stretch;
}

.row-1778944461520 .doctor-swiper .swiper-slide {
    height: auto;
}

.row-1778944461520 .doctor-card {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: var(--shadow-card);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.row-1778944461520 .doctor-card:hover {
    transform: translateY(-4px);
}

.row-1778944461520 .doctor-card>div {
    height: 205px;
    overflow: hidden;
    background-color: var(--bg-soft);
    flex-shrink: 0;
}

.row-1778944461520 .doctor-card>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.row-1778944461520 .doctor-card>h3 {
    min-height: 40px;
    padding: 8px 16px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-1778944461520 .doctor-card>p {
    text-align: center;
    font-size: 11px;
}

.row-1778944461520 .doctor-card>p:nth-of-type(1) {
    min-height: 28px;
    padding: 4px 16px 0;
    font-weight: 600;
    line-height: 1.4;
    color: var(--primary);
}

.row-1778944461520 .doctor-card>p:nth-of-type(2) {
    min-height: 44px;
    padding: 4px 16px 16px;
    line-height: 1.45;
    color: var(--text-muted);
    flex-grow: 1;
}

.row-1778944461520 {
    position: relative;
}

.row-1778944461520 button {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: none;
    background-color: var(--primary-60);
    color: var(--white);
    cursor: pointer;
    line-height: 1;
    font-size: 0;
    transition:
        background-color 0.2s ease,
        opacity 0.2s ease;
    box-shadow: var(--shadow-soft);
}

.row-1778944461520 button:nth-of-type(1) {
    left: -10px;
}

.row-1778944461520 button:nth-of-type(2) {
    right: -10px;
}

.row-1778944461520 button.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.row-1778944461520 button:not(.swiper-button-disabled):hover {
    background-color: var(--primary);
}

.row-1778944461520 button svg {
    display: block;
    width: 18px;
    height: 18px;
    color: var(--white);
    stroke: currentColor;
    stroke-width: 2.5;
}

.row-1778944461520 button svg * {
    stroke: currentColor;
}

.section.trang-chu-1778947252691 {
    padding: 0 !important;
    background:
        radial-gradient(circle at 18% 50%,
            rgba(255, 255, 255, 0.12),
            transparent 22%),
        radial-gradient(circle at 78% 45%,
            rgba(255, 255, 255, 0.1),
            transparent 24%),
        linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 48%, var(--primary-dark) 100%);
}

.row-1778947252691 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.row-1778947252691 .stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    padding: 24px 20px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.row-1778947252691>.col:first-child .stats-item {
    border-left: none;
}

.row-1778947252691 .stats-item>div:first-of-type {
    display: flex;
    height: 46px;
    width: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.row-1778947252691 .stats-item>div:first-of-type>svg {
    height: 25px;
    width: 25px;
}

.row-1778947252691 .stats-item>div:nth-of-type(2) {
    margin-top: 12px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    color: var(--white);
}

.row-1778947252691 .stats-item>p {
    margin: 0;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

.row-1778949622910 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(auto-fill, auto auto auto auto);
    gap: 28px;
    row-gap: 0;
}

.row-1778949622910>.col>.col-inner {
    height: 100% !important;
}

.row-1778949622910>.col,
.row-1778949622910>.col>.col-inner {
    display: grid !important;
    grid-row: span 4 !important;
    grid-template-rows: subgrid !important;
}

.row-1778949622910 .article-card {
    height: 100%;
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--white);
    box-shadow: var(--shadow-card);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}

.row-1778949622910 .article-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
}

.row-1778949622910 .article-card>div:first-of-type {
    height: 190px;
    overflow: hidden;
}

.row-1778949622910 .article-card>div:first-of-type>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.row-1778949622910 .article-card:hover>div:first-of-type>img {
    transform: scale(1.05);
}

.row-1778949622910 .article-card>div:nth-of-type(2) {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
    padding: 24px;
}

.row-1778949622910 .article-card>div:nth-of-type(2)>h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.3px;
    color: var(--primary-dark);
}

.row-1778949622910 .article-card>div:nth-of-type(2)>p {
    margin: 0;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
}

.row-1778949622910 .article-card>div:nth-of-type(2)>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    padding-top: 8px;
    align-self: end;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    color: var(--primary);
    transition: color 0.3s;
}

.row-1778949622910 .article-card>div:nth-of-type(2)>a:hover {
    color: var(--primary-dark);
}

.row-1778949622910 .article-card>div:nth-of-type(2)>a>svg {
    height: 17px;
    width: 17px;
}


@media (max-width: 1024px) {
    .trang-chu-1778919925187 {
        background-size: cover;
        background-position: center;
    }

    .row-1778919925187 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-1778919925187 .content-wrapper>h1 {
        font-size: 42px;
    }

    .row-1778919925187 .content-wrapper>div:nth-of-type(3) {
        gap: 20px;
    }

    .row-1778922350175 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .row-1778927143022 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: initial !important;
        gap: 16px 20px !important;
    }

    .row-1778927143022>.col,
    .row-1778927143022>.col>.col-inner {
        display: block !important;
        grid-row: initial !important;
        grid-template-rows: initial !important;
        height: 100% !important;
    }

    .row-1778927143022 .feature-item {
        display: block !important;
        grid-row: initial !important;
        grid-template-rows: initial !important;
    }

    .row-1778947252691 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .row-1778947252691 .stats-item {
        border-left: none;
    }

    .row-1778949622910 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767px) {
    .row-1778919925187 .content-wrapper>h1 {
        font-size: 28px;
    }

    .row-1778919925187 .content-wrapper>p {
        font-size: 13px;
    }

    .row-1778919925187 .content-wrapper>div:nth-of-type(2) {
        flex-direction: column;
    }

    .row-1778919925187 .content-wrapper>div:nth-of-type(3) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-1778922350175 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-1778924862768 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 32px;
    }

    .row-1778924862768 .step-item>div:nth-of-type(3) {
        display: none;
    }

    .row-1778927143022 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .row-1778944461520 .doctor-swiper {
        padding: 10px 4px 28px;
    }

    .row-1778944461520 .doctor-card>div {
        height: 220px;
    }

    .row-1778944461520 button {
        width: 30px;
        height: 30px;
    }

    .row-1778944461520 button:nth-of-type(1) {
        left: 0;
    }

    .row-1778944461520 button:nth-of-type(2) {
        right: 0;
    }

    .row-1778947252691 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-1778949622910 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-rows: initial;
        row-gap: 28px;
    }

    .row-1778949622910>.col,
    .row-1778949622910>.col>.col-inner {
        display: block !important;
        grid-row: initial !important;
        grid-template-rows: initial !important;
    }

    .row-1778949622910 .article-card {
        display: flex;
        grid-row: initial;
        grid-template-rows: initial;
    }

    .row-1778949622910 .article-card>div:nth-of-type(2) {
        display: block;
        grid-row: initial;
        grid-template-rows: initial;
        padding: 16px 12px;
    }

    .row-1778949622910 .article-card>div:nth-of-type(2)>p {
        margin-top: 4px;
        padding-top: 0;
    }

    .row-1778949622910 .article-card>div:nth-of-type(2)>a {
        margin-top: 4px;
        padding-top: 0;
        align-self: initial;
    }


}


/* ************************************/
/* Class: stack-1782547289807        */
/* ************************************/
.stack-1782547289807 {
    position: relative;
}

.stack-1782547289807 .row-1781597686700 {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .stack-1782547289807 .row-1781597686700 {
        position: relative !important;
        top: 0;
        left: 0;
        transform: none;
    }
}

/* ************************************/
/* Medical Services Section            */
/* Class: section-1782549075972        */
/* ************************************/

.section-1782549075972 {
    position: relative;
    overflow: hidden;
    background: #F5F6F6
}

.section-1782549075972::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 72px;
    width: 330px;
    height: 148px;
    border-radius: 0 90px 90px 0;
    background: rgba(126, 39, 155, 0.045);
    pointer-events: none;
}

.section-1782549075972 .row-1782549075972 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

/* ---------------------------------- */
/* Mobile: enlarge header menu button */
/* Targets the anchor with classes: icon primary button round is-small */
@media (max-width: 767px) {

    .mobile-nav .header-button .button.icon.is-small,
    .mobile-nav .header-button .button.icon,
    .header-button .button.icon.is-small,
    .header-button .button.icon {
        height: 45px !important;
        min-width: 45px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 8px !important;
        line-height: 1 !important;
    }

    .mobile-nav .header-button .button.icon i,
    .header-button .button.icon i,
    .mobile-nav .header-button .button.icon .icon-menu {
        font-size: 22px !important;
        width: auto !important;
        height: auto !important;
        line-height: 1 !important;
        color: var(--white);
    }
}


.section-1782549075972 .row-1782549075972 .intro {
    min-height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 10px 26px 0;
}

.section-1782549075972 .row-1782549075972 .intro p {
    margin: 0 0 16px;
    color: var(--primary);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.section-1782549075972 .row-1782549075972 .intro h2 {
    margin: 0;
    max-width: 330px;
    color: var(--primary-dark);
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.section-1782549075972 .row-1782549075972 .card {
    position: relative;
    min-height: 235px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    /* border: 1px solid rgba(126, 39, 155, 0.14); */
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 12%, rgba(215, 192, 224, 0.34), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 252, 0.94));
    box-shadow: var(--shadow-card);
    transition: transform var(--transition-ui), box-shadow var(--transition-ui), border-color var(--transition-ui);
}

.section-1782549075972 .row-1782549075972 .card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
        radial-gradient(circle at 86% 8%, rgba(126, 39, 155, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 1), var(--primary-20) 130%);
    transition: opacity var(--transition-ui);
    pointer-events: none;
}

.section-1782549075972 .row-1782549075972 .card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-60);
    box-shadow:
        0 26px 54px rgba(126, 39, 155, 0.20),
        0 10px 22px rgba(59, 15, 79, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.section-1782549075972 .row-1782549075972 .card:hover::before {
    opacity: 1;
}

.section-1782549075972 .row-1782549075972 .card-body {
    display: block !important;
    position: relative;
    z-index: 1;
    padding: 28px 28px 20px;
}

.section-1782549075972 .row-1782549075972 .icon-img {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    border: 1px solid rgba(126, 39, 155, 0.18);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 26px rgba(126, 39, 155, 0.08);
    transition: transform var(--transition-ui), background var(--transition-ui), border-color var(--transition-ui);
}

.section-1782549075972 .row-1782549075972 .icon-img img {
    width: 24px;
    height: 24px;
    display: block;
    filter: invert(22%) sepia(81%) saturate(1781%) hue-rotate(270deg) brightness(82%) contrast(93%);
    transition: filter var(--transition-ui), transform var(--transition-ui);
}

.section-1782549075972 .row-1782549075972 .card h3 {
    margin: 0 0 10px;
    color: var(--primary-dark);
    font-size: 18px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section-1782549075972 .row-1782549075972 .card p {
    margin: 0;
    max-width: 94%;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.section-1782549075972 .row-1782549075972 .card-btn {
    position: relative;
    z-index: 1;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    background: linear-gradient(90deg, var(--primary-80), var(--primary));
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    border-radius: 0;
    transition: background var(--transition-ui), box-shadow var(--transition-ui);


}

.section-1782549075972 .row-1782549075972 .card-btn::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    flex: 0 0 14px;
    background-color: currentColor;
    -webkit-mask: url("https://api.iconify.design/lucide:circle-arrow-right.svg") center / contain no-repeat;
    mask: url("https://api.iconify.design/lucide:circle-arrow-right.svg") center / contain no-repeat;
    transition: transform var(--transition-ui);
}

.section-1782549075972 .row-1782549075972 .card:hover .icon-img {
    border-color: var(--primary);
    background: var(--primary);
    transform: translateY(-2px) scale(1.06);
}

.section-1782549075972 .row-1782549075972 .card:hover .icon-img img {
    filter: brightness(0) invert(1);
    transform: scale(1.08);
}

.section-1782549075972 .row-1782549075972 .card:hover .card-btn {
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 -6px 18px rgba(59, 15, 79, 0.25);
}

.section-1782549075972 .row-1782549075972 .card:hover .card-btn::after {
    transform: translateX(3px);
}

@media (max-width: 1024px) {
    .section-1782549075972 .row-1782549075972 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section-1782549075972 .row-1782549075972>div:first-child {
        grid-column: 1 / -1;
    }

    .section-1782549075972 .row-1782549075972 .intro {
        min-height: auto;
        padding: 0 0 4px;
    }

    .section-1782549075972 .row-1782549075972 .intro h2 {
        max-width: 620px;
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .section-1782549075972::before {
        left: -150px;
        top: 40px;
    }

    .section-1782549075972 .row-1782549075972 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .section-1782549075972 .row-1782549075972 .intro h2 {
        font-size: 36px;
    }

    .section-1782549075972 .row-1782549075972 .intro p {
        font-size: 11px;
    }

    .section-1782549075972 .row-1782549075972 .card {
        min-height: 218px;
        border-radius: 22px;
    }

    .section-1782549075972 .row-1782549075972 .card-body {
        padding: 24px 24px 18px;
    }

    .section-1782549075972 .row-1782549075972 .card p {
        max-width: 100%;
    }
}


/* ************************************/
/* Benefits Section                    */
/* Class: section-1782557540314        */
/* ************************************/

.section-1782557540314 {
    position: relative;
    overflow: hidden;
    padding: 76px 24px;
    background: linear-gradient(135deg, #ffffff 0%, #fbf5fd 44%, #f3e8f8 100%);
}

.section-1782557540314 .row-1782557540314 {
    position: relative;
    z-index: 1;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 34px;
    align-items: center;
}

.section-1782557540314 .benefit-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 250px;
    gap: 26px 30px;
    align-items: center;
}

.section-1782557540314 .benefit-img-main,
.section-1782557540314 .benefit-img-top,
.section-1782557540314 .benefit-img-bottom {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow-card);
    isolation: isolate;
}

.section-1782557540314 .benefit-img-main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 410px;
    align-self: center;
}

.section-1782557540314 .benefit-img-top {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    height: 250px;
}

.section-1782557540314 .benefit-img-bottom {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    height: 250px;
}

.section-1782557540314 .benefit-img-main img,
.section-1782557540314 .benefit-img-top img,
.section-1782557540314 .benefit-img-bottom img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform var(--transition-img);
}

.section-1782557540314 .benefit-img-top img {
    scale: 2;
}

.section-1782557540314 .benefit-img-main:hover img,
.section-1782557540314 .benefit-img-top:hover img,
.section-1782557540314 .benefit-img-bottom:hover img {
    transform: scale(1.06);
}

.section-1782557540314 .benefit-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 18px 42px rgba(126, 39, 155, 0.28);
    transform: translate(-50%, -50%);
    text-decoration: none;
    z-index: 3;
    transition: background var(--transition-ui), transform var(--transition-ui), box-shadow var(--transition-ui);
}

.section-1782557540314 .benefit-play::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 4px;
    background: currentColor;
    -webkit-mask: url("https://api.iconify.design/lucide/play.svg") center / contain no-repeat;
    mask: url("https://api.iconify.design/lucide/play.svg") center / contain no-repeat;
}

.section-1782557540314 .benefit-play:hover {
    background: var(--primary-dark);
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 22px 56px rgba(59, 15, 79, 0.34);
}

.section-1782557540314 .benefit-experience {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 12px;
    border-radius: 12px 0 12px 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-80));
    color: var(--white);
    box-shadow: var(--shadow-strong);
    text-align: center;
    z-index: 4;
}

.section-1782557540314 .benefit-experience strong {
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.section-1782557540314 .benefit-experience span {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}


.section-1782557540314 .benefit-content {
    position: relative;
    padding: 24px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 10%, rgba(126, 39, 155, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 252, 0.92));
    border: 1px solid rgba(126, 39, 155, 0.16);
    box-shadow: 0 24px 70px rgba(126, 39, 155, 0.12);
}

.section-1782557540314 .benefit-item .benefit-number p {
    margin: 0;
    color: var(--white) !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.section-1782557540314 .benefit-list {
    display: grid;
    gap: 16px;
}

.section-1782557540314 .benefit-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
    transition: transform var(--transition-ui);
}

.section-1782557540314 .benefit-item:hover {
    transform: translateX(6px);
}

.section-1782557540314 .benefit-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary), var(--primary-80));
    box-shadow: 0 12px 28px rgba(126, 39, 155, 0.18);
}

.section-1782557540314 .benefit-item .benefit-number p {
    margin: 0;
    color: var(--white) !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.section-1782557540314 .benefit-item h3 {
    margin: 0 0 7px;
    color: var(--primary-dark);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.section-1782557540314 .benefit-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .section-1782557540314 {
        padding: 56px 20px;
    }

    .section-1782557540314 .row-1782557540314 {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .section-1782557540314 .benefit-media {
        min-height: 500px;
    }

    .section-1782557540314 .benefit-content {
        padding: 42px;
    }

    .section-1782557540314 .benefit-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-1782557540314 {
        padding: 44px 16px;
    }

    .section-1782557540314 .row-1782557540314 {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .section-1782557540314 .benefit-media {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 18px;
        min-height: unset;
    }

    .section-1782557540314 .benefit-img-main,
    .section-1782557540314 .benefit-img-top,
    .section-1782557540314 .benefit-img-bottom {
        grid-column: auto;
        grid-row: auto;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .section-1782557540314 .benefit-img-main {
        aspect-ratio: 3 / 4;
    }

    .section-1782557540314 .benefit-play {
        width: 62px;
        height: 62px;
    }

    .section-1782557540314 .benefit-experience {
        padding: 10px 0px;
    }

    .section-1782557540314 .benefit-experience strong {
        font-size: 32px;
    }

    .section-1782557540314 .benefit-experience span {
        font-size: 13px;
    }


    .section-1782557540314 .benefit-content {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .section-1782557540314 .benefit-content h2 {
        font-size: 32px;
    }

    .section-1782557540314 .benefit-content p {
        margin-bottom: 26px;
        font-size: 14px;
    }

    .section-1782557540314 .benefit-content .benefit-badge p {
        margin: 0;
        font-size: 13px;
        line-height: 1;
    }

    .section-1782557540314 .benefit-list {
        gap: 22px;
    }

    .section-1782557540314 .benefit-item {
        grid-template-columns: 44px 1fr;
        gap: 14px;
    }

    .section-1782557540314 .benefit-item:hover {
        transform: none;
    }

    .section-1782557540314 .benefit-number {
        width: 40px;
        height: 40px;
    }

    .section-1782557540314 .benefit-item .benefit-number p {
        margin: 0;
        font-size: 13px !important;
        line-height: 1 !important;
    }

    .section-1782557540314 .benefit-item h3 {
        font-size: 18px;
    }

    .section-1782557540314 .benefit-item p {
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
    }
}


/* ************************************/
/* FAQ Section                         */
/* Class: section-1782563529147        */
/* ************************************/

.section-1782563529147 {
    position: relative;
    overflow: hidden;
    background: #F3F4F5;
}

.section-1782563529147 .row-1782563529147 {
    position: relative;
    z-index: 1;
    min-width: 0;
    margin: 0 auto;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: center;
}

.section-1782563529147 .faq-media {
    position: relative;
    min-height: 560px;
    border-radius: 12px;
    overflow: hidden;
}

.section-1782563529147 .faq-image {
    width: 92%;
    height: 100%;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.section-1782563529147 .faq-image img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform var(--transition-img);
}

.section-1782563529147 .faq-media:hover .faq-image img {
    transform: scale(1.05);
}

.section-1782563529147 .faq-stat {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(59, 15, 79, 0.18);
    z-index: 2;
}

.section-1782563529147 .faq-stat-box {
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    text-align: center;
}

.section-1782563529147 .faq-stat-box:first-child {
    border-top-left-radius: 12px;
    background: linear-gradient(135deg, #123f3d, var(--primary-dark));
}

.section-1782563529147 .faq-stat-box.faq-stat-box-2 {
    background: linear-gradient(135deg, var(--primary-80), #f0a07f);
}

.section-1782563529147 .faq-stat-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.section-1782563529147 .faq-stat-box strong {
    display: block;
    margin-bottom: 6px;
    color: var(--white);
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.section-1782563529147 .faq-content {
    position: relative;
}

.section-1782563529147 .faq-list {
    display: grid;
    gap: 14px;
}

.section-1782563529147 .faq-item {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(126, 39, 155, 0.13);
    box-shadow: var(--shadow-card);
    transition: border-color var(--transition-ui), box-shadow var(--transition-ui), transform var(--transition-ui);
}

.section-1782563529147 .faq-item:hover {
    transform: translateY(-3px);
    border-color: rgba(126, 39, 155, 0.28);
    box-shadow: 0 20px 48px rgba(126, 39, 155, 0.13);
}

.section-1782563529147 .faq-item.is-active {
    background:
        radial-gradient(circle at 92% 12%, rgba(126, 39, 155, 0.09), transparent 30%),
        rgba(255, 255, 255, 0.96);
    border-color: rgba(126, 39, 155, 0.26);
}

.section-1782563529147 .faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 42px;
    gap: 18px;
    align-items: center;
    padding: 12px 14px 12px 18px;
    background: transparent;
    border: 0;
    color: var(--primary-dark);
    text-align: left;
    cursor: pointer;
}

.section-1782563529147 .faq-question h3 {
    margin: 0;
    color: var(--primary-dark);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.section-1782563529147 .faq-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary), var(--primary-80));
    box-shadow: 0 12px 26px rgba(126, 39, 155, 0.18);
    transition: transform var(--transition-ui), background var(--transition-ui);
}

.section-1782563529147 .faq-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: currentColor;
    -webkit-mask: url("https://api.iconify.design/lucide/arrow-up-right.svg") center / contain no-repeat;
    mask: url("https://api.iconify.design/lucide/arrow-up-right.svg") center / contain no-repeat;
}

.section-1782563529147 .faq-item.is-active .faq-icon {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    transform: rotate(45deg);
}

.section-1782563529147 .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    opacity: 0;
    transition:
        max-height 420ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 260ms ease,
        padding 260ms ease;
}

.section-1782563529147 .faq-item.is-active .faq-answer {
    max-height: 220px;
    padding: 0 24px 22px;
    opacity: 1;
}

.section-1782563529147 .faq-answer p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .section-1782563529147 .row-1782563529147 {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .section-1782563529147 .faq-media {
        min-height: 520px;
    }

    .section-1782563529147 .faq-image {
        width: 100%;
    }

    .section-1782563529147 .faq-stat {
        width: 56%;
    }

}

@media (max-width: 767px) {
    .section-1782563529147 .row-1782563529147 {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .section-1782563529147 .faq-media {
        min-height: 1px;
    }

    .section-1782563529147 .faq-image {
        width: 100%;
        border-radius: 0;
    }

    .section-1782563529147 .faq-stat {
        width: 74%;
        border-radius: 0;
    }

    .section-1782563529147 .faq-stat-box {
        min-height: 88px;
        padding: 16px 12px;
    }

    .section-1782563529147 .faq-stat-box strong {
        font-size: 32px;
    }

    .section-1782563529147 .faq-stat-box p {
        font-size: 12px;
    }

    .section-1782563529147 .faq-question {
        grid-template-columns: 1fr 38px;
        padding: 16px 16px 16px 18px;
    }

    .section-1782563529147 .faq-question h3 {
        font-size: 15px;
    }

    .section-1782563529147 .faq-icon {
        width: 38px;
        height: 38px;
    }

    .section-1782563529147 .faq-answer {
        padding: 0 18px;
    }

    .section-1782563529147 .faq-item.is-active .faq-answer {
        padding: 0 18px 18px;
    }
}

.section-1782758626132 {
    position: relative;
    background: #F3F4F5;
    overflow: hidden;
    font-family: var(--font-display);
}

.section-1782758626132 .row-1782799603235 {
    margin-bottom: -40px;
}

.section-1782758626132 .process-line-bg {
    position: absolute;
    left: -26px;
    right: -70px;
    top: 100px;
    height: 260px;
    background-image: var(--line-url);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 1;
}

.section-1782758626132 .row-1782758626132 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 0;
    align-items: start;
}

.section-1782758626132 .row-1782758626132 .col {
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    max-width: none;
    flex-basis: auto;
}

.section-1782758626132 .row-1782758626132 .process-step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.section-1782758626132 .row-1782758626132 .process-step.is-reverse {
    flex-direction: column-reverse;
}

.section-1782758626132 .row-1782758626132 .process-col-01 .process-step {
    padding-top: 55px;
    /* transform: translateX(-46px); */
}

.section-1782758626132 .row-1782758626132 .process-col-02 .process-step {
    padding-top: 120px;
    transform: translateX(22px);
}

.section-1782758626132 .row-1782758626132 .process-col-03 .process-step {
    padding-top: 105px;
    transform: translateX(66px);
}

.section-1782758626132 .row-1782758626132 .process-col-04 .process-step {
    padding-top: 160px;
    transform: translateX(48px);
}

.section-1782758626132 .row-1782758626132 .process-col-05 .process-step {
    padding-top: 155px;
    transform: translateX(70px);
}

.section-1782758626132 .row-1782758626132 .process-content {
    position: relative;
}

.section-1782758626132 .row-1782758626132 .process-number {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.section-1782758626132 .row-1782758626132 .process-content .process-number p {
    margin: 0;
    color: transparent;
    font-size: 82px;
    font-weight: 900;
    line-height: 72px;
    background: linear-gradient(180deg,
            rgba(126, 39, 155, 0.9) 0%,
            rgba(152, 91, 175, 0.9) 48%,
            rgba(243, 244, 245, 0.00) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.section-1782758626132 .row-1782758626132 .process-col-01 .process-number {
    right: 16px;
    top: -41px;
}

.section-1782758626132 .row-1782758626132 .process-col-02 .process-number {
    right: 16px;
    top: -40px;
}

.section-1782758626132 .row-1782758626132 .process-col-03 .process-number {
    right: -15px;
    top: -41px;
}

.section-1782758626132 .row-1782758626132 .process-col-04 .process-number {
    right: 16px;
    top: -37px;
}

.section-1782758626132 .row-1782758626132 .process-col-05 .process-number {
    right: 3px;
    top: -37px;
}

.section-1782758626132 .row-1782758626132 .process-content h3 {
    margin: 0 0 12px;
    color: var(--primary-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0;
}

.section-1782758626132 .row-1782758626132 .process-content p {
    /* margin: 0; */
    color: var(--text-soft);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.section-1782758626132 .row-1782758626132 .process-content .text {
    margin: 0;
}

.section-1782758626132 .row-1782758626132 .process-icon-wrap {
    position: relative;
    width: 98px;
    height: 98px;
    margin-inline: auto !important;
    display: grid;
    place-items: center;
    overflow: visible;
    isolation: isolate;
    z-index: 4;
}

.section-1782758626132 .row-1782758626132 .process-icon-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 11px;
    width: 74px;
    height: 22px;
    transform: translateX(-50%);
    background: rgba(59, 15, 79, 0.14);
    filter: blur(10px);
    border-radius: 999px;
    z-index: 0;
    pointer-events: none;
}

.section-1782758626132 .row-1782758626132 .process-icon-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 88px;
    height: 24px;
    transform: translateX(-50%);
    background: rgba(126, 39, 155, 0.10);
    filter: blur(16px);
    border-radius: 999px;
    z-index: 0;
    pointer-events: none;
}

.section-1782758626132 .row-1782758626132 .process-icon-box {
    position: relative;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    background: var(--white);
    color: var(--primary);
    clip-path: polygon(50% 0%, 92% 24%, 92% 76%, 50% 100%, 8% 76%, 8% 24%);
    filter:
        drop-shadow(0 14px 12px rgba(59, 15, 79, 0.12)) drop-shadow(0 5px 8px rgba(126, 39, 155, 0.10));
    z-index: 2;
    box-shadow: none;
}

.section-1782758626132 .row-1782758626132 .process-icon-box i {
    position: relative;
    z-index: 3;
    font-size: 29px;
    line-height: 29px;
}

@media (max-width: 1440px) {

    .section-1782758626132 .row-1782758626132 .process-col-01 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-02 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-03 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-04 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-05 .process-step {
        transform: translateX(0px);
    }

    .section-1782758626132 .row-1782758626132 .process-content p {
        font-size: 14px;
    }

    .section-1782758626132 .row-1782758626132 .process-content .process-number p {
        font-size: 82px;
        line-height: 72px;
    }
}

@media (max-width: 1180px) {
    .section-1782758626132 .row-1782758626132 {
        column-gap: 22px;
    }

    .section-1782758626132 .row-1782758626132 .process-content h3 {
        font-size: 17px;
        line-height: 21px;
    }

    .section-1782758626132 .row-1782758626132 .process-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .section-1782758626132 .row-1782758626132 .process-content .process-number p {
        font-size: 82px;
        line-height: 72px;
    }
}

@media (max-width: 1024px) {
    .section-1782758626132 {
        background: var(--primary-20);
    }

    .section-1782758626132 .row-1782799603235 {
        margin-bottom: 0px;
    }

    .section-1782758626132 .process-line-bg {
        display: none;
    }

    .section-1782758626132 .row-1782758626132 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .section-1782758626132 .row-1782758626132 .process-step,
    .section-1782758626132 .row-1782758626132 .process-step.is-reverse,
    .section-1782758626132 .row-1782758626132 .process-col-01 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-02 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-03 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-04 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-05 .process-step {
        position: relative;
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        align-items: start;
        gap: 18px;
        padding: 20px;
        border-radius: 12px;
        background: var(--white);
        border: 1px solid var(--border);
        box-shadow: var(--shadow-soft);
        transform: none;
        overflow: hidden;
        isolation: isolate;
    }

    .section-1782758626132 .row-1782758626132 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-01 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-02 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-03 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-04 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-05 .process-icon-wrap {
        position: relative;
        grid-column: 1;
        grid-row: 1;
        z-index: 2;
        width: 64px;
        height: 64px;
        margin: 0;
    }

    .section-1782758626132 .row-1782758626132 .process-icon-wrap::before,
    .section-1782758626132 .row-1782758626132 .process-icon-wrap::after {
        display: none;
    }

    .section-1782758626132 .row-1782758626132 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-01 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-02 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-03 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-04 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-05 .process-icon-box {
        width: 64px;
        height: 64px;
        color: var(--white);
        background: linear-gradient(145deg, var(--primary-dark), var(--primary));
        box-shadow: var(--shadow-soft);
        filter: none;
    }

    .section-1782758626132 .row-1782758626132 .process-icon-box i {
        font-size: 26px;
        line-height: 26px;
    }

    .section-1782758626132 .row-1782758626132 .process-content {
        grid-column: 2;
        grid-row: 1;
        z-index: 2;
        padding: 0;
    }

    .section-1782758626132 .row-1782758626132 .process-content::before {
        position: absolute;
        right: -2px;
        top: 50%;
        z-index: -1;
        transform: translateY(-50%);
        color: transparent;
        font-size: 100px;
        font-weight: 900;
        line-height: 100px;
        letter-spacing: -4px;
        background: linear-gradient(180deg, var(--primary-40) 0%, var(--primary-20) 62%, var(--white) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        pointer-events: none;
        user-select: none;
    }

    .section-1782758626132 .row-1782758626132 .process-col-01 .process-content::before {
        content: '01';
    }

    .section-1782758626132 .row-1782758626132 .process-col-02 .process-content::before {
        content: '02';
    }

    .section-1782758626132 .row-1782758626132 .process-col-03 .process-content::before {
        content: '03';
    }

    .section-1782758626132 .row-1782758626132 .process-col-04 .process-content::before {
        content: '04';
    }

    .section-1782758626132 .row-1782758626132 .process-col-05 .process-content::before {
        content: '05';
    }

    .section-1782758626132 .row-1782758626132 .process-number {
        display: none;
    }

    .section-1782758626132 .row-1782758626132 .process-content h3 {
        margin-bottom: 10px;
        color: var(--primary-dark);
        font-size: 18px;
        font-weight: 800;
        line-height: 24px;
    }

    .section-1782758626132 .row-1782758626132 .process-content p {
        color: var(--text-soft);
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .section-1782758626132 {
        background: var(--bg-light);
    }


    .section-1782758626132 .row-1782758626132 {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .section-1782758626132 .row-1782758626132 .process-step,
    .section-1782758626132 .row-1782758626132 .process-step.is-reverse,
    .section-1782758626132 .row-1782758626132 .process-col-01 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-02 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-03 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-04 .process-step,
    .section-1782758626132 .row-1782758626132 .process-col-05 .process-step {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 15px;
        padding: 16px;
        border-radius: 12px;
        background: var(--white);
        border: 1px solid var(--border);
        box-shadow: var(--shadow-card);
    }

    .section-1782758626132 .row-1782758626132 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-01 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-02 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-03 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-04 .process-icon-wrap,
    .section-1782758626132 .row-1782758626132 .process-col-05 .process-icon-wrap {
        width: 52px;
        height: 52px;
    }

    .section-1782758626132 .row-1782758626132 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-01 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-02 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-03 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-04 .process-icon-box,
    .section-1782758626132 .row-1782758626132 .process-col-05 .process-icon-box {
        width: 52px;
        height: 52px;
        box-shadow: var(--shadow-soft);
    }

    .section-1782758626132 .row-1782758626132 .process-icon-box i {
        font-size: 22px;
        line-height: 22px;
    }

    .section-1782758626132 .row-1782758626132 .process-content::before {
        right: 0;
        top: 50%;
        font-size: 78px;
        line-height: 78px;
        letter-spacing: -3px;
    }

    .section-1782758626132 .row-1782758626132 .process-content h3 {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 23px;
    }

    .section-1782758626132 .row-1782758626132 .process-content p {
        font-size: 15px;
        line-height: 24px;
    }
}