:root {
    --sv-dark: #5A328F;
    --sv-plum: #5A328F;
    --sv-rose: #d94f72;
    --sv-pink: #f08aa0;
    --sv-gold: #d9ad63;
    --sv-cream: #fff8f4;
    --sv-white: #ffffff;
    --sv-muted: #756b72;
    --sv-shadow: 0 20px 60px rgba(36, 18, 31, .14);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

html,
body {
    overflow-x: hidden;
}

h2 {
    font-size: 2.8rem;
}

p {
    font-size: 1.4rem !important;
}

ul {
    font-size: 1.3rem !important;
}

body {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    color: var(--sv-dark);
    background: var(--sv-cream);
    overflow-x: hidden;
    padding-top: 68px;
}

.premium-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px 0;
    background: #5A328F;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: .3s ease;
}

.premium-navbar .navbar-brand {
    color: #fff;
    font-size: 1.45rem;
    letter-spacing: -.5px;
}

.brand-logo {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--sv-gold), #f2d394);
    color: var(--sv-dark) !important;
    font-weight: 800;
    box-shadow: 0 8px 25px rgba(217, 173, 99, .2);
}

.brand-text {
    color: #fff;
}

.premium-navbar .nav-link {
    color: rgba(255, 255, 255, .78) !important;
    font-weight: 500;
    padding: 9px 15px !important;
    transition: .25s ease;
}

.premium-navbar .nav-link:hover,
.premium-navbar .nav-link.active {
    color: #fff !important;
}

.premium-navbar .nav-link.active {
    position: relative;
}

.premium-navbar .nav-link.active:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 2px;
    height: 2px;
    border-radius: 20px;
    background: var(--sv-gold);
}

.nav-join {
    background: linear-gradient(135deg, var(--sv-rose), #b93157);
    color: #fff !important;
    border: 0;
    box-shadow: 0 10px 25px rgba(217, 79, 114, .25);
}

.nav-join:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

.navbar-toggler {
    color: #fff !important;
    padding: 8px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hero-section {
    
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background:
        radial-gradient(circle at 85% 20%, rgba(217, 79, 114, .13), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(217, 173, 99, .12), transparent 30%),
        linear-gradient(135deg, #fff9f6 0%, #fff1f2 48%, #f8eaf0 100%);
}

.hero-section:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(217, 79, 114, .07);
    top: -230px;
    right: -180px;
}

.hero-section:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid rgba(74, 25, 56, .08);
    bottom: -160px;
    left: -100px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(74, 25, 56, .08);
    color: var(--sv-plum);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 10px 30px rgba(74, 25, 56, .06);
}

.hero-eyebrow i {
    color: var(--sv-rose);
}

.hero-section h1 {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    line-height: .98;
    font-weight: 700;
    color: var(--sv-dark);

}

.hero-title-gradient {
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {

    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--sv-muted);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.btn-premium {
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    border: 0;
    transition: .3s ease;
}

.btn-primary-premium {
    color: #fff;
    background: linear-gradient(135deg, var(--sv-rose), #b93157);
    box-shadow: 0 15px 35px rgba(217, 79, 114, .25);
}

.btn-primary-premium:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(217, 79, 114, .3);
}

.btn-outline-premium {
    color: var(--sv-dark);
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(74, 25, 56, .15);
}

.btn-outline-premium:hover {
    color: var(--sv-dark);
    background: #fff;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
   
    margin-top: 2px;
}

.hero-stat {
    display: flex;
    align-items: center;
    gap: 11px;
}

.hero-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--sv-rose);
    box-shadow: 0 8px 25px rgba(74, 25, 56, .08);
}

.hero-stat strong {
    display: block;
    font-size: 1.1rem;
    color: var(--sv-dark);
}

.hero-stat span {
    display: block;
    color: var(--sv-muted);
    font-size: 1rem;
}

.hero-visual {
    position: relative;
    z-index: 2;
    min-height: 590px;
}

.hero-main-card {
    position: absolute;
    width: min(390px, 78%);
    right: 5%;
    top: 25px;
    padding: 12px;
    border-radius: 32px;
    background: #fff;
    box-shadow: var(--sv-shadow);
    transform: rotate(3deg);
}

