/* =========================================================
   XFLIRT COMPLETE LANDING PAGE CSS
========================================================= */


/* =========================================================
   ROOT VARIABLES
========================================================= */

:root {

    --xflirt-dark: #17151a;
    --xflirt-dark-soft: #242127;

    --xflirt-purple: #8e5cf6;
    --xflirt-purple-dark: #7040d8;
    --xflirt-purple-light: #f0eaff;

    --xflirt-pink: #f4c6e8;
    --xflirt-pink-light: #fff1fa;

    --xflirt-text: #1d1a20;
    --xflirt-muted: #706b75;

    --xflirt-light: #faf9fb;
    --xflirt-white: #ffffff;

    --xflirt-border: #e9e5ec;

    --xflirt-radius-sm: 12px;
    --xflirt-radius-md: 20px;
    --xflirt-radius-lg: 30px;

    --xflirt-shadow-sm: 0 10px 30px rgba(23, 21, 26, 0.06);
    --xflirt-shadow-md: 0 20px 50px rgba(23, 21, 26, 0.10);
    --xflirt-shadow-lg: 0 30px 80px rgba(23, 21, 26, 0.16);

    --xflirt-transition: all 0.35s ease;

}


/* =========================================================
   GLOBAL RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    font-family: "Inter", "Poppins", Arial, sans-serif;

    color: var(--xflirt-text);

    background: var(--xflirt-light);

    line-height: 1.7;

    overflow-x: hidden;

}


img {

    max-width: 100%;

    display: block;

}


a {

    text-decoration: none;

    color: inherit;

}


button {

    font-family: inherit;

}


::selection {

    background: var(--xflirt-purple);

    color: var(--xflirt-white);

}


/* =========================================================
   COMMON SECTION
========================================================= */

.section {

    padding: 120px 0;

}


.section-kicker {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    color: var(--xflirt-purple);

    text-transform: uppercase;

}


.section-title {

    margin: 0;

    font-size: clamp(2.3rem, 4vw, 4.5rem);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -2px;

}


.section-title span {

    display: block;

    color: var(--xflirt-purple);

}


.section-lead {

    color: var(--xflirt-muted);

    font-size: 1.05rem;

    line-height: 1.8;

}


/* =========================================================
   BUTTONS
========================================================= */

.btn-x {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    padding: 14px 25px;

    border: 1px solid var(--xflirt-purple);

    border-radius: 100px;

    background: var(--xflirt-purple);

    color: var(--xflirt-white);

    font-size: 14px;

    font-weight: 700;

    transition: var(--xflirt-transition);

}


.btn-x:hover {

    background: var(--xflirt-purple-dark);

    border-color: var(--xflirt-purple-dark);

    color: var(--xflirt-white);

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(142, 92, 246, 0.28);

}


.btn-light {

    border-radius: 100px;

    padding: 14px 25px;

    font-weight: 700;

    transition: var(--xflirt-transition);

}


.btn-light:hover {

    transform: translateY(-3px);

    box-shadow: var(--xflirt-shadow-md);

}


/* =========================================================
   NAVBAR
========================================================= */

.xflirt-navbar {

    padding: 18px 0;

    background: rgba(250, 249, 251, 0.82);

    backdrop-filter: blur(18px);

    -webkit-backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(233, 229, 236, 0.7);

    z-index: 1000;

}


.navbar-brand {

    font-size: 2rem;

    font-weight: 900;

    letter-spacing: -2px;

    color: var(--xflirt-dark);

}


.brand-dot {

    color: var(--xflirt-purple);

}


.xflirt-navbar .nav-link {

    position: relative;

    padding: 8px 14px !important;

    color: var(--xflirt-text);

    font-size: 14px;

    font-weight: 600;

    transition: var(--xflirt-transition);

}


.xflirt-navbar .nav-link::after {

    content: "";

    position: absolute;

    left: 14px;

    bottom: 0;

    width: 0;

    height: 2px;

    background: var(--xflirt-purple);

    transition: var(--xflirt-transition);

}


.xflirt-navbar .nav-link:hover {

    color: var(--xflirt-purple);

}


.xflirt-navbar .nav-link:hover::after {

    width: calc(100% - 28px);

}


.xflirt-navbar .navbar-toggler {

    color: var(--xflirt-dark);

}


/* =========================================================
   HERO SECTION
========================================================= */

