.elementor-6613 .elementor-element.elementor-element-eeef05a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6613 .elementor-element.elementor-element-eeef05a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-46cf2fd *//* ==========================================================
   ALICIA BEAUTY - POLYNUCLEOTIDES
   Prefix: ab-poly-
========================================================== */

.ab-poly-page {
    --ab-bg: #FFFDF8;
    --ab-bg-secondary: #FCFAF8;
    --ab-text: #2D2D2D;
    --ab-text-secondary: #666666;
    --ab-accent: #BB8B65;
    --ab-accent-dark: #9C6048;
    --ab-border: rgba(187, 139, 101, 0.22);

    background: var(--ab-bg);
    color: var(--ab-text);
    overflow: hidden;
}


html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    overflow: hidden !important;
}


.ab-poly-page *,
.ab-poly-page *::before,
.ab-poly-page *::after {
    box-sizing: border-box;
}

.ab-poly-page img {
    display: block;
    width: 100%;
}

.ab-poly-container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}


/* ==========================================================
   GLOBAL TYPOGRAPHY
========================================================== */

.ab-poly-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--ab-accent);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.ab-poly-heading {
    margin: 0;
    color: var(--ab-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 4vw, 62px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.ab-poly-heading span {
    color: var(--ab-accent-dark);
    font-style: italic;
}

.ab-poly-text {
    margin: 0 0 20px;
    color: var(--ab-text-secondary);
    font-family: Arial, sans-serif;

    /* Larger for improved readability */
    font-size: 18px;
    line-height: 1.8;
}

.ab-poly-text--large {
    color: #454545;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.65;
}

.ab-poly-divider {
    width: 72px;
    height: 1px;
    margin: 26px 0 30px;
    background: var(--ab-accent);
}

.ab-poly-section {
    padding: 110px 0;
}


/* ==========================================================
   BUTTONS
========================================================== */

.ab-poly-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 56px;
    padding: 16px 27px;

    border-radius: 3px;

    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.ab-poly-btn:hover {
    transform: translateY(-3px);
}

.ab-poly-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, .22);
}

.ab-poly-btn--outline {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.05);
}

.ab-poly-btn--outline:hover {
    background: rgba(255,255,255,.12);
}


/* ==========================================================
   HERO
========================================================== */

.ab-poly-hero {
    position: relative;
    min-height: 720px;

    display: flex;
    align-items: center;

    background-image: url("https://alicia-beauty.co.uk/wp-content/uploads/2026/06/Polynucleotides-page-edited-1.jpg");
    background-size: cover;
    background-position: center;
}

.ab-poly-hero__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(34, 29, 26, .86) 0%,
            rgba(34, 29, 26, .68) 42%,
            rgba(34, 29, 26, .20) 75%,
            rgba(34, 29, 26, .08) 100%
        );
}

.ab-poly-hero__container {
    position: relative;
    z-index: 2;
}

.ab-poly-hero__content {
    max-width: 780px;
    padding: 110px 0;
}

.ab-poly-hero .ab-poly-eyebrow {
    color: #E6C1AA;
}

.ab-poly-hero__title {
    margin: 0 0 28px;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 400;
    line-height: .99;
    letter-spacing: -2.2px;
}

.ab-poly-hero__lead {
    max-width: 720px;
    margin: 0 0 13px;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.5;
}

.ab-poly-hero__sub {
    max-width: 680px;
    margin: 0;

    color: rgba(255,255,255,.82);

    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.75;
}

.ab-poly-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 36px;
}


/* ==========================================================
   INTRO
========================================================== */

.ab-poly-intro {
    background: var(--ab-bg);
}

.ab-poly-two-col {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 90px;
    align-items: center;
}

.ab-poly-two-col__content {
    max-width: 650px;
}

.ab-poly-image-frame {
    position: relative;
    padding: 0 0 35px 35px;
}