.hero-main-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.hero-profile-card {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 245px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(15px);
    box-shadow: var(--sv-shadow);
    z-index: 4;
}

.profile-mini {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-mini img {
    width: 55px;
    height: 55px;
    border-radius: 18px;
    object-fit: cover;
}

.profile-mini strong {
    display: block;
    font-size: .95rem;
}

.profile-mini span {
    font-size: .78rem;
    color: var(--sv-muted);
}

.profile-online {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #42b883;
    display: inline-block;
    margin-right: 4px;
}

.hero-match-card {
    position: absolute;
    right: -5px;
    bottom: 10px;
    width: 175px;
    padding: 17px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--sv-plum), #28111f);
    box-shadow: var(--sv-shadow);
    z-index: 5;
}

.hero-match-card .match-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    color: var(--sv-gold);
    margin-bottom: 10px;
}

.hero-match-card strong {
    display: block;
    font-size: 1.1rem;
}

.hero-match-card span {
    font-size: .75rem;
    color: rgba(255, 255, 255, .65);
}

@media(max-width:991.98px) {
    .premium-navbar {
        padding: 11px 0;
    }

    .premium-navbar .navbar-collapse {
        margin-top: 13px;
        padding: 15px;
        border-radius: 20px;
        background: rgba(36, 18, 31, .97);
        border: 1px solid rgba(255, 255, 255, .08);
    }

    .premium-navbar .nav-link {
        padding: 12px 10px !important;
    }

    .premium-navbar .nav-link.active:after {
        display: none;
    }

    .nav-join {
        margin-top: 8px;
        text-align: center;
    }

    .hero-section {
        padding-top: 60px;
    }

    .hero-section h1 {
        letter-spacing: -2.5px;
    }

    .hero-visual {
        min-height: 560px;
        margin-top: 20px;
    }

    .hero-main-card {
        right: 8%;
    }
}

@media(max-width:575.98px) {
    .premium-navbar .navbar-brand {
        font-size: 1.2rem;
    }

    .brand-logo {
        width: 37px;
        height: 37px;
        border-radius: 12px;
    }

    .hero-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .hero-section h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
        line-height: 1;
    }

    .hero-description {
        font-size: .98rem;
        line-height: 1.7;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-premium {
        width: 100%;
        text-align: center;
    }

    .hero-stats {
        gap: 18px;
        margin-top: 0px;
    }

    .hero-stat {
        width: 100%;
    }

    .hero-visual {
        min-height: 490px;
    }

    .hero-main-card {
        width: 76%;
        right: 7%;
        top: 10px;
        transform: rotate(2deg);
    }

    .hero-main-card img {
        height: 410px;
        width: 600px;
    }

    .hero-profile-card {
        width: 210px;
        bottom: 35px;
        left: 0;
    }

    .hero-match-card {

        display: none;
    }
}


/* =========================
   PREMIUM ABOUT SECTION
========================= */
.spark-about {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.spark-about::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(240, 138, 160, .10);
    top: -180px;
    right: -150px;
    filter: blur(10px);
}

.spark-about-visual {
    position: relative;
    min-height: 570px;
    padding: 18px;
}

.spark-about-image {
    position: relative;
    width: 100%;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--sv-shadow);
}

.spark-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spark-about-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 18, 31, .02) 35%, rgba(36, 18, 31, .65) 100%);
}

.spark-about-badge {
    position: absolute;
    left: 0;
    bottom: 48px;
    z-index: 3;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 22px;
    padding: 18px 22px;
    box-shadow: 0 18px 45px rgba(36, 18, 31, .18);
    min-width: 205px;
}

.spark-about-badge .badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}

.spark-about-badge strong {
    display: block;
    color: var(--sv-dark);
    font-size: 18px;
}

.spark-about-badge span {
    display: block;
    color: var(--sv-muted);
    font-size: 13px;
    margin-top: 3px;
}

.spark-about-stat {
    position: absolute;
    right: -10px;
    top: 70px;
    z-index: 4;
    background: var(--sv-dark);
    color: #fff;
    border-radius: 22px;
    padding: 20px 23px;
    min-width: 165px;
    box-shadow: 0 20px 45px rgba(36, 18, 31, .22);
}

