/* Start custom CSS for html, class: .elementor-element-84bd17a *//* ==========================================================
   ALICIA BEAUTY — BOOK AESTHETIC SERVICES
   Prefix: ab-book-
========================================================== */


body{
    overflow: hidden;
}
.ab-book-page,
.ab-book-page * {
    box-sizing: border-box;
}

.ab-book-page {
    --ab-bg: #FFFDF8;
    --ab-bg-soft: #FCFAF8;
    --ab-text: #2D2D2D;
    --ab-muted: #666666;
    --ab-accent: #BB8B65;
    --ab-accent-dark: #95684B;
    --ab-border: rgba(187, 139, 101, 0.22);
    --ab-white: #FFFFFF;

    width: 100%;
    overflow-x: clip;
    background: var(--ab-bg);
    color: var(--ab-text);
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.ab-book-page h1,
.ab-book-page h2,
.ab-book-page h3,
.ab-book-page p {
    margin-top: 0;
}

.ab-book-page h1,
.ab-book-page h2,
.ab-book-page h3 {
    color: var(--ab-text);
}

.ab-book-page h1,
.ab-book-page h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    line-height: 1.05;
}

.ab-book-page h2 em,
.ab-book-page h1 span {
    color: var(--ab-accent);
    font-style: italic;
}

.ab-book-page img {
    display: block;
    width: 100%;
}

.ab-book-container {
    width: min(1240px, calc(100% - 60px));
    margin: 0 auto;
}

.ab-book-container-small {
    max-width: 1080px;
}

.ab-book-container-medium {
    max-width: 1000px;
}

.ab-book-section {
    padding: 110px 0;
}

.ab-book-section-label,
.ab-book-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ab-accent);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.ab-book-section-heading {
    max-width: 760px;
    margin-bottom: 55px;
}

.ab-book-section-heading h2 {
    margin: 14px 0 22px;
    font-size: clamp(42px, 4.2vw, 62px);
}

.ab-book-section-heading p {
    margin-bottom: 0;
    color: var(--ab-muted);
}

.ab-book-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* ==========================================================
   BUTTONS
========================================================== */

.ab-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 15px 28px;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .3px;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ab-book-btn-primary {
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #9C6048 0%,
        #E6C1AA 50%,
        #B77A5F 100%
    ) !important;
    box-shadow: 0 15px 35px rgba(156, 96, 72, .18);
}

.ab-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(156, 96, 72, .25);
}

.ab-book-arrow-link,
.ab-book-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ab-text);
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
}

.ab-book-arrow-link {
    margin-top: 16px;
    color: var(--ab-accent);
}

.ab-book-arrow-link i,
.ab-book-text-link i {
    transition: transform .25s ease;
}

.ab-book-arrow-link:hover i {
    transform: translateX(5px);
}


/* ==========================================================
   HERO
========================================================== */

.ab-book-hero {
    position: relative;
    overflow: hidden;
    padding: 85px 0 100px;
    background:
        linear-gradient(
            105deg,
            #FFFDF8 0%,
            #FFFDF8 54%,
            #FCF7F2 100%
        );
}

.ab-book-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
}

.ab-book-hero-glow-one {
    width: 420px;
    height: 420px;
    right: -180px;
    top: -150px;
    background: rgba(230, 193, 170, .13);
}

.ab-book-hero-glow-two {
    width: 280px;
    height: 280px;
    left: -160px;
    bottom: -130px;
    background: rgba(187, 139, 101, .07);
}

.ab-book-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 85px;
}

.ab-book-hero-content h1 {
    max-width: 700px;
    margin: 20px 0 27px;
    font-size: clamp(55px, 6vw, 82px);
    letter-spacing: -1.8px;
}

.ab-book-hero-content h1 span {
    display: block;
}

.ab-book-hero-lead {
    max-width: 660px;
    margin-bottom: 35px;
    color: var(--ab-muted);
    font-size: 19px;
}

.ab-book-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.ab-book-hero-visual {
    position: relative;
    max-width: 535px;
    margin-left: auto;
    padding: 0 18px 20px 0;
}

.ab-book-hero-image {
    position: relative;
    z-index: 2;
}

.ab-book-hero-image img {
    height: 625px;
    object-fit: cover;
}

.ab-book-hero-frame {
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 0;
    width: calc(100% - 10px);
    height: calc(100% - 5px);
    border: 1px solid var(--ab-accent);
}

.ab-book-image-badge {
    position: absolute;
    left: -45px;
    bottom: 38px;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 230px;
    padding: 17px 20px;
    background: rgba(255, 253, 248, .97);
    box-shadow: 0 18px 50px rgba(45, 45, 45, .12);
}

.ab-book-image-badge > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--ab-accent);
    background: rgba(187, 139, 101, .1);
    border-radius: 50%;
}

