/* Start custom CSS for html, class: .elementor-element-98bc9af *//* =========================================================
   ALICIA BEAUTY — SKIN BOOSTER
   ========================================================= */

.ab-sb-page {
    --ab-bg: #FFFDF8;
    --ab-bg-soft: #FCFAF8;
    --ab-text: #2D2D2D;
    --ab-muted: #666666;
    --ab-accent: #BB8B65;
    --ab-border: rgba(187, 139, 101, 0.22);
    --ab-serif: "Cormorant Garamond", Georgia, serif;
    --ab-sans: "Inter", Arial, sans-serif;

    width: 100%;
    overflow-x: clip;
    background: var(--ab-bg);
    color: var(--ab-text);
    font-family: var(--ab-sans);
}

body{
    overflow: hidden;
}

.ab-sb-page *,
.ab-sb-page *::before,
.ab-sb-page *::after {
    box-sizing: border-box;
}

.ab-sb-page img {
    display: block;
    width: 100%;
}

.ab-sb-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}


/* TYPOGRAPHY */

.ab-sb-page h1,
.ab-sb-page h2,
.ab-sb-page h3,
.ab-sb-page p {
    margin-top: 0;
}

.ab-sb-page h1,
.ab-sb-page h2,
.ab-sb-page h3 {
    font-family: var(--ab-serif);
    color: var(--ab-text);
    font-weight: 500;
}

.ab-sb-page p {
    color: var(--ab-muted);
    font-size: 18px;
    line-height: 1.82;
}

.ab-sb-page em {
    color: var(--ab-accent);
    font-weight: 400;
}

.ab-sb-kicker,
.ab-sb-mini-title {
    display: block;
    margin-bottom: 17px;
    color: var(--ab-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}


/* BUTTON */

.ab-sb-btn {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 15px 28px;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    transition: transform .25s ease, box-shadow .25s ease;
}

.ab-sb-btn-primary {
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #9C6048 0%,
        #E6C1AA 50%,
        #B77A5F 100%
    ) !important;

    box-shadow: 0 12px 30px rgba(156, 96, 72, .18);
}

.ab-sb-btn:hover {
    transform: translateY(-2px);
}

.ab-sb-btn-primary:hover {
    box-shadow: 0 16px 36px rgba(156, 96, 72, .26);
}


/* =========================================================
   HERO
   ========================================================= */

.ab-sb-hero {
    position: relative;
    padding: 95px 0 105px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(230, 193, 170, .14),
            transparent 28%
        ),
        var(--ab-bg);
}

.ab-sb-hero-grid {
    display: grid;
    grid-template-columns: 1fr .92fr;
    align-items: center;
    gap: 90px;
}

.ab-sb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 27px;
    color: var(--ab-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ab-sb-hero h1 {
    max-width: 650px;
    margin-bottom: 27px;
    font-size: clamp(58px, 5.4vw, 82px);
    line-height: .98;
    letter-spacing: -2px;
}

.ab-sb-hero h1 span {
    display: block;
    color: var(--ab-accent);
    font-style: italic;
    font-weight: 400;
}

.ab-sb-hero-lead {
    max-width: 650px;
    margin-bottom: 17px;
    color: #444 !important;
    font-family: var(--ab-serif);
    font-size: 24px !important;
    line-height: 1.55 !important;
}

.ab-sb-hero-text {
    max-width: 640px;
    margin-bottom: 32px;
}

.ab-sb-hero-actions {
    display: flex;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;
}

.ab-sb-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ab-text) !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
}

.ab-sb-text-link i {
    color: var(--ab-accent);
}

.ab-sb-trust-row {
    display: flex;
    margin-top: 46px;
    padding-top: 28px;
    border-top: 1px solid var(--ab-border);
}

.ab-sb-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 145px;
    margin-right: 27px;
    padding-right: 27px;
    border-right: 1px solid var(--ab-border);
}

.ab-sb-trust-item:last-child {
    border-right: 0;
    margin-right: 0;
}

.ab-sb-trust-item i {
    color: var(--ab-accent);
    font-size: 20px;
}

.ab-sb-trust-item span {
    color: var(--ab-muted);
    font-size: 12px;
    line-height: 1.5;
}

