body.page-core-free_dating {
    color: #f8f8fc;
    background: #050713;
}

.page-core-free_dating .site-header {
    background: rgba(5, 7, 19, .9);
}

.page-core-free_dating .app-shell-container {
    width: 100%;
    max-width: none;
    padding-top: 0;
}

.free-dating-page {
    --free-pink: #ff2e73;
    --free-pink-soft: #ff67a4;
    --free-purple: #925cff;
    --free-text: #f8f8fc;
    --free-muted: #abb2c7;
    --free-line: rgba(255, 255, 255, .1);
    --free-panel: rgba(17, 22, 42, .82);
    min-height: 100vh;
    margin: -28px 0 -106px;
    padding: 32px max(20px, calc((100vw - 1280px) / 2)) 96px;
    overflow: hidden;
    color: var(--free-text);
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 46, 115, .14), transparent 24rem),
        radial-gradient(circle at 88% 26%, rgba(113, 83, 255, .12), transparent 28rem),
        #050713;
}

.free-dating-page a:focus-visible,
.free-dating-page summary:focus-visible {
    outline: 3px solid rgba(255, 103, 164, .75);
    outline-offset: 4px;
}

.free-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1280px;
    margin: 0 auto 24px;
    color: var(--free-muted);
    font-size: 14px;
}

.free-breadcrumb a:hover {
    color: var(--free-pink-soft);
}

.free-hero,
.free-section,
.free-final-cta {
    width: min(1280px, 100%);
    margin-inline: auto;
}

.free-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    align-items: center;
    gap: clamp(40px, 7vw, 92px);
    min-height: 680px;
    padding: 48px 0 76px;
}

.free-eyebrow,
.free-section-heading > span,
.free-final-cta > div > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(255, 46, 115, .38);
    border-radius: 999px;
    padding: 6px 14px;
    color: var(--free-pink-soft);
    background: rgba(255, 46, 115, .08);
    font-size: 13px;
    font-weight: 850;
}

.free-hero h1 {
    max-width: 760px;
    margin: 22px 0 20px;
    font-size: clamp(44px, 5.5vw, 76px);
    line-height: 1.02;
    letter-spacing: 0;
}

.free-hero-lead {
    max-width: 720px;
    margin: 0;
    color: #d8dbea;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.6;
}

.free-launch-note {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--free-muted);
    font-size: 15px;
    line-height: 1.65;
}

.free-hero-actions,
.free-safety-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.free-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 0 22px;
    font-weight: 850;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.free-button:hover {
    transform: translateY(-2px);
}

.free-button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--free-pink), var(--free-purple));
    box-shadow: 0 16px 38px rgba(255, 46, 115, .22);
}

.free-button-primary:hover {
    box-shadow: 0 20px 44px rgba(255, 46, 115, .32);
}

.free-button-secondary {
    border-color: var(--free-line);
    color: #f4f5fb;
    background: rgba(255, 255, 255, .045);
}

.free-button-secondary:hover {
    border-color: rgba(255, 103, 164, .45);
}

.free-trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.free-trust-list li {
    min-width: 0;
    border-left: 2px solid var(--free-pink);
    padding-left: 12px;
}

.free-trust-list strong,
.free-trust-list span {
    display: block;
}

.free-trust-list strong {
    font-size: 14px;
}

.free-trust-list span {
    margin-top: 4px;
    color: var(--free-muted);
    font-size: 12px;
    line-height: 1.45;
}

.free-hero-media {
    position: relative;
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 46, 115, .35);
    border-radius: 28px;
    background: #101528;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
}

.free-hero-media::after {
    content: "";
    position: absolute;
    inset: 38% 0 0;
    background: linear-gradient(180deg, transparent, rgba(5, 7, 19, .92));
    pointer-events: none;
}

.free-hero-media picture,
.free-hero-media img {
    width: 100%;
    height: 100%;
}

.free-hero-media img {
    object-fit: cover;
    object-position: center;
}

