/* Start custom CSS for html, class: .elementor-element-cd37805 *//* =========================================================
   ALICIA BEAUTY — MICRO-NEEDLING
   Prefix: ab-mn-
========================================================= */

body{
    overflow: hidden;
}

.ab-mn-page {
    --mn-bg: #FFFDF8;
    --mn-bg-soft: #FCFAF8;
    --mn-text: #2D2D2D;
    --mn-muted: #666666;
    --mn-accent: #BB8B65;
    --mn-accent-dark: #9C6048;
    --mn-border: rgba(187, 139, 101, 0.22);
    --mn-white: #FFFFFF;

    width: 100%;
    overflow-x: clip;
    background: var(--mn-bg);
    color: var(--mn-text);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.ab-mn-page *,
.ab-mn-page *::before,
.ab-mn-page *::after {
    box-sizing: border-box;
}

.ab-mn-page img {
    max-width: 100%;
    display: block;
}

.ab-mn-container {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

.ab-mn-section {
    padding: 110px 0;
}


/* TYPOGRAPHY */

.ab-mn-page h1,
.ab-mn-page h2,
.ab-mn-page h3 {
    margin-top: 0;
    color: var(--mn-text);
    font-family: "Cormorant Garamond", Georgia, serif;
}

.ab-mn-page h1 {
    margin-bottom: 28px;
    font-size: clamp(54px, 6vw, 84px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -2px;
}

.ab-mn-page h1 span {
    display: block;
    font-style: italic;
    color: var(--mn-accent);
}

.ab-mn-page h2 {
    margin-bottom: 26px;
    max-width: 760px;
    font-size: clamp(43px, 4.3vw, 62px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -1px;
}

.ab-mn-page h2 em {
    color: var(--mn-accent);
    font-weight: 500;
}

.ab-mn-page h3 {
    font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
}

.ab-mn-page p {
    margin: 0 0 20px;
    color: var(--mn-muted);
}

.ab-mn-lead {
    font-size: 21px;
    line-height: 1.75;
    color: #494949 !important;
}

.ab-mn-section-label,
.ab-mn-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mn-accent);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}


/* BUTTON */

.ab-mn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 58px;
    padding: 15px 28px;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        opacity 0.3s ease;
}

.ab-mn-btn:hover {
    transform: translateY(-2px);
}

.ab-mn-btn-primary {
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #9C6048 0%,
        #E6C1AA 50%,
        #B77A5F 100%
    ) !important;
    box-shadow: 0 14px 35px rgba(156, 96, 72, 0.18);
}

.ab-mn-btn-light {
    background: #fff;
    color: #8e5b47 !important;
}

.ab-mn-btn i {
    font-size: 13px;
}


/* HERO */

.ab-mn-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #2e2927;
}

.ab-mn-hero-bg,
.ab-mn-hero-overlay {
    position: absolute;
    inset: 0;
}

.ab-mn-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab-mn-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(32, 27, 25, 0.91) 0%,
            rgba(32, 27, 25, 0.78) 42%,
            rgba(32, 27, 25, 0.23) 75%,
            rgba(32, 27, 25, 0.08) 100%
        );
}

.ab-mn-hero .ab-mn-container {
    position: relative;
    z-index: 2;
    padding: 105px 0 90px;
}

.ab-mn-hero-content {
    max-width: 710px;
}

.ab-mn-hero h1 {
    color: #fff;
}

.ab-mn-hero-lead {
    max-width: 650px;
    color: rgba(255,255,255,.82) !important;
    font-size: 20px;
}

.ab-mn-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 35px;
}

.ab-mn-text-link {
    color: #fff !important;
    font-size: 15px;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,.45);
}

.ab-mn-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding-top: 50px;
    margin-top: 55px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.ab-mn-trust-item {
    display: flex;
    gap: 14px;
}

.ab-mn-trust-item > i {
    color: #d7aa8a;
    margin-top: 5px;
}

.ab-mn-trust-item strong,
.ab-mn-trust-item span {
    display: block;
}

.ab-mn-trust-item strong {
    color: #fff;
    font-size: 15px;
}

