/**
 * Hairstroke Landing Page - Scoped CSS
 * Protected by ID: #hairstroke-landing-wrapper
 */
/* Khai báo font UTM Edwardian - Bản thường (KT) */
@font-face {
    font-family: 'UTM Edwardian';
    src: url('/wp-content/uploads/2026/04/UTM-EdwardianKT.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UTM Edwardian';
    src: url('/wp-content/uploads/2026/04/UTM-EdwardianKT.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Khai báo font UTM Edwardian - Bản in đậm (B) */
@font-face {
    font-family: 'UTM Edwardian';
    src: url('/wp-content/uploads/2026/04/UTM-EdwardianB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
#hairstroke-landing-wrapper p, #hairstroke-landing-wrapper ul > li {
	font-family: 'Geomanist';
}
/* --: IvyPrestoDisplay --- */
        @font-face {
            font-family: 'IvyPrestoDisplay';
            src: url('/wp-content/uploads/2026/04/DFVN-IvyPrestoDisplay-Regular-1.woff2') format('woff2');
            font-weight: 400; font-style: normal; font-display: swap;
        }
        @font-face {
            font-family: 'IvyPrestoDisplay';
            src: url('/wp-content/uploads/2026/04/DFVN-IvyPrestoDisplay-Italic-1.woff2') format('woff2');
            font-weight: 400; font-style: italic; font-display: swap;
        }
        @font-face {
            font-family: 'IvyPrestoDisplay';
            src: url('/wp-content/uploads/2026/04/DFVN-IvyPrestoDisplay-Light.woff2') format('woff2');
            font-weight: 300; font-style: normal; font-display: swap;
        }
        @font-face {
            font-family: 'IvyPrestoDisplay';
            src: url('/wp-content/uploads/2026/04/DFVNIvyPrestoDisplay-LightItalic.woff2') format('woff2');
            font-weight: 300; font-style: italic; font-display: swap;
        }
#hairstroke-landing-wrapper {
    --hs-purple: #4B227B;
    --hs-purple-light: #551a7a;
    --hs-white: #ffffff;
    --hs-gray-bg: #f5f5f5;
    --hs-input-border: #dddddd;
}
/**** Sửa lỗi bổ sung ****/
@media screen and (min-width:1439px) and (max-width:1919px) {
    #hs-intro-sieuthuc .hs-sieuthuc__content {
        left: 97% !important;
    }
}
/*************************/
/* ══════════════════════════════════════════════════════════
   HIỆU ỨNG PULSE ANIMATION (NHỊP ĐẬP) CHO NÚT CTA HAIRSTROKE
   ══════════════════════════════════════════════════════════ */

/* 1. Keyframes cho Nút Submit CSS (Đổi hào quang sang màu Tím) */
@keyframes pulse-hs-btn {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(113, 13, 172, 0.6);
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 0 0 12px rgba(113, 13, 172, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(113, 13, 172, 0);
    }
}

/* 2. Keyframes cho Nút Hình Ảnh (Dùng drop-shadow để hào quang bám sát viền ảnh và hộp quà) */
@keyframes pulse-hs-img {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(113, 13, 172, 0.4));
    }

    50% {
        transform: scale(1.04);
        filter: drop-shadow(0 0 12px rgba(113, 13, 172, 0.2));
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(113, 13, 172, 0));
    }
}

/* 3. Kích hoạt Animation cho Nút Submit ở khối Form */
#hairstroke-landing-section .wpcf7-submit,
#hairstroke-landing-section .hairstroke-btn-register {
    animation: pulse-hs-btn 2.5s infinite ease-in-out !important;
}

/* 4. Kích hoạt Animation cho Nút Hình Ảnh CTA ở khối Khách hàng thực tế */
#hairstroke-landing-wrapper .hs-btn-image-link {
    animation: pulse-hs-img 2.5s infinite ease-in-out;
}

/* 5. Tạm dừng nhịp đập khi người dùng trỏ chuột (Để ưu tiên hiệu ứng Hover gốc) */
#hairstroke-landing-section .wpcf7-submit:hover,
#hairstroke-landing-wrapper .hs-btn-image-link:hover {
    animation-play-state: paused !important;
}

/* SECTION CHÍNH: NỀN VÀ KHU VỰC CÔ LẬP */
#hairstroke-landing-section {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 108px 0;
}

/* NỀN THAY ĐỔI THEO THIẾT BỊ */
#hairstroke-landing-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Desktop Background */
@media (min-width: 992px) {
    #hairstroke-landing-section::before {
        background-image: url('/wp-content/uploads/2026/04/dsoi.webp');
    }
}

/* Mobile Background */
@media (max-width: 991px) {
    #hairstroke-landing-section::before {
        background-image: url('/wp-content/uploads/2026/04/banner-hairstroke-mb.webp');
    }

    #hairstroke-landing-section {
        padding: 171px 0 125px 0;
        min-height: auto;
    }

}