.spark-about-stat small {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    margin-bottom: 4px;
}

.spark-about-stat strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.spark-about-stat span {
    display: block;
    color: #f6b2c0;
    font-size: 12px;
    margin-top: 7px;
}

.spark-about-content {
    padding-left: 35px;
}

.spark-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sv-rose);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.spark-section-label::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--sv-rose);
    border-radius: 10px;
}

.spark-about-content h2 {
    color: var(--sv-dark);

    line-height: 1.08;

    font-weight: 800;
    margin-bottom: 22px;
}

.spark-about-content h2 span {
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.spark-about-content>p {
    color: var(--sv-muted);
    font-size: 16px;
    line-height: 1.85;
    max-width: 610px;
}

.spark-about-points {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.spark-about-point {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.spark-about-point-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff1f4;
    color: var(--sv-rose);
}

.spark-about-point strong {
    display: block;
    color: var(--sv-dark);
    font-size: 19px;
    margin-bottom: 3px;
}

.spark-about-point span {
    display: block;
    color: var(--sv-muted);
    font-size: 18px;
    line-height: 1.55;
}

.spark-about-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    color: var(--sv-dark);
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.spark-about-link i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sv-dark);
    color: #fff;
    transition: .3s ease;
}

.spark-about-link:hover {
    color: var(--sv-rose);
}

.spark-about-link:hover i {
    transform: translateX(4px);
    background: var(--sv-rose);
}

/* =========================
   PREMIUM FEATURES
========================= */
.spark-features {
    position: relative;
    background: var(--sv-cream);
    overflow: hidden;
}

.spark-features::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(217, 173, 99, .10);
    left: -250px;
    bottom: -250px;
}

.spark-features-heading {
    max-width: 1060px;
    margin: 0 auto 55px;
    text-align: center;
}

.spark-features-heading h2 {
    color: var(--sv-dark);

    line-height: 1.08;
    letter-spacing: -1.8px;
    font-weight: 800;
    margin-bottom: 18px;
}

.spark-features-heading h2 span {
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.spark-features-heading p {
    color: var(--sv-muted);
    line-height: 1.8;
    max-width: 1050px;
    margin: auto;
}

.spark-feature-card {
    position: relative;
    height: 100%;
    min-height: 245px;
    padding: 30px;
    border: 1px solid rgba(74, 25, 56, .08);
    border-radius: 28px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 15px 45px rgba(36, 18, 31, .07);
    overflow: hidden;
    transition: .35s ease;
}

.spark-feature-card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(240, 138, 160, .10);
    top: -65px;
    right: -65px;
    transition: .35s ease;
}

.spark-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(36, 18, 31, .13);
    border-color: rgba(217, 173, 99, .28);
}

.spark-feature-card:hover::before {
    transform: scale(1.6);
}

