:root {
  --accent: #e8637a;
  --accentWarm: #d64f68;
  --accentGreen: #34d399;
  --accentOrange: #f7b267;
  --accentPurple: #c084fc;
  --accentBlue: #7dd3fc;
  --darkBg: #0d0a12;
  --darkSurface: #1a1525;
  --darkSurfaceElevated: #231d30;
  --darkHairline: #2e2840;
  --darkLabel: #f5f0ff;
  --darkLabelSecondary: #9b8fb0;
  --radiusSmall: 14px;
  --radiusMedium: 20px;
  --radiusLarge: 24px;
  --radiusXl: 28px;
  --radiusPill: 999px;
  --fontDisplay: "Playfair Display", Georgia, serif;
  --fontBody: "DM Sans", "Segoe UI", sans-serif;
  --container: min(1160px, calc(100vw - 32px));
  --glass: rgba(35, 29, 48, 0.66);
  --glassStrong: rgba(35, 29, 48, 0.82);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 22% 0%, rgba(232, 99, 122, 0.18), transparent 31rem),
    radial-gradient(circle at 82% 12%, rgba(192, 132, 252, 0.16), transparent 30rem),
    radial-gradient(circle at 55% 70%, rgba(125, 211, 252, 0.08), transparent 28rem),
    linear-gradient(145deg, #0d0a12 0%, #120d19 48%, #0b0910 100%);
  color: var(--darkLabel);
  font-family: var(--fontBody);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 72%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: #160b12;
  background: var(--accent);
}

.page-shell {
  position: relative;
  min-height: 100vh;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 84px 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border: 1px solid var(--darkHairline);
  border-radius: var(--radiusPill);
  opacity: 0;
  color: var(--darkLabel);
  background: var(--darkSurfaceElevated);
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.skip-link:focus {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.48;
  pointer-events: none;
  animation: ambientFloat 14s ease-in-out infinite alternate;
}

.ambient-one {
  top: 110px;
  left: -120px;
  width: 260px;
  height: 260px;
  background: rgba(232, 99, 122, 0.34);
}

.ambient-two {
  top: 18%;
  right: -150px;
  width: 320px;
  height: 320px;
  background: rgba(192, 132, 252, 0.28);
  animation-delay: -5s;
}

.ambient-three {
  right: 10%;
  bottom: 8%;
  width: 230px;
  height: 230px;
  background: rgba(52, 211, 153, 0.13);
  animation-delay: -8s;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--container);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: var(--radiusPill);
  background: rgba(13, 10, 18, 0.64);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(24px);
}

.brand-mark,
.header-actions,
.nav-links,
.footer-links,
.social-links {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 10px;
  padding-left: 6px;
  color: var(--darkLabel);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-symbol {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(232, 99, 122, 0.36);
  border-radius: 12px;
  background:
    radial-gradient(circle at 62% 30%, rgba(232, 99, 122, 0.9), transparent 28%),
    linear-gradient(135deg, rgba(245, 240, 255, 0.12), rgba(245, 240, 255, 0.02));
  box-shadow: 0 12px 34px rgba(232, 99, 122, 0.22);
}

.brand-symbol span {
  position: absolute;
  width: 15px;
  height: 20px;
  border: 1.5px solid rgba(245, 240, 255, 0.86);
  border-radius: 6px;
  background: rgba(245, 240, 255, 0.08);
}

.brand-symbol span:first-child {
  transform: rotate(-13deg) translateX(-4px);
}

.brand-symbol span:last-child {
  transform: rotate(13deg) translateX(4px);
}

.brand-symbol::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--accent);
  clip-path: polygon(50% 92%, 13% 55%, 8% 31%, 21% 11%, 39% 16%, 50% 29%, 61% 16%, 79% 11%, 92% 31%, 87% 55%);
}

.nav-links {
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(245, 240, 255, 0.06);
  border-radius: var(--radiusPill);
  background: rgba(245, 240, 255, 0.035);
}

.nav-links a {
  padding: 10px 14px;
  border-radius: var(--radiusPill);
  color: var(--darkLabelSecondary);
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--darkLabel);
  background: rgba(245, 240, 255, 0.075);
}

.header-actions {
  gap: 8px;
}

.language-switcher {
  position: relative;
  display: flex;
}

.language-switcher select {
  height: 42px;
  padding: 0 32px 0 14px;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: var(--radiusPill);
  outline: none;
  color: var(--darkLabel);
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--darkLabelSecondary) 50%) calc(100% - 17px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(245, 240, 255, 0.08), rgba(245, 240, 255, 0.02));
}