/* CONTENT WRAPPER */
#hairstroke-landing-section .hairstroke-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* HERO CONTENT LAYOUT */
#hairstroke-landing-section .hairstroke-hero-content {
    max-width: 541px;
    position: relative;
    left: -157px;
}

/* HEADLINE IMAGE (Tiêu đề) */
#hairstroke-landing-section .hairstroke-headline-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/* OFFER + FORM AREA */
#hairstroke-landing-section .hairstroke-cta-body {
    display: flex;
    align-items: center;
    /* Canh giữa hộp quà và form theo chiều dọc */
    gap: 25px;
}

/* OFFER BOX ICON (Hộp quà) */
#hairstroke-landing-section .hairstroke-offer-img {
    width: 160px;
    /* Phóng to hộp quà lên một chút cho giống Figma */
    height: auto;
    flex-shrink: 0;
}

/* FORM WRAPPER */
#hairstroke-landing-section .hairstroke-form-wrap {
    flex-grow: 1;
    max-width: 420px;
    /* Giới hạn độ rộng form để không bị giãn quá đà */
}

/* Xóa bỏ nền trắng của khung Form, để trong suốt giống Figma */
#hairstroke-landing-section .hairstroke-form-container {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* FORM INPUTS */
#hairstroke-landing-section .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

#hairstroke-landing-section input[type="text"],
#hairstroke-landing-section input[type="tel"],
#hairstroke-landing-section input[type="email"],
#hairstroke-landing-section select {
    width: 100% !important;
    border: 1px solid #eaeaea !important;
    background: rgba(248, 248, 248, 0.95) !important;
    border-radius: 50px !important;
    font-family: var(--hs-font-main) !important;
    font-size: 18px !important;
    color: #333 !important;
    outline: none !important;
}

#hairstroke-landing-section input::placeholder {
    color: #888;
}

/* NÚT ĐĂNG KÝ NGAY (Áp dụng CSS Gradient chuẩn Figma) */
#hairstroke-landing-section .wpcf7-submit,
#hairstroke-landing-section .hairstroke-btn-register {
    width: 100% !important;
    border-radius: 33.5px !important;
    border: 2px solid #FFF !important;
    background: linear-gradient(90deg, #451180 0%, #710DAC 100%) !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    color: #FFF !important;
    text-align: center !important;
    font-family: 'Geomanist', sans-serif !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    margin: 10px 0 0 0 !important;
}

#hairstroke-landing-section .wpcf7-submit:hover {
    opacity: 0.9 !important;
    transform: translateY(-2px) !important;
}

.deal-form-fields br {
    display: none;
}

/* ════════ BỐ CỤC MOBILE CHO HERO SECTION ════════ */
@media (max-width: 991px) {
    #hairstroke-landing-section .hairstroke-hero-content {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 0;
        bottom: -102px;
    }

    #hairstroke-landing-section .hairstroke-headline-img {
		max-width: 100%;
        width: 322px;
        margin-bottom: 0;
        margin-top: 1.8rem;
    }

    #hairstroke-landing-section input[type="text"],
    #hairstroke-landing-section input[type="tel"],
    #hairstroke-landing-section input[type="email"],
    #hairstroke-landing-section select {
        padding: 7px 25px !important;
		margin-bottom: -4px;
    }
    /* Đảo layout thành cột dọc xếp chồng: Hộp quà nằm trên, Form nằm dưới */
    #hairstroke-landing-section .hairstroke-cta-body {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    #hairstroke-landing-section .hairstroke-offer-img {
        width: 125px;
        margin-bottom: 10px;
    }

    #hairstroke-landing-section .hairstroke-form-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    /* Thu nhỏ chữ nút submit một chút trên mobile để không bị tràn viền */
    #hairstroke-landing-section .wpcf7-submit {
        font-size: 19px !important;
    }
}

/* ═══════════ NEW INTRO SECTION: SIÊU THỰC ═══════════ */
#hs-intro-sieuthuc {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0;
    background-color: var(--hs-white);
}

#hs-intro-sieuthuc::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1921px) {
    #hs-intro-sieuthuc .hs-sieuthuc__content {
        left: 207% !important;
    }
}

@media (min-width: 992px) {
    #hs-intro-sieuthuc::before {
        background-image: url('/wp-content/uploads/2026/04/Hairstroke-la-gi.webp');
    }

    #hs-intro-sieuthuc .hs-sieuthuc__content {
		margin-left: auto;
        position: relative;
        z-index: 2;
        left: 133%;
        top: 36px;
    }
}

@media (max-width: 991px) {
    #hs-intro-sieuthuc::before {
        background-image: url('/wp-content/uploads/2026/04/hairstroke-la-gi-mb.webp');
        background-position: top center;
        background-size: contain;
    }

    #hs-intro-sieuthuc {
        padding-top: 43vh;
        min-height: auto;
        display: block;
        padding-bottom: 27px;
        background-color: #f4eeff;
    }

    #hs-intro-sieuthuc .hs-sieuthuc__content {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
    }
}