.editorial-hero {

    position: relative;

    min-height: 850px;

    padding: 190px 0 120px;

    overflow: hidden;

    background:

        radial-gradient(
            circle at 90% 10%,
            rgba(142, 92, 246, 0.13),
            transparent 30%
        ),

        linear-gradient(
            135deg,
            #faf9fb 0%,
            #ffffff 55%,
            #f4efff 100%
        );

}


.hero-background-shape {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(2px);

}


.hero-shape-one {

    width: 380px;

    height: 380px;

    right: -170px;

    top: 120px;

    background: rgba(142, 92, 246, 0.08);

}


.hero-shape-two {

    width: 220px;

    height: 220px;

    left: -100px;

    bottom: 80px;

    background: rgba(244, 198, 232, 0.25);

}


.editorial-hero-content {

    position: relative;

    z-index: 2;

}


.hero-eyebrow {

    display: inline-flex;

    align-items: center;

    padding: 9px 15px;

    border: 1px solid rgba(142, 92, 246, 0.2);

    border-radius: 100px;

    background: rgba(142, 92, 246, 0.07);

    color: var(--xflirt-purple);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.editorial-hero h1 {

    max-width: 650px;

    margin: 25px 0;

    font-size: clamp(3.4rem, 6vw, 6.7rem);

    line-height: 0.98;

    letter-spacing: -5px;

    font-weight: 900;

}


.editorial-hero h1 span {

    display: block;

    color: var(--xflirt-purple);

}


.hero-description {

    max-width: 600px;

    margin-bottom: 15px;

    color: var(--xflirt-muted);

    font-size: 1.05rem;

    line-height: 1.8;

}


.hero-actions {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 25px;

    margin-top: 32px;

}


.hero-text-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--xflirt-dark);

    font-size: 14px;

    font-weight: 700;

    transition: var(--xflirt-transition);

}


.hero-text-link:hover {

    color: var(--xflirt-purple);

    transform: translateX(4px);

}


.hero-trust-row {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    margin-top: 35px;

}


.hero-trust-row span {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--xflirt-muted);

    font-size: 12px;

    font-weight: 600;

}


.hero-trust-row i {

    color: var(--xflirt-purple);

}


/* =========================================================
   HERO VISUAL
========================================================= */

.editorial-hero-visual {

    position: relative;

    min-height: 600px;

}


.hero-image-main {

    position: absolute;

    top: 35px;

    left: 50%;

    width: 70%;

    height: 500px;

    overflow: hidden;

    border-radius: var(--xflirt-radius-lg);

    transform: translateX(-50%);

    box-shadow: var(--xflirt-shadow-lg);

    z-index: 2;

}


.hero-image-main img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.hero-image-main::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,
        rgba(23, 21, 26, 0.7),
        transparent 45%
    );

}


.hero-image-caption {

    position: absolute;

    left: 25px;

    right: 25px;

    bottom: 25px;

    display: flex;

    align-items: center;

    gap: 14px;

    color: var(--xflirt-white);

    z-index: 3;

}


.caption-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    background: var(--xflirt-purple);

}


.hero-image-caption small,

.hero-image-caption strong {

    display: block;

}


.hero-image-caption small {

    opacity: 0.8;

    font-size: 11px;

}


.hero-image-caption strong {

    font-size: 16px;

}


.hero-image-side {

    position: absolute;

    width: 180px;

    height: 220px;

    overflow: hidden;

    border: 8px solid var(--xflirt-white);

    border-radius: var(--xflirt-radius-md);

    box-shadow: var(--xflirt-shadow-md);

    z-index: 4;

}


.hero-image-side img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.hero-image-side-one {

    top: 0;

    right: 0;

    transform: rotate(8deg);

}


.hero-image-side-two {

    bottom: 15px;

    left: 0;

    transform: rotate(-8deg);

}


.hero-floating-card {

    position: absolute;

    right: 0;

    bottom: 70px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 16px 20px;

    border-radius: 16px;

    background: var(--xflirt-white);

    box-shadow: var(--xflirt-shadow-md);

    z-index: 5;

}


.hero-floating-card > i {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background: var(--xflirt-purple-light);

    color: var(--xflirt-purple);

}


.hero-floating-card strong,

.hero-floating-card span {

    display: block;

}


.hero-floating-card strong {

    font-size: 13px;

}