.spark-feature-number {
    position: absolute;
    right: 27px;
    top: 25px;
    color: rgba(36, 18, 31, .08);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.spark-feature-icon {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff0f3, #f8e8ee);
    color: var(--sv-rose);
    font-size: 21px;
    margin-bottom: 24px;
    box-shadow: 0 10px 25px rgba(217, 79, 114, .10);
}

.spark-feature-card:nth-child(2) .spark-feature-icon {
    background: linear-gradient(135deg, #fff6e7, #f9edd8);
    color: #a67832;
}

.spark-feature-card:nth-child(3) .spark-feature-icon {
    background: linear-gradient(135deg, #f5eafa, #eee1f4);
    color: var(--sv-plum);
}

.spark-feature-card:nth-child(4) .spark-feature-icon {
    background: linear-gradient(135deg, #eaf8f4, #e0f1ed);
    color: #347d6d;
}

.spark-feature-card:nth-child(5) .spark-feature-icon {
    background: linear-gradient(135deg, #fff0e8, #f9e2d8);
    color: #b15e38;
}

.spark-feature-card:nth-child(6) .spark-feature-icon {
    background: linear-gradient(135deg, #f0edf9, #e7e2f3);
    color: #66558c;
}

.spark-feature-card h3 {
    position: relative;
    color: var(--sv-dark);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.spark-feature-card p {
    position: relative;
    color: var(--sv-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.spark-feature-wide {
    background: linear-gradient(135deg, var(--sv-dark), var(--sv-plum));
    border: 0;
    color: #fff;
}

.spark-feature-wide::before {
    background: rgba(255, 255, 255, .08);
}

.spark-feature-wide .spark-feature-number {
    color: rgba(255, 255, 255, .08);
}

.spark-feature-wide .spark-feature-icon {
    background: rgba(255, 255, 255, .12);
    color: #f5bdca;
}

.spark-feature-wide h3 {
    color: #fff;
}

.spark-feature-wide p {
    color: rgba(255, 255, 255, .68);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:991.98px) {
    .spark-about-content {
        padding-left: 0;
        margin-top: 35px;
    }

    .spark-about-visual {
        max-width: 720px;
        margin: auto;
    }

    .spark-about-stat {
        right: 10px;
    }

    .spark-about-points {
        gap: 20px;
    }
}

@media(max-width:575.98px) {
    .spark-about-visual {
        min-height: 450px;
        padding: 10px 0;
    }

    .spark-about-image {
        height: 420px;
        border-radius: 25px;
    }

    .spark-about-badge {
        display: none;
    }

    .spark-about-stat {
        display: none;
    }

    .spark-about-stat strong {
        font-size: 25px;
    }

    .spark-about-content h2 {
        letter-spacing: -1.2px;
    }

    .spark-about-points {
        grid-template-columns: 1fr;
    }

    .spark-feature-card {
        min-height: 220px;
        padding: 25px;
    }
}


/* ================= HOW IT WORKS POLISH ================= */
#how-it-works .row > .col-md-6 > .bg-white {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
#how-it-works .row > .col-md-6 > .bg-white:hover {
    transform: translateY(-7px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.09) !important;
    border-color: rgba(220,53,69,.2) !important;
}
#how-it-works .rounded-circle {
    transition: transform .3s ease;
}
#how-it-works .row > .col-md-6 > .bg-white:hover .rounded-circle {
    transform: scale(1.08);
}
@media (max-width: 575.98px) {
    #how-it-works h2 {
        font-size: 2rem;
    }
}


/* ================= WHY FUCKME IMAGE POLISH ================= */
#why-FuckMe img {
    transition: transform .5s ease;
}
#why-FuckMe .position-relative > .rounded-4 {
    background: #f7f4f7;
}
#why-FuckMe .position-relative > .rounded-4:hover img {
    transform: scale(1.025);
}
#why-FuckMe .position-absolute {
    z-index: 2;
}
@media (max-width: 767.98px) {
    #why-FuckMe .position-relative {
        padding-right: 0 !important;
    }
    #why-FuckMe h2 {
        font-size: 2rem;
    }
    #why-FuckMe .position-absolute.top-0 {
        margin-left: .75rem !important;
    }
}



/* =========================
   MEMBER DISCOVERY
========================= */
.spark-members {
    position: relative;
    background: var(--sv-cream);
    overflow: hidden;
}

.spark-members::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(74, 25, 56, .07);
    left: -250px;
    top: -200px;
}

.spark-members-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 45px;
}

.spark-members-heading h2 {
    color: var(--sv-dark);

    line-height: 1.08;
    letter-spacing: -1.7px;
    font-weight: 800;
    margin: 0;
}

.spark-members-heading h2 span {
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.spark-members-heading p {
    max-width: 690px;
    color: var(--sv-muted);
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.spark-member-card {
    position: relative;
    height: 530px;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(36, 18, 31, .09);
    transition: .35s ease;
}

.spark-member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(36, 18, 31, .16);
}

.spark-member-card {
    height: 600px;

}

.spark-member-image {
    position: absolute;
    inset: 0;
}

.spark-member-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: .5s ease;
}

.spark-member-card:hover .spark-member-image img {
    transform: scale(1.05);
}

.spark-member-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 18, 31, 0) 38%, rgba(36, 18, 31, .88) 100%);
}

.spark-member-status {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    color: var(--sv-dark);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.spark-member-status i {
    color: #4ca276;
    font-size: 8px;
}

.spark-member-info {
    position: absolute;
    z-index: 3;
    left: 22px;
    right: 22px;
    bottom: 21px;
    color: #fff;
}

.spark-member-info h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 5px;
}