.ab-book-image-badge small,
.ab-book-image-badge strong {
    display: block;
    line-height: 1.4;
}

.ab-book-image-badge small {
    color: var(--ab-muted);
    font-size: 11px;
}

.ab-book-image-badge strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 17px;
}

.ab-book-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 55px;
    padding-top: 28px;
    border-top: 1px solid var(--ab-border);
}

.ab-book-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.ab-book-trust-icon {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    color: var(--ab-accent);
    border: 1px solid var(--ab-border);
    border-radius: 50%;
    font-size: 13px;
}

.ab-book-trust-item strong,
.ab-book-trust-item small {
    display: block;
    line-height: 1.35;
}

.ab-book-trust-item strong {
    font-size: 12px;
}

.ab-book-trust-item small {
    margin-top: 2px;
    color: var(--ab-muted);
    font-size: 10px;
}


/* ==========================================================
   PRINCIPLES
========================================================== */

.ab-book-intro {
    background: var(--ab-white);
}

.ab-book-principles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ab-border);
    border-bottom: 1px solid var(--ab-border);
}

.ab-book-principle {
    padding: 38px 28px;
    border-right: 1px solid var(--ab-border);
}

.ab-book-principle:last-child {
    border-right: 0;
}

.ab-book-principle > span {
    color: var(--ab-accent);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 16px;
}

.ab-book-principle h3 {
    margin: 10px 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    font-weight: 500;
}

.ab-book-principle p {
    margin: 0;
    color: var(--ab-muted);
    font-size: 15px;
    line-height: 1.7;
}


/* ==========================================================
   TREATMENT SECTIONS
========================================================== */

.ab-book-treatment-section {
    background: var(--ab-bg);
}

.ab-book-treatment-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 90px;
}

.ab-book-treatment-grid-reverse {
    grid-template-columns: 1.08fr .92fr;
}

.ab-book-treatment-image {
    position: relative;
}

.ab-book-treatment-image-inner {
    position: relative;
}

.ab-book-treatment-image img {
    height: 610px;
    object-fit: cover;
}

.ab-book-treatment-number {
    position: absolute;
    right: -25px;
    bottom: -30px;
    display: grid;
    width: 95px;
    height: 95px;
    place-items: center;
    background: var(--ab-bg);
    border: 1px solid var(--ab-border);
    color: var(--ab-accent);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 35px;
}

.ab-book-treatment-content h2 {
    margin: 13px 0 25px;
    font-size: clamp(45px, 4.6vw, 64px);
}

.ab-book-treatment-content > p {
    color: var(--ab-muted);
}

.ab-book-treatment-content .ab-book-large-text {
    color: var(--ab-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1.55;
}

.ab-book-treatment-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 12px;
}

.ab-book-treatment-highlights div {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid var(--ab-border);
    color: var(--ab-text);
    font-size: 12px;
    font-weight: 600;
}

.ab-book-treatment-highlights i {
    color: var(--ab-accent);
}


/* ==========================================================
   TECHNOLOGY
========================================================== */

.ab-book-tech-section {
    background: var(--ab-bg-soft);
}

.ab-book-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ab-border);
    border-left: 1px solid var(--ab-border);
}

.ab-book-tech-card {
    min-height: 280px;
    padding: 42px 35px;
    background: rgba(255,255,255,.4);
    border-right: 1px solid var(--ab-border);
    border-bottom: 1px solid var(--ab-border);
    transition:
        background .3s ease,
        transform .3s ease;
}

.ab-book-tech-card:hover {
    position: relative;
    z-index: 2;
    background: #fff;
    transform: translateY(-4px);
}

.ab-book-tech-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 23px;
    place-items: center;
    color: var(--ab-accent);
    border: 1px solid var(--ab-border);
    border-radius: 50%;
}

.ab-book-tech-card h3 {
    margin-bottom: 11px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    font-weight: 500;
}

.ab-book-tech-card p {
    margin-bottom: 0;
    color: var(--ab-muted);
    font-size: 15px;
    line-height: 1.7;
}


/* ==========================================================
   HYDRO BENEFITS
========================================================== */

.ab-book-benefits-section {
    background: var(--ab-text);
}

.ab-book-benefits-grid {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 90px;
    align-items: center;
}

.ab-book-benefits-content h2 {
    margin: 15px 0 25px;
    color: #fff;
    font-size: clamp(43px, 4.5vw, 62px);
}

.ab-book-benefits-content > p {
    color: rgba(255,255,255,.67);
}