.ab-poly-image-frame::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 75%;
    height: 75%;

    background: #F1E7DE;
}

.ab-poly-image-frame img {
    position: relative;
    z-index: 2;

    height: 590px;
    object-fit: cover;
}

.ab-poly-image-frame__badge {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 65px;

    width: 205px;
    padding: 23px;

    background: #fff;
    box-shadow: 0 16px 45px rgba(0,0,0,.09);
}

.ab-poly-image-frame__badge span,
.ab-poly-image-frame__badge strong {
    display: block;
}

.ab-poly-image-frame__badge span {
    margin-bottom: 5px;

    color: var(--ab-accent);

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ab-poly-image-frame__badge strong {
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}


/* Highlight */

.ab-poly-highlight {
    display: flex;
    gap: 19px;

    margin-top: 34px;
    padding: 24px 26px;

    border-left: 3px solid var(--ab-accent);
    background: var(--ab-bg-secondary);
}

.ab-poly-highlight__icon {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--ab-accent-dark);
    background: #F3E7DD;

    font-size: 19px;
}

.ab-poly-highlight strong {
    display: block;
    margin-bottom: 5px;

    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 400;
}

.ab-poly-highlight p {
    margin: 0;

    color: var(--ab-text-secondary);
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}


/* ==========================================================
   SECTION HEADING
========================================================== */

.ab-poly-section-heading {
    max-width: 790px;
    margin: 0 auto 60px;
    text-align: center;
}

.ab-poly-section-heading__text {
    max-width: 750px;
    margin: 25px auto 0;

    color: var(--ab-text-secondary);

    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}


/* ==========================================================
   BENEFITS
========================================================== */

.ab-poly-benefits {
    background: var(--ab-bg-secondary);
}

.ab-poly-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ab-poly-benefit-card {
    position: relative;

    min-height: 315px;
    padding: 38px 34px;

    border: 1px solid var(--ab-border);
    background: #fff;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.ab-poly-benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(187,139,101,.5);
    box-shadow: 0 20px 50px rgba(68,48,35,.08);
}

.ab-poly-benefit-card__number {
    position: absolute;
    top: 25px;
    right: 28px;

    color: rgba(187,139,101,.18);

    font-family: Georgia, serif;
    font-size: 37px;
}

.ab-poly-benefit-card__icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 50%;

    color: var(--ab-accent-dark);
    background: #F8EFE8;

    font-size: 20px;
}

.ab-poly-benefit-card h3 {
    margin: 0 0 14px;

    color: var(--ab-text);

    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 400;
}

.ab-poly-benefit-card p {
    margin: 0;

    color: var(--ab-text-secondary);

    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}


/* ==========================================================
   REJUVENATION
========================================================== */

.ab-poly-rejuvenation {
    background: var(--ab-bg);
}

.ab-poly-rejuvenation__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;

    background: #F7F0EA;
}

.ab-poly-rejuvenation__content {
    padding: 75px 70px;
}

.ab-poly-rejuvenation__visual {
    position: relative;
    min-height: 680px;
}

.ab-poly-rejuvenation__visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab-poly-stat-card {
    position: absolute;
    left: -30px;
    bottom: 45px;

    width: 260px;
    padding: 25px;

    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.ab-poly-stat-card i {
    display: block;

    margin-bottom: 12px;

    color: var(--ab-accent);
    font-size: 23px;
}

.ab-poly-stat-card span {
    display: block;

    margin-bottom: 5px;

    color: var(--ab-text-secondary);

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ab-poly-stat-card strong {
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}

.ab-poly-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 8px;
    padding-bottom: 5px;

    border-bottom: 1px solid var(--ab-accent);

    color: var(--ab-accent-dark) !important;

    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
}


/* ==========================================================
   TREATMENT AREAS
========================================================== */

.ab-poly-areas {
    background: var(--ab-bg-secondary);
}

.ab-poly-areas__layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.ab-poly-areas__image {
    position: relative;
}

.ab-poly-areas__image::after {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;

    z-index: 0;

    border: 1px solid rgba(187,139,101,.4);
}

.ab-poly-areas__image img {
    position: relative;
    z-index: 1;

    height: 610px;
    object-fit: cover;
}

.ab-poly-areas__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ab-poly-area-item {
    display: flex;
    align-items: center;
    gap: 18px;

    min-height: 125px;
    padding: 24px;

    border: 1px solid var(--ab-border);
    background: #fff;

    transition: transform .3s ease;
}

.ab-poly-area-item:hover {
    transform: translateY(-4px);
}

.ab-poly-area-item__icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--ab-accent-dark);
    background: #F7EDE5;

    font-size: 18px;
}