.ab-mn-trust-item span {
    margin-top: 3px;
    color: rgba(255,255,255,.61);
    font-size: 12px;
    line-height: 1.5;
}


/* INTRO */

.ab-mn-two-col {
    display: grid;
    grid-template-columns: .93fr 1.07fr;
    gap: 90px;
    align-items: center;
}

.ab-mn-image-wrap {
    position: relative;
}

.ab-mn-image-wrap > img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.ab-mn-image-badge {
    position: absolute;
    right: -25px;
    bottom: 35px;
    width: 220px;
    padding: 24px 26px;
    background: var(--mn-bg);
    box-shadow: 0 18px 50px rgba(45,45,45,.12);
}

.ab-mn-image-badge span,
.ab-mn-image-badge strong {
    display: block;
}

.ab-mn-image-badge span {
    color: var(--mn-accent);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ab-mn-image-badge strong {
    margin-top: 4px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
}

.ab-mn-mini-note {
    display: flex;
    gap: 15px;
    padding: 20px 22px;
    margin-top: 30px;
    background: var(--mn-bg-soft);
    border-left: 3px solid var(--mn-accent);
}

.ab-mn-mini-note i {
    margin-top: 6px;
    color: var(--mn-accent);
}

.ab-mn-mini-note p {
    margin: 0;
    font-size: 15px;
}


/* HEADINGS */

.ab-mn-heading-center {
    max-width: 780px;
    margin: 0 auto 65px;
    text-align: center;
}

.ab-mn-heading-center h2 {
    margin-left: auto;
    margin-right: auto;
}

.ab-mn-heading-center > p {
    max-width: 680px;
    margin: 0 auto;
}


/* BENEFITS */

.ab-mn-benefits {
    background: var(--mn-bg-soft);
}

.ab-mn-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ab-mn-benefit-card {
    position: relative;
    min-height: 330px;
    padding: 42px 35px;
    background: #fff;
    border: 1px solid rgba(187,139,101,.15);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.ab-mn-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(45,45,45,.07);
}

.ab-mn-card-number {
    position: absolute;
    right: 26px;
    top: 20px;
    color: rgba(187,139,101,.25);
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
}

.ab-mn-icon-box {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #f7eee8;
    color: var(--mn-accent-dark);
}

.ab-mn-benefit-card h3 {
    margin-bottom: 14px;
}

.ab-mn-benefit-card p {
    margin-bottom: 0;
    font-size: 16px;
}


/* PROCESS */

.ab-mn-process-layout {
    display: grid;
    grid-template-columns: 1fr .87fr;
    gap: 85px;
    align-items: center;
}

.ab-mn-steps {
    margin-top: 42px;
}

.ab-mn-step {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 20px;
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--mn-border);
}

.ab-mn-step:last-child {
    margin-bottom: 0;
}

.ab-mn-step-number {
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    border: 1px solid var(--mn-accent);
    border-radius: 50%;
    color: var(--mn-accent-dark);
    font-size: 13px;
    font-weight: 700;
}

.ab-mn-step h3 {
    margin: 0 0 7px;
    font-size: 23px;
}

.ab-mn-step p {
    margin: 0;
    font-size: 16px;
}

.ab-mn-process-visual {
    position: relative;
}

.ab-mn-process-visual > img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.ab-mn-time-card {
    position: absolute;
    left: -35px;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 17px;
    min-width: 260px;
    padding: 23px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(45,45,45,.13);
}

.ab-mn-time-card i {
    color: var(--mn-accent);
    font-size: 26px;
}

.ab-mn-time-card span,
.ab-mn-time-card strong {
    display: block;
}

