:root {
  --blue: #003f88;
  --blue-2: #0b5fb3;
  --blue-3: #2d8cff;
  --ice: #cae1fb;
  --ice-2: #edf6ff;
  --white: #ffffff;
  --ink: #07192f;
  --muted: #5a6b7e;
  --line: rgba(15, 83, 157, 0.16);
  --line-strong: rgba(255, 255, 255, 0.24);
  --glass: rgba(255, 255, 255, 0.62);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --logo-plate: #cae1fb;
  --shadow: 0 28px 80px rgba(0, 63, 136, 0.18);
  --shadow-soft: 0 18px 44px rgba(4, 31, 66, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 52% -20%, rgba(255, 255, 255, 0.94), transparent 28rem),
    radial-gradient(circle at top left, rgba(45, 140, 255, 0.2), transparent 34rem),
    radial-gradient(circle at 100% 26%, rgba(202, 225, 251, 0.8), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #edf6ff 46%, #ffffff 100%);
  line-height: 1.6;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(0, 63, 136, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 63, 136, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 74%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto -12vw -22vw auto;
  z-index: -3;
  width: 54vw;
  min-width: 420px;
  aspect-ratio: 1;
  border-radius: 38% 62% 58% 42%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75), transparent 16%),
    radial-gradient(circle at 46% 48%, rgba(202, 225, 251, 0.8), rgba(45, 140, 255, 0.22) 48%, transparent 72%);
  filter: blur(10px);
  opacity: 0.82;
  pointer-events: none;
}

main,
section,
header,
footer,
.site-header,
.hero,
.page-hero,
.section {
  width: 100%;
  max-width: 100%;
}

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

a {
  color: var(--blue);
  text-decoration: none;
  overflow-wrap: anywhere;
}

a:hover {
  text-decoration: none;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  max-width: 100%;
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 1000;
  background: var(--blue);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
}

.skip-link:focus {
  left: 10px;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 90;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 3px;
  background: linear-gradient(90deg, var(--blue-3), var(--ice));
  box-shadow: 0 0 20px rgba(45, 140, 255, 0.55);
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(15, 83, 157, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 252, 255, 0.5)),
    rgba(248, 252, 255, 0.52);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 16px 44px rgba(0, 36, 84, 0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent),
    radial-gradient(circle at var(--header-x, 50%) 50%, rgba(202, 225, 251, 0.48), transparent 22rem);
  opacity: 0.62;
  pointer-events: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 100%;
  min-height: 76px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: -0.045em;
}

.brand {
  font-size: 1.22rem;
}

.brand-logo-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--logo-plate);
  border: 1px solid rgba(0, 63, 136, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 34px rgba(0, 63, 136, 0.22);
  overflow: hidden;
  padding: 5px;
}

.brand-logo {
  max-width: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  object-fit: cover;
  transform: translateY(2%) scale(2.25);
  transform-origin: center;
}

.logo-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  overflow: hidden;
  color: transparent;
  border: 1px solid rgba(0, 63, 136, 0.16);
  background:
    var(--logo-plate)
    url("/assets/clipking-logo.png") center / 46px 46px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 34px rgba(0, 63, 136, 0.22);
}

.brand-wordmark {
  min-width: 0;
  overflow-wrap: normal;
  white-space: nowrap;
  background: linear-gradient(120deg, var(--ink), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  --nav-x: 50%;
  --nav-y: 50%;
  position: relative;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding: 7px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(0, 63, 136, 0.08),
    0 18px 46px rgba(0, 54, 112, 0.1);
}

.nav-links::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--nav-x) var(--nav-y), rgba(202, 225, 251, 0.95), transparent 8rem),
    radial-gradient(circle at calc(var(--nav-x) + 10%) calc(var(--nav-y) + 18%), rgba(45, 140, 255, 0.22), transparent 10rem);
  opacity: 0;
  transition: opacity 220ms ease;
}

.nav-links.is-liquid::before {
  opacity: 1;
}