.ab-sb-trust-item strong {
    color: var(--ab-text);
    font-size: 13px;
}

.ab-sb-hero-visual {
    position: relative;
}

.ab-sb-image-frame {
    position: relative;
    padding: 13px;
    border: 1px solid var(--ab-border);
}

.ab-sb-image-frame img {
    height: 650px;
    object-fit: cover;
}

.ab-sb-image-badge {
    position: absolute;
    right: -25px;
    top: 55px;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ab-bg);
    border: 1px solid var(--ab-border);
    box-shadow: 0 14px 40px rgba(45,45,45,.08);
    font-family: var(--ab-serif);
    text-align: center;
}

.ab-sb-image-badge span {
    color: var(--ab-muted);
    font-size: 14px;
}

.ab-sb-image-badge strong {
    color: var(--ab-accent);
    font-size: 17px;
    font-weight: 500;
}

.ab-sb-floating-card {
    position: absolute;
    left: -50px;
    bottom: 38px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 280px;
    padding: 18px 21px;
    background: rgba(255,253,248,.96);
    border: 1px solid var(--ab-border);
    box-shadow: 0 15px 40px rgba(45,45,45,.1);
}

.ab-sb-floating-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(187,139,101,.12);
    color: var(--ab-accent);
}

.ab-sb-floating-card strong,
.ab-sb-floating-card span {
    display: block;
}

.ab-sb-floating-card strong {
    margin-bottom: 3px;
    font-family: var(--ab-serif);
    font-size: 17px;
    font-weight: 600;
}

.ab-sb-floating-card div > span {
    color: var(--ab-muted);
    font-size: 12px;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.ab-sb-section {
    padding: 110px 0;
}

.ab-sb-section-heading {
    max-width: 720px;
    margin-bottom: 55px;
}

.ab-sb-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ab-sb-section-heading h2,
.ab-sb-products-content h2,
.ab-sb-process-content h2 {
    margin-bottom: 20px;
    font-size: clamp(42px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -1px;
}


/* =========================================================
   INTRO
   ========================================================= */

.ab-sb-intro {
    background: var(--ab-bg-soft);
}

.ab-sb-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1fr;
    align-items: center;
    gap: 85px;
}

.ab-sb-intro-image {
    position: relative;
}

.ab-sb-intro-image img {
    height: 610px;
    object-fit: cover;
}

.ab-sb-image-caption {
    position: absolute;
    right: -30px;
    bottom: 28px;
    padding: 15px 20px;
    background: var(--ab-bg);
    border: 1px solid var(--ab-border);
    color: var(--ab-muted);
    font-size: 13px;
}

.ab-sb-image-caption i {
    margin-right: 7px;
    color: var(--ab-accent);
}

.ab-sb-intro-content h3 {
    margin-bottom: 26px;
    font-size: clamp(39px, 3.5vw, 52px);
    line-height: 1.1;
}

.ab-sb-intro-content h3 em {
    display: block;
}

.ab-sb-note {
    display: flex;
    gap: 17px;
    margin-top: 28px;
    padding: 22px;
    border-left: 2px solid var(--ab-accent);
    background: #fff;
}

.ab-sb-note span {
    color: var(--ab-accent);
    font-size: 19px;
}

.ab-sb-note p {
    margin: 0;
    font-size: 15px;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.ab-sb-benefits {
    background: var(--ab-bg);
}

.ab-sb-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ab-sb-benefit-card {
    position: relative;
    min-height: 340px;
    padding: 37px 29px;
    background: var(--ab-bg-soft);
    border: 1px solid var(--ab-border);
    transition: transform .3s ease, box-shadow .3s ease;
}

.ab-sb-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(45,45,45,.06);
}

.ab-sb-card-number {
    position: absolute;
    top: 25px;
    right: 25px;
    color: rgba(187,139,101,.45);
    font-family: var(--ab-serif);
    font-size: 14px;
}

.ab-sb-card-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 42px;
    border-radius: 50%;
    background: rgba(187,139,101,.1);
    color: var(--ab-accent);
    font-size: 21px;
}

.ab-sb-benefit-card h3 {
    margin-bottom: 13px;
    font-size: 27px;
}

.ab-sb-benefit-card p {
    margin: 0;
    font-size: 16px;
}


/* =========================================================
   PRODUCTS
   ========================================================= */