.spark-member-info h3 span {
    color: #f5bdca;
    font-size: 13px;
    font-weight: 600;
}

.spark-member-info p {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    margin: 0;
}

.spark-member-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 10px;
}

.spark-member-featured {
    height: 600px;
}

.spark-member-featured img {
    height: 600px;
    object-fit: cover;

}

.spark-member-featured .spark-member-info h3 {
    font-size: 25px;
}

/* =========================
   MEMBER STAT BAR
========================= */
.spark-trust {
    position: relative;
    background: var(--sv-dark);
    overflow: hidden;
}

.spark-trust::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(217, 79, 114, .10);
    right: -210px;
    top: -250px;
}

.spark-trust-item {
    text-align: center;
    padding: 8px 15px;
}

.spark-trust-item strong {
    display: block;
    color: #fff;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1;
    font-weight: 600;
}

.spark-trust-item span {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255);
    font-size: 18px;
    letter-spacing: .5px;
}

/* =========================
   TESTIMONIALS
========================= */
.spark-testimonials {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.spark-testimonials::after {
    content: "“";
    position: absolute;
    right: 5%;
    top: -45px;
    color: rgba(217, 79, 114, .07);
    font-family: Georgia, serif;
    font-size: 320px;
    line-height: 1;
}

.spark-testimonial-feature {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, var(--sv-dark), var(--sv-plum));
    border-radius: 34px;
    padding: 55px;
    overflow: hidden;
    box-shadow: 0 25px 65px rgba(36, 18, 31, .16);
}

.spark-testimonial-feature::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .08);
    right: -120px;
    top: -150px;
}

.spark-testimonial-quote-icon {
    width: 55px;
    height: 55px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .1);
    color: #f5bdca;
    font-size: 20px;
    margin-bottom: 28px;
}

.spark-testimonial-feature blockquote {
    max-width: 1050px;
    color: #fff;
    font-size: clamp(21px, 3vw, 30px);
    line-height: 1.35;
    letter-spacing: -.6px;
    font-weight: 600;
    margin: 0 0 35px;
}

.spark-testimonial-person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.spark-testimonial-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .3);
}

.spark-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spark-testimonial-person strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.spark-testimonial-person span {
    display: block;
    color: rgba(255, 255, 255, .52);
    font-size: 16px;
    margin-top: 3px;
}

.spark-testimonial-stars {
    margin-left: auto;
    color: #f5bdca;
    font-size: 12px;
    letter-spacing: 2px;
}

.spark-story-card {
    height: 100%;
    padding: 28px;
    border-radius: 27px;
    border: 1px solid rgba(74, 25, 56, .08);
    background: #fff;
    box-shadow: 0 15px 40px rgba(36, 18, 31, .06);
}

.spark-story-card p {
    color: var(--sv-muted);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.spark-story-card-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.spark-story-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
}

.spark-story-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spark-story-card-person strong {
    display: block;
    color: var(--sv-dark);
    font-size: 18px;
}

.spark-story-card-person span {
    display: block;
    color: var(--sv-muted);
    font-size: 16px;
    margin-top: 3px;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:991.98px) {
    .spark-why-content {
        margin-bottom: 30px;
    }

    .spark-why-visual {
        max-width: 680px;
        margin: auto;
    }

    .spark-members-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .spark-testimonial-feature {
        padding: 40px 35px;
    }
}

@media(max-width:767.98px) {
    .spark-why-visual {
        min-height: 470px;
    }

    .spark-why-photo-main {
        width: 68%;
        height: 420px;
    }

    .spark-why-photo-small {
        width: 43%;
        height: 230px;
    }

    .spark-why-floating {
        left: 0;
        top: 35px;
    }

    .spark-member-card,
    .spark-member-featured {
        height: 430px;
    }

    .spark-testimonial-feature {
        padding: 32px 25px;
        border-radius: 27px;
    }

    .spark-testimonial-stars {
        display: none;
    }
}