.nav-links a {
  position: relative;
  z-index: 1;
  color: rgba(7, 25, 47, 0.76);
  border-radius: 999px;
  padding: 10px 13px;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0);
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.36)),
    radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.8), transparent 42%);
  opacity: 0;
  transform: scale(0.86);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.nav-links a.is-pressed {
  color: var(--blue);
  background: rgba(202, 225, 251, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 10px 24px rgba(0, 63, 136, 0.1);
  transform: translateY(-1px);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after,
.nav-links a.is-pressed::after {
  opacity: 1;
  transform: scale(1);
}

.button,
.button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: var(--white);
  font-weight: 900;
  letter-spacing: -0.015em;
  box-shadow: 0 18px 42px rgba(0, 63, 136, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  overflow-wrap: anywhere;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button {
  padding: 14px 22px;
}

.button-small {
  padding: 9px 14px !important;
  color: var(--blue) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(202, 225, 251, 0.62)),
    var(--logo-plate);
  border-color: rgba(0, 63, 136, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 32px rgba(0, 63, 136, 0.14);
}

.button:hover,
.button-small:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(0, 63, 136, 0.3);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue);
  border: 1px solid rgba(15, 83, 157, 0.18);
  box-shadow: 0 12px 32px rgba(4, 31, 66, 0.08);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 70px;
  isolation: isolate;
}

.hero::before,
.hero::after,
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.hero::before {
  width: 54vw;
  height: 54vw;
  max-width: 720px;
  max-height: 720px;
  right: -12vw;
  top: -12vw;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.72), transparent 14%),
    radial-gradient(circle, rgba(45, 140, 255, 0.28), transparent 64%);
}

.hero::after {
  width: 34vw;
  height: 34vw;
  left: -10vw;
  bottom: -16vw;
  background: radial-gradient(circle, rgba(0, 63, 136, 0.16), transparent 68%);
}

.hero-grid,
.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 46px;
  align-items: center;
  min-width: 0;
}

.eyebrow {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 950;
  font-size: 0.78rem;
  margin: 0 0 14px;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0 0 16px;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3rem, 7.4vw, 6.6rem);
}

h2 {
  font-size: clamp(2.1rem, 4.5vw, 4rem);
}

h3 {
  font-size: 1.32rem;
  letter-spacing: -0.035em;
}

p {
  margin: 0 0 16px;
  overflow-wrap: break-word;
}

.lede {
  max-width: 760px;
  color: #26384d;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.phone-duo {
  position: absolute;
  inset: 6px 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(10px, 2vw, 22px);
  perspective: 1400px;
}

.phone-unit {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(224px, 43%);
  justify-items: center;
  gap: 15px;
}

.phone-unit-events {
  transform: translateY(38px);
}

.app-phone {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(202, 225, 251, 0.5) 22%, rgba(0, 63, 136, 0.78) 70%, #07192f),
    #07192f;
  box-shadow:
    inset 0 0 0 1px rgba(0, 26, 61, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 34px 80px rgba(0, 40, 92, 0.34);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 360ms ease;
}

.app-phone-events {
  transform: rotateZ(-4deg);
}

.app-phone-leaderboard {
  transform: rotateZ(4deg);
}

.app-phone:hover {
  z-index: 4;
  transform: translateY(-8px) rotate(0deg) scale(1.035);
  box-shadow:
    inset 0 0 0 1px rgba(0, 26, 61, 0.46),
    0 44px 100px rgba(0, 63, 136, 0.42);
}

.app-phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 852 / 1838;
  border-radius: 31px;
  object-fit: cover;
  image-rendering: auto;
  backface-visibility: hidden;
}

.phone-camera {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 50%;
  width: 34%;
  height: 14px;
  border-radius: 999px;
  background: rgba(4, 18, 36, 0.94);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

.phone-label {
  position: relative;
  z-index: 5;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(0, 63, 136, 0.2);
  backdrop-filter: blur(18px) saturate(170%);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.halo {
  position: absolute;
  inset: 7% 2% auto auto;
  width: 430px;
  aspect-ratio: 1;
  border-radius: 42%;
  background:
    radial-gradient(circle at 38% 35%, rgba(255, 255, 255, 0.96), transparent 16%),
    radial-gradient(circle at 46% 50%, rgba(202, 225, 251, 0.92), transparent 32%),
    radial-gradient(circle at 50% 50%, rgba(45, 140, 255, 0.8), rgba(0, 63, 136, 0.9) 62%, rgba(0, 21, 51, 0.95));
  box-shadow:
    inset 0 0 42px rgba(255, 255, 255, 0.18),
    0 38px 90px rgba(0, 63, 136, 0.32);
  transform: rotate(-8deg);
}

.phone-shell {
  position: absolute;
  right: 28px;
  top: 0;
  width: min(320px, 76vw);
  min-height: 540px;
  border-radius: 46px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(145deg, #07192f, #0e315d);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 42px 100px rgba(0, 28, 70, 0.34);
}

.phone-screen {
  min-height: 508px;
  border-radius: 34px;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx, 72%) var(--my, 12%), rgba(255, 255, 255, 0.32), transparent 18%),
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.26), transparent 18%),
    linear-gradient(180deg, #0b5fb3 0%, #003f88 54%, #07192f 100%);
  color: var(--white);
}