.header-cta,
.secondary-cta {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: var(--radiusPill);
  color: #fff7fa;
  font-weight: 800;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.38), transparent 28%),
    linear-gradient(135deg, var(--accent), var(--accentWarm));
  box-shadow: 0 14px 40px rgba(232, 99, 122, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta {
  padding: 12px 18px;
}

.header-cta::after,
.secondary-cta::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transform: translateX(-70%);
  transition: opacity 220ms ease, transform 520ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.secondary-cta:hover,
.secondary-cta:focus-visible {
  box-shadow: 0 18px 48px rgba(232, 99, 122, 0.42);
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.header-cta:hover::after,
.header-cta:focus-visible::after,
.secondary-cta:hover::after,
.secondary-cta:focus-visible::after {
  opacity: 1;
  transform: translateX(70%);
}

.header-cta.app-link-pending,
.primary-cta.app-link-pending {
  border: 1px solid rgba(245, 240, 255, 0.11);
  color: rgba(245, 240, 255, 0.7);
  cursor: not-allowed;
  background:
    linear-gradient(135deg, rgba(245, 240, 255, 0.11), rgba(245, 240, 255, 0.045)),
    rgba(35, 29, 48, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.18);
  filter: saturate(0.68);
}

.header-cta.app-link-pending:hover,
.header-cta.app-link-pending:focus-visible,
.primary-cta.app-link-pending:hover,
.primary-cta.app-link-pending:focus-visible {
  border-color: rgba(245, 240, 255, 0.15);
  color: rgba(245, 240, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 36px rgba(0, 0, 0, 0.2);
  transform: none;
}

.header-cta.app-link-pending::after,
.primary-cta.app-link-pending::after {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding-top: 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.eyebrow,
.card-kicker,
.match-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: currentColor;
  box-shadow: 0 0 20px currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--fontDisplay);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3.35rem, 9vw, 7.2rem);
  line-height: 0.94;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-subtitle,
.section-copy p,
.section-heading p,
.rail-copy p,
.close-card p,
.final-copy p,
.legacy-copy p {
  color: var(--darkLabelSecondary);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-subtitle {
  max-width: 580px;
  margin-bottom: 26px;
}

.hero-note {
  max-width: 520px;
  margin: 15px 0 0;
  color: rgba(245, 240, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hero-stage {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  perspective: 1400px;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: 999px;
  transform: rotate(-20deg);
}

.ring-one {
  width: 500px;
  height: 500px;
  box-shadow: inset 0 0 70px rgba(232, 99, 122, 0.06);
}

.ring-two {
  width: 360px;
  height: 360px;
  border-color: rgba(232, 99, 122, 0.14);
  transform: rotate(22deg);
}

.phone-mockup {
  position: relative;
  isolation: isolate;
}

.hero-phone {
  z-index: 3;
  transform: rotate(-4deg);
  animation: phoneFloat 7s ease-in-out infinite;
}

.phone-frame {
  position: relative;
  width: min(350px, 72vw);
  padding: 12px;
  border: 1px solid rgba(245, 240, 255, 0.16);
  border-radius: 52px;
  background:
    linear-gradient(145deg, rgba(245, 240, 255, 0.24), rgba(245, 240, 255, 0.03) 36%, rgba(0, 0, 0, 0.62)),
    #120f18;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.54),
    0 0 80px rgba(232, 99, 122, 0.24);
}

.phone-frame::after {
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 48px;
  content: "";
  background: linear-gradient(145deg, rgba(232, 99, 122, 0.32), rgba(192, 132, 252, 0.2), transparent);
  filter: blur(18px);
  opacity: 0.66;
}

.phone-screen {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  padding: 58px 18px 20px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 78% 0%, rgba(192, 132, 252, 0.2), transparent 38%),
    radial-gradient(circle at 12% 20%, rgba(232, 99, 122, 0.2), transparent 36%),
    linear-gradient(180deg, #171120, #0f0b15 58%, #0d0a12);
}

.phone-screen::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.dynamic-island {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 4;
  width: 110px;
  height: 31px;
  border-radius: var(--radiusPill);
  background: #050408;
  transform: translateX(-50%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.screen-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(232, 99, 122, 0.2);
  filter: blur(42px);
  transform: translateX(-50%);
}

.app-topbar,
.widget-pill,
.app-card,
.floating-card,
.bento-card,
.close-card,
.legacy-panel,
.social-strip,
.rail-card {
  border: 1px solid rgba(245, 240, 255, 0.09);
  background: var(--glass);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(22px);
}

.app-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-radius: 22px;
}

.app-topbar span,
.app-card span,
.widget-tile small,
.widget-pill small,
.lockscreen-card small,
.date-ticket small {
  display: block;
  color: var(--darkLabelSecondary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.app-topbar strong {
  display: block;
  margin-top: 4px;
  font-size: 1.08rem;
}

.mini-avatar {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 65% 35%, var(--accentOrange), transparent 28%),
    linear-gradient(135deg, var(--accent), var(--accentPurple));
  box-shadow: 0 10px 26px rgba(232, 99, 122, 0.28);
}

.match-reveal {
  position: relative;
  margin: 16px 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(232, 99, 122, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 25%, rgba(247, 178, 103, 0.22), transparent 35%),
    linear-gradient(135deg, rgba(232, 99, 122, 0.18), rgba(192, 132, 252, 0.1));
}

.match-reveal::before,
.match-reveal::after {
  position: absolute;
  width: 120px;
  height: 168px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  content: "";
  background: rgba(245, 240, 255, 0.06);
}

.match-reveal::before {
  right: -26px;
  bottom: -60px;
  transform: rotate(14deg);
}

.match-reveal::after {
  right: 38px;
  bottom: -78px;
  transform: rotate(-12deg);
}

.match-reveal h3 {
  position: relative;
  z-index: 1;
  max-width: 210px;
  margin-bottom: 7px;
  font-family: var(--fontDisplay);
  font-size: 2.1rem;
}

.match-reveal p {
  position: relative;
  z-index: 1;
  max-width: 190px;
  margin-bottom: 74px;
  color: rgba(245, 240, 255, 0.76);
  line-height: 1.45;
}

.app-bento {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.app-card {
  min-height: 128px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(35, 29, 48, 0.7);
}

.app-card strong {
  display: block;
  margin-top: 12px;
  font-size: 2rem;
  letter-spacing: -0.08em;
}

.metric-with-flame {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
}

.flame-icon {
  position: relative;
  display: inline-block;
  width: 0.56em;
  height: 0.74em;
  border-radius: 58% 58% 60% 60%;
  background:
    radial-gradient(circle at 54% 68%, #fff8d7 0 13%, transparent 14%),
    radial-gradient(circle at 48% 58%, var(--accentOrange) 0 29%, transparent 30%),
    linear-gradient(145deg, var(--accent), var(--accentOrange));
  box-shadow:
    0 0 16px rgba(247, 178, 103, 0.54),
    0 0 30px rgba(232, 99, 122, 0.24);
  transform: rotate(-8deg);
}

.flame-icon::before {
  position: absolute;
  top: -18%;
  left: 32%;
  width: 56%;
  height: 56%;
  border-radius: 60% 18% 60% 18%;
  content: "";
  background: var(--accent);
  transform: rotate(24deg);
}

.flame-icon::after {
  position: absolute;
  right: 16%;
  bottom: 7%;
  width: 36%;
  height: 44%;
  border-radius: 60% 50% 62% 50%;
  content: "";
  background: rgba(255, 248, 215, 0.78);
}

.note-card {
  grid-column: span 2;
  min-height: 112px;
  background:
    radial-gradient(circle at 80% 0%, rgba(125, 211, 252, 0.16), transparent 48%),
    rgba(35, 29, 48, 0.7);
}

.note-card p {
  margin: 16px 0 0;
  color: var(--darkLabel);
  font-family: var(--fontDisplay);
  font-size: 1.55rem;
  line-height: 1.05;
}

.mood-card {
  background:
    radial-gradient(circle at 80% 0%, rgba(52, 211, 153, 0.2), transparent 48%),
    rgba(35, 29, 48, 0.7);
}

.distance-card {
  background:
    radial-gradient(circle at 78% 5%, rgba(125, 211, 252, 0.2), transparent 48%),
    rgba(35, 29, 48, 0.7);
}

.streak-card {
  background:
    radial-gradient(circle at 78% 5%, rgba(247, 178, 103, 0.2), transparent 48%),
    rgba(35, 29, 48, 0.7);
}

.floating-card {
  position: absolute;
  z-index: 4;
  border-radius: 30px;
}

.lockscreen-card {
  top: 9%;
  left: 0;
  width: 230px;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(125, 211, 252, 0.16), transparent 32%),
    rgba(26, 21, 37, 0.78);
  transform: rotate(7deg);
}

.lock-time {
  margin-bottom: 14px;
  font-family: var(--fontDisplay);
  font-size: 3.2rem;
  line-height: 0.9;
}

.widget-stack {
  display: grid;
  gap: 8px;
}

.widget-pill {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
}

.widget-pill span {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--accentGreen), var(--accentBlue));
}

.widget-pill.coral span {
  background: linear-gradient(135deg, var(--accent), var(--accentOrange));
}

.widget-pill strong {
  display: block;
  font-size: 0.9rem;
}

.ai-card {
  right: -6px;
  bottom: 10%;
  width: 250px;
  padding: 20px;
  background:
    radial-gradient(circle at 85% 10%, rgba(247, 178, 103, 0.18), transparent 38%),
    rgba(26, 21, 37, 0.82);
  transform: rotate(-7deg);
}

.ai-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--fontDisplay);
  font-size: 1.55rem;
  line-height: 1;
}

.ai-card p {
  margin-bottom: 0;
  color: var(--darkLabelSecondary);
  line-height: 1.45;
}

.social-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: var(--container);
  margin: -16px auto 28px;
  padding: 12px;
  border-radius: var(--radiusPill);
  background: rgba(26, 21, 37, 0.55);
}

.social-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(245, 240, 255, 0.075);
  border-radius: var(--radiusPill);
  color: rgba(245, 240, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  background: rgba(245, 240, 255, 0.035);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 132px;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: var(--radiusLarge);
  background: rgba(26, 21, 37, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.feature-row:hover {
  border-color: rgba(232, 99, 122, 0.24);
  background: rgba(35, 29, 48, 0.72);
  transform: translateY(-3px);
}

.feature-row p {
  margin: 0;
  color: var(--darkLabelSecondary);
  line-height: 1.6;
}

.feature-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: 20px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.24), transparent 28%),
    rgba(245, 240, 255, 0.06);
}

.feature-icon::before,
.feature-icon::after {
  position: absolute;
  content: "";
}

.icon-scribble::before {
  inset: 18px 12px;
  border-bottom: 3px solid var(--accentBlue);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.icon-match::before,
.icon-match::after {
  top: 16px;
  width: 20px;
  height: 26px;
  border: 1.5px solid var(--accent);
  border-radius: 8px;
}

.icon-match::before {
  left: 16px;
  transform: rotate(-11deg);
}

.icon-match::after {
  right: 14px;
  transform: rotate(11deg);
}

.icon-presence::before {
  inset: 15px;
  border: 1.5px solid var(--accentGreen);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(52, 211, 153, 0.08);
}

.icon-roulette::before {
  inset: 14px;
  border: 2px solid var(--accentOrange);
  border-top-color: transparent;
  border-radius: 999px;
  transform: rotate(-25deg);
}

.icon-widget::before {
  inset: 14px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, var(--accentPurple) 46%, transparent 46% 54%, var(--accentBlue) 54%) top / 100% 46% no-repeat,
    linear-gradient(90deg, var(--accent) 46%, transparent 46% 54%, var(--accentGreen) 54%) bottom / 100% 46% no-repeat;
}

.visual-rail {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.rail-card {
  display: grid;
  min-height: 620px;
  overflow: hidden;
  place-items: center;
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 20%, rgba(232, 99, 122, 0.22), transparent 34%),
    radial-gradient(circle at 80% 66%, rgba(125, 211, 252, 0.14), transparent 36%),
    rgba(26, 21, 37, 0.54);
}

.small-phone {
  transform: rotate(5deg);
}

.small-phone .phone-frame {
  width: min(310px, 70vw);
}

.small-phone .phone-screen {
  min-height: 570px;
}

.widgets-screen {
  display: grid;
  align-items: end;
  padding-top: 82px;
}

.widget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.widget-tile {
  min-height: 132px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: 24px;
  background: rgba(35, 29, 48, 0.7);
}

.widget-tile.wide {
  grid-column: span 2;
}

.widget-tile strong {
  display: block;
  margin-top: 12px;
  font-size: 3.4rem;
  letter-spacing: -0.1em;
}

.widget-tile p {
  margin: 18px 0 0;
  font-family: var(--fontDisplay);
  font-size: 1.6rem;
}

.distance-widget {
  background:
    radial-gradient(circle at 82% 10%, rgba(125, 211, 252, 0.18), transparent 44%),
    rgba(35, 29, 48, 0.7);
}

.distance-widget strong {
  font-size: 2.8rem;
  letter-spacing: -0.08em;
}

.distance-widget p {
  max-width: 210px;
  margin-top: 10px;
  color: var(--darkLabelSecondary);
  font-family: var(--fontBody);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.streak-widget {
  background:
    radial-gradient(circle at 75% 12%, rgba(247, 178, 103, 0.18), transparent 44%),
    rgba(35, 29, 48, 0.7);
}

.streak-widget strong {
  font-size: 2.75rem;
}

.doodle-preview svg {
  width: 100%;
  height: 112px;
}

.doodle-preview path,
.doodle-line path {
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-width: 7;
  filter: drop-shadow(0 0 12px rgba(232, 99, 122, 0.48));
}

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

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  overflow: hidden;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 8%, rgba(232, 99, 122, 0.16), transparent 32%),
    rgba(26, 21, 37, 0.58);
  transition: transform 220ms ease, border-color 220ms ease;
}

