:root {
    --blue: #5bcefa;
    --pink: #f5a9b8;
    --hot: #d436b2;
    --violet: #9d3ff0;
    --ink: #211923;
    --muted: #6d6170;
    --paper: #fff9fb;
    --panel: #ffffff;
    --line: #f1dbe3;
    --lilac: #7353ba;
    --mint: #b8f4dc;
    --shadow: 0 18px 45px rgba(52, 35, 57, 0.12);
    --radius: 18px;
    --container: 1120px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(91, 206, 250, 0.12), transparent 360px),
        var(--paper);
    overflow-x: hidden;
}

.container,
.nav-container,
.footer-container {
    width: min(92%, var(--container));
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #edf0f5;
}

.nav-container {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--ink);
    font-weight: 800;
    letter-spacing: 0;
}

.logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:
        linear-gradient(180deg, var(--blue) 0 20%, var(--pink) 20% 40%, #fff 40% 60%, var(--pink) 60% 80%, var(--blue) 80%);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9), 0 8px 24px rgba(91, 206, 250, 0.35);
    flex: 0 0 auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

.nav-item {
    color: var(--ink);
    font-weight: 700;
    font-size: 1.02rem;
}

.nav-item:hover {
    color: var(--hot);
}

.lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem;
    border: 1px solid #dde2ec;
    border-radius: 999px;
    background: #f4f6fa;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.8);
}

.lang-toggle a {
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 36px;
    border-radius: 999px;
    color: #697184;
    font-weight: 900;
    font-size: 0.86rem;
}

.lang-toggle a.active {
    background: #fff;
    color: var(--hot);
    box-shadow: 0 8px 22px rgba(20, 22, 36, 0.08);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    padding: 0.8rem 1.35rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--blue) 0%, var(--pink) 55%, var(--violet) 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(157, 63, 240, 0.28);
}

.btn-light {
    background: var(--panel);
    color: var(--ink);
}

.sticky-quiz {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 64px;
    width: auto;
    min-width: 238px;
    padding: 1rem 1.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--pink) 55%, var(--violet) 100%);
    color: #fff;
    box-shadow: 0 22px 55px rgba(157, 63, 240, 0.34);
    font-weight: 900;
}

.sticky-quiz i {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}



.nav-quiz {
    min-height: 64px;
    padding: 0 2.05rem;
    border-radius: 999px;
    font-size: 1.02rem;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 18px 42px rgba(157, 63, 240, 0.24), 0 0 0 1px rgba(255,255,255,0.3) inset;
}


.btn-lg {
    min-height: 54px;
    padding: 1rem 1.7rem;
    font-size: 1.05rem;
}

section {
    padding: 4.5rem 0;
}

.hero {
    min-height: 775px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 12px;
    background: linear-gradient(90deg, var(--blue), var(--pink), #fff, var(--pink), var(--blue));
}

.hero .container {
    position: relative;
    max-width: 1040px;
}

.hero-kicker,
.page-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 1120px;
    margin-bottom: 1rem;
    font-size: clamp(3.1rem, 7vw, 6.4rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
}

.hero p {
    max-width: 880px;
    margin: 0 auto 2.3rem;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    color: rgba(255, 255, 255, 0.9);
}

.hero-search {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.7rem;
    width: min(92vw, 825px);
    min-height: 84px;
    margin: 0 auto 2rem;
    padding: 0.55rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(157, 63, 240, 0.24);
}

.hero-search input {
    width: 100%;
    min-width: 0;
    height: 64px;
    border: 0;
    outline: 0;
    border-radius: 999px;
    padding: 0 1.6rem;
    color: var(--ink);
    font: inherit;
    font-size: 1.08rem;
}

.hero-search button {
    min-width: 162px;
    height: 62px;
    border: 0;
    border-radius: 999px;
    padding: 0 1.4rem;
    background: linear-gradient(135deg, var(--blue) 0%, var(--pink) 55%, var(--violet) 100%);
    color: #fff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.trust-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    padding: 0 1.5rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    color: #fff;
    backdrop-filter: blur(10px);
    font-weight: 900;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.section-title {
    max-width: 760px;
    margin: 0 auto 2.2rem;
    text-align: center;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.15;
}

.provinces-section,
.features,
.search-intent-section,
.city-list,
.nearby-locations,
.faq,
.local-seo-content,
.seo-content {
    background: var(--paper);
}

.provinces-grid,
.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.province-card,
.city-link {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 30px rgba(52, 35, 57, 0.06);
    font-weight: 800;
}

.province-card:hover,
.city-link:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.search-intent-section {
    padding-top: 3rem;
}

.intent-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
}

.intent-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(52, 35, 57, 0.06);
}