.hero-floating-card span {

    color: var(--xflirt-muted);

    font-size: 12px;

}


/* =========================================================
   DISCOVER SECTION
========================================================= */

.discover-section {

    background: var(--xflirt-white);

}


.discover-card {

    height: 100%;

    padding: 35px;

    border: 1px solid var(--xflirt-border);

    border-radius: var(--xflirt-radius-md);

    background: var(--xflirt-white);

    transition: var(--xflirt-transition);

}


.discover-card:hover {

    transform: translateY(-8px);

    box-shadow: var(--xflirt-shadow-md);

}


.discover-card-dark {

    background: var(--xflirt-dark);

    border-color: var(--xflirt-dark);

    color: var(--xflirt-white);

}


.discover-card-number {

    display: block;

    margin-bottom: 35px;

    color: var(--xflirt-purple);

    font-size: 13px;

    font-weight: 800;

}


.discover-card-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 58px;

    height: 58px;

    margin-bottom: 25px;

    border-radius: 18px;

    background: var(--xflirt-purple-light);

    color: var(--xflirt-purple);

    font-size: 25px;

}


.discover-card h3 {

    margin-bottom: 15px;

    font-size: 1.5rem;

    font-weight: 800;

}


.discover-card p {

    min-height: 105px;

    margin-bottom: 25px;

    color: var(--xflirt-muted);

    font-size: 14px;

}


.discover-card-dark p {

    color: rgba(255, 255, 255, 0.65);

}


.discover-card a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--xflirt-purple);

    font-size: 13px;

    font-weight: 700;

}


.discover-card-dark a {

    color: var(--xflirt-pink);

}


/* =========================================================
   SPLIT STORY SECTION
========================================================= */

.split-story-section {

    background: var(--xflirt-light);

}


.split-story-image {

    position: relative;

    padding: 20px;

}


.split-story-image::before {

    content: "";

    position: absolute;

    inset: 0;

    border: 1px solid var(--xflirt-purple);

    border-radius: var(--xflirt-radius-lg);

    transform: rotate(-4deg);

    opacity: 0.2;

}


.split-story-image img {

    position: relative;

    width: 100%;

    height: 570px;

    object-fit: cover;

    border-radius: var(--xflirt-radius-lg);

    box-shadow: var(--xflirt-shadow-md);

}


.image-stamp {

    position: absolute;

    left: 0;

    bottom: 35px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 18px 22px;

    border-radius: 15px;

    background: var(--xflirt-dark);

    color: var(--xflirt-white);

    box-shadow: var(--xflirt-shadow-md);

}


.image-stamp > i {

    color: var(--xflirt-pink);

    font-size: 24px;

}


.image-stamp small,

.image-stamp strong {

    display: block;

}


.image-stamp small {

    color: rgba(255, 255, 255, 0.65);

    font-size: 11px;

}


.image-stamp strong {

    font-size: 14px;

}


.feature-list {

    margin-top: 30px;

}


.feature-list-item {

    display: flex;

    gap: 15px;

    margin-bottom: 22px;

}


.feature-list-item > span {

    display: flex;

    flex: 0 0 35px;

    align-items: center;

    justify-content: center;

    width: 35px;

    height: 35px;

    border-radius: 50%;

    background: var(--xflirt-purple-light);

    color: var(--xflirt-purple);

}


.feature-list-item h3 {

    margin-bottom: 3px;

    font-size: 16px;

    font-weight: 800;

}


.feature-list-item p {

    margin: 0;

    color: var(--xflirt-muted);

    font-size: 14px;

}


/* =========================================================
   WHY XFLIRT
========================================================= */

.why-section {

    background: var(--xflirt-white);

}


.why-feature-card,

.why-small-card,

.why-wide-card {

    height: 100%;

    border-radius: var(--xflirt-radius-md);

    transition: var(--xflirt-transition);

}


.why-feature-card {

    min-height: 370px;

    padding: 40px;

    background: var(--xflirt-dark);

    color: var(--xflirt-white);

}


.why-feature-card:hover,

.why-small-card:hover,

.why-wide-card:hover {

    transform: translateY(-7px);

    box-shadow: var(--xflirt-shadow-md);

}


.why-feature-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 70px;

}


.why-number {

    color: var(--xflirt-purple);

    font-size: 13px;

    font-weight: 800;

}


