/* Coach O × GKZiD conversion landing — matches campaign mockup. */
.coacho-body {
  display: block;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.coacho-body .signup-container {
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

.coacho-body .signup-container--instant {
  max-width: none;
  padding: 0;
}

.coacho {
  position: relative;
  min-height: 100dvh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: max(28px, env(safe-area-inset-top)) 22px max(28px, env(safe-area-inset-bottom));
  max-width: 430px;
  margin: 0 auto;
}

.coacho__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.coacho__lockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 28px;
}

.coacho__mark {
  width: 86px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.coacho__times {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}

a.coacho__wordmark {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

a.coacho__wordmark img {
  display: block;
  width: min(188px, 46vw);
  height: auto;
}

a.coacho__wordmark:focus-visible {
  outline: 2px solid #00f52a;
  outline-offset: 4px;
  border-radius: 4px;
}

.coacho__headline {
  margin: 0;
  text-align: center;
  font-family: "Oswald", "Syne", sans-serif;
  font-weight: 700;
  font-size: clamp(2.35rem, 10.5vw, 3.05rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}

.coacho__headline > span {
  display: block;
}

.coacho__dot {
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  margin-left: 0.08em;
  background: #00f52a;
  vertical-align: 0.12em;
}

.coacho__support {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #00f52a;
}

.coacho__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin: 28px 0 0;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #00f52a;
  color: #000;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.coacho__cta:hover,
.coacho__cta:focus-visible {
  filter: brightness(1.06);
}

.coacho__cta:focus-visible {
  outline: 2px solid #00f52a;
  outline-offset: 3px;
}

.coacho__cta-arrow {
  margin-left: 0.45em;
  font-weight: 700;
}

.coacho .signup-google-hero {
  max-width: none;
  margin: 0;
}

.coacho .signup-google-hero .signup-oauth__btn,
.coacho .signup-oauth__btn--google {
  width: 100%;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

.coacho .signup-google-hero .signup-oauth__btn:hover,
.coacho .signup-oauth__btn--google:hover {
  transform: none;
  box-shadow: none;
  filter: brightness(0.96);
}

.coacho__or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.coacho__or::before,
.coacho__or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.coacho .login-link--tight {
  display: none;
}

.coacho .signup-status {
  text-align: center;
}

.coacho__account {
  margin: 22px 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.coacho__account .signup-link-btn,
.coacho .coacho__signin {
  color: #00f52a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.coacho .signup-footer-minimal {
  margin-top: 22px;
  text-align: center;
}

.coacho .signup-footer-minimal a {
  color: rgba(255, 255, 255, 0.45);
}

.coacho__signed-in {
  text-align: center;
  padding: 0;
}

.coacho__signed-in p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.coacho__signed-in .coacho__cta {
  margin-top: 16px;
}

@media (min-width: 720px) {
  .coacho {
    max-width: 420px;
    padding-top: 56px;
  }

  .coacho__mark {
    width: 94px;
  }

  a.coacho__wordmark img {
    width: 210px;
  }
}