.ab-mn-time-card span {
    color: var(--mn-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ab-mn-time-card strong {
    margin-top: 2px;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
}


/* JOURNEY */

.ab-mn-journey {
    background: var(--mn-bg-soft);
}

.ab-mn-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.ab-mn-journey-card {
    padding: 42px 35px;
    background: #fff;
    border-top: 3px solid var(--mn-accent);
}

.ab-mn-journey-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #f7eee8;
    color: var(--mn-accent-dark);
    font-size: 20px;
}

.ab-mn-journey-card > span {
    display: block;
    margin-bottom: 7px;
    color: var(--mn-accent);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ab-mn-journey-card h3 {
    margin-bottom: 15px;
}

.ab-mn-journey-card p {
    margin: 0;
    font-size: 16px;
}


/* AFTERCARE */

.ab-mn-aftercare-box {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    min-height: 600px;
    background: #302b29;
}

.ab-mn-aftercare-content {
    padding: 75px;
}

.ab-mn-aftercare-content h2,
.ab-mn-aftercare-content h2 em {
    color: #fff;
}

.ab-mn-aftercare-content > p {
    color: rgba(255,255,255,.7);
}

.ab-mn-aftercare-list {
    margin-top: 35px;
}

.ab-mn-aftercare-list > div {
    display: flex;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.82);
    font-size: 16px;
}

.ab-mn-aftercare-list i {
    margin-top: 6px;
    color: #d7aa8a;
}

.ab-mn-aftercare-image img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
}


/* SUITABILITY */

.ab-mn-suitability {
    background: var(--mn-bg-soft);
}

.ab-mn-suitability-grid {
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 90px;
    align-items: center;
}

.ab-mn-suitability-grid .ab-mn-btn {
    margin-top: 20px;
}

.ab-mn-suitability-panel {
    padding: 48px;
    background: #fff;
    border: 1px solid var(--mn-border);
}

.ab-mn-suitability-panel h3 {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--mn-border);
}

.ab-mn-suitability-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ab-mn-suitability-panel li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 0;
    color: var(--mn-muted);
}

.ab-mn-suitability-panel li i {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    border-radius: 50%;
    background: #f7eee8;
    color: var(--mn-accent-dark);
    font-size: 10px;
}


/* FAQ */

.ab-mn-faq {
    background: var(--mn-bg);
}

.ab-mn-faq-container {
    max-width: 1000px;
}

.ab-mn-faq-list {
    border-top: 1px solid var(--mn-border);
}

.ab-mn-faq-item {
    border-bottom: 1px solid var(--mn-border);
}

.ab-mn-faq-item summary {
    position: relative;
    padding: 27px 55px 27px 0;
    cursor: pointer;
    list-style: none;
    color: var(--mn-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
}

.ab-mn-faq-item summary::-webkit-details-marker {
    display: none;
}

.ab-mn-faq-plus {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.ab-mn-faq-plus::before,
.ab-mn-faq-plus::after {
    content: "";
    position: absolute;
    background: var(--mn-accent);
}

.ab-mn-faq-plus::before {
    width: 18px;
    height: 1px;
    left: 1px;
    top: 9px;
}

.ab-mn-faq-plus::after {
    width: 1px;
    height: 18px;
    left: 9px;
    top: 1px;
    transition: transform .25s ease;
}

.ab-mn-faq-item[open] .ab-mn-faq-plus::after {
    transform: rotate(90deg);
}

.ab-mn-faq-answer {
    padding: 0 60px 28px 0;
}

.ab-mn-faq-answer p {
    margin: 0;
    font-size: 16px;
}


/* FINAL CTA */

.ab-mn-final-cta {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #302b29;
}

.ab-mn-final-bg,
.ab-mn-final-overlay {
    position: absolute;
    inset: 0;
}

.ab-mn-final-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab-mn-final-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(37,31,29,.93) 0%,
            rgba(37,31,29,.82) 47%,
            rgba(37,31,29,.34) 100%
        );
}

.ab-mn-final-cta .ab-mn-container {
    position: relative;
    z-index: 2;
}

.ab-mn-final-content {
    max-width: 680px;
    padding: 85px 0;
}

.ab-mn-final-content h2 {
    color: #fff;
}

.ab-mn-final-content h2 em {
    color: #dcb294;
}

