@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    color: #3f2a33;
    background: #ffffff;
    line-height: 1.6;
}

input,
button,
textarea,
select {
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo,
.main-nav a,
.btn {
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    border-bottom: 1px solid #f3d9e3;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
}

.logo {
    font-size: 26px;
    font-weight: 800;
    color: #4a2433;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-nav a {
    font-size: 15px;
    font-weight: 600;
    color: #6b4a57;
    transition: 0.3s;
    position: relative;
    padding: 6px 0;
}

.main-nav a:hover {
    color: #d9468f;
}

.main-nav a.active {
    color: #d9468f;
}

.main-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #d9468f;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-primary {
    background: #ec4899;
    color: #ffffff;
}

.btn-primary:hover {
    background: #db2777;
}

.btn-outline {
    border: 1px solid #ec4899;
    color: #ec4899;
    background: transparent;
}

.btn-outline:hover {
    background: #ec4899;
    color: #ffffff;
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 30px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 24%, rgba(255, 255, 255, 0.72) 46%, rgba(255, 255, 255, 0.20) 72%, transparent 100%),
        linear-gradient(135deg, #fff4f8 0%, #fff9fc 38%, #fff3f8 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 20%, rgba(236, 72, 153, 0.11) 0 130px, transparent 131px),
        radial-gradient(circle at 86% 62%, rgba(244, 114, 182, 0.09) 0 168px, transparent 169px),
        radial-gradient(circle at 64% 84%, rgba(190, 24, 93, 0.06) 0 142px, transparent 143px),
        radial-gradient(circle at 56% 38%, rgba(255, 255, 255, 0.78) 0 96px, transparent 97px);
    pointer-events: none;
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    top: -72px;
    right: -140px;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.16) 0%, rgba(244, 114, 182, 0.10) 34%, rgba(255, 255, 255, 0) 70%);
    filter: blur(24px);
    pointer-events: none;
    z-index: 0;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.91) 34%, rgba(255, 255, 255, 0.76) 58%, rgba(255, 255, 255, 0.54) 100%);
    z-index: 0;
}

.hero-bg-pattern {
    position: absolute;
    top: -26px;
    right: -34px;
    width: 60%;
    height: 120%;
    z-index: 0;
    opacity: 0.24;
    filter: blur(0.5px);
    transform: rotate(-8deg);
    pointer-events: none;
    background-image:
        radial-gradient(circle at 18% 20%, rgba(236, 72, 153, 0.22) 0 44px, transparent 45px),
        radial-gradient(circle at 42% 16%, rgba(244, 114, 182, 0.12) 0 24px, transparent 25px),
        radial-gradient(circle at 54% 18%, rgba(244, 114, 182, 0.18) 0 58px, transparent 59px),
        radial-gradient(circle at 78% 34%, rgba(236, 72, 153, 0.14) 0 72px, transparent 73px),
        radial-gradient(circle at 68% 70%, rgba(190, 24, 93, 0.10) 0 94px, transparent 95px),
        radial-gradient(circle at 34% 72%, rgba(244, 114, 182, 0.14) 0 66px, transparent 67px),
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(236, 72, 153, 0.08) 100%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 30px;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content::after {
    content: "";
    position: absolute;
    left: -26px;
    bottom: -24px;
    width: 180px;
    height: 180px;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0 36%, rgba(244, 114, 182, 0.14) 52%, rgba(255, 255, 255, 0) 76%),
        linear-gradient(135deg, rgba(236, 72, 153, 0.10), rgba(255, 255, 255, 0));
    filter: blur(10px);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.hero-content h1 {
    font-size: 36px;
    line-height: 1.16;
    color: #4a2433;
    margin-bottom: 12px;
    max-width: 760px;
}

.hero-content p {
    font-size: 15px;
    color: #6f5560;
    margin-bottom: 18px;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-card {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 220px;
}

.hero-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.13) 0%, rgba(244, 114, 182, 0.07) 45%, rgba(255, 255, 255, 0) 75%);
    filter: blur(22px);
    z-index: 0;
}

.hero-card::after {
    content: "";
    position: absolute;
    right: 2%;
    top: 30px;
    width: 280px;
    height: 220px;
    opacity: 0.16;
    z-index: 0;
    pointer-events: none;
    filter: blur(0.3px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 420'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='332' cy='108' rx='98' ry='98' fill='%23fbcfe8' fill-opacity='.18'/%3E%3Crect x='74' y='146' width='136' height='188' rx='26' fill='%23f9a8d4' fill-opacity='.16' stroke='%23db2777' stroke-opacity='.18' stroke-width='10'/%3E%3Crect x='232' y='90' width='176' height='238' rx='34' fill='%23ffffff' fill-opacity='.34' stroke='%23db2777' stroke-opacity='.20' stroke-width='10'/%3E%3Crect x='258' y='124' width='124' height='166' rx='22' fill='%23fce7f3' fill-opacity='.56'/%3E%3Crect x='108' y='78' width='78' height='46' rx='18' fill='%23fbcfe8' fill-opacity='.34'/%3E%3Cpath d='M112 352h294' stroke='%23db2777' stroke-opacity='.14' stroke-width='14' stroke-linecap='round'/%3E%3Cpath d='M156 170h114' stroke='%23db2777' stroke-opacity='.18' stroke-width='12' stroke-linecap='round'/%3E%3Cpath d='M156 198h84' stroke='%23db2777' stroke-opacity='.14' stroke-width='10' stroke-linecap='round'/%3E%3Cpath d='M276 338h88' stroke='%23db2777' stroke-opacity='.16' stroke-width='12' stroke-linecap='round'/%3E%3Ccircle cx='394' cy='150' r='18' fill='%23f472b6' fill-opacity='.18'/%3E%3Ccircle cx='420' cy='182' r='12' fill='%23db2777' fill-opacity='.14'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 22px 24px;
    border-radius: 22px;
    box-shadow:
        0 24px 60px rgba(80, 23, 44, 0.10),
        0 8px 20px rgba(236, 72, 153, 0.05);
    border: 1px solid rgba(244, 190, 214, 0.95);
}

.mini-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: #db2777;
    font-weight: 700;
    font-size: 14px;
}

.hero-box h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #4a2433;
}

.hero-box p {
    color: #7a5f69;
    font-size: 14px;
    line-height: 1.75;
}

/* Sections */
.section {
    padding: 62px 0;
}

.section-light {
    background: #fff8fb;
}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 30px;
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #db2777;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.section-heading h2 {
    font-size: 38px;
    color: #4a2433;
    margin-bottom: 12px;
}

.section-heading p {
    color: #7a5f69;
    font-size: 16px;
}

/* Cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card {
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 20px;
    padding: 28px;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(80, 23, 44, 0.08);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #fff0f6;
    color: #db2777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.card h3 {
    font-size: 22px;
    color: #4a2433;
    margin-bottom: 12px;
}

.card p {
    color: #7a5f69;
    margin-bottom: 16px;
}

.card-link {
    color: #db2777;
    font-weight: 700;
}



/* Home featured products */
.home-featured-section {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
}

.home-featured-section::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.08) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(10px);
    pointer-events: none;
}

.home-product-heading {
    margin-bottom: 20px;
}

.home-product-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.home-product-tab {
    border: 1px solid #f3d9e3;
    background: #ffffff;
    color: #6b4a57;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(80, 23, 44, 0.04);
}

.home-product-tab:hover {
    border-color: #ec4899;
    color: #db2777;
    background: #fff0f6;
}

.home-product-tab.active {
    background: #ec4899;
    border-color: #ec4899;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(236, 72, 153, 0.16);
}

.home-product-panel {
    display: none;
}

