@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap");

:root {
  --black: #080705;
  --black-soft: #0e0d0a;
  --panel: #14120e;
  --panel-light: #1b1812;
  --gold: #d6ad5c;
  --gold-light: #f1d28a;
  --gold-dark: #9b7330;
  --cream: #f7f0df;
  --white: #fffdf7;
  --muted: #a69e90;
  --line: rgba(214, 173, 92, .18);
  --red: #b94a4a;
  --green: #38b58b;
  --shadow: 0 28px 70px rgba(0, 0, 0, .44);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: "Cairo", Tahoma, sans-serif; }
body, button, input, select { font-family: "Cairo", Tahoma, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(2.3rem, 4.4vw, 4.7rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.25; }
.section-heading h2 em, .video-copy h2 em, .final-cta h2 em { color: var(--gold); font-style: normal; font-weight: 500; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.9; }

.gold-button, .primary-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 25px;
  border: 1px solid var(--gold-light);
  border-radius: 7px;
  background: linear-gradient(135deg, #e5c476 0%, #ad8038 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .3), 0 10px 30px rgba(195, 148, 63, .16);
  color: #120f09;
  font-size: .78rem;
  font-weight: 900;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.gold-button:hover, .primary-button:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(195, 148, 63, .24); filter: brightness(1.06); }
.small-button { min-height: 42px; padding-inline: 18px; font-size: .68rem; }
.full-button { width: 100%; }
.ghost-button, .outline-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 7px;
  background: rgba(255, 255, 255, .025);
  color: var(--cream);
  font-size: .74rem;
  font-weight: 800;
  transition: border-color .25s ease, background .25s ease;
}
.ghost-button:hover, .outline-button:hover { border-color: var(--gold); background: rgba(214, 173, 92, .06); }
.play-icon { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .55rem; }

