/* =========================================================
   لقاء أردني — Homepage
   Jordan-inspired palette: flag red, olive green, charcoal and Petra stone
========================================================= */

:root {
    --navy-950: #17130f;
    --navy-900: #241d18;
    --navy-800: #3b2d24;
    --navy-700: #514034;
    --green-700: #1c5d3a;
    --green-600: #287a4d;
    --green-500: #3a9561;
    --gold-600: #9f2735;
    --gold-500: #c73d4e;
    --gold-300: #e9a1a9;
    --sand-100: #f0e4d2;
    --sand-50: #fff9ef;
    --white: #ffffff;
    --ink: #2d2722;
    --muted: #766b61;
    --line: #e4d5c4;
    --success: #2f8a58;
    --danger: #bf3346;
    --shadow-sm: 0 10px 30px rgba(36, 29, 24, 0.08);
    --shadow-md: 0 20px 55px rgba(36, 29, 24, 0.13);
    --shadow-lg: 0 30px 80px rgba(23, 19, 15, 0.2);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
    --radius-xl: 42px;
    --transition: 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    overflow-x: hidden;
    background: var(--white);
    color: var(--ink);
    font-family: "Cairo", sans-serif;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}

body,
button,
a {
    font-family: "Cairo", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

::selection {
    background: var(--gold-300);
    color: var(--navy-950);
}

:focus-visible {
    outline: 3px solid rgba(199, 61, 78, 0.55);
    outline-offset: 4px;
}

.section-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

/* =========================================================
   +18 Entry Gate
========================================================= */

body.age-gate-open {
    overflow: hidden;
}

.age-gate[hidden] {
    display: none;
}

.age-gate {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 22px;
    display: grid;
    place-items: center;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.age-gate.is-closing {
    opacity: 0;
    visibility: hidden;
}

.age-gate-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 15%, rgba(199, 61, 78, 0.2), transparent 25%),
        radial-gradient(circle at 82% 82%, rgba(58, 149, 97, 0.2), transparent 28%),
        rgba(16, 13, 10, 0.92);
    backdrop-filter: blur(15px);
}

.age-gate-card {
    position: relative;
    width: min(970px, 100%);
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(330px, 0.88fr) minmax(0, 1.12fr);
    overflow: hidden;
    border: 1px solid rgba(233, 161, 169, 0.2);
    border-radius: 34px;
    background: var(--white);
    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.04);
    animation: ageGateEnter 0.65s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.age-gate-visual {
    position: relative;
    min-width: 0;
    padding: 34px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(199, 61, 78, 0.2), transparent 25%),
        radial-gradient(circle at 80% 78%, rgba(58, 149, 97, 0.2), transparent 31%),
        linear-gradient(155deg, var(--navy-950), var(--navy-900));
    color: var(--white);
}

.age-gate-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
}

.age-gate-visual::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -125px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(233, 161, 169, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 38px rgba(233, 161, 169, 0.025),
        0 0 0 76px rgba(233, 161, 169, 0.018);
}

.age-gate-brand {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 21px;
    font-weight: 800;
}

.age-gate-brand strong {
    color: var(--gold-300);
}

.age-gate-brand .logo-mark {
    width: 40px;
    height: 40px;
    border-color: rgba(233, 161, 169, 0.35);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: none;
}

.age-visual-stage {
    position: relative;
    z-index: 2;
    height: 405px;
    flex: 1;
    display: grid;
    place-items: center;
}

.age-orbit {
    position: absolute;
    border: 1px solid rgba(233, 161, 169, 0.15);
    border-radius: 50%;
}

.age-orbit-one {
    width: 260px;
    height: 260px;
    animation: slowRotate 22s linear infinite;
}

.age-orbit-two {
    width: 190px;
    height: 190px;
    border-style: dashed;
    animation: slowRotate 16s linear infinite reverse;
}

.age-badge {
    position: relative;
    z-index: 3;
    width: 136px;
    height: 136px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(233, 161, 169, 0.35);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.16), transparent 35%),
        linear-gradient(145deg, rgba(199, 61, 78, 0.94), var(--gold-600));
    text-align: center;
    color: var(--navy-950);
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.25),
        0 0 0 13px rgba(255, 255, 255, 0.035);
}

.age-badge small {
    font-size: 10px;
    font-weight: 800;
}

.age-badge strong {
    margin-top: -5px;
    font-size: 49px;
    line-height: 1.15;
}

.age-floating-card {
    position: absolute;
    z-index: 4;
    min-width: 150px;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--gold-300);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    animation: gentleFloat 4.5s ease-in-out infinite;
}

.age-floating-card > i {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.08);
}

.age-floating-card small,
.age-floating-card strong {
    display: block;
}

.age-floating-card small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
}

.age-floating-card strong {
    color: var(--white);
    font-size: 10px;
}

.age-floating-game {
    top: 68px;
    right: 0;
}

.age-floating-video {
    bottom: 58px;
    left: 0;
    animation-delay: -2.2s;
}

.age-floating-video .live-dot {
    position: absolute;
    top: 9px;
    left: 10px;
}

.age-visual-note {
    position: relative;
    z-index: 3;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
    font-size: 10px;
}

.age-visual-note i {
    color: var(--gold-300);
}