.home-product-panel.active {
    display: block;
}

.home-product-grid {
    margin-bottom: 20px;
}

.home-product-card {
    position: relative;
}

.home-product-card::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 24px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.10) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.home-product-actions {
    display: flex;
    justify-content: center;
}

.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-card-link:hover {
    transform: translateY(-4px);
}

.product-feed-media {
    position: relative;
    overflow: hidden;
}

.product-feed-media img {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    background: #000;
    transition: transform 0.35s ease;
}

.product-card-link:hover .product-feed-media img {
    transform: scale(1.03);
}

.product-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.06));
    pointer-events: none;
}

.product-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-size: 22px;
    line-height: 56px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    pointer-events: none;
}

.compact-card {
    border-radius: 22px;
    overflow: hidden;
}

.compact-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 16px 14px;
}

.compact-title {
    margin: 0;
    font-size: 1.14rem;
    line-height: 1.32;
    min-height: auto;
    font-weight: 400;
    color: #111827;
}

.compact-price-row {
    min-height: auto;
    margin: -1px 0 0 0;
    padding-top: 0;
}

.compact-price {
    display: inline-block;
    font-size: 0.98rem;
    font-weight: 400;
    color: #2f6df6;
    line-height: 1.2;
    margin: 0;
}

/* Features */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-box {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #f4d9e3;
}

.feature-box h3 {
    font-size: 22px;
    color: #4a2433;
    margin-bottom: 10px;
}

.feature-box p {
    color: #7a5f69;
}


.home-featured-section {
    padding-top: 48px;
    padding-bottom: 54px;
}

.trust-section {
    padding-top: 52px;
    padding-bottom: 56px;
}

/* Trust section */
.trust-section {
    position: relative;
    background:
        radial-gradient(circle at 10% 22%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(180deg, #fff9fc 0%, #fff6fa 100%);
    overflow: hidden;
}

.trust-section::before {
    content: "";
    position: absolute;
    top: 26px;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.10) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(8px);
    pointer-events: none;
}

.trust-section::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -20px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.10) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(12px);
    pointer-events: none;
}

.trust-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.trust-grid {
    position: relative;
    z-index: 1;
}

.trust-box {
    position: relative;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #f3d7e2;
    box-shadow: 0 14px 34px rgba(80, 23, 44, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.trust-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(80, 23, 44, 0.09);
    border-color: #efbfd2;
}

.trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff0f6 0%, #ffe4ef 100%);
    border: 1px solid #f5cada;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 10px 22px rgba(236, 72, 153, 0.08);
}

.trust-icon span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.trust-box:nth-child(1) .trust-icon span::before,
.trust-box:nth-child(1) .trust-icon span::after,
.trust-box:nth-child(2) .trust-icon span::before,
.trust-box:nth-child(2) .trust-icon span::after,
.trust-box:nth-child(3) .trust-icon span::before,
.trust-box:nth-child(3) .trust-icon span::after {
    content: "";
    position: absolute;
}

.trust-box:nth-child(1) .trust-icon span::before {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    background: transparent;
}

.trust-box:nth-child(1) .trust-icon span::after {
    display: none;
}

.trust-box:nth-child(2) .trust-icon span {
    border-radius: 50%;
}

.trust-box:nth-child(2) .trust-icon span::before {
    left: 9px;
    top: 4px;
    width: 2px;
    height: 7px;
    background: #fff;
    border-radius: 999px;
}

.trust-box:nth-child(2) .trust-icon span::after {
    left: 9px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.trust-box:nth-child(3) .trust-icon span {
    border-radius: 8px;
}

.trust-box:nth-child(3) .trust-icon span::before {
    left: 3px;
    top: 6px;
    width: 14px;
    height: 2px;
    background: #fff;
    box-shadow: 0 4px 0 #fff, 0 8px 0 #fff;
    border-radius: 999px;
}

.trust-box:nth-child(3) .trust-icon span::after {
    right: -4px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/* CTA */
.cta-section {
    padding-top: 8px;
    padding-bottom: 64px;
}

.cta-box {
    background: linear-gradient(135deg, #db2777 0%, #ec4899 100%);
    border-radius: 24px;
    padding: 34px 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta-box h2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.92);
}

.cta-box .section-subtitle {
    color: #ffe4ef;
}

.cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-box .btn-outline {
    border-color: #ffffff;
    color: #ffffff;
}

.cta-box .btn-outline:hover {
    background: #ffffff;
    color: #db2777;
}

.cta-box .btn-primary {
    background: #ffffff;
    color: #db2777;
}

.cta-box .btn-primary:hover {
    background: #fde7f1;
}

/* Footer */
.site-footer {
    background: #4a2433;
    color: #ffffff;
    padding-top: 46px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 30px;
}

.site-footer h3,
.site-footer h4 {
    margin-bottom: 14px;
}

.site-footer p,
.site-footer li,
.site-footer a {
    color: #f6d7e6;
    margin-bottom: 10px;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #f2bdd3;
}

/* Responsive */
@media (max-width: 992px) {
    .header-wrap {
        flex-direction: column;
    }

    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-grid,
    .card-grid,
    .feature-grid,
    .footer-grid,
    .cta-box {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hero {
        padding: 72px 0 58px;
    }

    .hero-grid {
        gap: 34px;
    }

    .hero::after {
        width: 440px;
        height: 440px;
        right: -120px;
        top: 40px;
    }

    .hero-bg-pattern {
        width: 100%;
        right: -100px;
        top: 0;
        opacity: 0.18;
    }

    .hero-content::after {
        width: 120px;
        height: 120px;
        left: -8px;
        bottom: -8px;
        opacity: 0.75;
    }

    .hero-card {
        min-height: auto;
    }

    .hero-card::after {
        width: 320px;
        height: 260px;
        right: 0;
        top: 12px;
        opacity: 0.13;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 17px;
    }

    .hero-box {
        max-width: 100%;
        padding: 30px;
    }

    .hero-box h3 {
        font-size: 28px;
    }



    .home-featured-section::before {
        width: 220px;
        height: 220px;
        top: 20px;
    }

    .home-featured-section {
        padding-top: 42px;
        padding-bottom: 46px;
    }

    .home-product-grid {
        margin-bottom: 18px;
    }

    .trust-section {
        padding-top: 44px;
        padding-bottom: 46px;
    }

    .trust-box {
        padding: 24px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .cta-box h2 {
        font-size: 28px;
    }
}

/* Page Hero */
.page-hero {
    padding: 90px 0 70px;
    background: linear-gradient(135deg, #fff1f7 0%, #fff8fb 100%);
}

.page-hero-content {
    max-width: 850px;
    text-align: center;
}

.page-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffe4ef;
    color: #db2777;
    font-size: 14px;
    font-weight: 700;
}

.page-hero h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #4a2433;
    margin-bottom: 18px;
}

.page-hero p {
    font-size: 18px;
    color: #6f5560;
}

/* About */
.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: start;
}

.about-content h2 {
    font-size: 36px;
    color: #4a2433;
    margin-bottom: 16px;
}

.about-content p {
    color: #7a5f69;
    margin-bottom: 16px;
    font-size: 16px;
}

.card-soft {
    background: #fff8fb;
    border: 1px solid #f4d9e3;
    border-radius: 24px;
    padding: 24px;
}

.about-mini-card + .about-mini-card {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f4d9e3;
}

.about-mini-card h3 {
    font-size: 22px;
    line-height: 1.45;
    color: #4a2433;
}

/* Mission */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mission-box {
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(80, 23, 44, 0.04);
}

.mission-box h2 {
    font-size: 28px;
    line-height: 1.35;
    color: #4a2433;
    margin-bottom: 14px;
}

.mission-box p {
    color: #7a5f69;
}

@media (max-width: 992px) {
    .about-grid,
    .mission-grid {
        grid-template-columns: 1fr;
    }

    .page-hero h1 {
        font-size: 34px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .mission-box h2 {
        font-size: 24px;
    }
}

/* ===== PRODUCT FEED OVERRIDE - 4 COLUMNS ===== */
.product-feed-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: start;
}

.product-feed-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(80, 23, 44, 0.06);
    transition: 0.3s;
    padding-bottom: 8px;
}

.product-feed-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(80, 23, 44, 0.10);
}