.age-gate { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(0, 0, 0, .88); backdrop-filter: blur(18px); }
.age-gate::before { position: absolute; inset: 0; background: radial-gradient(circle at 50% 15%, rgba(214, 173, 92, .17), transparent 37%), linear-gradient(130deg, transparent 46%, rgba(214, 173, 92, .04) 47%, transparent 48%); content: ""; }
.age-gate.is-hidden { display: none; }
.age-card { position: relative; width: min(100%, 510px); padding: 50px 48px 42px; overflow: hidden; border: 1px solid rgba(214, 173, 92, .42); border-radius: 2px; background: linear-gradient(145deg, #17140f, #090806); box-shadow: 0 40px 100px #000; text-align: center; }
.age-card::before, .age-card::after { position: absolute; width: 64px; height: 64px; border-color: var(--gold); content: ""; }
.age-card::before { top: 12px; right: 12px; border-top: 1px solid; border-right: 1px solid; }
.age-card::after { bottom: 12px; left: 12px; border-bottom: 1px solid; border-left: 1px solid; }
.gate-ring { position: relative; display: grid; width: 82px; height: 82px; margin: 0 auto 28px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); }
.gate-ring::before { position: absolute; inset: 6px; border: 1px dashed rgba(214, 173, 92, .5); border-radius: inherit; content: ""; animation: spin 18s linear infinite; }
.gate-ring span { font-family: Georgia, serif; font-size: 2.1rem; font-weight: 700; }
.gate-ring small { position: absolute; right: -6px; bottom: 2px; padding: 4px 7px; border-radius: 99px; background: var(--gold); color: #0a0804; font-size: .58rem; font-weight: 900; }
.age-card h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 2.5rem; font-weight: 500; }
.age-card > p:not(.eyebrow) { margin: 0 0 27px; color: var(--muted); font-size: .82rem; line-height: 1.9; }
.leave-link { display: inline-block; margin-top: 18px; color: #888176; font-size: .68rem; text-decoration: underline; text-underline-offset: 4px; }
.gate-note { display: block; margin-top: 25px; color: #625d54; font-size: .58rem; }

.site-header { position: absolute; z-index: 100; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255, 255, 255, .07); background: linear-gradient(#080705, transparent); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--gold); border-radius: 50% 50% 50% 8px; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; transform: rotate(-5deg); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: 1.18rem; font-weight: 800; }
.brand small { margin-top: 6px; color: var(--gold); font-size: .42rem; font-weight: 800; letter-spacing: .28em; }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav a, .login-link { position: relative; color: #c9c2b5; font-size: .69rem; font-weight: 700; }
.main-nav a::after { position: absolute; right: 0; bottom: -11px; width: 0; height: 1px; background: var(--gold); content: ""; transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 19px; }

.hero { position: relative; min-height: 900px; overflow: hidden; padding: 155px 0 0; background: radial-gradient(circle at 85% 35%, #1c160c 0, var(--black) 40%), var(--black); }
.hero::before { position: absolute; top: 88px; right: 50%; width: 1px; height: 660px; background: linear-gradient(transparent, rgba(214, 173, 92, .18), transparent); content: ""; }
.hero-noise { position: absolute; inset: 0; opacity: .09; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); pointer-events: none; }
.gold-glow { position: absolute; border-radius: 50%; background: rgba(214, 173, 92, .09); filter: blur(90px); }
.glow-one { top: 80px; left: -160px; width: 420px; height: 420px; }
.glow-two { right: 20%; bottom: 80px; width: 260px; height: 260px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 95px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 100px; }
.live-community { display: inline-flex; margin-bottom: 32px; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(214, 173, 92, .035); color: #bfb5a3; font-size: .63rem; }
.live-community b { color: var(--gold-light); }
.live-dot, .status-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(56, 181, 139, .12); animation: pulse 1.8s infinite; }
.hero h1 { max-width: 750px; margin: 0; font-size: clamp(2.8rem, 5.3vw, 5.6rem); font-weight: 700; letter-spacing: -.065em; line-height: 1.22; }
.hero h1 em { display: inline-block; margin-top: 10px; color: var(--gold-light); font-style: normal; font-family: Georgia, "Times New Roman", serif; font-size: .48em; font-weight: 400; letter-spacing: -.02em; line-height: 1.65; }
.hero-text { max-width: 600px; margin: 26px 0 30px; color: var(--muted); font-size: .88rem; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-button { min-height: 60px; padding-inline: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 27px; color: #8d867b; font-size: .65rem; }
.trust-row i { display: inline-grid; width: 18px; height: 18px; margin-left: 4px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-style: normal; font-size: .53rem; }

.profile-showcase { position: relative; z-index: 2; width: min(100%, 440px); margin-inline: auto; }
.profile-caption { display: flex; margin-bottom: 14px; align-items: center; justify-content: space-between; color: #8d8578; font-size: .58rem; letter-spacing: .05em; }
.profile-caption b { color: var(--gold); font-weight: 700; }
.profile-stage { position: relative; height: 570px; border: 1px solid rgba(214, 173, 92, .3); background: var(--panel); box-shadow: var(--shadow); }
.profile-stage::before, .profile-stage::after { position: absolute; z-index: -1; top: 18px; right: -18px; width: 100%; height: 100%; border: 1px solid rgba(214, 173, 92, .1); background: #0d0c09; content: ""; transform: rotate(2.5deg); }
.profile-stage::after { top: 31px; right: -31px; z-index: -2; opacity: .5; transform: rotate(4.5deg); }
.profile-card { position: absolute; inset: 0; overflow: hidden; opacity: 0; transition: opacity .55s ease, transform .55s ease; transform: scale(.98); }
.profile-card.is-active { opacity: 1; transform: scale(1); }
.profile-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.profile-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .04) 28%, rgba(4, 3, 2, .35) 52%, #080705 100%); }
.status-badge { position: absolute; top: 19px; right: 19px; display: flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 99px; background: rgba(0, 0, 0, .46); backdrop-filter: blur(8px); font-size: .57rem; font-weight: 700; }
.status-badge i { display: block; width: 5px; height: 5px; box-shadow: none; }
.profile-info { position: absolute; right: 0; bottom: 0; left: 0; padding: 31px; }
.profile-meta { display: flex; align-items: center; gap: 16px; color: #c0b8aa; font-size: .58rem; }
.profile-meta span + span::before { margin-left: 16px; color: var(--gold); content: "•"; }
.profile-info h3 { display: flex; margin: 8px 0 5px; align-items: center; gap: 9px; font-size: 2.2rem; line-height: 1.2; }
.profile-info h3 small { color: var(--gold-light); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.profile-info h3 i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--gold); color: #0a0804; font-style: normal; font-size: .57rem; }
.profile-info blockquote { margin: 0 0 16px; color: #c5bdaf; font-size: .69rem; line-height: 1.75; }
.interest-tags { display: flex; gap: 7px; }
.interest-tags span { padding: 5px 9px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 99px; color: #d8d0c2; font-size: .53rem; }
.profile-actions { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 11px; margin-top: 15px; }
.round-action { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #11100d; color: #8d867c; font-size: 1.3rem; }
.like-action { border-color: var(--gold); color: var(--gold); }
.message-action { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 0 17px; border: 1px solid var(--line); background: #11100d; }
.message-action span { color: #8f877b; font-size: .57rem; }
.message-action b { color: var(--gold-light); font-size: .66rem; }
.slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 18px; }
.slider-dots button { width: 22px; height: 2px; padding: 0; border: 0; background: #332d22; transition: width .25s, background .25s; }
.slider-dots button.is-active { width: 43px; background: var(--gold); }
.match-float { position: absolute; z-index: 4; top: 120px; left: -55px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(214, 173, 92, .33); background: rgba(10, 9, 6, .83); box-shadow: 0 16px 35px rgba(0, 0, 0, .3); backdrop-filter: blur(12px); }
.match-float > span { color: var(--gold); font-size: 1.2rem; }
.match-float div { display: grid; }
.match-float small { color: #8d8578; font-size: .49rem; }
.match-float b { color: var(--gold-light); font-family: Georgia, serif; }
.hero-strip { position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(214, 173, 92, .025); }
.hero-strip .container { display: flex; min-height: 73px; align-items: center; justify-content: space-around; gap: 20px; color: #aaa294; font-size: .62rem; }
.hero-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.games-section { background: #0c0b08; }
.games-section::before { position: absolute; inset: 0; opacity: .45; background: radial-gradient(circle at 15% 40%, rgba(128, 74, 32, .18), transparent 32%), radial-gradient(circle at 88% 10%, rgba(214, 173, 92, .09), transparent 30%); content: ""; }
.games-section .container { position: relative; }
.split-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 100px; margin-bottom: 65px; }
.split-heading > p { margin: 0 0 12px; }
.games-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 28px; align-items: stretch; }
.game-library { display: grid; gap: 10px; }
.game-card { display: grid; grid-template-columns: 96px 1fr 32px; min-height: 113px; align-items: center; gap: 18px; padding: 9px 18px 9px 9px; border: 1px solid rgba(255, 255, 255, .07); background: #11100d; color: var(--white); text-align: right; transition: border-color .25s, background .25s, transform .25s; }
.game-card:hover, .game-card.is-selected { border-color: rgba(214, 173, 92, .55); background: #18150f; transform: translateX(-4px); }
.game-cover { position: relative; display: flex; height: 94px; flex-direction: column; justify-content: center; padding: 13px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); color: white; }
.game-cover::after { position: absolute; right: -20px; bottom: -35px; width: 80px; height: 80px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 50%; content: ""; }
.game-cover i { position: absolute; top: 7px; left: 8px; color: rgba(255, 255, 255, .52); font-size: .49rem; font-style: normal; }
.game-cover b { position: relative; z-index: 1; font-size: .78rem; line-height: 1.3; }
.game-cover small { position: relative; z-index: 1; margin-top: 5px; font-size: .43rem; opacity: .65; }
.cover-truth { background: linear-gradient(145deg, #9b632e, #2e1c0c); }
.cover-choice { background: linear-gradient(145deg, #772f2f, #251010); }
.cover-chemistry { background: linear-gradient(145deg, #6b5428, #1d1709); }
.cover-midnight { background: linear-gradient(145deg, #493064, #160c20); }
.game-card-copy { display: grid; gap: 6px; }
.game-card-copy b { font-size: .8rem; }
.game-card-copy small { color: #8f887c; font-size: .59rem; line-height: 1.6; }
.game-arrow { color: var(--gold); font-size: 1rem; }

.game-room { min-height: 520px; padding: 22px; border: 1px solid rgba(214, 173, 92, .32); background: radial-gradient(circle at 50% 20%, rgba(214, 173, 92, .08), transparent 28%), #090806; box-shadow: var(--shadow); }
.room-topbar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .07); color: #8e877d; font-size: .56rem; }
.room-topbar > span { display: flex; align-items: center; gap: 8px; }
.room-topbar > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.room-topbar b { color: #c8c0b3; }
.room-topbar b em { color: var(--gold); font-style: normal; }
.room-topbar button { border: 0; background: transparent; color: #7d766b; letter-spacing: .12em; }
.room-players { display: flex; margin: 25px 0 15px; align-items: center; justify-content: center; gap: 23px; }
.room-players > div { display: grid; justify-items: center; gap: 5px; color: #aaa295; font-size: .5rem; }
.room-players img { width: 45px; height: 45px; border: 1px solid var(--gold); border-radius: 50%; object-fit: cover; }
.room-players > b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: .5rem; }
.room-levels { display: flex; width: fit-content; margin: 0 auto 20px; padding: 4px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 99px; background: #12100d; }
.room-levels button { min-width: 75px; min-height: 28px; border: 0; border-radius: 99px; background: transparent; color: #81796e; font-size: .53rem; font-weight: 800; }
.room-levels button.is-active { background: var(--gold); color: #0d0a05; }
.question-card { position: relative; display: grid; min-height: 225px; align-content: center; justify-items: center; padding: 35px; overflow: hidden; border: 1px solid rgba(214, 173, 92, .22); background: linear-gradient(145deg, #1c170e, #0e0c08); text-align: center; }
.question-card::before, .question-card::after { position: absolute; width: 40px; height: 40px; border-color: rgba(214, 173, 92, .5); content: ""; }
.question-card::before { top: 10px; right: 10px; border-top: 1px solid; border-right: 1px solid; }
.question-card::after { bottom: 10px; left: 10px; border-bottom: 1px solid; border-left: 1px solid; }
.question-card > span { color: var(--gold); font-size: .53rem; font-weight: 800; letter-spacing: .08em; }
.question-card > i { display: grid; width: 30px; height: 30px; margin: 13px 0; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: .75rem; }
.question-card p { max-width: 440px; margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.7; }
.question-card small { margin-top: 13px; color: #766f64; font-size: .48rem; }
.question-card.question-pop, .question-card p.question-pop { animation: questionPop .35s ease; }
.room-actions { display: flex; margin-top: 17px; justify-content: space-between; gap: 10px; }
.skip-question { padding-inline: 18px; border: 0; background: transparent; color: #8c8579; font-size: .58rem; text-decoration: underline; text-underline-offset: 4px; }
.room-actions .gold-button { min-height: 44px; font-size: .61rem; }

.video-section { overflow: hidden; background: #080705; }
.video-section::before { position: absolute; top: 5%; right: 55%; width: 600px; height: 600px; border-radius: 50%; background: rgba(214, 173, 92, .07); filter: blur(130px); content: ""; }
.video-grid { position: relative; display: grid; grid-template-columns: .74fr 1.26fr; align-items: center; gap: 95px; }
.video-copy h2 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.7rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.28; }
.video-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); font-size: .78rem; line-height: 1.95; }
.video-features { display: grid; margin-bottom: 32px; border-top: 1px solid var(--line); }
.video-features > div { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.video-features > div > span { color: var(--gold); font-family: Georgia, serif; font-size: .72rem; }
.video-features p { display: grid; gap: 3px; margin: 0; }
.video-features b { font-size: .68rem; }
.video-features small { color: #7f786d; font-size: .54rem; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: .68rem; font-weight: 800; }
.video-window { position: relative; height: 680px; overflow: hidden; border: 1px solid rgba(214, 173, 92, .35); background: #111; box-shadow: 0 35px 90px #000; }
.video-window::after { position: absolute; z-index: 8; inset: 9px; border: 1px solid rgba(255, 255, 255, .08); content: ""; pointer-events: none; }
.video-main { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; animation: naturalCam 12s ease-in-out infinite alternate; }
.video-vignette { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .46), transparent 22%, transparent 54%, rgba(0, 0, 0, .78)); }
.call-header { position: absolute; z-index: 3; top: 27px; right: 29px; left: 29px; display: flex; align-items: center; justify-content: space-between; }
.call-header > div { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 99px; background: rgba(0, 0, 0, .4); backdrop-filter: blur(8px); }
.call-header small { font-size: .49rem; }
.signal-bars { display: flex; height: 11px; align-items: end; gap: 2px; }
.signal-bars i { width: 2px; background: var(--green); }
.signal-bars i:nth-child(1) { height: 4px; }.signal-bars i:nth-child(2) { height: 7px; }.signal-bars i:nth-child(3) { height: 10px; }
.call-time { padding: 7px 12px; border-radius: 99px; background: rgba(0, 0, 0, .43); font-family: monospace; font-size: .7rem; backdrop-filter: blur(8px); }
.call-header > button { border: 0; background: transparent; color: white; letter-spacing: .15em; }
.call-person { position: absolute; z-index: 3; right: 29px; bottom: 157px; display: flex; align-items: center; gap: 10px; }
.speaking-ring { width: 11px; height: 11px; border: 2px solid #69e3bb; border-radius: 50%; box-shadow: 0 0 0 5px rgba(105, 227, 187, .12); animation: pulse 1.4s infinite; }
.call-person div { display: grid; }
.call-person b { font-size: .78rem; }
.call-person b i { color: var(--gold); font-style: normal; }
.call-person small { color: #d1c9bd; font-size: .5rem; }
.call-reaction { position: absolute; z-index: 3; right: 29px; bottom: 111px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 15px 15px 4px 15px; background: rgba(0, 0, 0, .44); backdrop-filter: blur(10px); font-size: .58rem; animation: floatMessage 5s ease-in-out infinite; }
.self-view { position: absolute; z-index: 4; top: 79px; left: 27px; width: 118px; height: 155px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .45); background: #222; box-shadow: 0 12px 30px rgba(0, 0, 0, .3); }
.self-view img { width: 100%; height: 100%; object-fit: cover; }
.self-view span { position: absolute; right: 7px; bottom: 5px; padding: 2px 6px; border-radius: 99px; background: rgba(0, 0, 0, .6); font-size: .45rem; }
.video-controls { position: absolute; z-index: 4; right: 50%; bottom: 34px; display: flex; gap: 13px; transform: translateX(50%); }
.video-controls button { display: grid; min-width: 58px; justify-items: center; gap: 5px; border: 0; background: transparent; color: white; }
.video-controls button > span { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid rgba(255, 255, 255, .26); border-radius: 50%; background: rgba(9, 8, 6, .55); backdrop-filter: blur(10px); }
.video-controls button small { font-size: .43rem; }
.video-controls .hangup > span { border-color: #c94c4c; background: #b33636; font-size: 1.25rem; }
.call-limit { position: absolute; z-index: 3; right: 29px; bottom: 10px; left: 29px; height: 2px; background: rgba(255, 255, 255, .15); }
.call-limit > span { position: absolute; top: 0; right: 0; height: 100%; background: var(--gold); }
.call-limit small { position: absolute; right: 0; bottom: 7px; color: rgba(255, 255, 255, .64); font-size: .43rem; }

.experience-section { border-top: 1px solid var(--line); background: #0d0c09; }
.centered-heading { max-width: 740px; margin: 0 auto 60px; text-align: center; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.experience-grid article { position: relative; min-height: 300px; padding: 36px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.experience-grid article > span { position: absolute; top: 21px; left: 22px; color: #5f594f; font-family: Georgia, serif; font-size: .68rem; }
.experience-grid article > i { display: grid; width: 58px; height: 58px; margin-bottom: 57px; place-items: center; border: 1px solid var(--gold-dark); border-radius: 50%; color: var(--gold); font-style: normal; font-size: 1.2rem; }
.experience-grid h3 { margin: 0 0 12px; font-size: 1.1rem; }
.experience-grid p { margin: 0; color: var(--muted); font-size: .67rem; line-height: 1.8; }
.safety-section { background: var(--gold); color: #110e08; }
.safety-card { display: grid; grid-template-columns: .4fr .9fr 1.1fr; align-items: center; gap: 70px; }
.safety-lock { position: relative; display: grid; width: 145px; height: 145px; place-items: center; border: 1px solid rgba(17, 14, 8, .4); border-radius: 50%; font-family: Georgia, serif; font-size: 3rem; }
.safety-lock::before { position: absolute; inset: 10px; border: 1px dashed rgba(17, 14, 8, .28); border-radius: inherit; content: ""; }
.safety-lock i { position: absolute; right: 6px; bottom: 10px; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #11100c; color: var(--gold); font-style: normal; font-size: .65rem; }
.safety-section .eyebrow { color: #4d3b1d; }
.safety-card h2 { margin: 0; font-size: clamp(2.2rem, 3.7vw, 4rem); line-height: 1.25; }
.safety-copy > p { margin: 0 0 22px; font-size: .75rem; line-height: 1.9; }
.safety-copy > div { display: flex; flex-wrap: wrap; gap: 8px; }
.safety-copy span { padding: 7px 11px; border: 1px solid rgba(17, 14, 8, .25); border-radius: 99px; font-size: .53rem; font-weight: 800; }

.faq-section { background: #0a0907; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid .section-heading h2 { font-size: clamp(2.2rem, 3.8vw, 4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; width: 100%; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; background: transparent; color: #dcd5c8; text-align: right; font-size: .75rem; font-weight: 800; }
.faq-item button i { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-style: normal; transition: transform .25s, background .25s; }
.faq-item p { display: none; margin: -4px 0 25px; color: #8e877c; font-size: .65rem; line-height: 1.85; }
.faq-item.is-open p { display: block; animation: rise .25s ease; }
.faq-item.is-open button i { background: var(--gold); color: #100d07; transform: rotate(45deg); }
.final-cta { position: relative; overflow: hidden; padding: 120px 0; border-top: 1px solid var(--line); background: radial-gradient(circle at center, #2a2111 0, #0b0906 48%, #070604 75%); text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; top: 50%; width: 31%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); content: ""; }
.final-cta::before { right: 0; }.final-cta::after { left: 0; transform: rotate(180deg); }
.final-cta .container { position: relative; z-index: 1; }
.final-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.3; }
.final-cta > .container > p:not(.eyebrow) { margin: 20px 0 30px; color: var(--muted); font-size: .75rem; }
.site-footer { border-top: 1px solid var(--line); background: #060504; }
.footer-top { display: grid; grid-template-columns: .65fr 1fr auto; align-items: center; gap: 60px; min-height: 145px; }
.footer-top > p { color: #766f64; font-size: .62rem; line-height: 1.8; }
.footer-top > div { display: flex; gap: 20px; color: #91897d; font-size: .58rem; }
.footer-bottom { display: flex; min-height: 62px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .05); color: #5e584f; font-size: .52rem; }
.mobile-signup { display: none; }

/* Authentication */
.auth-body { min-height: 100vh; background: #080705; }
.auth-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; display: flex; min-height: 78px; align-items: center; justify-content: space-between; padding: 0 4vw; border-bottom: 1px solid var(--line); background: rgba(8, 7, 5, .88); backdrop-filter: blur(15px); }
.back-link { color: #8d867b; font-size: .62rem; }
.auth-layout { display: grid; min-height: 100vh; grid-template-columns: 58% 42%; }
.auth-main { position: relative; display: grid; min-width: 0; place-items: center; padding: 130px clamp(30px, 7vw, 110px) 65px; background: radial-gradient(circle at 75% 25%, rgba(214, 173, 92, .07), transparent 30%), #0a0907; }
.auth-main::before { position: absolute; top: 104px; right: 35px; width: 65px; height: 65px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); content: ""; }
.auth-card, .otp-card, .success-card { width: min(100%, 590px); }
.login-card { max-width: 500px; }
.auth-heading { margin-bottom: 34px; }
.auth-heading h1, .otp-card h1, .success-card h1 { margin: 0 0 13px; font-size: clamp(2.25rem, 4vw, 3.7rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.3; }
.auth-heading > p:last-child, .otp-card > p, .success-card > p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.85; }
.progress { position: relative; display: flex; margin: 0 0 36px; justify-content: space-between; }
.progress::before { position: absolute; z-index: 0; top: 16px; right: 7%; left: 7%; height: 1px; background: var(--line); content: ""; }
.progress-item { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #6e685e; }
.progress-item span { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid #393329; border-radius: 50%; background: #0a0907; font-family: Georgia, serif; font-size: .63rem; }
.progress-item small { font-size: .53rem; font-weight: 800; }
.progress-item.is-active, .progress-item.is-done { color: var(--gold); }
.progress-item.is-active span, .progress-item.is-done span { border-color: var(--gold); background: var(--gold); color: #0d0a05; }
.form-step { display: none; gap: 20px; animation: rise .3s ease; }
.form-step.is-active { display: grid; }
.field { display: grid; gap: 8px; }
.field label, .change-phone label { color: #d6d0c5; font-size: .65rem; font-weight: 800; }
.field label small { margin-right: 6px; color: #827a6e; font-size: .48rem; }
.field > input, .field select, .password-field input, .change-phone input {
  width: 100%; height: 56px; padding: 0 16px; outline: 0; border: 1px solid #312c24; border-radius: 4px;
  background: #11100d; color: var(--cream); font-size: .75rem; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .change-phone input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214, 173, 92, .07); }
.field input::placeholder, .change-phone input::placeholder { color: #59534b; }
.select-field, .phone-field, .password-field { position: relative; display: flex; align-items: center; }
.select-field > span { position: absolute; z-index: 2; right: 14px; }
.select-field select { padding-right: 47px; appearance: none; }
.select-field > i { position: absolute; left: 15px; color: var(--gold); font-style: normal; pointer-events: none; }
.phone-field > span { display: flex; min-width: 112px; height: 56px; align-items: center; justify-content: center; border: 1px solid #312c24; border-left: 0; border-radius: 0 4px 4px 0; background: #191610; color: var(--gold-light); font-size: .65rem; }
.phone-field input { border-radius: 4px 0 0 4px; }
.password-field button { position: absolute; left: 12px; border: 0; background: transparent; color: var(--gold); font-size: .55rem; font-weight: 800; }
.password-meter { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.password-meter i { height: 2px; background: #302b23; }
.password-meter i.is-on { background: var(--gold); }
.form-note { padding: 11px 13px; border-right: 2px solid var(--gold); background: rgba(214, 173, 92, .04); color: #7f786e; font-size: .55rem; line-height: 1.7; }
.consent, .remember { display: flex; align-items: flex-start; gap: 10px; color: #827b70; font-size: .55rem; line-height: 1.8; }
.consent input, .remember input { margin-top: 4px; accent-color: var(--gold); }
.signup-summary { display: grid; grid-template-columns: auto 1fr; gap: 7px 12px; padding: 14px; border: 1px solid var(--line); background: rgba(214, 173, 92, .03); }
.signup-summary span { color: #766f64; font-size: .52rem; }
.signup-summary b { color: var(--gold-light); font-size: .6rem; }
.form-actions { display: flex; margin-top: 25px; gap: 10px; }
.form-submit { flex: 1; }
.secondary-button { min-height: 54px; padding: 0 20px; border: 1px solid #312c24; border-radius: 4px; background: transparent; color: #9d9588; font-size: .62rem; font-weight: 800; }
.form-message { display: none; margin-top: 15px; padding: 11px 13px; border: 1px solid; border-radius: 3px; font-size: .59rem; }
.form-message.is-visible, .form-message:not(:empty) { display: block; }
.error-message { border-color: rgba(185, 74, 74, .45); background: rgba(185, 74, 74, .08); color: #e78e8e; }
.success-message { border-color: rgba(56, 181, 139, .4); background: rgba(56, 181, 139, .08); color: #7fd8bb; }
.auth-switch { margin: 26px 0 0; color: #716a60; font-size: .61rem; text-align: center; }
.auth-switch a, .label-row a { color: var(--gold); font-weight: 800; }
.label-row { display: flex; align-items: center; justify-content: space-between; }
.label-row a { font-size: .5rem; }
.divider { display: flex; margin: 22px 0; align-items: center; gap: 13px; color: #625c53; font-size: .52rem; }
.divider::before, .divider::after { height: 1px; flex: 1; background: #29251e; content: ""; }
.google-button { display: flex; width: 100%; min-height: 53px; align-items: center; justify-content: center; gap: 11px; border: 1px solid #312c24; border-radius: 4px; background: #11100d; color: #cfc7bb; font-size: .65rem; font-weight: 800; }
.google-button b { color: var(--gold); font-size: .9rem; }
.auth-aside { position: fixed; top: 0; bottom: 0; left: 0; width: 42%; overflow: hidden; }
.auth-aside > img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; }
.aside-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent 25%, rgba(0, 0, 0, .25) 48%, #080705 100%), linear-gradient(90deg, transparent, rgba(8, 7, 5, .3)); }
.aside-brand { position: absolute; top: 30px; right: 30px; display: none; align-items: center; gap: 9px; }
.aside-quote { position: absolute; right: 46px; bottom: 115px; left: 46px; }
.aside-quote > span { color: var(--gold); font-size: .65rem; letter-spacing: .24em; }
.aside-quote blockquote { margin: 16px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2vw, 2.2rem); line-height: 1.65; }
.aside-quote p { margin: 0; color: #c7bfae; font-size: .56rem; }
.aside-trust { position: absolute; right: 46px; bottom: 35px; left: 46px; display: flex; align-items: center; gap: 11px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .16); color: var(--gold); }
.aside-trust > span { display: grid; }
.aside-trust b { color: #eee8dc; font-size: .6rem; }
.aside-trust small { color: #9f978a; font-size: .48rem; }
.otp-card, .success-card { display: none; text-align: center; }
.otp-card.is-visible, .success-card.is-visible { display: block; animation: rise .35s ease; }
.otp-icon, .success-card > span:first-child { display: grid; width: 68px; height: 68px; margin: 0 auto 26px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 1.3rem; }
.phone-display { display: flex; margin: 22px 0; align-items: center; justify-content: center; gap: 12px; }
.phone-display b { color: var(--gold-light); font-family: monospace; font-size: 1rem; direction: ltr; }
.phone-display button { border: 0; background: transparent; color: var(--gold); font-size: .53rem; text-decoration: underline; text-underline-offset: 3px; }
.change-phone { display: none; margin-bottom: 20px; padding: 17px; border: 1px solid var(--line); background: #11100d; text-align: right; }
.change-phone.is-visible { display: block; }
.change-phone .phone-field { margin-top: 8px; }
.change-actions { display: flex; gap: 8px; margin-top: 11px; }
.mini-primary, .mini-secondary { min-height: 38px; padding: 0 13px; border-radius: 3px; font-size: .52rem; font-weight: 800; }
.mini-primary { border: 1px solid var(--gold); background: var(--gold); color: #100d08; }
.mini-secondary { border: 1px solid #39342b; background: transparent; color: #9c9488; }
.otp-inputs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 28px 0 15px; direction: ltr; }
.otp-inputs input { width: 100%; height: 62px; outline: 0; border: 1px solid #373128; border-radius: 3px; background: #12100d; color: var(--gold-light); font-size: 1.35rem; text-align: center; }
.otp-inputs input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214, 173, 92, .08); }
.demo-hint { color: #716a60; font-size: .54rem; }
.demo-hint b { color: var(--gold); }
.resend-row { display: flex; margin-top: 18px; justify-content: center; gap: 8px; color: #777065; font-size: .53rem; }
.resend-row button { border: 0; background: transparent; color: var(--gold); font-size: inherit; }
.resend-row button:disabled { color: #5e584f; cursor: default; }
.success-card > span:first-child { border-color: var(--green); background: rgba(56, 181, 139, .08); color: var(--green); }
.success-card .primary-button { margin-top: 25px; }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes questionPop { 0% { opacity: .25; transform: translateY(6px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes naturalCam { 0% { transform: scale(1.01) translate3d(0, 0, 0); } 100% { transform: scale(1.045) translate3d(0, -5px, 0); } }
@keyframes floatMessage { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero { min-height: auto; padding-bottom: 90px; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 45px; }
  .hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
  .hero-strip { position: relative; margin-top: 70px; }
  .games-layout { grid-template-columns: 1fr; }
  .game-library { grid-template-columns: repeat(2, 1fr); }
  .game-card { grid-template-columns: 82px 1fr 22px; }
  .video-grid { gap: 45px; }
  .video-window { height: 590px; }
  .safety-card { gap: 35px; }
  .auth-main { padding-inline: 5vw; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 85px 0; }
  .site-header { position: absolute; }
  .header-inner { min-height: 72px; }
  .header-actions .login-link { display: none; }
  .header-actions .small-button { min-height: 39px; padding-inline: 13px; font-size: .55rem; }
  .brand small { display: none; }
  .hero { padding-top: 120px; }
  .hero::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 25px; text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .profile-showcase { width: min(100%, 430px); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .split-heading > p { max-width: 580px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-copy { order: 1; }
  .video-window { order: 2; width: min(100%, 540px); height: 650px; margin-inline: auto; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article { min-height: auto; }
  .safety-card { grid-template-columns: auto 1fr; }
  .safety-copy { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; padding-block: 38px; }
  .footer-bottom { gap: 16px; }
  .auth-layout { display: block; }
  .auth-main { min-height: 100vh; padding: 120px 22px 55px; }
  .auth-aside { display: none; }
}

@media (max-width: 580px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 70px 0; }
  .age-card { padding: 39px 22px 32px; }
  .age-card h2 { font-size: 2rem; }
  .site-header .brand strong { font-size: 1rem; }
  .site-header .brand-mark { width: 32px; height: 32px; }
  .header-actions .small-button { display: none; }
  .hero { padding-top: 110px; }
  .live-community { margin-bottom: 22px; }
  .hero h1 { font-size: 2.55rem; }
  .hero h1 em { font-size: .44em; line-height: 1.7; }
  .hero-text { font-size: .75rem; }
  .hero-actions { display: grid; }
  .hero-button, .ghost-button { width: 100%; }
  .trust-row { gap: 9px 14px; }
  .profile-stage { height: 520px; }
  .profile-stage::before, .profile-stage::after { display: none; }
  .profile-info { padding: 24px; }
  .profile-info h3 { font-size: 1.9rem; }
  .match-float { top: 70px; left: -7px; }
  .hero-strip .container { flex-wrap: wrap; gap: 8px 14px; padding-block: 17px; }
  .hero-strip i { display: none; }
  .section-heading h2, .video-copy h2 { font-size: 2.35rem; }
  .game-library { display: flex; margin-left: -14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .game-library::-webkit-scrollbar { display: none; }
  .game-card { min-width: 290px; scroll-snap-align: start; }
  .game-room { padding: 14px; }
  .room-levels button { min-width: 67px; }
  .question-card { min-height: 235px; padding: 29px 19px; }
  .question-card p { font-size: 1.05rem; }
  .video-window { height: 590px; }
  .self-view { width: 88px; height: 117px; top: 70px; left: 20px; }
  .call-header { right: 20px; left: 20px; }
  .call-person { right: 20px; bottom: 155px; }
  .call-reaction { right: 20px; bottom: 111px; }
  .video-controls { gap: 5px; }
  .video-controls button { min-width: 51px; }
  .video-controls button > span { width: 43px; height: 43px; }
  .experience-grid article { padding: 28px; }
  .experience-grid article > i { margin-bottom: 35px; }
  .safety-card { grid-template-columns: 1fr; text-align: center; }
  .safety-lock { width: 105px; height: 105px; margin-inline: auto; font-size: 2.2rem; }
  .safety-copy { grid-column: auto; }
  .safety-copy > div { justify-content: center; }
  .final-cta { padding: 85px 0 105px; }
  .final-cta h2 { font-size: 2.45rem; }
  .footer-top > div { flex-wrap: wrap; }
  .footer-bottom { min-height: 80px; flex-direction: column; justify-content: center; text-align: center; }
  .mobile-signup { position: fixed; z-index: 90; right: 12px; bottom: 11px; left: 12px; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 15px; border: 1px solid var(--gold-light); border-radius: 4px; background: linear-gradient(135deg, #e4c273, #a67831); box-shadow: 0 14px 40px #000; color: #0e0b06; font-size: .7rem; font-weight: 900; }
  .auth-header { min-height: 70px; padding-inline: 15px; }
  .back-link { font-size: 0; }
  .back-link::after { content: "←"; font-size: 1rem; }
  .auth-main { padding: 105px 17px 45px; }
  .auth-main::before { display: none; }
  .auth-heading h1, .otp-card h1, .success-card h1 { font-size: 2.25rem; }
  .form-actions { flex-wrap: wrap; }
  .secondary-button { order: 2; width: 100%; min-height: 45px; }
  .otp-inputs { gap: 5px; }
  .otp-inputs input { height: 53px; font-size: 1.1rem; }
  .change-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