.bento-card:hover {
  border-color: rgba(245, 240, 255, 0.16);
  transform: translateY(-4px);
}

.bento-card h3 {
  position: relative;
  z-index: 2;
}

.bento-card p {
  position: relative;
  z-index: 2;
  color: var(--darkLabelSecondary);
  line-height: 1.55;
}

.bento-content {
  position: relative;
  z-index: 2;
}

.bento-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 540px;
}

.bento-tall {
  grid-row: span 2;
  min-height: 540px;
}

.bento-wide {
  grid-column: span 2;
}

.mini-dashboard {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  margin-top: auto;
}

.dashboard-tile {
  position: relative;
  min-height: 118px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 10%, rgba(232, 99, 122, 0.2), transparent 36%),
    rgba(13, 10, 18, 0.52);
}

.dashboard-tile small {
  display: block;
  margin-bottom: 10px;
  color: var(--darkLabelSecondary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-tile strong {
  display: block;
  color: var(--darkLabel);
  font-family: var(--fontDisplay);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.dashboard-tile p {
  margin: 10px 0 0;
  color: rgba(245, 240, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.dashboard-plan {
  grid-row: span 2;
  min-height: 248px;
  background:
    radial-gradient(circle at 60% 20%, rgba(247, 178, 103, 0.2), transparent 32%),
    rgba(13, 10, 18, 0.52);
}

.dashboard-plan::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 116px;
  height: 142px;
  border: 1px solid rgba(245, 240, 255, 0.1);
  border-radius: 28px;
  content: "";
  background:
    radial-gradient(circle at 55% 30%, rgba(232, 99, 122, 0.2), transparent 34%),
    rgba(245, 240, 255, 0.045);
  transform: rotate(-8deg);
}

.dashboard-streak {
  background:
    radial-gradient(circle at 70% 10%, rgba(247, 178, 103, 0.2), transparent 34%),
    rgba(13, 10, 18, 0.52);
}

.dashboard-streak strong {
  font-family: var(--fontBody);
  font-size: 2.35rem;
  font-weight: 900;
}

.dashboard-mood {
  background:
    radial-gradient(circle at 70% 20%, rgba(52, 211, 153, 0.16), transparent 34%),
    rgba(13, 10, 18, 0.52);
}

.presence-scene {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  gap: 14px;
  margin-top: auto;
}

.presence-map {
  position: relative;
  min-height: 124px;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 74% 44%, rgba(52, 211, 153, 0.16), transparent 34%),
    radial-gradient(circle at 22% 62%, rgba(232, 99, 122, 0.14), transparent 34%),
    rgba(13, 10, 18, 0.44);
}

.presence-map::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
}

.presence-dot {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(13, 10, 18, 0.9);
  border-radius: 999px;
}

.presence-dot::after {
  position: absolute;
  inset: -16px;
  border: 1px solid currentColor;
  border-radius: inherit;
  content: "";
  opacity: 0.2;
}

.presence-dot.you {
  left: 22%;
  bottom: 28%;
  color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 28px rgba(232, 99, 122, 0.42);
}

.presence-dot.partner {
  right: 22%;
  top: 24%;
  color: var(--accentGreen);
  background: var(--accentGreen);
  box-shadow: 0 0 28px rgba(52, 211, 153, 0.42);
}

.presence-path {
  position: absolute;
  left: 27%;
  right: 27%;
  top: 49%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accentBlue), var(--accentGreen));
  opacity: 0.7;
  transform: rotate(-17deg);
  transform-origin: center;
}