.product-feed-media {
    position: relative;
    width: calc(100% - 24px) !important;
    margin: 12px auto 0 !important;
    background: #000;
    aspect-ratio: 9 / 16;
    max-height: 360px;
    overflow: hidden;
    border-radius: 18px;
}

.product-feed-media iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.product-feed-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffe4ef 0%, #fff1f7 100%);
    color: #db2777;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

.feed-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 10px;
    background: #ec4899;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.28);
}


.product-feed-content {
    padding: 14px 14px 16px;
}

.product-feed-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff0f6;
    color: #db2777;
    font-size: 13px;
    font-weight: 700;
}

.product-feed-content h3 {
    font-size: 17px;
    line-height: 1.4;
    color: #4a2433;
    margin-bottom: 8px;
}

.product-feed-content p {
    color: #7a5f69;
    font-size: 14px;
    margin-bottom: 14px;
}

.product-feed-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.product-feed-meta span {
    font-size: 12px;
    font-weight: 600;
    color: #6b4a57;
    background: #fff8fb;
    border: 1px solid #f4d9e3;
    border-radius: 999px;
    padding: 6px 10px;
}

.product-feed-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-feed-actions .btn {
    flex: 1;
    text-align: center;
    padding: 10px 14px;
    font-size: 14px;
}

/* desktop nhỏ */
@media (max-width: 1400px) {
    .product-feed-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .product-feed-media {
        max-height: 330px;
    }
}

/* tablet ngang */
@media (max-width: 1200px) {
    .product-feed-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .product-feed-media {
        max-height: 340px;
    }
}

/* tablet dọc */
@media (max-width: 992px) {
    .product-feed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .product-feed-media {
        max-height: 360px;
    }
}

/* mobile */
@media (max-width: 768px) {
    .product-feed-grid {
        grid-template-columns: 1fr !important;
    }

    .product-feed-media {
        width: calc(100% - 20px) !important;
        max-height: none;
        margin: 10px auto 0 !important;
    }

    .product-feed-content h3 {
        font-size: 20px;
    }

    .product-feed-content p {
        font-size: 14px;
    }


    .compact-content {
        padding: 10px 14px 12px;
    }

    .compact-title {
        font-size: 1.02rem;
    }

    .compact-price {
        font-size: 0.92rem;
    }

    .product-video-play {
        width: 52px;
        height: 52px;
        font-size: 20px;
        line-height: 50px;
    }

}

/* Product page compact header */
.product-list-section {
    padding-top: 40px;
}

.products-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.products-toolbar-left h1 {
    font-size: 38px;
    line-height: 1.2;
    color: #4a2433;
    margin-bottom: 10px;
}

.products-toolbar-left p {
    color: #7a5f69;
    font-size: 16px;
}

.products-search-box {
    min-width: 320px;
    max-width: 420px;
    width: 100%;
}

.products-search-box input {
    width: 100%;
    height: 54px;
    border: 1px solid #f3d9e3;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 15px;
    color: #4a2433;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(80, 23, 44, 0.04);
}

.products-search-box input:focus {
    border-color: #ec4899;
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.10);
    outline: none;
}

.product-empty {
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px dashed #efc8d8;
    border-radius: 16px;
    text-align: center;
    color: #7a5f69;
    background: #fff8fb;
}

/* responsive */
@media (max-width: 992px) {
    .products-toolbar {
        align-items: stretch;
    }

    .products-toolbar-left h1 {
        font-size: 30px;
    }

    .products-search-box {
        max-width: 100%;
        min-width: 100%;
    }
}

/* Product category filter */
.product-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.product-filter-btn {
    border: 1px solid #f3d9e3;
    background: #ffffff;
    color: #6b4a57;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.product-filter-btn:hover {
    border-color: #ec4899;
    color: #db2777;
    background: #fff0f6;
}

.product-filter-btn.active {
    background: #ec4899;
    color: #ffffff;
    border-color: #ec4899;
    box-shadow: 0 10px 24px rgba(236, 72, 153, 0.18);
}

/* Search box with icon */
.products-search-box.has-icon {
    position: relative;
}

.products-search-box.has-icon .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #7a5f69;
    pointer-events: none;
    z-index: 2;
}

.products-search-box.has-icon .search-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.products-search-box.has-icon input {
    padding-left: 46px;
}

/* Advanced filters */
.products-filter-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 26px;
}

.products-advanced-filters {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.filter-group {
    min-width: 220px;
}

.filter-group label {
    display: block;
    margin-bottom: 8px;
    color: #6b4a57;
    font-size: 14px;
    font-weight: 700;
}

.filter-group select {
    width: 100%;
    height: 48px;
    border: 1px solid #f3d9e3;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 14px;
    color: #4a2433;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(80, 23, 44, 0.04);
    outline: none;
}

.filter-group select:focus {
    border-color: #ec4899;
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.10);
}

/* Product price */
.product-feed-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.product-price {
    color: #db2777;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

/* Responsive filter area */
@media (max-width: 992px) {
    .products-advanced-filters {
        flex-direction: column;
    }

    .filter-group {
        min-width: 100%;
    }
}

.products-advanced-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 16px;
}

.filter-group select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7a5f69 50%), linear-gradient(135deg, #7a5f69 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

@media (max-width: 992px) {
    .products-advanced-filters {
        grid-template-columns: 1fr;
    }
}

.load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.load-more-btn {
    border: none;
    background: #ec4899;
    color: #ffffff;
    padding: 14px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(236, 72, 153, 0.18);
    transition: 0.25s ease;
}

.load-more-btn:hover {
    background: #db2777;
    transform: translateY(-2px);
}

/* Buy Product Page */
.buy-page-section {
    padding: 70px 0 90px;
    background: #fff8fb;
}

.buy-page-header {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.buy-page-header h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #4a2433;
    margin-bottom: 14px;
}

.buy-page-header p {
    font-size: 17px;
    color: #7a5f69;
    margin-bottom: 18px;
}

.buy-page-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.buy-page-tag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff0f6;
    color: #db2777;
    font-size: 14px;
    font-weight: 700;
}

.buy-page-price {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffe8f3;
    color: #be185d;
    font-size: 14px;
    font-weight: 800;
}

.buy-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.buy-option-card {
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(80, 23, 44, 0.05);
    transition: 0.3s;
}

.buy-option-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(80, 23, 44, 0.08);
}

.buy-option-type {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffe4ef;
    color: #db2777;
    font-size: 13px;
    font-weight: 800;
}

.buy-option-card h3 {
    font-size: 22px;
    color: #4a2433;
    margin-bottom: 10px;
}

.buy-option-card p {
    color: #7a5f69;
    margin-bottom: 18px;
}

.buy-back-box {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 992px) {
    .buy-options-grid {
        grid-template-columns: 1fr;
    }

    .buy-page-header h1 {
        font-size: 32px;
    }
}



