:root {
  --bg: #07111f;
  --bg-soft: #0d1b30;
  --panel: rgba(7, 17, 31, 0.78);
  --panel-strong: rgba(10, 23, 40, 0.96);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f8fbff;
  --muted: #aab7cb;
  --lime: #d5ff5f;
  --coral: #ff7a59;
  --sky: #62d0ff;
  --aqua: #66f0cf;
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(98, 208, 255, 0.2), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 122, 89, 0.18), transparent 22%),
    linear-gradient(160deg, #030814 0%, #07111f 45%, #0e1d33 100%);
  color: var(--text);
}

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

button {
  font: inherit;
}

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

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.7;
  pointer-events: none;
}

.orb-a {
  top: 7rem;
  left: -4rem;
  width: 18rem;
  height: 18rem;
  background: rgba(102, 240, 207, 0.24);
}

.orb-b {
  right: -5rem;
  top: 28rem;
  width: 20rem;
  height: 20rem;
  background: rgba(213, 255, 95, 0.15);
}

.grid-noise {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 86%);
  pointer-events: none;
}

.topbar,
main {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lime), var(--sky));
  color: #041018;
  font-family: "Unbounded", sans-serif;
  font-size: 0.9rem;
  text-transform: lowercase;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav {
  display: inline-flex;
  gap: 1.4rem;
  color: var(--muted);
}

.nav a:hover,
.nav-cta:hover {
  color: var(--text);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.nav-cta,
.button-primary {
  background: linear-gradient(135deg, var(--lime), #86ffe1);
  color: #041018;
  box-shadow: 0 14px 30px rgba(134, 255, 225, 0.18);
}

.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2rem;
  padding: 5rem 0 4rem;
  position: relative;
}

.hero-single {
  grid-template-columns: 1fr;
  min-height: 42rem;
  align-items: center;
}

.hero-center {
  text-align: center;
  max-width: 54rem;
  margin: 0 auto;
}

.hero-center .hero-text {
  margin-left: auto;
  margin-right: auto;
}

.hero-center .hero-actions {
  justify-content: center;
}

.hero-copy h1,
.section-head h2,
.showcase-card h2,
.consent-copy h2,
.download-panel h2,
.inner-hero h1,
.statement-panel h2,
.download-stage-main h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  line-height: 0.95;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 10vw, 7rem);
  text-transform: lowercase;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--aqua);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

.hero-text,
.section-head,
.showcase-card p,
.privacy-card p,
.privacy-note p,
.consent-copy p,
.download-panel p,
.policy-card p,
.statement-panel p,
.download-stage-main p,
.portal-card p,
.step-card p {
  color: var(--muted);
}

.hero-text {
  max-width: 38rem;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 1.3rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0;
}

.meme-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.meme-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li,
.mini-card,
.status-pill,
.privacy-card,
.privacy-note,
.feature-card,
.hero-card,
.showcase-card,
.consent-card,
.download-panel,
.portal-card,
.policy-card,
.statement-panel,
.download-stage-main,
.step-card {
  backdrop-filter: blur(12px);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-points li {
  padding: 1rem;
  border-radius: 22px;
  color: var(--text);
  font-size: 0.95rem;
}

.hero-card {
  border-radius: 34px;
  padding: 1.3rem;
  align-self: end;
}

.status-pill {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px rgba(213, 255, 95, 0.7);
}

.card-screen {
  border-radius: 28px;
  min-height: 19rem;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(98, 208, 255, 0.14), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.screen-line {
  height: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 0.9rem;
}

.screen-line-accent {
  width: 36%;
  background: linear-gradient(90deg, var(--coral), var(--sky));
}

.screen-line-long {
  width: 92%;
}

.screen-line-mid {
  width: 68%;
}

.screen-badge {
  display: inline-flex;
  margin-top: 8rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.62);
  color: var(--lime);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.stats article {
  display: grid;
  gap: 0.35rem;
}

.stats strong {
  font-size: 1.3rem;
}

.stats span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hangers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hanger {
  position: absolute;
  top: -1rem;
  animation: sway 4.5s ease-in-out infinite;
  transform-origin: top center;
}

.hanger-left {
  left: 4%;
}

.hanger-right {
  right: 8%;
  animation-delay: -1.4s;
}

.hanger-mid {
  left: 58%;
  top: 2rem;
  animation-delay: -2.2s;
}

.rope {
  display: block;
  width: 2px;
  height: 6rem;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.08));
}

