body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: #fff4fc;
    background-image:
        linear-gradient(rgba(255, 244, 252, 0.9), rgba(255, 244, 252, 0.9)),
        url("https://thumbs.sugarcoatedsweethearts.yppcdn.com/assets/6a15f23de63f6_d372411f09fabdcd3d529fcbc1deb16d21a7fb01.png");
    background-repeat: no-repeat, repeat;
    background-position: left top, left top;
    background-size: 100% 100%, 500px auto;
    color: #1e1e25;
}

::selection {
    color: #fff;
    background: #ffc0cb;
}

.max-width {
    max-width: 1920px;
}

.top-padding {
    padding-top: 100px;
}

.masthead {
    transition: all 0.3s ease;
    background: #1e1e25;
}

.masthead.scrolled {
    background: #1e1e25;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.masthead .navbar-logo-wrapper .navbar-brand img {
    width: 130px;
    transition: all 0.3s ease;
}

.masthead .navbar-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.masthead .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.masthead .navbar-nav.nav-left {
    gap: 10px;
}

.masthead .navbar-nav.nav-left .nav-link {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.masthead .navbar-nav.nav-right .nav-link {
    padding: 0.3rem;
}

.masthead .navbar-nav.nav-right .btn-join-wrapper .btn-join {
    padding: 5px 20px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.masthead .navbar-nav.nav-left .nav-link:hover {
    color: #ffc0cb;
}

.btn-join {
    border: none;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    padding: 0;
}

.btn-join span {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-align: center;
    color: #ffc0cb;
    text-shadow: 2px -1px 0 #00ffdd, -2px 1px 0 #f53887;
    transition: all 0.3s ease;
}

.masthead .navbar-nav.nav-right .btn-join-wrapper .btn-join span {
    font-size: 35px;
}

.btn-join:hover span {
    color: #fff;
    text-shadow: 2px -1px 0 #f53887, -2px 1px 0 #00ffdd;
}

.masthead .navbar-nav.nav-left .nav-link.active {
    color: #f17bc9;
}

.masthead .navbar-nav.nav-right .search-icon {
    color: #f7d8e8;
    font-size: 25px;
    line-height: 1;
}

.masthead .navbar-nav.nav-right .search-icon:hover {
    color: #f8a8da;
}

.masthead .navbar-nav.nav-right .nav-divider {
    width: 1px;
    height: 24px;
    background: #4a4a4a;
    margin: 0 4px;
}

.masthead .navbar-nav.nav-right .nav-link.login {
    padding: 0;
}

.masthead .navbar-nav.nav-right .nav-link.login .account-icon-ring {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9a9a9;
    border-radius: 999px;
    color: #f7d8e8;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.masthead .navbar-nav.nav-right .nav-link.login:hover .account-icon-ring {
    border-color: #f8a8da;
    color: #f8a8da;
}

@media (min-width: 1200px) {
    .masthead {
        background: transparent;
        padding: 14px 18px 12px;
        box-shadow: none;
    }

    .masthead.scrolled {
        background: transparent;
        box-shadow: none;
    }

    .masthead .navbar {
        background: #070707;
        border-radius: 20px;
        border: 1px solid #161616;
        min-height: 68px;
        padding: 0 26px;
        width: min(100%, 1920px);
        margin-left: auto;
        margin-right: auto;
    }

    .masthead .navbar .nav-shell {
        min-height: 66px;
    }

    .masthead .navbar .navbar-logo-wrapper {
        position: static;
        transform: none;
        margin-right: 12px;
    }

    .masthead .navbar .navbar-logo-wrapper .navbar-brand {
        margin: 0;
        padding: 0;
    }

    .masthead .navbar .navbar-logo-wrapper .navbar-brand img {
        width: min(360px, 30vw);
        max-width: 100%;
    }

    @media (max-width: 1499px) {
        .masthead .navbar .navbar-logo-wrapper .navbar-brand img {
            width: min(310px, 28vw);
        }
    }

    @media (max-width: 1299px) {
        .masthead .navbar .navbar-logo-wrapper .navbar-brand img {
            width: min(260px, 24vw);
        }
    }

    .masthead .navbar-wrapper {
        width: 100%;
        justify-content: flex-end;
    }

    .masthead .navbar-nav {
        gap: 14px;
    }

    .masthead .navbar-nav.nav-left {
        display: none !important;
    }

    .masthead .navbar-nav.nav-left .nav-link {
        font-family: "Golos Text", sans-serif;
        font-size: clamp(16px, 1.2vw, 21px);
        letter-spacing: clamp(0.6px, 0.18vw, 2px);
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: none;
    }

    .masthead .navbar-nav.nav-right {
        justify-content: flex-end;
        gap: clamp(4px, 0.6vw, 12px);
    }

    .masthead .navbar-nav.nav-right .search-wrapper,
    .masthead .navbar-nav.nav-right .nav-divider,
    .masthead .navbar-nav.nav-right .nav-item .nav-link.login {
        display: none !important;
    }

    .masthead .navbar-nav.nav-right .btn-join-wrapper .btn-join {
        padding: clamp(6px, 0.6vw, 8px) clamp(14px, 1.3vw, 22px);
        border-radius: 999px;
        background: linear-gradient(90deg, #ff4ca2 0%, #8f69ff 100%);
        border: none;
        white-space: nowrap;
    }

    .masthead .navbar-nav.nav-right .btn-join-wrapper .btn-join .join {
        font-family: "Golos Text", sans-serif;
        font-size: clamp(16px, 1.35vw, 26px);
        font-weight: 700;
        letter-spacing: clamp(0.3px, 0.08vw, 1px);
        text-transform: uppercase;
        color: #fff;
        text-shadow: none;
        white-space: nowrap;
    }

    .masthead .navbar-nav.nav-right .btn-join-wrapper .btn-join:hover {
        background: linear-gradient(90deg, #ff58aa 0%, #9a72ff 100%);
    }

    .masthead .navbar-nav.nav-right .btn-join-wrapper .btn-join:hover .join {
        color: #fff;
        text-shadow: none;
    }
}

.login-page-shell {
    padding-bottom: 48px;
}

.hero-login-wrap {
    padding-top: 1.5rem;
}

.login-row {
    min-height: 420px;
    align-items: center;
}

.cta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.signup-link {
    color: #f53887;
    text-decoration: none;
    font-weight: 700;
}

.signup-link:hover {
    color: #1e1e25;
}

.form-section {
    background: linear-gradient(180deg, #1e1e25 0%, #171821 100%);
    border-radius: 22px;
    padding: 1.6rem 1.1rem;
    border: 2px solid rgba(247, 216, 232, 0.32);
    box-shadow: 0 18px 40px rgba(30, 30, 37, 0.32);
    margin-left: auto;
    margin-right: auto;
}

.member-login-text {
    margin: 0;
    color: #f7d8e8;
    font-family: "Chewy", sans-serif;
    letter-spacing: 1.3px;
    font-size: 2.05rem;
    text-shadow: 2px -1px 0 #00ffdd, -2px 1px 0 #f53887;
}

.form-control.username,
.form-control.password {
    border-radius: 12px;
    padding: 0.78rem 0.92rem;
    border: 1px solid rgba(247, 216, 232, 0.24);
    background: #2b2c3a;
    color: #fff;
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.form-control.username::placeholder,
.form-control.password::placeholder {
    color: rgba(247, 216, 232, 0.72);
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 105, 255, 0.28);
    border-color: #8f69ff;
}

.pw-wrap {
    position: relative;
}

.reveal-pass {
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 12px;
    font-size: 16px;
    color: rgba(255, 210, 232, 0.92);
    cursor: pointer;
}

.captcha-wrap {
    text-align: center;
    padding-top: 0.35rem;
}

.captcha-wrap img {
    width: min(250px, 100%);
    border-radius: 8px;
    border: 1px solid rgba(247, 216, 232, 0.34);
}

.warning {
    margin-top: 0.5rem;
    min-height: 1.4rem;
    color: #ff8ec0;
    font-size: 0.9rem;
    font-weight: 500;
}

.remember {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.remember input {
    display: none;
}

.remember label {
    cursor: pointer;
    color: #f7d8e8;
    font-family: "Golos Text", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin: 0;
}

.remember input[type="checkbox"]:checked ~ label .fa-circle-notch:before {
    content: "\f058";
}

.submit-wrap .submit {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 0.74rem 0.8rem;
    background: linear-gradient(90deg, #ff4ca2 0%, #8f69ff 100%);
    color: #fff;
    font-family: "Chewy", sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1;
    box-shadow: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.submit-wrap .submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(143, 105, 255, 0.35);
}

.not-member-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.not-member {
    color: rgba(247, 216, 232, 0.9);
    font-family: "Golos Text", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}

.signup-link {
    color: #ff4ca2;
    font-family: "Chewy", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
}

.signup-link:hover {
    color: #f7d8e8;
}

.member-benefits-section {
    background: transparent;
    padding: 12px;
}

.member-benefits-section .benefits-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
    border: 12px solid #f24bc4;
    border-radius: 18px;
    overflow: hidden;
    min-height: 620px;
    padding: 50px 340px 46px;
    background: transparent;
}

.member-benefits-section .benefits-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://thumbs.sugarcoatedsweethearts.yppcdn.com/assets/6a15f23de63f6_13ccf2dcb4494a13b3e8f4b1be2a8d0bed6c741a.png");
    background-size: 300px auto;
    background-repeat: repeat;
    background-position: top left;
    filter: grayscale(100%);
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

.member-benefits-section .benefits-main > * {
    position: relative;
    z-index: 1;
}

.instant-access {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    z-index: 2;
    padding: 0;
}

.instant-access h3 {
    margin-bottom: -20px;
    color: #5A0158;
    background:linear-gradient(180deg, #FEDEED 5.52%, #FDB3D6 15.45%, #A3A6F5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color : transparent;
    font-family: "Katibeh", sans-serif;
    font-size: clamp(46px, 7vw, 115px);
    line-height: 1;
    letter-spacing: 0.4px;
    -webkit-text-stroke: 2px #5A0158;
    text-transform: none;
    
}

@media(max-width: 500px){
    .instant-access h3 {
        font-size: clamp(32px, 9vw, 46px);
    }
}

.instant-access h4 {
    color: #8d2e9f;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: clamp(12px, 1.3vw, 20px);
    margin-bottom: 10px;
}

.member-perks {
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    column-gap: 0;
}

.member-perks li {
    list-style: none;
    color: #252525;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: clamp(13px, 0.95vw, 18px);
    font-weight: 800;
    line-height: 1.2;
    position: relative;
    padding-right: 12px;
    margin-right: 10px;
}

.member-perks li:not(:last-child)::after {
    content: "❤";
    color: #D61F6C;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.55em;
    line-height: 1;
}

.member-benefits-section .cta-wrap {
    padding: 18px 0 0 !important;
    justify-content: center;
}

.member-benefits-section .cta-wrap .btn-join span {
    color: #b4ff4f;
    font-family: "Leckerli One", cursive;
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    background: #0a0a0a;
    border: 4px solid #6d2de3;
    border-radius: 999px;
    padding: 10px 30px 12px;
    display: inline-block;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.3);
}

.member-benefits-section .cta-wrap .btn-join:hover span {
    color: #d8ff95;
}

.member-benefits-section .benefit-img1,
.member-benefits-section .benefit-img2 {
    position: absolute;
    top: 50%;
    width: clamp(190px, 20vw, 340px);
    padding: 7px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0 7px #090909;
    z-index: 1;
}

.member-benefits-section .benefit-img1 img,
.member-benefits-section .benefit-img2 img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 680px;
    border-radius: 6px;
}

.member-benefits-section .benefit-img1 {
    left: 28px;
    transform: translateY(-50%) rotate(-9deg);
}

.member-benefits-section .benefit-img2 {
    right: 28px;
    transform: translateY(-50%) rotate(9deg);
}

@media (max-width: 1399px) {
    .member-benefits-section .benefits-main {
        padding: 42px 230px 38px;
    }

    .member-benefits-section .benefit-img1,
    .member-benefits-section .benefit-img2 {
        width: clamp(160px, 18vw, 260px);
    }
}

@media (max-width: 1199px) {
    .member-benefits-section .benefits-main {
        padding: 34px 160px 34px;
        min-height: 540px;
    }

    .member-benefits-section .benefit-img1 {
        left: 16px;
    }

    .member-benefits-section .benefit-img2 {
        right: 16px;
    }

    .member-benefits-section .benefit-img1,
    .member-benefits-section .benefit-img2 {
        width: clamp(140px, 17vw, 220px);
        box-shadow: 0 0 0 5px #090909;
    }
}

@media (max-width: 991px) {
    .member-benefits-section {
        padding: 10px;
    }

    .member-benefits-section .benefits-main {
        border-width: 8px;
        border-radius: 14px;
        min-height: 0;
        padding: 24px 16px 22px;
    }

    .member-benefits-section .benefit-img1,
    .member-benefits-section .benefit-img2 {
        display: none;
    }

    .instant-access {
        max-width: 560px;
    }

    .instant-access h3 {
        margin-bottom: -10px;
        font-size: clamp(52px, 10vw, 86px);
        -webkit-text-stroke: 1.4px #5A0158;
    }

    .instant-access h4 {
        font-size: clamp(14px, 2.1vw, 20px);
        letter-spacing: 4px;
    }

    .member-perks {
        display: block;
        max-width: 460px;
    }

    .member-perks li {
        display: block;
        margin-right: 0;
        padding-right: 0;
        text-align: center;
        font-size: clamp(16px, 2.6vw, 22px);
        line-height: 1.08;
        letter-spacing: 0.4px;
    }

    .member-perks li::before {
        content: "❤";
        color: #D61F6C;
        display: inline-block;
        margin-right: 8px;
        font-size: 0.72em;
        line-height: 1;
        vertical-align: middle;
    }

    .member-perks li:not(:last-child) {
        margin-bottom: 3px;
    }

    .member-perks li:not(:last-child)::after {
        display: none;
    }

    .member-benefits-section .cta-wrap {
        padding-top: 10px !important;
    }

    .member-benefits-section .cta-wrap .btn-join span {
        font-size: clamp(26px, 5.2vw, 40px);
        padding: 9px 22px 11px;
    }
}

.footer-shell {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #050608;
    background-image: url("https://thumbs.sugarcoatedsweethearts.yppcdn.com/assets/6a161013cfbc0_Vector.png");
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: center top;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    padding-top: 36px;
    padding-bottom: 40px;

}
.footer-about-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    margin: 0 auto 18px;
}

.footer-social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: #e9b2c8;
    color: #050608;
    text-decoration: none;
    transition: filter 0.2s ease;
}

.footer-social-link svg {
    width: 24px;
    height: 24px;
    display: block;
}

.footer-social-link:hover {
    filter: brightness(1.08);
    color: #050608;
}

.footer-logo {
    width: min(620px, 86vw);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.about-text {
    margin: 0;
    color: #b5bac4;
    font-family: "Outfit", sans-serif;
    font-size: clamp(11px, 0.86vw, 15px);
    letter-spacing: 0.22em;
    line-height: 1.6;
    text-transform: uppercase;
    max-width: 940px;
    text-shadow: none;
    text-align: center;
}

.footer-navs,
.legal-links-wrapper {
    gap: 12px;
}

.footer-navs .nav-item h6,
.footer-navs .nav-item h6 .nav-link,
.legal-links-wrapper .nav-link {
    margin: 0;
}

.footer-navs .nav-item h6 .nav-link span {
    color: #d6d8dd;
    font-family: "Outfit", sans-serif;
    font-size: clamp(20px, 2.35vw, 39px);
    letter-spacing: 0.06em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-navs .nav-item h6 .nav-link:hover span,
.footer-navs .nav-item h6 .nav-link.active span {
    color: #ffffff;
}

.legal-links-wrapper {
    margin-top: 8px !important;
    margin-bottom: 34px !important;
    gap: 4px 10px;
}

.legal-links-wrapper .legal .nav-link {
    color: #8e949f;
    font-family: "Golos Text", sans-serif;
    font-size: clamp(9px, 1.68vw, 18px);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
}

.legal-links-wrapper .legal .nav-link:hover {
    color: #c8ccd3;
}

.footer-logo-below-navs img {
    width: min(250px, 58vw);
    opacity: 0.45;
    filter: grayscale(100%);
}

.powered-by {
    margin: 18px 0 22px;
    color: #8e949f !important;
    font-size: clamp(10px, 1.72vw, 18px);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-family: "Outfit", sans-serif;
}

.powered-by a {
    color: #8e949f;
    text-decoration: none;
}

.powered-by a span {
    color: #e9b2c8;
}

.copyright-text {
    margin-top: 8px;
    margin-bottom: 12px;
    color: #8e949f !important;
    font-size: clamp(9px, 1.64vw, 12px);
    letter-spacing: 0.14em;
    font-family: "Outfit", sans-serif;
}

.copy p {
    margin-bottom: 8px;
    color: #8e949f !important;
    font-size: clamp(9px, 1.64vw, 12px);
    letter-spacing: 0.14em;
    font-family: "Outfit", sans-serif;
    line-height: 1.7;
}

.copy a {
    color: #8e949f !important;
}

.copy a:hover {
    color: #c8ccd3 !important;
}

.copy .company {
    color: #8e949f !important;
}

.copyright-text,
.copy,
.powered-by,
.copy p,
.copy a,
.copy span {
    color: #8e949f !important;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.14em;
}

.powered-by {
    margin: 18px 0 22px;
    font-size: clamp(10px, 1.72vw, 18px);
}

.copy {
    font-size: clamp(9px, 1.64vw, 12px);
    line-height: 1.7;
}

.copy p {
    margin-bottom: 8px;
}

.copy p:last-child {
    margin-bottom: 0;
}

.copy a {
    text-decoration: none;
}

.footer-shell > .footer-logo-below-navs {
    order: 10;
}

.footer-shell > .copyright-text {
    order: 11;
    margin-top: 8px;
    margin-bottom: 12px;
}

.footer-shell > .powered-by-wrapper {
    order: 12;
}

.footer-shell > .copy {
    order: 13;
    margin-top: 2px;
}

.footer-shell > .rta-wrap {
    order: 14;
}

.rta-wrap {
    padding-top: 14px;
    opacity: 0.7;
}

.rta-wrap a {
    text-decoration: none;
}


/* Footer parity override */
.footer-navs .nav-item h6 .nav-link span {
    font-family: "Golos Text", sans-serif;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ffffff;
}

.legal-links-wrapper .legal .nav-link {
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.copyright-text,
.powered-by,
.copy,
.copy p,
.copy a,
.copy span {
    font-family: "Golos Text", sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #808080 !important;
    text-transform: uppercase;
}

.copyright-text {
    font-size: clamp(11px, 0.74vw, 12px);
    margin-bottom: 8px;
}

.powered-by {
    font-size: clamp(11px, 0.8vw, 13px);
    margin: 14px 0 16px;
}

.copy {
    font-size: clamp(11px, 0.8vw, 13px);
    line-height: 1.5;
}

.copy a {
    text-decoration: none !important;
}

.rta-wrap {
    padding-top: 10px;
    opacity: 0.7;
}

.rta-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 16px;
}

.rta-wrap a svg {
    width: 44px;
    height: 16px;
    display: block;
}

.rta-wrap a svg g path {
    fill: #808080;
}

@media (max-width: 991px) {
    .masthead .navbar-nav.nav-left .nav-link {
        font-size: 18px;
    }

    .masthead .navbar-logo-wrapper .navbar-brand img {
        width: 100px;
    }

    .btn-join span {
        font-size: 30px;
    }

    .top-padding {
        padding-top: 86px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .masthead .navbar-logo-wrapper .navbar-brand img {
        width: 115px;
    }
}

@media (max-width: 1023px) and (min-width: 577px) {
    .masthead .navbar-logo-wrapper .navbar-brand img {
        width: 100px;
    }
}

@media (max-width: 576px) and (min-width: 320px) {
    .masthead .navbar-logo-wrapper .navbar-brand img {
        width: 85px;
    }
}

@media (max-width: 767px) {
    .footer-shell {
        padding-top: 26px;
        padding-bottom: 34px;
        background-size: 420px auto;
    }

    .footer-socials {
        gap: 10px;
        margin-bottom: 14px;
    }

    .footer-social-link {
        width: 40px;
        height: 40px;
    }

    .form-section {
        border-radius: 16px;
        padding: 1.2rem 0.95rem;
    }

    .member-benefits-section .benefits-main {
        padding: 20px 12px;
    }

    .instant-access h4 {
        letter-spacing: 3px;
        margin-bottom: 8px;
    }

    .member-perks {
        max-width: 360px;
    }

    .member-perks li {
        font-size: clamp(15px, 4.8vw, 20px);
        line-height: 1.06;
    }

    .member-perks li::before {
        content: "❤";
        color: #D61F6C;
        display: inline-block;
        margin-right: 8px;
        font-size: 0.72em;
        line-height: 1;
        vertical-align: middle;
    }

    .member-perks li:not(:last-child)::after {
        display: none;
    }

    .member-benefits-section .cta-wrap .btn-join span {
        border-width: 3px;
        font-size: clamp(22px, 6.2vw, 32px);
        padding: 8px 16px 10px;
    }

    .member-login-text {
        font-size: 1.75rem;
    }

    .submit-wrap .submit {
        font-size: 1.35rem;
    }
}