.app-topline,
.leader-row,
.score-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-topline {
  font-weight: 950;
  letter-spacing: -0.03em;
}

.app-badge,
.score-pill,
.mini-chip {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.app-badge,
.mini-chip {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.video-card {
  margin: 44px 0 18px;
  min-height: 214px;
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08)),
    url("/assets/clipking-logo.png") center / 118px no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: end;
}

.score-pill {
  gap: 10px;
  width: 100%;
  border-radius: 22px;
  padding: 12px;
  font-weight: 900;
}

.leaderboard {
  display: grid;
  gap: 10px;
}

.leader-row {
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.float-card {
  position: absolute;
  left: 0;
  bottom: -42px;
  width: min(310px, 70vw);
  padding: 20px;
  border-radius: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.float-card strong {
  display: block;
  color: var(--blue);
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.section {
  position: relative;
  padding: 76px 0;
}

.section.white,
.surface {
  background: rgba(255, 255, 255, 0.74);
}

.section-title {
  max-width: 790px;
  margin-bottom: 30px;
}

.section-title.center,
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: grid;
  gap: 20px;
}

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

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

.card,
.hero-card,
.premium-card,
.notice,
.banner,
.legal-copy {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.54);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(26px) saturate(172%);
}

.card::before,
.hero-card::before,
.premium-card::before,
.notice::before,
.banner::before,
.legal-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, 0.9), transparent 15rem),
    radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(202, 225, 251, 0.6), transparent 23rem);
  opacity: 0.54;
  transition: opacity 180ms ease;
}

.card,
.hero-card,
.premium-card {
  padding: 28px;
}

.card {
  transition:
    transform 190ms ease,
    box-shadow 190ms ease,
    border-color 190ms ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 140, 255, 0.28);
  box-shadow: var(--shadow);
}

.card:hover::before,
.hero-card:hover::before,
.premium-card:hover::before,
.notice:hover::before,
.banner:hover::before,
.legal-copy:hover::before {
  opacity: 0.88;
}

.card p,
.section-title p,
li,
.notice,
.muted {
  color: var(--muted);
}

.number,
.icon-dot {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  margin-bottom: 18px;
  color: var(--white);
  font-weight: 950;
  background: linear-gradient(145deg, var(--blue-2), var(--blue));
  box-shadow: 0 14px 30px rgba(0, 63, 136, 0.22);
}

.list {
  padding-left: 20px;
  margin: 0;
}

.list li + li {
  margin-top: 9px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.stat {
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62));
  border: 1px solid var(--line);
}

.stat strong {
  display: block;
  color: var(--blue);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 46px;
  isolation: isolate;
}

.page-hero::before {
  width: 520px;
  height: 520px;
  right: -180px;
  top: -220px;
  background: radial-gradient(circle, rgba(45, 140, 255, 0.22), transparent 70%);
}

.page-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 80% 10%, rgba(202, 225, 251, 0.62), transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(30px) saturate(172%);
}

.page-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--mx, 78%) var(--my, 12%), rgba(255, 255, 255, 0.88), transparent 13rem),
    radial-gradient(circle at var(--mx, 78%) var(--my, 12%), rgba(202, 225, 251, 0.72), transparent 21rem);
  opacity: 0.78;
}

.timeline {
  display: grid;
  gap: 16px;
  counter-reset: step;
}

.timeline .card {
  position: relative;
  padding-left: 74px;
}

.timeline .card::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 24px;
  top: 26px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--blue);
  font-weight: 950;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.25), transparent 24%),
    linear-gradient(135deg, var(--blue), #07192f);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 74px rgba(0, 63, 136, 0.26);
}

.banner h2,
.banner p {
  color: var(--white);
}

.contact-banner {
  display: grid;
  gap: 26px;
  padding: clamp(30px, 5vw, 54px);
}

.contact-banner::before {
  opacity: 0.08;
}

.contact-banner:hover::before {
  opacity: 0.12;
}

.contact-intro {
  max-width: 720px;
}

.contact-intro h2 {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
}

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

.contact-card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at var(--mx, 86%) var(--my, 10%), rgba(255, 255, 255, 0.14), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(202, 225, 251, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 22px 50px rgba(0, 18, 45, 0.2);
  backdrop-filter: blur(20px) saturate(170%);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.66);
  background:
    radial-gradient(circle at var(--mx, 86%) var(--my, 10%), rgba(255, 255, 255, 0.2), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.25), rgba(202, 225, 251, 0.12));
}