.why-feature-top i {

    color: var(--xflirt-pink);

    font-size: 28px;

}


.why-feature-card h3 {

    max-width: 650px;

    margin-bottom: 18px;

    font-size: 2.2rem;

    line-height: 1.15;

    font-weight: 800;

}


.why-feature-card h3 span,

.why-wide-card h3 span {

    color: var(--xflirt-purple);

}


.why-feature-card p {

    max-width: 620px;

    color: rgba(255, 255, 255, 0.65);

}


.why-feature-bottom {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 30px;

}


.why-feature-bottom span {

    padding: 7px 13px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 100px;

    color: rgba(255, 255, 255, 0.7);

    font-size: 11px;

}


.why-small-card {

    padding: 35px;

    border: 1px solid var(--xflirt-border);

    background: var(--xflirt-light);

}


.why-small-card i {

    display: block;

    margin: 35px 0 20px;

    color: var(--xflirt-purple);

    font-size: 35px;

}


.why-small-card h3 {

    margin-bottom: 12px;

    font-size: 1.4rem;

    font-weight: 800;

}


.why-small-card p {

    margin: 0;

    color: var(--xflirt-muted);

    font-size: 14px;

}


.why-small-card-accent {

    background: var(--xflirt-purple-light);

    border-color: transparent;

}


.why-wide-card {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 35px 40px;

    background: var(--xflirt-pink-light);

}


.why-wide-card h3 {

    max-width: 500px;

    margin: 15px 0 0;

    font-size: 1.8rem;

    line-height: 1.2;

    font-weight: 800;

}


.why-wide-card > i {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: var(--xflirt-white);

    color: var(--xflirt-purple);

    font-size: 22px;

}


/* =========================================================
   PROFILE SECTION
========================================================= */

.profile-section {

    background: var(--xflirt-light);

}


.new-profile-card {

    overflow: hidden;

    border-radius: var(--xflirt-radius-md);

    background: var(--xflirt-white);

    box-shadow: var(--xflirt-shadow-sm);

    transition: var(--xflirt-transition);

}


.new-profile-card:hover {

    transform: translateY(-8px);

    box-shadow: var(--xflirt-shadow-md);

}


.new-profile-image {

    position: relative;

    height: 400px;

    overflow: hidden;

}


.new-profile-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,
        rgba(23, 21, 26, 0.55),
        transparent 50%
    );

}


.new-profile-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;

}


.new-profile-card:hover .new-profile-image img {

    transform: scale(1.06);

}


.profile-label {

    position: absolute;

    left: 20px;

    bottom: 20px;

    z-index: 2;

    padding: 7px 12px;

    border-radius: 100px;

    background: rgba(255, 255, 255, 0.9);

    color: var(--xflirt-dark);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

}


.new-profile-content {

    padding: 25px;

}


.new-profile-content h3 {

    margin-bottom: 8px;

    font-size: 1.5rem;

    font-weight: 800;

}


.new-profile-content p {

    min-height: 75px;

    color: var(--xflirt-muted);

    font-size: 14px;

}


.profile-interest-row {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 20px;

}


.profile-interest-row span {

    padding: 6px 11px;

    border-radius: 100px;

    background: var(--xflirt-purple-light);

    color: var(--xflirt-purple-dark);

    font-size: 11px;

    font-weight: 700;

}


.profile-card-featured {

    transform: translateY(-20px);

}


.profile-card-featured:hover {

    transform: translateY(-28px);

}


/* =========================================================
   STATS SECTION
========================================================= */

.stats-section {

    padding: 70px 0;

    background: var(--xflirt-purple);

    color: var(--xflirt-white);

}


.stat-item {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 10px;

}


.stat-item strong {

    font-size: 3.5rem;

    line-height: 1;

    font-weight: 900;

}


.stat-item span {

    max-width: 170px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 13px;

    line-height: 1.5;

}


/* =========================================================
   JOURNEY SECTION
========================================================= */

.journey-modern-section {

    background: var(--xflirt-white);

}


.modern-steps {

    border-top: 1px solid var(--xflirt-border);

}


.modern-step {

    display: flex;

    gap: 25px;

    padding: 28px 0;

    border-bottom: 1px solid var(--xflirt-border);

    transition: var(--xflirt-transition);

}


.modern-step:hover {

    padding-left: 10px;

}