/* TYPOGRAPHY SYSTEM */
#hairstroke-landing-wrapper .text-gradient-sieuthuc {
    background: linear-gradient(to right, #9615D2, #451180);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

#hairstroke-landing-wrapper .text-ivy {
    font-family: 'DFVN IvyPresto Display', serif !important;
    font-weight: 400;
}

#hairstroke-landing-wrapper .text-edwardian {
    font-family: 'IvyPrestoDisplay', cursive !important;
    font-weight: 400;
	font-style: italic;
}

#hs-intro-sieuthuc .hs-sieuthuc__heading {
    display: block;
	padding-top: 2.2rem;
}

/* Desktop Sizes */
@media (min-width: 992px) {

    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(1),
    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(3) {
        font-size: 55px;
    }

    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(4) {
        font-size: 55px;
        display: block;
        margin-top: -67px;
    }

    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(2) {
		font-size: 88px;
        padding: 1rem;
        position: relative;
        top: -10px;
        left: 0.1rem;
        font-style: italic;
    }

    #hs-intro-sieuthuc .hs-sieuthuc__desc {
        margin-top: 30px;
        max-width: 650px;
    }
}

/* Mobile Sizes */
@media (max-width: 991px) {

    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(1),
    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(3) {
        font-size: 40px;
    }

    /* Ép rớt dòng cho mobile */
    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(4) {
        font-size: 30px;
        display: block;
        margin-top: -22px;
    }

    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(2) {
		font-size: 80px;
        position: relative;
        top: -22px;
        padding: 0 0.3rem 0 0rem;
    }

    #hs-intro-sieuthuc .hs-sieuthuc__heading span:nth-child(3) {
        margin-top: -41px;
    }

    #hs-intro-sieuthuc .hs-sieuthuc__desc {
        margin: 20px auto 0;
        max-width: 90%;
    }

    #hairstroke-landing-wrapper .text-edwardian.text-gradient-sieuthuc.text-hairstroke {
        font-size: 2.1em !important;
        padding: 0 0.6rem;
        margin: 0 2px 5px 0;
        display: inline-block;
        position: relative;
        top: -20px !important;
    }

    #hairstroke-landing-wrapper .hs-audience-title {
        margin-bottom: 4px;
    }

    #hairstroke-landing-wrapper .hs-audience-title span:nth-child(1) {
        font-size: 2.6rem !important;
    }

    #hairstroke-landing-wrapper .hs-audience-title span:nth-child(3) {
        margin-top: -39px;
        font-size: 2rem !important;
        transform: translateX(-8px);
    }
}

#hs-intro-sieuthuc .hs-sieuthuc__desc p {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

/* ═══════════ SECTION: AI NÊN DỆT SỢI ═══════════ */
#hairstroke-landing-wrapper #hs-target-audience {
    background-color: var(--hs-bg-color, #F4EEFF);
	padding: 55px 0 40px 0;
}
#hairstroke-landing-wrapper #hs-target-audience .hs-audience-title span:nth-child(1), #hairstroke-landing-wrapper #hs-target-audience .hs-audience-title span:nth-child(3)  {
	font-size: 3rem;
}
#hairstroke-landing-wrapper #hs-target-audience .hs-audience-title span:nth-child(2) {
	padding: 0 0.9rem;
    position: relative;
    top: -11px;
    right: -3px;
    font-size: 6rem;
    font-style: italic;
}
#hairstroke-landing-wrapper .hs-audience-cta-wrap {
    text-align: center;
    margin-top: 50px;
    /* Khoảng cách từ slider đẩy xuống nút */
    width: 100%;
}

#hairstroke-landing-wrapper .hs-audience-cta-wrap .hs-btn-image-link img {
    width: 100%;
    max-width: 500px;
    /* Khống chế độ rộng tối đa trên Desktop cho vừa mắt */
    height: auto;
}


/* Đảm bảo tiêu đề trên mobile không bị quá to */
@media (max-width: 991px) {
	#hairstroke-landing-wrapper #hs-target-audience {
	padding: 0px 0 40px 0;
	}
    #hairstroke-landing-wrapper .hs-audience-cta-wrap {
        margin-top: 35px;
        /* Giảm khoảng cách lại trên mobile */
    }

    #hairstroke-landing-wrapper .hs-audience-cta-wrap .hs-btn-image-link img {
        max-width: 320px;
        /* Thu nhỏ nút bấm trên mobile */
    }

    #hairstroke-landing-wrapper .hs-audience-title {
        font-size: 28px;
        line-height: 1.4;
    }

    #hairstroke-landing-wrapper .hs-audience-title span {
        display: inline-block;
    }

    #hairstroke-landing-wrapper #audience-slider .splide__track {
        overflow: visible !important;
    }

    #hairstroke-landing-wrapper #audience-slider .splide__list {
        display: flex !important;
        flex-direction: column !important;
        gap: 35px !important;
        transform: none !important;
    }

    #hairstroke-landing-wrapper #audience-slider .splide__slide {
        width: 100% !important;
        margin: 0 !important;
    }

    #hairstroke-landing-wrapper #audience-slider .splide__arrows,
    #hairstroke-landing-wrapper #audience-slider .splide__pagination {
        display: none !important;
    }

    #hairstroke-landing-wrapper .hs-audience-card img {
        max-width: 320px;
    }
}