/* ===== Hero compact mạnh hơn cho laptop/desktop ===== */
@media (min-width: 993px) {
    .hero {
        padding: 44px 0 18px;
    }

    .hero-grid {
        gap: 24px;
        align-items: start;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 10px;
        max-width: 520px;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 14px;
        max-width: 500px;
    }

    .hero-content::after {
        width: 110px;
        height: 110px;
        left: -8px;
        bottom: -8px;
        filter: blur(8px);
    }

    .hero-card {
        min-height: 200px;
    }

    .hero-card::before {
        width: 180px;
        height: 180px;
        right: 10%;
        filter: blur(16px);
    }

    .hero-card::after {
        width: 240px;
        height: 170px;
        top: 6px;
        right: 0;
        opacity: 0.1;
    }

    .hero-box {
        max-width: 360px;
        padding: 18px 20px;
        border-radius: 20px;
        box-shadow: 0 16px 36px rgba(80, 23, 44, 0.08), 0 6px 14px rgba(236, 72, 153, 0.04);
    }

    .mini-tag {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .hero-box h3 {
        font-size: 20px;
        line-height: 1.22;
        margin-bottom: 8px;
    }

    .hero-box p {
        font-size: 13px;
        line-height: 1.5;
    }

    .hero .btn,
    .home-product-actions .btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .home-featured-section {
        padding-top: 14px;
        padding-bottom: 24px;
    }

    .section-heading {
        margin-bottom: 16px;
    }

    .home-product-heading {
        margin-bottom: 10px;
        max-width: 680px;
    }

    .home-product-heading .section-subtitle {
        margin-bottom: 4px;
        font-size: 11px;
    }

    .home-product-heading h2 {
        font-size: 26px;
        line-height: 1.15;
        margin-bottom: 6px;
    }

    .home-product-heading p {
        font-size: 13px;
        line-height: 1.45;
        max-width: 560px;
        margin: 0 auto;
    }

    .home-product-tabs {
        margin-bottom: 12px;
        gap: 8px;
    }

    .home-product-tab {
        padding: 7px 13px;
        font-size: 12px;
    }

    .home-product-grid {
        gap: 14px !important;
        margin-bottom: 12px;
    }

    .product-feed-media {
        max-height: 190px;
    }

    .feed-badge {
        top: 8px;
        left: 8px;
        padding: 4px 8px;
        font-size: 11px;
    }

    .feed-views {
        left: 8px;
        bottom: 8px;
        font-size: 11px;
        padding: 5px 8px;
    }

    .product-video-play {
        width: 42px;
        height: 42px;
        line-height: 40px;
        font-size: 16px;
    }

    .compact-content {
        padding: 8px 10px 10px;
    }

    .compact-title {
        font-size: 13px;
        line-height: 1.25;
    }

    .compact-price {
        font-size: 12px;
    }
}

@media (min-width: 993px) and (max-width: 1366px) {
    .container {
        width: 93%;
        max-width: 1120px;
    }

    .hero {
        padding-top: 36px;
        padding-bottom: 12px;
    }

    .hero-content h1 {
        font-size: 30px;
        max-width: 460px;
    }

    .hero-content p {
        font-size: 13px;
        max-width: 460px;
    }

    .hero-box {
        max-width: 330px;
        padding: 16px 18px;
    }

    .hero-box h3 {
        font-size: 18px;
    }

    .hero-box p {
        font-size: 12.5px;
    }

    .product-feed-media {
        max-height: 175px;
    }

    .home-featured-section {
        padding-top: 10px;
    }

    .home-product-heading h2 {
        font-size: 24px;
    }
}


/* ===== Hero thấp hơn + section sản phẩm fit màn hình desktop/laptop ===== */
@media (min-width: 993px) {
    .hero {
        padding: 28px 0 8px;
    }

    .hero-grid {
        gap: 20px;
        align-items: start;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 1.08;
        margin-bottom: 8px;
        max-width: 430px;
    }

    .hero-content p {
        font-size: 12.5px;
        line-height: 1.45;
        margin-bottom: 12px;
        max-width: 440px;
    }

    .hero-content::after {
        width: 72px;
        height: 72px;
        left: -2px;
        bottom: -2px;
        filter: blur(6px);
        opacity: 0.55;
    }

    .hero-card {
        min-height: 150px;
    }

    .hero-card::before {
        width: 140px;
        height: 140px;
        right: 10%;
        filter: blur(12px);
        opacity: 0.75;
    }

    .hero-card::after {
        width: 180px;
        height: 125px;
        top: 0;
        right: 0;
        opacity: 0.08;
    }

    .hero-box {
        max-width: 300px;
        padding: 14px 16px;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(80, 23, 44, 0.07), 0 4px 10px rgba(236, 72, 153, 0.03);
    }

    .mini-tag {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .hero-box h3 {
        font-size: 16px;
        line-height: 1.18;
        margin-bottom: 6px;
    }

    .hero-box p {
        font-size: 11.5px;
        line-height: 1.4;
    }

    .hero .btn,
    .home-product-actions .btn {
        padding: 9px 14px;
        font-size: 12px;
        border-radius: 10px;
    }

    .home-featured-section {
        padding-top: 6px;
        padding-bottom: 18px;
    }

    .section-heading {
        margin-bottom: 12px;
    }

    .home-product-heading {
        margin-bottom: 8px;
        max-width: 620px;
    }

    .home-product-heading h2 {
        font-size: 22px;
        line-height: 1.1;
        margin-bottom: 4px;
    }

    .home-product-heading p {
        font-size: 12px;
        line-height: 1.35;
        max-width: 520px;
        margin: 0 auto;
    }

    .home-product-tabs {
        margin-bottom: 8px;
        gap: 8px;
    }

    .home-product-tab {
        padding: 6px 12px;
        font-size: 11px;
    }

    .home-product-grid {
        gap: 12px !important;
        margin-bottom: 10px;
    }

    .product-feed-card {
        border-radius: 18px;
        padding-bottom: 6px;
    }

    .product-feed-media {
        width: calc(100% - 16px) !important;
        margin: 8px auto 0 !important;
        max-height: 245px;
        border-radius: 14px;
    }

    .feed-badge {
        top: 7px;
        left: 7px;
        padding: 4px 7px;
        font-size: 10px;
        border-radius: 8px;
    }

    .feed-views {
        left: 7px;
        bottom: 7px;
        font-size: 10px;
        padding: 4px 7px;
    }

    .product-video-play {
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 14px;
    }

    .compact-content {
        padding: 7px 9px 8px;
    }

    .compact-title {
        font-size: 12px;
        line-height: 1.22;
    }

    .compact-price {
        font-size: 11px;
    }

    .home-product-actions {
        margin-top: 2px;
    }
}

@media (min-width: 993px) and (max-width: 1366px) {
    .container {
        width: 94%;
        max-width: 1080px;
    }

    .hero {
        padding-top: 22px;
        padding-bottom: 4px;
    }

    .hero-grid {
        gap: 16px;
    }

    .hero-content h1 {
        font-size: 25px;
        max-width: 390px;
    }

    .hero-content p {
        font-size: 12px;
        max-width: 400px;
    }

    .hero-box {
        max-width: 280px;
        padding: 12px 14px;
    }

    .hero-box h3 {
        font-size: 15px;
    }

    .hero-box p {
        font-size: 11px;
    }

    .product-feed-media {
        max-height: 228px;
    }

    .home-product-heading h2 {
        font-size: 20px;
    }

    .home-featured-section {
        padding-top: 4px;
    }
}


/* ===== Override theo yêu cầu mới: chữ lớn hơn, bỏ heading section sản phẩm, card đứng hơn ===== */
.hero-content h1 {
    font-size: 32px;
    max-width: 500px;
}

.hero-content p {
    font-size: 13.5px;
    line-height: 1.5;
    max-width: 500px;
}

.hero-box h3 {
    font-size: 18px;
}

.hero-box p {
    font-size: 12.5px;
    line-height: 1.5;
}

.home-product-heading {
    display: none;
}

.home-featured-section {
    padding-top: 8px;
}

.home-product-tabs {
    margin-bottom: 10px;
}

.product-feed-media {
    max-height: 290px;
}

.compact-title {
    font-size: 13.5px;
    line-height: 1.28;
}

.compact-price {
    font-size: 12px;
}

@media (min-width: 993px) {
    .hero {
        padding: 24px 0 6px;
    }

    .hero-grid {
        gap: 18px;
    }

    .hero-content h1 {
        font-size: 31px;
        line-height: 1.08;
        margin-bottom: 8px;
        max-width: 460px;
    }

    .hero-content p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 12px;
        max-width: 450px;
    }

    .hero-box {
        max-width: 320px;
        padding: 14px 16px;
    }

    .hero-box h3 {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .hero-box p {
        font-size: 12px;
        line-height: 1.45;
    }

    .home-featured-section {
        padding-top: 4px;
        padding-bottom: 18px;
    }

    .home-product-tabs {
        margin-bottom: 8px;
    }

    .product-feed-grid.home-product-grid {
        gap: 14px !important;
    }

    .product-feed-card {
        border-radius: 18px;
    }

    .product-feed-media {
        width: calc(100% - 16px) !important;
        margin: 8px auto 0 !important;
        max-height: 300px;
        border-radius: 14px;
    }

    .compact-content {
        padding: 8px 10px 10px;
    }

    .compact-title {
        font-size: 14px;
        line-height: 1.3;
    }

    .compact-price {
        font-size: 12px;
    }
}

@media (min-width: 993px) and (max-width: 1366px) {
    .hero-content h1 {
        font-size: 28px;
        max-width: 420px;
    }

    .hero-content p {
        font-size: 12.5px;
        max-width: 410px;
    }

    .hero-box {
        max-width: 300px;
        padding: 13px 15px;
    }

    .hero-box h3 {
        font-size: 16px;
    }

    .product-feed-media {
        max-height: 285px;
    }
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .home-product-heading {
        display: none;
    }

    .product-feed-media {
        max-height: 360px;
    }

    .compact-title {
        font-size: 16px;
    }

    .compact-price {
        font-size: 13px;
    }
}


/* ===== Override mới: mô tả hero lớn hơn + card sản phẩm cao hơn ===== */
.hero-content p {
    font-size: 15px;
    line-height: 1.62;
    max-width: 540px;
}

.product-feed-media {
    max-height: 360px;
}

.compact-content {
    padding: 10px 12px 12px;
}

.compact-title {
    font-size: 15px;
    line-height: 1.34;
}

.compact-price {
    font-size: 13px;
}

@media (min-width: 993px) {
    .hero-content p {
        font-size: 14.5px;
        line-height: 1.62;
        margin-bottom: 14px;
        max-width: 520px;
    }

    .product-feed-grid.home-product-grid {
        gap: 16px !important;
    }

    .product-feed-card {
        border-radius: 20px;
        padding-bottom: 10px;
    }

    .product-feed-media {
        width: calc(100% - 18px) !important;
        margin: 9px auto 0 !important;
        max-height: 410px;
        border-radius: 16px;
    }

    .feed-badge {
        top: 8px;
        left: 8px;
        padding: 5px 8px;
        font-size: 10.5px;
    }

    .feed-views {
        left: 8px;
        bottom: 8px;
        font-size: 10.5px;
        padding: 5px 8px;
    }

    .product-video-play {
        width: 42px;
        height: 42px;
        line-height: 40px;
        font-size: 15px;
    }

    .compact-content {
        padding: 10px 12px 12px;
    }

    .compact-title {
        font-size: 16px;
        line-height: 1.34;
    }

    .compact-price {
        font-size: 13px;
    }
}

@media (min-width: 993px) and (max-width: 1366px) {
    .hero-content p {
        font-size: 14px;
        max-width: 500px;
    }

    .product-feed-media {
        max-height: 390px;
    }

    .compact-title {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .hero-content p {
        font-size: 17px;
        line-height: 1.65;
    }

    .product-feed-media {
        max-height: 420px;
    }

    .compact-title {
        font-size: 17px;
    }

    .compact-price {
        font-size: 14px;
    }
}


/* ===== Trust section gọn hơn: kéo tiêu đề sát 3 box ===== */
.trust-heading {
    max-width: 880px;
    margin: 0 auto 14px;
}

.trust-heading h2 {
    margin-bottom: 0;
}

.trust-grid {
    margin-top: 0;
}

.trust-section {
    padding-top: 44px;
    padding-bottom: 48px;
}

@media (min-width: 993px) {
    .trust-section {
        padding-top: 38px;
        padding-bottom: 44px;
    }

    .trust-heading {
        margin-bottom: 12px;
    }

    .trust-heading h2 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .trust-grid {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .trust-section {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    .trust-heading {
        margin-bottom: 12px;
    }

    .trust-heading h2 {
        margin-bottom: 0;
    }
}

/* ===== Trust section sát hơn nữa theo ảnh đánh dấu ===== */
.trust-section {
    padding-top: 18px;
}

.trust-heading {
    margin-top: 0;
    margin-bottom: 8px;
}

.trust-grid {
    margin-top: 0;
}

@media (min-width: 993px) {
    .home-featured-section {
        padding-bottom: 10px;
    }

    .home-product-actions {
        margin-bottom: 0;
    }

    .trust-section {
        padding-top: 12px;
        margin-top: 0;
    }

    .trust-heading {
        margin-bottom: 6px;
    }

    .trust-heading h2 {
        margin-bottom: 0;
        font-size: 32px;
        line-height: 1.16;
    }

    .trust-grid {
        gap: 18px;
    }
}

@media (max-width: 992px) {
    .trust-section {
        padding-top: 18px;
    }

    .trust-heading {
        margin-bottom: 10px;
    }
}


/* ===== About hero background image concept ===== */
.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero-about {
    padding: 96px 0 86px;
    background:
        linear-gradient(90deg, rgba(255, 245, 249, 0.96) 0%, rgba(255, 245, 249, 0.92) 36%, rgba(255, 245, 249, 0.80) 56%, rgba(255, 245, 249, 0.62) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 700'%3E%3Cdefs%3E%3ClinearGradient id='bg' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23fff7fb'/%3E%3Cstop offset='100%25' stop-color='%23ffe4f1'/%3E%3C/linearGradient%3E%3ClinearGradient id='card1' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23ffffff'/%3E%3Cstop offset='100%25' stop-color='%23ffe3f0'/%3E%3C/linearGradient%3E%3ClinearGradient id='card2' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23fff0f7'/%3E%3Cstop offset='100%25' stop-color='%23ffd6ea'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='700' fill='url(%23bg)'/%3E%3Ccircle cx='1220' cy='140' r='120' fill='%23f9c6de' opacity='.46'/%3E%3Ccircle cx='1390' cy='260' r='170' fill='%23f3a7cc' opacity='.23'/%3E%3Ccircle cx='1180' cy='520' r='190' fill='%23f7d7e6' opacity='.38'/%3E%3Crect x='930' y='112' rx='30' ry='30' width='220' height='410' fill='url(%23card2)' stroke='%23e879b3' stroke-opacity='.34' stroke-width='6'/%3E%3Crect x='1098' y='74' rx='34' ry='34' width='288' height='484' fill='url(%23card1)' stroke='%23db2777' stroke-opacity='.36' stroke-width='8'/%3E%3Crect x='1140' y='136' rx='24' ry='24' width='204' height='138' fill='%23ffffff' stroke='%23f3b6d3' stroke-width='4'/%3E%3Crect x='1140' y='296' rx='24' ry='24' width='204' height='218' fill='%23fff4f8' stroke='%23f3b6d3' stroke-width='4'/%3E%3Crect x='1170' y='170' rx='14' ry='14' width='146' height='18' fill='%23f472b6' opacity='.62'/%3E%3Crect x='1170' y='201' rx='12' ry='12' width='110' height='14' fill='%23f8a8cd' opacity='.72'/%3E%3Crect x='1170' y='330' rx='18' ry='18' width='146' height='108' fill='%23fce7f3'/%3E%3Ccircle cx='1242' cy='384' r='34' fill='%23f9a8d4' opacity='.72'/%3E%3Cpath d='M978 212h118' stroke='%23db2777' stroke-opacity='.22' stroke-width='18' stroke-linecap='round'/%3E%3Cpath d='M978 252h90' stroke='%23db2777' stroke-opacity='.16' stroke-width='14' stroke-linecap='round'/%3E%3Cpath d='M978 466h118' stroke='%23db2777' stroke-opacity='.18' stroke-width='18' stroke-linecap='round'/%3E%3Cpath d='M1168 584h164' stroke='%23db2777' stroke-opacity='.14' stroke-width='18' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center right;
    border-top: 1px solid #f6dce7;
    border-bottom: 1px solid #f6dce7;
}

.page-hero-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.18) 34%, transparent 56%),
        radial-gradient(circle at 78% 24%, rgba(236, 72, 153, 0.12) 0%, rgba(236, 72, 153, 0.03) 18%, transparent 34%);
    pointer-events: none;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.14) 100%);
    pointer-events: none;
}

.page-hero-about .page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    text-align: left;
}