.age-gate-content {
    padding: 48px 49px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.age-gate-kicker {
    width: fit-content;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(28, 93, 58, 0.13);
    border-radius: 999px;
    background: #f0f7f3;
    color: var(--green-700);
    font-size: 10px;
    font-weight: 800;
}

.age-gate-content h1 {
    margin-top: 20px;
    color: var(--navy-950);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.035em;
}

.age-gate-content h1 span {
    display: block;
    color: var(--green-600);
}

.age-gate-content > p {
    margin-top: 13px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
}

.age-disclaimer {
    margin-top: 21px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(199, 61, 78, 0.24);
    border-radius: 16px;
    background: var(--sand-50);
}

.age-disclaimer-icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    background: rgba(199, 61, 78, 0.14);
    color: var(--gold-600);
}

.age-disclaimer strong {
    display: block;
    color: var(--navy-900);
    font-size: 11px;
}

.age-disclaimer p {
    margin-top: 2px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.75;
}

.age-accept-btn,
.age-exit-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
    font-family: "Cairo", sans-serif;
}

.age-accept-btn {
    min-height: 64px;
    margin-top: 21px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 0 100%, rgba(233, 161, 169, 0.2), transparent 34%),
        linear-gradient(135deg, var(--green-600), var(--green-700));
    color: var(--white);
    text-align: right;
    box-shadow: 0 16px 34px rgba(28, 93, 58, 0.24);
    transition:
        transform var(--transition),
        box-shadow var(--transition);
}

.age-accept-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 21px 42px rgba(28, 93, 58, 0.31);
}

.age-accept-btn span {
    font-size: 13px;
    font-weight: 800;
}

.age-accept-btn small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 8px;
    font-weight: 600;
}

.age-accept-btn > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    transition: transform var(--transition);
}

.age-accept-btn:hover > i {
    transform: translateX(-4px);
}

.age-exit-btn {
    margin-top: 12px;
    padding: 5px;
    background: transparent;
    color: #8a969b;
    font-size: 10px;
    transition: color var(--transition);
}

.age-exit-btn:hover {
    color: var(--navy-900);
}

.age-legal {
    margin-top: 12px;
    display: block;
    color: #9aa4a8;
    text-align: center;
    font-size: 8px;
}

.age-legal a {
    color: var(--green-600);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@keyframes ageGateEnter {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.975);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =========================================================
   Navbar
========================================================= */

.navbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    padding: 22px 0;
}

.navbar-inner {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--navy-900);
    font-size: 25px;
    font-weight: 800;
    white-space: nowrap;
}

.logo strong {
    color: var(--green-600);
    font-weight: 800;
}

.logo-mark {
    position: relative;
    width: 43px;
    height: 43px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(199, 61, 78, 0.45);
    border-radius: 15px 15px 15px 5px;
    background: linear-gradient(145deg, var(--navy-900), var(--green-700));
    color: var(--gold-300);
    box-shadow: 0 10px 24px rgba(36, 29, 24, 0.17);
    transform: rotate(3deg);
}

.logo-mark .fa-heart {
    font-size: 20px;
}

.logo-mark .fa-palm-tree {
    position: absolute;
    right: 6px;
    bottom: 4px;
    color: var(--white);
    font-size: 9px;
}

.navbar nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.navbar nav a {
    font-size: 14px;
    font-weight: 700;
}

.nav-link,
.login-link {
    position: relative;
    color: #41545c;
    transition: color var(--transition);
}

.nav-link::after,
.login-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    border-radius: 20px;
    background: var(--gold-600);
    transition: width var(--transition);
}

.nav-link:hover,
.login-link:hover {
    color: var(--navy-900);
}

.nav-link:hover::after,
.login-link:hover::after {
    width: 100%;
}

.nav-btn,
.primary-btn,
.secondary-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 999px;
    font-weight: 800;
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        background var(--transition),
        color var(--transition),
        border-color var(--transition);
}

.nav-btn {
    padding: 12px 22px;
    background: var(--navy-900);
    color: var(--white);
    box-shadow: 0 10px 24px rgba(36, 29, 24, 0.16);
}

.nav-btn i,
.primary-btn i,
.secondary-btn i,
.text-link i {
    transition: transform var(--transition);
}

.nav-btn:hover,
.primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(36, 29, 24, 0.22);
}

.nav-btn:hover i,
.primary-btn:hover i,
.secondary-btn:hover i,
.text-link:hover i {
    transform: translateX(-4px);
}

/* =========================================================
   Hero
========================================================= */

.hero {
    position: relative;
    min-height: 760px;
    padding: 150px max(7%, calc((100vw - 1240px) / 2)) 85px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
    align-items: center;
    gap: 78px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 14%, rgba(199, 61, 78, 0.16), transparent 24%),
        radial-gradient(circle at 10% 80%, rgba(58, 149, 97, 0.1), transparent 27%),
        linear-gradient(135deg, #ffffff 0%, #fbf8f0 54%, #f4efe3 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(159, 39, 53, 0.35), transparent);
}

.hero-pattern {
    position: absolute;
    pointer-events: none;
    opacity: 0.34;
}

.hero-pattern-one {
    top: 80px;
    left: -80px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(159, 39, 53, 0.25);
    border-radius: 36% 64% 50% 50%;
    transform: rotate(32deg);
}

.hero-pattern-one::before,
.hero-pattern-one::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(159, 39, 53, 0.2);
    border-radius: inherit;
}

.hero-pattern-one::before {
    inset: 28px;
}

.hero-pattern-one::after {
    inset: 58px;
}

.hero-pattern-two {
    right: 36%;
    bottom: -160px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: repeating-linear-gradient(
        45deg,
        transparent 0 12px,
        rgba(28, 93, 58, 0.08) 12px 14px
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.hero-badge,
.section-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--green-700);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.hero-badge {
    margin-bottom: 20px;
    padding: 8px 14px;
    border: 1px solid rgba(28, 93, 58, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 22px rgba(36, 29, 24, 0.05);
}

.jordanian-dot {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green-500);
}

.jordanian-dot::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(58, 149, 97, 0.3);
    border-radius: inherit;
    animation: pulseRing 2s infinite;
}

