:root {
  --bg: #08111c;
  --bg-soft: #0d1b2d;
  --surface: rgba(11, 24, 39, 0.62);
  --surface-strong: rgba(10, 21, 33, 0.9);
  --line: rgba(255, 255, 255, 0.12);
  --text: #eff4ff;
  --muted: rgba(239, 244, 255, 0.74);
  --accent-a: #7ce1ff;
  --accent-b: #7effb7;
  --accent-c: #ffae6b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(124, 225, 255, 0.18), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(126, 255, 183, 0.14), transparent 24%),
    radial-gradient(circle at 50% 80%, rgba(255, 174, 107, 0.16), transparent 30%),
    linear-gradient(180deg, #07111b 0%, #0b1522 50%, #08111c 100%);
}

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

img {
  max-width: 100%;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.32;
  z-index: 0;
}

.page-shell::before {
  top: -10rem;
  left: -8rem;
  background: rgba(124, 225, 255, 0.32);
}

.page-shell::after {
  right: -10rem;
  bottom: 5rem;
  background: rgba(126, 255, 183, 0.22);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header,
.site-footer,
.statement,
.apps-section,
.trust-section,
.app-detail,
.policy-page,
.support-page {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0 0;
}

.brand,
.site-nav a,
.section-kicker,
.eyebrow,
.app-index,
.visual-label,
.meta-label {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand,
.site-nav a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  gap: 1.25rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 4rem);
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 4rem 1rem 3rem;
}

.hero-copy {
  max-width: 34rem;
}

.eyebrow,
.section-kicker,
.app-index,
.visual-label,
.meta-label {
  margin: 0 0 1rem;
  color: var(--accent-a);
  font-size: 0.76rem;
}

h1,
h2,
h3,
strong,
.brand {
  font-family: "Space Grotesk", sans-serif;
}

h1 {
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: 0.94;
  max-width: 9ch;
}

.hero-text,
.statement p,
.app-copy p,
.trust-grid p,
.detail-copy p,
.policy-copy p,
.support-copy p,
li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 32rem;
  margin: 1.5rem 0 0;
}

.hero-actions,
.link-row,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 600;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background-color 200ms ease;
}

.button:hover,
.button:focus-visible,
.link-row a:hover,
.link-column a:hover,
.site-nav a:hover,
.site-nav a:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, rgba(124, 225, 255, 0.28), rgba(126, 255, 183, 0.2));
}

.button-secondary,
.link-column a,
.link-row a,
.info-chip {
  background: rgba(255, 255, 255, 0.03);
}

.hero-stage {
  position: relative;
  min-height: 38rem;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.7;
}

.orbit-a {
  width: 20rem;
  height: 20rem;
  top: 18%;
  right: 14%;
  background: radial-gradient(circle, rgba(124, 225, 255, 0.6), rgba(124, 225, 255, 0.02) 70%);
  animation: drift 12s ease-in-out infinite;
}

.orbit-b {
  width: 16rem;
  height: 16rem;
  top: 10%;
  right: 6%;
  background: radial-gradient(circle, rgba(126, 255, 183, 0.5), rgba(126, 255, 183, 0.02) 72%);
  animation: drift 16s ease-in-out infinite reverse;
}

.orbit-c {
  width: 22rem;
  height: 22rem;
  top: 46%;
  right: 22%;
  background: radial-gradient(circle, rgba(255, 174, 107, 0.46), rgba(255, 174, 107, 0.02) 68%);
  animation: drift 14s ease-in-out infinite;
}