.presence-status {
  padding: 14px;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: 22px;
  background: rgba(13, 10, 18, 0.46);
}

.presence-status small {
  display: block;
  margin-bottom: 6px;
  color: var(--accentGreen);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.presence-status strong {
  display: block;
  color: var(--darkLabel);
  font-size: 1.24rem;
  letter-spacing: -0.04em;
}

.presence-status p {
  margin: 6px 0 0;
  color: var(--darkLabelSecondary);
  font-size: 0.9rem;
  line-height: 1.35;
}

.bento-presence {
  min-height: 370px;
}

.bento-doodle {
  min-height: 300px;
  padding-bottom: 168px;
}

.bento-shopping {
  min-height: 320px;
}

.doodle-line {
  position: absolute;
  right: -12px;
  bottom: 24px;
  width: 86%;
  height: 120px;
}

.task-list {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  gap: 8px;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}

.task-list li {
  padding: 13px 14px;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: 16px;
  color: rgba(245, 240, 255, 0.82);
  background: rgba(13, 10, 18, 0.42);
}

.date-ticket {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 18px;
  margin-top: auto;
  border: 1px solid rgba(247, 178, 103, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 0%, rgba(247, 178, 103, 0.16), transparent 40%),
    rgba(13, 10, 18, 0.52);
}

.date-ticket strong {
  display: block;
  margin: 12px 0 8px;
  font-family: var(--fontDisplay);
  font-size: 1.7rem;
  line-height: 1;
}

.game-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.game-tabs span {
  padding: 10px 14px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: var(--radiusPill);
  color: var(--darkLabel);
  font-weight: 800;
  background: rgba(245, 240, 255, 0.06);
}

.legacy-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(24px, 5vw, 46px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 82% 16%, rgba(247, 178, 103, 0.16), transparent 32%),
    radial-gradient(circle at 14% 10%, rgba(232, 99, 122, 0.16), transparent 34%),
    rgba(26, 21, 37, 0.66);
}