.intent-grid a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--blue) 0%, var(--pink) 55%, var(--violet) 100%);
}

.city-link {
    align-items: flex-start;
    flex-direction: column;
}

.city-link small {
    color: var(--muted);
    font-weight: 700;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2rem;
}

.feature-card {
    min-height: 250px;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(180deg, #fff, rgba(91, 206, 250, 0.08));
    box-shadow: 0 14px 35px rgba(52, 35, 57, 0.07);
}

.feature-card i {
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    color: var(--lilac);
}

.feature-card h3 {
    margin-bottom: 0.6rem;
}

.page-header,
.location-hero {
    color: var(--ink);
    background:
        radial-gradient(circle at 14% 20%, rgba(91, 206, 250, 0.34), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(245, 169, 184, 0.35), transparent 26%),
        linear-gradient(135deg, #fff, #fff3f7 52%, #effaff);
    border-bottom: 1px solid var(--line);
}

.trans-band {
    position: relative;
}

.trans-band::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, var(--blue), var(--pink), #fff, var(--pink), var(--blue));
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.breadcrumb a {
    color: var(--lilac);
}

.page-header .page-kicker,
.location-hero .page-kicker {
    background: rgba(115, 83, 186, 0.1);
    color: var(--lilac);
}

.page-header h1,
.location-hero h1 {
    max-width: 850px;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 1.08;
}

.subtitle,
.page-header p {
    max-width: 720px;
    color: var(--muted);
    font-size: 1.15rem;
}

.profile-preview {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.profile-card {
    min-height: 190px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow);
}

.profile-avatar {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 22px;
    color: var(--ink);
    font-weight: 800;
    font-size: 1.5rem;
}

.tone-1 .profile-avatar { background: linear-gradient(135deg, var(--pink), #fff); }
.tone-2 .profile-avatar { background: linear-gradient(135deg, var(--blue), #fff); }
.tone-3 .profile-avatar { background: linear-gradient(135deg, var(--mint), #fff); }
.tone-4 .profile-avatar { background: linear-gradient(135deg, #d9ccff, #fff); }
.tone-5 .profile-avatar { background: linear-gradient(135deg, #ffd8e1, #e7f8ff); }
.tone-6 .profile-avatar { background: linear-gradient(135deg, #fff, var(--blue)); }

.profile-copy h3 {
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}

.profile-copy span {
    display: inline-flex;
    margin-bottom: 0.6rem;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: rgba(245, 169, 184, 0.22);
    color: #7b3850;
    font-size: 0.78rem;
    font-weight: 800;
}

.profile-copy p {
    color: var(--muted);
    font-size: 0.92rem;
}

.preview-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(7px);
    text-align: center;
}

.preview-overlay p {
    color: var(--muted);
    font-weight: 800;
}

.content-rich {
    max-width: 820px;
}

.content-rich h2,
.content-rich h3 {
    margin: 1.5rem 0 0.8rem;
    line-height: 1.2;
}

.content-rich p {
    margin-bottom: 1rem;
    color: var(--muted);
}

.steps-list {
    margin-left: 1.4rem;
}

.steps-list li {
    margin-bottom: 0.65rem;
}

.cta-section {
    background: #f4f7fb;
    color: #0d0b26;
    text-align: center;
    padding: 6.5rem 0;
}

.cta-section h2 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    margin-bottom: 0.6rem;
    line-height: 1.04;
}

.cta-section p {
    max-width: 620px;
    margin: 0 auto 2rem;
    font-weight: 600;
    color: #667085;
    font-size: 1.18rem;
}

.quiz-shell {
    min-height: calc(100vh - 74px);
    display: grid;
    place-items: center;
    padding: 3rem 0;
    background:
        radial-gradient(circle at 20% 0%, rgba(91, 206, 250, 0.28), transparent 28%),
        radial-gradient(circle at 80% 18%, rgba(245, 169, 184, 0.3), transparent 30%),
        var(--paper);
}

.quiz-card {
    width: min(92vw, 560px);
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
}

.quiz-progress {
    height: 9px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border-radius: 999px;
    background: #f2e4e9;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--blue), var(--pink));
    transition: width 0.25s ease;
}

.quiz-step {
    display: none;
}

.quiz-step.active {
    display: block;
}

.quiz-step h1,
.quiz-step h2 {
    margin-bottom: 0.8rem;
    line-height: 1.15;
}

.quiz-options {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.quiz-option {
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    color: var(--ink);
    font-weight: 800;
    cursor: pointer;
}

.quiz-option:hover {
    border-color: var(--pink);
    background: #fff6f9;
}

.quiz-input {
    width: 100%;
    min-height: 54px;
    margin: 1rem 0;
    padding: 0 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    font: inherit;
}

.main-footer {
    padding: 4rem 0 6rem;
    background: #071820;
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr 1.2fr 1.35fr 1.25fr 1.1fr;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.footer-grid-wide {
    align-items: start;
}

.footer-grid h3,
.footer-grid h4 {
    margin-bottom: 1.25rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.footer-grid p,
.footer-grid li,
.footer-bottom {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
}

.footer-info p {
    max-width: 260px;
}

.footer-heart {
    color: #fff;
    margin-right: 0.3rem;
}

.footer-links ul,
.footer-safety ul {
    list-style: none;
}

.footer-links li,
.footer-safety li {
    margin-bottom: 0.85rem;
}

.footer-links a:hover {
    color: var(--blue);
}

.footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
}

.legal-page {
    min-height: 58vh;
}

.legal-page h1 {
    margin-bottom: 1.5rem;
}

.legal-page h2 {
    margin: 1rem 0 0.5rem;
    font-size: 1.35rem;
}

.legal-page p {
    margin-bottom: 1rem;
    color: var(--muted);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.stat-card {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.stat-card strong {
    display: block;
    font-size: 2rem;
}

.stat-card span {
    color: var(--muted);
    font-weight: 800;
}

.tracking-table-wrap {
    overflow-x: auto;
    margin-top: 1rem;
}

.tracking-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}

.tracking-table th,
.tracking-table td {
    padding: 0.75rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-size: 0.9rem;
}

.tracking-table th {
    background: #fff6f9;
}

.reveal-on-scroll .reveal-section {
    opacity: 0;
    transform: translateY(24px);
    transition: all 0.7s ease-out;
}

.reveal-on-scroll .reveal-section.revealed {
    opacity: 1;
    transform: translateY(0);
}



    .nav-container {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0.75rem;
        padding: 0.75rem 0;
    }

    .nav-links {
        display: contents;
    }

    .lang-toggle {
        grid-column: 2;
        grid-row: 1;
    }

    .nav-quiz {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        min-height: 56px;
        padding: 0 1rem;
        font-size: 1rem;
    }


    .nav-item {
        display: none;
    }

    .nav-links {
        gap: 0.65rem;
    }

    .hero {
        min-height: 720px;
        text-align: center;
    }

    .hero .container {
        margin: 0 auto;
    }

    .hero-kicker {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-search {
        grid-template-columns: 1fr;
        border-radius: 28px;
        padding: 0.75rem;
    }

    .hero-search input,
    .hero-search button {
        width: 100%;
        border-radius: 22px;
    }

    .profile-preview {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .logo-text {
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-links {
        gap: 0.55rem;
    }

    .lang-switch {
        font-size: 0.82rem;
    }

    section {
        padding: 3.2rem 0;
    }

    .hero {
        min-height: 640px;
    }

    .provinces-grid,
    .cities-grid,
    .features-grid,
    .profile-preview,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .profile-card {
        min-height: 160px;
    }

    .preview-overlay {
        position: sticky;
        bottom: 1rem;
        margin-top: 1rem;
        padding: 1rem;
    }

    .quiz-card {
        padding: 1.25rem;
        border-radius: 24px;
    }

    .sticky-quiz {
        left: 50%;
        right: auto;
        bottom: 12px;
        min-height: 58px;
        width: calc(100vw - 24px);
        transform: translateX(-50%);
    }
}

/* Premium trans dating conversion layer */
:root {
    --premium-cyan: #50c8f2;
    --premium-pink: #f06ca9;
    --premium-violet: #7657ef;
    --premium-ink: #151426;
    --premium-night: #0c1021;
    --premium-gradient: linear-gradient(135deg, #50c8f2 0%, #f06ca9 48%, #7657ef 100%);
    --premium-dark: linear-gradient(132deg, #0c1021 0%, #23152f 48%, #101d31 100%);
    --premium-shadow: 0 26px 80px rgba(30, 22, 62, .16);
}

body {
    background: #fdfcff;
    letter-spacing: -.012em;
}

main { overflow: clip; }
::selection { background: rgba(240, 108, 169, .24); }

.main-header {
    background: rgba(253, 252, 255, .88);
    border-bottom: 1px solid rgba(35, 25, 67, .08);
    box-shadow: 0 10px 40px rgba(27, 20, 57, .06);
    backdrop-filter: blur(20px) saturate(150%);
}

.nav-container { min-height: 78px; }
.logo { font-size: clamp(1rem, 1.8vw, 1.34rem); letter-spacing: -.045em; }
.logo-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: var(--premium-gradient);
    box-shadow: 0 12px 30px rgba(116, 87, 239, .25);
    transform: rotate(-4deg);
}
.nav-links { gap: 1.5rem; }
.nav-item { color: #444259; font-size: .92rem; }

.btn,
.hero-search button,
.nav-quiz,
.sticky-quiz {
    position: relative;
    overflow: hidden;
    background: var(--premium-gradient);
    border: 1px solid rgba(255, 255, 255, .24);
    box-shadow: 0 17px 42px rgba(119, 72, 190, .28), inset 0 1px 0 rgba(255,255,255,.32);
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}
.btn:hover,
.hero-search button:hover,
.nav-quiz:hover,
.sticky-quiz:hover {
    transform: translateY(-2px);
    filter: saturate(112%);
    box-shadow: 0 23px 54px rgba(119, 72, 190, .36), inset 0 1px 0 rgba(255,255,255,.32);
}
.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(80, 200, 242, .42);
    outline-offset: 3px;
}
.nav-quiz { min-height: 48px; padding: 0 1.35rem; font-size: .84rem; }

.hero {
    min-height: 700px;
    padding: 105px 0 96px;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 17% 18%, rgba(240, 108, 169, .40), transparent 26%),
        radial-gradient(circle at 83% 20%, rgba(80, 200, 242, .30), transparent 29%),
        radial-gradient(circle at 70% 86%, rgba(118, 87, 239, .25), transparent 28%),
        var(--premium-dark) !important;
}
.hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 680px;
    height: 680px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    box-shadow: 0 0 0 105px rgba(255,255,255,.018), 0 0 0 220px rgba(255,255,255,.012);
}
.hero::after {
    inset: 0;
    height: auto;
    z-index: -1;
    opacity: .24;
    background-image: radial-gradient(rgba(255,255,255,.34) .7px, transparent .7px);
    background-size: 27px 27px;
    mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero .container { position: relative; z-index: 1; }
.hero-kicker {
    padding: .52rem .9rem;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    letter-spacing: .08em;
}
.hero h1 {
    max-width: 1000px;
    margin: 0 auto 1.5rem;
    font-size: clamp(2.85rem, 6.4vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.06em;
    text-wrap: balance;
    text-shadow: 0 18px 55px rgba(0,0,0,.24);
}
.hero p { max-width: 800px; line-height: 1.72; color: rgba(255,255,255,.82); }
.hero-search {
    width: min(100%, 790px);
    min-height: 76px;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.76);
    box-shadow: 0 32px 90px rgba(0,0,0,.36), 0 0 0 7px rgba(255,255,255,.055);
}
.hero-search input { height: 60px; font-weight: 650; }
.hero-search input::placeholder { color: #9291a3; font-weight: 500; }
.hero-search button { min-width: 270px; height: 60px; padding: 0 1.2rem; }
.trust-badges { gap: .65rem; }
.trust-badges span {
    min-height: 42px;
    padding: 0 .95rem;
    border-color: rgba(255,255,255,.15);
    background: rgba(255,255,255,.075);
    font-size: .76rem;
    backdrop-filter: blur(12px);
}

section { padding: 5.8rem 0; }
.section-title {
    max-width: 880px;
    margin-bottom: 2.6rem;
    font-size: clamp(2.15rem, 4.4vw, 3.65rem);
    line-height: 1.04;
    letter-spacing: -.05em;
    text-wrap: balance;
}
.provinces-section,
.features,
.search-intent-section,
.city-list,
.nearby-locations,
.faq,
.local-seo-content,
.seo-content { background: #fdfcff; }
.province-card,
.city-link,
.feature-card,
.profile-card,
.faq-item {
    border-color: rgba(45, 33, 83, .09);
    box-shadow: 0 17px 50px rgba(33, 24, 65, .08);
}
.province-card,
.city-link {
    min-height: 82px;
    border-radius: 21px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.province-card:hover,
.city-link:hover {
    transform: translateY(-5px);
    border-color: rgba(240,108,169,.28);
    box-shadow: var(--premium-shadow);
}
.intent-grid a { min-height: 52px; border-color: rgba(45,33,83,.09); }
.intent-grid a:hover { background: var(--premium-gradient); }
.feature-card {
    min-height: 270px;
    padding: 2.2rem;
    border-radius: 28px;
    transition: transform .28s ease, box-shadow .28s ease;
}
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--premium-shadow); }
.feature-card i { color: var(--premium-violet); }

.trans-band {
    background:
        radial-gradient(circle at 12% 16%, rgba(240,108,169,.27), transparent 28%),
        radial-gradient(circle at 88% 25%, rgba(80,200,242,.22), transparent 30%),
        var(--premium-dark);
}
.page-header h1,
.location-hero h1 {
    letter-spacing: -.052em;
    text-wrap: balance;
}
.profile-preview { gap: 1rem; }
.profile-card {
    border-radius: 24px;
    transition: transform .28s ease, box-shadow .28s ease;
}
.profile-card:hover { transform: translateY(-6px); box-shadow: var(--premium-shadow); }
.profile-avatar { background: var(--premium-gradient); }
.preview-overlay {
    border: 1px solid rgba(255,255,255,.36);
    background: rgba(12,16,33,.82);
    backdrop-filter: blur(16px);
}
.content-rich { max-width: 900px; }
.content-rich h2 { margin-top: 2.5rem; font-size: clamp(1.75rem, 3vw, 2.55rem); letter-spacing: -.04em; }
.content-rich p,
.content-rich li { color: #56546a; font-size: 1.02rem; line-height: 1.85; }

.cta-section {
    background:
        radial-gradient(circle at 24% 50%, rgba(240,108,169,.30), transparent 30%),
        radial-gradient(circle at 76% 45%, rgba(80,200,242,.23), transparent 32%),
        var(--premium-dark);
}
.cta-section h2 { max-width: 780px; margin-inline: auto; font-size: clamp(2.25rem, 4.7vw, 4rem); letter-spacing: -.055em; }
.cta-section p { color: rgba(255,255,255,.74); }
.cta-section .btn-light { color: #fff; background: var(--premium-gradient); }

.sticky-quiz {
    position: fixed;
    min-width: 285px;
    min-height: 60px;
    right: 20px;
    bottom: 20px;
    font-size: .9rem;
    box-shadow: 0 22px 60px rgba(67, 37, 118, .38), 0 0 0 6px rgba(255,255,255,.78);
}
.quiz-shell { min-height: calc(100vh - 78px); background: var(--premium-dark); }
.quiz-card { border: 1px solid rgba(255,255,255,.28); border-top: 5px solid var(--premium-pink); border-radius: 30px; box-shadow: 0 32px 100px rgba(0,0,0,.34); }
.progress-bar { background: var(--premium-gradient); }
.quiz-option { border-radius: 18px; font-weight: 750; }
.quiz-option:hover { border-color: rgba(240,108,169,.44); background: #fff7fb; transform: translateX(4px); }

.main-footer {
    background:
        radial-gradient(circle at 14% 0%, rgba(240,108,169,.12), transparent 24%),
        radial-gradient(circle at 86% 0%, rgba(80,200,242,.11), transparent 25%),
        #0b0e1c;
}

@media (max-width: 900px) {
    .nav-container { min-height: 70px; }
    .nav-quiz { min-height: 48px; }
    .hero { min-height: 650px; padding: 88px 0 78px; }
    .hero-search button { min-width: 0; }
}

@media (max-width: 640px) {
    .nav-container { width: calc(100% - 24px); }
    .logo-icon { width: 31px; height: 31px; border-radius: 10px; }
    .logo-text { max-width: 152px; font-size: .88rem; }
    .lang-toggle a { min-width: 34px; height: 32px; }
    .nav-quiz { width: 100%; min-height: 45px; font-size: .78rem; }
    .hero { min-height: 620px; padding: 72px 0 68px; }
    .hero h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
    .hero-search { border-radius: 25px; box-shadow: 0 25px 65px rgba(0,0,0,.29), 0 0 0 5px rgba(255,255,255,.05); }
    .hero-search input,
    .hero-search button { height: 56px; border-radius: 19px; }
    .trust-badges { flex-direction: row; gap: 6px; }
    .trust-badges span { width: auto; min-height: 35px; padding: 0 8px; font-size: .65rem; }
    section { padding: 4.2rem 0; }
    .section-title { font-size: 2.25rem; }
    .profile-preview { grid-template-columns: 1fr; }
    .sticky-quiz {
        left: 12px;
        right: 12px;
        bottom: 10px;
        width: auto;
        min-width: 0;
        min-height: 56px;
        padding: .85rem 1rem;
        transform: none;
        font-size: .82rem;
    }
    .sticky-quiz:hover { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Editorial depth layer 20260721 */
.editorial-depth {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background:
        radial-gradient(circle at 8% 12%, rgba(240,108,169,.10), transparent 24%),
        radial-gradient(circle at 92% 86%, rgba(80,200,242,.10), transparent 25%),
        #fdfcff;
}
.editorial-depth + .editorial-depth { padding-top: 0; }
.editorial-depth .content-rich { max-width: 1040px; }
.editorial-depth .editorial-lead {
    max-width: 850px;
    margin: 0 0 2.2rem;
    color: #504d63;
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    line-height: 1.85;
}
.editorial-depth h2 {
    margin: 0 0 1rem;
    color: var(--premium-ink, #151426);
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: -.045em;
    text-wrap: balance;
}
.editorial-depth h2:not(:first-child) { margin-top: 3.4rem; }
.editorial-depth p { color: #56546a; font-size: 1.04rem; line-height: 1.9; }
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    margin-top: 2rem;
}
.editorial-card {
    padding: clamp(1.45rem, 3vw, 2.15rem);
    border: 1px solid rgba(45,33,83,.09);
    border-radius: 25px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 17px 50px rgba(33,24,65,.08);
}
.editorial-card h3 { margin: 0 0 .75rem; color: var(--premium-ink, #151426); font-size: 1.28rem; }
.editorial-card p { margin: 0; font-size: .98rem; line-height: 1.75; }
@media (max-width: 700px) {
    .editorial-grid { grid-template-columns: 1fr; }
    .editorial-depth { padding: 4.2rem 0; }
    .editorial-depth h2:not(:first-child) { margin-top: 2.7rem; }
}
/* High-contrast copy on the premium trans hero */
.trans-band > .container > .breadcrumb { color: rgba(255,255,255,.68); }
.trans-band > .container > .breadcrumb a { color: #fff; }
.trans-band > .container > .page-kicker { color: #fff; background: rgba(255,255,255,.12); }
.trans-band > .container > h1,
.trans-band > .container > h2 { color: #fff; }
.trans-band > .container > p,
.trans-band > .container > .subtitle { color: rgba(255,255,255,.78); }

/* Canada Trans Dating: readability, desktop navigation and accessible forms. */
.btn-primary,.hero-search button,.nav-quiz,.sticky-quiz{background:linear-gradient(115deg,#673ab7,#a52b78);color:#fff}
.hero{min-height:590px;padding:76px 0 70px}
.hero h1{font-size:clamp(2.55rem,5.4vw,5.2rem);max-width:920px;line-height:1.06}
.hero> .container>p{max-width:760px;font-size:clamp(1.02rem,1.7vw,1.22rem)}
.hero-search{max-width:800px}
.seo-faq details{background:#fff;border:1px solid #e4deef;border-radius:16px;padding:1.25rem 1.5rem;margin:12px 0}
.seo-faq summary{font-weight:700;cursor:pointer;color:#282138;line-height:1.5}
.seo-faq p{margin:1rem 0 0;line-height:1.8}
.local-guide .intent-grid{margin-top:24px}
.age-check{display:flex;align-items:center;gap:12px;text-align:left;margin:24px 0;font-weight:600}
.age-check input{width:22px;height:22px;accent-color:#783db2;flex-shrink:0}
#age-error{color:#a01738;font-weight:600}
.affiliate-note{font-size:.88rem;line-height:1.8;color:#c8c5d5;max-width:960px;margin:28px 0}
.profile-disclosure{font-size:.9rem!important;line-height:1.7;max-width:920px}
.noscript-partner{color:#fff;text-align:center;padding:20px}.noscript-partner a{text-decoration:underline}
.quiz-step.active h1,.quiz-step.active h2{overflow-wrap:anywhere}
.quiz-shell .sticky-quiz{display:none}
:focus-visible{outline:3px solid #0d799b;outline-offset:4px}
@media(min-width:1100px){.nav-container{display:flex;flex-direction:row;min-height:86px;padding:12px 0}.nav-links{display:flex;width:auto;flex-wrap:nowrap;gap:20px}.nav-item{display:inline-flex}.nav-quiz{width:auto;min-height:48px;font-size:.85rem}.hero-search{grid-template-columns:1fr auto}.hero-search button{min-width:0}}
@media(max-width:640px){.hero{min-height:0;padding:55px 0 62px}.hero h1{font-size:clamp(2.3rem,10vw,3.3rem)}.hero-search button{height:auto;min-height:56px;padding:14px 16px;white-space:normal}.quiz-card{padding:26px 20px}.trust-badges{flex-wrap:wrap}.seo-faq details{padding:18px}.legal-page h1{overflow-wrap:anywhere}}