.ab-mn-final-content p {
    max-width: 620px;
    margin-bottom: 32px;
    color: rgba(255,255,255,.76);
    font-size: 18px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ab-mn-container {
        width: min(100% - 48px, 1100px);
    }

    .ab-mn-section {
        padding: 85px 0;
    }

    .ab-mn-two-col,
    .ab-mn-process-layout,
    .ab-mn-suitability-grid {
        gap: 55px;
    }

    .ab-mn-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-mn-image-wrap > img,
    .ab-mn-process-visual > img {
        height: 560px;
    }

    .ab-mn-aftercare-content {
        padding: 55px 45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ab-mn-page {
        font-size: 17px;
        line-height: 1.78;
    }

    .ab-mn-container {
        width: calc(100% - 36px);
    }

    .ab-mn-section {
        padding: 68px 0;
    }

    .ab-mn-page h1 {
        font-size: clamp(45px, 14vw, 60px);
        letter-spacing: -1px;
    }

    .ab-mn-page h2 {
        font-size: clamp(37px, 11vw, 48px);
        letter-spacing: -.5px;
    }

    .ab-mn-page h3 {
        font-size: 25px;
    }

    .ab-mn-lead {
        font-size: 19px;
    }


    /* HERO */

    .ab-mn-hero {
        min-height: auto;
    }

    .ab-mn-hero-bg img {
        object-position: 62% center;
    }

    .ab-mn-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(31,26,24,.94),
                rgba(31,26,24,.72)
            );
    }

    .ab-mn-hero .ab-mn-container {
        padding: 90px 0 65px;
    }

    .ab-mn-hero-lead {
        font-size: 18px;
    }

    .ab-mn-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ab-mn-hero-trust {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 35px;
        margin-top: 40px;
    }


    /* INTRO */

    .ab-mn-two-col,
    .ab-mn-process-layout,
    .ab-mn-suitability-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ab-mn-image-wrap > img {
        height: 480px;
    }

    .ab-mn-image-badge {
        right: 15px;
        bottom: 15px;
        width: 195px;
    }


    /* BENEFITS */

    .ab-mn-heading-center {
        margin-bottom: 45px;
        text-align: left;
    }

    .ab-mn-heading-center h2,
    .ab-mn-heading-center > p {
        margin-left: 0;
        margin-right: 0;
    }

    .ab-mn-benefit-grid,
    .ab-mn-journey-grid {
        grid-template-columns: 1fr;
    }

    .ab-mn-benefit-card {
        min-height: 0;
        padding: 35px 28px;
    }


    /* PROCESS */

    .ab-mn-process-visual {
        order: -1;
    }

    .ab-mn-process-visual > img {
        height: 480px;
    }

    .ab-mn-time-card {
        left: 15px;
        bottom: 15px;
        min-width: 0;
    }

    .ab-mn-step {
        grid-template-columns: 50px 1fr;
        gap: 16px;
    }

    .ab-mn-step-number {
        width: 44px;
        height: 44px;
    }


    /* AFTERCARE */

    .ab-mn-aftercare-box {
        grid-template-columns: 1fr;
    }

    .ab-mn-aftercare-content {
        padding: 50px 27px;
    }

    .ab-mn-aftercare-image {
        order: -1;
    }

    .ab-mn-aftercare-image img {
        min-height: 0;
        height: 400px;
    }


    /* SUITABILITY */

    .ab-mn-suitability-panel {
        padding: 35px 27px;
    }


    /* FAQ */

    .ab-mn-faq-item summary {
        padding: 23px 45px 23px 0;
        font-size: 23px;
    }

    .ab-mn-faq-answer {
        padding-right: 15px;
    }


    /* CTA */

    .ab-mn-final-cta {
        min-height: 540px;
    }

    .ab-mn-final-overlay {
        background: rgba(37,31,29,.84);
    }

    .ab-mn-final-content {
        padding: 70px 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ab-mn-container {
        width: calc(100% - 30px);
    }

    .ab-mn-btn {
        width: 100%;
    }

    .ab-mn-image-wrap > img,
    .ab-mn-process-visual > img {
        height: 420px;
    }

    .ab-mn-image-badge {
        width: calc(100% - 30px);
    }

    .ab-mn-time-card {
        right: 15px;
    }

}/* End custom CSS */