:root {
  --lime: #c6f21a;
  --lime-deep: #8fbf00;
  --mustard: #e0ae3a;
  --sky: #3e8fd6;
  --ink: #101714;
  --muted: #66756c;
  --fog: #e8f0e4;
  --fog-2: #d9e6d4;
  --night: #0b1210;
  --ok: #1f8a4c;
  --danger: #d64545;
  --bg: var(--night);
  --text: var(--fog);
  --secondary: rgba(232, 240, 228, 0.62);
  --surface: rgba(255, 255, 255, 0.035);
  --line: rgba(232, 240, 228, 0.12);
  --ui: "Figtree", sans-serif;
  --display: "Syne", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--night);
  color: var(--fog);
  font-family: var(--ui);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.wrapper {
  max-width: 1360px;
  margin: auto;
  padding-left: 56px;
  padding-right: 56px;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--lime);
  z-index: 100;
}
.header {
  max-width: 1480px;
  height: 102px;
  margin: auto;
  padding: 0 56px;
  display: flex;
  gap: 44px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  line-height: 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.brand-mark {
  display: block;
  height: 38px;
  width: auto;
}
.brand-mark-icon {
  display: none;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 31px;
  margin: auto;
  font-size: 14px;
  color: var(--secondary);
}
.header nav a:hover,
.login-link:hover {
  color: var(--lime);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}
.button {
  background: var(--lime);
  color: var(--ink);
  border: 1px solid var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  border-radius: 12px;
  padding: 17px 23px;
  font-size: 16px;
  font-weight: 700;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.25s;
}
.button:hover {
  background: #d3ff32;
  box-shadow: 0 7px 30px #c6f21a1a;
}
.button > span {
  font-size: 23px;
  line-height: 1;
}
.button-small {
  padding: 11px 17px;
  font-size: 14px;
  gap: 19px;
  border-radius: 8px;
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 35px;
  position: relative;
}
.hero-topline,
.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
.hero-topline {
  color: #97a78c;
}
.hero-topline > span {
  display: flex;
  gap: 9px;
  align-items: center;
}
.hero-topline i {
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 13px #c6f21a55;
}
.hero-topline > span + span {
  color: #5c6b62;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12px;
  min-height: 610px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 49px 0 53px;
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(49px, 5.65vw, 79px);
  font-weight: 700;
  line-height: 1.055;
  letter-spacing: -3.8px;
  white-space: nowrap;
}
.line {
  display: block;
}
.lime {
  color: var(--lime);
}
.period {
  display: inline;
}
.hero-copy > p {
  margin-top: 28px;
  color: var(--secondary);
  line-height: 1.75;
  font-size: 17px;
}
.hero-actions {
  margin-top: 31px;
  display: flex;
  gap: 23px;
  align-items: center;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
}
.text-button > span {
  font-size: 22px;
}
.text-button:hover {
  color: var(--lime);
}
.hero-note {
  display: flex;
  gap: 20px;
  color: #7d8b81;
  font-size: 12px;
  margin-top: 23px;
}
.hero-note > span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.hero-note > span:before {
  content: "✓";
  color: var(--lime);
}
.hero-stage {
  height: 570px;
  position: relative;
  isolation: isolate;
  min-width: 0;
  background: radial-gradient(ellipse at 60% 48%, #9bb52815, transparent 65%);
  border-radius: 32px;
  overflow: hidden;
}
.stage-word {
  position: absolute;
  font-family: var(--display);
  font-weight: 800;
  font-size: 110px;
  letter-spacing: -5px;
  color: #a6c07907;
  -webkit-text-stroke: 1px #adca9020;
  top: 105px;
  left: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
  z-index: -1;
}
.stage-orbit {
  position: absolute;
  border: 1px solid #d1eaa212;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.orbit-two {
  width: 330px;
  height: 330px;
  border-style: dashed;
  opacity: 0.6;
}
.stage-top {
  position: absolute;
  top: 36px;
  left: 45px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  color: #728069;
  font-size: 9px;
  letter-spacing: 2px;
  z-index: 3;
  pointer-events: none;
}
.stage-top span:last-child {
  color: var(--lime);
}
#three-stage {
  position: absolute;
  inset: 0;
  outline-offset: -8px;
  touch-action: pan-y;
  cursor: grab;
}
#three-stage.dragging {
  cursor: grabbing;
}
#three-stage canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  touch-action: pan-y;
}
#scene-fallback {
  position: absolute;
  width: 90%;
  height: 75%;
  top: 12%;
  left: 5%;
  object-fit: cover;
  opacity: 0.35;
  border-radius: 24px;
}
#scene-loading {
  position: absolute;
  left: 10%;
  bottom: 20%;
  font-size: 13px;
  color: var(--secondary);
}
.object-tag {
  position: absolute;
  top: 115px;
  right: 0;
  color: #8f9d7f;
  letter-spacing: 1.5px;
  font-size: 10px;
  line-height: 1.7;
  pointer-events: none;
}
.object-tag strong {
  font-weight: 600;
  color: var(--lime);
}
.stage-bottom {
  position: absolute;
  bottom: 32px;
  left: 43px;
  right: 13px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 3;
}
.stage-bottom > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c4d0b7;
  font-size: 12px;
}
.drag-symbol {
  font-size: 21px;
  color: var(--lime);
}
.stage-bottom button {
  border: 1px solid #d8efb325;
  background: #1a2216;
  color: var(--fog);
  font-size: 20px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 1;
}
.stage-bottom button:hover {
  border-color: var(--lime);
}
.scene-settings {
  display: flex;
  position: absolute;
  right: 18px;
  bottom: 39px;
  gap: 9px;
  z-index: 4;
}
.swatch {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: var(--lime);
  outline-offset: 4px;
  position: relative;
}
.swatch:before {
  content: "";
  position: absolute;
  inset: -5px;
}
.swatch[data-color="sky"] {
  background: var(--sky);
}
.swatch[data-color="mustard"] {
  background: var(--mustard);
}
.swatch.active {
  outline: 1px solid #b6c59e;
}
.hero-footer {
  padding: 0 0 27px;
  color: #6d7e72;
  letter-spacing: 1.5px;
  font-size: 9px;
}
.hero-footer a {
  color: #a1af96;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-footer a > span {
  font-size: 23px;
}
.ticker {
  background: var(--lime);
  color: var(--ink);
  padding: 14px 0;
  overflow: hidden;
  position: relative;
  transform: rotate(-1deg);
  width: calc(100% + 2px);
  margin-top: 10px;
}
.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 43px;
  animation: marquee 34s linear infinite;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.4px;
}
.ticker-track b {
  font-size: 26px;
}
.ticker button {
  position: absolute;
  right: 14px;
  top: 9px;
  width: 35px;
  height: 35px;
  border: 1px solid #10171433;
  background: var(--lime);
  color: var(--ink);
  border-radius: 50%;
  font-weight: 700;
  box-shadow: 0 0 18px 12px var(--lime);
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.eyebrow {
  font-family: var(--ui);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #9bac91;
}
.benefits {
  padding-top: 140px;
  padding-bottom: 110px;
}
.benefits .section-heading {
  display: block;
  max-width: 920px;
  margin-bottom: 36px;
}
.benefits h2 {
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.04;
  letter-spacing: -2.6px;
  margin-top: 18px;
}
.why-problem {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 36px 64px;
  align-items: start;
  margin-bottom: 52px;
  max-width: 1180px;
}
.why-lead,
.why-resolve {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  color: var(--secondary);
}
.why-resolve {
  color: var(--fog);
  font-weight: 500;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
h2 {
  font-family: var(--display);
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -2px;
  font-weight: 600;
}
.section-heading h2 {
  margin-top: 21px;
}
.section-heading h2 span,
.how h2 span {
  color: var(--lime);
}
.section-heading > p {
  color: var(--secondary);
  font-size: 17px;
  line-height: 1.65;
  padding-bottom: 4px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.benefit-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  will-change: transform;
  transition: border-color 0.25s;
  transform-style: preserve-3d;
}
.benefit-card:hover {
  border-color: #c6f21a55;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-top > span:last-child {
  font-size: 12px;
  color: #728268;
}
.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid #c6f21a26;
  display: grid;
  place-items: center;
  color: var(--lime);
  background: #c6f21a06;
}
.feature-icon svg {
  height: 28px;
  width: 28px;
}
.benefit-card h3 {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.1px;
  line-height: 1.12;
  margin: 40px 0 18px;
}
.benefit-card p {
  font-size: 17px;
  color: var(--secondary);
  line-height: 1.65;
  max-width: none;
  flex: 1;
}
.card-foot {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8f9d81;
  font-size: 11px;
  letter-spacing: 1.6px;
}
.card-foot span {
  font-size: 22px;
  line-height: 1;
  color: var(--lime);
}
.space-section {
  padding-bottom: 100px;
}
.space-photo {
  height: 560px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #172019;
}
.space-photo > img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  position: absolute;
  top: -10%;
  transform: translateY(var(--photo-shift, 0px));
  will-change: transform;
}
.space-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0b1210c9, transparent 85%),
    linear-gradient(0deg, #0b121066, transparent 60%);
}
.space-caption {
  position: absolute;
  top: 65px;
  left: 55px;
}
.space-caption > span {
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #d6ddc8;
}
.space-caption h2 {
  font-size: 89px;
  font-weight: 600;
  line-height: 1.05;
  margin-top: 25px;
  letter-spacing: -4px;
}
.space-caption em {
  font-style: normal;
  color: var(--lime);
}
.photo-credit {
  position: absolute;
  bottom: 27px;
  left: 30px;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #ced6beaa;
}
.space-pill {
  position: absolute;
  right: 28px;
  bottom: 27px;
  background: #0b121080;
  backdrop-filter: blur(16px);
  border: 1px solid #d5dfbb35;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 9px;
  letter-spacing: 1.5px;
}
.space-pill > span {
  font-size: 23px;
  color: var(--lime);
}
.how {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-top: 0;
  padding-bottom: 112px;
}
.how h2 {
  margin-top: 23px;
}
.how-title > p {
  font-size: 16px;
  color: var(--secondary);
  margin-top: 20px;
}
.button-outline {
  margin-top: 27px;
  color: var(--fog);
  background: transparent;
  border-color: #cfdfb836;
}
.button-outline:hover {
  background: #c6f21a0a;
  color: var(--lime);
}
.steps {
  padding-top: 4px;
}
.steps article {
  display: flex;
  gap: 29px;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}