.legacy-copy {
  max-width: 560px;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
}

.legacy-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.rank-ladder {
  position: absolute;
  inset: 30px;
  display: grid;
  gap: 10px;
  align-content: center;
  transform: rotate(-7deg);
}

.rank-ladder span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid rgba(245, 240, 255, 0.08);
  border-radius: 20px;
  color: rgba(245, 240, 255, 0.74);
  font-weight: 900;
  letter-spacing: -0.04em;
  background: rgba(13, 10, 18, 0.42);
}

.rank-ladder span:nth-child(3) {
  color: #fff7df;
  border-color: rgba(247, 178, 103, 0.36);
  background:
    radial-gradient(circle at 88% 50%, rgba(247, 178, 103, 0.24), transparent 35%),
    rgba(13, 10, 18, 0.64);
  box-shadow: 0 18px 50px rgba(247, 178, 103, 0.12);
  transform: translateX(34px);
}

.legacy-shop-card {
  position: relative;
  z-index: 2;
  width: min(300px, 82vw);
  padding: 24px;
  border: 1px solid rgba(247, 178, 103, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 178, 103, 0.3), transparent 42%),
    rgba(26, 21, 37, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px rgba(0, 0, 0, 0.32);
}

.legacy-shop-card::after {
  display: block;
  width: 130px;
  height: 130px;
  margin: 22px auto 4px;
  border-radius: 34px;
  content: "";
  background:
    radial-gradient(circle at 52% 38%, rgba(255, 255, 255, 0.96) 0 6px, transparent 7px),
    conic-gradient(from 140deg, var(--accentOrange), var(--accent), var(--accentPurple), var(--accentOrange));
  box-shadow:
    0 0 0 12px rgba(247, 178, 103, 0.06),
    0 0 70px rgba(247, 178, 103, 0.32);
}

.legacy-shop-card strong {
  display: block;
  font-family: var(--fontDisplay);
  font-size: 2rem;
  line-height: 1;
}

.legacy-shop-card p {
  margin: 10px 0 0;
  color: var(--darkLabelSecondary);
}

.emotional-close {
  padding-top: 28px;
}

.close-card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 58px);
  border-radius: 42px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 99, 122, 0.16), transparent 38%),
    rgba(26, 21, 37, 0.56);
}

.social-links {
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  padding: 12px 18px;
  border: 1px solid rgba(245, 240, 255, 0.1);
  border-radius: var(--radiusPill);
  color: var(--darkLabel);
  font-weight: 800;
  background: rgba(245, 240, 255, 0.045);
  transition: transform 180ms ease, background 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: rgba(245, 240, 255, 0.08);
  transform: translateY(-2px);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
  gap: 34px;
  align-items: center;
  padding-top: 42px;
}

