/* Start custom CSS for html, class: .elementor-element-df96e50 *//* =========================================================
   ALICIA BEAUTY — PRP / PLATELET RICH PLASMA
   Prefix: ab-prp-
========================================================= */

body{
    overflow: hidden;
}

.ab-prp-page {
    --ab-prp-bg: #FFFDF8;
    --ab-prp-bg-soft: #FCFAF8;
    --ab-prp-text: #2D2D2D;
    --ab-prp-muted: #666666;
    --ab-prp-accent: #BB8B65;
    --ab-prp-accent-dark: #956A4E;
    --ab-prp-border: rgba(187, 139, 101, 0.22);

    width: 100%;
    overflow-x: clip;
    background: var(--ab-prp-bg);
    color: var(--ab-prp-text);
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.ab-prp-page *,
.ab-prp-page *::before,
.ab-prp-page *::after {
    box-sizing: border-box;
}

.ab-prp-page img {
    display: block;
    width: 100%;
}

.ab-prp-page h1,
.ab-prp-page h2,
.ab-prp-page h3,
.ab-prp-page p {
    margin-top: 0;
}

.ab-prp-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.ab-prp-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background:
        url("https://www.alicia-beauty.co.uk/wp-content/uploads/2026/06/now-edited-3.webp")
        center center / cover no-repeat;
    isolation: isolate;
}

.ab-prp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            rgba(31, 27, 25, 0.78) 0%,
            rgba(31, 27, 25, 0.60) 38%,
            rgba(31, 27, 25, 0.17) 72%,
            rgba(31, 27, 25, 0.08) 100%
        );
}

.ab-prp-hero-inner {
    padding-top: 80px;
    padding-bottom: 170px;
}

.ab-prp-hero-content {
    max-width: 760px;
    color: #fff;
}

.ab-prp-eyebrow,
.ab-prp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--ab-prp-accent);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ab-prp-eyebrow {
    color: #F1D3BF;
}

.ab-prp-hero h1 {
    margin-bottom: 24px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(52px, 5vw, 78px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -1.5px;
}

.ab-prp-hero h1 span {
    display: block;
    color: #F1D3BF;
    font-style: italic;
    font-weight: 400;
}

.ab-prp-hero-lead {
    max-width: 680px;
    margin-bottom: 34px;
    color: rgba(255,255,255,0.90);
    font-size: 19px;
    line-height: 1.75;
}

.ab-prp-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
}


/* =========================================================
   BUTTONS
========================================================= */

.ab-prp-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    min-height: 58px;
    padding: 15px 29px;
    border-radius: 2px;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ab-prp-btn-primary {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            #9C6048 0%,
            #E6C1AA 50%,
            #B77A5F 100%
        ) !important;
    box-shadow: 0 12px 35px rgba(99, 57, 40, 0.22);
}

.ab-prp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(99, 57, 40, 0.30);
}

.ab-prp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
}

.ab-prp-text-link i {
    color: #E6C1AA;
}


/* =========================================================
   HERO TRUST BAR
========================================================= */

.ab-prp-trust-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.ab-prp-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(255,253,248,0.97);
    box-shadow: 0 -5px 35px rgba(0,0,0,0.08);
}

.ab-prp-trust-item {
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 32px;
    border-right: 1px solid var(--ab-prp-border);
}

.ab-prp-trust-item:last-child {
    border-right: 0;
}

.ab-prp-trust-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ab-prp-border);
    border-radius: 50%;
    color: var(--ab-prp-accent);
    font-size: 17px;
}

.ab-prp-trust-item strong,
.ab-prp-trust-item span {
    display: block;
}

.ab-prp-trust-item strong {
    margin-bottom: 2px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    line-height: 1.25;
}