.free-hero-media figcaption {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 24px;
    left: 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.free-section {
    padding: 84px 0;
    border-top: 1px solid var(--free-line);
}

.free-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.free-section-heading h2,
.free-safety h2,
.free-final-cta h2 {
    margin: 16px 0 12px;
    font-size: clamp(32px, 3.5vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}

.free-section-heading p,
.free-safety p,
.free-final-cta p {
    margin: 0;
    color: var(--free-muted);
    font-size: 17px;
    line-height: 1.65;
}

.free-step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.free-step-list li,
.free-feature-grid article {
    min-width: 0;
    border: 1px solid var(--free-line);
    border-radius: 16px;
    background: var(--free-panel);
}

.free-step-list li {
    display: flex;
    gap: 16px;
    min-height: 168px;
    padding: 24px;
}

.free-step-list li > span {
    flex: 0 0 auto;
    color: var(--free-pink-soft);
    font-size: 13px;
    font-weight: 900;
}

.free-step-list h3,
.free-feature-grid strong {
    margin: 0;
    font-size: 18px;
}

.free-step-list p,
.free-feature-grid p {
    margin: 10px 0 0;
    color: var(--free-muted);
    font-size: 14px;
    line-height: 1.6;
}

.free-text-link {
    display: inline-flex;
    gap: 8px;
    margin-top: 24px;
    color: var(--free-pink-soft);
    font-weight: 800;
}

.free-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.free-feature-grid article {
    min-height: 154px;
    padding: 24px;
}

.free-clarity-note {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
    border: 1px solid rgba(255, 103, 164, .24);
    border-radius: 16px;
    padding: 22px 24px;
    background: rgba(255, 46, 115, .05);
}

.free-clarity-note p {
    margin: 0;
    color: var(--free-muted);
    line-height: 1.55;
}

.free-why-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
    gap: 56px;
}

.free-why-copy > p {
    margin-top: 0;
    color: #d9dceb;
    font-size: 18px;
    line-height: 1.7;
}

.free-why-copy ul {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.free-why-copy li {
    position: relative;
    padding-left: 24px;
    color: var(--free-muted);
    line-height: 1.55;
}

.free-why-copy li::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--free-pink);
    box-shadow: 0 0 16px rgba(255, 46, 115, .75);
}

.free-resource-links {
    display: grid;
    border-top: 1px solid var(--free-line);
}

.free-resource-links a {
    display: grid;
    gap: 6px;
    border-bottom: 1px solid var(--free-line);
    padding: 18px 2px;
    transition: color .2s ease, padding-left .2s ease;
}

.free-resource-links a:hover {
    padding-left: 8px;
    color: var(--free-pink-soft);
}

.free-resource-links span {
    color: var(--free-muted);
    font-size: 13px;
    line-height: 1.5;
}

.free-safety,
.free-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.free-safety > div:first-child,
.free-final-cta > div {
    max-width: 760px;
}

.free-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
}

.free-faq details {
    border: 1px solid var(--free-line);
    border-radius: 14px;
    background: var(--free-panel);
}

.free-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.free-faq summary::-webkit-details-marker {
    display: none;
}

.free-faq summary span {
    flex: 0 0 auto;
    color: var(--free-pink-soft);
    font-size: 22px;
    transition: transform .2s ease;
}

.free-faq details[open] summary span {
    transform: rotate(45deg);
}

.free-faq details p {
    margin: 0;
    border-top: 1px solid var(--free-line);
    padding: 18px 20px 20px;
    color: var(--free-muted);
    font-size: 14px;
    line-height: 1.65;
}

.free-final-cta {
    margin-top: 24px;
    border: 1px solid rgba(255, 46, 115, .35);
    border-radius: 20px;
    padding: 36px 40px;
    background: linear-gradient(110deg, rgba(255, 46, 115, .13), rgba(115, 80, 255, .09));
}

@media (max-width: 980px) {
    .free-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .free-hero-media {
        width: min(620px, 100%);
        aspect-ratio: 16 / 10;
    }

    .free-step-list,
    .free-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .free-why-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 680px) {
    .free-dating-page {
        margin: -28px 0 -106px;
        padding: 22px 16px 116px;
    }

    .free-breadcrumb {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .free-hero {
        gap: 28px;
        padding: 28px 0 54px;
    }

    .free-hero h1 {
        margin-top: 16px;
        font-size: clamp(36px, 11vw, 48px);
    }

    .free-hero-lead {
        font-size: 16px;
    }

    .free-hero-actions,
    .free-safety-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .free-button {
        width: 100%;
    }

    .free-trust-list {
        gap: 10px;
    }

    .free-hero-media {
        aspect-ratio: 4 / 5;
        border-radius: 20px;
    }

    .free-section {
        padding: 56px 0;
    }

    .free-section-heading {
        margin-bottom: 24px;
    }

    .free-section-heading h2,
    .free-safety h2,
    .free-final-cta h2 {
        font-size: 30px;
    }

    .free-step-list,
    .free-feature-grid,
    .free-faq-list {
        grid-template-columns: 1fr;
    }

    .free-step-list li,
    .free-feature-grid article {
        min-height: 0;
        padding: 20px;
    }

    .free-clarity-note {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 20px;
    }

    .free-safety,
    .free-final-cta {
        align-items: stretch;
        flex-direction: column;
        gap: 24px;
    }

    .free-final-cta {
        padding: 28px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .free-dating-page *,
    .free-dating-page *::before,
    .free-dating-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