.ab-book-check-list {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.ab-book-check-list > div {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: rgba(255,255,255,.9);
    font-size: 15px;
}

.ab-book-check-list i {
    display: grid;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    place-items: center;
    margin-top: 2px;
    color: #fff;
    background: var(--ab-accent);
    border-radius: 50%;
    font-size: 10px;
}

.ab-book-benefit-panel {
    padding: 45px;
    background: var(--ab-bg);
}

.ab-book-panel-small {
    display: block;
    margin-bottom: 22px;
    color: var(--ab-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.ab-book-concern {
    display: flex;
    gap: 20px;
    padding: 21px 0;
    border-top: 1px solid var(--ab-border);
}

.ab-book-concern > span {
    color: var(--ab-accent);
    font-family: "Cormorant Garamond", Georgia, serif;
}

.ab-book-concern h3 {
    margin-bottom: 4px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.ab-book-concern p {
    margin: 0;
    color: var(--ab-muted);
    font-size: 13px;
    line-height: 1.6;
}


/* ==========================================================
   FAQ
========================================================== */

.ab-book-faq-section {
    background: var(--ab-bg);
}

.ab-book-faq-alt {
    background: var(--ab-bg-soft);
}

.ab-book-faq-list {
    border-top: 1px solid var(--ab-border);
}

.ab-book-faq-item {
    border-bottom: 1px solid var(--ab-border);
}

.ab-book-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 25px 5px;
    cursor: pointer;
    list-style: none;
    color: var(--ab-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.ab-book-faq-item summary::-webkit-details-marker {
    display: none;
}

.ab-book-faq-item summary > span {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--ab-border);
    border-radius: 50%;
    color: var(--ab-accent);
    font-size: 12px;
}

.ab-book-faq-item[open] summary > span i {
    transform: rotate(45deg);
}

.ab-book-faq-item summary i {
    transition: transform .25s ease;
}

.ab-book-faq-answer {
    padding: 0 65px 25px 5px;
}

.ab-book-faq-answer p {
    margin: 0;
    color: var(--ab-muted);
    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================================
   LYMPHATIC
========================================================== */

.ab-book-lymphatic-section {
    background: var(--ab-white);
}

.ab-book-mini-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 32px;
}

.ab-book-mini-benefits > div {
    padding: 20px 14px;
    border: 1px solid var(--ab-border);
    text-align: center;
}

.ab-book-mini-benefits span {
    display: block;
    margin-bottom: 8px;
    color: var(--ab-accent);
}

.ab-book-mini-benefits strong,
.ab-book-mini-benefits small {
    display: block;
}

.ab-book-mini-benefits strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
}

.ab-book-mini-benefits small {
    margin-top: 2px;
    color: var(--ab-muted);
    font-size: 10px;
}


/* ==========================================================
   LYMPHATIC BENEFITS
========================================================== */

.ab-book-lymph-benefits {
    background: var(--ab-bg);
}

.ab-book-benefit-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ab-book-benefit-card {
    padding: 37px 27px;
    background: #fff;
    border: 1px solid var(--ab-border);
}

.ab-book-benefit-card > span {
    display: grid;
    width: 49px;
    height: 49px;
    margin-bottom: 22px;
    place-items: center;
    color: var(--ab-accent);
    background: rgba(187,139,101,.08);
    border-radius: 50%;
}

.ab-book-benefit-card h3 {
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 500;
}

.ab-book-benefit-card p {
    margin: 0;
    color: var(--ab-muted);
    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================================
   FINAL CTA
========================================================== */

.ab-book-final-section {
    padding: 90px 0 110px;
    background: var(--ab-bg);
}

.ab-book-final-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: center;
    padding: 70px 75px;
    background:
        radial-gradient(
            circle at 95% 5%,
            rgba(187,139,101,.16),
            transparent 35%
        ),
        var(--ab-text);
}

.ab-book-final-content {
    max-width: 680px;
}

.ab-book-final-content h2 {
    margin: 15px 0 22px;
    color: #fff;
    font-size: clamp(43px, 4.7vw, 64px);
}

.ab-book-final-content p {
    margin-bottom: 30px;
    color: rgba(255,255,255,.68);
}

.ab-book-final-details {
    border-left: 1px solid rgba(255,255,255,.15);
    padding-left: 45px;
}

.ab-book-final-details > div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.ab-book-final-details > div > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--ab-accent);
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 50%;
}

.ab-book-final-details small,
.ab-book-final-details strong {
    display: block;
    line-height: 1.4;
}

.ab-book-final-details small {
    color: rgba(255,255,255,.5);
    font-size: 10px;
}

.ab-book-final-details strong {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ab-book-container {
        width: min(100% - 44px, 1100px);
    }

    .ab-book-section {
        padding: 85px 0;
    }

    .ab-book-hero-grid {
        gap: 45px;
    }

    .ab-book-hero-content h1 {
        font-size: 57px;
    }

    .ab-book-hero-image img {
        height: 530px;
    }

    .ab-book-trust-row {
        gap: 18px;
    }

    .ab-book-principles {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-book-principle:nth-child(2) {
        border-right: 0;
    }

    .ab-book-principle:nth-child(-n+2) {
        border-bottom: 1px solid var(--ab-border);
    }

    .ab-book-treatment-grid,
    .ab-book-treatment-grid-reverse {
        gap: 55px;
    }

    .ab-book-treatment-image img {
        height: 530px;
    }

    .ab-book-tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-book-benefit-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-book-final-card {
        padding: 60px 50px;
        gap: 45px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .ab-book-page {
        font-size: 17px;
        line-height: 1.78;
    }

    .ab-book-container {
        width: calc(100% - 36px);
    }

    .ab-book-section {
        padding: 70px 0;
    }

    .ab-book-section-heading {
        margin-bottom: 38px;
    }

    .ab-book-section-heading h2 {
        font-size: 39px;
    }

    .ab-book-section-label,
    .ab-book-eyebrow {
        font-size: 10px;
        letter-spacing: 1.7px;
    }


    /* HERO */

    .ab-book-hero {
        padding: 55px 0 70px;
    }

    .ab-book-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ab-book-hero-content h1 {
        margin-top: 16px;
        font-size: 47px;
        letter-spacing: -1px;
    }

    .ab-book-hero-lead {
        font-size: 17px;
    }

    .ab-book-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .ab-book-btn {
        width: 100%;
    }

    .ab-book-hero-visual {
        width: calc(100% - 10px);
        margin: 0;
    }

    .ab-book-hero-image img {
        height: 450px;
    }

    .ab-book-image-badge {
        left: 15px;
        bottom: 18px;
        min-width: 0;
    }

    .ab-book-hero-frame {
        top: 15px;
        right: -10px;
    }

    .ab-book-trust-row {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 38px;
    }


    /* PRINCIPLES */

    .ab-book-principles {
        grid-template-columns: 1fr;
    }

    .ab-book-principle {
        padding: 28px 10px;
        border-right: 0;
        border-bottom: 1px solid var(--ab-border);
    }

    .ab-book-principle:last-child {
        border-bottom: 0;
    }


    /* TREATMENTS */

    .ab-book-treatment-grid,
    .ab-book-treatment-grid-reverse {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ab-book-treatment-grid-reverse .ab-book-treatment-content {
        order: 2;
    }

    .ab-book-treatment-grid-reverse .ab-book-treatment-image {
        order: 1;
    }

    .ab-book-treatment-image img {
        height: 430px;
    }

    .ab-book-treatment-number {
        right: -8px;
        bottom: -22px;
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .ab-book-treatment-content h2 {
        font-size: 42px;
    }

    .ab-book-treatment-content .ab-book-large-text {
        font-size: 22px;
    }

    .ab-book-treatment-highlights {
        align-items: stretch;
        flex-direction: column;
    }


    /* TECHNOLOGY */

    .ab-book-tech-grid {
        grid-template-columns: 1fr;
    }

    .ab-book-tech-card {
        min-height: 0;
        padding: 32px 25px;
    }


    /* BENEFITS */

    .ab-book-benefits-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ab-book-benefits-content h2 {
        font-size: 40px;
    }

    .ab-book-benefit-panel {
        padding: 30px 25px;
    }


    /* MINI BENEFITS */

    .ab-book-mini-benefits {
        grid-template-columns: 1fr;
    }


    /* BENEFIT CARDS */

    .ab-book-benefit-cards {
        grid-template-columns: 1fr;
    }

    .ab-book-benefit-card {
        padding: 30px 25px;
    }


    /* FAQ */

    .ab-book-faq-item summary {
        padding: 22px 0;
        font-size: 20px;
    }

    .ab-book-faq-answer {
        padding: 0 5px 22px 0;
    }


    /* FINAL CTA */

    .ab-book-final-section {
        padding: 60px 0 75px;
    }

    .ab-book-final-card {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 45px 25px;
    }

    .ab-book-final-content h2 {
        font-size: 40px;
    }

    .ab-book-final-details {
        padding-left: 0;
        border-top: 1px solid rgba(255,255,255,.15);
        border-left: 0;
        padding-top: 20px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .ab-book-container {
        width: calc(100% - 28px);
    }

    .ab-book-hero-content h1 {
        font-size: 42px;
    }

    .ab-book-section-heading h2,
    .ab-book-treatment-content h2,
    .ab-book-benefits-content h2,
    .ab-book-final-content h2 {
        font-size: 37px;
    }

    .ab-book-hero-image img,
    .ab-book-treatment-image img {
        height: 390px;
    }

    .ab-book-image-badge {
        right: 12px;
        left: 12px;
    }
}/* End custom CSS */