.ab-prp-trust-item div > span {
    color: var(--ab-prp-muted);
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   GLOBAL SECTION TYPOGRAPHY
========================================================= */

.ab-prp-section {
    padding: 110px 0;
}

.ab-prp-section h2 {
    margin-bottom: 25px;
    color: var(--ab-prp-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.ab-prp-section h2 em {
    color: var(--ab-prp-accent);
    font-weight: 400;
}

.ab-prp-content > p {
    margin-bottom: 19px;
    color: var(--ab-prp-muted);
}

.ab-prp-content .ab-prp-intro-text {
    color: #3F3F3F;
    font-size: 20px;
    line-height: 1.75;
}

.ab-prp-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
    gap: 85px;
    align-items: center;
}

.ab-prp-two-col-reverse {
    grid-template-columns: minmax(380px, 0.88fr) minmax(0, 1fr);
}

.ab-prp-section-heading {
    max-width: 760px;
    margin-bottom: 60px;
}

.ab-prp-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ab-prp-section-heading p {
    color: var(--ab-prp-muted);
}


/* =========================================================
   IMAGE CARDS
========================================================= */

.ab-prp-image-card {
    position: relative;
}

.ab-prp-image-card::before {
    content: "";
    position: absolute;
    top: -17px;
    right: -17px;
    width: 60%;
    height: 60%;
    border: 1px solid var(--ab-prp-border);
    z-index: 0;
}

.ab-prp-image-card img {
    position: relative;
    z-index: 1;
    height: 520px;
    object-fit: cover;
}

.ab-prp-image-card-tall img {
    height: 600px;
}

.ab-prp-image-badge {
    position: absolute;
    z-index: 3;
    left: -30px;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 210px;
    padding: 20px 23px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(45,45,45,.12);
}

.ab-prp-image-badge i {
    color: var(--ab-prp-accent);
    font-size: 25px;
}

.ab-prp-image-badge span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
}

.ab-prp-image-badge small {
    display: block;
    margin-bottom: 3px;
    color: var(--ab-prp-accent);
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ab-prp-image-caption {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 25px;
    padding: 18px 24px;
    background: rgba(255,253,248,.94);
}

.ab-prp-image-caption span,
.ab-prp-image-caption strong {
    display: block;
}

.ab-prp-image-caption span {
    margin-bottom: 2px;
    color: var(--ab-prp-accent);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ab-prp-image-caption strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
}


/* =========================================================
   CLINICAL NOTE
========================================================= */

.ab-prp-clinical-note {
    display: flex;
    gap: 18px;
    margin-top: 33px;
    padding: 24px 25px;
    border-left: 3px solid var(--ab-prp-accent);
    background: var(--ab-prp-bg-soft);
}

.ab-prp-note-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(187,139,101,.12);
    color: var(--ab-prp-accent);
}

.ab-prp-clinical-note strong {
    display: block;
    margin-bottom: 4px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
}

.ab-prp-clinical-note p {
    margin: 0;
    color: var(--ab-prp-muted);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   WHAT IS PRP / PROCESS
========================================================= */

.ab-prp-what {
    background: var(--ab-prp-bg-soft);
}

.ab-prp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ab-prp-process-card {
    position: relative;
    min-height: 315px;
    padding: 36px 27px 30px;
    background: #fff;
    border: 1px solid rgba(187,139,101,.16);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ab-prp-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(45,45,45,.07);
}

.ab-prp-step {
    position: absolute;
    right: 20px;
    top: 13px;
    color: rgba(187,139,101,.18);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 50px;
    font-weight: 600;
}

.ab-prp-process-icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background: rgba(187,139,101,.10);
    color: var(--ab-prp-accent);
}

.ab-prp-process-card h3 {
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
}

.ab-prp-process-card p {
    margin: 0;
    color: var(--ab-prp-muted);
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   SKIN
========================================================= */

.ab-prp-skin {
    background: var(--ab-prp-bg);
}

.ab-prp-benefit-list {
    display: grid;
    gap: 12px;
    margin: 28px 0 30px;
}

.ab-prp-benefit {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: #444;
}

.ab-prp-benefit i {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 25px;
    margin-top: 3px;
    border-radius: 50%;
    background: rgba(187,139,101,.12);
    color: var(--ab-prp-accent);
    font-size: 10px;
}

.ab-prp-areas {
    padding-top: 25px;
    border-top: 1px solid var(--ab-prp-border);
}

.ab-prp-areas > span {
    display: block;
    margin-bottom: 14px;
    color: var(--ab-prp-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.ab-prp-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ab-prp-area-tags span {
    padding: 7px 15px;
    border: 1px solid var(--ab-prp-border);
    color: #555;
    font-size: 13px;
}


/* =========================================================
   HAIR
========================================================= */

.ab-prp-hair {
    background: var(--ab-prp-bg-soft);
}

.ab-prp-hair-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 32px;
}

.ab-prp-hair-points > div {
    padding: 23px;
    background: #fff;
    border: 1px solid rgba(187,139,101,.16);
}

.ab-prp-hair-points > div > span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 50%;
    background: rgba(187,139,101,.10);
    color: var(--ab-prp-accent);
}

.ab-prp-hair-points p {
    margin: 0;
    color: var(--ab-prp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ab-prp-hair-points strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ab-prp-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
}


/* =========================================================
   BENEFITS
========================================================= */

.ab-prp-benefits-section {
    background: #F6F0EA;
}

.ab-prp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ab-prp-benefit-card {
    padding: 38px 28px;
    background: var(--ab-prp-bg);
    border-bottom: 3px solid transparent;
    transition:
        transform .25s ease,
        border-color .25s ease;
}

.ab-prp-benefit-card:hover {
    transform: translateY(-4px);
    border-bottom-color: var(--ab-prp-accent);
}

.ab-prp-benefit-card > span {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid var(--ab-prp-border);
    border-radius: 50%;
    color: var(--ab-prp-accent);
    font-size: 20px;
}

.ab-prp-benefit-card h3 {
    margin-bottom: 11px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
}

.ab-prp-benefit-card p {
    margin: 0;
    color: var(--ab-prp-muted);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   RECOVERY
========================================================= */

.ab-prp-recovery {
    background: var(--ab-prp-bg);
}

.ab-prp-recovery-box {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    overflow: hidden;
    border: 1px solid var(--ab-prp-border);
}

.ab-prp-recovery-content {
    padding: 65px;
}

.ab-prp-recovery-content p {
    color: var(--ab-prp-muted);
}

.ab-prp-recovery-details {
    display: grid;
    align-content: center;
    padding: 50px;
    background: #302D2B;
}

.ab-prp-recovery-details > div {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
}

.ab-prp-recovery-details > div:last-child {
    border-bottom: 0;
}

.ab-prp-recovery-details i {
    margin-top: 5px;
    color: #D5AA8B;
}

.ab-prp-recovery-details span,
.ab-prp-recovery-details strong {
    display: block;
}

.ab-prp-recovery-details span {
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.6;
}

.ab-prp-recovery-details strong {
    margin-bottom: 3px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
}


/* =========================================================
   CONSULTATION CTA
========================================================= */

.ab-prp-consultation {
    position: relative;
    padding: 125px 0;
    background:
        url("prp-cta.jpg")
        center / cover no-repeat;
    isolation: isolate;
}

.ab-prp-consultation-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(35,31,29,.76);
}

.ab-prp-consultation-card {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.ab-prp-consultation .ab-prp-kicker {
    color: #E6C1AA;
}

.ab-prp-consultation h2 {
    color: #fff;
}

.ab-prp-consultation h2 em {
    color: #E6C1AA;
}

.ab-prp-consultation-card > p {
    max-width: 690px;
    margin: 0 auto 32px;
    color: rgba(255,255,255,.82);
}

.ab-prp-consultation-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

.ab-prp-consultation-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.75);
    font-size: 12px;
}

.ab-prp-consultation-meta i {
    color: #E6C1AA;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ab-prp-section {
        padding: 85px 0;
    }

    .ab-prp-hero {
        min-height: 700px;
    }

    .ab-prp-two-col,
    .ab-prp-two-col-reverse {
        gap: 50px;
    }

    .ab-prp-process-grid,
    .ab-prp-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-prp-image-card img,
    .ab-prp-image-card-tall img {
        height: 500px;
    }

    .ab-prp-recovery-content {
        padding: 45px;
    }

    .ab-prp-recovery-details {
        padding: 40px;
    }
}


/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */

@media (max-width: 767px) {

    .ab-prp-page {
        font-size: 17px;
        line-height: 1.78;
    }

    .ab-prp-container {
        width: min(100% - 34px, 1180px);
    }

    .ab-prp-section {
        padding: 70px 0;
    }


    /* HERO */

    .ab-prp-hero {
        min-height: auto;
        display: block;
        background-position: 62% center;
    }

    .ab-prp-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(30,27,25,.88),
                rgba(30,27,25,.61)
            );
    }

    .ab-prp-hero-inner {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .ab-prp-hero h1 {
        font-size: clamp(45px, 13vw, 62px);
    }

    .ab-prp-hero-lead {
        font-size: 17px;
    }

    .ab-prp-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .ab-prp-trust-wrap {
        position: relative;
    }

    .ab-prp-trust-grid {
        grid-template-columns: 1fr;
        box-shadow: none;
    }

    .ab-prp-trust-item {
        min-height: auto;
        padding: 20px 17px;
        border-right: 0;
        border-bottom: 1px solid var(--ab-prp-border);
    }

    .ab-prp-trust-item:last-child {
        border-bottom: 0;
    }


    /* TYPOGRAPHY */

    .ab-prp-section h2 {
        font-size: clamp(38px, 11vw, 49px);
    }

    .ab-prp-content .ab-prp-intro-text {
        font-size: 18px;
    }

    .ab-prp-section-heading {
        margin-bottom: 42px;
    }


    /* COLUMNS */

    .ab-prp-two-col,
    .ab-prp-two-col-reverse {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ab-prp-two-col-reverse .ab-prp-image-card {
        order: 2;
    }

    .ab-prp-two-col-reverse .ab-prp-content {
        order: 1;
    }


    /* IMAGES */

    .ab-prp-image-card::before {
        display: none;
    }

    .ab-prp-image-card img,
    .ab-prp-image-card-tall img {
        height: 420px;
    }

    .ab-prp-image-badge {
        left: 15px;
        bottom: 15px;
        min-width: 0;
    }


    /* PROCESS */

    .ab-prp-process-grid,
    .ab-prp-benefits-grid {
        grid-template-columns: 1fr;
    }

    .ab-prp-process-card {
        min-height: auto;
    }


    /* HAIR */

    .ab-prp-hair-points {
        grid-template-columns: 1fr;
    }


    /* RECOVERY */

    .ab-prp-recovery-box {
        grid-template-columns: 1fr;
    }

    .ab-prp-recovery-content {
        padding: 35px 25px;
    }

    .ab-prp-recovery-details {
        padding: 28px 25px;
    }


    /* CTA */

    .ab-prp-consultation {
        padding: 85px 0;
    }

    .ab-prp-consultation-meta {
        flex-direction: column;
        align-items: center;
        gap: 11px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ab-prp-container {
        width: calc(100% - 28px);
    }

    .ab-prp-hero h1 {
        font-size: 43px;
    }

    .ab-prp-section h2 {
        font-size: 38px;
    }

    .ab-prp-btn {
        width: 100%;
    }

    .ab-prp-image-card img,
    .ab-prp-image-card-tall img {
        height: 360px;
    }

    .ab-prp-clinical-note {
        padding: 20px;
    }

    .ab-prp-process-card,
    .ab-prp-benefit-card {
        padding-left: 23px;
        padding-right: 23px;
    }
}/* End custom CSS */