.modern-step > span {

    flex: 0 0 42px;

    color: var(--xflirt-purple);

    font-size: 14px;

    font-weight: 800;

}


.modern-step h3 {

    margin-bottom: 6px;

    font-size: 1.25rem;

    font-weight: 800;

}


.modern-step p {

    margin: 0;

    color: var(--xflirt-muted);

    font-size: 14px;

}


/* =========================================================
   IMAGE CTA SECTION
========================================================= */

.image-cta-section {

    background: var(--xflirt-light);

}


.image-cta-wrapper {

    position: relative;

    min-height: 570px;

    overflow: hidden;

    border-radius: var(--xflirt-radius-lg);

}


.image-cta-wrapper img {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.image-cta-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(23, 21, 26, 0.85),
        rgba(23, 21, 26, 0.25)
    );

}


.image-cta-content {

    position: relative;

    z-index: 2;

    max-width: 650px;

    padding: 100px 70px;

    color: var(--xflirt-white);

}


.image-cta-content h2 {

    margin-top: 22px;

    font-size: clamp(2.5rem, 5vw, 5rem);

    line-height: 1.05;

    letter-spacing: -3px;

    font-weight: 900;

}


.image-cta-content h2 span {

    color: var(--xflirt-pink);

}


/* =========================================================
   STORIES
========================================================= */

.stories-section {

    background: var(--xflirt-white);

}


.story-card {

    height: 100%;

    padding: 35px;

    border: 1px solid var(--xflirt-border);

    border-radius: var(--xflirt-radius-md);

    transition: var(--xflirt-transition);

}


.story-card:hover {

    transform: translateY(-8px);

    box-shadow: var(--xflirt-shadow-md);

}


.story-card-dark {

    background: var(--xflirt-dark);

    border-color: var(--xflirt-dark);

    color: var(--xflirt-white);

}


.story-quote {

    color: var(--xflirt-purple);

    font-size: 38px;

    line-height: 1;

}


.story-card > p {

    min-height: 135px;

    margin: 25px 0 35px;

    font-size: 1.05rem;

    line-height: 1.7;

}


.story-person {

    display: flex;

    align-items: center;

    gap: 13px;

}


.story-person img {

    width: 48px;

    height: 48px;

    object-fit: cover;

    border-radius: 50%;

}


.story-person strong,

.story-person small {

    display: block;

}


.story-person strong {

    font-size: 13px;

}


.story-person small {

    color: var(--xflirt-muted);

    font-size: 11px;

}


.story-card-dark .story-person small {

    color: rgba(255, 255, 255, 0.55);

}


/* =========================================================
   SAFETY SECTION
========================================================= */

.safety-modern-section {

    background: var(--xflirt-light);

}


.safety-modern-image {

    position: relative;

    padding: 20px;

}


.safety-modern-image img {

    width: 100%;

    height: 540px;

    object-fit: cover;

    border-radius: var(--xflirt-radius-lg);

    box-shadow: var(--xflirt-shadow-md);

}


.safety-modern-note {

    position: absolute;

    right: 0;

    bottom: 50px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 18px 22px;

    border-radius: 16px;

    background: var(--xflirt-white);

    box-shadow: var(--xflirt-shadow-md);

}


.safety-modern-note > i {

    color: var(--xflirt-purple);

    font-size: 25px;

}


.safety-modern-note span,

.safety-modern-note strong {

    display: block;

}


.safety-modern-note span {

    color: var(--xflirt-muted);

    font-size: 12px;

}


.safety-modern-note strong {

    color: var(--xflirt-dark);

    font-size: 14px;

}


.safety-modern-list {

    margin-top: 30px;

}


.safety-modern-list > div {

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 15px 0;

    border-bottom: 1px solid var(--xflirt-border);

    color: var(--xflirt-text);

    font-size: 14px;

    font-weight: 600;

}


.safety-modern-list i {

    color: var(--xflirt-purple);

    font-size: 20px;

}


/* =========================================================
   FAQ
========================================================= */

.faq-modern-section {

    background: var(--xflirt-white);

}


.xflirt-modern-accordion .accordion-item {

    margin-bottom: 15px;

    overflow: hidden;

    border: 1px solid var(--xflirt-border);

    border-radius: 14px !important;

    background: var(--xflirt-white);

}