.contact-type {
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--ice);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  max-width: 520px;
  font-size: clamp(1.32rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  overflow-wrap: break-word;
}

.contact-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  color: var(--ice);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-email span {
  display: grid;
  width: clamp(30px, 9vw, 36px);
  height: clamp(30px, 9vw, 36px);
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--blue);
  background: var(--white);
}

.contact-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-support span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-support a {
  color: var(--white);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.notice {
  margin-top: 22px;
  padding: 20px 22px;
  background: rgba(237, 246, 255, 0.82);
}

.legal-shell {
  padding: 52px 0 76px;
}

.legal {
  max-width: 980px;
}

.legal-copy {
  padding: clamp(24px, 4vw, 44px);
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.legal-live {
  max-width: 980px;
}

.legal-pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
  font: inherit;
  color: #24384f;
  line-height: 1.72;
  margin: 0;
}

.legal-pre::selection {
  background: rgba(202, 225, 251, 0.9);
}

.legal-copy h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.legal-copy h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-top: 30px;
}

.footer {
  padding: 38px 0;
  background: #07192f;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  color: var(--white);
  align-items: flex-start;
}

.footer-brand .brand-logo-wrap {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  flex: 0 0 auto;
}

.footer-brand .brand-logo {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}

.footer-rights {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.55;
}

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

.deletion-card {
  padding: clamp(26px, 4vw, 40px);
}

.deletion-card h2,
.deletion-contact h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.deletion-steps,
.deletion-retention,
.deletion-contact {
  grid-column: 1 / -1;
}

.deletion-list {
  margin-top: 22px;
}

.deletion-list > li {
  margin-bottom: 15px;
}

.deletion-sublist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin-top: 14px;
  padding-left: 22px;
}

.deletion-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(45, 140, 255, 0.2);
  border-radius: 18px;
  color: var(--blue) !important;
  background: rgba(202, 225, 251, 0.38);
  font-weight: 800;
}

.deletion-card code {
  padding: 2px 7px;
  border-radius: 8px;
  color: var(--blue);
  background: rgba(202, 225, 251, 0.52);
  font-size: 0.92em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer a {
  color: rgba(255, 255, 255, 0.86);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
  }

  .hero-grid,
  .feature-split,
  .grid.two,
  .grid.three,
  .stat-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-visual {
    min-height: 610px;
  }

  .phone-shell {
    right: 0;
  }

  .float-card {
    left: 6px;
  }

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

  .contact-paths {
    grid-template-columns: 1fr;
  }

  .deletion-steps,
  .deletion-retention,
  .deletion-contact {
    grid-column: auto;
  }

  .banner,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.45rem, 15vw, 3.35rem);
    letter-spacing: -0.045em;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }

  .brand-wordmark {
    font-size: 1.08rem;
  }

  .nav-links {
    border-radius: 24px;
  }

  .nav-links a {
    flex: 1 1 auto;
    padding: 8px 9px;
    text-align: center;
  }

  .cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-row .button,
  .cta-row .button-small {
    width: 100%;
  }

  .hero,
  .page-hero,
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .phone-duo {
    gap: 6px;
  }

  .phone-unit {
    width: 47%;
    gap: 10px;
  }

  .app-phone {
    padding: 5px;
    border-radius: 27px;
  }

  .app-phone img {
    border-radius: 22px;
  }

  .phone-camera {
    top: 9px;
    height: 10px;
  }

  .phone-unit-events {
    transform: translateY(26px);
  }

  .app-phone-events {
    transform: rotateZ(-3deg);
  }

  .app-phone-leaderboard {
    transform: rotateZ(3deg);
  }

  .phone-label {
    padding: 6px 10px;
    font-size: 0.68rem;
  }

  .phone-shell {
    width: 282px;
    min-height: 470px;
    padding: 12px;
  }

  .phone-screen {
    min-height: 446px;
    border-radius: 30px;
    padding: 16px;
  }

  .video-card {
    min-height: 174px;
    margin-top: 34px;
  }

  .halo {
    width: 310px;
  }

  .float-card {
    width: min(300px, 84vw);
    bottom: -18px;
    padding: 16px;
  }

  .float-card strong {
    font-size: 1.35rem;
  }

  .deletion-sublist {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 230px;
  }

  .contact-email {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .contact-support {
    align-items: flex-start;
    flex-direction: column;
  }

  .card,
  .hero-card,
  .premium-card,
  .page-panel,
  .banner {
    padding: 22px;
  }

  .timeline .card {
    padding-left: 22px;
    padding-top: 72px;
  }

  .timeline .card::before {
    left: 22px;
    top: 22px;
  }
}