.ab-sb-products {
    background: var(--ab-bg-soft);
}

.ab-sb-products-grid {
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 90px;
    align-items: center;
}

.ab-sb-products-content > p {
    max-width: 650px;
}

.ab-sb-product-list {
    margin-top: 38px;
    border-top: 1px solid var(--ab-border);
}

.ab-sb-product {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 17px 5px;
    border-bottom: 1px solid var(--ab-border);
}

.ab-sb-product span {
    color: var(--ab-accent);
    font-family: var(--ab-serif);
    font-size: 14px;
}

.ab-sb-product strong {
    font-family: var(--ab-serif);
    font-size: 22px;
    font-weight: 500;
}

.ab-sb-products-image {
    position: relative;
}

.ab-sb-products-image img {
    height: 600px;
    object-fit: cover;
}

.ab-sb-quote-card {
    position: absolute;
    left: -55px;
    bottom: 35px;
    width: 310px;
    padding: 27px;
    background: var(--ab-bg);
    border: 1px solid var(--ab-border);
    box-shadow: 0 15px 40px rgba(45,45,45,.08);
}

.ab-sb-quote-card i {
    margin-bottom: 12px;
    color: var(--ab-accent);
    font-size: 20px;
}

.ab-sb-quote-card p {
    margin: 0;
    font-family: var(--ab-serif);
    font-size: 18px;
    line-height: 1.6;
}


/* =========================================================
   AREAS
   ========================================================= */

.ab-sb-areas {
    background: var(--ab-bg);
}

.ab-sb-area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ab-border);
    border-left: 1px solid var(--ab-border);
}

.ab-sb-area-card {
    min-height: 245px;
    padding: 34px;
    border-right: 1px solid var(--ab-border);
    border-bottom: 1px solid var(--ab-border);
}

.ab-sb-area-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 50%;
    background: rgba(187,139,101,.1);
    color: var(--ab-accent);
    font-size: 18px;
}

.ab-sb-area-card h3 {
    margin-bottom: 9px;
    font-size: 26px;
}

.ab-sb-area-card p {
    margin: 0;
    font-size: 16px;
}


/* =========================================================
   PROCESS
   ========================================================= */

.ab-sb-process {
    background: var(--ab-bg-soft);
}

.ab-sb-process-grid {
    display: grid;
    grid-template-columns: .88fr 1fr;
    gap: 90px;
    align-items: center;
}

.ab-sb-process-image img {
    height: 680px;
    object-fit: cover;
}

.ab-sb-process-content > p {
    margin-bottom: 35px;
}

.ab-sb-process-list {
    border-top: 1px solid var(--ab-border);
}

.ab-sb-process-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 15px;
    padding: 24px 0;
    border-bottom: 1px solid var(--ab-border);
}

.ab-sb-process-item > span {
    color: var(--ab-accent);
    font-family: var(--ab-serif);
    font-size: 16px;
}

.ab-sb-process-item h3 {
    margin-bottom: 5px;
    font-size: 23px;
}

.ab-sb-process-item p {
    margin: 0;
    font-size: 15px;
}


/* =========================================================
   COURSE
   ========================================================= */

.ab-sb-course {
    padding: 100px 0;
    background: var(--ab-bg);
}

.ab-sb-course-box {
    padding: 65px;
    border: 1px solid var(--ab-border);
    background: var(--ab-bg-soft);
}

.ab-sb-course-heading {
    max-width: 650px;
    margin-bottom: 50px;
}

.ab-sb-course-heading h2 {
    margin: 0;
    font-size: clamp(42px, 4vw, 56px);
    line-height: 1.08;
}

.ab-sb-course-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ab-border);
    border-bottom: 1px solid var(--ab-border);
}

.ab-sb-stat {
    padding: 38px;
    text-align: center;
    border-right: 1px solid var(--ab-border);
}

.ab-sb-stat:last-child {
    border-right: 0;
}

.ab-sb-stat strong {
    display: block;
    margin-bottom: 7px;
    color: var(--ab-accent);
    font-family: var(--ab-serif);
    font-size: 52px;
    font-weight: 400;
}

.ab-sb-stat span {
    color: var(--ab-muted);
    font-size: 14px;
}