/* Khung bọc Card */
#hairstroke-landing-wrapper .hs-audience-card {
    text-align: center;
    padding: 0 10px;
    /* Tạo khoảng trống giữa các slide */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hình ảnh đại diện */
#hairstroke-landing-wrapper .hs-audience-card img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 20px;
    /* Bo góc mượt như thiết kế */
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

/* KHUNG GRADIENT CSS THEO CHUẨN FIGMA */
#hairstroke-landing-wrapper .hs-audience-label {
    border-radius: 33.5px;
    border: 2px solid #FFF;
    background: linear-gradient(90deg, #451180 0%, #710DAC 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    /* Thiết lập responsive thay vì cứng 291px */
    width: 90%;
    max-width: 291px;
    min-height: 68px;

    /* Kéo khung đè lên hình ảnh */
    margin-top: -34px;
    position: relative;
    z-index: 2;

    /* Căn giữa text bên trong */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}

/* TEXT TRONG KHUNG GRADIENT */
#hairstroke-landing-wrapper .hs-audience-label .text {
    color: #FFF;
    text-align: center;
    font-family: 'Geomanist', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

/* Tùy chỉnh mũi tên Splide cho giống thiết kế Mobile (ẩn trên desktop) */
#hairstroke-landing-wrapper #audience-slider .splide__arrow {
    background: rgba(255, 255, 255, 0.7);
}


/* ═══════════ SECTION: 5 CẢI TIẾN VƯỢT TRỘI ═══════════ */
@media screen and (min-width:1921px) {
    #hairstroke-landing-wrapper .hs-improvements__banner {
        min-height: 1001px !important;
    }
}

/* 1. Khung bao chính và Hình nền */
#hairstroke-landing-wrapper .hs-improvements__banner {
    position: relative;
    min-height: 800px;
    /* Đảm bảo đủ không gian cho ảnh nền desktop */
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

/* Xử lý hiển thị Background thông qua Pseudo-element */
#hairstroke-landing-wrapper .hs-improvements__banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 2. Điều phối bố cục nội dung */
#hairstroke-landing-wrapper #hs-improvements .hs-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

#hairstroke-landing-wrapper .hs-improvements__content {
    margin-left: auto;
    /* Đẩy nội dung sang bên phải */
    width: 55%;
    /* Chiếm 55% màn hình bên phải trên desktop */
    padding-left: 40px;
}

/* 3. Hệ thống Typography Tiêu đề (Heading) */
#hairstroke-landing-wrapper .hs-improvements__heading {
    line-height: 1.1;
}

#hairstroke-landing-wrapper .hs-improvements__heading span {
    display: inline-block;
    vertical-align: middle;
}

/* Số 5 khổng lồ */
#hairstroke-landing-wrapper .hs-num-5 {
    font-size: 99px;
    line-height: 0.8;
    padding: 0.4rem 1.6rem;
	position: relative;
    bottom: -16px;
}

/* Chữ "cải tiến" */
#hairstroke-landing-wrapper .hs-text-caitien {
    font-size: 85px;
    padding: 0 1.1rem 0 0rem;
	bottom: -18px;
    position: relative;
}

/* Các dòng chữ Ivy bên dưới */
#hairstroke-landing-wrapper .hs-text-danhbat,
#hairstroke-landing-wrapper .hs-text-phunxam {
    font-size: 55px;
}

#hairstroke-landing-wrapper .hs-text-phunxam {
    margin-top: -4px;
}

/* 4. Danh sách cải tiến (Improvement List) */
#hairstroke-landing-wrapper .hs-improvements__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#hairstroke-landing-wrapper .hs-improvement-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: -10px;
}

/* Số thứ tự 01, 02... */
#hairstroke-landing-wrapper .hs-improvement-num {
    font-family: 'DFVN IvyPresto Display', serif !important;
    font-size: 55px;
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(180deg, #9615D2 0%, #451180 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    flex-shrink: 0;
}

#hairstroke-landing-wrapper .hs-improvement-text {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

/* 5. Responsive cho Desktop & Mobile */

/* Cấu hình Desktop */
@media (min-width: 992px) {
    #hairstroke-landing-wrapper .hs-improvements__banner::before {
        background-image: url('/wp-content/uploads/2026/04/5-cai-tien-1.webp');
    }

    #hs-improvements .hs-improvements__heading span:nth-child(3) {
        position: relative;
        bottom: -25px;
    }
}

