:root {
  --pink: #ff3f98;
  --pink-soft: #ff76ba;
  --cyan: #6cecff;
  --green: #55f5a8;
  --bg: #09050c;
  --text: #fff;
  --muted: rgba(255, 255, 255, .72);
  --glass: rgba(18, 10, 24, .52);
  --border: rgba(255, 255, 255, .15);
  --shell-max: 620px;
  --page-pad: clamp(14px, 3vw, 28px);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--bg);
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: grid;
  place-items: center;
  padding: max(var(--page-pad), env(safe-area-inset-top)) max(var(--page-pad), env(safe-area-inset-right)) max(var(--page-pad), env(safe-area-inset-bottom)) max(var(--page-pad), env(safe-area-inset-left));
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button,
a { -webkit-tap-highlight-color: transparent; }

.background {
  position: fixed;
  inset: -3%;
  z-index: -5;
  background:
    linear-gradient(120deg, rgba(4, 2, 8, .82), rgba(25, 4, 18, .52), rgba(3, 9, 17, .78)),
    url("https://s13.gifyu.com/images/bd8BV.jpg") center / cover no-repeat;
  filter: saturate(1.08);
  transform: translateZ(0) scale(1.03);
}

.background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, transparent 0 18%, rgba(0, 0, 0, .20) 58%, rgba(0, 0, 0, .64) 100%);
}

.ambient {
  position: fixed;
  z-index: -4;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  opacity: .18;
  animation: drift 10s ease-in-out infinite alternate;
}

.ambient-one { top: -18vw; left: -12vw; background: var(--pink); }
.ambient-two { right: -18vw; bottom: -18vw; background: #21cde9; animation-delay: -4s; }

#star-container,
#love-container {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.page-shell {
  width: min(100%, var(--shell-max));
  margin: auto;
  padding: 4px 0;
  position: relative;
  z-index: 2;
}

.card {
  position: relative;
  width: 100%;
  padding: clamp(24px, 4vw, 34px) clamp(20px, 5vw, 34px) clamp(20px, 3vw, 25px);
  text-align: center;
  border: 1px solid var(--border);
  border-radius: clamp(24px, 4vw, 32px);
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .50), inset 0 1px rgba(255, 255, 255, .14);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  animation: enter .85s cubic-bezier(.2, .8, .2, 1) both;
}

.card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, .12), transparent 30%, transparent 70%, rgba(255, 63, 152, .08));
  pointer-events: none;
}

.live-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.live-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
  animation: blink 1.7s infinite;
}

.avatar-box {
  position: relative;
  width: clamp(150px, 30vw, 176px);
  height: clamp(150px, 30vw, 176px);
  margin: clamp(18px, 3vw, 22px) auto 15px;
  display: grid;
  place-items: center;
}

.avatar {
  position: relative;
  z-index: 3;
  width: 72%;
  height: 72%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .35);
}

.ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ring-one {
  width: 82%; height: 82%;
  border: 2px solid var(--pink);
  box-shadow: 0 0 20px rgba(255, 63, 152, .70);
  animation: spin 7s linear infinite;
}

.ring-two {
  width: 91%; height: 91%;
  border: 2px dashed rgba(108, 236, 255, .90);
  box-shadow: 0 0 22px rgba(108, 236, 255, .28);
  animation: spin-reverse 10s linear infinite;
}

.ring-three {
  width: 100%; height: 100%;
  border: 1px solid rgba(255, 255, 255, .34);
  animation: pulse 3s ease-in-out infinite;
}

.online-dot {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: 4;
  width: clamp(17px, 4vw, 20px);
  height: clamp(17px, 4vw, 20px);
  border: 4px solid #1a111d;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(82, 243, 165, .90);
}