.page-hero-panel {
    max-width: 760px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 34px 36px;
    box-shadow: 0 22px 60px rgba(80, 23, 44, 0.08);
}

.page-hero-about .page-badge {
    background: rgba(255, 228, 239, 0.92);
}

.page-hero-about h1 {
    max-width: 700px;
    margin-bottom: 16px;
}

.page-hero-about p {
    max-width: 680px;
}

.page-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.page-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #f4d9e3;
    color: #6b4a57;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(80, 23, 44, 0.05);
}

.page-hero-points span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ec4899;
    flex: 0 0 auto;
}

@media (max-width: 992px) {
    .page-hero-about {
        padding: 72px 0 64px;
        background-position: 72% center;
    }

    .page-hero-panel {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .page-hero-about .page-hero-content {
        text-align: center;
    }

    .page-hero-about h1,
    .page-hero-about p {
        max-width: 100%;
    }

    .page-hero-points {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .page-hero-about {
        padding: 58px 0 52px;
        background-position: 78% center;
    }

    .page-hero-panel {
        padding: 22px 18px;
    }

    .page-hero-points span {
        width: 100%;
        justify-content: center;
    }
}


/* ===== BLOG PAGE ===== */
.blog-hero {
    position: relative;
    overflow: hidden;
    padding: 56px 0 34px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 24%, rgba(255,255,255,0.68) 46%, rgba(255,255,255,0.18) 72%, transparent 100%),
        linear-gradient(135deg, #fff4f8 0%, #fff9fc 38%, #fff3f8 100%);
}

.blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(236, 72, 153, 0.10) 0 130px, transparent 131px),
        radial-gradient(circle at 86% 60%, rgba(244, 114, 182, 0.09) 0 160px, transparent 161px);
    pointer-events: none;
}