.hero-content h1 {
    max-width: 620px;
    margin-bottom: 20px;
    color: var(--navy-950);
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.035em;
}

.hero-content h1 span {
    position: relative;
    display: inline;
    color: var(--green-600);
}

.hero-content h1 span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    z-index: -1;
    width: 100%;
    height: 10px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(233, 161, 169, 0.9), rgba(233, 161, 169, 0.1));
}

.hero-content > p {
    max-width: 605px;
    margin-bottom: 32px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.95;
}

.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.primary-btn {
    padding: 14px 29px;
    border: 1px solid var(--navy-900);
    background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
    color: var(--white);
    box-shadow: 0 13px 30px rgba(36, 29, 24, 0.2);
}

.secondary-btn {
    padding: 13px 27px;
    border: 1px solid rgba(36, 29, 24, 0.18);
    background: rgba(255, 255, 255, 0.72);
    color: var(--navy-900);
}

.secondary-btn:hover {
    border-color: var(--gold-500);
    background: var(--white);
    color: var(--green-700);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.secondary-btn.compact {
    min-height: 46px;
    margin-top: 24px;
    padding: 9px 20px;
    font-size: 14px;
}

.hero-assurances {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.hero-assurances span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #50656e;
    font-size: 12px;
    font-weight: 700;
}

.hero-assurances i {
    color: var(--gold-600);
}

/* =========================================================
   Profile Slider
========================================================= */

.profile-area {
    position: relative;
    z-index: 3;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.profile-area::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: -2;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(199, 61, 78, 0.32), rgba(28, 93, 58, 0.13));
    filter: blur(2px);
    transform: translateX(-50%);
}

.profile-stack {
    position: relative;
    width: 330px;
    height: 440px;
}

.stack-card {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(199, 61, 78, 0.27);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, #e4d4b2, #f4eee0);
    box-shadow: var(--shadow-sm);
}

.back-card-2 {
    transform: rotate(-8deg) scale(0.93) translate(-8px, 5px);
    opacity: 0.45;
}

.back-card-1 {
    background: linear-gradient(145deg, #e9ddc5, #ffffff);
    transform: rotate(-4deg) scale(0.97) translate(-3px, 2px);
    opacity: 0.84;
}

.profile-card {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-lg);
    background: #dfe5e2;
    box-shadow: var(--shadow-lg);
    transition:
        transform 0.42s ease,
        opacity 0.42s ease;
    touch-action: none;
}

.profile-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(23, 19, 15, 0.05);
}

.profile-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: imageZoom 9s ease-in-out infinite alternate;
}

.online-badge {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    background: rgba(23, 19, 15, 0.78);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.online-badge span {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: #36d887;
    box-shadow: 0 0 0 4px rgba(54, 216, 135, 0.15);
}

.profile-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 62px 22px 21px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    background: linear-gradient(transparent, rgba(5, 22, 30, 0.92));
    color: var(--white);
}

.profile-info h3 {
    margin-bottom: 2px;
    font-size: 25px;
    font-weight: 800;
}

.profile-info p {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.profile-info p i {
    color: var(--gold-300);
}

.verified-badge {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #7fe0ad;
    backdrop-filter: blur(9px);
}

.action-buttons {
    position: relative;
    z-index: 4;
    margin-top: -2px;
    display: flex;
    gap: 18px;
}

.action-buttons button {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(36, 29, 24, 0.1);
    border-radius: 50%;
    background: var(--white);
    font-size: 21px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(36, 29, 24, 0.14);
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        color var(--transition);
}

.action-buttons button:hover {
    transform: translateY(-5px) scale(1.04);
    box-shadow: 0 17px 35px rgba(36, 29, 24, 0.2);
}

.skip-btn {
    color: #7b8a90;
}

.skip-btn:hover {
    color: var(--danger);
}

.like-btn {
    color: var(--green-600);
}

.like-btn:hover {
    color: var(--gold-600);
}

.swipe-left {
    opacity: 0;
    transform: translateX(-160px) rotate(-18deg) scale(0.92);
}

.swipe-right {
    opacity: 0;
    transform: translateX(160px) rotate(18deg) scale(0.92);
}

.slider-dots {
    min-height: 7px;
    display: flex;
    gap: 6px;
}

.slider-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c8d0cd;
    transition: width var(--transition);
}

.slider-dots .active {
    width: 22px;
    border-radius: 99px;
    background: var(--gold-600);
}

.profile-note {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(199, 61, 78, 0.25);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--navy-900);
    font-size: 11px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
    animation: gentleFloat 4s ease-in-out infinite;
}

.profile-note small,
.profile-note strong {
    display: block;
}

.profile-note small {
    color: var(--muted);
    line-height: 1.35;
}

.profile-note strong {
    font-size: 12px;
}

.profile-note-top {
    top: 74px;
    right: -18px;
}

.profile-note-bottom {
    left: -45px;
    bottom: 92px;
    animation-delay: -2s;
}

.profile-note-bottom > i {
    color: var(--green-600);
    font-size: 18px;
}

.note-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--sand-100);
    color: var(--gold-600);
}

/* =========================================================
   City Strip
========================================================= */

.city-strip {
    position: relative;
    z-index: 5;
    width: min(1050px, calc(100% - 40px));
    min-height: 84px;
    margin: -21px auto 0;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid rgba(199, 61, 78, 0.2);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-md);
}