/* Cấu hình Mobile */
@media (max-width: 991px) {
    #hairstroke-landing-wrapper .hs-improvements__banner {
        min-height: auto;
        padding: 40px 0 324px 0;
    }

    #hairstroke-landing-wrapper .hs-improvements__banner::before {
        background-image: url('/wp-content/uploads/2026/04/5-cai-tien-mb.webp');
        background-position: top center;
        background-size: cover;
    }

    #hairstroke-landing-wrapper .hs-improvements__content {
        width: 100%;
        margin-left: 0;
        padding: 0 0px;
        position: relative;
        top: -37px;
    }
	
    /* 1. SỬA LỖI TIÊU ĐỀ BỊ TRÀN & RỚT CHỮ */
    #hairstroke-landing-wrapper .hs-improvements__heading {
        text-align: center;
        margin-bottom: -14px;
    }

    #hairstroke-landing-wrapper .hs-improvements__heading span {
        display: inline-block !important;
        line-height: 1.1;
        vertical-align: middle;
    }

    #hairstroke-landing-wrapper .hs-improvements__heading span:nth-child(2) {
        font-size: 60px;
        margin-right: 0;
        margin-left: 0;
    }

    #hairstroke-landing-wrapper .hs-improvements__heading span:nth-child(3) {
        position: relative;
        bottom: -21px;
    }

    #hairstroke-landing-wrapper .hs-num-5 {
        font-size: 100px;
        padding: 0 0.2rem 0 0.2rem;
    }

    #hairstroke-landing-wrapper .hs-text-caitien {
        font-size: 60px;
        padding: 0 0.7rem 0 0.2rem;
        margin-right: 5px;
    }

    #hairstroke-landing-wrapper .hs-text-danhbat {
        font-size: 30px;
    }

    #hairstroke-landing-wrapper .hs-text-phunxam {
        font-size: 30px;
        display: block !important;
        margin-top: 5px;
        position: relative;
        top: -27px;
    }

    #hairstroke-landing-wrapper .hs-improvements__list {
        text-align: left;
    }
	#hairstroke-landing-wrapper .hs-improvements__list li:first-child > p {
        padding-top: 0.9rem;
    }
    #hairstroke-landing-wrapper .hs-improvement-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 8px;
    }

    #hairstroke-landing-wrapper .hs-improvement-num {
        font-size: 45px;
        line-height: 0.8;
        margin-top: 5px;
        padding-top: 0.3rem;
    }

    #hairstroke-landing-wrapper .hs-improvement-text {
        font-size: 16px;
        line-height: 1.4;
    }
}


/* ═══════════ SECTION: TOP DÁNG MÀY THỊNH HÀNH ═══════════ */
#hairstroke-landing-wrapper .hs-styles-cta-wrap {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

#hairstroke-landing-wrapper .hs-styles-cta-wrap .hs-btn-image-link img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#hs-top-styles {
    background-image: url('/wp-content/uploads/2026/04/Rectangle-19.webp');
    background-color: #f4eeff;
}

#hs-top-styles .hs-container {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
}

/* Lưới Grid tĩnh cho Desktop */
#hairstroke-landing-wrapper .hs-styles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Định dạng từng Ô chứa ảnh */
#hairstroke-landing-wrapper .hs-style-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

#hairstroke-landing-wrapper .hs-style-item:hover {
    box-shadow: 0 15px 30px rgba(150, 21, 210, 0.2);
}

#hairstroke-landing-wrapper .hs-style-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}

#hairstroke-landing-wrapper .hs-style-item .hs-img-hover {
    opacity: 0;
    z-index: 2;
}

#hairstroke-landing-wrapper .hs-style-item:hover .hs-img-hover {
    opacity: 1;
}

/* Ẩn các thành phần Show More trên Desktop */
@media (min-width: 992px) {

    #hairstroke-landing-wrapper .hs-show-more-btn,
    #hairstroke-landing-wrapper .hs-show-more-fade {
        display: none !important;
    }

    #hairstroke-landing-wrapper .hs-show-more-content {
        max-height: none !important;
    }

    #hs-top-styles .hs-styles-title {
        text-align: center;
    }

    #hs-top-styles .hs-styles-title span:nth-child(1) {
		font-size: 6rem;
        padding: 0 0.5rem;
        position: relative;
        bottom: -39px;
    }

    #hs-top-styles .hs-styles-title span:nth-child(2) {
        margin-left: 13px;
        position: relative;
        bottom: -17px;
		font-size: 2.9rem;
    }

    #hs-top-styles .hs-styles-title>span:nth-child(3) {
        position: relative;
		right: -205px;
        top: -27px;
		margin-bottom: 36px;
        display: block;
        font-size: 2.9rem;
    }
}