.ab-poly-area-item h3 {
    margin: 0 0 5px;

    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
}

.ab-poly-area-item p {
    margin: 0;

    color: var(--ab-text-secondary);

    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}


/* ==========================================================
   SUITABILITY
========================================================== */

.ab-poly-suitable {
    padding: 90px 0;
    background: var(--ab-bg);
}

.ab-poly-suitable__inner {
    max-width: 950px;
    margin: 0 auto;

    text-align: center;
}

.ab-poly-suitable__icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 25px;

    border: 1px solid rgba(187,139,101,.35);
    border-radius: 50%;

    color: var(--ab-accent);
    font-size: 25px;
}

.ab-poly-suitable h2 {
    margin: 0 0 25px;

    font-family: Georgia, serif;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.15;
}

.ab-poly-suitable h2 span {
    color: var(--ab-accent-dark);
    font-style: italic;
}

.ab-poly-suitable p {
    max-width: 850px;
    margin: 0 auto;

    color: var(--ab-text-secondary);

    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.85;
}


/* ==========================================================
   FINAL CTA
========================================================== */

.ab-poly-final-cta {
    position: relative;
    padding: 85px 0;

    background:
        linear-gradient(
            135deg,
            #654437 0%,
            #8C604D 55%,
            #A8765E 100%
        );
}

.ab-poly-final-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;
    align-items: center;
}

.ab-poly-eyebrow--light {
    color: #EED8C9;
}

.ab-poly-final-cta h2 {
    max-width: 700px;
    margin: 0 0 18px;

    color: #fff;

    font-family: Georgia, serif;
    font-size: clamp(40px, 4vw, 60px);
    font-weight: 400;
    line-height: 1.08;
}

.ab-poly-final-cta h2 span {
    color: #EBCDBA;
    font-style: italic;
}

.ab-poly-final-cta__content p {
    max-width: 680px;
    margin: 0;

    color: rgba(255,255,255,.82);

    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.75;
}

.ab-poly-btn--light {
    min-width: 235px;

    color: #704A39 !important;
    background: #fff;
}

.ab-poly-final-cta__social {
    margin-top: 24px;
    text-align: center;
}