.steps article:first-child {
  padding-top: 0;
}
.steps article > span {
  font-size: 36px;
  color: var(--lime);
  font-family: var(--display);
  line-height: 1.2;
  letter-spacing: -1.5px;
  min-width: 55px;
}
.steps h3 {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.steps p {
  font-size: 16px;
  color: var(--secondary);
  max-width: 340px;
  line-height: 1.65;
  margin-top: 10px;
}
.statement {
  background: var(--fog);
  color: var(--ink);
  padding: 73px 0 80px;
  position: relative;
  overflow: hidden;
}
.statement .wrapper {
  position: relative;
}
.statement .eyebrow {
  color: var(--muted);
}
.statement-text {
  font-family: var(--display);
  font-size: clamp(33px, 4.4vw, 60px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -2.4px;
  margin-top: 25px;
}
.statement-text > span {
  color: var(--muted);
}
.circle-link {
  position: absolute;
  bottom: 5px;
  right: 58px;
  width: 86px;
  height: 86px;
  background: var(--lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 48px;
  line-height: 1;
  transition:
    transform 0.25s,
    background 0.25s;
}
.circle-link:hover {
  background: var(--lime-deep);
}
.faq {
  padding-top: 105px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq .section-heading {
  display: block;
}
.faq .section-heading > p {
  margin-top: 25px;
}
.faq-list {
  padding-top: 10px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0;
  font-size: 17px;
  font-weight: 500;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > span {
  border: 1px solid var(--line);
  width: 29px;
  height: 29px;
  min-width: 29px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: var(--lime);
  line-height: 1;
  transition: transform 0.25s;
}
.faq details[open] summary > span {
  transform: rotate(45deg);
  border-color: var(--lime);
}
.faq details p {
  color: var(--secondary);
  font-size: 16px;
  line-height: 1.7;
  padding: 0 40px 25px 0;
}
.last-cta {
  max-width: 1248px;
  background: var(--lime);
  color: var(--ink);
  border-radius: 24px;
  padding: 35px 45px 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 75px;
}
.cta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
.cta-top > span:not(:first-child) {
  font-size: 26px;
}
.last-cta h2 {
  font-size: clamp(48px, 6.5vw, 91px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -4.5px;
  margin: 27px 0 30px;
}
.last-cta h2 > span {
  color: #101714;
}
.cta-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.cta-bottom p {
  font-size: 17px;
  line-height: 1.4;
  color: #33400b;
}
.button-dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--fog);
  min-width: 228px;
}
.button-dark:hover {
  background: #293a1c;
  color: var(--lime);
}
footer {
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 18px 0 36px;
  border-bottom: 1px solid var(--line);
}
.footer-top .brand-mark {
  height: 32px;
}
.footer-top > p {
  font-size: 14px;
  color: var(--secondary);
}
.back-top {
  margin-left: auto;
  color: #acbba0;
  font-size: 13px;
}
.back-top:hover {
  color: var(--lime);
}
.footer-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #77836f;
  letter-spacing: 1.1px;
}
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 30px;
  padding-bottom: 90px;
  align-items: start;
  min-height: calc(100vh - 235px);
}
.back {
  font-size: 14px;
  color: var(--secondary);
  display: inline-block;
  margin-bottom: 50px;
}
.auth-story h1 {
  font-family: var(--display);
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -2.5px;
  margin: 24px 0;
}
.auth-story h1 > span {
  color: var(--lime);
}
.auth-story > p {
  color: var(--secondary);
  font-size: 18px;
}
.auth-photo {
  height: 230px;
  position: relative;
  margin-top: 35px;
  border-radius: 20px;
  overflow: hidden;
}
.auth-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, #0b1210b0);
}
.auth-photo span {
  position: absolute;
  bottom: 22px;
  left: 24px;
  font-size: 12px;
  letter-spacing: 3px;
  z-index: 1;
  color: var(--lime);
}
.auth-card {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 32px;
  border-radius: 24px;
  margin-top: 29px;
}
.auth-switch {
  display: flex;
  padding: 4px;
  background: #ffffff05;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 30px;
}
.auth-switch a {
  flex: 1;
  text-align: center;
  font-size: 14px;
  padding: 9px;
  color: var(--secondary);
  border-radius: 8px;
}
.auth-switch a.active {
  background: var(--lime);
  color: var(--ink);
  font-weight: 600;
}
.auth-card h2 {
  font-size: 32px;
  letter-spacing: -1px;
}
.auth-card > p {
  font-size: 16px;
  color: var(--secondary);
  margin-top: 8px;
  margin-bottom: 24px;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--fog);
  margin-bottom: 17px;
}
input {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #e8f0e426;
  border-radius: 8px;
  padding: 12px 13px;
  background: #0b121088;
  color: var(--fog);
  font-size: 16px;
  min-width: 0;
}
input:focus {
  outline: none;
  border-color: var(--lime);
  box-shadow: 0 0 0 3px #c6f21a11;
}
input::placeholder {
  color: #73816b;
}
label small {
  font-size: 12px;
  color: var(--secondary);
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.password-field {
  position: relative;
}
.password-field input {
  padding-right: 82px;
}
.password-field button {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  background: none;
  border: 0;
  color: #b6c69f;
  font-size: 12px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.demo-note {
  font-size: 12px;
  color: var(--secondary);
  line-height: 1.65;
  margin: 17px 0;
  display: flex;
  align-items: start;
  gap: 9px;
}
.demo-note > span {
  color: var(--lime);
  min-width: 17px;
  height: 17px;
  line-height: 16px;
  border: 1px solid #92a475;
  border-radius: 50%;
  text-align: center;
  margin-top: 2px;
}
.submit-button {
  width: 100%;
  padding: 13px 20px;
}
.form-status {
  font-size: 14px;
  margin-top: 18px;
  color: var(--fog);
  border: 1px solid #c6f21a44;
  background: #c6f21a08;
  padding: 13px;
  border-radius: 8px;
}
.auth-card .auth-bottom {
  font-size: 14px;
  margin: 23px 0 0;
  text-align: center;
}
.auth-bottom a {
  color: var(--lime);
  font-weight: 600;
}
.reveal {
  opacity: 1;
}
.motion-ready .reveal {
  opacity: 0;
  translate: 0 30px;
  transition:
    opacity 0.75s,
    translate 0.75s;
}
.motion-ready .reveal.visible {
  opacity: 1;
  translate: 0 0;
}
.benefit-card:nth-child(2) {
  transition-delay: 0.08s;
}
.benefit-card:nth-child(3) {
  transition-delay: 0.16s;
}
.motion-paused .ticker-track {
  animation-play-state: paused;
}
.motion-paused .reveal {
  opacity: 1;
  translate: 0 0;
  transition: none;
}
.motion-paused .space-photo > img {
  transform: none;
}
.motion-paused .magnetic,
.motion-paused .tilt-card {
  transform: none !important;
}
@media (min-width: 1500px) {
  .hero-grid {
    min-height: 660px;
  }
  .hero-stage {
    height: 610px;
  }
  .hero h1 {
    font-size: 83px;
  }
  .hero-copy {
    padding-top: 57px;
    padding-bottom: 63px;
  }
}
@media (max-width: 1150px) {
  .wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header {
    padding: 0 35px;
    gap: 25px;
  }
  .header nav {
    gap: 22px;
  }
  .nav-actions {
    gap: 18px;
  }
  .hero h1 {
    font-size: 6.15vw;
    letter-spacing: -3px;
  }
  .hero-grid {
    min-height: 550px;
  }
  .hero-stage {
    height: 520px;
  }
  .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
  }
  .hero-note {
    gap: 12px;
  }
  .stage-bottom {
    left: 30px;
  }
  .stage-bottom > span {
    font-size: 11px;
  }
  .scene-settings {
    bottom: 20px;
  }
  .object-tag {
    right: 12px;
  }
  .benefits {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .benefits h2 {
    font-size: clamp(38px, 6vw, 56px);
  }
  .why-problem {
    gap: 28px 40px;
    margin-bottom: 40px;
  }
  .why-lead,
  .why-resolve {
    font-size: 18px;
  }
  .benefit-card {
    padding: 28px;
    min-height: 320px;
  }
  .benefit-card h3 {
    font-size: 26px;
    margin: 32px 0 14px;
  }
  .last-cta {
    margin-left: 35px;
    margin-right: 35px;
  }
  .how {
    gap: 55px;
  }
  .faq {
    gap: 50px;
  }
  .auth-layout {
    gap: 55px;
  }
  .auth-story h1 {
    font-size: 53px;
  }
  .hero-stage .stage-top {
    left: 30px;
  }
  .space-photo {
    height: 490px;
  }
}
@media (max-width: 850px) {
  .header nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 20px;
    right: 20px;
    background: #162016;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px;
    z-index: 30;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 20px 35px #0005;
  }
  .header nav.open {
    display: flex;
  }
  .header {
    position: relative;
    height: 86px;
  }
  .nav-actions {
    margin-left: auto;
  }
  .menu-toggle {
    display: block;
    color: var(--fog);
    font-size: 23px;
    background: none;
    border: 0;
    padding: 3px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 6.6vw;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-note {
    flex-direction: column;
    gap: 5px;
  }
  .hero-stage {
    height: 490px;
  }
  .hero-topline {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .hero-actions .text-button {
    font-size: 13px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 14px 18px;
    gap: 20px;
  }
  .stage-bottom > span {
    font-size: 10px;
    gap: 6px;
  }
  .stage-bottom {
    left: 15px;
    right: 5px;
    gap: 10px;
  }
  .stage-top {
    left: 20px !important;
  }
  .object-tag {
    font-size: 8px;
    right: 5px;
    top: 130px;
  }
  .stage-orbit {
    width: 320px;
    height: 320px;
  }
  .orbit-two {
    width: 250px;
    height: 250px;
  }
  .why-problem {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .benefit-card {
    padding: 26px;
    min-height: 0;
  }
  .benefit-card h3 {
    font-size: 28px;
  }
  .benefit-card p {
    font-size: 16px;
  }
  h2 {
    font-size: 40px;
  }
  .faq {
    gap: 30px;
  }
  .space-caption h2 {
    font-size: 74px;
  }
  .footer-top > p {
    font-size: 12px;
  }
  .auth-layout {
    gap: 32px;
  }
  .auth-card {
    padding: 24px;
  }
  .auth-story h1 {
    font-size: 44px;
  }
  .auth-story > p {
    font-size: 16px;
  }
  .statement-text {
    font-size: 43px;
  }
  .circle-link {
    width: 64px;
    height: 64px;
    font-size: 38px;
    right: 35px;
  }
  .last-cta h2 {
    font-size: 8vw;
    letter-spacing: -3px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 30px;
  }
  .wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    padding: 0 22px;
    gap: 16px;
    height: 79px;
  }
  .header .brand-mark {
    height: 32px;
  }
  .nav-actions .button {
    display: none;
  }
  .nav-actions {
    margin-left: auto;
  }
  .login-link {
    font-size: 13px;
  }
  .header nav {
    top: 70px;
  }
  .hero {
    padding-top: 23px;
  }
  .hero-topline {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero-topline > span + span {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-copy {
    padding: 32px 0 0;
  }
  .hero h1 {
    font-size: clamp(37px, 9.65vw, 60px);
    letter-spacing: -2px;
    line-height: 1.08;
    white-space: normal;
  }
  .hero-copy > p {
    font-size: 16px;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    padding: 15px 18px;
    font-size: 14px;
    gap: 23px;
  }
  .hero-actions .text-button {
    font-size: 12px;
    gap: 8px;
  }
  .hero-note {
    flex-direction: row;
    gap: 17px;
    font-size: 10px;
    margin-top: 20px;
  }
  .hero-stage {
    height: 365px;
    margin: 9px -13px 0;
  }
  .stage-top {
    top: 23px;
    font-size: 8px;
    left: 22px !important;
    right: 23px;
  }
  .stage-orbit {
    width: 300px;
    height: 300px;
    top: 49%;
  }
  .orbit-two {
    width: 210px;
    height: 210px;
  }
  .stage-word {
    top: 25px;
    font-size: 88px;
    left: 12px;
  }
  .stage-bottom {
    bottom: 18px;
    left: 25px;
    right: 23px;
    gap: 15px;
  }
  .stage-bottom > span {
    font-size: 11px;
    gap: 8px;
  }
  .stage-bottom button {
    height: 28px;
    width: 28px;
  }
  .scene-settings {
    bottom: 26px;
    right: 24px;
  }
  .object-tag {
    top: 83px;
    right: 23px;
    font-size: 8px;
  }
  .hero-footer {
    padding-bottom: 16px;
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .hero-footer > span {
    max-width: 140px;
  }
  .hero-footer a {
    gap: 10px;
    font-size: 8px;
  }
  .ticker {
    padding: 13px 0;
    margin-top: 7px;
  }
  .ticker-track {
    font-size: 16px;
    gap: 28px;
  }
  .ticker-track b {
    font-size: 21px;
  }
  .ticker button {
    width: 30px;
    height: 30px;
    top: 10px;
    font-size: 12px;
  }
  .benefits {
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .benefits h2 {
    font-size: clamp(34px, 8.4vw, 42px);
    letter-spacing: -1.4px;
  }
  .why-lead,
  .why-resolve {
    font-size: 17px;
    line-height: 1.5;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.7px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .section-heading h2 {
    margin-top: 18px;
  }
  .section-heading > p {
    font-size: 16px;
    margin-top: 20px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .benefit-card {
    padding: 28px 24px;
  }
  .benefit-card h3 {
    font-size: 28px;
    margin: 26px 0 14px;
  }
  .benefit-card p {
    font-size: 16px;
    max-width: none;
  }
  .card-foot {
    margin-top: 24px;
  }
  .space-section {
    padding-bottom: 58px;
  }
  .space-photo {
    height: 440px;
    border-radius: 20px;
  }
  .space-caption {
    top: 35px;
    left: 27px;
  }
  .space-caption > span {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .space-caption h2 {
    font-size: 65px;
    letter-spacing: -3px;
  }
  .space-photo > img {
    object-position: 52% center;
  }
  .space-overlay {
    background:
      linear-gradient(90deg, #0b1210b5, transparent),
      linear-gradient(0deg, #0b121066, transparent);
  }
  .photo-credit {
    left: 23px;
    bottom: 16px;
    font-size: 8px;
  }
  .space-pill {
    bottom: 43px;
    left: 23px;
    right: auto;
    font-size: 8px;
    padding: 12px;
  }
  .how {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 58px;
  }
  .how h2 {
    margin-top: 18px;
  }
  .how-title p {
    margin-top: 18px;
  }
  .steps article {
    gap: 22px;
    padding: 26px 0;
  }
  .steps article > span {
    font-size: 31px;
    min-width: 45px;
  }
  .steps h3 {
    font-size: 22px;
  }
  .steps p {
    font-size: 16px;
    max-width: none;
  }
  .statement {
    padding: 49px 0 54px;
  }
  .statement-text {
    font-size: clamp(27px, 7.2vw, 43px);
    line-height: 1.25;
    letter-spacing: -1.1px;
    margin-top: 21px;
  }
  .circle-link {
    position: static;
    margin-top: 26px;
    width: 54px;
    height: 54px;
    font-size: 32px;
  }
  .faq {
    padding-top: 58px;
    padding-bottom: 53px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .faq .section-heading {
    margin-bottom: 5px;
  }
  .faq .section-heading > p {
    margin-top: 18px;
  }
  .faq-list {
    padding-top: 0;
  }
  .faq summary {
    padding: 23px 0;
    font-size: 16px;
    gap: 12px;
  }
  .faq details p {
    font-size: 16px;
    padding-right: 10px;
  }
  .last-cta {
    margin: 0 20px 46px;
    padding: 24px;
    border-radius: 20px;
  }
  .last-cta h2 {
    font-size: clamp(31px, 7.9vw, 51px);
    letter-spacing: -1.5px;
    margin: 28px 0;
  }
  .cta-top {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .cta-bottom {
    display: block;
  }
  .cta-bottom p {
    font-size: 16px;
  }
  .cta-bottom .button {
    margin-top: 25px;
    min-width: 0;
    width: 100%;
    justify-content: space-between;
  }
  .footer-top {
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px 0 27px;
  }
  .footer-top > p {
    width: 100%;
    order: 3;
    font-size: 13px;
  }
  .back-top {
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 8px;
    padding-bottom: 48px;
  }
  .back {
    margin-bottom: 26px;
    font-size: 13px;
  }
  .auth-story h1 {
    font-size: 43px;
    letter-spacing: -1.5px;
    margin: 18px 0;
  }
  .auth-story > p,
  .auth-photo {
    display: none;
  }
  .auth-card {
    margin-top: 0;
    padding: 23px;
    border-radius: 20px;
  }
  .auth-card h2 {
    font-size: 28px;
  }
  .auth-card > p {
    font-size: 15px;
  }
  .auth-story .eyebrow {
    font-size: 9px;
  }
  .field-row {
    gap: 12px;
  }
  .auth-card label {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .motion-ready .reveal {
    opacity: 1;
    translate: 0 0;
  }
  .space-photo > img {
    transform: none;
  }
  .tilt-card,
  .magnetic {
    transform: none !important;
  }
}
/* Floating navigation and interactive training companion */
body {
  padding-top: 114px;
}
.header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 64px);
  max-width: 1248px;
  height: 76px;
  padding: 0 25px;
  z-index: 50;
  border: 1px solid #e8f0e422;
  border-radius: 20px;
  background: #101714db;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 15px 50px #0005,
    0 1px 0 #ffffff08 inset;
}
.header .brand-mark {
  height: 34px;
}
.header nav {
  gap: 25px;
}
.header .nav-actions {
  gap: 22px;
}
.header .button-small {
  padding: 10px 16px;
}
.hero {
  padding-top: 18px;
}
.hero-grid {
  grid-template-columns: 1.07fr 1fr;
  gap: 24px;
}
.trainer-stage {
  height: 660px;
  background: radial-gradient(ellipse at 50% 40%, #abc93b13, transparent 68%);
  border: 1px solid #e8f0e40a;
  overflow: hidden;
}
.trainer-stage #three-stage {
  top: 70px;
  bottom: 169px;
  z-index: 2;
  touch-action: pan-y;
}
.trainer-stage .stage-orbit {
  top: 42%;
  width: 360px;
  height: 360px;
}
.trainer-stage .orbit-two {
  width: 270px;
  height: 270px;
}
.trainer-stats {
  position: absolute;
  top: 24px;
  left: 27px;
  right: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  pointer-events: none;
}
.trainer-stats > div > span {
  display: block;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #8a9c7d;
}
.trainer-stats > div > strong {
  display: block;
  font-family: var(--display);
  font-size: 19px;
  color: var(--fog);
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-top: 3px;
}
.trainer-stats .rep-stat {
  text-align: right;
}
.trainer-stats .rep-stat strong {
  font-size: 32px;
  color: var(--lime);
  line-height: 1;
}
.trainer-stats .rep-stat span {
  font-size: 8px;
  letter-spacing: 1.2px;
  margin-top: 5px;
}
.trainer-progress {
  position: absolute;
  bottom: 155px;
  left: 29px;
  right: 29px;
  display: flex;
  gap: 13px;
  align-items: center;
  z-index: 4;
}
.trainer-progress > span {
  font-size: 9px;
  letter-spacing: 1px;
  min-width: 64px;
  color: #b2c29e;
}
.trainer-progress > div {
  flex: 1;
  height: 4px;
  background: #e8f0e414;
  border-radius: 10px;
  overflow: hidden;
}
.trainer-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--lime);
  border-radius: 10px;
  transition: width 0.4s;
}
.trainer-progress button {
  background: transparent;
  border: 1px solid #e8f0e41a;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #c3d6ac;
  line-height: 1;
  font-size: 19px;
}
.trainer-controls {
  position: absolute;
  bottom: 19px;
  left: 25px;
  right: 25px;
  z-index: 5;
}
.exercise-tabs {
  display: flex;
  padding: 3px;
  border: 1px solid #e8f0e416;
  background: #0b1210bd;
  border-radius: 10px;
  margin-bottom: 10px;
}
.exercise-tabs button {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--secondary);
  border-radius: 7px;
  font-size: 13px;
  padding: 8px 10px;
  transition:
    background 0.2s,
    color 0.2s;
}
.exercise-tabs button.active {
  color: var(--lime);
  background: #c6f21a12;
}
.train-button {
  padding: 11px 18px;
  width: 100%;
  justify-content: space-between;
  border-radius: 10px;
  font-size: 14px;
}
.train-button:active {
  transform: scale(0.985);
}
.trainer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
}
.trainer-bottom > span {
  font-size: 10px;
  color: #829572;
}
.view-controls {
  display: flex;
  gap: 3px;
}
.view-controls button {
  padding: 4px 6px;
  font-size: 10px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  color: #8f9e82;
}
.view-controls button.active {
  color: var(--lime);
  border-color: #c6f21a30;
  background: #c6f21a08;
}
.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;
}
@media (max-width: 1150px) {
  .header {
    width: calc(100% - 40px);
    gap: 25px;
    padding: 0 22px;
  }
  .header nav {
    gap: 19px;
  }
  .header .nav-actions {
    gap: 16px;
  }
  .trainer-stage {
    height: 635px;
  }
  .hero-grid {
    gap: 12px;
  }
  .trainer-controls {
    left: 20px;
    right: 20px;
  }
  .trainer-bottom {
    flex-wrap: wrap;
  }
  .trainer-bottom > span {
    font-size: 9px;
  }
  .view-controls button {
    font-size: 9px;
    padding: 3px 5px;
  }
}
@media (max-width: 850px) {
  .header nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    margin: 0;
    gap: 20px;
  }
  .header .nav-actions {
    margin-left: auto;
  }
  .hero-grid {
    grid-template-columns: 1.05fr 1fr;
  }
  .trainer-stage {
    height: 610px;
  }
  .trainer-stats {
    left: 20px;
    right: 20px;
  }
  .trainer-stats > div > span {
    font-size: 8px;
  }
  .trainer-stats > div > strong {
    font-size: 16px;
  }
  .trainer-progress {
    left: 20px;
    right: 20px;
  }
  .trainer-bottom {
    justify-content: center;
  }
  .trainer-bottom > span {
    width: 100%;
    text-align: center;
  }
  .trainer-controls {
    bottom: 15px;
  }
  .trainer-progress {
    bottom: 174px;
  }
  .trainer-stage #three-stage {
    bottom: 184px;
  }
  .trainer-stage .stage-orbit {
    width: 280px;
    height: 280px;
  }
  .trainer-stage .orbit-two {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 640px) {
  body {
    padding-top: 91px;
  }
  .header {
    height: 65px;
    top: 12px;
    width: calc(100% - 24px);
    padding: 0 15px;
    gap: 12px;
    border-radius: 16px;
  }
  .header .brand-mark {
    height: 30px;
  }
  .header .nav-actions {
    gap: 10px;
  }
  .header nav {
    top: 73px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero {
    padding-top: 15px;
  }
  .hero-copy {
    padding-top: 27px;
  }
  .trainer-stage {
    height: 570px;
    margin: 27px -3px 16px;
    border-radius: 24px;
  }
  .trainer-stage #three-stage {
    top: 68px;
    bottom: 168px;
  }
  .trainer-stats {
    top: 20px;
    left: 24px;
    right: 24px;
  }
  .trainer-stats > div > strong {
    font-size: 19px;
  }
  .trainer-stats > div > span {
    font-size: 8px;
  }
  .trainer-stats .rep-stat strong {
    font-size: 29px;
  }
  .trainer-controls {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }
  .trainer-progress {
    bottom: 153px;
    left: 23px;
    right: 23px;
  }
  .trainer-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .trainer-bottom > span {
    width: auto;
    font-size: 9px;
    text-align: left;
  }
  .view-controls button {
    font-size: 9px;
    padding: 4px;
  }
  .trainer-stage .stage-orbit {
    width: 300px;
    height: 300px;
    top: 40%;
  }
  .trainer-stage .orbit-two {
    width: 210px;
    height: 210px;
  }
  .train-button {
    padding: 12px 17px;
  }
  .exercise-tabs button {
    font-size: 13px;
  }
  .hero-footer {
    padding-bottom: 14px;
  }
}
@media (max-width: 365px) {
  .trainer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .trainer-bottom > span {
    width: 100%;
    text-align: center;
  }
  .trainer-stage {
    height: 590px;
  }
  .trainer-progress {
    bottom: 174px;
  }
  .trainer-stage #three-stage {
    bottom: 184px;
  }
  .header .brand-mark {
    height: 26px;
  }
}
/* An uncluttered hero, with the character as its dominant visual. */
.hero-grid {
  grid-template-columns: 1fr 1.12fr;
  gap: 0;
  min-height: 715px;
}
.hero-copy {
  z-index: 3;
}
.hero-character {
  height: 715px;
  margin-right: -35px;
  border: 0;
  background: none;
  overflow: visible;
}
.hero-character #three-stage {
  inset: 0 0 45px;
  cursor: pointer;
}
.hero-character #three-stage.dragging {
  cursor: grabbing;
}
.character-halo {
  position: absolute;
  inset: 9% 1% 13%;
  background: radial-gradient(
    ellipse,
    #c6f21a14 0%,
    #c6f21a07 40%,
    transparent 70%
  );
  pointer-events: none;
}
.character-hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a4b595;
  font-size: 12px;
  white-space: nowrap;
}
.click-spark {
  color: var(--lime);
  font-size: 20px;
}
.character-hint #rep-count {
  font-size: 11px;
  color: var(--lime);
  border-left: 1px solid #c6f21a2b;
  padding-left: 11px;
  min-width: 26px;
}
.entry-section {
  padding-top: 8px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}
.entry-copy h2 {
  margin-top: 23px;
}
.entry-copy h2 span {
  color: var(--lime);
}
.entry-copy > p:not(.entry-demo) {
  color: var(--secondary);
  font-size: 17px;
  line-height: 1.8;
  margin-top: 26px;
}
.entry-steps {
  margin-top: 30px;
}
.entry-steps > div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}
.entry-steps > div > span {
  font-family: var(--display);
  font-size: 13px;
  color: var(--lime);
  border: 1px solid #c6f21a2c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.entry-steps p {
  font-size: 16px;
  color: #bcc9b1;
}
.entry-steps strong {
  color: var(--fog);
  font-weight: 600;
}
.entry-try {
  font-size: 14px;
  margin-top: 31px;
  color: var(--lime);
  display: flex;
  align-items: center;
  gap: 11px;
}
.entry-try > span {
  font-size: 25px;
}
.entry-demo {
  font-size: 12px !important;
  color: #798973;
  margin-top: 12px;
}
.phone-experience {
  position: relative;
  min-width: 0;
  isolation: isolate;
}
.phone-aura {
  position: absolute;
  inset: 0 -10% 10%;
  background: radial-gradient(ellipse, #c6f21a0c, transparent 65%);
  pointer-events: none;
}
#phone-stage {
  height: 640px;
  position: relative;
  cursor: grab;
  touch-action: pan-y;
}
#phone-stage:active {
  cursor: grabbing;
}
#phone-stage canvas {
  display: block;
  touch-action: pan-y;
}
#phone-loading {
  position: absolute;
  inset: 45% 0 auto;
  text-align: center;
  color: var(--secondary);
  font-size: 14px;
}
.phone-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 4px;
}
.phone-actions button {
  background: transparent;
  color: var(--secondary);
  border: 0;
  border-bottom: 1px solid #e8f0e423;
  padding: 8px 0;
  font-size: 13px;
}
.phone-actions button:last-child {
  color: var(--lime);
  border-color: #c6f21a40;
}
.phone-actions button:hover {
  color: var(--fog);
}
.phone-actions button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.phone-actions button > span {
  margin-left: 9px;
}
.phone-status {
  text-align: center;
  font-size: 11px;
  color: #819174;
  margin-top: 15px;
  min-height: 18px;
}
.header {
  gap: 24px;
}
.header nav {
  gap: 22px;
}
@media (max-width: 1150px) {
  .hero-grid {
    min-height: 660px;
    grid-template-columns: 1fr 1.08fr;
  }
  .hero-character {
    height: 660px;
    margin-right: -20px;
  }
  .entry-section {
    gap: 28px;
  }
  .header nav {
    gap: 14px;
    font-size: 13px;
  }
  .header .nav-actions {
    gap: 15px;
  }
  #phone-stage {
    height: 590px;
  }
}
@media (max-width: 850px) {
  .hero-grid {
    min-height: 620px;
  }
  .hero-character {
    height: 620px;
    margin-right: -20px;
  }
  .entry-section {
    gap: 20px;
  }
  .entry-copy h2 {
    font-size: 35px;
  }
  .entry-copy > p:not(.entry-demo) {
    font-size: 16px;
  }
  .entry-steps p {
    font-size: 14px;
  }
  #phone-stage {
    height: 550px;
  }
}
@media (max-width: 640px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-character {
    height: 570px;
    margin: 3px -19px 5px;
  }
  .hero-character #three-stage {
    inset: 0 0 32px;
  }
  .character-hint {
    bottom: 12px;
    font-size: 11px;
  }
  .hero-footer {
    padding-top: 11px;
  }
  .entry-section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 2px;
    padding-bottom: 60px;
  }
  .entry-copy h2 {
    font-size: 36px;
  }
  .entry-copy > p:not(.entry-demo) {
    margin-top: 20px;
  }
  .entry-steps {
    margin-top: 24px;
  }
  .entry-steps p {
    font-size: 15px;
  }
  .entry-try {
    margin-top: 23px;
  }
  .entry-demo {
    font-size: 11px !important;
  }
  .phone-experience {
    margin: 0 -10px;
  }
  #phone-stage {
    height: 565px;
  }
  .phone-actions {
    margin-top: -7px;
  }
  .phone-status {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .character-halo,
  .phone-aura {
    animation: none;
  }
}
/* Room for the product, a guided signup, and a curious companion. */
.entry-section {
  max-width: 1480px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  padding-top: 5px;
  padding-bottom: 110px;
}
.entry-copy {
  padding-left: 32px;
}
.phone-experience {
  margin: -40px -15px 0;
}
#phone-stage {
  height: 810px;
}
.phone-actions {
  gap: 27px;
  margin-top: 0;
}
.phone-status {
  margin-top: 15px;
}
.phone-aura {
  inset: 3% -2% 11%;
}
.last-cta {
  margin-top: 180px;
  padding: 0;
  background: none;
  overflow: visible;
  isolation: isolate;
}
.cta-surface {
  position: relative;
  z-index: 2;
  background: var(--lime);
  border-radius: 24px;
  padding: 35px 45px 40px;
}
.last-cta #peek-stage {
  position: absolute;
  right: 25px;
  top: -237px;
  width: 340px;
  height: 365px;
  z-index: 1;
  pointer-events: none;
}
.last-cta #peek-stage canvas {
  display: block;
}
.auth-layout {
  grid-template-columns: 1.03fr 1fr;
  gap: 75px;
  padding-top: 20px;
  padding-bottom: 70px;
  min-height: calc(100vh - 275px);
}
.auth-story .back {
  margin-bottom: 29px;
}
.auth-story h1 {
  font-size: 54px;
  margin: 20px 0 16px;
}
.auth-story > p {
  font-size: 16px;
}
#auth-3d {
  height: 350px;
  position: relative;
  margin: 3px -20px 0;
  touch-action: pan-y;
  cursor: grab;
}
#auth-3d:active {
  cursor: grabbing;
}
#auth-3d canvas {
  display: block;
  touch-action: pan-y;
}
#auth-3d-loading {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  color: var(--secondary);
}
.auth-card-caption {
  font-size: 12px !important;
  color: #819272 !important;
  text-align: center;
  margin-top: -8px !important;
}
.auth-card {
  margin-top: 45px;
  padding: 32px;
  min-height: 520px;
}
.auth-card fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}
.step-counter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #8fa37d;
  font-size: 10px;
  letter-spacing: 1.3px;
}
.step-counter > span:last-child {
  letter-spacing: 0;
  font-size: 12px;
  color: var(--lime);
}
.step-bars {
  display: flex;
  gap: 7px;
  margin-bottom: 25px;
}
.step-bars i {
  height: 3px;
  flex: 1;
  background: #e8f0e417;
  border-radius: 5px;
}
.step-bars i.active {
  background: var(--lime);
}
.auth-card h2 {
  font-size: 29px;
  line-height: 1.18;
}
.auth-card > p {
  font-size: 14px;
  margin-bottom: 26px;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form-actions #step-back {
  background: none;
  border: 0;
  padding: 12px 0;
  font-size: 13px;
  white-space: nowrap;
  color: var(--secondary);
}
.form-actions #step-back:hover {
  color: var(--lime);
}
.form-actions .submit-button {
  flex: 1;
  font-size: 14px;
  gap: 12px;
  min-width: 0;
}
.submit-button:disabled {
  opacity: 0.7;
  cursor: default;
}
.review-profile {
  padding: 8px 0 24px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.review-profile > span {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  border-radius: 16px;
  text-transform: uppercase;
  font-family: var(--display);
  font-weight: 700;
  overflow: hidden;
  position: relative;
}
.review-profile > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-profile > span.has-photo {
  background: rgba(0, 0, 0, 0.22);
  padding: 0;
}
.review-profile strong,
.review-profile small {
  display: block;
  overflow-wrap: anywhere;
}
.review-profile strong {
  font-size: 20px;
  font-family: var(--display);
  font-weight: 600;
}
.review-profile small {
  color: var(--secondary);
  font-size: 13px;
}
.review-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
  font-size: 14px;
}
.review-row > span {
  color: var(--secondary);
}
.review-row > strong {
  font-weight: 500;
  overflow-wrap: anywhere;
  min-width: 0;
  text-align: right;
}
.review-hint {
  font-size: 14px;
  color: #a9bc99;
  margin: 16px 0 24px;
}
.auth-card #auth-title:focus {
  outline: none;
}
@media (max-width: 1150px) {
  .entry-copy {
    padding-left: 0;
  }
  .entry-section {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 15px;
  }
  #phone-stage {
    height: 720px;
  }
  .phone-actions {
    gap: 18px;
  }
  .auth-layout {
    gap: 40px;
  }
  .auth-story h1 {
    font-size: 48px;
  }
  .auth-card {
    padding: 26px;
  }
  .last-cta #peek-stage {
    right: 16px;
  }
}
@media (max-width: 850px) {
  .entry-section {
    grid-template-columns: 1fr 1.1fr;
    gap: 8px;
  }
  #phone-stage {
    height: 650px;
  }
  .phone-actions {
    gap: 14px;
    flex-wrap: wrap;
  }
  .phone-actions button {
    font-size: 12px;
  }
  .auth-layout {
    gap: 28px;
  }
  .auth-story h1 {
    font-size: 41px;
  }
  #auth-3d {
    height: 310px;
    margin: 0 -28px;
  }
  .auth-card {
    padding: 23px;
  }
  .auth-card h2 {
    font-size: 25px;
  }
  .last-cta #peek-stage {
    right: 5px;
    top: -211px;
    width: 300px;
    height: 325px;
  }
  .last-cta {
    margin-top: 155px;
  }
}
@media (max-width: 640px) {
  .entry-section {
    grid-template-columns: 1fr;
    padding-bottom: 65px;
    gap: 15px;
  }
  .phone-experience {
    margin: 5px -20px 0;
  }
  #phone-stage {
    height: 660px;
  }
  .phone-actions {
    gap: 21px;
    margin-top: -10px;
  }
  .phone-actions button {
    font-size: 12px;
  }
  .phone-status {
    padding: 0 20px;
    font-size: 10px;
  }
  .last-cta {
    margin-top: 150px;
    padding: 0;
  }
  .cta-surface {
    padding: 24px;
    border-radius: 20px;
  }
  .last-cta #peek-stage {
    top: -185px;
    right: 6px;
    width: 260px;
    height: 290px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
    padding-top: 8px;
    gap: 15px;
  }
  .auth-story .back {
    margin-bottom: 23px;
  }
  .auth-story h1 {
    font-size: 38px;
    margin: 16px 0 5px;
  }
  .auth-story > p:not(.auth-card-caption) {
    display: none;
  }
  #auth-3d {
    height: 220px;
    margin: -5px 0 -5px;
  }
  .auth-story .auth-card-caption {
    display: block;
    font-size: 10px !important;
    margin-top: -9px !important;
  }
  .auth-card {
    margin-top: 12px;
    min-height: 0;
    padding: 23px;
  }
  .auth-card h2 {
    font-size: 27px;
  }
  .auth-switch {
    margin-bottom: 24px;
  }
  .review-profile strong {
    font-size: 18px;
  }
  .step-bars {
    margin-bottom: 23px;
  }
}
@media (max-width: 370px) {
  #phone-stage {
    height: 580px;
  }
  .phone-actions {
    gap: 15px;
  }
  .last-cta #peek-stage {
    right: -4px;
  }
}
.phone-choice-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 15px auto 0;
}
.phone-choice-controls label {
  font-size: 11px;
  color: var(--secondary);
  margin: 0;
}
.phone-choice-controls select {
  display: block;
  margin-top: 5px;
  background: #172016;
  color: var(--fog);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 13px;
  font-family: var(--ui);
  font-size: 14px;
  min-width: 110px;
}
.phone-choice-controls select:focus {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}
/* A dedicated registration page, without marketing navigation. */
body.standalone-registration{padding-top:0;background:radial-gradient(ellipse at 17% 46%,#c6f21a07,transparent 49%),var(--night)}.standalone-registration .header,.standalone-registration>footer,.standalone-registration .auth-switch,.standalone-registration .auth-bottom,.standalone-registration .scroll-progress{display:none!important}.standalone-registration .auth-layout{min-height:100svh;max-width:1270px;align-items:center;gap:90px;padding-top:45px;padding-bottom:45px}.standalone-registration .auth-story{position:relative}.standalone-registration .auth-story .back{margin-bottom:38px;color:#8ea080}.standalone-registration .auth-story h1{font-size:57px;letter-spacing:-2px}.standalone-registration .auth-story>p:not(.auth-card-caption){max-width:360px;font-size:16px}.standalone-registration #auth-3d{height:410px;margin:5px -48px -5px}.standalone-registration .auth-card-caption{margin-top:-13px!important}.standalone-registration .auth-card{margin:0;padding:38px;min-height:0;border-radius:24px;background:rgba(255,255,255,.035)}.standalone-registration #registration-progress{margin-bottom:30px}.standalone-registration .step-bars{margin-bottom:0}.standalone-registration .auth-card h2{font-size:32px}.standalone-registration .auth-card>p{margin-bottom:31px;font-size:15px}.standalone-registration .demo-note{margin-top:25px}.standalone-registration .form-actions{margin-top:20px}@media(max-width:1050px){.standalone-registration .auth-layout{gap:48px}.standalone-registration .auth-story h1{font-size:48px}.standalone-registration #auth-3d{height:370px;margin-left:-30px;margin-right:-30px}.standalone-registration .auth-card{padding:29px}.standalone-registration .auth-card h2{font-size:28px}}@media(max-width:760px){.standalone-registration .auth-layout{grid-template-columns:1fr;max-width:540px;gap:28px;align-items:start;padding-top:25px;padding-bottom:40px}.standalone-registration .auth-story .back{margin-bottom:25px}.standalone-registration .auth-story h1{font-size:43px;margin:17px 0 0}.standalone-registration .auth-story>p:not(.auth-card-caption){display:none}.standalone-registration #auth-3d{height:265px;margin:-5px -12px -5px}.standalone-registration .auth-story .auth-card-caption{display:block;font-size:11px!important}.standalone-registration .auth-card{padding:27px;margin:0}.standalone-registration .auth-card h2{font-size:29px}.standalone-registration #registration-progress{margin-bottom:24px}}@media(max-width:380px){.standalone-registration .auth-card{padding:22px}.standalone-registration .auth-story h1{font-size:38px}.standalone-registration #auth-3d{height:230px}}
/* The body is clipped behind the banner; the pointing hand sits in front. */
.last-cta #peek-stage{z-index:1;pointer-events:none}
/* A staggered entrance, with the lime line arriving last. */
@keyframes hero-line-enter{from{opacity:0;transform:translateY(28px);filter:blur(5px);clip-path:inset(0 0 100% 0)}to{opacity:1;transform:translateY(0);filter:blur(0);clip-path:inset(0 0 0 0)}}
@keyframes hero-copy-enter{from{opacity:0;translate:0 12px}to{opacity:1;translate:0 0}}
.hero h1 .line{animation:hero-line-enter 1s cubic-bezier(.16,1,.3,1) both;animation-delay:.12s}.hero h1 .line:nth-child(2){animation-delay:.32s}.hero h1 .line:nth-child(3){animation-delay:.54s}.hero-copy>p{animation:hero-copy-enter .8s ease both;animation-delay:.7s}.hero-actions{animation:hero-copy-enter .8s ease both;animation-delay:.84s}.hero-note{animation:hero-copy-enter .8s ease both;animation-delay:.96s}.motion-paused .hero h1 .line,.motion-paused .hero-copy>p,.motion-paused .hero-actions,.motion-paused .hero-note{animation:none;opacity:1;transform:none;translate:none;filter:none;clip-path:none}@media(prefers-reduced-motion:reduce){.hero h1 .line,.hero-copy>p,.hero-actions,.hero-note{animation:none;opacity:1;transform:none;translate:none;filter:none;clip-path:none}}
/* A quiet, welcoming sign-in surface. */
body.standalone-login{padding-top:0;background:radial-gradient(ellipse at 21% 47%,#c6f21a09,transparent 50%),var(--night)}.standalone-login .header,.standalone-login>footer,.standalone-login .auth-switch,.standalone-login .auth-bottom,.standalone-login .scroll-progress{display:none!important}.standalone-login .auth-layout{min-height:100svh;max-width:1240px;grid-template-columns:1.1fr 1fr;gap:95px;align-items:center;padding-top:40px;padding-bottom:40px}.standalone-login .auth-story .back{margin-bottom:34px;font-size:13px;color:#8ca27b}.standalone-login .auth-story h1{font-size:53px;letter-spacing:-2px;margin:22px 0 16px}.standalone-login .auth-story>p:not(.auth-card-caption){font-size:16px;color:var(--secondary);max-width:340px}.standalone-login #auth-3d{height:380px;margin:3px -25px 0;cursor:pointer}.standalone-login .auth-card-caption{font-size:11px!important;text-align:center;margin-top:-12px!important;color:#849777!important}.standalone-login .auth-card{margin:0;min-height:0;padding:38px;border-radius:24px;background:rgba(255,255,255,.035)}.standalone-login .auth-card h2{font-size:35px}.standalone-login .auth-card>p{font-size:15px;margin:12px 0 32px}.standalone-login .auth-card label{margin-bottom:22px}.standalone-login .demo-note{margin:26px 0}.standalone-login .submit-button{padding:15px 20px}.standalone-login .auth-story{animation:hero-copy-enter .8s ease both}.standalone-login .auth-card{animation:hero-copy-enter .8s .16s ease both}@media(max-width:1050px){.standalone-login .auth-layout{gap:48px}.standalone-login .auth-story h1{font-size:45px}.standalone-login .auth-card{padding:29px}.standalone-login #auth-3d{height:350px}}@media(max-width:760px){.standalone-login .auth-layout{grid-template-columns:1fr;max-width:550px;gap:27px;padding-top:24px;padding-bottom:40px}.standalone-login .auth-story .back{margin-bottom:24px}.standalone-login .auth-story h1{font-size:42px;margin-top:17px}.standalone-login .auth-story>p:not(.auth-card-caption){display:block;font-size:14px;max-width:none}.standalone-login #auth-3d{height:280px;margin:-2px 0}.standalone-login .auth-card-caption{display:block!important;font-size:10px!important}.standalone-login .auth-card{padding:27px}.standalone-login .auth-card h2{font-size:31px}.standalone-login .auth-card>p{margin-bottom:27px}}@media(prefers-reduced-motion:reduce){.standalone-login .auth-story,.standalone-login .auth-card{animation:none}}
/* Keep the entire greeter and raised hand inside its own generous stage. */
.standalone-login #auth-3d{height:460px;margin:2px -15px 0;overflow:hidden}.standalone-login .auth-story h1{font-size:48px}.standalone-login .auth-story .back{margin-bottom:25px}.standalone-login .auth-layout{padding-top:28px;padding-bottom:28px}.standalone-login .auth-card-caption{margin-top:0!important}@media(max-width:1050px){.standalone-login #auth-3d{height:420px;margin-left:-10px;margin-right:-10px}.standalone-login .auth-story h1{font-size:43px}}@media(max-width:760px){.standalone-login #auth-3d{height:390px;margin:0}.standalone-login .auth-story h1{font-size:39px}.standalone-login .auth-layout{gap:25px}}@media(max-width:370px){.standalone-login #auth-3d{height:355px}}
/* First-person entrance: one generous architectural scene. */
.entry-cinema{display:block!important;padding-top:110px;padding-bottom:105px}.entry-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:38px}.entry-heading h2{font-family:Syne,sans-serif;font-size:clamp(38px,5.3vw,72px);letter-spacing:-.055em;line-height:1.02;margin:22px 0 0}.entry-heading h2 span{color:var(--lime)}.entry-heading>p{font-size:17px;line-height:1.7;color:var(--secondary);margin-bottom:3px}.entry-theater{position:relative;background:#17211e;border:1px solid #ffffff12;border-radius:28px;overflow:hidden;isolation:isolate;min-width:0}.entry-cinema #phone-stage{height:660px;min-height:0;width:100%;cursor:grab;touch-action:pan-y;margin:0;position:relative}.entry-cinema #phone-stage:active{cursor:grabbing}.entry-cinema #phone-stage canvas{display:block;width:100%;height:100%;position:absolute;inset:0}.entry-scene-label,.entry-scene-bottom{position:absolute;z-index:2;left:28px;right:28px;display:flex;justify-content:space-between;gap:15px;align-items:center;pointer-events:none;font-size:12px;letter-spacing:.14em;color:#e8f0e4a6}.entry-scene-label{top:25px}.entry-scene-label span:last-child{color:var(--lime)}.entry-scene-bottom{bottom:22px}.entry-scene-bottom button{pointer-events:auto;background:#0b1210b3;border:1px solid #e8f0e433;border-radius:30px;padding:10px 16px;color:var(--fog);font:500 14px Figtree;cursor:pointer;letter-spacing:0}.entry-control-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px}.entry-cinema .phone-status{margin:0;text-align:left;font-size:15px;color:var(--fog);min-height:0}.entry-cinema .phone-actions{margin:0;gap:6px;justify-content:flex-end;flex-wrap:wrap}.entry-cinema .phone-actions button{font-size:14px;padding:11px 16px}.entry-cinema .phone-actions button[aria-pressed=true]{color:var(--lime);border-color:#c6f21a55}.entry-footnote{display:flex;gap:28px;align-items:center;margin-top:28px;padding-top:24px;border-top:1px solid #e8f0e41a;color:var(--secondary);font-size:13px}.entry-footnote small{font-size:12px;margin-left:auto}.entry-cinema .phone-choice-controls{justify-content:flex-end;margin-top:15px}.entry-cinema #phone-loading{position:absolute;inset:45% 0 auto;text-align:center;color:var(--fog)}
@media(max-width:760px){.entry-cinema{padding-top:70px;padding-bottom:65px}.entry-heading{display:block;margin-bottom:25px}.entry-heading>p{font-size:16px;margin-top:22px}.entry-cinema #phone-stage{height:610px}.entry-theater{border-radius:20px}.entry-scene-label,.entry-scene-bottom{left:17px;right:17px;font-size:10px;letter-spacing:.08em}.entry-scene-label span:last-child{max-width:120px;text-align:right}.entry-control-row{display:block}.entry-cinema .phone-actions{justify-content:flex-start;margin-top:18px}.entry-cinema .phone-actions button{padding:10px 12px}.entry-footnote{gap:12px;flex-wrap:wrap;font-size:12px}.entry-footnote small{margin:5px 0 0;width:100%}.entry-cinema .phone-choice-controls{justify-content:flex-start}}
@media(prefers-reduced-motion:reduce){.entry-cinema *{scroll-behavior:auto}}
/* First-person blink. Compositor-driven lids stay smooth even without WebGL. */
.entry-eyelids{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.entry-eyelids span{position:absolute;left:-5%;width:110%;height:55%;background:#050907;will-change:transform}.entry-eyelids span:first-child{top:0;border-radius:0 0 50% 50% / 0 0 12% 12%;transform:translateY(-102%)}.entry-eyelids span:last-child{bottom:0;border-radius:50% 50% 0 0 / 12% 12% 0 0;transform:translateY(102%)}.entry-eyelids.is-blinking span:first-child{animation:entry-blink-top .32s ease-in-out both}.entry-eyelids.is-blinking span:last-child{animation:entry-blink-bottom .32s ease-in-out both}@keyframes entry-blink-top{0%,100%{transform:translateY(-102%)}38%,48%{transform:translateY(0)}}@keyframes entry-blink-bottom{0%,100%{transform:translateY(102%)}38%,48%{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.entry-eyelids{display:none}}
.hero-character .character-hint{bottom:7px;padding:10px 16px;border:1px solid #c6f21a40;border-radius:30px;background:#142019;color:#e8f0e4;font-size:13px;max-width:95%;white-space:normal;text-align:center;pointer-events:none}.hero-character .character-hint #rep-count{display:none}.hero-character #three-stage{bottom:58px}@media(max-width:640px){.hero-character #three-stage{bottom:58px}.hero-character .character-hint{bottom:4px;font-size:12px}}
.social-auth{display:grid;gap:10px;margin:26px 0 20px}.social-auth button{width:100%;display:flex;align-items:center;justify-content:center;gap:13px;border:1px solid #e8f0e42b;border-radius:12px;padding:14px 18px;background:#e8f0e406;color:var(--fog);font:600 15px Figtree,sans-serif;cursor:pointer;transition:background .2s,border-color .2s}.social-auth button:hover{background:#e8f0e40c;border-color:#c6f21a88}.social-auth button:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.provider-icon,.social-auth svg{width:21px;height:21px}.google-icon{font-family:Arial,sans-serif;font-size:22px;font-weight:800;line-height:21px}.auth-divider{display:flex;align-items:center;gap:15px;color:#e8f0e47d;font-size:13px;margin:22px 0}.auth-divider::before,.auth-divider::after{content:'';height:1px;flex:1;background:#e8f0e419}.social-status{font-size:14px!important;line-height:1.5;color:var(--lime)!important;margin:12px 0!important}.standalone-login .auth-story h1{font-size:clamp(44px,4.8vw,66px);letter-spacing:-.055em}.standalone-login #auth-3d{height:410px;border-radius:32px;margin:28px 0 15px;background:#17211e;overflow:hidden}.standalone-login .auth-card{padding:34px}.standalone-login .auth-card>p{margin-bottom:18px}.standalone-login .auth-layout{gap:70px;padding-top:40px;padding-bottom:40px}.standalone-login .auth-card-caption{font-size:12px!important}.standalone-login .auth-story{max-width:540px}@media(max-width:760px){.standalone-login #auth-3d{height:300px;margin:22px 0 12px}.standalone-login .auth-layout{gap:28px;padding-top:24px}.standalone-login .auth-card{padding:26px}.standalone-login .auth-story h1{font-size:45px}.social-auth button{padding:14px}}

/* PHP integration: flashes, legal checks, inner public pages */
.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
}
.skip-link:focus {
  left: 16px;
  z-index: 200;
  background: var(--lime);
  color: var(--ink);
  padding: 8px 12px;
  border-radius: 8px;
}
.flash {
  max-width: 1248px;
  margin: 18px auto 0;
  padding: 13px 18px;
  border-radius: 12px;
  border: 1px solid #c6f21a44;
  background: #c6f21a08;
  font-size: 14px;
}
.flash-error {
  border-color: #d6454566;
  background: #d645450f;
}
.flash-success {
  border-color: #1f8a4c55;
  background: #1f8a4c12;
}
.legal-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--secondary);
  font-weight: 400;
  margin: 10px 0;
}
.legal-check input {
  width: auto;
  margin: 3px 0 0;
  accent-color: var(--lime);
}
.legal-check a {
  color: var(--lime);
  font-weight: 600;
}
.page-block {
  padding: 36px 0 90px;
}
.page-block h1,
.page-block h2 {
  font-family: var(--display);
}
.page-block .lead,
.page-block .muted {
  color: var(--secondary);
}
.page-grid,
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.page-block .card,
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
}
.stat-value {
  font-family: var(--display);
  font-size: 32px;
  color: var(--lime);
  margin: 8px 0;
}
.btn,
.btn-primary {
  background: var(--lime);
  color: var(--ink);
  border: 1px solid var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
}
.btn-secondary {
  background: transparent;
  color: var(--fog);
  border: 1px solid #cfdfb836;
}
.btn-block {
  width: 100%;
}
.container {
  max-width: 1360px;
  margin: auto;
  padding-left: 56px;
  padding-right: 56px;
}
.section {
  padding: 72px 0;
}
textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #e8f0e426;
  border-radius: 8px;
  padding: 12px 13px;
  background: #0b121088;
  color: var(--fog);
  font: inherit;
  min-height: 120px;
}
.mfa-note {
  font-size: 14px;
  color: var(--secondary);
  margin-bottom: 18px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 850px) {
  .page-grid,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.standalone-login .auth-forgot,
.standalone-registration .auth-forgot {
  display: block !important;
  margin-top: 18px;
  font-size: 14px;
  color: var(--secondary);
  text-align: center;
}
.standalone-login .auth-forgot a,
.standalone-registration .auth-forgot a {
  color: var(--lime);
  font-weight: 600;
}
#scene-fallback {
  display: none !important;
}
#zajem {
  scroll-margin-top: 28px;
}
.interest-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 32px 48px;
  align-items: center;
  position: relative;
  z-index: 4;
}
.interest-copy {
  max-width: 520px;
}
.last-cta .interest-split .cta-top {
  justify-content: flex-start;
  margin-bottom: 6px;
}
.interest-split .cta-top > span {
  font-size: 12px;
  letter-spacing: 0.18em;
}
.last-cta .interest-split h2,
.interest-page .interest-split h1 {
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -1.6px;
  margin: 8px 0 14px;
  color: #101714;
}
.last-cta .interest-split p,
.interest-page .interest-split .interest-copy p {
  font-size: 17px;
  line-height: 1.5;
  color: #33400b;
  margin: 0;
}
.interest-points {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.interest-points li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #101714;
}
.interest-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #101714;
}
.interest-action {
  min-width: 0;
}
.interest-form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: stretch;
  position: relative;
  z-index: 4;
}
.interest-form input[type="email"] {
  flex: 1;
  min-width: 0;
  width: auto;
  border: 1px solid #10171433;
  background: #fff;
  color: #101714;
  border-radius: 999px;
  padding: 16px 20px;
  font: inherit;
  font-size: 16px;
}
.interest-form input[type="email"]:focus {
  outline: 2px solid #101714;
  outline-offset: 2px;
}
.interest-form .button {
  width: auto;
  min-width: 0;
  flex-shrink: 0;
  justify-content: center;
  gap: 8px;
  padding: 16px 22px;
  border-radius: 999px;
  font-size: 16px;
}
.interest-form .button > span {
  font-size: 18px;
}
.interest-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.interest-note {
  margin: 12px 0 0;
  font-size: 14px;
  color: #33400b99;
}
.interest-page {
  position: relative;
  isolation: isolate;
  max-width: 1248px;
  padding: 36px 0 72px;
  min-height: 0;
}
.interest-page .cta-surface {
  position: relative;
  z-index: 2;
  padding: 40px 32px;
  color: var(--ink);
}
.interest-back {
  display: inline-block;
  margin-top: 18px;
  color: var(--fog);
  font-weight: 600;
  font-size: 14px;
}
.interest-back:hover {
  color: var(--lime);
}
@media (max-width: 850px) {
  .interest-split {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
  }
  .interest-copy {
    max-width: none;
  }
  .last-cta .interest-split h2,
  .interest-page .interest-split h1 {
    font-size: clamp(28px, 7vw, 36px);
    letter-spacing: -1.2px;
    margin: 6px 0 12px;
  }
  .interest-form {
    flex-direction: column;
  }
  .interest-form .button {
    width: 100%;
    justify-content: space-between;
  }
}
.avatar-picker {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 4px 0 22px;
  text-align: center;
}
input[data-avatar-input] {
  display: none !important;
}
.avatar-picker-face {
  position: relative;
  display: block;
  width: 108px;
  height: 108px;
  cursor: pointer;
  margin-bottom: 0;
}
.avatar-picker-preview {
  position: relative;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(198, 242, 26, 0.12);
  color: var(--lime);
  font-family: var(--display);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.avatar-picker-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 1;
}
.avatar-picker-face.has-photo .avatar-picker-preview img {
  display: block;
}
.avatar-picker-face.has-photo .avatar-picker-preview {
  background-size: cover;
  background-position: center;
}
.avatar-picker-face.has-photo [data-avatar-initials] {
  display: none;
}
.avatar-picker-face:hover .avatar-picker-preview,
.avatar-picker-face.is-drop .avatar-picker-preview,
.avatar-picker-face.has-photo .avatar-picker-preview {
  border-color: var(--lime);
}
.avatar-picker-face:hover .avatar-picker-preview,
.avatar-picker-face.is-drop .avatar-picker-preview {
  box-shadow: 0 0 0 4px #c6f21a22;
  transform: translateY(-1px);
}
.avatar-picker-badge {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  border: 3px solid var(--night);
}
.avatar-picker-badge svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.avatar-picker-hint,
.avatar-picker-clear {
  margin: 0;
  font-size: 13px;
  color: var(--secondary);
}
.avatar-picker-clear {
  border: 0;
  background: none;
  padding: 0;
  color: var(--lime);
  font-weight: 600;
}
.avatar-picker-clear:hover {
  color: #d4ff3d;
}
.avatar-picker-error {
  margin: 0;
  font-size: 13px;
  color: #ff8b8b;
}
#avatar-step .avatar-picker {
  margin: 6px 0 8px;
}
#avatar-step .avatar-picker-face,
#avatar-step .avatar-picker-preview {
  width: 132px;
  height: 132px;
}
#avatar-step .avatar-picker-preview {
  font-size: 38px;
}
.last-cta .cta-surface {
  padding: 40px 32px;
}
@media (max-width: 850px) {
  .interest-page {
    padding: 16px 0 52px;
  }
  .interest-page .cta-surface,
  .last-cta .cta-surface {
    padding: 28px 22px;
    border-radius: 20px;
  }
}