.xflirt-modern-accordion .accordion-button {

    padding: 22px 25px;

    background: var(--xflirt-white);

    color: var(--xflirt-dark);

    font-size: 15px;

    font-weight: 700;

    box-shadow: none;

}


.xflirt-modern-accordion .accordion-button:not(.collapsed) {

    color: var(--xflirt-purple);

    background: var(--xflirt-purple-light);

}


.xflirt-modern-accordion .accordion-button::after {

    background-size: 15px;

}


.xflirt-modern-accordion .accordion-body {

    padding: 0 25px 25px;

    color: var(--xflirt-muted);

    font-size: 14px;

    line-height: 1.8;

}


/* =========================================================
   FINAL CTA
========================================================= */

.final-discovery-cta {

    position: relative;

    overflow: hidden;

    padding: 110px 0;

    background:

        radial-gradient(
            circle at 85% 20%,
            rgba(142, 92, 246, 0.25),
            transparent 30%
        ),

        var(--xflirt-dark);

    color: var(--xflirt-white);

}


.final-discovery-cta h2 {

    max-width: 700px;

    margin: 22px 0;

    font-size: clamp(3rem, 5vw, 5.5rem);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 900;

}


.final-discovery-cta h2 span {

    color: var(--xflirt-pink);

}


.final-discovery-cta p {

    max-width: 600px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 1.05rem;

}


.final-discovery-image {

    position: relative;

}


.final-discovery-image img {

    width: 100%;

    height: 440px;

    object-fit: cover;

    border-radius: var(--xflirt-radius-lg);

    box-shadow: var(--xflirt-shadow-lg);

}


.final-discovery-badge {

    position: absolute;

    left: -35px;

    bottom: 35px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 17px 20px;

    border-radius: 15px;

    background: var(--xflirt-white);

    color: var(--xflirt-dark);

    box-shadow: var(--xflirt-shadow-md);

}


.final-discovery-badge > i {

    color: var(--xflirt-purple);

    font-size: 25px;

}


.final-discovery-badge span,

.final-discovery-badge strong {

    display: block;

}


.final-discovery-badge span {

    font-size: 12px;

}


.final-discovery-badge strong {

    font-size: 14px;

}


/* =========================================================
   FOOTER
========================================================= */

.xflirt-footer {

    padding: 80px 0 30px;

    background: #100e12;

    color: var(--xflirt-white);

}


.xflirt-footer .navbar-brand {

    color: var(--xflirt-white);

}


.xflirt-footer p {

    max-width: 450px;

    color: rgba(255, 255, 255, 0.55);

    font-size: 14px;

}


.footer-title {

    margin-bottom: 20px;

    font-size: 14px;

    font-weight: 800;

}


.xflirt-footer ul li {

    margin-bottom: 12px;

}


.xflirt-footer ul li a {

    color: rgba(255, 255, 255, 0.55);

    font-size: 13px;

    transition: var(--xflirt-transition);

}


.xflirt-footer ul li a:hover {

    color: var(--xflirt-pink);

    padding-left: 5px;

}


.xflirt-footer hr {

    opacity: 0.15;

}


.xflirt-footer .small {

    color: rgba(255, 255, 255, 0.45);

    font-size: 12px;

}


/* =========================================================
   BACK TO TOP BUTTON
========================================================= */

body > button.position-fixed {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: none;

    background: var(--xflirt-purple) !important;

    transition: var(--xflirt-transition);

    z-index: 999;

}