/* RESPONSIVE CHO MOBILE & TABLET (SHOW MORE LOGIC) */
@media (max-width: 991px) {
    #hairstroke-landing-wrapper .hs-styles-cta-wrap {
        margin-top: 35px;
        padding-bottom: 30px;
    }

    #hairstroke-landing-wrapper .hs-styles-cta-wrap .hs-btn-image-link img {
        max-width: 320px;
    }

    #hs-top-styles .hs-container {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    #hairstroke-landing-wrapper .hs-styles-title span {
        display: block;
        margin-right: 0 !important;
		font-size: 2.3rem;
    }

    #hairstroke-landing-wrapper .hs-styles-title .text-edwardian {
        font-size: 60px !important;
    }

    #hs-top-styles .hs-styles-title span:nth-child(1) {
         padding-left: 1.4rem;
        margin-bottom: -20px;
    }

    #hs-top-styles .hs-styles-title span:nth-child(2) {
        padding-left: 4rem;
    }

    #hs-top-styles .hs-styles-title span:nth-child(3) {
        padding-left: 4rem;
        margin: -15px 0 25px 0;
    }

    /* Đổi lưới thành 1 cột */
    #hairstroke-landing-wrapper .hs-styles-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }

    #hairstroke-landing-wrapper .hs-style-item {
        border-radius: 12px;
    }

    /* CSS Cho tính năng Show More */
    #hairstroke-landing-wrapper .hs-show-more-container {
        position: relative;
    }

    #hairstroke-landing-wrapper .hs-show-more-content {
        overflow: hidden;
        transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        /* Chuyển động mượt */
    }

    #hairstroke-landing-wrapper .hs-show-more-fade {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        height: 120px;
        /* Gradient hòa vào màu nền f4eeff của section này */
        background: linear-gradient(to bottom, rgba(244, 238, 255, 0), rgba(244, 238, 255, 1));
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    /* Giao diện nút bấm */
    #hairstroke-landing-wrapper .hs-show-more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 20px auto 0;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 99px;
        color: #9615D2;
        font-family: 'Geomanist', sans-serif;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(69, 17, 128, 0.15);
        position: relative;
        z-index: 2;
    }

    /* Trạng thái Ẩn/Hiện Text và Fade */
    #hairstroke-landing-wrapper .hs-show-more-container.is-expanded .hs-show-more-fade {
        opacity: 0;
    }

    #hairstroke-landing-wrapper .hs-show-more-container .hs-label-less,
    #hairstroke-landing-wrapper .hs-show-more-container.is-expanded .hs-label-more {
        display: none;
    }

    #hairstroke-landing-wrapper .hs-show-more-container.is-expanded .hs-label-less {
        display: block;
    }
}

/* ═══════════ SECTION: QUY TRÌNH ═══════════ */
#hairstroke-landing-wrapper #hs-process {
    background: url(/wp-content/uploads/2026/04/bg-qtrinh-hairstroke-scaled.webp);
    background-size: cover;
    /*
    background-position-x: -25px;
    background-position-y: -68px;
    */
    background-position: -28px -80px;
}

#hs-process .hs-process-title span:first-child {
    font-family: 'Geomanist';
    font-weight: 400;
    color: #451180;
    font-size: 40px;
}

#hs-process .hs-process-title span:nth-child(3) {
	font-size: 4.3rem;
    padding: 2.5rem;
    margin-top: -56px;
}

#hs-process .hs-process-title span:nth-child(2) {
    display: block;
	font-size: 4.2rem;
}

#hs-process .hs-process-title span:nth-child(4) {
    margin-top: -45px;
	font-size: 3.2rem;
}

#hs-process .hs-container {
    padding: 40px 0 40px 0;
}

/* DESKTOP RADIAL LAYOUT */
.hs-process-desktop {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-process-center {
    text-align: center;
    z-index: 5;
}

/* Quy tắc chung cho từng bước */
.hs-process-item {
    position: absolute;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}


.hs-step-img-wrap {
    position: relative;
    width: 100%;
}

.hs-step-main-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Hình số 3D bay lơ lửng */
.hs-step-num-img {
    position: absolute;
    width: 34px;
    bottom: -18px;
    left: -60px;
    z-index: 3;
}

/* Khung text tím viên thuốc */
.hs-step-label {
    background: linear-gradient(90deg, #451180 0%, #710DAC 100%);
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(69, 17, 128, 0.3);
}

.hs-step-label p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

/* Tọa độ các bước trên vòng cung (Desktop) */
.hs-step-1 {
    top: 5%;
    right: 15%;
}

.hs-step-1 .hs-step-num-img {
    width: 25px;
}

.hs-step-2 {
    top: 40%;
    right: 0%;
}

.hs-step-3 {
    bottom: -2%;
    right: 15%;
}

.hs-step-4 {
    bottom: -2%;
    left: 15%;
}

.hs-step-5 {
    top: 40%;
    left: 0%;
}

.hs-step-6 {
    top: 5%;
    left: 15%;
}

#hairstroke-landing-wrapper .hs-process-mobile-title {
    display: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .hs-process-desktop {
        display: none;
    }
	#hs-process .hs-container {
    padding: 24px 0 0px 0;
	}
    .hs-process-mobile {
        display: block;
    }

    .hs-process-mobile-col {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 40px 10px;
    }

    .hs-process-item {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    /* 2. Hiển thị và canh chỉnh lại tiêu đề cho chuẩn Figma */
    #hairstroke-landing-wrapper .hs-process-mobile-title {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    #hairstroke-landing-wrapper .hs-process-title-mobile {
        line-height: 1.1;
        margin: 0;
    }

    #hairstroke-landing-wrapper .hs-process-title-mobile .title-text-1 {
        font-family: 'Geomanist', sans-serif;
        font-weight: 400;
        color: #451180;
        font-size: 24px;
        display: inline-block;
        margin-right: 6px;
    }

    #hairstroke-landing-wrapper .hs-process-title-mobile .title-text-2 {
        font-size: 50px;
        display: inline-block;
        margin-bottom: -14px;
    }

    #hairstroke-landing-wrapper .hs-process-title-mobile .title-text-3 {
		font-size: 46px;
        display: block;
        margin: -15px 0 -26px 0;
    }

    #hairstroke-landing-wrapper .hs-process-title-mobile .title-text-4 {
        font-size: 50px;
        display: block;
    }

    /* 3. Tinh chỉnh lại kích thước Số 3D nhỏ lại và nằm đúng vị trí */
    #hairstroke-landing-wrapper .hs-process-mobile .hs-step-num-img {
        width: 23px !important;
        left: -18px !important;
        bottom: -20px !important;
    }

    /* 4. Chừa khoảng trống bên trái slider để số không bị lẹm viền màn hình */
    #hairstroke-landing-wrapper .hs-process-mobile-col {
        padding-left: 25px !important;
        gap: 55px !important;
        padding-bottom: 60px !important;
    }
}