.city-strip-title {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    color: var(--navy-900);
    font-size: 13px;
    font-weight: 800;
}

.city-strip-title i {
    color: var(--green-600);
}

.city-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.city-list span {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--sand-50);
    color: #57686e;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

/* =========================================================
   Shared Section Heading
========================================================= */

.section-heading {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-heading .section-kicker {
    margin-bottom: 11px;
}

.section-heading h2,
.safety-content h2,
.faq-intro h2,
.cta-content h2 {
    color: var(--navy-950);
    font-size: clamp(31px, 4vw, 45px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.section-heading p,
.safety-content > p,
.faq-intro > p,
.cta-content > p {
    margin-top: 13px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.9;
}

.section-heading.light h2,
.section-heading.light p {
    color: var(--white);
}

.section-heading.light p {
    color: rgba(255, 255, 255, 0.68);
}

.section-heading.light .section-kicker {
    color: var(--gold-300);
}

/* =========================================================
   Features
========================================================= */

.features-section {
    padding-top: 112px;
    padding-bottom: 115px;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature-card {
    position: relative;
    min-height: 295px;
    padding: 31px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition:
        transform var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.feature-card::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(199, 61, 78, 0.08);
}

.feature-card:hover {
    border-color: rgba(199, 61, 78, 0.45);
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.feature-card.featured {
    border-color: rgba(28, 93, 58, 0.18);
    background:
        radial-gradient(circle at 0 100%, rgba(199, 61, 78, 0.1), transparent 40%),
        linear-gradient(145deg, #f7fbf8, #ffffff);
}

.feature-icon {
    width: 57px;
    height: 57px;
    margin-bottom: 33px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(28, 93, 58, 0.1);
    border-radius: 18px 18px 18px 6px;
    background: #eff7f2;
    color: var(--green-600);
    font-size: 24px;
}

.feature-number {
    position: absolute;
    top: 27px;
    left: 28px;
    color: rgba(159, 39, 53, 0.38);
    font-size: 27px;
    font-weight: 800;
}

.feature-card h3,
.step-card h3 {
    margin-bottom: 9px;
    color: var(--navy-900);
    font-size: 21px;
    font-weight: 800;
}

.feature-card p,
.step-card p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
}

/* =========================================================
   Games + Video
========================================================= */

.interactive-section {
    position: relative;
    padding: 108px 0 118px;
    overflow: hidden;
    border-top: 1px solid rgba(199, 61, 78, 0.14);
    background:
        radial-gradient(circle at 8% 15%, rgba(28, 93, 58, 0.08), transparent 24%),
        radial-gradient(circle at 92% 88%, rgba(199, 61, 78, 0.12), transparent 26%),
        linear-gradient(180deg, var(--sand-50), #ffffff);
}

.interactive-section::before,
.interactive-section::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(199, 61, 78, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.interactive-section::before {
    top: 42px;
    right: -95px;
    width: 245px;
    height: 245px;
    box-shadow:
        0 0 0 35px rgba(199, 61, 78, 0.025),
        0 0 0 70px rgba(199, 61, 78, 0.018);
}

.interactive-section::after {
    bottom: 75px;
    left: -55px;
    width: 165px;
    height: 165px;
}

.interactive-section .section-shell {
    position: relative;
    z-index: 1;
}

.interactive-heading {
    max-width: 750px;
}

.interactive-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 24px;
    align-items: stretch;
}

.interactive-card {
    position: relative;
    min-width: 0;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(28, 93, 58, 0.12);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-md);
}

.interactive-card::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -75px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(199, 61, 78, 0.08);
    pointer-events: none;
}

.interactive-card-head {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.interactive-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(28, 93, 58, 0.12);
    border-radius: 19px 19px 19px 7px;
    background: #eff7f2;
    color: var(--green-600);
    font-size: 24px;
}

.interactive-label {
    min-height: 34px;
    padding: 7px 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(28, 93, 58, 0.12);
    border-radius: 999px;
    background: #f3f8f5;
    color: var(--green-700);
    font-size: 11px;
    font-weight: 700;
}

.interactive-label i {
    color: var(--green-500);
}

.interactive-card > h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 9px;
    color: var(--navy-900);
    font-size: 25px;
    font-weight: 800;
}

.interactive-card > p {
    position: relative;
    z-index: 1;
    max-width: 610px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.95;
}

.game-preview {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    padding: 22px;
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    border: 1px solid rgba(199, 61, 78, 0.2);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 20% 50%, rgba(199, 61, 78, 0.11), transparent 34%),
        var(--sand-50);
}

.game-players {
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-player {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 4px solid var(--white);
    border-radius: 50%;
    color: var(--white);
    box-shadow: 0 8px 22px rgba(36, 29, 24, 0.13);
}

.game-player-one {
    background: linear-gradient(145deg, var(--green-500), var(--green-700));
}

.game-player-two {
    margin-right: -9px;
    background: linear-gradient(145deg, var(--gold-500), var(--gold-600));
}

.game-versus {
    position: relative;
    z-index: 2;
    margin-right: -8px;
    padding: 5px 8px;
    border: 2px solid var(--white);
    border-radius: 999px;
    background: var(--navy-900);
    color: var(--white);
    font-size: 8px;
    font-weight: 800;
}

.game-question small {
    display: block;
    color: var(--gold-600);
    font-size: 10px;
    font-weight: 800;
}

.game-question strong {
    margin: 4px 0 13px;
    display: block;
    color: var(--navy-900);
    font-size: 14px;
}

.game-question > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.game-question > div span {
    padding: 7px 11px;
    border: 1px solid rgba(28, 93, 58, 0.13);
    border-radius: 10px;
    background: var(--white);
    color: var(--green-700);
    font-size: 9px;
    font-weight: 700;
}

.game-types {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.game-types span {
    padding: 8px 11px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: #f2f7f4;
    color: var(--green-700);
    font-size: 10px;
    font-weight: 700;
}

.game-types i {
    color: var(--gold-600);
}

.adult-note {
    position: relative;
    z-index: 1;
    margin-top: 17px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
}

.adult-note i {
    color: var(--green-600);
}

.video-card {
    border-color: rgba(233, 161, 169, 0.17);
    background:
        radial-gradient(circle at 0 100%, rgba(199, 61, 78, 0.2), transparent 42%),
        linear-gradient(145deg, var(--navy-950), var(--navy-900));
    box-shadow: var(--shadow-lg);
}

.video-card::before {
    background: rgba(233, 161, 169, 0.06);
}

.video-card .interactive-icon {
    border-color: rgba(233, 161, 169, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-300);
}

.video-card .interactive-label {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #65d99e;
    box-shadow: 0 0 0 5px rgba(101, 217, 158, 0.11);
}

.video-card > h3 {
    color: var(--white);
}

.video-card > p {
    color: rgba(255, 255, 255, 0.66);
}

.video-preview {
    position: relative;
    z-index: 1;
    height: 245px;
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 50% 25%, rgba(199, 61, 78, 0.16), transparent 27%),
        linear-gradient(145deg, #3a2d23, #1b1713);
}

.video-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(23, 19, 15, 0.05) 35%,
        rgba(23, 19, 15, 0.7) 100%
    );
    pointer-events: none;
}

.video-person-main {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.video-call-slides {
    position: absolute;
    inset: 0;
}

.video-call-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 28%;
    filter: saturate(0.92) contrast(1.03);
}

.video-call-slide {
    opacity: 0;
    transform: scale(1.035);
    transition:
        opacity 0.48s ease,
        transform 1.05s ease;
    will-change: opacity, transform;
}

.video-call-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.video-live-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 999px;
    background: rgba(23, 19, 15, 0.58);
    color: var(--white);
    font-size: 9px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.video-live-badge .live-dot {
    background: #74e4aa;
    box-shadow:
        0 0 0 4px rgba(116, 228, 170, 0.13),
        0 0 12px rgba(116, 228, 170, 0.45);
    animation: livePulse 1.8s ease-in-out infinite;
}

.video-person-info {
    position: absolute;
    right: 16px;
    bottom: 58px;
    z-index: 4;
    color: var(--white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.video-person-info strong,
.video-person-info small {
    display: block;
}

.video-person-info strong {
    font-size: 13px;
    font-weight: 800;
}

.video-person-info small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
}

.video-person-small {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 68px;
    height: 82px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    background: linear-gradient(145deg, var(--gold-500), var(--gold-600));
    color: var(--white);
    font-size: 25px;
    box-shadow: 0 9px 25px rgba(0, 0, 0, 0.18);
    z-index: 4;
    backdrop-filter: blur(7px);
}

.video-controls {
    position: absolute;
    right: 50%;
    bottom: 17px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 9px;
    transform: translateX(50%);
}

.video-controls span {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 12px;
    backdrop-filter: blur(7px);
}

.video-controls .end-call {
    background: var(--danger);
    border-color: transparent;
}

@keyframes livePulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.72;
        transform: scale(0.82);
    }
}

.video-assurance {
    position: relative;
    z-index: 1;
    margin-top: 19px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    line-height: 1.7;
}

.video-assurance > i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-300);
}