.blog-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 28px;
    align-items: center;
}

.blog-hero-content h1 {
    font-size: 40px;
    line-height: 1.14;
    color: #4a2433;
    margin-bottom: 14px;
}

.blog-hero-content p {
    font-size: 16px;
    color: #6f5560;
    margin-bottom: 20px;
    max-width: 650px;
}

.blog-hero-card {
    display: flex;
    justify-content: center;
}

.blog-hero-box {
    width: 100%;
    max-width: 390px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(80, 23, 44, 0.10), 0 8px 20px rgba(236, 72, 153, 0.05);
    border: 1px solid rgba(244, 190, 214, 0.95);
}

.blog-hero-box h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #4a2433;
}

.blog-hero-box p {
    color: #7a5f69;
    font-size: 14px;
    line-height: 1.75;
}

.blog-section {
    padding-top: 34px;
    padding-bottom: 22px;
}

.blog-filter-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.blog-filter-tab {
    border: 1px solid #f3d9e3;
    background: #ffffff;
    color: #6b4a57;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(80, 23, 44, 0.04);
}

.blog-filter-tab:hover {
    border-color: #ec4899;
    color: #db2777;
    background: #fff0f6;
}

.blog-filter-tab.active {
    background: #ec4899;
    border-color: #ec4899;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(236, 72, 153, 0.16);
}

.blog-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
}