.character {
  position: relative;
  width: 5.8rem;
  height: 5.8rem;
  margin-top: -0.2rem;
  border-radius: 30% 30% 40% 40%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.character::before,
.character::after {
  content: "";
  position: absolute;
  top: -0.45rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: inherit;
}

.character::before {
  left: 0.65rem;
}

.character::after {
  right: 0.65rem;
}

.character-lime {
  background: linear-gradient(180deg, #d8ff6c, #9edb27);
}

.character-coral {
  background: linear-gradient(180deg, #ff9d77, #ff6947);
}

.character-sky {
  background: linear-gradient(180deg, #81e7ff, #3db8ff);
}

.eye,
.mouth {
  position: absolute;
  background: #062033;
}

.eye {
  top: 2rem;
  width: 0.48rem;
  height: 0.9rem;
  border-radius: 999px;
}

.eye:first-of-type {
  left: 1.7rem;
}

.eye:nth-of-type(2) {
  right: 1.7rem;
}

.mouth {
  bottom: 1.35rem;
  left: 50%;
  width: 1.4rem;
  height: 0.32rem;
  border-radius: 999px;
  transform: translateX(-50%);
}

.features,
.privacy,
.consent,
.download,
.showcase {
  padding: 3rem 0;
}

.section-head {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.section-head h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.feature-grid,
.privacy-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.feature-card,
.privacy-card,
.showcase-card,
.consent-card,
.download-panel,
.portal-card,
.policy-card,
.statement-panel,
.download-stage-main,
.step-card {
  border-radius: 28px;
  padding: 1.5rem;
}

.feature-card {
  min-height: 14rem;
  transition: transform 180ms ease;
}

.tilt-card:hover {
  transform: translateY(-4px) rotate(-1deg);
}

.feature-index {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--aqua);
  font-weight: 700;
}

.feature-card h3,
.privacy-card h3,
.privacy-note h3,
.consent-card h3,
.portal-card h3,
.step-card h3 {
  margin-top: 0;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.inline-links a {
  color: var(--aqua);
}

.showcase {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 1.2rem;
  align-items: center;
}

.floating-stack {
  position: relative;
  min-height: 16rem;
}

.mini-card {
  position: absolute;
  padding: 1rem 1.2rem;
  border-radius: 22px;
  font-weight: 700;
}

.mini-a {
  top: 0;
  right: 10%;
  animation: floaty 4s ease-in-out infinite;
}

.mini-b {
  top: 4.8rem;
  left: 6%;
  animation: floaty 5s ease-in-out infinite -1s;
}

.mini-c {
  bottom: 0.5rem;
  right: 22%;
  animation: floaty 4.6s ease-in-out infinite -2s;
}

.privacy-note {
  margin-top: 1.2rem;
  border-radius: 28px;
  padding: 1.4rem 1.5rem;
}

.reset-button {
  margin-top: 0.8rem;
}

.consent {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 1.2rem;
  align-items: start;
}

.portal-grid,
.policy-grid,
.download-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.portal-grid {
  padding: 0 0 3rem;
}

.portal-card {
  transition: transform 180ms ease, border-color 180ms ease;
}

.portal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(102, 240, 207, 0.35);
}

.page-inner .topbar,
.page-inner .footer,
.inner-main {
  width: min(1100px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.inner-main {
  padding: 2rem 0 4rem;
}

.inner-hero {
  padding: 3rem 0 2rem;
  max-width: 52rem;
}

.inner-hero h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.policy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.2rem;
}

.policy-card h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.statement-panel {
  margin-top: 1.2rem;
}

.download-stage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.2rem;
  align-items: start;
}

.download-stage-main {
  min-height: 22rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(98, 208, 255, 0.18), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 122, 89, 0.16), transparent 24%),
    var(--panel-strong);
}

.download-stage-main::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 10rem;
  height: 10rem;
  border-radius: 36%;
  background: linear-gradient(135deg, var(--lime), var(--sky));
  opacity: 0.2;
  filter: blur(10px);
}

.giant-button {
  min-height: 4rem;
  min-width: min(100%, 24rem);
  margin-top: 1rem;
}

.consent-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

.download-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(213, 255, 95, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(98, 208, 255, 0.12), rgba(255, 122, 89, 0.12)),
    var(--panel-strong);
}

.download-panel::after {
  content: "";
  position: absolute;
  inset: auto -3rem -3rem auto;
  width: 12rem;
  height: 12rem;
  border-radius: 40%;
  background: linear-gradient(135deg, var(--coral), var(--lime));
  filter: blur(10px);
  opacity: 0.18;
}

.footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.consent-banner {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(860px, calc(100% - 1rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(5, 12, 22, 0.94);
  box-shadow: var(--shadow);
  z-index: 20;
}

.consent-banner p {
  margin: 0.3rem 0 0;
  color: var(--muted);
}

.banner-actions {
  display: flex;
  gap: 0.7rem;
  flex-shrink: 0;
}

@keyframes sway {
  0%, 100% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-5deg) translateY(0.5rem);
  }
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.7rem);
  }
}

@media (max-width: 960px) {
  .hero,
  .showcase,
  .consent,
  .download-stage {
    grid-template-columns: 1fr;
  }

  .hero-points,
  .feature-grid,
  .privacy-layout,
  .stats,
  .portal-grid,
  .policy-grid,
  .download-steps {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-top: 3rem;
  }

  .hanger-mid {
    left: auto;
    right: 24%;
  }

  .consent-banner {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .topbar {
    flex-wrap: wrap;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hangers {
    opacity: 0.82;
  }

  .hanger-left {
    left: -0.4rem;
  }

  .hanger-right {
    right: 0;
  }

  .banner-actions,
  .hero-actions {
    flex-direction: column;
  }

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

  .inline-links {
    flex-direction: column;
  }

  .meme-strip {
    align-items: stretch;
  }

  .footer {
    flex-direction: column;
  }
}