@media (min-width: 992px) {
    .hs-process-mobile {
        display: none;
    }
}

@media screen and (min-width:1921px) {
    #hairstroke-landing-wrapper #hs-process {
        background: url(/wp-content/uploads/2026/04/bg-qtrinh-hairstroke-scaled.webp);
        background-size: cover;
        background-position: -62px -250px;
    }
}

/* ═══════════ SECTION: KHÁCH HÀNG THỰC TẾ ═══════════ */
#hs-real-customers {
    background: #F4EEFF;
}

#hs-real-customers .hs-customers-title span {
    font-size: 65px;
    padding: 0 0.5rem;
}

/* BỐ CỤC DESKTOP: Sử dụng CSS Grid 2 cột */
#hairstroke-landing-wrapper .hs-customers-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 cột bằng nhau */
    grid-template-rows: auto auto;
    gap: 30px;
    align-items: center;
}

/* Định vị 3 khối trên Desktop */
#hairstroke-landing-wrapper .hs-customer-gallery {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    /* Chiếm trọn cột trái, dài bằng 2 hàng bên phải cộng lại */
}

#hairstroke-landing-wrapper .hs-customer-video {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    /* Nằm trên cùng cột phải */
}

#hairstroke-landing-wrapper .hs-customer-cta {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    /* Nằm dưới Video cột phải */
    text-align: center;
}

/* UI KHỐI VIDEO */
#hairstroke-landing-wrapper .hs-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#hairstroke-landing-wrapper .hs-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* UI NÚT CTA BẰNG ẢNH */
#hairstroke-landing-wrapper .hs-btn-image-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

#hairstroke-landing-wrapper .hs-btn-image-link:hover {
    transform: scale(1.05);
    /* Hiệu ứng phình to nhẹ khi trỏ chuột */
}

#hairstroke-landing-wrapper .hs-btn-image-link img {
    max-width: 100%;
    height: auto;
}

/* UI KHỐI GALLERY & SLIDER */
#hairstroke-landing-wrapper .hs-customer-slide-inner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#hairstroke-landing-wrapper .hs-main-splide img {
    width: 100%;
    display: block;
}

/* Thumbnail Slider */
#hairstroke-landing-wrapper .hs-thumb-splide {
    margin-top: 15px;
}

#hairstroke-landing-wrapper .hs-thumb-splide .splide__slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

#hairstroke-landing-wrapper .hs-thumb-splide .splide__slide.is-active {
    opacity: 1;
    border-color: #9615D2;
    /* Đổi màu viền khi được chọn */
}

#hairstroke-landing-wrapper .hs-thumb-splide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ẩn nhãn TRƯỚC/SAU trên Desktop */
#hairstroke-landing-wrapper .hs-badge-truoc,
#hairstroke-landing-wrapper .hs-badge-sau {
    display: none;
}


/* ════════ BỐ CỤC MOBILE ════════ */
@media (max-width: 991px) {
    #hs-real-customers {
        background: #F4EEFF;
        padding: 15px 0 40px 0;
    }

    #hairstroke-landing-wrapper .hs-customers-title span {
        font-size: 42px !important;
    }

    /* Đảo ngược thành Flexbox Stack */
    #hairstroke-landing-wrapper .hs-customers-layout {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    /* Quy định lại Thứ tự hiển thị (Order) theo Figma */
    #hairstroke-landing-wrapper .hs-customer-gallery {
        order: 1;
        width: 100%;
    }

    #hairstroke-landing-wrapper .hs-customer-cta {
        order: 2;
    }

    #hairstroke-landing-wrapper .hs-customer-video {
        order: 3;
        width: 100%;
    }

    #hairstroke-landing-wrapper .hs-thumb-splide {
        position: absolute !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        height: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    /* Hiển thị và định dạng nhãn TRƯỚC/SAU đè lên ảnh */
    #hairstroke-landing-wrapper .hs-badge-truoc,
    #hairstroke-landing-wrapper .hs-badge-sau {
        display: block;
        position: absolute;
        bottom: 10px;
        background: linear-gradient(90deg, #451180 0%, #710DAC 100%);
        color: #fff;
        font-family: var(--hs-font-main);
        font-size: 10px;
        font-weight: 700;
        padding: 5px 15px;
        border-radius: 20px;
        border: 1px solid #fff;
        z-index: 10;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }

    #hairstroke-landing-wrapper .hs-badge-truoc {
        left: 25%;
        /* Nằm dưới ảnh mặt bên trái */
        transform: translateX(-50%);
    }

    #hairstroke-landing-wrapper .hs-badge-sau {
        left: 75%;
        /* Nằm dưới ảnh mặt bên phải */
        transform: translateX(-50%);
    }

    /* Style lại mũi tên cho dễ bấm trên điện thoại */
    #hairstroke-landing-wrapper #customer-main-slider .splide__arrow {
        background: rgba(255, 255, 255, 0.9);
        width: 35px;
        height: 35px;
    }
}