.video-assurance strong {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
}

.interactive-cta {
    margin-top: 24px;
    padding: 23px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 1px solid rgba(28, 93, 58, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow-sm);
}

.interactive-cta > div > span {
    color: var(--green-600);
    font-size: 10px;
    font-weight: 800;
}

.interactive-cta h3 {
    margin-top: 2px;
    color: var(--navy-900);
    font-size: 18px;
    font-weight: 800;
}

.interactive-cta .primary-btn {
    min-width: 210px;
    flex: 0 0 auto;
}

/* =========================================================
   How It Works
========================================================= */

.how-it-works {
    position: relative;
    padding: 108px 0 120px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(199, 61, 78, 0.13), transparent 22%),
        linear-gradient(145deg, var(--navy-950), var(--navy-900));
}

.how-it-works::after {
    content: "";
    position: absolute;
    top: -180px;
    left: -120px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(233, 161, 169, 0.09);
    border-radius: 50%;
    box-shadow:
        0 0 0 45px rgba(233, 161, 169, 0.025),
        0 0 0 90px rgba(233, 161, 169, 0.02);
}

.steps-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.step-card {
    position: relative;
    min-height: 245px;
    padding: 29px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.065);
    color: var(--white);
    backdrop-filter: blur(10px);
    transition:
        transform var(--transition),
        background var(--transition),
        border-color var(--transition);
}

.step-card:hover {
    border-color: rgba(233, 161, 169, 0.34);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-7px);
}