.final-copy h2 {
  margin-bottom: 12px;
}

.footer-form {
  justify-self: end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  width: var(--container);
  margin: 0 auto;
  padding: 32px 0 48px;
  border-top: 1px solid rgba(245, 240, 255, 0.08);
  color: var(--darkLabelSecondary);
}

.footer-links {
  gap: 16px;
  font-size: 0.92rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--darkLabel);
}

.privacy-page {
  max-width: 980px;
  padding-top: 42px;
}

.privacy-page > .brand-mark {
  width: fit-content;
  margin-bottom: 28px;
}

.privacy-card {
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: 42px;
  padding: clamp(26px, 5vw, 56px);
  background:
    radial-gradient(circle at 18% 0%, rgba(232, 99, 122, 0.14), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(125, 211, 252, 0.08), transparent 32%),
    rgba(26, 21, 37, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.privacy-card h1 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
}

.privacy-updated {
  margin-bottom: 18px;
  color: rgba(245, 240, 255, 0.68);
  font-size: 0.94rem;
  font-weight: 800;
}

.privacy-lead {
  max-width: 760px;
  color: var(--darkLabelSecondary);
  font-size: clamp(1.06rem, 2vw, 1.24rem);
  line-height: 1.65;
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 34px;
}

.privacy-summary div,
.privacy-section {
  border: 1px solid rgba(245, 240, 255, 0.08);
  background: rgba(13, 10, 18, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.privacy-summary div {
  min-height: 138px;
  padding: 18px;
  border-radius: 24px;
}

.privacy-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--darkLabel);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.privacy-summary p {
  margin: 0;
  color: var(--darkLabelSecondary);
  font-size: 0.94rem;
  line-height: 1.5;
}

.privacy-section {
  margin-top: 12px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 26px;
}

.privacy-section h2 {
  margin-bottom: 10px;
  font-family: var(--fontBody);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.privacy-section p,
.privacy-section li {
  color: var(--darkLabelSecondary);
  font-size: 1rem;
  line-height: 1.7;
}

.privacy-section p {
  margin-bottom: 0;
}

.privacy-section ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.privacy-section li {
  position: relative;
  padding-left: 20px;
}

.privacy-section li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: var(--accent);
  box-shadow: 0 0 18px rgba(232, 99, 122, 0.34);
}

.privacy-section a {
  color: var(--darkLabel);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(232, 99, 122, 0.55);
  text-underline-offset: 4px;
}

.privacy-card .secondary-cta {
  margin-top: 24px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ambientFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(24px, -22px, 0) scale(1.08);
  }
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: rotate(-4deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-2.5deg) translate3d(0, -14px, 0);
  }
}

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