.ab-sb-course-note {
    max-width: 900px;
    margin: 35px auto 0;
    text-align: center;
    font-size: 15px !important;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.ab-sb-final-cta {
    padding: 110px 0;
    background:
        linear-gradient(
            rgba(45,45,45,.93),
            rgba(45,45,45,.93)
        ),
        url("skin-booster-cta.jpg") center / cover no-repeat;
}

.ab-sb-final-inner {
    max-width: 790px;
}

.ab-sb-final-inner h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(48px, 5vw, 68px);
    line-height: 1.05;
}

.ab-sb-final-inner p {
    max-width: 680px;
    color: rgba(255,255,255,.75);
}

.ab-sb-final-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.ab-sb-final-actions > span {
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.ab-sb-final-actions > span i {
    margin-right: 7px;
    color: #E6C1AA;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .ab-sb-hero-grid,
    .ab-sb-intro-grid,
    .ab-sb-products-grid,
    .ab-sb-process-grid {
        gap: 50px;
    }

    .ab-sb-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-sb-image-frame img {
        height: 560px;
    }

    .ab-sb-floating-card {
        left: -20px;
    }

    .ab-sb-image-badge {
        right: -10px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .ab-sb-container {
        width: min(100% - 32px, 1240px);
    }

    .ab-sb-page p {
        font-size: 17px;
        line-height: 1.78;
    }

    .ab-sb-section {
        padding: 75px 0;
    }


    /* HERO */

    .ab-sb-hero {
        padding: 65px 0 75px;
    }

    .ab-sb-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ab-sb-hero h1 {
        font-size: 51px;
        letter-spacing: -1px;
    }

    .ab-sb-hero-lead {
        font-size: 21px !important;
    }

    .ab-sb-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ab-sb-btn {
        width: 100%;
    }

    .ab-sb-trust-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .ab-sb-trust-item {
        min-width: 0;
        margin: 0;
        padding: 0 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ab-sb-image-frame img {
        height: 470px;
    }

    .ab-sb-image-badge {
        width: 100px;
        height: 100px;
        right: -5px;
        top: 30px;
    }

    .ab-sb-floating-card {
        left: 15px;
        right: 15px;
        bottom: 20px;
        min-width: 0;
    }


    /* INTRO */

    .ab-sb-intro-grid,
    .ab-sb-products-grid,
    .ab-sb-process-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ab-sb-intro-image img,
    .ab-sb-products-image img,
    .ab-sb-process-image img {
        height: 470px;
    }

    .ab-sb-image-caption {
        right: 10px;
    }


    /* BENEFITS */

    .ab-sb-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ab-sb-benefit-card {
        min-height: 0;
    }


    /* PRODUCTS */

    .ab-sb-quote-card {
        left: 15px;
        right: 15px;
        bottom: 20px;
        width: auto;
    }


    /* AREAS */

    .ab-sb-area-grid {
        grid-template-columns: 1fr;
    }

    .ab-sb-area-card {
        min-height: 0;
    }


    /* COURSE */

    .ab-sb-course {
        padding: 70px 0;
    }

    .ab-sb-course-box {
        padding: 38px 22px;
    }

    .ab-sb-course-stats {
        grid-template-columns: 1fr;
    }

    .ab-sb-stat {
        padding: 27px 10px;
        border-right: 0;
        border-bottom: 1px solid var(--ab-border);
    }

    .ab-sb-stat:last-child {
        border-bottom: 0;
    }


    /* CTA */

    .ab-sb-final-cta {
        padding: 80px 0;
    }

    .ab-sb-final-inner h2 {
        font-size: 45px;
    }

    .ab-sb-final-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* VERY SMALL MOBILE */

@media (max-width: 420px) {

    .ab-sb-hero h1 {
        font-size: 44px;
    }

    .ab-sb-section-heading h2,
    .ab-sb-products-content h2,
    .ab-sb-process-content h2,
    .ab-sb-course-heading h2 {
        font-size: 38px;
    }

    .ab-sb-final-inner h2 {
        font-size: 40px;
    }

    .ab-sb-trust-row {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .ab-sb-trust-item {
        flex-direction: row;
        padding: 0 0 15px;
        border-right: 0;
        border-bottom: 1px solid var(--ab-border);
    }
}/* End custom CSS */