@media(max-width:575.98px) {
    .spark-why-visual {
        min-height: 410px;
    }

    .spark-why-photo-main {
        width: 70%;
        height: 360px;
    }

    .spark-why-photo-small {
        width: 45%;
        height: 190px;
    }

    .spark-why-floating {
        padding: 13px 15px;
    }

    .spark-why-floating strong {
        font-size: 18px;
    }

    .spark-member-card,
    .spark-member-featured {
        height: 500px;
        border-radius: 23px;
        object-fit: fill;
    }

    .spark-testimonial-feature blockquote {
        font-size: 23px;
    }


    .spark-story-avatar {
        width: 92px;
        height: 62px;
        border-radius: 50%;
        overflow: hidden;

    }

    .spark-testimonial-avatar {
         width: 92px;
        height: 62px;
        border-radius: 50%;
       
    }
}




/* ========================= FuckMe FAQ ========================= */
.spark-faq {
    position: relative;
    background: #fffaf8;
    overflow: hidden;
}

.spark-faq::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    right: -140px;
    border-radius: 50%;
    background: rgba(240, 138, 160, .10);
    pointer-events: none;
}

.spark-faq::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -100px;
    border-radius: 50%;
    background: rgba(217, 173, 99, .08);
    pointer-events: none;
}

.spark-faq-inner {
    position: relative;
    z-index: 2;
}

.spark-faq-intro {
    position: sticky;
    top: 110px;
}

.spark-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sv-rose);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.spark-section-label::before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--sv-rose), var(--sv-gold));
    border-radius: 20px;
}

.spark-faq-title {
    color: var(--sv-dark);

    line-height: 1.02;
    font-weight: 850;
    margin-bottom: 20px;
}

.spark-faq-title span {
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.spark-faq-description {
    color: var(--sv-muted);
    font-size: 1rem;
    line-height: 1.85;
    max-width: 500px;
    margin-bottom: 28px;
}

.spark-faq-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px 18px;
    max-width: 440px;
    border: 1px solid rgba(74, 25, 56, .09);
    background: rgba(255, 255, 255, .8);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(36, 18, 31, .06);
}

.spark-faq-contact-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--sv-plum), var(--sv-rose));
}

.spark-faq-contact strong {
    display: block;
    color: var(--sv-dark);
    font-size: 1.2rem;
    margin-bottom: 2px;
}

.spark-faq-contact span {
    color: var(--sv-muted);
    font-size: 1.2rem;
}

.spark-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.spark-faq-item {
    border: 1px solid rgba(74, 25, 56, .09) !important;
    border-radius: 20px !important;
    overflow: hidden;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(36, 18, 31, .045);
}

.spark-faq-button {
    position: relative;
    padding: 23px 58px 23px 24px !important;
    color: var(--sv-dark) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 1.3rem !important;
    font-weight: 750 !important;
    line-height: 1.45;
}

.spark-faq-button::after {
    position: absolute;
    right: 23px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: #fff2f5;
    background-image: none !important;
    content: "+";
    color: var(--sv-rose);
    font-size: 1.3rem;
    font-weight: 500;
    transform: none !important;
}

.spark-faq-button:not(.collapsed)::after {
    content: "−";
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    color: #fff;
}

.spark-faq-body {
    padding: 0 24px 24px !important;
    color: var(--sv-muted);
    font-size: 1.2rem !important;
    line-height: 1.8;
    border-top: 1px solid rgba(74, 25, 56, .06);
}

.spark-faq-body p {
    margin: 18px 0 0;
}

/* ========================= FuckMe FINAL CTA ========================= */
.spark-final-cta {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 25%, rgba(240, 138, 160, .22), transparent 28%),
        radial-gradient(circle at 88% 80%, rgba(217, 173, 99, .16), transparent 24%),
        linear-gradient(135deg, #24121f 0%, #4a1938 52%, #301528 100%);
}

.spark-final-cta::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -280px;
    right: -120px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
}

.spark-final-cta::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    bottom: -230px;
    left: -100px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.spark-final-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.spark-final-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
    font-size: 1.45rem;
}

.spark-final-label {
    color: #f4c9d2;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.spark-final-title {
    color: #fff;
    font-size: clamp(2.7rem, 6vw, 4.5rem);
    line-height: .98;
    font-weight: 850;

    margin-bottom: 22px;
}

.spark-final-title span {
    color: #f4a7b8;
}

.spark-final-description {
    max-width: 950px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.05rem;
    line-height: 1.8;
}