body > button.position-fixed:hover {

    background: var(--xflirt-purple-dark) !important;

    transform: translateY(-5px);

}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes xflirtFadeUp {

    from {

        opacity: 0;

        transform: translateY(25px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


.editorial-hero-content {

    animation: xflirtFadeUp 0.8s ease both;

}


.editorial-hero-visual {

    animation: xflirtFadeUp 1s ease 0.15s both;

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .container {

        max-width: 1320px;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {


    .section {

        padding: 90px 0;

    }


    .xflirt-navbar .navbar-collapse {

        margin-top: 20px;

        padding: 20px;

        border-radius: 18px;

        background: var(--xflirt-white);

        box-shadow: var(--xflirt-shadow-md);

    }


    .xflirt-navbar .navbar-nav {

        align-items: flex-start !important;

        gap: 5px !important;

    }


    .xflirt-navbar .nav-link {

        padding: 10px 0 !important;

    }


    .xflirt-navbar .nav-link::after {

        left: 0;

    }


    .xflirt-navbar .nav-link:hover::after {

        width: 30px;

    }


    .xflirt-navbar .btn-x {

        width: 100%;

        margin-top: 15px;

    }


    .editorial-hero {

        padding-top: 150px;

    }


    .editorial-hero h1 {

        letter-spacing: -3px;

    }


    .editorial-hero-visual {

        min-height: 570px;

        margin-top: 20px;

    }


    .hero-image-main {

        width: 75%;

    }


    .profile-card-featured {

        transform: none;

    }


    .profile-card-featured:hover {

        transform: translateY(-8px);

    }


    .final-discovery-badge {

        left: 20px;

    }


}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {


    .section {

        padding: 70px 0;

    }


    .section-title {

        font-size: 2.6rem;

        letter-spacing: -1.5px;

    }


    .section-lead {

        font-size: 0.95rem;

    }


    .xflirt-navbar {

        padding: 13px 0;

    }


    .navbar-brand {

        font-size: 1.7rem;

    }


    .editorial-hero {

        min-height: auto;

        padding: 135px 0 70px;

    }


    .editorial-hero h1 {

        font-size: 3.5rem;

        letter-spacing: -2.5px;

    }


    .hero-description {

        font-size: 0.95rem;

    }


    .hero-actions {

        align-items: flex-start;

        flex-direction: column;

        gap: 18px;

    }


    .hero-actions .btn-x {

        width: 100%;

    }


    .hero-trust-row {

        flex-direction: column;

        gap: 10px;

    }


    .editorial-hero-visual {

        min-height: 470px;

    }


    .hero-image-main {

        top: 35px;

        width: 82%;

        height: 390px;

    }


    .hero-image-side {

        width: 125px;

        height: 160px;

        border-width: 5px;

    }


    .hero-image-side-one {

        right: -5px;

    }


    .hero-image-side-two {

        left: -5px;

        bottom: 5px;

    }


    .hero-floating-card {

        right: 0;

        bottom: 40px;

        padding: 12px 15px;

    }


    .hero-floating-card > i {

        width: 35px;

        height: 35px;

    }


    .hero-floating-card strong {

        font-size: 11px;

    }


    .hero-floating-card span {

        font-size: 10px;

    }


    .discover-card {

        padding: 28px;

    }


    .discover-card p {

        min-height: auto;

    }


    .split-story-image img {

        height: 420px;

    }


    .image-stamp {

        left: 5px;

        bottom: 25px;

        padding: 14px 16px;

    }


    .why-feature-card {

        min-height: auto;

        padding: 30px;

    }


    .why-feature-top {

        margin-bottom: 45px;

    }


    .why-feature-card h3 {

        font-size: 1.8rem;

    }


    .why-wide-card {

        padding: 28px;

    }


    .why-wide-card h3 {

        font-size: 1.5rem;

    }


    .new-profile-image {

        height: 360px;

    }


    .stat-item strong {

        font-size: 2.8rem;

    }


    .image-cta-wrapper {

        min-height: 520px;

    }


    .image-cta-content {

        padding: 70px 28px;

    }


    .image-cta-content h2 {

        font-size: 3rem;

        letter-spacing: -2px;

    }


    .story-card > p {

        min-height: auto;

    }


    .safety-modern-image img {

        height: 420px;

    }


    .safety-modern-note {

        right: 5px;

        bottom: 35px;

        padding: 14px 16px;

    }


    .final-discovery-cta {

        padding: 75px 0;

    }


    .final-discovery-cta h2 {

        font-size: 3.2rem;

        letter-spacing: -2px;

    }


    .final-discovery-image img {

        height: 380px;

    }


    .final-discovery-badge {

        left: 10px;

        bottom: 20px;

        padding: 14px 16px;

    }


    .xflirt-footer {

        padding: 60px 0 25px;

    }


}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {


    .editorial-hero h1 {

        font-size: 3rem;

    }


    .section-title {

        font-size: 2.3rem;

    }


    .hero-image-main {

        width: 80%;

    }


    .hero-image-side {

        width: 105px;

        height: 140px;

    }


    .hero-floating-card {

        transform: scale(0.9);

        transform-origin: right bottom;

    }


    .image-cta-content h2 {

        font-size: 2.5rem;

    }


    .final-discovery-cta h2 {

        font-size: 2.8rem;

    }

}