.ab-poly-final-cta__social > span {
    display: block;

    margin-bottom: 12px;

    color: rgba(255,255,255,.7);

    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ab-poly-final-cta__social > div {
    display: flex;
    justify-content: center;
    gap: 9px;
}

.ab-poly-final-cta__social a {
    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;

    color: #fff !important;
    text-decoration: none !important;

    transition: background .3s ease;
}

.ab-poly-final-cta__social a:hover {
    background: rgba(255,255,255,.15);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ab-poly-section {
        padding: 85px 0;
    }

    .ab-poly-two-col {
        gap: 55px;
    }

    .ab-poly-image-frame img {
        height: 520px;
    }

    .ab-poly-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-poly-rejuvenation__content {
        padding: 55px 45px;
    }

    .ab-poly-areas__layout {
        grid-template-columns: 1fr;
    }

    .ab-poly-areas__image {
        max-width: 700px;
        margin: 0 auto 30px;
    }

    .ab-poly-areas__image img {
        height: 500px;
    }

}


/* ==========================================================
   MOBILE / SMALL TABLET
========================================================== */

@media (max-width: 767px) {

    .ab-poly-container {
        width: min(100% - 32px, 1280px);
    }

    .ab-poly-section {
        padding: 70px 0;
    }

    .ab-poly-eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 1.8px;
    }

    .ab-poly-heading {
        font-size: 39px;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    /* Keep body copy readable on mobile */
    .ab-poly-text {
        font-size: 17px;
        line-height: 1.75;
    }

    .ab-poly-text--large {
        font-size: 20px;
        line-height: 1.6;
    }


    /* HERO */

    .ab-poly-hero {
        min-height: 680px;
        background-position: 62% center;
    }

    .ab-poly-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(34,29,26,.90),
                rgba(34,29,26,.68)
            );
    }

    .ab-poly-hero__content {
        padding: 85px 0;
    }

    .ab-poly-hero__title {
        font-size: 48px;
        line-height: 1.02;
        letter-spacing: -1.4px;
    }

    .ab-poly-hero__lead {
        font-size: 21px;
    }

    .ab-poly-hero__sub {
        font-size: 17px;
        line-height: 1.7;
    }

    .ab-poly-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ab-poly-btn {
        width: 100%;
    }


    /* INTRO */

    .ab-poly-two-col {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ab-poly-image-frame {
        padding: 0 0 20px 20px;
    }

    .ab-poly-image-frame img {
        height: 450px;
    }

    .ab-poly-image-frame__badge {
        left: 0;
        bottom: 42px;
    }


    /* BENEFITS */

    .ab-poly-section-heading {
        margin-bottom: 42px;
    }

    .ab-poly-section-heading__text {
        font-size: 17px;
        line-height: 1.75;
    }

    .ab-poly-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ab-poly-benefit-card {
        min-height: auto;
        padding: 32px 27px;
    }

    .ab-poly-benefit-card h3 {
        font-size: 23px;
    }

    .ab-poly-benefit-card p {
        font-size: 17px;
    }


    /* REJUVENATION */

    .ab-poly-rejuvenation__box {
        grid-template-columns: 1fr;
    }

    .ab-poly-rejuvenation__content {
        padding: 50px 27px;
    }

    .ab-poly-rejuvenation__visual {
        min-height: 480px;
    }

    .ab-poly-stat-card {
        left: 20px;
        bottom: 20px;
    }


    /* AREAS */

    .ab-poly-areas__grid {
        grid-template-columns: 1fr;
    }

    .ab-poly-areas__image img {
        height: 430px;
    }

    .ab-poly-area-item {
        min-height: 110px;
    }

    .ab-poly-area-item h3 {
        font-size: 21px;
    }

    .ab-poly-area-item p {
        font-size: 16px;
    }


    /* SUITABLE */

    .ab-poly-suitable {
        padding: 70px 0;
    }

    .ab-poly-suitable h2 {
        font-size: 38px;
    }

    .ab-poly-suitable p {
        font-size: 17px;
        line-height: 1.8;
    }


    /* CTA */

    .ab-poly-final-cta {
        padding: 70px 0;
    }

    .ab-poly-final-cta__inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ab-poly-final-cta h2 {
        font-size: 40px;
    }

    .ab-poly-final-cta__content p {
        font-size: 17px;
    }

    .ab-poly-final-cta__social {
        text-align: left;
    }

    .ab-poly-final-cta__social > div {
        justify-content: flex-start;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .ab-poly-hero__title {
        font-size: 42px;
    }

    .ab-poly-heading {
        font-size: 35px;
    }

    .ab-poly-image-frame img {
        height: 390px;
    }

    .ab-poly-areas__image img {
        height: 380px;
    }

    .ab-poly-stat-card {
        width: calc(100% - 40px);
    }

}/* End custom CSS */