.step-head {
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-head i {
    color: var(--gold-300);
    font-size: 27px;
}

.step-number {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(233, 161, 169, 0.24);
    border-radius: 50%;
    color: var(--gold-300);
    font-weight: 800;
}

.step-card h3 {
    color: var(--white);
}

.step-card p {
    color: rgba(255, 255, 255, 0.64);
}

/* =========================================================
   Safety
========================================================= */

.why-us {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    padding: 125px 0;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: center;
    gap: 105px;
}

.safety-visual {
    position: relative;
    min-height: 440px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(145deg, var(--green-700), var(--navy-900));
    background-size: 28px 28px, 28px 28px, auto;
    box-shadow: var(--shadow-lg);
}

.safety-emblem {
    position: relative;
    width: 188px;
    height: 188px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(233, 161, 169, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-300);
    font-size: 70px;
    backdrop-filter: blur(10px);
}

.emblem-ring {
    position: absolute;
    inset: -28px;
    border: 1px dashed rgba(233, 161, 169, 0.25);
    border-radius: 50%;
    animation: slowRotate 22s linear infinite;
}

.safety-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    border: 1px solid rgba(199, 61, 78, 0.22);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-md);
}

.safety-card > i {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #edf7f1;
    color: var(--green-600);
}

.safety-card small,
.safety-card strong {
    display: block;
}

.safety-card small {
    color: var(--muted);
    font-size: 10px;
}

.safety-card strong {
    color: var(--navy-900);
    font-size: 12px;
}

.safety-card-one {
    top: 48px;
    right: -34px;
}

.safety-card-two {
    bottom: 45px;
    left: -37px;
}

.safety-content .section-kicker {
    margin-bottom: 11px;
}

.safety-content > p {
    margin-bottom: 27px;
}

.safety-list {
    display: grid;
    gap: 14px;
    list-style: none;
}

.safety-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #43585f;
    font-size: 14px;
    font-weight: 600;
}

.safety-list li > span {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #eaf5ee;
    color: var(--green-600);
    font-size: 10px;
}

.text-link {
    margin-top: 27px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--green-700);
    font-size: 14px;
    font-weight: 800;
}

/* =========================================================
   Statistics
========================================================= */

.stats-section {
    padding: 28px 0 95px;
}

.stats {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    border: 1px solid rgba(199, 61, 78, 0.18);
    border-radius: var(--radius-lg);
    background: var(--sand-50);
}

.stat-box {
    position: relative;
    padding: 24px 16px;
    text-align: center;
}

.stat-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    left: 0;
    width: 1px;
    height: 56%;
    background: rgba(36, 29, 24, 0.1);
}

.stat-icon {
    width: 37px;
    height: 37px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--white);
    color: var(--gold-600);
    box-shadow: 0 7px 18px rgba(36, 29, 24, 0.07);
}

.stat-box h2 {
    color: var(--navy-900);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
}

.stat-box p {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
}

/* =========================================================
   Testimonials
========================================================= */

.testimonials {
    padding-top: 65px;
    padding-bottom: 125px;
}

.reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 20px;
}

.review-card {
    position: relative;
    min-height: 310px;
    padding: 31px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition:
        transform var(--transition),
        box-shadow var(--transition);
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.review-card.main-review {
    border-color: rgba(199, 61, 78, 0.3);
    background:
        radial-gradient(circle at 0 0, rgba(199, 61, 78, 0.11), transparent 35%),
        var(--white);
}

.quote-mark {
    position: absolute;
    top: 23px;
    left: 25px;
    color: rgba(199, 61, 78, 0.27);
    font-size: 36px;
}

.stars {
    margin-bottom: 21px;
    direction: ltr;
    color: var(--gold-500);
    font-size: 13px;
    letter-spacing: 2px;
    text-align: right;
}

.review-card > p {
    margin-bottom: 25px;
    color: #344b55;
    font-size: 15px;
    line-height: 2;
}

.review-author {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-top: 1px solid var(--line);
}

.author-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--navy-900), var(--green-700));
    color: var(--gold-300);
    font-size: 15px;
    font-weight: 800;
}

.review-author strong,
.review-author small {
    display: block;
}

.review-author strong {
    color: var(--navy-900);
    font-size: 12px;
}

.review-author small {
    color: var(--muted);
    font-size: 10px;
}

/* =========================================================
   FAQ
========================================================= */

.faq-section {
    padding: 105px 0;
    background:
        radial-gradient(circle at 15% 75%, rgba(28, 93, 58, 0.08), transparent 20%),
        var(--sand-50);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 80px;
}

.faq-intro .section-kicker {
    margin-bottom: 11px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(36, 29, 24, 0.05);
    transition: border-color var(--transition);
}

.faq-list details[open] {
    border-color: rgba(199, 61, 78, 0.42);
}

