:root {
  --ink: #0b2f2c;
  --deep: #062e2a;
  --teal: #0f6b5c;
  --muted: #3f6e67;
  --white: #f7fffc;
  --volt: #d4ff4a;
  --lime: #c8ff3d;
  --mint: #9effc8;
  --sand: #ffe08a;
  --card: rgba(247, 255, 252, 0.94);
  --font-brand: "Georama", sans-serif;
  --font-body: "Golos Text", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--deep);
  background: #0a3f38;
}

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

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(
    to top right,
    #083832 0%,
    #147a68 38%,
    #8fd94a 72%,
    #d4ff4a 100%
  );
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 5vw, 5rem)
    clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.atmosphere__glow {
  position: absolute;
  top: -12%;
  right: -8%;
  width: min(760px, 75vw);
  height: min(560px, 60vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 255, 74, 0.65) 0%,
    rgba(143, 217, 74, 0.25) 35%,
    rgba(212, 255, 74, 0) 70%
  );
  animation: drift 14s ease-in-out infinite alternate;
}

.atmosphere__orbit {
  display: none;
}

.atmosphere__band,
.atmosphere__stripe,
.atmosphere__beam {
  position: absolute;
  left: -25%;
  width: 150%;
  transform-origin: center;
  background: linear-gradient(
    90deg,
    rgba(212, 255, 74, 0) 0%,
    rgba(212, 255, 74, 0.22) 22%,
    rgba(212, 255, 74, 0.7) 48%,
    rgba(247, 255, 252, 0.45) 58%,
    rgba(212, 255, 74, 0.2) 78%,
    rgba(212, 255, 74, 0) 100%
  );
  filter: blur(0.2px);
}

.atmosphere__band {
  top: 14%;
  height: 96px;
  transform: rotate(-28deg);
  opacity: 0.7;
  animation: band-shift 18s ease-in-out infinite alternate;
}

.atmosphere__stripe {
  top: 36%;
  height: 26px;
  transform: rotate(-28deg);
  opacity: 0.45;
}

.atmosphere__beam {
  top: 52%;
  height: 12px;
  transform: rotate(-28deg);
  opacity: 0.35;
  animation: band-shift 22s ease-in-out infinite alternate-reverse;
}

.atmosphere__beam--soft {
  top: 68%;
  height: 56px;
  opacity: 0.22;
  transform: rotate(-28deg);
}

.brand {
  margin-bottom: clamp(1.25rem, 3.5vw, 2.25rem);
  animation: rise 0.7s ease-out both;
}

.brand__row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand__logo {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(3rem, 8vw, 5.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--deep);
  text-shadow: 0 1px 0 rgba(247, 255, 252, 0.15);
}

.brand__logo--sm {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 0;
}

.soon .brand__row {
  margin-bottom: 0.75rem;
}

.soon .brand__mark {
  margin-top: 0.15rem;
  width: 28px;
  gap: 4px;
}

.soon .brand__mark span {
  height: 4px;
}

.brand__mark {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  width: 38px;
  margin-top: 0.35rem;
}

.brand__mark span {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: var(--volt);
  box-shadow: 0 0 14px rgba(212, 255, 74, 0.75);
}

.brand__mark span:nth-child(1) {
  width: 100%;
  transform: translateX(2px) skewX(-18deg);
}

.brand__mark span:nth-child(2) {
  width: 78%;
  transform: translateX(8px) skewX(-18deg);
}

.brand__mark span:nth-child(3) {
  width: 56%;
  transform: translateX(14px) skewX(-18deg);
}

.brand__slogan {
  margin: 0.65rem 0 0;
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  font-weight: 500;
  color: var(--deep);
  opacity: 0.92;
}

.brand__meta {
  margin: 0.95rem 0 0;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(6, 46, 42, 0.25);
}

.headline {
  max-width: 40rem;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  animation: rise 0.7s ease-out 0.12s both;
}

