.homepage-seo-intro {
    background:
        radial-gradient(circle at 0 50%, rgba(125, 71, 163, 0.09), transparent 22rem),
        radial-gradient(circle at 100% 0, rgba(125, 71, 163, 0.06), transparent 24rem),
        #faf8fb;
    margin-top: 30px;
    padding: 44px 0 40px;
}

.homepage-seo-intro__content {
    margin: 0 auto;
    max-width: 970px;
    padding: 0 28px;
    position: relative;
    text-align: center;
}

.homepage-seo-intro__content::before {
    background: linear-gradient(90deg, transparent, var(--color-1st, #7d47a3), transparent);
    content: "";
    height: 1px;
    left: 50%;
    opacity: 0.42;
    position: absolute;
    top: -19px;
    transform: translateX(-50%);
    width: 90px;
}

.homepage-seo-intro__eyebrow {
    color: var(--color-1st, #7d47a3);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.homepage-seo-intro h1 {
    color: #29232d;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.2;
    margin: 0 auto 15px;
    max-width: 900px;
    text-transform: none;
}

.homepage-seo-intro p {
    color: #716978;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 790px;
}

.homepage-seo-intro__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}

.homepage-seo-intro__links a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(125, 71, 163, 0.18);
    border-radius: 999px;
    color: #4b3d52;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    min-height: 40px;
    padding: 8px 17px;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.homepage-seo-intro__links a:hover,
.homepage-seo-intro__links a:focus-visible {
    border-color: var(--color-1st, #7d47a3);
    color: var(--color-1st, #7d47a3);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .homepage-seo-intro {
        margin-top: 18px;
        padding: 34px 0 31px;
    }

    .homepage-seo-intro__content {
        padding-inline: 8px;
    }

    .homepage-seo-intro__content::before {
        top: -14px;
        width: 68px;
    }

    .homepage-seo-intro__eyebrow {
        font-size: 9px;
        margin-bottom: 8px;
    }

    .homepage-seo-intro h1 {
        font-size: clamp(22px, 7vw, 29px);
        letter-spacing: -0.025em;
        line-height: 1.24;
        margin-bottom: 12px;
    }

    .homepage-seo-intro p {
        font-size: 13px;
        line-height: 1.68;
    }

    .homepage-seo-intro__links {
        gap: 8px;
        margin-top: 20px;
    }

    .homepage-seo-intro__links a {
        flex: 1 1 calc(50% - 8px);
        font-size: 12px;
        justify-content: center;
        min-height: 42px;
        padding-inline: 10px;
    }
}

@media (max-width: 380px) {
    .homepage-seo-intro h1 {
        font-size: 21px;
    }
}

.homepage-category-showcase {
    background:
        radial-gradient(circle at 8% 10%, rgba(125, 71, 163, 0.07), transparent 26%),
        linear-gradient(180deg, #fff 0%, #fcfafd 100%);
    overflow: hidden;
    padding: 66px 0 76px;
}

.homepage-category-showcase__container {
    margin-inline: auto;
    max-width: 1840px;
    padding-inline: clamp(24px, 4vw, 72px);
}

.homepage-category-showcase .heading_s4 {
    margin-bottom: 10px;
}

.homepage-category-showcase .heading_s4 h2 {
    color: #29232d;
    font-size: clamp(28px, 2.5vw, 40px);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.homepage-category-showcase .leads {
    color: #746b79;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0;
}

.homepage-category-showcase__slider {
    margin-top: 34px !important;
}

.homepage-category-showcase__slider .owl-stage {
    display: flex;
}

.homepage-category-showcase__slider .owl-item,
.homepage-category-showcase__slider .item,
.homepage-category-showcase__slider .categories_box {
    display: flex;
    height: 100%;
    width: 100%;
}

.homepage-category-showcase__slider.cat_style1 .categories_box a {
    background: #fff;
    border: 1px solid rgba(125, 71, 163, 0.11);
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(58, 38, 67, 0.08);
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    padding: 10px 10px 18px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.homepage-category-showcase__slider .categories_box img {
    aspect-ratio: 1 / 1;
    border-radius: 17px;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
}

.homepage-category-showcase__slider.cat_style1 .categories_box span {
    align-items: center;
    color: #342d38;
    display: flex;
    flex: 1;
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 700;
    justify-content: center;
    line-height: 1.35;
    margin-top: 16px;
    min-height: 46px;
    padding-inline: 8px;
    text-transform: none;
}

.homepage-category-showcase__slider .categories_box a:hover,
.homepage-category-showcase__slider .categories_box a:focus-visible {
    border-color: rgba(125, 71, 163, 0.32);
    box-shadow: 0 18px 42px rgba(58, 38, 67, 0.14);
    transform: translateY(-5px);
}

.homepage-category-showcase__slider .categories_box a:hover img,
.homepage-category-showcase__slider .categories_box a:focus-visible img {
    transform: scale(1.035);
}

.homepage-category-showcase__slider.nav_style5.owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    border: 1px solid rgba(125, 71, 163, 0.15);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(58, 38, 67, 0.13);
    color: var(--color-1st, #7d47a3);
}

@media (max-width: 767px) {
    .homepage-category-showcase {
        padding: 48px 0 54px;
    }

    .homepage-category-showcase__container {
        padding-inline: 16px;
    }

    .homepage-category-showcase__slider {
        margin-top: 26px !important;
    }

    .homepage-category-showcase__slider.cat_style1 .categories_box a {
        border-radius: 18px;
        padding: 7px 7px 14px;
    }

    .homepage-category-showcase__slider .categories_box img {
        border-radius: 13px;
    }

    .homepage-category-showcase__slider.cat_style1 .categories_box span {
        font-size: 13px;
        margin-top: 12px;
        min-height: 42px;
        padding-inline: 4px;
    }
}

.homepage-products-showcase {
    overflow: hidden;
    padding: 68px 0 74px;
}

.homepage-products-showcase__container {
    margin-inline: auto;
    max-width: 1840px;
    padding-inline: clamp(24px, 4vw, 72px);
}

.homepage-products-showcase .heading_tab_header {
    align-items: end;
    border-bottom: 1px solid rgba(125, 71, 163, 0.12);
    margin-bottom: 30px;
    padding-bottom: 18px;
}

.homepage-products-showcase .heading_s2 h2 {
    color: #29232d;
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.homepage-products-showcase .view_all a {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
}

.homepage-products-showcase__slider .owl-stage {
    display: flex;
}

.homepage-products-showcase__slider .owl-item,
.homepage-products-showcase__slider .item,
.homepage-products-showcase__slider .product_wrap {
    height: 100%;
}

.homepage-products-showcase__slider .product_wrap {
    display: flex;
    flex-direction: column;
}

.homepage-products-showcase__slider .product_info {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.homepage-products-showcase__slider .rating_wrap {
    margin-top: auto;
}

.homepage-products-showcase__slider .on_sale span {
    display: block;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .homepage-products-showcase {
        padding: 48px 0 54px;
    }

    .homepage-products-showcase__container {
        padding-inline: 16px;
    }

    .homepage-products-showcase .heading_tab_header {
        align-items: center;
        margin-bottom: 22px;
        padding-bottom: 15px;
    }

    .homepage-products-showcase .heading_s2 h2 {
        font-size: 25px;
    }

    .homepage-products-showcase .view_all a {
        font-size: 12px;
    }
}

.homepage-brands-showcase {
    background: linear-gradient(180deg, #fff 0%, #fcfafd 100%);
    overflow: hidden;
    padding: 58px 0 66px;
}

.homepage-brands-showcase__container {
    margin-inline: auto;
    max-width: 1840px;
    padding-inline: clamp(24px, 4vw, 72px);
}

.homepage-brands-showcase__slider .owl-stage {
    display: flex;
}

.homepage-brands-showcase__slider .owl-item,
.homepage-brands-showcase__slider .item,
.homepage-brands-showcase__slider .cl_logo {
    height: 100%;
}

.homepage-brands-showcase__slider .cl_logo,
.homepage-brands-showcase__slider .cl_logo a {
    display: block;
    overflow: hidden;
    width: 100%;
}

.homepage-brands-showcase__slider .cl_logo {
    background: #fff;
    border: 1px solid rgba(125, 71, 163, 0.1);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(58, 38, 67, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.homepage-brands-showcase__slider .cl_logo img {
    aspect-ratio: 2.1 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.4s ease;
    width: 100%;
}

.homepage-brands-showcase__slider .cl_logo:hover,
.homepage-brands-showcase__slider .cl_logo:focus-within {
    border-color: rgba(125, 71, 163, 0.28);
    box-shadow: 0 18px 40px rgba(58, 38, 67, 0.14);
    transform: translateY(-4px);
}

.homepage-brands-showcase__slider .cl_logo:hover img,
.homepage-brands-showcase__slider .cl_logo:focus-within img {
    filter: saturate(1.05);
    transform: scale(1.025);
}

.homepage-brands-showcase__slider.nav_style3.owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    border: 1px solid rgba(125, 71, 163, 0.15);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(58, 38, 67, 0.13);
    color: var(--color-1st, #7d47a3);
}

@media (max-width: 767px) {
    .homepage-brands-showcase {
        padding: 42px 0 48px;
    }

    .homepage-brands-showcase__container {
        padding-inline: 16px;
    }

    .homepage-brands-showcase__slider .cl_logo {
        border-radius: 15px;
    }
}

.homepage-seo-guide {
    background: #fff;
    padding: 76px 0 82px;
}

.homepage-seo-guide__intro {
    margin: 0 auto 36px;
    max-width: 760px;
    text-align: center;
}

.homepage-seo-guide__eyebrow {
    color: var(--color-1st, #7d47a3);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.homepage-seo-guide h2 {
    color: #29232d;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.2;
    margin: 0 0 14px;
    text-transform: none;
}

.homepage-seo-guide__intro > p,
.homepage-seo-guide__faq-heading > p {
    color: #716978;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.homepage-seo-guide__cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-seo-guide__cards article {
    background: linear-gradient(145deg, #fbf9fc, #f6f1f9);
    border: 1px solid rgba(125, 71, 163, 0.1);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    overflow: hidden;
}

.homepage-seo-guide__media {
    align-items: center;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.85), transparent 34%),
        linear-gradient(135deg, #eee3f5, #dac4e8);
    display: flex;
    height: 168px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.homepage-seo-guide__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    width: 100%;
}

.homepage-seo-guide__cards article:hover .homepage-seo-guide__media img {
    transform: scale(1.035);
}

.homepage-seo-guide__media-fallback {
    align-items: center;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(77, 43, 98, 0.12);
    display: flex;
    height: 88px;
    justify-content: center;
    width: 88px;
}

.homepage-seo-guide__media-fallback svg {
    fill: none;
    height: 48px;
    stroke: var(--color-1st, #7d47a3);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
    width: 48px;
}

.homepage-seo-guide__card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 30px 30px;
}

.homepage-seo-guide__cards h3 {
    color: #322b36;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 13px;
}

.homepage-seo-guide__cards p {
    color: #716978;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 22px;
}

.homepage-seo-guide__cards a,
.homepage-seo-guide__faq-heading a {
    color: var(--color-1st, #7d47a3);
    font-size: 13px;
    font-weight: 700;
    margin-top: auto;
    text-decoration: underline;
    text-decoration-color: rgba(125, 71, 163, 0.32);
    text-underline-offset: 4px;
}

.homepage-seo-guide__faq {
    align-items: start;
    background: #29232d;
    border-radius: 26px;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    margin-top: 54px;
    padding: 48px;
}

.homepage-seo-guide__faq h2 {
    color: #fff;
    font-size: clamp(26px, 2.6vw, 36px);
}

.homepage-seo-guide__faq-heading > p {
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 20px;
}

.homepage-seo-guide__faq-heading a {
    color: #d7b9ea;
}

.homepage-seo-guide__questions details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: #fff;
    padding: 18px 0;
}

.homepage-seo-guide__questions details:first-child {
    padding-top: 2px;
}

.homepage-seo-guide__questions summary {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    padding-right: 24px;
}

.homepage-seo-guide__questions p {
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
    line-height: 1.7;
    margin: 14px 0 2px;
}

@media (max-width: 991px) {
    .homepage-seo-guide__cards {
        grid-template-columns: 1fr;
    }

    .homepage-seo-guide__cards article {
        min-height: 0;
    }

    .homepage-seo-guide__faq {
        gap: 34px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .homepage-seo-guide {
        padding: 54px 0 58px;
    }

    .homepage-seo-guide__intro {
        margin-bottom: 27px;
        padding-inline: 8px;
    }

    .homepage-seo-guide__intro > p,
    .homepage-seo-guide__faq-heading > p {
        font-size: 13px;
        line-height: 1.7;
    }

    .homepage-seo-guide__cards article {
        border-radius: 18px;
    }

    .homepage-seo-guide__media {
        height: 154px;
    }

    .homepage-seo-guide__card-body {
        padding: 23px 24px 25px;
    }

    .homepage-seo-guide__faq {
        border-radius: 20px;
        margin-top: 34px;
        padding: 28px 22px;
    }

    .homepage-seo-guide__questions summary {
        font-size: 14px;
    }
}
