/* ============================================= */
/*                    RESET                      */
/* ============================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}

/* Semantic heading reset: keep visual design unchanged when divs */
/* become h1-h6 for SEO. Class styles still win by specificity.   */
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

html,
body {
    width: 100%;
    height: 100%;
}

sup {
    font-size: 0.55em;
    line-height: 0;
    vertical-align: super;
    position: static;
    top: auto;
}


/* ============================================= */
/*                     HERO                      */
/* ============================================= */

.main-site-hero {
    background-image: url('/wp-content/themes/numb-not-silent/assets/images/hero-background-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.hero-info-banner {
    color: #EEEADF;
    font-family: "work-sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: 32px;
    left: 35px;
}

.container-hero {
    height: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    color: white;
    font-family: Arial, sans-serif !important;
    margin: 0 auto;
    position: relative;
}

.image-hero-container {
    position: absolute;
    inset: 0;
}

.img-hero {
    width: auto;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 1;
}

.img-hero-mobile {
    display: none;
}

.text-hero {
    padding: 123px 0 40px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.text-hero-mobile {
    display: none;
}

.hero-main-title {
    color: #EEEADF;
    font-family: "instrument-serif", serif;
    font-size: 117.862px;
    font-style: italic;
    font-weight: 400;
    line-height: 112.46px;
    text-transform: uppercase;
    max-width: 828px;
}

.hero-section-heading {
    color: var(--white, #FFF);
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: var(--White-Beige, #EEEADF);
    font-family: "instrument-serif", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.hero-main-title + .hero-section-heading {
    margin-top: 66px;
}

.hero-section-paragraph + .hero-section-heading {
    margin-top: 77px;
}

.hero-section-paragraph {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 735px;
}

.hero-section-heading + .hero-section-paragraph {
    margin-top: 34px;
}

.hero-section-paragraph + .hero-section-paragraph {
    margin-top: 18px;
}

.hero-cta-button {
    display: inline-flex;
    padding: 12px 46px 12px 52px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: var(--neon-yellow, #DDFF01);
    color: var(--black, #000);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-decoration: none;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-cta-button:hover {
    background: #C4E204;
}

.hero-mobile-overlay-title {
    display: none;
}

.hero-footnote {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 520px;
    margin-top: 65px;
}

.hero-main-paragraph {
    color: #EEEADF;
    font-family: "work-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    max-width: 590px;
    margin-top: 44px;
}

.hero-main-paragraph strong {
    color: #EEEADF;
    font-family: "work-sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.hero-main-paragraph sup {
    font-size: 18px;
}

.hero-main-button-paragraph {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 433px;
    margin: 67px auto 123px 32px;
}

.hero-main-button-paragraph-first-line {
    color: #EEEADF;
    text-align: center;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: var(--Purple, #351869);
    font-family: "instrument-serif", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.hero-main-button-paragraph-second-line {
    color: #EEEADF;
    font-family: "work-sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    margin-top: 8px;
}

.hero-main-button-paragraph-button {
    cursor: pointer;
    margin-top: 27px;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 60px;
    padding: 10px 46px 10px 52px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #EEEADF;
    color: #351869;
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    position: relative;
    z-index: 5;
}

.hero-main-button-paragraph-button svg path {
    stroke: #351869 !important;
}

.hero-main-button-paragraph-button:hover {
    background: #0E003D;
    color: #EEEADF;
}

.hero-main-button-paragraph-button:hover svg path {
    stroke: #EEEADF !important;
}

.hero-main-button-paragraph-button svg {
    margin-bottom: 4px;
}

/* --- HERO Responsive --- */

@media (max-width: 1445px) {
    .text-hero {
        padding: 123px 0 40px 77px;
    }

    .hero-info-banner {
        left: 77px;
    }

    .hero-main-button-paragraph {
        margin: 67px 120px 123px 20px;
    }
}

@media (max-width: 1383px) {
    .text-hero {
        padding: 123px 0 30px 20px;
    }

    .hero-info-banner {
        left: 20px;
    }
}

@media (max-width: 1363px) {
    .img-hero {
        max-height: 1000px;
        object-fit: contain;
    }

     .img-hero {

    top: 0;
    bottom: 0;
    right: -270px;

}

    .hero-info-banner {
        left: 35px;
    }

    .text-hero {
        padding: 73px 0 30px 35px;
    }

    .hero-main-button-paragraph {
        margin: 37px auto 43px auto;
    }
}

@media (max-width: 1205px) {
    .text-hero {
        padding: 73px 0 30px 35px;
    }

    .hero-main-title {
        font-size: 72.289px;
        line-height: 68.975px;
    }

    .hero-main-paragraph {
        font-size: 22px;
        line-height: 28px;
        max-width: 560px;
    }

    .hero-main-paragraph strong {
        font-size: 22px;
        line-height: 28px;
    }

    .hero-main-button-paragraph {
        max-width: 306px;
        margin: 47px auto 43px auto;
    }

    .hero-main-button-paragraph-first-line {
        font-size: 30px;
        line-height: 34px;
    }

    .hero-main-button-paragraph-second-line {
        font-size: 22px;
        line-height: 28px;
    }

    .hero-main-button-paragraph-button {
        height: auto;
        padding: 9px 28px 9px 34px;
    }
}

@media (max-width: 998px) {
    .image-hero-container {
        display: flex;
        justify-content: flex-end;
    }

    .img-hero {
        display: none;
    }

    .img-hero-mobile {
        width: auto;
        height: 100%;
        max-height: 800px;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: -100px;
        display: block;
    }

    .hero-main-paragraph {
        max-width: 430px;
    }
}

@media (max-width: 865px) {
    .img-hero-mobile {
        right: -180px;
    }
}

@media (max-width: 827px) {
    .hero-main-button-paragraph-button {
        background: #351869;
        color: #EEEADF;
    }

    .hero-main-button-paragraph-button svg path {
        stroke: #EEEADF !important;
    }

    .hero-main-title {
        color: #351869;
    }

    .hero-main-button-paragraph-first-line {
        color: #351869;
    }

    .hero-main-button-paragraph-second-line {
        color: #351869;
    }

    .page-container {
        background-color: #232323;
    }

    .main-site-hero {
        height: 380px;
        min-height: 0;

    }

    .text-hero {
        display: none;
    }

    .text-hero-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #232323;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .hero-mobile-overlay-title {
        display: block;
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--white, #FFF);
        font-family: "instrument-serif", serif;
        font-size: 72.289px;
        font-style: italic;
        font-weight: 400;
        line-height: 68.975px;
        text-transform: uppercase;
        z-index: 2;
        margin: 0;
    }

    .text-hero-mobile .hero-section-heading + .hero-section-paragraph {
        margin-top: 30px;
    }

    .text-hero-mobile .hero-section-paragraph + .hero-section-heading {
        margin-top: 72px;
    }

    .text-hero-mobile .hero-section-heading--center {
        text-align: center;
        align-self: center;
        font-size: 30px;
        line-height: 34px;
    }

    .text-hero-mobile .hero-cta-button {
        align-self: center;
        margin-top: 30px;
        line-height: 30px;

    padding: 20px 15px 20px 15px;

    }

    .text-hero-mobile .hero-footnote {
        margin-top: 65px;
        text-align: left;
        align-self: stretch;
    }

    .img-hero-mobile {
        height: 438px;
        object-fit: contain;
        right: 0;
    }

    .hero-info-banner {
        top: 25px;
        left: 40px;
    }
}

@media (max-width: 571px) {
    .hero-info-banner {
        width: 148px;
    }
}

@media (max-width: 487px) {
    .hero-main-button-paragraph-button {
        margin-top: 30px;
    }
}

@media (max-width: 427px) {
    .hero-info-banner {
        z-index: 100;
    }
}

@media (max-width: 382px) {
    .hero-main-button-paragraph-button {
        font-size: 20px;
        padding: 9px 25px 9px 26px;
    }

    .text-hero-mobile {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-mobile-overlay-title {
        left: 20px;
    }

    .hero-info-banner {
        top: 20px;
        left: 20px;
    }
}


/* ============================================= */
/*                  NAVIGATION                   */
/* ============================================= */

.header-fixed {
    width: 100%;
    height: 94px;
    border: 0 solid var(--Color-3, #4F589B);
    background: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-fixed-mobile {
    display: none;
    position: sticky;
    top: 5px;
    z-index: 100;
}

.header-fixed-button {
    height: 94px;
    color: var(--White-Beige, #EEEADF);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 110%;
    padding: 0 55px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.active-button {
    border-right: 1px solid var(--neon-yellow, #DDFF01);
    border-left: 1px solid var(--neon-yellow, #DDFF01);
    background: #232323;
    color: var(--neon-yellow, #DDFF01);
    font-weight: 700;
}

.content-section-new {
    height: auto;
    width: 100%;
    background-image: url('/wp-content/themes/numb-not-silent/assets/images/numb-after-mastectomy-bg-d.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header-fixed-buttons-mobile {
    transition: all 0.3s ease;
    overflow: hidden;
}

.header-fixed-main-mobile {
    cursor: pointer;
}

.header-fixed-main-mobile svg {
    transition: transform 0.3s ease;
}

/* --- NAVIGATION Responsive --- */

@media (max-width: 1046px) {
    .header-fixed-button {
        padding: 0 35px;
    }
}

@media (max-width: 886px) {
    .header-fixed-button {
        padding: 0 25px;
    }
}

@media (max-width: 806px) {
    .header-fixed-button {
        padding: 0 18px;
    }
}

@media (max-width: 768px) {
    .header-fixed {
        display: none;
    }

    .header-fixed-mobile {
        display: flex;
        flex-direction: column;
        width: calc(100% - 40px);
        margin: 10px 20px;
        background: var(--black, #000);
        border-radius: 15px;
        border: 3px solid var(--neon-yellow, #DDFF01);
    }

    .header-fixed-mobile.is-open {
        border-radius: 15px 15px 0 0;
    }

    .header-fixed-main-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 25px;
    }

    .header-fixed-text-mobile {
        color: #EEEADF;
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
    }

    .header-fixed-buttons-mobile {
        width: calc(100% + 6px);
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: -3px;
        background: var(--black, #000);
        border: 3px solid var(--neon-yellow, #DDFF01);
        border-top: none;
        border-radius: 0 0 15px 15px;
        box-sizing: border-box;
        margin-top: -3px;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
    }

    .header-fixed-mobile.is-open .header-fixed-buttons-mobile {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0s;
    }

    .header-fixed-button-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 25px;
        color: #EEEADF;
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        text-decoration: none;
    }

    .active-button-mobile {
        color: var(--neon-yellow, #DDFF01);
        font-weight: 700;
    }
}

@media (max-width: 1024px) {
    .content-section-new {
        background-image: url('/wp-content/themes/numb-not-silent/assets/images/mobilebg_copy2.png');
        background-size: 100% 100%;
        background-position: center center;
        overflow: hidden;
    }
}


/* ============================================= */
/*                INTRO STAT BOX                 */
/* ============================================= */

.intro-stat-section {
    width: 100%;
    padding: 100px 77px 73px 77px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.intro-stat-box {
    width: 100%;
    max-width: 1228px;
    margin: 0 auto;
    border: 1px solid var(--neon-yellow, #DDFF01);
    background: rgba(217, 217, 217, 0.00);
    padding: 55px 87px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.intro-stat-title {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 28px;
}

.intro-stat-title-serif {
    color: var(--neon-yellow, #DDFF01);
    font-family: "instrument-serif", serif;
    font-size: 57px;
    font-weight: 400;
    line-height: 28px;
}

.intro-stat-title-sup {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    vertical-align: super;
    position: relative;
    top: 0px;
}

.intro-stat-paragraph {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.intro-stat-paragraph sup {
    font-size: 15px;
    top: -10px;
}

.intro-stat-paragraph strong {
    font-weight: 800;
}

/* --- INTRO STAT Responsive --- */

@media (max-width: 1383px) {
    .intro-stat-section {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 768px) {
    .intro-stat-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .intro-stat-box {
        max-width: 100%;
        padding: 50px 10px;
    }

    .intro-stat-title {
        line-height: 33px;
        margin-bottom: 30px;
    }

    .intro-stat-title-serif {
        font-size: 55px;
        line-height: 52px;
    }

    .intro-stat-title-sup {
        line-height: 33px;
    }
}

@media (max-width: 560px) {
    .intro-stat-section {
        padding-left: 29px;
        padding-right: 29px;
    }
}

@media (max-width: 420px) {
.intro-stat-paragraph {
    max-width: 294px;
}
}


/* ============================================= */
/*               SENSATION LOSS                  */
/* ============================================= */

#sensation-loss {
    padding: 73px 0px 105px 0px;
    height: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sensation-loss-section-card {
    margin: 0 77px;
    padding: 81px 0px 120px 0px;
    background: rgba(255, 255, 255, 0.07);
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sensation-loss-section-card-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sensation-loss-section-card-top-subtitle {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 19px;
}

.sensation-loss-section-card-top-title {
    width: 668px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 66px;
    font-weight: 400;
    line-height: 61px;
    text-transform: uppercase;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.sensation-loss-section-card-top-title sup {
    font-size: 36px;
    line-height: 40px;
    top: -26px;
}

.sensation-loss-section-card-top-paragraph {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    max-width: 904px;
    margin-bottom: 32.99px;
}

.sensation-loss-section-card-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sensation-loss-section-card-bottom-left {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 29px;
    border-left: 2px solid var(--neon-yellow, #DDFF01);
    margin-left: 5px;
}

.sensation-loss-section-card-bottom-left-p {
    color: var(--white, #FFF);
    font-family: "instrument-serif", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    max-width: 340px;
}

.sensation-loss-section-card-bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 535px;
    padding-left: 93px;
}

.sensation-loss-section-card-bottom-right-title {
    color: var(--white, #FFF);
    text-align: center;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: var(--Purple, #351869);
    font-family: "instrument-serif", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.72px;
    margin-bottom: 30px;
}

.sensation-loss-section-card-bottom-right-button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 12px 46px 12px 52px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #849EA8;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.sensation-loss-section-card-bottom-right-button:hover {
    background: #485357;
}

.sensation-loss-section-card-bottom-right-button-paragraph {
    color: #000;
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}

.sensation-loss-section-card-bottom-right-button svg {
    margin-bottom: 4px;
}

/* --- SENSATION LOSS Responsive --- */

@media (max-width: 1383px) {
    .sensation-loss-section-card {
        margin: 0 35px;
        max-width: 1440px;
    }
}

@media (max-width: 1205px) {
    .sensation-loss-section-card-top-subtitle {
        font-size: 28px;
        line-height: 32px;
    }

    .sensation-loss-section-card-top-title {
        line-height: 55px;
        padding-bottom: 20px;
    }

    .sensation-loss-section-card-bottom-right-title {
        line-height: 34px;
        letter-spacing: 0.6px;
    }
}

@media (max-width: 1024px) {
    .sensation-loss-section-card-bottom-right {
        max-width: unset;
        padding-left: 0px;
        width: fit-content;
    }

    .sensation-loss-section-card-bottom {
        padding: 0 20px;
    }

    .sensation-loss-section-card-top {
        padding: 0 20px;
    }

    .sensation-loss-section-card-bottom-right-title {
        width: 450px;
    }
}

@media (max-width: 862px) {
    .sensation-loss-section-card-top {
        align-items: flex-start;
    }

    .sensation-loss-section-card-bottom {
        width: 100%;
        flex-direction: column;
        gap: 74px;
        align-items: flex-start;
    }

    .sensation-loss-section-card-bottom-right {
        width: 100%;
    }

    .sensation-loss-section-card-top-title {
        width: 100%;
        text-align: left;
    }

    .sensation-loss-section-card-top-subtitle {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .sensation-loss-section-card-top-title {
        margin-bottom: 36px;
    }

    .sensation-loss-section-card-bottom-right-paragraph {
        margin-bottom: 30px;
    }
}

@media (max-width: 560px) {
    .sensation-loss-section-card-bottom-right-title {
        width: 100%;
    }

    .sensation-loss-section-card {
        margin: 0 29px;
        padding: 36px 0px 41px 0px;
    }

    .sensation-loss-section-card-bottom-right-button {
    gap: 18px;
    padding: 20px 26px 20px 52px;
}

    .sensation-loss-section-card-bottom-right-button svg {
        width: 46px;
    }

    .sensation-loss-section-card-bottom-right-paragraph br {
        display: none;
    }

    #sensation-loss {
        padding: 41px 0px 69px 0px;
    }

    .sensation-loss-section-card-bottom-right {
        max-width: 279px;
        margin: 0 auto;
    }

    .sensation-loss-section-card-bottom-left {
        max-width: 285px;
        margin-left: 0;
    }

    .sensation-loss-section-card-top-paragraph {
        max-width: 270px;
    }
}

@media (max-width: 503px) {
    .sensation-loss-section-card-top-title sup {
        line-height: 76px;
        top: -20px;
    }
}


/* ============================================= */
/*            WHAT ARE WOMEN SAYING              */
/* ============================================= */

#what-are-women-saying {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.what-are-women-saying-section-card-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 70px;
}

.what-are-women-saying-section-title {
    color: #fff;
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 66px;
    font-weight: 400;
    line-height: 66px;
    text-transform: uppercase;
    max-width: 915px;
}

.what-are-women-saying-section-subtitle {
    color: var(--White-Beige, #EEEADF);
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 88px 28px 88px;
}


/* ============================================= */
/*       87% QUOTE + STAT BLOCK (Desktop)        */
/* ============================================= */

.quote-stat-87 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 130px auto;
    padding: 0 0 0 71px;
    box-sizing: border-box;
}

.quote-stat-87__image-wrap {
    position: relative;
    width: 100%;
}

.quote-stat-87__image {
    width: 100%;
    display: block;
}

.quote-stat-87__quote {
    position: absolute;
    top: 180px;
    left: 180px;
    z-index: 1;
}

.quote-stat-87__quote-marks {
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -1;
}

.quote-stat-87__quote-text {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    width: 525px;
    position: relative;
}

.quote-stat-87__quote-attribution {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 363px;
    margin-top: 18px;
    padding-left: 12px;
    position: relative;
}

.quote-stat-87__quote-attribution::before {
    content: "\2013";
    position: absolute;
    left: 0;
    top: 0;
}

.quote-stat-87__stat-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 24px;
    margin-top: 90px;
    left: 5%;
}

.quote-stat-87__stat-left {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 240px;
    flex-shrink: 0;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    left: 20px;
    top: -30px;
}

.quote-stat-87__stat-image {
    flex-shrink: 0;
    height: 220px;
    width: auto;
    display: block;
    z-index: 0;
}

.quote-stat-87__stat-figure {
    color: #DDFF01;
    font-family: "instrument-serif", serif;
    font-size: 255px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
    z-index: 0;
}

.quote-stat-87__stat-figure sup {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 2px;
    right: -25px;
}

.quote-stat-87__stat-right {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    width: 600px;
    flex-shrink: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
        top: 0px;
    left: -110px;
}

.quote-stat-87-mobile {
    display: none;
}

/* --- 87% QUOTE Responsive --- */

@media (max-width: 1440px) {
    .quote-stat-87__quote {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
}
}

@media (max-width: 1280px) {

    .quote-stat-87__stat-right {
        top: 20px;
        left: -120px;
    }

    .quote-stat-87__stat-image {
        height: 160px;
    }
}

@media (max-width: 600px) {
    .quote-stat-87 {
        display: none;
    }

    .quote-stat-87-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 70px;
        gap: 48px;
    }

    .quote-stat-87-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 35px;
        gap: 25px;
    }

    .quote-stat-87-mobile__stat-top {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        max-width: 280px;
        width: 100%;
        text-align: left;
    }

    .quote-stat-87-mobile__stat-image {
        max-width: 280px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        right: 12vw;
    }

    .quote-stat-87-mobile__stat-figure {
        color: #DDFF01;
        font-family: "instrument-serif", serif;
        font-size: 230px;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        flex-shrink: 0;
        z-index: 0;
    }

    .quote-stat-87-mobile__stat-figure sup {
                font-size: 0.6em;
        vertical-align: super;
        line-height: 0;
        display: inline-block;
        position: relative;
        right: -20px;
        top: 5px;
        
    }

    .quote-stat-87-mobile__stat-bottom {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        max-width: 280px;
        width: 100%;
        text-align: left;
    }

    .quote-stat-87-mobile__image-wrap {
        width: 100%;
        position: relative;
    }

    .quote-stat-87-mobile__image {
        width: 100%;
        display: block;
        max-height: 680px;
        object-fit: cover;
    }

    .quote-stat-87-mobile__quote {
        position: absolute;
        bottom: 73px;
        right: 35px;
        z-index: 1;
    }

    .quote-stat-87-mobile__quote-marks {
        position: absolute;
        top: -30px;
        left: -10px;
        z-index: -1;
        
        width: 80px;
        height: auto;
    }

    .quote-stat-87-mobile__quote-text {
        color: var(--white, #FFF);
        font-family: Metal, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        max-width: 206px;
        position: relative;
    }

    .quote-stat-87-mobile__quote-attribution {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        max-width: 212px;
        margin-top: 15px;
        padding-left: 11px;
        position: relative;
    }

    .quote-stat-87-mobile__quote-attribution::before {
        content: "\2013";
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 400px) {
    .quote-stat-87-mobile__quote {
        bottom: 72px;
        right: 25px;
    }
}

@media (max-width: 370px) {
    .quote-stat-87-mobile__stat-image {
        right: 2vw;
    }

        .quote-stat-87-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 00px;
        gap: 26px;
    }
}


/* ============================================= */
/*              25% QUOTE / STAT BLOCK           */
/* ============================================= */

.quote-stat-25 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 130px auto;
    padding: 0 71px 0 0;
    box-sizing: border-box;
}

.quote-stat-25__image-wrap {
    position: relative;
    width: 100%;
}

.quote-stat-25__image {
    width: 100%;
    display: block;
}

.quote-stat-25__quote {
    position: absolute;
    top: 110px;
    right: 76px;
    z-index: 1;
}

.quote-stat-25__quote-marks {
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -1;
}

.quote-stat-25__quote-text {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    width: 588px;
    position: relative;
}

.quote-stat-25__line-break,
.quote-stat-25-mobile__line-break {
    display: block;
    margin-top: 20px;
}

.quote-stat-25__quote-attribution {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
   
    margin-top: 18px;
    padding-left: 12px;
    position: relative;
}

.quote-stat-25__quote-attribution::before {
    content: "\2013";
    position: absolute;
    left: 0;
    top: 0;
}

.quote-stat-25__stat-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 24px;
    margin-top: 90px;
    left: 8%;
}

.quote-stat-25__stat-left {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 240px;
    flex-shrink: 0;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    left: 30px;
    top: -30px;
}

.quote-stat-25__stat-image {
    flex-shrink: 0;
    height: 220px;
    width: auto;
    display: block;
    z-index: 0;
}

.quote-stat-25__stat-figure {
    color: #DDFF01;
    font-family: "instrument-serif", serif;
    font-size: 255px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
    z-index: 0;
}

.quote-stat-25__stat-figure sup {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 2px;
    right: -25px;
}

.quote-stat-25__stat-right {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    width: 530px;
    flex-shrink: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    top: 5px;
    left: -90px;
}

.quote-stat-25-mobile {
    display: none;
}

/* --- 25% QUOTE Responsive --- */

@media (max-width: 1440px) {
    .quote-stat-25__quote {
        position: absolute;
        top: 15%;
        right: 5%;
        z-index: 1;
    }
}

@media (max-width:1300px){
    .quote-stat-25__stat-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 24px;
    margin-top: 90px;
    left: unset;
}

}

@media (max-width: 1200px) {
    .quote-stat-25__quote {
        position: absolute;
        top: 8%;
        right: 5%;
        z-index: 1;
    }
}


@media (max-width: 1280px) {
    .quote-stat-25__stat-right {
        top: 5px;
        left: -90px;
        width:450px;
    }

    .quote-stat-25__stat-image {
        height: 160px;
    }
}

@media (max-width: 600px) {
    .quote-stat-25 {
        display: none;
    }

    .quote-stat-25-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 70px;
        gap: 48px;
    }

    .quote-stat-25-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 35px;
        gap: 25px;
    }

    .quote-stat-25-mobile__stat-top {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        max-width: 250px;
        width: 100%;
        text-align: left;
    }

    .quote-stat-25-mobile__stat-image {
        max-width: 280px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        right: 12vw;
    }

    .quote-stat-25-mobile__stat-figure {
        color: #DDFF01;
        font-family: "instrument-serif", serif;
        font-size: 230px;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        flex-shrink: 0;
        z-index: 0;
    }

    .quote-stat-25-mobile__stat-figure sup {
        font-size: 0.6em;
        vertical-align: super;
        line-height: 0;
        display: inline-block;
        position: relative;
        right: -20px;
        top: 5px;
    }

    .quote-stat-25-mobile__stat-bottom {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        max-width: 245px;
        width: 100%;
        text-align: left;
                margin-right: 5px;
    }

    .quote-stat-25-mobile__image-wrap {
        width: 100%;
        position: relative;
    }

    .quote-stat-25-mobile__image {
        width: 100%;
        display: block;
        max-height: 680px;
        object-fit: cover;
        padding-left: 27px;
    }

    .quote-stat-25-mobile__quote {
        position: absolute;
        bottom: 0;
        right: 20px;
        top: 120px;
        z-index: 1;
    }

    .quote-stat-25-mobile__quote-marks {
        position: absolute;
        top: -30px;
        left: -10px;
        z-index: -1;
        
        width: 80px;
        height: auto;
    }

    .quote-stat-25-mobile__quote-text {
        color: var(--white, #FFF);
        font-family: Metal, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        max-width: 307px;
        position: relative;
    }

    .quote-stat-25-mobile__quote-attribution {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        max-width: 212px;
        margin-top: 15px;
        padding-left: 11px;
        position: relative;
    }

    .quote-stat-25-mobile__quote-attribution::before {
        content: "\2013";
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 400px) {
    .quote-stat-25-mobile__quote {
        bottom: 0;
        right: 20px;
        top: 133px;
    }
}

@media (max-width: 370px) {
    .quote-stat-25-mobile__stat-image {
        right: 2vw;
    }

    .quote-stat-25-mobile__quote {
        bottom: 0;
        right: 5px;
        top: 120px;
    }

    .quote-stat-25-mobile__image {
   
        padding-left: 0px;
    }


    .quote-stat-25-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0;
        gap: 26px;
    }
}

@media (max-width: 340px) {
.quote-stat-25-mobile__quote-text {
        color: var(--white, #FFF);
        font-family: Metal, serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        max-width: 280px;
        position: relative;
    }
}


/* ============================================= */
/*           58% / 72% QUOTE STAT BLOCK          */
/* ============================================= */

.quote-stat-58-72 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 167px auto;
    padding: 0 0 0 71px;
    box-sizing: border-box;
}

.quote-stat-58-72__image-wrap {
    position: relative;
    width: 100%;
}

.quote-stat-58-72__image {
    width: 100%;
    display: block;
}

.quote-stat-58-72__quote {
    position: absolute;
    top: 180px;
    left: 180px;
    z-index: 1;
}

.quote-stat-58-72__quote-marks {
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -1;
}

.quote-stat-58-72__quote-text {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    width: 727px;
    position: relative;
}

.quote-stat-58-72__quote-attribution {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 363px;
    margin-top: 18px;
    padding-left: 12px;
    position: relative;
}

.quote-stat-58-72__quote-attribution::before {
    content: "\2013";
    position: absolute;
    left: 0;
    top: 0;
}

.quote-stat-58-72__stats {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1369px;
    margin: 90px auto 0 auto;
    padding-right: 0px;
    gap: 20px;
    box-sizing: border-box;
    position: relative;
    left: 2%;
}

.quote-stat-58-72__col {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.quote-stat-58-72__col + .quote-stat-58-72__col {
    border-left: 2px solid #DDFF01;
    padding-left: 60px;
}

.quote-stat-58-72__col-left-text {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 220px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    top:-60px;
    right:-10px;
}


.quote-stat-58-72__stat-image {
    flex-shrink: 0;
    height: 172x;
    width: auto;
    display: block;
    z-index: 0;
}

.quote-stat-58-72__stat-figure {
    color: #DDFF01;
    font-family: "instrument-serif", serif;
    font-size: 225px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
    z-index: 0;
}

.quote-stat-58-72__stat-figure sup {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 2px;
    right: -15px;
}

.quote-stat-58-72__col-right-text {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    width: 250px;
    flex-shrink: 0;
   
    margin-left: -20px;
    position: relative;
    z-index: 1;
    top: -30px;
    right: 45px;
}
.quote-stat-58-72__col:nth-child(2) .quote-stat-58-72__col-right-text {
    width: 350px;
}

.quote-stat-58-72-mobile {
    display: none;
}

/* --- 58% / 72% QUOTE Responsive --- */

@media (max-width: 1440px) {
    .quote-stat-58-72__quote {
        top: 28%;
        left: 10%;
    }
}

@media (max-width: 1315px) {
    .quote-stat-58-72__stats {
        flex-direction: column;
        align-items: center;
        gap: 90px;
        padding-right: 0;
    }

    .quote-stat-58-72__col + .quote-stat-58-72__col {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 1280px) {
    .quote-stat-58-72__stat-image {
        height: 160px;
    }

    .quote-stat-58-72__col-left-text {
        width: 180px;
        margin-bottom: 40px;
    }

    .quote-stat-58-72__col-right-text {
        
        right: 35px;
        top: -30px;
    }
}

@media (max-width: 600px) {
    .quote-stat-58-72 {
        display: none;
    }

    .quote-stat-58-72-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 70px;
        gap: 78px;
    }

    .quote-stat-58-72-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        position: relative;
        left: 10px;
    }

    .quote-stat-58-72-mobile__stat-top {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        max-width: 227px;
        width: 100%;
        text-align: left;
    }

    .quote-stat-58-72-mobile__stat-image {
        max-width: 257px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        right: 45px;
    }

    .quote-stat-58-72-mobile__stat-figure {
        color: #DDFF01;
        font-family: "instrument-serif", serif;
        font-size: 230px;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        flex-shrink: 0;
        z-index: 0;
    }

    .quote-stat-58-72-mobile__stat-figure sup {
        font-size: 0.6em;
        vertical-align: super;
        line-height: 0;
        display: inline-block;
        position: relative;
        right: -20px;
        top: 5px;
    }

    .quote-stat-58-72-mobile__stat-bottom {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        max-width: 218px;
        width: 100%;
        text-align: left;
    }

    .quote-stat-58-72-mobile__stat:not(.quote-stat-58-72-mobile__stat--no-top) .quote-stat-58-72-mobile__stat-bottom {
        max-width: 227px;
    }

    .quote-stat-58-72-mobile__image-wrap {
        width: 100%;
        position: relative;
    }

    .quote-stat-58-72-mobile__image {
        width: 100%;
        display: block;
        max-height: 557px;
        height: 557px;
        object-fit: cover;
    }

    .quote-stat-58-72-mobile__quote {
        position: absolute;
        bottom: 73px;
        left: 35px;
        z-index: 1;
    }

    .quote-stat-58-72-mobile__quote-marks {
        position: absolute;
        top: -30px;
        left: -10px;
        z-index: -1;
        
        width: 80px;
        height: auto;
    }

    .quote-stat-58-72-mobile__quote-text {
        color: var(--white, #FFF);
        font-family: Metal, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        max-width: 290px;
        position: relative;
    }

    .quote-stat-58-72-mobile__quote-attribution {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        max-width: 240px;
        margin-top: 15px;
        padding-left: 11px;
        position: relative;
    }

    .quote-stat-58-72-mobile__quote-attribution::before {
        content: "\2013";
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 400px) {
    .quote-stat-58-72-mobile__quote {
        bottom: 65px;
        left: 53px;
    }
}

@media (max-width: 370px) {
    .quote-stat-58-72-mobile__stat-image {
        right: 2vw;
        max-width: 252px;
    }

    .quote-stat-58-72-mobile__stat {
        align-items: center;
        padding-right: 0;
        gap: 26px;
    }

    .quote-stat-58-72-mobile__quote-text {
        font-size: 31px;
        line-height: 36px;
    }

    .quote-stat-58-72-mobile__quote-attribution {
        font-size: 14px;
        line-height: 19px;
    }
    .quote-stat-58-72-mobile__quote {
        bottom: 65px;
        left: 23px;
    }
}


/* ============================================= */
/*         FIRST IMAGE SECTION (Right)           */
/* ============================================= */

.right-women-saying-section-card-main-image {
    max-width: 1440px;
    width: 100%;
    padding-left: 71px;
    margin-bottom: 99px;
    position: relative;
}

.right-women-saying-section-card-main-image-image {
    width: 100%;
}

.mobile-right-women-saying-section-card-main-image-image {
    display: none;
}

.right-women-first-content {
    position: absolute;
    top: 80.85px;
    left: 112.8px;
    width: 100px;
}

.right-women-first-content svg {
    height: 183px;
    display: none;
}

.stat_87img-number {
    position: absolute;
    font-family: "instrument-serif", sans-serif;
    font-size: 237px;
    color: #C2BEB5;
    font-weight: 400;
    font-style: italic;
    top: -50px;
    left: 0px;
}

.stat_87img-number-span {
    font-size: 150px;
    position: relative;
    top: -75px;
    left: 15px;
}

.stat_87img-paragraph {
    color: #EDE9DD;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    width: 291px;
    position: absolute;
    top: 140px;
    left: 170px;
}

.right-women-second-content {
    position: absolute;
    top: 142.54px;
    right: 307.42px;
}

.stat_quoteimg-paragraph {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    width: 339px;
    position: absolute;
    bottom: -205%;
    right: -198%;
}

.mobile-women-saying-section-card-main-image-image {
    display: none;
}

.mobile-right-women-saying-section-card-main-image svg {
    display: none;
}

.mobile-right-women-saying-section-paragraph-percent {
    display: none;
}

.mobile-quote-first-content {
    display: none;
}

.mobile-right-women-saying-section-card-main-image .stat_87img-number {
    display: none;
}

/* --- FIRST IMAGE Responsive --- */

@media (max-width: 1270px) {
    .right-women-first-content {
        top: 20%;
        left: 162.8px;
    }

    .right-women-second-content {
        top: 20%;
    }

    .right-women-saying-section-card-main-image-image {
        min-height: 482px;
        object-fit: cover;
    }
}

@media (max-width: 1205px) {
    .right-women-second-content {
        right: 20%;
    }

    .stat_quoteimg-paragraph {
        font-size: 34px;
        line-height: 40px;
        width: 206px;
        bottom: -155%;
        right: -78%;
    }

    .right-women-first-content svg {
        height: 143px;
    }

    .stat_87img-paragraph {
        bottom: -65%;
        right: -85%;
    }

    .what-are-women-saying-section-subtitle {
        font-size: 28px;
        line-height: 42px;
        padding-bottom: 20px;
    }
}

@media (max-width: 998px) {
    .right-women-first-content {
        left: 12%;
    }

    .stat_87img-paragraph {
        font-size: 18px;
        width: 281px;
        bottom: -60%;
        right: -85%;
    }
}

@media (max-width: 862px) {
    .what-are-women-saying-section-subtitle {
        padding: 0 0 20px 0;
        width: 100%;
        text-align: left;
    }

    .what-are-women-saying-section-title {
        text-align: left;
        word-break: break-word;
    }

    .what-are-women-saying-section-card-main {
        align-items: flex-start;
        padding: 0 35px;
    }
}

@media (max-width: 768px) {
    .mobile-right-women-saying-section-card-main-image .stat_87img-number {
        padding: 21px 35px 0 35px;
        position: static;
        display: block;
        color: #351869;
        line-height: 0.9;
    }

    .mobile-quote-first-content-section {
        position: absolute;
        bottom: 20%;
        right: 20%;
    }

    .mobile-quote-first-content {
        display: block;
        color: var(--White-Beige, #EEEADF);
        font-family: Metal;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        width: 206px;
    }

    .mobile-quote-first-content-section svg {
        width: 125px !important;
        position: absolute;
        top: -140px;
        left: -12%;
    }

    .right-women-saying-section-card-main-image {
        display: none;
    }

    .mobile-right-women-saying-section-card-main-image {
        display: block;
        width: 100%;
        position: relative;
    }

    .mobile-women-saying-section-card-main-image-image {
        display: block;
        width: 100%;
        padding-right: 29px;
        max-height: 680px;
        object-fit: cover;
    }

    .mobile-right-women-saying-section-card-main-image svg {
        display: block;
        height: 169px;
        padding-left: 35px;
    }

    .mobile-right-women-saying-section-paragraph-percent {
        display: block;
        color: var(--Purple, #351869);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        max-width: 292px;
        text-align: left;
        margin-left: 75px;
        margin-right: 40px;
        margin-top: 20px;
        margin-bottom: 29px;
    }

    .mobile-quote-second-image-section {
        position: absolute;
        bottom: 12%;
        right: 7%;
    }

    .mobile-quote-second-image-paragraph {
        margin-top: 24.27px;
        color: var(--White-Beige, #EEEADF);
        font-family: Metal;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        width: 307px;
    }
}

@media (max-width: 560px) {
    .what-are-women-saying-section-card-main {
        padding: 0 19px;
    }

    .mobile-right-women-saying-section-card-main-image svg {
        padding-left: 29px;
    }

    .mobile-quote-first-content-section {
        bottom: 5%;
    }
}

@media (max-width: 389px) {
    .what-are-women-saying-section-title {
        font-size: 56px;
    }

    .mobile-right-women-saying-section-card-main-image svg {
        padding-left: 20px;
    }

    .mobile-women-saying-section-card-main-image-image {
        padding-right: 20px;
    }

    .mobile-quote-second-image-section {
        bottom: 3%;
        right: 4%;
    }

    .mobile-quote-second-image-paragraph {
        width: auto;
        max-width: 287px;
    }
}

@media (max-width: 339px) {
    .what-are-women-saying-section-title {
        font-size: 50px;
    }
}


/* ============================================= */
/*         SECOND IMAGE SECTION (Left)           */
/* ============================================= */

.left-women-saying-section-card-main-image {
    max-width: 1440px;
    width: 100%;
    padding-right: 71px;
    margin-bottom: 99px;
    position: relative;
}

.left-women-saying-section-card-main-image img {
    width: 100%;
}

.second-image-quote-section {
    position: absolute;
    max-width: 588px;
    top: 32px;
    left: 94px;
}

.second-image-quote-paragraph {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    margin-top: 24px;
}

.second-image-percent-section {
    position: absolute;
    bottom: 60px;
    right: 20%;
}

.second-image-percent-section .stat_87img-number {
    color: #EEEADF;
    top: -250px;
    left: unset;
    right: 30px;
}

.second-image-percent-paragraph {
    color: var(--White-Beige, #EEEADF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    width: 267px;
    position: absolute;
    bottom: -28px;
    right: -150px;
}

.mobile-left-women-saying-section-card-main-image {
    display: none;
    position: relative;
}

/* --- SECOND IMAGE Responsive --- */

@media (max-width: 1236px) {
    .second-image-quote-section {
        max-width: 428px;
    }

    .second-image-quote-paragraph {
        font-size: 38px;
        line-height: 42px;
    }

    .second-image-percent-section {
        bottom: 10%;
        right: 27%;
    }

    .second-image-percent-section svg {
        width: 224px !important;
    }

    .second-image-percent-paragraph {
        width: 247px;
        bottom: -5px;
        right: -140px;
    }
}

@media (max-width: 1100px) {
    .second-image-quote-paragraph {
        font-size: 32px;
        line-height: 33px;
    }

    .second-image-quote-section {
        max-width: 408px;
        left: 4%;
    }

    .second-image-percent-section {
        bottom: 20%;
    }

    .second-image-percent-section .stat_87img-number {
        font-size: 197px;
    }

    .second-image-percent-section .stat_87img-number-span {
        font-size: 120px;
    }

    .second-image-percent-paragraph {
        width: 207px;
        bottom: -35px;
        right: -100px;
    }
}

@media (max-width: 900px) {
    .second-image-quote-section {
        max-width: 308px;
    }
}

@media (max-width: 768px) {
    .second-image-percent-paragraph {
        display: none;
    }

    .left-women-saying-section-card-main-image {
        display: none;
    }

    .mobile-left-women-saying-section-card-main-image {
        display: block;
        width: 100%;
        padding-left: 35px;
    }

    .mobile-percent-second-image-section {
        margin-top: 64.65px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mobile-percent-second-image-section svg {
        height: 167.9px;
    }

    .mobile-percent-second-image-section .stat_87img-number {
        color: #EEEADF;
        position: static;
        font-size: 237px;
        line-height: 0.81;
    }

    .mobile-percent-second-image-paragraph {
        color: var(--White-Beige, #EEEADF);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        width: 245px;
        margin-left: 63.28px;
        margin-bottom: 51px;
        margin-top: 24.93px;
    }

    .mobile-left-women-saying-second-section-card {
        display: block;
        width: 100%;
        text-align: right;
        max-height: 680px;
        object-fit: cover;
    }
}

@media (max-width: 560px) {
    .mobile-left-women-saying-section-card-main-image {
        padding: 0 0 0 29px;
    }
}

@media (max-width: 380px) {
    .mobile-left-women-saying-section-card-main-image {
        padding: 0 0 0 20px;
    }

    .mobile-percent-second-image-paragraph {
        margin-left: 50px;
    }
}


/* ============================================= */
/*         THIRD IMAGE SECTION                   */
/* ============================================= */

.left-content-third-image-section {
    position: absolute;
    bottom: 79px;
    left: 114.83px;
}

.left-content-third-image-section-top,
.left-content-third-image-section-bottom {
    position: relative;
}

.left-content-third-image-paragraph-top,
.left-content-third-image-paragraph-bottom {
    color: #FFF;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
}

.left-content-third-image-section-bottom {
    margin-top: 40px;
}

.left-content-third-image-paragraph-top {
    width: 258px;
    right: -470px;
    bottom: 163px;
}

.left-content-third-image-section-top .stat_87img-number {
    top: -250px;
    color: #EEEADF;
}

.fifty-eight {
    top: -410px !important;
}

.seventy-two {
    top: -220px !important;
}

.left-content-third-image-section-top svg {
    height: 166px;
}

.left-content-third-image-section-bottom svg {
    height: 172px;
}

.left-content-third-image-paragraph-bottom {
    width: 320px;
    right: -540px;
    bottom: -25px;
}

.right-content-third-image-paragraph {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    width: 488px;
    margin-top: 28.62px;
}

.right-content-third-image-section {
    position: absolute;
    right: 106px;
    bottom: 35px;
}

/* --- THIRD IMAGE Responsive --- */

@media (max-width: 1236px) {
    .right-content-third-image-section {
        right: 36px;
        bottom: 45px;
    }

    .right-content-third-image-paragraph {
        font-size: 38px;
        line-height: 42px;
        width: 378px;
    }
}

@media (max-width: 1100px) {
    .right-content-third-image-paragraph {
        font-size: 32px;
        line-height: 34px;
        width: 288px;
    }

    .left-content-third-image-paragraph-top {
        right: -440px;
        bottom: 206px;
    }

    .left-content-third-image-paragraph-bottom {
        right: -505px;
        bottom: 10px;
    }

    .left-content-third-image-section {
        bottom: 55px;
        left: 124.83px;
    }

    .fifty-eight {
        font-size: 197px;
    }

    .fifty-eight .stat_87img-number-span {
        font-size: 120px;
    }

    .seventy-two {
        font-size: 197px;
    }

    .seventy-two .stat_87img-number-span {
        font-size: 120px;
    }
}

@media (max-width: 933px) {
    .right-content-third-image-section {
        right: 6px;
    }

    .right-content-third-image-paragraph {
        width: 248px;
    }

    .left-content-third-image-paragraph-bottom {
        width: 248px;
        right: -435px;
        bottom: -10px;
    }
}

@media (max-width: 768px) {
    .third-img-mobile {
        padding: 0;
    }

    .third-paragraph-mobile {
        padding-left: 35px;
    }

    .third-quote-mobile-img {
        bottom: 32%;
        right: 10%;
    }
}

@media (max-width: 560px) {
    .third-paragraph-mobile {
        padding-left: 29px;
    }
}

@media (max-width: 380px) {
    .third-paragraph-mobile {
        padding-left: 20px;
    }
}

@media (max-width: 338px) {
    .third-quote-mobile-img {
        bottom: 35%;
    }
}


/* ============================================= */
/*            INTERMEDIATE BANNER                */
/* ============================================= */

.intermediate-banner-section {
    width: 100%;
    max-width: 1228px;
    box-sizing: border-box;
    border: 1px solid var(--neon-yellow, #DDFF01);
    background: rgba(217, 217, 217, 0.00);
    padding: 40px 68px;
    margin: 0 auto 158px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.intermediate-banner-section-paragraph {
    color: var(--white, #FFF);
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: var(--White-Beige, #EEEADF);
    font-family: "instrument-serif", serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    max-width: 600px;
}

.intermediate-banner-section-button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 46px 12px 52px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: var(--neon-yellow, #DDFF01);
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.intermediate-banner-section-button:hover {
    background: #C4E204;
}

.intermediate-banner-section-button-paragraph {
    color: #000;
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

/* --- INTERMEDIATE BANNER Responsive --- */

@media (max-width: 1280px) {
    .intermediate-banner-section {
        max-width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 600px) {
    .intermediate-banner-section {
        flex-direction: column;
        align-items: center;
        padding: 50px 23px;
        gap: 33px;
        margin-bottom: 119px;
    }

    .intermediate-banner-section-paragraph {
        text-align: center;
        font-size: 26px;
        line-height: 30px;
        max-width: 229px;
    }
}

@media (max-width: 560px) {
    .intermediate-banner-section {
        max-width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }



    .intermediate-banner-section-button {
 
    padding: 14px 16px 14px 16px;
 
}
}



/* ============================================= */
/*           20% QUOTE / STAT BLOCK              */
/* ============================================= */

.quote-stat-20 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 130px auto;
    padding: 0 71px 0 0;
    box-sizing: border-box;
}

.quote-stat-20__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1369 / 436;
    max-height: 436px;
    overflow: hidden;
}

.quote-stat-20__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-stat-20__quote {
    position: absolute;
    top: 125px;
    left: 198px;
    z-index: 1;
}

.quote-stat-20__quote-marks {
    position: absolute;
    top: -45px;
    left: -20px;
    z-index: -1;
}

.quote-stat-20__quote-text {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    width: 454px;
    position: relative;
}

.quote-stat-20__quote-attribution {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 423px;
    margin-top: 18px;
    padding-left: 12px;
    position: relative;
}

.quote-stat-20__quote-attribution::before {
    content: "\2013";
    position: absolute;
    left: 0;
    top: 0;
}

.quote-stat-20__stat {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 90px;
    position: relative;
    left : -20px;
    
}

.quote-stat-20__stat-image {
    flex-shrink: 0;
    height: 220px;
    width: auto;
    display: block;
}

.quote-stat-20__stat-figure {
    color: #DDFF01;
    font-family: "instrument-serif", serif;
    font-size: 255px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
    z-index: 0;
}

.quote-stat-20__stat-figure sup {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 2px;
    right: -25px;
}

.quote-stat-20__stat-text {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
        font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    max-width: 330px;
    position: absolute;
    left: 50%;
    margin-left: 85px;
    bottom: 40px;
 
}

.quote-stat-20-mobile {
    display: none;
}

/* --- 20% QUOTE Responsive --- */
@media (max-width:1380px){
    .quote-stat-20__quote {
        top: 22%;
        left: 14%;
    }
}


@media (max-width: 1280px) {
    .quote-stat-20__stat-image {
        height: 160px;
    }

    .quote-stat-20__quote {
        top: 22%;
        left: 14%;
    }
.quote-stat-20__stat-text {

    left: 50%;
    
    margin-left: 85px;
}

    
}

@media (max-width: 600px) {
    .quote-stat-20 {
        display: none;
    }

    .quote-stat-20-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 70px;
        gap: 48px;
    }

    .quote-stat-20-mobile__image-wrap {
        width: 100%;
        position: relative;
    }

    .quote-stat-20-mobile__image {
        width: 100%;
        display: block;
        max-height: 680px;
        object-fit: cover;
        padding-right: 20px;
    }

    .quote-stat-20-mobile__quote {
        position: absolute;
        top: 60px;
        left: 35px;
        z-index: 1;
    }

    .quote-stat-20-mobile__quote-marks {
        position: absolute;
        top: -30px;
        left: -10px;
        z-index: -1;
        width: 80px;
        height: auto;
    }

    .quote-stat-20-mobile__quote-text {
        color: var(--white, #FFF);
        font-family: Metal, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        max-width: 260px;
        position: relative;
    }

    .quote-stat-20-mobile__quote-attribution {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        max-width: 240px;
        margin-top: 15px;
        padding-left: 11px;
        position: relative;
    }

    .quote-stat-20-mobile__quote-attribution::before {
        content: "\2013";
        position: absolute;
        left: 0;
        top: 0;
    }

    .quote-stat-20-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .quote-stat-20-mobile__stat-image {
        max-width: 254px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        right: 54px;
    }

    .quote-stat-20-mobile__stat-figure {
        color: #DDFF01;
        font-family: "instrument-serif", serif;
        font-size: 230px;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        flex-shrink: 0;
        z-index: 0;
        margin-left:45px;
    }

    .quote-stat-20-mobile__stat-figure sup {
        font-size: 0.6em;
        vertical-align: super;
        line-height: 0;
        display: inline-block;
        position: relative;
        right: -20px;
        top: 5px;
    }

    .quote-stat-20-mobile__stat-text {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        max-width: 235px;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 568px) {
    .quote-stat-20-mobile__quote {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
                width: 255px;
    }

    .quote-stat-20-mobile__quote-text {
       
    }

    .quote-stat-20-mobile__quote-attribution {
        
        margin-left: auto;
        margin-right: auto;
    }

   
}

@media (max-width: 370px) {
    .quote-stat-20-mobile__stat-image {
        right: 2vw;
        max-width: 252px;
    }

    .quote-stat-20-mobile__stat {
        align-items: center;
        padding-right: 0;
        gap: 26px;
    }

    .quote-stat-20-mobile__quote-text {
        font-size: 31px;
        line-height: 36px;
    }

    .quote-stat-20-mobile__quote-attribution {
        font-size: 14px;
        line-height: 19px;
    }
}


/* ============================================= */
/*           67% QUOTE / STAT BLOCK              */
/* ============================================= */

.quote-stat-67 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 130px auto;
    padding: 0 0 0 71px;
    box-sizing: border-box;
}

.quote-stat-67__image-wrap {
    position: relative;
    width: 100%;
    
    max-height: 481px;
    overflow: hidden;
}

.quote-stat-67__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-stat-67__quote {
    position: absolute;
    top: 145px;
    right: 128px;
    z-index: 1;
}

.quote-stat-67__quote-marks {
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: -1;
}

.quote-stat-67__quote-text {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    width: 370px;
    position: relative;
}

.quote-stat-67__quote-text + .quote-stat-67__quote-text {
    margin-top: 18px;
}

.quote-stat-67__quote-attribution {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 363px;
    margin-top: 18px;
    padding-left: 12px;
    position: relative;
}

.quote-stat-67__quote-attribution::before {
    content: "\2013";
    position: absolute;
    left: 0;
    top: 0;
}

.quote-stat-67__stat {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 90px;
    position: relative;
    right: 122px;
}

.quote-stat-67__stat-image {
    flex-shrink: 0;
    height: 220px;
    width: auto;
    display: block;
}

.quote-stat-67__stat-figure {
    color: #DDFF01;
    font-family: "instrument-serif", serif;
    font-size: 255px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
    z-index: 0;
}

.quote-stat-67__stat-figure sup {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 2px;
    right: -25px;
}

.quote-stat-67__stat-text {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    max-width: 430px;
    position: absolute;
   left: 50%;
    bottom: 40px;
    margin-left: 70px;
}

.quote-stat-67-mobile {
    display: none;
}

/* --- 67% QUOTE Responsive --- */

/* @media (max-width: 1440px) {
    .quote-stat-67__quote {
        top: 12%;
        right: 14%;
    }
} */

@media (max-width: 1280px) {
    .quote-stat-67__stat-image {
        height: 160px;
    }

 
}

@media (max-width: 600px) {
    .quote-stat-67 {
        display: none;
    }

    .quote-stat-67-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 70px;
        gap: 48px;
    }

    .quote-stat-67-mobile__image-wrap {
        width: 100%;
        position: relative;
    }

    .quote-stat-67-mobile__image {
        width: 100%;
        display: block;
        max-height: 680px;
        object-fit: cover;
        padding-left: 20px;
    }

    .quote-stat-67-mobile__quote {
        position: absolute;
        top: 60px;
        right: 35px;
        z-index: 1;
    }

    .quote-stat-67-mobile__quote-marks {
        position: absolute;
        top: -30px;
        left: -10px;
        z-index: -1;
        width: 80px;
        height: auto;
    }

    .quote-stat-67-mobile__quote-text {
        color: var(--white, #FFF);
        font-family: Metal, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        max-width: 390px;
        width: 290px;
        position: relative;
    }

    .quote-stat-67-mobile__quote-text + .quote-stat-67-mobile__quote-text {
        margin-top: 12px;
    }

    .quote-stat-67-mobile__quote-attribution {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        max-width: 240px;
        margin-top: 15px;
        padding-left: 11px;
        position: relative;
    }

    .quote-stat-67-mobile__quote-attribution::before {
        content: "\2013";
        position: absolute;
        left: 0;
        top: 0;
    }

    .quote-stat-67-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .quote-stat-67-mobile__stat-image {
        max-width: 223px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        right: 54px;
    }

    .quote-stat-67-mobile__stat-figure {
        color: #DDFF01;
        font-family: "instrument-serif", serif;
        font-size: 230px;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        flex-shrink: 0;
        z-index: 0;
    }

    .quote-stat-67-mobile__stat-figure sup {
        font-size: 0.6em;
        vertical-align: super;
        line-height: 0;
        display: inline-block;
        position: relative;
        right: -20px;
        top: 5px;
    }

    .quote-stat-67-mobile__stat-text {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        max-width: 230px;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 568px) {
    .quote-stat-67-mobile__quote {
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
       
    }

    .quote-stat-67-mobile__quote-text {
        text-align: left
    }

 

    
}

@media (max-width: 370px) {
    .quote-stat-67-mobile__stat-image {
        right: 2vw;
        max-width: 252px;
    }

    .quote-stat-67-mobile__stat {
        align-items: center;
        padding-right: 0;
        gap: 26px;
    }

    .quote-stat-67-mobile__quote-text {
        width: 250px;
    }

    .quote-stat-67-mobile__quote-attribution {
        font-size: 14px;
        line-height: 19px;
    }
}


/* ============================================= */
/*           57% QUOTE / STAT BLOCK              */
/* ============================================= */

.quote-stat-57 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 130px auto;
    padding: 0 71px 0 0;
    box-sizing: border-box;
}

.quote-stat-57__image-wrap {
    position: relative;
    width: 100%;
}

.quote-stat-57__image {
    width: 100%;
    display: block;
    height: 482px;
}

.quote-stat-57__quote {
    position: absolute;
    top: 157px;
    left: 160px;
    z-index: 1;
}

.quote-stat-57__quote-marks {
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: -1;
}

.quote-stat-57__quote-text {
    color: var(--white, #FFF);
    font-family: Metal, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    width: 425px;
    position: relative;
}

.quote-stat-57__quote-attribution {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 363px;
    margin-top: 18px;
    padding-left: 12px;
    position: relative;
}

.quote-stat-57__quote-attribution::before {
    content: "\2013";
    position: absolute;
    left: 0;
    top: 0;
}

.quote-stat-57__stat-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 24px;
    margin-top: 90px;
}

.quote-stat-57__stat-left {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 240px;
    flex-shrink: 0;
    margin-bottom: 60px;
    margin-right: -30px;
    position: relative;
    z-index: 1;
    top: -60px;
    left: 30px;
}

.quote-stat-57__stat-image {
    flex-shrink: 0;
    height: 220px;
    width: auto;
    display: block;
    z-index: 0;
}

.quote-stat-57__stat-figure {
    color: #DDFF01;
    font-family: "instrument-serif", serif;
    font-size: 255px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
    z-index: 0;
}

.quote-stat-57__stat-figure sup {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 2px;
    right: -25px;
}

.quote-stat-57__stat-right {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    width: 320px;
    flex-shrink: 0;
    margin-bottom: 20px;
    margin-left: -100px;
    position: relative;
    z-index: 1;
    top: -20px;
    left: 10px;
}

.quote-stat-57-mobile {
    display: none;
}

/* --- 57% QUOTE Responsive --- */

/* @media (max-width: 1440px) {
    .quote-stat-57__quote {
        top: 15%;
        left: 10%;
    }
} */

@media (max-width: 1280px) {
    .quote-stat-57__stat-image {
        height: 160px;
    }

   
}

@media (max-width: 600px) {
    .quote-stat-57 {
        display: none;
    }

    .quote-stat-57-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 70px;
        gap: 48px;
    }

    .quote-stat-57-mobile__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .quote-stat-57-mobile__stat-top {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        max-width: 215px;
        width: 100%;
        text-align: left;
    }

    .quote-stat-57-mobile__stat-image {
        max-width: 248px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        right: 54px;
    }

    .quote-stat-57-mobile__stat-figure {
        color: #DDFF01;
        font-family: "instrument-serif", serif;
        font-size: 230px;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        flex-shrink: 0;
        z-index: 0;
    }

    .quote-stat-57-mobile__stat-figure sup {
        font-size: 0.6em;
        vertical-align: super;
        line-height: 0;
        display: inline-block;
        position: relative;
        right: -20px;
        top: 5px;
    }

    .quote-stat-57-mobile__stat-bottom {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        max-width: 215px;
        width: 100%;
        text-align: left;
    }

    .quote-stat-57-mobile__image-wrap {
        width: 100%;
        position: relative;
    }

    .quote-stat-57-mobile__image {
        width: 100%;
        display: block;
        max-height: 680px;
        object-fit: cover;
        padding-right:20px ;
    }

    .quote-stat-57-mobile__quote {
        position: absolute;
        bottom: 85px;
        left: 73px;
        z-index: 1;
    }

    .quote-stat-57-mobile__quote-marks {
        position: absolute;
        top: -30px;
        left: -10px;
        z-index: -1;
        width: 80px;
        height: auto;
    }

    .quote-stat-57-mobile__quote-text {
        color: var(--white, #FFF);
        font-family: Metal, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 40px;
        max-width: 240px;
        position: relative;
    }

    .quote-stat-57-mobile__quote-attribution {
        color: var(--white, #FFF);
        font-family: "work-sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        max-width: 240px;
        margin-top: 15px;
        padding-left: 11px;
        position: relative;
    }

    .quote-stat-57-mobile__quote-attribution::before {
        content: "\2013";
        position: absolute;
        left: 0;
        top: 0;
    }
}




@media (max-width: 370px) {
    .quote-stat-57-mobile__stat-image {
        right: 2vw;
        max-width: 252px;
    }

    .quote-stat-57-mobile__stat {
        align-items: center;
        padding-right: 0;
        gap: 26px;
    }

    .quote-stat-57-mobile__quote-text {
        font-size: 31px;
        line-height: 36px;
    }

    .quote-stat-57-mobile__quote-attribution {
        font-size: 14px;
        line-height: 19px;
    }

    .quote-stat-57-mobile__quote {
        position: absolute;
                bottom: 15%;
        left: 10%;
        z-index: 1;
    }
}



/* ============================================= */
/*             WOMEN ARE PREPARED                */
/* ============================================= */

.women-are-prepared-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}

.women-are-prepared-section-subtitle {
    color: #fff;
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
}

.women-are-prepared-section-title {
    color: #fff;
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 66px;
    font-weight: 400;
    line-height: 61px;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 86px;
    padding-left: 12px;
    padding-right: 12px;
}

.women-are-prepared-section-title sup {
    font-size: 36px;
    line-height: 40px;
    top: -20px;
}

.women-are-prepared-section-image {
    max-width: 1225px;
    width: 100%;
}

.women-are-prepared-section-image-mobile {
    display: none;
}

.women-are-prepared-section-info {
    max-width: 826px;
    width: calc(100% - 60px);
    margin: 58px auto 150px auto;
    padding: 2px 0 2px 22px;
    border-left: 1px solid var(--neon-yellow, #DDFF01);
    box-sizing: border-box;
}

.women-are-prepared-section-info__item {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.women-are-prepared-section-info__item + .women-are-prepared-section-info__item {
    margin-top: 28px;
}

.women-are-prepared-section-info__item strong {
    font-weight: 800;
}

.women-are-prepared-section-info__item sup {
    font-size: 0.55em;
    vertical-align: super;
    line-height: 0;
}

/* --- WOMEN ARE PREPARED Responsive --- */


@media (max-width: 1205px) {
    .women-are-prepared-section-subtitle {
        font-size: 28px;
    }

    .women-are-prepared-section-title {
        font-size: 60px;
    }
}

@media (max-width: 844px) {
    .women-are-prepared-section-title sup {
        line-height: normal;
    }
}

@media (max-width: 768px) {
    .women-are-prepared-section {
        padding: 0 20px;
    }

    .women-are-prepared-section-subtitle {
        text-align: left;
        width: 100%;
    }

    .women-are-prepared-section-title {
        text-align: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 7px;
        margin-bottom: 36px;
    }

    .women-are-prepared-section-image {
        display: none;
    }

    .women-are-prepared-section-image-mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .women-are-prepared-section-info {
        margin-top: 50px;
        margin-bottom: 100px;
        width: calc(100% - 40px);
    }
}

@media (max-width: 415px) {
    .women-are-prepared-section-image-mobile {
        min-height: unset;
    }
}


/* ============================================= */
/*       INTERMEDIATE 600-1024 ADJUSTMENTS       */
/* ============================================= */

@media (max-width: 1024px) {
    /* Section parents: side padding so they don't touch edges */
    .quote-stat-87,
    .quote-stat-25,
    .quote-stat-58-72,
    .quote-stat-20,
    .quote-stat-67,
    .quote-stat-57 {
        padding: 0 30px;
        margin-bottom: 90px;
    }

    /* Image-wraps: centered, fluid, contained */
    .quote-stat-87__image-wrap,
    .quote-stat-25__image-wrap,
    .quote-stat-57__image-wrap,
    .quote-stat-58-72__image-wrap,
    .quote-stat-20__image-wrap,
    .quote-stat-67__image-wrap {
        aspect-ratio: auto;
        max-height: none;
        max-width: 700px;
        height: auto;
        width: 100%;
        margin: 0 auto;
        overflow: visible;
        position: relative;
        box-sizing: border-box;
    }

    /* Image element: constrained height with cover */
    .quote-stat-87__image,
    .quote-stat-25__image,
    .quote-stat-57__image,
    .quote-stat-58-72__image,
    .quote-stat-20__image,
    .quote-stat-67__image {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
        display: block;
    }

    /* Quotes: close to image, centered as block */
    .quote-stat-87__quote,
    .quote-stat-25__quote,
    .quote-stat-58-72__quote,
    .quote-stat-20__quote,
    .quote-stat-67__quote,
    .quote-stat-57__quote {
        position: static;
        margin: 14px auto 0 auto;
        max-width: 580px;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        padding: 0 12px;
        box-sizing: border-box;
    }

    /* Quote marks: inline above text */
    .quote-stat-87__quote-marks,
    .quote-stat-25__quote-marks,
    .quote-stat-58-72__quote-marks,
    .quote-stat-20__quote-marks,
    .quote-stat-67__quote-marks,
    .quote-stat-57__quote-marks {
        position: relative;
        top: 0;
        left: 0;
        width: 48px;
        height: auto;
        margin-bottom: 4px;
        display: block;
    }

    /* Quote text: fluid */
    .quote-stat-87__quote-text,
    .quote-stat-25__quote-text,
    .quote-stat-58-72__quote-text,
    .quote-stat-20__quote-text,
    .quote-stat-67__quote-text,
    .quote-stat-57__quote-text {
        width: 100%;
        max-width: 100%;
        font-size: 26px;
        line-height: 32px;
    }

    .quote-stat-87__quote-attribution,
    .quote-stat-25__quote-attribution,
    .quote-stat-58-72__quote-attribution,
    .quote-stat-20__quote-attribution,
    .quote-stat-67__quote-attribution,
    .quote-stat-57__quote-attribution {
        max-width: 100%;
        width: auto;
    }

    /* Stack 3-element stat rows (87, 25, 57) vertically */
    .quote-stat-87__stat-row,
    .quote-stat-25__stat-row,
    .quote-stat-57__stat-row {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 50px;
    }

    .quote-stat-87__stat-row{
        left: unset;
    }

    .quote-stat-87__stat-left,
    .quote-stat-25__stat-left,
    .quote-stat-57__stat-left,
    .quote-stat-87__stat-right,
    .quote-stat-25__stat-right,
    .quote-stat-57__stat-right {
        width: auto;
        max-width: 500px;
        margin: 0;
        left: 0;
        top: 0;
        text-align: center;
    }

    /* Stack 20% and 67% stat (image + text) vertically */
    .quote-stat-20__stat,
    .quote-stat-67__stat {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 50px;
        right:0;
        left:0;
    }

    .quote-stat-20__stat-text,
    .quote-stat-67__stat-text {
        position: static;
        margin: 0;
        max-width: 500px;
        text-align: center;
    }

    /* Reduce stat image (the big % SVG) heights for narrower viewports */
    .quote-stat-87__stat-image,
    .quote-stat-25__stat-image,
    .quote-stat-57__stat-image,
    .quote-stat-20__stat-image,
    .quote-stat-67__stat-image {
        height: 160px;
        width: auto;
        max-width: 90%;
    }

    /* 58-72 specific: column with reduced sizes */
    .quote-stat-58-72__col {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .quote-stat-58-72__col-left-text,
    .quote-stat-58-72__col-right-text {
        width: auto;
        max-width: 400px;
        margin: 0;
        left: 0;
        top: 0;
        text-align: center;
    }

    .quote-stat-58-72__stat-image {
        height: 160px;
        width: auto;
        max-width: 90%;
    }

    /* Banner: stack column with full-width text */
    .intermediate-banner-section {
        flex-direction: column;
        align-items: center;
        padding: 40px 30px;
        gap: 30px;
    }

    .intermediate-banner-section-paragraph {
        max-width: 100%;
        text-align: center;
    }
}


@media (max-width:568px){
    .intermediate-banner-section-paragraph {
        max-width: 229px;
        text-align: center;
    }
}

/* ============================================= */
/*               GRID 3 IMAGES                   */
/* ============================================= */

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    max-width: 1225px;
    margin: 0 auto;
    height: 659px;
    max-height: 659px;
    margin-bottom: 78px;
}

.card {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.card-1 {
    background-image: url('/wp-content/uploads/2025/08/20_stat_img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    grid-column: 1;
    grid-row: 1 / 3;
}

.card-2 {
    background-image: url('/wp-content/uploads/2025/08/67_stat_img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    width: 629px;
}

.card-3 {
    background-image: url('/wp-content/uploads/2025/08/57_stat_img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    grid-column: 2;
    grid-row: 2;
    padding: 0;
    width: 629px;
}

.quote-content {
    position: absolute;
    top: -10px;
    left: 35px;
}

.quote-text-1 {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    max-width: 446px;
    margin-top: 39px;
}

.percentage-content-1 {
    position: absolute;
    bottom: 60px;
    left: 35px;
    display: flex;
    align-items: center;
    gap: 14.48px;
}

.stat_20img-number {
    font-family: "instrument-serif", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 108px;
    line-height: .5;
    color: #EEEADF;
    position: relative;
    margin-right: 35px;
}

.stat_20img-number-span {
    font-size: 58px;
    position: absolute;
    top: -15px;
    right: -47px;
}

.percentage-text-1 {
    color: #FFF;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.25px;
    max-width: 326px;
    margin-top: 30px;
}

.quote-content-2 svg {
    position: absolute;
    top: 20.16px;
    left: 27.35px;
}

.quote-content-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 51px;
}

.quote-text-2 {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    max-width: 261px;
}

.left-quote-2 {
    margin-right: 20px;
}

.right-quote-2 {
    max-width: 281px;
    padding-left: 30px;
    border-left: 1px solid var(--White-Beige, #D7D4CB);
}

.percentage-content-2 {
    position: absolute;
    bottom: 34px;
    left: 65.3px;
    display: flex;
    align-items: center;
    gap: 13.91px;
}

.percentage-text-2 {
    color: #FFF;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.25px;
    max-width: 404px;
    margin-top: 30px;
}

.pain-content {
    position: absolute;
    top: 45px;
    left: 50px;
}

.pain-content svg {
    position: absolute;
    top: -25px;
    left: -20px;
}

.pain-text {
    color: var(--White-Beige, #EEEADF);
    font-family: Metal;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    max-width: 483px;
}

.percentage-content-3 {
    position: absolute;
    bottom: 34px;
    right: 46px;
    display: flex;
    align-items: center;
    gap: 13.91px;
}

.percentage-text-3 {
    color: #FFF;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.25px;
    max-width: 272px;
    margin-top: 30px;
}

/* SVG visibility toggles for mobile/desktop */
.quote-content svg:nth-child(2),
.percentage-content-1 svg:nth-child(2),
.percentage-content-2 svg:nth-child(2),
.percentage-content-3 svg:nth-child(2) {
    display: none;
}

/* --- GRID Responsive --- */

@media (max-width: 1220px) {
    .main-grid-container {
        width: 100%;
        padding: 0 35px;
    }

    .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        height: auto;
        width: 100%;
        max-height: unset;
    }

    .card-1,
    .card-2,
    .card-3 {
        grid-column: 1;
        grid-row: auto;
        width: 100% !important;
        height: 400px;
    }

    .quote-content {
        top: -60px;
    }

    .percentage-content-1 {
        bottom: 60px;
        left: 60%;
    }

    .stat_20img-number {
        font-size: 118px;
        margin-right: 55px;
    }

    .quote-text-1 {
        font-size: 32px;
        line-height: 38px;
        max-width: 386px;
    }

    .percentage-text-1 {
        max-width: 185px;
    }

    .percentage-content-2 {
        left: 61%;
    }

    .percentage-text-2 {
        max-width: 204px;
    }

    .percentage-content-3 {
        bottom: 54px;
        right: 5%;
    }

    .percentage-text-3 {
        max-width: 185px;
    }
}

@media (max-width: 884px) {
    .card-1,
    .card-2,
    .card-3 {
        height: 573px;
    }

    .percentage-content-1 {
        left: unset;
        right: 5%;
    }

    .percentage-content-2 {
        left: unset;
        right: 3%;
    }
}

@media (max-width: 768px) {
    .card-1 {
        height: 648.468px;
        background-image: url('/wp-content/uploads/2025/08/m-20_stat_img.jpg');
    }

    .card-2 {
        background-image: url('/wp-content/uploads/2025/08/m-67_stat_img-1.jpg');
    }

    .card-3 {
        background-image: url('/wp-content/uploads/2025/09/m-57_stat_img.png');
    }

    .main-grid-container {
        padding: 0 29px;
    }

    .quote-content svg:first-child,
    .percentage-content-1 svg:first-child,
    .percentage-content-2 svg:first-child,
    .percentage-content-3 svg:first-child {
        display: none;
    }

    .quote-content svg:nth-child(2),
    .percentage-content-1 svg:nth-child(2),
    .percentage-content-2 svg:nth-child(2),
    .percentage-content-3 svg:nth-child(2) {
        display: block;
    }

    .quote-text-1 {
        max-width: 290px;
    }

    .stat_20img-number {
        font-size: 138px;
    }
}

@media (max-width: 630px) {
    .quote-content-2 {
        flex-direction: column;
    }

    .left-quote-2 {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .right-quote-2 {
        padding-left: 0;
        border-left: none;
        padding-top: 24px;
        border-top: 1px solid var(--White-Beige, #EEEADF);
        max-width: 261px;
    }
}

@media (max-width: 560px) {
    .pain-content {
        left: 35px;
    }

    .main-grid-container {
        padding: 0 20px;
    }

    .percentage-content-1,
    .percentage-content-2,
    .percentage-content-3 {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        width: fit-content;
        padding: 0 35px 110px 35px;
    }

    .percentage-text-1,
    .percentage-text-2 {
        position: absolute;
        bottom: 40px;
        right: -120px;
    }

    .percentage-text-3 {
        position: absolute;
        bottom: 60px;
        right: -100px;
    }

    .card-1,
    .card-2,
    .card-3 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        padding: 0;
    }

    .pain-content {
        max-width: 293px;
    }

    .quote-content-2 {
        position: absolute;
        top: 10px;
        left: 35px;
    }

    .quote-content-2 svg {
        left: -20px;
        top: 10px;
    }
}

@media (max-width: 473px) {
    .card-1,
    .card-2,
    .card-3 {
        justify-content: flex-start;
    }
}

@media (max-width: 380px) {
    .card-1,
    .card-2,
    .card-3 {
        justify-content: center;
        height: 698.468px;
    }

    .percentage-content-1,
    .percentage-content-2,
    .percentage-content-3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding: 0;
        padding-bottom: 30px;
    }

    .percentage-text-1,
    .percentage-text-2,
    .percentage-text-3 {
        position: static;
        margin-left: 35px;
    }

    .pain-content {
        top: 45px;
        left: 20px;
    }

    .quote-content-2 {
        top: 10px;
        left: 20px;
    }

    .quote-content {
        top: -60px;
        left: 20px;
    }
}


/* ============================================= */
/*            WHAT CAUSES NUMBNESS               */
/* ============================================= */

#what-causes-numbness {
    width: 100%;
    height: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}

.card-section-numbness {
    width: 100%;
    max-width: 1262px;
    background: rgba(217, 217, 217, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 96px 149px;
    margin-bottom: 77px;
}

.card-section-numbness-title {
    color: #fff;
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 66px;
    font-weight: 400;
    line-height: 67px;
    text-transform: uppercase;
    padding: 0 164px;
}

.card-section-numbness-paragraph {
    color: #fff;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 73px;
}

.card-section-numbness-paragraph-middle-container {
    padding-top: 40px;
    position: relative;
    width: 100%;
    display: flex;
}

.card-section-numbness-paragraph-middle-border {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 23px;
    margin-left: 63px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    border-left: 1px solid var(--neon-yellow, #DDFF01);
}

.card-section-numbness-paragraph-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.card-section-numbness-paragraph-middle-title {
    color: #fff;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: var(--White-Beige, #EEEADF);
    font-family: "instrument-serif", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}

.card-section-numbness-paragraph-middle-subtitle {
    color: #fff;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.card-section-numbness-paragraph-middle-container svg {
    position: absolute;
    top: 30px;
    right: -60px;
}

.card-section-numbness-paragraph sup,
.card-section-numbness-paragraph-middle-subtitle sup {
    font-size: 0.55em;
    vertical-align: super;
    line-height: 0;
}

.card-section-numbness-cta-text {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-top: 68px;
}

.hero-cta-button.card-section-numbness-cta-button {
    margin-top: 26px;
}

/* --- NUMBNESS Responsive --- */

@media (max-width: 1322px) {
    .card-section-numbness-paragraph-middle-container svg {
        top: 50px;
        right: -110px;
    }
}

@media (max-width: 1222px) {
    .card-section-numbness-paragraph-middle-container svg {
        top: 60px;
        right: -80px;
    }

    .card-section-numbness-paragraph-middle-border {
        max-width: 654px;
    }
}

@media (max-width: 1220px) {
    .card-section-numbness {
        padding: 96px 79px;
    }

    .card-section-numbness-title {
        font-size: 60px;
        line-height: 61px;
        padding: 0 4px 21px 4px;
    }

    .card-section-numbness-paragraph-middle-container svg {
        right: -10px;
    }
}

@media (max-width: 1108px) {
    .card-section-numbness-paragraph-middle-container svg {
        right: -40px;
    }
}

@media (max-width: 1050px) {
    .card-section-numbness-paragraph-middle-container svg {
        position: static;
        margin: 55px auto 0 auto;
    }

    .card-section-numbness-paragraph-middle-container {
        flex-direction: column;
    }

    .card-section-numbness-paragraph-middle-border {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .card-section-numbness-paragraph-middle-subtitle {
        line-height: 28px;
    }

    .card-section-numbness {
        padding: 94px 22px;
    }

    .card-section-numbness-title {
        text-align: left;
    }

    .card-section-numbness-paragraph-middle-border {
        margin-left: 20px;
        padding-left: 20px;
    }

    .card-section-numbness-cta-text {
        margin-top: 71px;
        -webkit-text-stroke-width: 0.25px;
        -webkit-text-stroke-color: var(--Purple, #351869);
    }

    .hero-cta-button.card-section-numbness-cta-button {
        margin-top: 35px;
        padding: 12px 8px;
        align-self: stretch;
        margin-left: -10px;
        margin-right: -10px;
        box-sizing: border-box;
    }

    .hero-cta-button{
        font-size: 26px;
        line-height: normal;
    }
}

@media (max-width: 640px) {
    #what-causes-numbness {
        padding: 0 29px;
    }
}

@media (max-width: 380px) {
    #what-causes-numbness {
        padding: 0 20px;
    }

    .card-section-numbness-title {
        font-size: 58px;
        line-height: 59px;
        padding: 0 0px 21px 0px;
        word-break: break-word;
    }
}


/* ============================================= */
/*                TAKE ACTION                    */
/* ============================================= */

#take-action {
    height: auto;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 136px;
    padding: 0 35px;
}

.card-container-take-action {
    width: 100%;
    max-width: 1262px;
    border: 1px solid var(--neon-yellow, #DDFF01);
    padding: 54px 33px 59px 43px;
    margin-top: 150px;
    margin-bottom: 183px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-section-take-action-title {
    color: #fff;
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 66px;
    font-weight: 400;
    line-height: 61px;
    text-transform: uppercase;
    width: fit-content;
}

.card-section-take-action-paragraph {
    color: #fff;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 43px;
}

.card-section-take-action-button-container {
    padding-top: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-decoration: none;
}

.card-section-take-action-button-paragraph {
    color: #fff;
    font-family: "work-sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    max-width: 701px;
}

.card-section-take-action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #849EA8;
    padding: 10px 46px 10px 52px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.card-section-take-action-button svg {
    width: 34px;
    margin-bottom: 4px;
}

.card-section-take-action-button:hover {
    background: #485357;
}

.card-section-take-action-button-text {
    color: #000;
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
}

/* --- TAKE ACTION Responsive --- */

@media (max-width: 1259px) {
    .card-section-take-action-button-container {
        flex-direction: column;
    }
}

@media (max-width: 1220px) {
    .card-container-take-action {
        padding: 33.6px 16px 39px 21px;
    }

    .card-section-take-action-paragraph {
        padding-top: 28px;
    }
}

@media (max-width: 768px) {
    .card-container-take-action {
        margin-top: 76px;
        margin-bottom: 100px;
    }

    .card-section-take-action-button-container {
        padding-top: 48px;
        gap: 24px;
    }

    .card-section-take-action-title {
        text-align: left;
        width: 100%;
    }

    .card-section-take-action-button {
        gap: 10px;
        padding: 10px 15px;
    }
}

@media (max-width: 640px) {
    #take-action {
        padding: 0 20px;
    }
}

@media (max-width: 390px) {
    #take-action {
        padding: 0 10px;
    }

    .card-section-take-action-button {
        gap: 8px;
        width: 100%;
        padding: 10px 5px;
    }

    .card-section-take-action-button-text {
        line-height: 29px;
    }
}

@media (max-width: 350px) {
    .card-container-take-action {
        padding: 33.6px 10px 39px 10px;
    }

    .card-section-numbness {
        padding: 94px 12px;
    }

    .card-section-take-action-button-text {
        font-size: 22px;
        line-height: normal;
    }

    .sensation-loss-section-card-bottom-right-button-paragraph {
        font-size: 22px;
        line-height: normal;
    }

    .intermediate-banner-section-button-paragraph {
        font-size: 22px;
        line-height: normal;
    }

    .hero-cta-button {
        font-size: 22px;
        line-height: normal;
    }
}


/* ============================================= */
/*                   FOOTER                      */
/* ============================================= */

.footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    margin-top: 96px;
}

.footer-container-content {
    width: 100%;
    max-width: 1262px;
}

.footer-container-content img {
    width: 243px;
    margin-bottom: 43px;
}

.footer-container-content-paragraph {
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 0;
}

.last-paragraph-footer {
    padding-bottom: 20px;
}

.links-container-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 49px;
}

.links-container-footer a {
    text-decoration: none;
    color: var(--white, #FFF);
    font-family: "work-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
}

.references-container-footer {
    margin-top: 40px;
    font-size: 18px;
    line-height: 19px;
    width: 100%;
    max-width: 1262px;
    color: var(--white, #FFF);
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    box-sizing: border-box;
}

.references-container-footer strong {
    font-weight: 700;
}

.references-container-footer em {
    font-style: italic;
}

.references-container-footer a {
    text-decoration: none;
    color: var(--white, #FFF);
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* --- FOOTER Responsive --- */

@media (max-width: 768px) {
    .footer-container {
        padding: 0 30px;
    }

    .footer-container-content img {
        width: 179.47px;
        margin-bottom: 33.65px;
    }

    .footer-container-content-paragraph {
        line-height: 22px;
        padding-bottom: 0;
    }

    .last-paragraph-footer{
        padding-bottom: 22px;
    }

    .references-container-footer {
        line-height: 22px;
    }

    .links-container-footer {
        gap: 28px;
        margin-bottom: 26.09px;
    }

    #take-action {
        margin-bottom: 90px;
    }
}

@media (max-width: 568px) {
    .footer-container {
        padding: 0 20px;
    }
}

@media (max-width: 409px) {
    .links-container-footer {
        gap: 22px;
    }
}

@media (max-width: 389px) {
    .footer-container {
        padding: 0 10px;
    }

    .links-container-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 49px;
    }
}


/* ============================================= */
/*                 404 PAGE                      */
/* ============================================= */

.error-page-wrapper {
    min-height: 100vh;
    width: 100%;
    background-image: url('/wp-content/themes/numb-not-silent/assets/images/notfoundbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
}

.error-page-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 30px;
    box-sizing: border-box;
}

.error-page-card {
    width: 100%;
    max-width: 1228px;
    height: 608px;
    border: 1px solid var(--neon-yellow, #DDFF01);
    background: var(--black, #000);
    box-sizing: border-box;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-page-title {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.error-page-message {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 40px 0 0 0;
    max-width: 700px;
}

.hero-cta-button.error-page-button {
    margin-top: 40px;
}

.error-page-footer {
    margin-top: 115px !important;
    margin-bottom: 40px;
}

/* --- 404 Responsive --- */

@media (max-width: 1024px) {
    .error-page-card {
        height: auto;
        min-height: 480px;
    }
}

@media (max-width: 768px) {
    .error-page-container {
        padding: 40px 20px;
    }

    .error-page-card {
        min-height: 420px;
        padding: 26px;
    }

    .error-page-title {
        font-size: 56.25px;
        line-height: 52.5px;
    }

    .error-page-message {
        font-size: 18px;
       
        margin-top: 30px;
    }

    .hero-cta-button.error-page-button {
        margin-top: 30px;
        padding: 12px 28px 12px 28px;
    }

    .error-page-footer {
        margin-top: 80px !important;
    }
}

@media (max-width: 480px) {
    .error-page-title {
        font-size: 44px;
        line-height: 44px;
    }

    .error-page-message {
        
    }
}

/* ============================================= */
/*           TREATMENT EXIT MODAL                */
/* ============================================= */

.treatment-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.treatment-modal.is-open {
    display: flex;
}

.treatment-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    cursor: pointer;
}

.treatment-modal__dialog {
    position: relative;
    width: 892px;
    max-width: 100%;
    background: var(--white, #FFF);
    padding: 91px 150px 123px 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.treatment-modal__close {
    position: absolute;
    top: 15px;
    right: 20.57px;
    width: 27.178px;
    height: 27.178px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-modal__close svg {
    width: 100%;
    height: 100%;
    display: block;
}

.treatment-modal__title {
    color: var(--black, #000);
    text-align: center;
    font-family: "instrument-serif", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    max-width: 546px;
    margin: 0;
}

.treatment-modal__paragraph {
    color: var(--black, #000);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 560px;
    margin: 48px 0 0 0;
}

.treatment-modal__actions {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 48px;
}

.treatment-modal__btn-secondary {
    display: flex;
    padding: 12px 37px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 3px solid var(--neon-yellow, #DDFF01);
    background: transparent;
    color: var(--black, #000);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.treatment-modal__btn-secondary:hover {
    background: var(--neon-yellow, #DDFF01);
}

.treatment-modal__btn-primary {
    display: inline-flex;
    padding: 12px 37px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 3px solid var(--neon-yellow, #DDFF01);
    background: var(--neon-yellow, #DDFF01);
    color: var(--black, #000);
    text-align: center;
    font-family: "work-sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.treatment-modal__btn-primary:hover {
    background: #C4E204;
    border-color: #C4E204;
}

body.modal-open {
    overflow: hidden;
}

/* --- Modal Responsive --- */

@media (max-width: 768px) {
    .treatment-modal__dialog {
        padding: 50px 43px;
    }

    .treatment-modal__close {
        top: 12px;
        right: 12px;
    }

    .treatment-modal__title {
        font-size: 28px;
        line-height: 32px;
    }

    .treatment-modal__paragraph {
        font-size: 20px;
        line-height: 25px;
        margin-top: 48px;
    }

    .treatment-modal__actions {
        flex-direction: column;
        gap: 48px;
        margin-top: 48px;
        width: 100%;
    }

    .treatment-modal__btn-secondary,
    .treatment-modal__btn-primary {
        width: 100%;
        max-width: 240px;
        justify-content: center;
        font-size: 22px;
        padding: 12px 24px;
    }
}

/* ============================================= */
/*  GLOBAL: tighten dash → text gap in quote     */
/*  attributions (comment #5)                    */
/* ============================================= */
[class*="__quote-attribution"] {
    padding-left: 12px;
}

@media (max-width: 1023px) {
    [class*="__quote-attribution"] {
        padding-left: 9px;
    }
}

/* ============================================= */
/*  Hero CTA disclaimer spacing (comment #28)    */
/* ============================================= */
.hero-cta-disclaimer {
    margin-top: 24px;
}

/* ============================================= */
/*  Mobile <480px: align all % stat images and   */
/*  their accompanying texts (comments #42 / #43)*/
/*  Images → 35px from left                      */
/*  Texts  → 96px from left (match 72% layout)   */
/* ============================================= */
@media (max-width: 480px) {
    .quote-stat-87-mobile__stat-image,
    .quote-stat-87-mobile__stat-figure,
    .quote-stat-25-mobile__stat-image,
    .quote-stat-25-mobile__stat-figure,
    .quote-stat-58-72-mobile__stat-image,
    .quote-stat-58-72-mobile__stat-figure,
    .quote-stat-20-mobile__stat-image,
    .quote-stat-20-mobile__stat-figure,
    .quote-stat-67-mobile__stat-image,
    .quote-stat-67-mobile__stat-figure,
    .quote-stat-57-mobile__stat-image,
    .quote-stat-57-mobile__stat-figure {
        align-self: flex-start;
        right: auto;
        left: 0;
        margin-left: 35px;
        margin-right: 0;
    }

    .quote-stat-87-mobile__stat-top,
    .quote-stat-87-mobile__stat-bottom,
    .quote-stat-25-mobile__stat-top,
    .quote-stat-25-mobile__stat-bottom,
    .quote-stat-58-72-mobile__stat-top,
    .quote-stat-58-72-mobile__stat-bottom,
    .quote-stat-20-mobile__stat-text,
    .quote-stat-67-mobile__stat-text,
    .quote-stat-57-mobile__stat-top,
    .quote-stat-57-mobile__stat-bottom {
        align-self: flex-start;
        margin-left: 96px;
        margin-right: 0;
    }
    .hero-cta-disclaimer {
    text-align: center;
}
}

/* Tighter spacing for very narrow screens (<383px)  */
@media (max-width: 383px) {
    .quote-stat-87-mobile__stat-top,
    .quote-stat-87-mobile__stat-bottom,
    .quote-stat-25-mobile__stat-top,
    .quote-stat-25-mobile__stat-bottom,
    .quote-stat-58-72-mobile__stat-top,
    .quote-stat-58-72-mobile__stat-bottom,
    .quote-stat-20-mobile__stat-text,
    .quote-stat-67-mobile__stat-text,
    .quote-stat-57-mobile__stat-top,
    .quote-stat-57-mobile__stat-bottom {
        margin-left: 40px;
    }
}




@media (max-width: 470px) {
     .quote-stat-20-mobile__stat-figure {

        margin-left:45px;
    }
}

/* <350px: reduce font-size and center all converted stat figures.  */
/* Placed at end of file to override the <480px left-align rule.    */
@media (max-width: 350px) {
    .quote-stat-87-mobile__stat-figure,
    .quote-stat-25-mobile__stat-figure,
    .quote-stat-58-72-mobile__stat-figure,
    .quote-stat-20-mobile__stat-figure,
    .quote-stat-67-mobile__stat-figure,
    .quote-stat-57-mobile__stat-figure {
        font-size: 200px;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
}

/* <325px: keep centering (cascades from <350px), reduce further.   */
@media (max-width: 325px) {
    .quote-stat-87-mobile__stat-figure,
    .quote-stat-25-mobile__stat-figure,
    .quote-stat-58-72-mobile__stat-figure,
    .quote-stat-20-mobile__stat-figure,
    .quote-stat-67-mobile__stat-figure,
    .quote-stat-57-mobile__stat-figure {
        font-size: 180px;
    }
}