.headline__question {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.125rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  text-shadow: 0 2px 16px rgba(6, 46, 42, 0.25);
}

.headline__support {
  margin: 0.75rem 0 0;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--white);
  opacity: 0.92;
}

.survey-followup {
  margin: 1.5rem 0 0;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  animation: rise 0.45s ease-out both;
}

.survey-followup__lead {
  margin: 0;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
}

.survey-followup__perk {
  margin: 0.55rem 0 1rem;
  max-width: 32rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.survey-link-wrap {
  margin: 0;
}

.survey-link {
  display: inline-block;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
  background: var(--volt);
  color: var(--deep);
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(6, 46, 42, 0.18);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.survey-link:hover,
.survey-link:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
  outline: none;
}

.intents {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 46rem;
  animation: rise 0.75s ease-out 0.24s both;
}

.intent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.1rem;
  min-height: 5.75rem;
  padding: 0 1.35rem 0 0;
  border-radius: 0;
  background: rgba(247, 255, 252, 0.12);
  border: 1px solid rgba(247, 255, 252, 0.22);
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.intent:hover,
.intent:focus-visible {
  transform: translateX(6px);
  background: rgba(247, 255, 252, 0.98);
  border-color: rgba(247, 255, 252, 0.55);
  outline: none;
}

.intent:focus-visible {
  box-shadow: 0 0 0 3px rgba(212, 255, 74, 0.75);
}

.intent__accent {
  display: block;
  flex-shrink: 0;
  align-self: stretch;
  width: 6px;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

.intent[data-accent="volt"] .intent__accent {
  background: var(--volt);
}

.intent[data-accent="mint"] .intent__accent {
  background: var(--mint);
}

.intent[data-accent="sand"] .intent__accent {
  background: var(--sand);
}

.intent__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
  min-width: 0;
  padding: 1.1rem 0;
}

.intent__title {
  font-size: clamp(1.15rem, 2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--white);
  transition: color 0.22s ease;
}

.intent__desc {
  margin-top: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: rgba(247, 255, 252, 0.88);
  flex: 0;
  transition: color 0.22s ease;
}

.intent__cta {
  margin-top: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--volt);
  transition: letter-spacing 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.intent:hover .intent__title,
.intent:focus-visible .intent__title {
  color: var(--ink);
}

.intent:hover .intent__desc,
.intent:focus-visible .intent__desc {
  color: var(--muted);
}

.intent:hover .intent__cta,
.intent:focus-visible .intent__cta {
  letter-spacing: 0.02em;
  color: var(--teal);
  transform: translateX(4px);
}

.intent[aria-busy="true"] {
  opacity: 0.7;
  pointer-events: none;
}

.sports-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin-top: clamp(2rem, 5vw, 3rem);
  color: rgba(247, 255, 252, 0.95);
  animation: rise 0.7s ease-out 0.32s both;
}

.sports-rail__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sports-rail__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 2px 8px rgba(6, 46, 42, 0.2));
}

.sports-rail__icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sports-rail__sep {
  width: 2px;
  height: 18px;
  border-radius: 1px;
  background: rgba(247, 255, 252, 0.4);
  font-size: 0;
}

.hero__hint {
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  color: var(--white);
  opacity: 0.72;
  animation: rise 0.7s ease-out 0.36s both;
}

.faq {
  margin-top: auto;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  max-width: 44rem;
  animation: rise 0.75s ease-out 0.4s both;
}

.faq__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--white);
}

.faq__list {
  display: grid;
  gap: 0.75rem;
}

.faq__item {
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(247, 255, 252, 0.14);
  border: 1px solid rgba(247, 255, 252, 0.22);
  color: var(--white);
  backdrop-filter: blur(6px);
}

.faq__item summary {
  cursor: pointer;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  opacity: 0.7;
}

.faq__item[open] summary::after {
  content: "−";
}

.faq__item p {
  margin: 0.85rem 0 0;
  line-height: 1.55;
  opacity: 0.92;
}