/* ═══════════ SECTION: 6 LÝ DO CHỌN LINH ANH ═══════════ */
#hairstroke-landing-wrapper #hs-reasons {
    background-color: #F4EEFF;
    position: relative;
    overflow: hidden;
    padding: 115px 0 30px 0;
}

#hs-reasons .hs-reasons-title span:nth-child(2) {
    position: relative;
    bottom: -22px;
    font-size: 48px;
}

#hs-reasons .hs-reasons-title span:nth-child(3) {
    font-size: 48px;
    display: block;
    line-height: 1.2;
    position: relative;
    left: 124px;
    top: -13px;
    padding-right: 1.5rem;
}

/* Bố cục chia 2 cột */
#hairstroke-landing-wrapper .hs-reasons-layout {
    display: flex;
    align-items: center;
    gap: 100px;
    position: relative;
    z-index: 2;
    /* Nằm trên vệt sáng */
}

#hairstroke-landing-wrapper .hs-reasons-title span:nth-child(1) {
    font-size: 65px;
    padding: 0 0.5rem;
	position: relative;
    right: 5px;
    bottom: -5px;
}

#hairstroke-landing-wrapper .hs-reasons-content {
    flex: 0 0 48%;
}

#hairstroke-landing-wrapper .hs-reasons-image {
    flex: 0 0 52%;
}

#hairstroke-landing-wrapper .hs-reasons-image img {
    width: 100%;
    height: auto;
    /* Đổ bóng nhẹ để hình ảnh Collage trông nổi khối hơn */
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.08));
}

/* Danh sách đặc điểm */
#hairstroke-landing-wrapper .hs-reasons-list {
    list-style: none;
    padding: 0;
    margin-top: -6px;
}

#hairstroke-landing-wrapper .hs-reasons-list li {
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
    line-height: 1.5;
    font-weight: 500;
}

/* Dấu chấm đầu dòng custom */
#hairstroke-landing-wrapper .hs-reasons-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9615D2;
    /* Màu tím gradient */
    font-size: 24px;
    line-height: 1;
    top: -2px;
}

/* Xử lý 2 vệt sáng decor */
#hairstroke-landing-wrapper .hs-glow-decor {
    position: absolute;
    pointer-events: none;
    /* Không cho phép click vào vệt sáng */
    z-index: 1;
    opacity: 0.6;
    /* Làm mờ nhẹ để hòa quyện vào nền */
}

#hairstroke-landing-wrapper .hs-glow-left {
    top: 0;
    left: 0;
    width: 350px;
}

#hairstroke-landing-wrapper .hs-glow-right {
    bottom: 0;
    right: 0;
    width: 450px;
}

/* ════════ RESPONSIVE ════════ */
@media (max-width: 991px) {
    #hairstroke-landing-wrapper #hs-reasons {
        padding: 0px 0 44px 0;
    }

    #hairstroke-landing-wrapper .hs-reasons-layout {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    #hairstroke-landing-wrapper .hs-reasons-content,
    #hairstroke-landing-wrapper .hs-reasons-image {
        flex: 0 0 100%;
        width: 100%;
    }

    #hairstroke-landing-wrapper .hs-reasons-list li {
        text-align: left;
        /* Giữ danh sách căn trái cho dễ đọc trên mobile */
    }

    #hairstroke-landing-wrapper .hs-glow-left {
        width: 200px;
    }

    #hairstroke-landing-wrapper .hs-glow-right {
        width: 250px;
    }

    #hs-reasons .hs-reasons-title {
        text-align: left;
    }

    #hs-reasons .hs-reasons-title span:nth-child(1) {
        left: 17px;
    }

    #hs-reasons .hs-reasons-title span:nth-child(2) {
        position: relative;
        bottom: -4px;
        left: 29px;
        font-size: 38px;
    }

    #hs-reasons .hs-reasons-title span:nth-child(3) {
        font-size: 35px;
        left: 29px;
    }

    #hairstroke-landing-wrapper .hs-reasons-list {
        padding: 0.8rem;
    }
}