@media (max-width: 1040px) {
  .site-header {
    top: 8px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .split-section,
  .visual-rail,
  .legacy-panel,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 20px;
    min-height: auto;
    padding-top: 52px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-stage {
    min-height: 680px;
  }

  .sticky-copy {
    position: static;
  }

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

  .footer-form {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  :root {
    --container: min(100vw - 24px, 640px);
  }

  .section {
    padding: 58px 0;
  }

  .site-header {
    width: calc(100vw - 18px);
    padding: 8px;
  }

  .brand-mark {
    font-size: 0.96rem;
  }

  .brand-symbol {
    width: 32px;
    height: 32px;
  }

  .header-cta {
    display: none;
  }

  .language-switcher select {
    height: 40px;
    max-width: 72px;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(3.05rem, 16vw, 4.9rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .hero-subtitle {
    margin-bottom: 20px;
  }

  .hero-stage {
    min-height: 610px;
    margin-top: 12px;
  }

  .phone-frame {
    width: min(310px, 82vw);
    border-radius: 48px;
  }

  .phone-screen {
    min-height: 610px;
    border-radius: 36px;
  }

  .match-reveal h3 {
    font-size: 1.8rem;
  }

  .app-card {
    min-height: 112px;
  }

  .lockscreen-card {
    top: 0;
    left: -8px;
    width: 196px;
    padding: 14px;
  }

  .lock-time {
    font-size: 2.45rem;
  }

  .ai-card {
    right: -8px;
    bottom: 4%;
    width: 206px;
  }

  .social-strip {
    justify-content: flex-start;
    border-radius: 26px;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .rail-card {
    min-height: 560px;
    border-radius: 32px;
  }

  .small-phone .phone-frame {
    width: min(292px, 78vw);
  }

  .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-large,
  .bento-tall,
  .bento-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .bento-large {
    min-height: 470px;
  }

  .mini-dashboard {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-tile {
    min-height: 92px;
  }

  .dashboard-plan {
    min-height: 198px;
  }

  .legacy-panel {
    min-height: auto;
    border-radius: 32px;
  }

  .legacy-visual {
    min-height: 390px;
  }

  .rank-ladder {
    inset: 14px;
  }

  .rank-ladder span:nth-child(3) {
    transform: translateX(18px);
  }

  .close-card {
    border-radius: 32px;
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }

  .site-footer {
    display: grid;
    gap: 18px;
  }

  .privacy-summary {
    grid-template-columns: 1fr;
  }

  .privacy-card {
    border-radius: 32px;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .hero-stage {
    min-height: 580px;
  }

  .phone-frame {
    width: min(286px, 84vw);
    padding: 10px;
  }

  .phone-screen {
    min-height: 572px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .lockscreen-card,
  .ai-card {
    display: none;
  }

  .app-card strong {
    font-size: 1.65rem;
  }

  .note-card p {
    font-size: 1.35rem;
  }
}

/* Product presentation refresh */
.product-hero {
  padding-bottom: 48px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.primary-cta,
.secondary-link {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: var(--radiusPill);
  font-weight: 900;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.primary-cta {
  overflow: hidden;
  color: #fff7fa;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.38), transparent 28%),
    linear-gradient(135deg, var(--accent), var(--accentWarm));
  box-shadow: 0 18px 48px rgba(232, 99, 122, 0.32);
}

.primary-cta::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-70%);
  transition:
    opacity 220ms ease,
    transform 520ms ease;
}

.primary-cta:hover,
.primary-cta:focus-visible,
.secondary-link:hover,
.secondary-link:focus-visible {
  transform: translateY(-2px);
}

.primary-cta:hover::after,
.primary-cta:focus-visible::after {
  opacity: 1;
  transform: translateX(70%);
}

.secondary-link {
  border: 1px solid rgba(245, 240, 255, 0.1);
  color: var(--darkLabel);
  background: rgba(245, 240, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.secondary-link:hover,
.secondary-link:focus-visible {
  border-color: rgba(232, 99, 122, 0.3);
  background: rgba(245, 240, 255, 0.085);
}

.hero-proof,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-proof {
  margin-top: 22px;
}

.hero-proof span,
.tag-row span,
.theme-switch-preview span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: var(--radiusPill);
  color: rgba(245, 240, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
  background: rgba(245, 240, 255, 0.045);
}

.product-home-screen {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.couple-avatars {
  display: flex;
  align-items: center;
}

.couple-avatars span {
  width: 38px;
  height: 38px;
  border: 2px solid rgba(13, 10, 18, 0.72);
  border-radius: 16px;
  background:
    radial-gradient(circle at 66% 30%, rgba(255, 255, 255, 0.5), transparent 22%),
    linear-gradient(135deg, var(--accent), var(--accentPurple));
  box-shadow: 0 12px 28px rgba(232, 99, 122, 0.2);
}

.couple-avatars span + span {
  margin-left: -10px;
  background:
    radial-gradient(circle at 66% 30%, rgba(255, 255, 255, 0.52), transparent 22%),
    linear-gradient(135deg, var(--accentBlue), var(--accentGreen));
}

.home-hero-card {
  position: relative;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(245, 240, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(247, 178, 103, 0.18), transparent 35%),
    rgba(35, 29, 48, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.home-hero-card span {
  display: block;
  color: var(--darkLabelSecondary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-card strong {
  display: block;
  margin-top: 10px;
  font-size: 3.3rem;
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.home-hero-card p {
  margin: 10px 0 14px;
  color: var(--darkLabelSecondary);
  font-size: 0.92rem;
  line-height: 1.45;
}

.progress-bar {
  height: 8px;
  overflow: hidden;
  border-radius: var(--radiusPill);
  background: rgba(245, 240, 255, 0.09);
}

.progress-bar span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accentOrange), var(--accentGreen));
  box-shadow: 0 0 24px rgba(232, 99, 122, 0.3);
}

.product-bento {
  z-index: 1;
  margin-top: 0;
}

.product-bento .app-card {
  min-height: 112px;
}

.compact-note-card {
  grid-column: auto;
}

.compact-note-card p {
  font-size: 1.25rem;
}

.product-float-card {
  right: -24px;
  bottom: 88px;
  width: min(245px, 72vw);
  padding: 20px;
  background:
    radial-gradient(circle at 84% 16%, rgba(52, 211, 153, 0.18), transparent 36%),
    rgba(26, 21, 37, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 64px rgba(0, 0, 0, 0.34);
}

.product-float-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

.product-float-card p {
  margin: 0;
  color: var(--darkLabelSecondary);
  font-size: 0.92rem;
  line-height: 1.45;
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.zone-card {
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 10%, rgba(232, 99, 122, 0.14), transparent 32%),
    rgba(26, 21, 37, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.zone-card:hover {
  border-color: rgba(232, 99, 122, 0.24);
  background: rgba(35, 29, 48, 0.72);
  transform: translateY(-4px);
}

.zone-card p {
  color: var(--darkLabelSecondary);
  line-height: 1.58;
}

.screen-gallery {
  min-height: auto;
  padding: clamp(18px, 4vw, 28px);
}

.screen-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.screen-card {
  position: relative;
  min-height: 152px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 12%, rgba(232, 99, 122, 0.18), transparent 34%),
    rgba(13, 10, 18, 0.5);
}

.screen-card:nth-child(2n) {
  background:
    radial-gradient(circle at 78% 14%, rgba(125, 211, 252, 0.14), transparent 34%),
    rgba(13, 10, 18, 0.5);
}

.screen-card:nth-child(3n) {
  background:
    radial-gradient(circle at 78% 14%, rgba(52, 211, 153, 0.14), transparent 34%),
    rgba(13, 10, 18, 0.5);
}

.screen-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--darkLabelSecondary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-card strong {
  display: block;
  max-width: 180px;
  font-family: var(--fontDisplay);
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.screen-card span:not(.mini-ring) {
  display: block;
  margin-top: 12px;
  color: var(--darkLabelSecondary);
  font-weight: 800;
}

.mini-ring {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 999px;
  color: var(--darkLabel);
  font-size: 0.9rem;
  font-weight: 900;
  background:
    radial-gradient(circle at center, rgba(13, 10, 18, 0.92) 0 54%, transparent 55%),
    conic-gradient(var(--accent) 0 72%, rgba(245, 240, 255, 0.11) 72% 100%);
}

.product-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-feature-grid .bento-card {
  min-height: 312px;
}

.product-linking-card {
  min-height: 460px;
}

.invite-code {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.invite-code span {
  display: grid;
  min-width: 52px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(245, 240, 255, 0.1);
  border-radius: 18px;
  color: var(--darkLabel);
  font-weight: 900;
  background: rgba(13, 10, 18, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mood-cloud,
.presence-presets {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.mood-cloud span,
.presence-presets span {
  padding: 10px 13px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: var(--radiusPill);
  color: rgba(245, 240, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 900;
  background: rgba(13, 10, 18, 0.42);
}

.presence-presets span:nth-child(2),
.mood-cloud span:nth-child(2) {
  border-color: rgba(232, 99, 122, 0.24);
  color: #ffd9e0;
}

.distance-orb {
  display: grid;
  width: 172px;
  height: 172px;
  margin: auto auto 0;
  place-items: center;
  border: 1px solid rgba(52, 211, 153, 0.16);
  border-radius: 999px;
  color: var(--accentGreen);
  font-weight: 900;
  background:
    radial-gradient(circle at center, rgba(52, 211, 153, 0.18) 0 28%, transparent 29%),
    radial-gradient(circle at center, transparent 0 48%, rgba(52, 211, 153, 0.08) 49% 62%, transparent 63%),
    rgba(13, 10, 18, 0.34);
  box-shadow: 0 0 70px rgba(52, 211, 153, 0.1);
}

.two-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.game-showcase-card {
  min-height: 360px;
}

.date-result-card {
  align-items: stretch;
  min-height: auto;
  padding: clamp(22px, 4vw, 34px);
  place-items: initial;
}

.date-result-card h3 {
  font-family: var(--fontDisplay);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.step-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.step-list li {
  padding: 14px 16px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: 18px;
  color: rgba(245, 240, 255, 0.84);
  background: rgba(13, 10, 18, 0.42);
}

.product-legacy-panel {
  border-color: rgba(247, 178, 103, 0.14);
}

.shopping-card,
.trust-card {
  min-height: 380px;
}

.product-task-list li {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.product-task-list span {
  color: var(--accentGreen);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.theme-switch-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.theme-switch-preview span:nth-child(2) {
  color: #231d30;
  background: rgba(245, 240, 255, 0.86);
}

.theme-switch-preview span:nth-child(3) {
  color: var(--accentBlue);
}

.download-card {
  display: grid;
  justify-self: end;
  width: min(100%, 430px);
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(245, 240, 255, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 0%, rgba(232, 99, 122, 0.16), transparent 34%),
    rgba(26, 21, 37, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

.download-card .primary-cta,
.download-card .secondary-link {
  width: 100%;
}

.site-footer {
  flex-wrap: wrap;
  gap: 18px 24px;
}

.product-footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.copyright {
  flex-basis: 100%;
  margin: 0;
  color: rgba(155, 143, 176, 0.74);
  font-size: 0.88rem;
  text-align: right;
}

@media (max-width: 1040px) {
  .zone-grid,
  .product-feature-grid,
  .two-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-linking-card,
  .product-feature-grid .bento-wide {
    grid-column: span 2;
  }

  .download-card {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .hero-actions,
  .hero-actions .primary-cta,
  .hero-actions .secondary-link {
    width: 100%;
  }

  .product-float-card {
    right: 0;
    bottom: 42px;
  }

  .zone-grid,
  .product-feature-grid,
  .two-card-grid,
  .screen-grid {
    grid-template-columns: 1fr;
  }

  .zone-card {
    min-height: auto;
  }

  .product-linking-card,
  .product-feature-grid .bento-wide {
    grid-column: auto;
  }

  .product-linking-card {
    min-height: 410px;
  }

  .screen-card {
    min-height: 136px;
  }

  .download-card {
    width: 100%;
  }

  .product-footer-links {
    justify-content: flex-start;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .home-hero-card strong {
    font-size: 2.8rem;
  }

  .product-bento .app-card {
    min-height: 104px;
    padding: 14px;
  }

  .compact-note-card p {
    font-size: 1.08rem;
  }

  .product-float-card {
    display: none;
  }
}

.header-cta.app-link-pending,
.primary-cta.app-link-pending,
.download-card .primary-cta.app-link-pending {
  border: 1px solid rgba(245, 240, 255, 0.11) !important;
  color: rgba(245, 240, 255, 0.7) !important;
  cursor: not-allowed;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(245, 240, 255, 0.11), rgba(245, 240, 255, 0.045)),
    rgba(35, 29, 48, 0.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.18) !important;
  filter: saturate(0.42) grayscale(0.35);
  transform: none !important;
}

.header-cta.app-link-pending::after,
.primary-cta.app-link-pending::after,
.download-card .primary-cta.app-link-pending::after {
  display: none !important;
}