.blog-featured-main,
.blog-featured-side-card,
.blog-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-featured-main {
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(80, 23, 44, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-featured-main:hover,
.blog-featured-side-card:hover,
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(80, 23, 44, 0.10);
}

.blog-featured-image img,
.blog-featured-side-image img,
.blog-card-image img,
.blog-detail-cover img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.blog-featured-image img {
    aspect-ratio: 16 / 9;
}

.blog-featured-content {
    padding: 22px 24px 24px;
}

.blog-featured-content h2 {
    font-size: 28px;
    line-height: 1.28;
    color: #4a2433;
    margin: 12px 0 10px;
}

.blog-featured-content p {
    color: #7a5f69;
    margin-bottom: 14px;
}

.blog-featured-side {
    display: grid;
    gap: 20px;
}

.blog-featured-side-card {
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(80, 23, 44, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-featured-side-image img {
    aspect-ratio: 16 / 10;
}

.blog-featured-side-content {
    padding: 18px 18px 20px;
}

.blog-featured-side-content h3 {
    font-size: 18px;
    line-height: 1.35;
    color: #4a2433;
    margin: 10px 0 8px;
}

.blog-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff0f6;
    color: #db2777;
    font-size: 13px;
    font-weight: 700;
}

.blog-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #7a5f69;
    font-size: 13px;
}

.blog-posts-section {
    padding-top: 18px;
}

.blog-posts-heading {
    margin-bottom: 26px;
}

.blog-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.blog-card {
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(80, 23, 44, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card-image img {
    aspect-ratio: 16 / 10;
}

.blog-card-content {
    padding: 20px 20px 22px;
}

.blog-card-content h3 {
    font-size: 20px;
    line-height: 1.35;
    color: #4a2433;
    margin: 12px 0 10px;
}

.blog-card-content p {
    color: #7a5f69;
    font-size: 14px;
    margin-bottom: 14px;
}

.blog-readmore {
    display: inline-flex;
    margin-top: 14px;
    color: #db2777;
    font-size: 14px;
    font-weight: 800;
}

.blog-detail-hero {
    padding: 84px 0 58px;
    background: linear-gradient(135deg, #fff1f7 0%, #fff8fb 100%);
}

.blog-detail-hero-inner {
    max-width: 860px;
    text-align: center;
}

.blog-detail-hero h1 {
    font-size: 42px;
    line-height: 1.22;
    color: #4a2433;
    margin-bottom: 16px;
}

.blog-detail-hero p {
    font-size: 17px;
    color: #6f5560;
}

.blog-detail-meta {
    justify-content: center;
    margin-top: 18px;
}

.blog-detail-section {
    padding-top: 36px;
}

.blog-detail-layout {
    max-width: 900px;
}

.blog-detail-article {
    background: #ffffff;
    border: 1px solid #f4d9e3;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(80, 23, 44, 0.06);
}

.blog-detail-cover img {
    aspect-ratio: 16 / 9;
}

.blog-detail-content {
    padding: 28px 32px 10px;
}

.blog-detail-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #5f4852;
    margin-bottom: 18px;
}

.blog-detail-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding: 0 32px 32px;
}

.blog-related-section {
    padding-top: 18px;
}

@media (max-width: 992px) {
    .blog-hero-grid,
    .blog-featured-grid,
    .blog-post-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero {
        padding: 48px 0 28px;
    }

    .blog-hero-content h1 {
        font-size: 32px;
    }

    .blog-hero-content p {
        font-size: 16px;
    }

    .blog-detail-hero h1 {
        font-size: 32px;
    }

    .blog-detail-hero p {
        font-size: 16px;
    }

    .blog-detail-content,
    .blog-detail-actions {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 768px) {
    .blog-filter-tabs {
        justify-content: flex-start;
    }

    .blog-card-content h3,
    .blog-featured-content h2 {
        font-size: 22px;
    }

    .blog-detail-content p {
        font-size: 15px;
        line-height: 1.8;
    }
}

/* ===== CONTACT PAGE ===== */
.contact-page-section {
    padding: 64px 0 78px;
    background:
        radial-gradient(circle at 84% 18%, rgba(236, 72, 153, 0.10) 0, transparent 210px),
        linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 34px;
    align-items: center;
}

.contact-page-content h1 {
    font-size: 40px;
    line-height: 1.15;
    color: #4a2433;
    margin-bottom: 14px;
}

.contact-page-desc {
    max-width: 620px;
    font-size: 16px;
    color: #6f5560;
    margin-bottom: 24px;
}

.contact-page-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffe4ef;
    color: #db2777;
    font-size: 14px;
    font-weight: 800;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #f3d9e3;
    border-radius: 28px;
    padding: 16px;
    box-shadow: 0 20px 44px rgba(80, 23, 44, 0.07);
}

.contact-info-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 20px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.contact-info-item + .contact-info-item {
    margin-top: 8px;
}

.contact-info-item:hover {
    background: #fff7fb;
    transform: translateY(-2px);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff0f6 0%, #ffe4ef 100%);
    border: 1px solid #f5cada;
    color: #db2777;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(236, 72, 153, 0.08);
}

.contact-info-body span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #a1627d;
}

.contact-info-body a,
.contact-info-body p {
    font-size: 16px;
    font-weight: 600;
    color: #4a2433;
    word-break: break-word;
}

.contact-info-body a:hover {
    color: #db2777;
}

.contact-page-media {
    position: relative;
}

.contact-photo-card {
    position: relative;
    padding: 12px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #f3d9e3;
    box-shadow: 0 24px 56px rgba(80, 23, 44, 0.10);
}

.contact-photo-card::before {
    content: "";
    position: absolute;
    inset: -16px -10px auto auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.contact-photo-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border-radius: 24px;
}

@media (max-width: 992px) {
    .contact-page-section {
        padding: 52px 0 64px;
    }

    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-page-content h1 {
        font-size: 32px;
    }

    .contact-page-desc,
    .contact-page-content {
        max-width: 100%;
    }

    .contact-page-media {
        order: 2;
    }
}

@media (max-width: 640px) {
    .contact-page-content h1 {
        font-size: 28px;
    }

    .contact-page-desc {
        font-size: 15px;
    }

    .contact-info-card {
        padding: 12px;
        border-radius: 22px;
    }

    .contact-info-item {
        padding: 14px;
        align-items: flex-start;
    }

    .contact-info-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 17px;
        border-radius: 14px;
    }

    .contact-info-body a,
    .contact-info-body p {
        font-size: 15px;
    }

    .contact-photo-card {
        border-radius: 24px;
        padding: 10px;
    }

    .contact-photo-card img {
        border-radius: 18px;
    }
}

/* ===== Mobile header / drawer menu ===== */
.mobile-menu-toggle,
.mobile-nav-overlay,
.mobile-nav-drawer {
    display: none;
}

.header-cta {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 1100;
    }

    .header-wrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
    }

    .logo {
        font-size: 24px;
        line-height: 1.1;
    }

    .main-nav,
    .header-cta {
        display: none;
    }

    .mobile-menu-toggle {
        width: 44px;
        height: 44px;
        border: 1px solid #f3d9e3;
        border-radius: 12px;
        background: #ffffff;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        box-shadow: 0 10px 24px rgba(80, 23, 44, 0.06);
        flex: 0 0 auto;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: #4a2433;
    }

    .mobile-nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(34, 18, 24, 0.38);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.28s ease;
        z-index: 1190;
    }

    .mobile-nav-drawer {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: min(86vw, 340px);
        height: 100vh;
        background: #ffffff;
        box-shadow: -12px 0 36px rgba(80, 23, 44, 0.16);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1200;
        padding: 18px 18px 22px;
        overflow-y: auto;
    }

    .mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid #f3d9e3;
    }

    .mobile-nav-title {
        font-size: 22px;
        font-weight: 800;
        color: #4a2433;
    }

    .mobile-nav-close {
        width: 40px;
        height: 40px;
        border: 1px solid #f3d9e3;
        border-radius: 12px;
        background: #fff8fb;
        color: #4a2433;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-nav-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-nav-links a {
        display: block;
        padding: 14px 14px;
        border-radius: 14px;
        background: #fff8fb;
        border: 1px solid #f5e3ea;
        color: #6b4a57;
        font-size: 15px;
        font-weight: 700;
        transition: 0.25s ease;
    }

    .mobile-nav-links a.active {
        background: #fff0f6;
        border-color: #ec4899;
        color: #db2777;
    }

    .mobile-nav-actions {
        margin-top: 18px;
    }

    .mobile-nav-actions .btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    body.mobile-menu-open .mobile-nav-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.mobile-menu-open .mobile-nav-drawer {
        transform: translateX(0);
    }
}

/* ===== Fix khoảng trống Hero trên mobile ===== */
@media (max-width: 768px) {
    .hero {
        padding: 16px 0 24px;
    }

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

    .hero-content {
        order: 1;
    }

    .hero-card {
        order: 2;
        min-height: auto;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 1.08;
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.58;
        margin-bottom: 14px;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-box {
        max-width: 100%;
        padding: 18px 18px;
        border-radius: 18px;
    }

    .hero-box h3 {
        font-size: 22px;
        line-height: 1.28;
        margin-bottom: 10px;
    }

    .hero-box p {
        font-size: 14px;
        line-height: 1.65;
    }

    .hero-card::before,
    .hero-card::after,
    .hero-content::after {
        opacity: 0.45;
    }
}

/* ===== Mobile-first product filter toggle ===== */
.products-toolbar-compact {
    margin-bottom: 18px;
}

.products-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.products-toolbar-compact .products-search-box {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
}

.mobile-filter-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #f3d9e3;
    border-radius: 14px;
    background: #ffffff;
    color: #4a2433;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(80, 23, 44, 0.04);
    white-space: nowrap;
}

.mobile-filter-toggle:hover {
    border-color: #ec4899;
    color: #db2777;
}