.eyebrow {
  margin: 4px 0 10px;
  color: var(--pink-soft);
  font-size: clamp(9px, 1.7vw, 10px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.7px;
  text-wrap: balance;
}

.eyebrow i { margin-inline-end: 6px; }

.card h1 {
  max-width: 560px;
  margin: 0 auto;
  font-size: clamp(34px, 6vw, 49px);
  line-height: 1.03;
  letter-spacing: clamp(-1.5px, -.2vw, -2px);
  font-weight: 800;
  text-wrap: balance;
}

.card h1 span {
  background: linear-gradient(90deg, #fff, var(--pink-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtitle {
  max-width: 480px;
  margin: 15px auto 0;
  color: var(--muted);
  font-size: clamp(13px, 2vw, 14px);
  line-height: 1.7;
  text-wrap: pretty;
}

.proof-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(6px, 2vw, 14px);
  margin: 22px 0 20px;
  padding: 13px clamp(5px, 2vw, 8px);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.proof-stat {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.proof-stat strong {
  min-width: 4ch;
  color: #fff;
  font-size: clamp(15px, 2.8vw, 18px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.4px;
  font-variant-numeric: tabular-nums;
}

.proof-stat > span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, .52);
  font-size: clamp(7px, 1.4vw, 8px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .8px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.proof-stat > span i {
  margin-inline-end: 3px;
  color: rgba(255, 255, 255, .55);
  font-size: 7px;
}

.proof-stat:nth-of-type(2) > span i {
  color: var(--green);
  font-size: 6px;
  vertical-align: 1px;
}

.proof-divider {
  width: 1px;
  height: 28px;
  flex: 0 0 1px;
  background: rgba(255, 255, 255, .13);
}

.continue {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(100deg, #ed2d83, #ff62aa 48%, #ed2d83);
  background-size: 220% 100%;
  box-shadow: 0 10px 30px rgba(255, 47, 137, .32);
  text-decoration: none;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 800;
  letter-spacing: 1.5px;
  transition: transform .22s ease, box-shadow .22s ease, background-position .5s ease;
  touch-action: manipulation;
}

.continue::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .32) 50%, transparent 65%);
  transform: translateX(-130%);
  animation: shine 3.5s infinite;
}

.continue > span { position: relative; z-index: 2; }

.cta-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-icon i,
.cta-icon-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon i {
  font-size: 16px;
  transition: transform .22s ease;
}

.cta-icon-fallback {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

/* Fallback is shown only when Font Awesome is unavailable. */
html.fa-fallback .cta-icon i { display: none; }
html.fa-fallback .cta-icon-fallback { display: flex; }

.continue:hover,
.continue:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(255, 47, 137, .45);
  background-position: 100% 0;
  outline: none;
}

.continue:hover .cta-icon i { transform: translateX(4px); }
.continue:focus-visible { box-shadow: 0 0 0 3px rgba(255, 255, 255, .22), 0 16px 38px rgba(255, 47, 137, .45); }
.continue:active { transform: translateY(0) scale(.99); }

.trust {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .43);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .15px;
}

.trust i { margin-inline-end: 6px; }
.trust span { opacity: .9; }

.star {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 9px #fff;
  animation: twinkle ease-in-out infinite alternate;
}

.love {
  position: absolute;
  bottom: -35px;
  color: var(--pink-soft);
  opacity: .7;
  text-shadow: 0 0 10px rgba(255, 63, 152, .9);
  animation: love-fly linear forwards;
}

@keyframes enter {
  from { opacity: 0; transform: translateY(24px) scale(.985); }
  to { opacity: 1; transform: none; }
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes pulse { 50% { transform: scale(1.07); opacity: .55; } }
@keyframes blink { 50% { opacity: .45; transform: scale(.8); } }
@keyframes twinkle { from { opacity: .12; transform: scale(.6); } to { opacity: .9; transform: scale(1.5); } }
@keyframes love-fly { to { transform: translateY(-115svh) translateX(var(--drift, 0px)) scale(1.8); opacity: 0; } }
@keyframes shine { 0%, 35% { transform: translateX(-130%); } 70%, 100% { transform: translateX(130%); } }
@keyframes drift { to { transform: translate(35px, 20px) scale(1.08); } }

/* Phones: 320–480px */
@media (max-width: 480px) {
  body { place-items: center; }
  .page-shell { padding-block: 2px; }
  .card { padding-inline: clamp(16px, 5vw, 22px); }
  .live-pill { font-size: 9px; letter-spacing: 1.15px; }
  .avatar-box { width: 148px; height: 148px; margin-bottom: 13px; }
  .card h1 { font-size: clamp(31px, 9.2vw, 39px); }
  .subtitle { font-size: 12.5px; line-height: 1.6; }
  .proof-row { gap: 5px; margin-top: 18px; margin-bottom: 18px; padding-block: 11px; }
  .proof-stat strong { font-size: 14px; }
  .proof-stat > span { font-size: 6.5px; letter-spacing: .45px; }
  .proof-divider { height: 24px; }
  .continue { min-height: 56px; border-radius: 16px; }
  .trust { font-size: 9px; }
}

/* Very small phones: 320–359px */
@media (max-width: 359px) {
  .card { padding-top: 20px; padding-bottom: 18px; }
  .avatar-box { width: 132px; height: 132px; margin-top: 15px; }
  .avatar { border-width: 3px; }
  .online-dot { border-width: 3px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.15px; }
  .card h1 { font-size: 29px; letter-spacing: -1.2px; }
  .subtitle { font-size: 11.5px; }
  .proof-row { padding-inline: 3px; }
  .proof-stat strong { font-size: 13px; }
  .proof-stat > span { font-size: 6px; }
  .continue { min-height: 52px; font-size: 12px; }
}

/* Tablets / iPad portrait and landscape: 768–1199px */
@media (min-width: 768px) and (max-width: 1199px) {
  :root { --page-pad: clamp(22px, 4vw, 40px); }
  .page-shell { max-width: 640px; }
  .card { padding: 30px 38px 25px; }
  .avatar-box { margin-top: 20px; }
}

/* iPad landscape / short tablets */
@media (min-width: 768px) and (max-height: 820px) {
  .card { padding-top: 22px; padding-bottom: 18px; }
  .avatar-box { width: 148px; height: 148px; margin-top: 14px; margin-bottom: 11px; }
  .eyebrow { margin-bottom: 7px; }
  .subtitle { margin-top: 10px; }
  .proof-row { margin-top: 15px; margin-bottom: 15px; padding-block: 10px; }
  .continue { min-height: 54px; }
  .trust { margin-top: 9px; }
}

/* Wide desktops */
@media (min-width: 1200px) {
  .page-shell { max-width: 620px; }
}

@media (hover: hover) and (pointer: fine) {
  .continue:hover .cta-icon-fallback { transform: translateX(4px); }
}

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

@media (prefers-reduced-transparency: reduce) {
  .card {
    background: rgba(18, 10, 24, .94);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

html[dir="rtl"] .proof-row { direction: rtl; }
html[dir="rtl"] .cta-icon { transform: scaleX(-1); }