.faq__item a {
  color: var(--volt);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero--page {
  min-height: 100vh;
}

.page {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 3rem)
    clamp(2.5rem, 6vw, 4rem);
  animation: rise 0.7s ease-out both;
}

.breadcrumb {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: var(--white);
  opacity: 0.75;
}

.breadcrumb a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page__header {
  margin-bottom: 2rem;
}

.page__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--volt);
}

.page__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
}

.page__lead {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--white);
  opacity: 0.92;
}

.page__body {
  display: grid;
  gap: 1.75rem;
}

.page__body h2 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
}

.page__body p {
  margin: 0;
  line-height: 1.6;
  color: var(--white);
  opacity: 0.9;
}

.page__list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--white);
  opacity: 0.9;
  line-height: 1.65;
}

.page__list li + li {
  margin-top: 0.35rem;
}

.page__cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.95rem 1.5rem;
  border-radius: 12px;
  background: var(--card);
  color: var(--ink);
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.page__cta:hover,
.page__cta:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 46, 42, 0.18);
  outline: none;
}

.hero--soon {
  display: grid;
  place-items: center;
  padding: 2rem 1.25rem;
}

.soon {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  text-align: left;
  animation: rise 0.7s ease-out both;
}

.soon__title {
  margin: 0.5rem 0 0;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
}

.soon__text {
  margin: 1rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--white);
  opacity: 0.9;
}

.soon__back {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  background: var(--card);
  color: var(--ink);
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.soon__back:hover,
.soon__back:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  outline: none;
}

.hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.motive {
  position: relative;
  margin-top: 1.75rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(6, 46, 42, 0.35);
  border: 1px solid rgba(247, 255, 252, 0.16);
  display: grid;
  gap: 0.65rem;
  animation: rise 0.45s ease-out both;
}

.motive__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
}

.motive__option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  background: rgba(247, 255, 252, 0.08);
  border: 1px solid rgba(247, 255, 252, 0.16);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.motive__option:has(input:checked) {
  background: rgba(247, 255, 252, 0.16);
  border-color: var(--volt);
}

.motive__option:hover,
.motive__option:focus-within {
  background: rgba(247, 255, 252, 0.14);
}

.motive__option input {
  accent-color: var(--volt);
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.motive__note {
  margin-top: 0.35rem;
  width: 100%;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(247, 255, 252, 0.25);
  background: rgba(6, 46, 42, 0.25);
  color: var(--white);
  font: inherit;
}

.motive__note::placeholder {
  color: rgba(247, 255, 252, 0.55);
}

.motive__label {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--white);
}

.motive__optional {
  font-weight: 400;
  opacity: 0.7;
}

.motive__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.35rem;
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1.45;
  cursor: pointer;
}

.motive__consent input {
  margin-top: 0.2rem;
  accent-color: var(--volt);
  flex-shrink: 0;
}

.motive__consent a {
  color: var(--volt);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.motive__submit {
  justify-self: start;
  margin-top: 0.35rem;
  padding: 0.85rem 1.35rem;
  border: none;
  border-radius: 12px;
  background: var(--volt);
  color: var(--deep);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.motive__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.motive__submit:hover,
.motive__submit:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
  outline: none;
}

.motive__status {
  margin: 0.25rem 0 0;
  color: var(--volt);
  font-size: 0.9rem;
  animation: rise 0.35s ease-out both;
}

.motive__status--error {
  color: #ffb4b4;
}

.page__body a {
  color: var(--volt);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(24px, 16px);
  }
}

@keyframes band-shift {
  from {
    transform: rotate(-28deg) translateX(0);
  }
  to {
    transform: rotate(-28deg) translateX(36px);
  }
}

@media (max-width: 900px) {
  .intents {
    max-width: none;
  }

  .intent {
    min-height: 5.25rem;
    gap: 0.85rem;
    padding-right: 0.9rem;
  }

  .intent__cta {
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