.mobile-filter-toggle span[aria-hidden="true"] {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 768px) {
    .product-list-section {
        padding-top: 22px;
    }

    .products-toolbar-compact {
        margin-bottom: 14px;
    }

    .products-toolbar-actions {
        align-items: stretch;
    }

    .mobile-filter-toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .products-filter-wrap {
        display: none;
        margin-bottom: 18px;
        padding: 14px;
        border: 1px solid #f3d9e3;
        border-radius: 18px;
        background: #fff8fb;
        box-shadow: 0 14px 28px rgba(80, 23, 44, 0.06);
    }

    .products-filter-wrap.is-open {
        display: flex;
    }

    .product-filter-bar {
        gap: 10px;
        margin-bottom: 16px;
    }

    .product-filter-btn {
        padding: 9px 14px;
        font-size: 13px;
    }

    .products-advanced-filters {
        gap: 12px;
    }

    .filter-group label {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .filter-group select {
        height: 46px;
        font-size: 13px;
    }
}


/* ===== Product filter apply/reset on mobile ===== */
.mobile-filter-actions {
    display: none;
}

.product-grid-highlight {
    animation: productGridHighlight 0.38s ease;
}

@keyframes productGridHighlight {
    0% {
        opacity: 0.72;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .mobile-filter-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 4px;
    }

    .mobile-filter-reset,

    .mobile-filter-reset {
        border: 1px solid #f3d9e3;
        background: #ffffff;
        color: #6b4a57;
    }

    .mobile-filter-reset:hover {
        border-color: #ec4899;
        color: #db2777;
    }
}


/* ===== HOME HERO PRODUCT CAROUSEL - simple cards only ===== */
.home-hero-products-section {
    padding: 16px 0 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
}

.home-hero-products-wrap {
    position: relative;
}

.home-hero-products-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 14px;
}

.home-hero-nav-btn {
    width: 44px;
    height: 44px;
    border: 1px solid #f1c8d9;
    border-radius: 14px;
    background: #ffffff;
    color: #4a2433;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(80, 23, 44, 0.05);
    transition: 0.25s ease;
}

.home-hero-nav-btn:hover {
    border-color: #ec4899;
    color: #db2777;
    background: #ffffff;
}

.home-hero-carousel {
    overflow: hidden;
}

.home-hero-track {
    display: flex;
    gap: 18px;
    transition: transform 0.38s ease;
    will-change: transform;
}

.home-hero-slide-item {
    flex: 0 0 auto;
    min-width: 0;
}

.hero-product-card {
    height: 100%;
}

/* đồng bộ chiều cao card hero với card section dưới */
.hero-product-media {
    max-height: inherit !important;
}

.hero-product-content {
    padding: inherit;
}

@media (min-width: 993px) {
    .home-hero-products-section {
        padding: 14px 0 6px;
    }
}

@media (max-width: 768px) {
    .home-hero-products-section {
        padding: 12px 0 2px;
    }

    .home-hero-track {
        gap: 14px;
    }

    .home-hero-products-nav {
        margin-bottom: 12px;
    }

    .home-hero-nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 24px;
    }
}


/* ===== HOME HERO PRODUCT CAROUSEL - 5 cards laptop ===== */
.home-hero-products-section {
    padding: 16px 0 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
}

.home-hero-products-wrap {
    position: relative;
    padding: 0 30px;
}

.home-hero-carousel {
    overflow: hidden;
}

.home-hero-track {
    display: flex;
    gap: 18px;
    transition: transform 0.38s ease;
    will-change: transform;
}

.home-hero-slide-item {
    flex: 0 0 auto;
    min-width: 0;
}

.hero-product-card {
    height: 100%;
}

.hero-product-media {
    max-height: inherit !important;
}

.hero-product-content {
    padding: inherit;
}

.home-hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid #f1c8d9;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #4a2433;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(80, 23, 44, 0.06);
    transition: 0.25s ease;
}

.home-hero-nav-btn.prev {
    left: 0;
}

.home-hero-nav-btn.next {
    right: 0;
}

.home-hero-nav-btn:hover {
    border-color: #ec4899;
    color: #db2777;
    background: #ffffff;
}

@media (min-width: 993px) {
    .home-hero-products-section {
        padding: 14px 0 6px;
    }

    .home-hero-products-wrap {
        padding: 0 26px;
    }
}

@media (max-width: 992px) {
    .home-hero-products-wrap {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .home-hero-products-section {
        padding: 12px 0 2px;
    }

    .home-hero-products-wrap {
        padding: 0 20px;
    }

    .home-hero-track {
        gap: 14px;
    }

    .home-hero-nav-btn {
        width: 36px;
        height: 36px;
        font-size: 22px;
        border-radius: 12px;
    }
}

/* ===== Tune title/product text spacing on homepage cards ===== */
.product-feed-content,
.compact-content,
.hero-product-content {
    padding: 12px 15px 15px !important;
}

.product-feed-title,
.compact-title {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: #4a2433 !important;
    letter-spacing: -0.1px;
}

.product-feed-price-row,
.compact-price-row {
    margin-top: 6px !important;
    padding-top: 0 !important;
}

.product-price,
.compact-price {
    font-size: 12px !important;
}

@media (min-width: 993px) {
    .product-feed-content,
    .compact-content,
    .hero-product-content {
        padding: 13px 16px 16px !important;
    }

    .product-feed-title,
    .compact-title {
        font-size: 12.5px !important;
        line-height: 1.42 !important;
    }

    .product-price,
    .compact-price {
        font-size: 11.5px !important;
    }
}

@media (max-width: 992px) {
    .product-feed-content,
    .compact-content,
    .hero-product-content {
        padding: 12px 14px 14px !important;
    }

    .product-feed-title,
    .compact-title {
        font-size: 14px !important;
        line-height: 1.38 !important;
    }
}

@media (max-width: 768px) {
    .product-feed-content,
    .compact-content,
    .hero-product-content {
        padding: 11px 13px 14px !important;
    }

    .product-feed-title,
    .compact-title {
        font-size: 15px !important;
        line-height: 1.36 !important;
    }

    .product-feed-price-row,
    .compact-price-row {
        margin-top: 5px !important;
    }
}


/* ===== BLOG HERO SIMPLE OVERRIDE ===== */
.blog-hero.blog-hero-simple {
    padding: 34px 0 18px;
}

.blog-hero-simple .blog-hero-simple-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.blog-hero-simple .blog-hero-content {
    max-width: 760px;
}

.blog-hero-simple .blog-hero-content h1 {
    font-size: 40px;
    line-height: 1.14;
    color: #4a2433;
    margin-bottom: 12px;
}

.blog-hero-simple .blog-hero-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #6f5560;
    max-width: 760px;
    margin-bottom: 0;
}

.blog-section {
    padding-top: 22px;
}

@media (min-width: 993px) {
    .blog-hero.blog-hero-simple {
        padding: 30px 0 14px;
    }

    .blog-hero-simple .blog-hero-simple-inner {
        max-width: 700px;
    }

    .blog-hero-simple .blog-hero-content h1 {
        font-size: 38px;
        line-height: 1.12;
        margin-bottom: 10px;
    }

    .blog-hero-simple .blog-hero-content p {
        font-size: 15px;
        line-height: 1.68;
        max-width: 680px;
    }

    .blog-section {
        padding-top: 18px;
    }
}

@media (max-width: 992px) {
    .blog-hero.blog-hero-simple {
        padding: 26px 0 14px;
    }

    .blog-hero-simple .blog-hero-content h1 {
        font-size: 32px;
        line-height: 1.16;
        margin-bottom: 10px;
    }

    .blog-hero-simple .blog-hero-content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .blog-section {
        padding-top: 16px;
    }
}

@media (max-width: 640px) {
    .blog-hero.blog-hero-simple {
        padding: 22px 0 12px;
    }

    .blog-hero-simple .blog-hero-content h1 {
        font-size: 28px;
    }

    .blog-hero-simple .blog-hero-content p {
        font-size: 15px;
        line-height: 1.62;
    }
}