.faq-list summary {
    min-height: 68px;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: var(--navy-900);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary span {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 10px;
    background: var(--sand-100);
    color: var(--gold-600);
    font-size: 11px;
    transition:
        transform var(--transition),
        background var(--transition);
}

.faq-list details[open] summary span {
    background: var(--navy-900);
    color: var(--white);
    transform: rotate(45deg);
}

.faq-list details p {
    padding: 0 20px 20px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9;
}

/* =========================================================
   Final CTA
========================================================= */

.final-cta {
    position: relative;
    width: min(1180px, calc(100% - 40px));
    margin: 95px auto;
    padding: 80px 30px;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 20% 0, rgba(199, 61, 78, 0.18), transparent 28%),
        linear-gradient(135deg, var(--green-700), var(--navy-950));
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.cta-pattern {
    position: absolute;
    top: -115px;
    left: -85px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(233, 161, 169, 0.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(233, 161, 169, 0.03),
        0 0 0 84px rgba(233, 161, 169, 0.025);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.cta-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 19px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(233, 161, 169, 0.28);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--gold-300);
    font-size: 20px;
}

.cta-content h2 {
    color: var(--white);
}

.cta-content > p {
    color: rgba(255, 255, 255, 0.7);
}

.light-btn {
    margin-top: 28px;
    border-color: var(--white);
    background: var(--white);
    color: var(--navy-900);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.cta-content small {
    margin-top: 17px;
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
}

.cta-content small i {
    margin-left: 4px;
    color: var(--gold-300);
}

/* =========================================================
   Footer
========================================================= */

footer {
    padding: 70px max(7%, calc((100vw - 1180px) / 2)) 25px;
    background: var(--navy-950);
    color: var(--white);
}

.footer-main {
    padding-bottom: 46px;
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(430px, 1.3fr);
    gap: 90px;
}

.footer-logo {
    margin-bottom: 17px;
    color: var(--white);
}

.footer-logo strong {
    color: var(--gold-300);
}

.footer-brand > p {
    max-width: 380px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 13px;
    line-height: 1.9;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.footer-links h3 {
    margin-bottom: 15px;
    color: var(--gold-300);
    font-size: 13px;
    font-weight: 800;
}

.footer-links a {
    width: fit-content;
    margin-bottom: 9px;
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    transition:
        color var(--transition),
        transform var(--transition);
}

.footer-links a:hover {
    color: var(--white);
    transform: translateX(-3px);
}

.footer-bottom {
    padding-top: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
}

/* =========================================================
   Reveal + Motion
========================================================= */

.reveal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reveal.active {
    animation: revealIn 0.7s ease both;
}

@keyframes revealIn {
    from {
        opacity: 0;
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseRing {
    0% {
        opacity: 0.8;
        transform: scale(0.75);
    }
    80%,
    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

@keyframes imageZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.06);
    }
}

@keyframes gentleFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes slowRotate {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1080px) {
    .navbar nav {
        gap: 18px;
    }

    .nav-link {
        display: none;
    }

    .hero {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
        gap: 40px;
    }

    .profile-note-top {
        right: -5px;
    }

    .profile-note-bottom {
        left: -15px;
    }

    .why-us {
        gap: 65px;
    }

    .safety-card-one {
        right: -15px;
    }

    .safety-card-two {
        left: -15px;
    }
}

@media (max-width: 900px) {
    .navbar {
        padding-top: 16px;
    }

    .navbar-inner {
        width: min(100% - 32px, 700px);
    }

    .logo {
        font-size: 21px;
    }

    .logo-mark {
        width: 38px;
        height: 38px;
    }

    .login-link {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: 125px 24px 75px;
        grid-template-columns: 1fr;
        gap: 55px;
        text-align: center;
    }

    .hero-content {
        max-width: 700px;
        margin-inline: auto;
    }

    .hero-badge,
    .section-kicker {
        margin-inline: auto;
    }

    .hero-content h1,
    .hero-content > p {
        margin-inline: auto;
    }

    .hero-buttons,
    .hero-assurances {
        justify-content: center;
    }

    .profile-area {
        min-height: 555px;
    }

    .profile-note-top {
        right: calc(50% - 205px);
    }

    .profile-note-bottom {
        left: calc(50% - 225px);
    }

    .city-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .city-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .features,
    .interactive-grid,
    .steps-grid,
    .reviews {
        grid-template-columns: 1fr;
    }

    .features {
        max-width: 640px;
        margin-inline: auto;
    }

    .feature-card {
        min-height: 240px;
    }

    .interactive-grid {
        max-width: 680px;
        margin-inline: auto;
    }

    .steps-grid {
        max-width: 650px;
        margin-inline: auto;
    }

    .step-card {
        min-height: 215px;
    }

    .why-us {
        padding: 95px 0;
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .safety-visual {
        width: min(100%, 590px);
        margin-inline: auto;
    }

    .safety-content {
        max-width: 650px;
        margin-inline: auto;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box:nth-child(2)::after {
        display: none;
    }

    .reviews {
        max-width: 650px;
        margin-inline: auto;
    }

    .review-card {
        min-height: 270px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .faq-intro {
        max-width: 650px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 620px) {
    .section-shell,
    .why-us,
    .stats,
    .final-cta {
        width: min(100% - 28px, 560px);
    }

    .navbar-inner {
        width: calc(100% - 24px);
    }

    .navbar nav {
        gap: 10px;
    }

    .nav-btn {
        min-height: 44px;
        padding: 9px 15px;
        font-size: 12px !important;
    }

    .nav-btn i {
        display: none;
    }

    .logo {
        gap: 8px;
        font-size: 18px;
    }

    .logo-mark {
        width: 35px;
        height: 35px;
        border-radius: 12px 12px 12px 4px;
    }

    .logo-mark .fa-heart {
        font-size: 16px;
    }

    .hero {
        padding: 112px 14px 64px;
        gap: 42px;
    }

    .hero-badge {
        font-size: 11px;
    }

    .hero-content h1 {
        font-size: clamp(34px, 10.5vw, 45px);
        line-height: 1.35;
    }

    .hero-content > p {
        font-size: 15px;
        line-height: 1.9;
    }

    .hero-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-buttons a {
        width: 100%;
    }

    .hero-assurances {
        gap: 9px 14px;
    }

    .hero-assurances span {
        font-size: 10px;
    }

    .profile-area {
        min-height: 495px;
    }

    .profile-area::before {
        top: 35px;
        width: 285px;
        height: 285px;
    }

    .profile-stack {
        width: min(285px, calc(100vw - 52px));
        height: 380px;
    }

    .profile-info h3 {
        font-size: 21px;
    }

    .profile-note {
        display: none;
    }

    .action-buttons button {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }

    .city-strip {
        width: calc(100% - 28px);
        margin-top: -12px;
        padding: 18px;
    }

    .city-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-section {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .interactive-section {
        padding: 85px 0 90px;
    }

    .section-heading {
        margin-bottom: 36px;
    }

    .section-heading h2,
    .safety-content h2,
    .faq-intro h2,
    .cta-content h2 {
        font-size: 29px;
    }

    .section-heading p,
    .safety-content > p,
    .faq-intro > p,
    .cta-content > p {
        font-size: 14px;
    }

    .feature-card {
        min-height: 0;
        padding: 27px;
    }

    .interactive-card {
        padding: 26px;
        border-radius: var(--radius-md);
    }

    .interactive-card > h3 {
        font-size: 22px;
    }

    .game-preview {
        grid-template-columns: 1fr;
    }

    .game-players {
        padding-block: 5px;
    }

    .interactive-cta {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }

    .interactive-cta .primary-btn {
        width: 100%;
        min-width: 0;
    }

    .how-it-works,
    .faq-section {
        padding: 85px 0;
    }

    .step-card {
        min-height: 0;
        padding: 25px;
    }

    .why-us {
        padding: 85px 0;
        gap: 55px;
    }

    .safety-visual {
        min-height: 335px;
        border-radius: var(--radius-lg);
    }

    .safety-emblem {
        width: 135px;
        height: 135px;
        font-size: 52px;
    }

    .safety-card {
        padding: 10px;
    }

    .safety-card-one {
        top: 28px;
        right: 8px;
    }

    .safety-card-two {
        bottom: 28px;
        left: 8px;
    }

    .safety-card strong {
        font-size: 10px;
    }

    .stats-section {
        padding-bottom: 70px;
    }

    .stats {
        padding: 12px;
        gap: 0;
    }

    .stat-box {
        padding: 20px 8px;
    }

    .stat-box h2 {
        font-size: 28px;
    }

    .stat-box p {
        font-size: 10px;
    }

    .stat-box:nth-child(odd)::after {
        display: block;
    }

    .stat-box:nth-child(even)::after {
        display: none;
    }

    .testimonials {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .review-card {
        min-height: 0;
        padding: 27px;
    }

    .faq-list summary {
        font-size: 12px;
    }

    .final-cta {
        margin: 65px auto;
        padding: 62px 20px;
        border-radius: var(--radius-lg);
    }

    footer {
        padding: 55px 20px 22px;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 34px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .age-gate {
        padding: 12px;
        place-items: start center;
    }

    .age-gate-card {
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: 26px;
    }

    .age-gate-visual {
        min-height: 175px;
        padding: 21px 24px;
    }

    .age-gate-brand {
        font-size: 17px;
    }

    .age-gate-brand .logo-mark {
        width: 34px;
        height: 34px;
        border-radius: 12px 12px 12px 4px;
    }

    .age-visual-stage {
        position: absolute;
        inset: 49px 24px 7px;
        height: auto;
    }

    .age-orbit-one {
        width: 135px;
        height: 135px;
    }

    .age-orbit-two {
        width: 102px;
        height: 102px;
    }

    .age-badge {
        width: 83px;
        height: 83px;
        box-shadow:
            0 13px 35px rgba(0, 0, 0, 0.23),
            0 0 0 8px rgba(255, 255, 255, 0.035);
    }

    .age-badge small {
        font-size: 7px;
    }

    .age-badge strong {
        font-size: 31px;
    }

    .age-floating-card {
        min-width: 128px;
        padding: 8px 9px;
    }

    .age-floating-card > i {
        width: 29px;
        height: 29px;
    }

    .age-floating-game {
        top: 25px;
        right: 5px;
    }

    .age-floating-video {
        bottom: 18px;
        left: 5px;
    }

    .age-visual-note {
        display: none;
    }

    .age-gate-content {
        padding: 27px 26px 23px;
    }

    .age-gate-content h1 {
        margin-top: 15px;
        font-size: 34px;
    }

    .age-gate-content > p {
        margin-top: 9px;
        font-size: 12px;
    }

    .age-disclaimer {
        margin-top: 15px;
        padding: 12px;
    }

    .age-accept-btn {
        margin-top: 16px;
    }
}

@media (max-width: 440px) {
    .age-gate {
        padding: 8px;
    }

    .age-gate-card {
        border-radius: 22px;
    }

    .age-gate-visual {
        min-height: 145px;
        padding: 16px 18px;
    }

    .age-visual-stage {
        inset: 41px 15px 3px;
    }

    .age-orbit-one {
        width: 112px;
        height: 112px;
    }

    .age-orbit-two {
        width: 82px;
        height: 82px;
    }

    .age-badge {
        width: 68px;
        height: 68px;
    }

    .age-badge small {
        font-size: 6px;
    }

    .age-badge strong {
        font-size: 26px;
    }

    .age-floating-card {
        min-width: 108px;
        gap: 6px;
        padding: 7px;
    }

    .age-floating-card > i {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }

    .age-floating-card small {
        display: none;
    }

    .age-floating-card strong {
        font-size: 8px;
    }

    .age-floating-game {
        top: 17px;
    }

    .age-floating-video {
        bottom: 12px;
    }

    .age-gate-content {
        padding: 22px 19px 18px;
    }

    .age-gate-kicker {
        padding: 6px 9px;
        font-size: 8px;
    }

    .age-gate-content h1 {
        margin-top: 12px;
        font-size: 29px;
    }

    .age-gate-content > p {
        font-size: 10px;
        line-height: 1.75;
    }

    .age-disclaimer-icon {
        width: 32px;
        height: 32px;
    }

    .age-disclaimer p {
        font-size: 8px;
    }

    .age-accept-btn {
        min-height: 58px;
        border-radius: 15px;
    }

    .age-accept-btn span {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