.spark-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.spark-final-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 29px;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--sv-rose), #b83f62);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .22);
    font-size: .94rem;
    font-weight: 800;
    text-decoration: none;
    transition: .3s ease;
}

.spark-final-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(0, 0, 0, .28);
}

.spark-final-btn-light {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
}

.spark-final-btn-light:hover {
    background: rgba(255, 255, 255, .13);
}

.spark-final-note {
    margin-top: 20px;
    color: rgba(255, 255, 255, .52);
    font-size: .8rem;
}

.spark-final-note i {
    color: #f3a0b4;
    margin-right: 5px;
}

/* ========================= FuckMe FOOTER ========================= */
.spark-footer {
    position: relative;
    color: rgba(255, 255, 255, .68);
    background:#251639;
    overflow: hidden;
}

.spark-footer-main {
    padding: 78px 0 55px;
}

.spark-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 18px;
}

.spark-footer-logo {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    font-size: 1.15rem;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
}

.spark-footer-brand-name {
    font-size: 1.5rem;
    font-weight: 850;
    letter-spacing: -.04em;
}

.spark-footer-description {
    max-width: 390px;
    color: rgba(255, 255, 255, .58);
    font-size: .9rem;
   
    margin-bottom: 23px;
}

.spark-footer-socials {
    display: flex;
    align-items: center;
    gap: 9px;
}

.spark-footer-social {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 12px;
    color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .035);
    text-decoration: none;
    transition: .25s ease;
}

.spark-footer-social:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    border-color: transparent;
    transform: translateY(-3px);
}

.spark-footer-heading {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
   
    text-transform: capitalize;
    margin: 7px 0 20px;
}

.spark-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spark-footer-links li {
    margin-bottom: 8px;
}

.spark-footer-links a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    font-size: 1.2rem;
    transition: .25s ease;
}

.spark-footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.spark-footer-divider {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.spark-footer-bottom {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.spark-footer-copy {
    color: rgba(255, 255, 255, .42);
    font-size: 1.3rem;
}

.spark-footer-legal {
    display: flex;
    align-items: center;
    gap: 22px;
}

.spark-footer-legal a {
    color: rgba(255, 255, 255, .42);
    text-decoration: none;
    font-size: .78rem;
    transition: .25s ease;
}

.spark-footer-legal a:hover {
    color: #fff;
}

/* ========================= BACK TO TOP ========================= */
.spark-back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9998;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--sv-rose), var(--sv-plum));
    box-shadow: 0 12px 30px rgba(36, 18, 31, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .3s ease;
    text-decoration: none;
}

.spark-back-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.spark-back-top:hover {
    color: #fff;
    transform: translateY(-4px);
}

/* ========================= RESPONSIVE ========================= */
@media(max-width:991.98px) {
    .spark-faq-intro {
        position: relative;
        top: auto;
        margin-bottom: 40px;
    }

    .spark-faq-description {
        max-width: 700px;
    }

    .spark-faq-contact {
        max-width: 100%;
    }

    .spark-footer-main {
        padding: 60px 0 42px;
    }
}

@media(max-width:767.98px) {
    .spark-final-cta {
        padding: 75px 0;
    }

    .spark-final-title {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .spark-footer-bottom {
        padding: 22px 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .spark-footer-legal {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    h2 {
        font-size: 2rem !important;
    }
}

@media(max-width:575.98px) {
    .spark-faq {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .spark-faq-title {
        font-size: 2.35rem;
    }

    .spark-faq-button {
        padding: 19px 54px 19px 18px !important;
        font-size: 1.3rem !important;
    }

    .spark-faq-body {
        padding: 0 18px 19px !important;
        font-size: 1.2rem !important;
    }

    .spark-final-cta {
        padding: 65px 18px;
    }

    .spark-final-actions {
        flex-direction: column;
        width: 100%;
    }

    .spark-final-btn {
        width: 100%;
    }

    .spark-footer-main {
        padding: 52px 0 30px;
    }

    .spark-footer-legal {
        gap: 10px 15px;
    }

    .spark-back-top {
        right: 15px;
        bottom: 15px;
        width: 45px;
        height: 45px;
    }

    .iconn{
        display: none !important;
    }
}