.float-panel,
.app-visual,
.info-chip,
.detail-card,
.policy-card,
.support-card {
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.float-panel {
  position: absolute;
  width: min(18rem, 42vw);
  padding: 1.1rem 1.2rem;
  border-radius: 26px;
  animation: bob 9s ease-in-out infinite;
}

.float-panel span {
  display: block;
  color: rgba(239, 244, 255, 0.66);
  font-size: 0.82rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.float-panel strong,
.visual-core strong {
  font-size: 1.1rem;
  line-height: 1.35;
}

.panel-left {
  top: 8%;
  left: 8%;
}

.panel-center {
  top: 36%;
  right: 12%;
  animation-delay: -2s;
}

.panel-right {
  bottom: 12%;
  left: 24%;
  animation-delay: -4s;
}

.statement,
.apps-section,
.trust-section,
.app-detail,
.policy-page,
.support-page {
  padding: 4rem 0 2rem;
}

.statement-grid,
.app-feature,
.detail-grid,
.policy-grid,
.support-grid {
  display: grid;
  gap: 2rem;
}

.statement-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  max-width: 13ch;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.app-feature {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  min-height: 34rem;
  padding: 2rem 0;
}

.app-feature.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.app-feature.reverse .app-visual {
  order: 2;
}

.app-feature.reverse .app-copy {
  order: 1;
}

.app-visual {
  position: relative;
  min-height: 30rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.app-visual::before,
.app-visual::after,
.app-hero::before {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
}

.clawmeld-glow::before,
.clawmagotchi-glow::before,
.app-hero::before {
  width: 18rem;
  height: 18rem;
  top: 18%;
  left: 18%;
  background: radial-gradient(circle, rgba(124, 225, 255, 0.75), rgba(124, 225, 255, 0.04) 72%);
  filter: blur(8px);
}

.clawmeld-glow::after,
.clawmagotchi-glow::after {
  width: 14rem;
  height: 14rem;
  right: 14%;
  bottom: 16%;
  background: radial-gradient(circle, rgba(255, 174, 107, 0.68), rgba(255, 174, 107, 0.02) 76%);
  filter: blur(8px);
}

.clawmagotchi-glow::before,
.app-hero.clawmagotchi-theme::before {
  background: radial-gradient(circle, rgba(126, 255, 183, 0.74), rgba(126, 255, 183, 0.04) 72%);
}

.clawmagotchi-glow::after {
  background: radial-gradient(circle, rgba(124, 225, 255, 0.62), rgba(124, 225, 255, 0.02) 74%);
}

.visual-core {
  position: absolute;
  left: 10%;
  bottom: 10%;
  display: grid;
  gap: 0.8rem;
  width: min(22rem, 70%);
}

.visual-label {
  margin: 0;
}

.app-copy {
  max-width: 29rem;
}

.app-copy h3,
.detail-copy h1,
.policy-copy h1,
.support-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 0.98;
}

.app-index {
  margin-bottom: 0.8rem;
}

.link-row a,
.link-column a {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background-color 200ms ease;
}

.link-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.trust-grid > div,
.detail-card,
.policy-card,
.support-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem 0 2.5rem;
  color: rgba(239, 244, 255, 0.58);
  font-size: 0.95rem;
}

.inner-header {
  padding-top: 1.25rem;
}

.app-detail,
.policy-page,
.support-page {
  padding-top: 2rem;
}

.detail-grid,
.policy-grid,
.support-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: start;
}

.detail-copy,
.policy-copy,
.support-copy {
  max-width: 42rem;
}

.info-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.4rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.92rem;
  color: rgba(239, 244, 255, 0.76);
}

.app-hero {
  position: relative;
  min-height: 28rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.app-hero .visual-core {
  left: 12%;
  bottom: 12%;
}

.detail-card h2,
.policy-card h2,
.support-card h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1.2rem;
  margin: 1rem 0 0;
}

li + li {
  margin-top: 0.7rem;
}

.legal-note {
  margin-top: 2rem;
  font-size: 0.95rem;
  color: rgba(239, 244, 255, 0.55);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0.8rem, -1.4rem, 0) scale(1.06);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -0.8rem, 0);
  }
}

@media (max-width: 980px) {
  .hero,
  .app-feature,
  .app-feature.reverse,
  .statement-grid,
  .detail-grid,
  .policy-grid,
  .support-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-stage {
    min-height: 28rem;
  }

  .app-feature.reverse .app-visual,
  .app-feature.reverse .app-copy {
    order: initial;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
  }

  h1 {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

  .hero-stage {
    min-height: 22rem;
  }

  .float-panel {
    width: min(15rem, 72vw);
  }

  .panel-left {
    left: 4%;
  }

  .panel-center {
    right: 4%;
  }

  .panel-right {
    left: 14%;
  }

  .app-visual,
  .app-hero {
    min-height: 23rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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