/* Asset version 2: conditional details for the "Other" goal. */
:root {
  --club-purple: #7834a6;
  --club-purple-light: #aa55df;
  --club-red: #f12b1b;
  --club-ink: #0f0916;
  --club-blue: #0a1f44;
  --club-surface: #e8eaed;
  --club-border: #cfd4dc;
  --club-font: "Montserrat", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--club-ink);
  color: #fff;
  font-family: var(--club-font);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
label,
select {
  -webkit-tap-highlight-color: transparent;
}

.club-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.club-topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: max(0.9rem, env(safe-area-inset-top)) max(1.2rem, env(safe-area-inset-right)) 2rem
    max(1.2rem, env(safe-area-inset-left));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent);
}

.club-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1500px);
  margin: 0 auto;
}

.club-topbar__logo-link {
  display: inline-flex;
}

.club-topbar__logo {
  display: block;
  width: auto;
  height: clamp(38px, 4vw, 56px);
  object-fit: contain;
}

.club-topbar__back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(10, 5, 15, 0.38);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: background 160ms ease, border-color 160ms ease;
}

.club-topbar__back:hover,
.club-topbar__back:focus-visible {
  border-color: rgba(215, 167, 244, 0.8);
  background: rgba(120, 52, 166, 0.48);
}

.club-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(620px, 46.9vw, 900px);
  overflow: hidden;
  background-color: #08040c;
  background-image: url("../img/club-credentials/hero-wifs-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.club-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.13) 42%, transparent 70%);
}

.club-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 1.7vw, 1.7rem);
  width: min(100%, 980px);
  padding: clamp(7rem, 9vw, 10rem) 2rem clamp(4rem, 7vw, 7rem) clamp(1.4rem, 9.3vw, 11.5rem);
}

.club-hero__headline {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.7vw, 6rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.045em;
  white-space: pre-line;
}

.club-hero__badge {
  width: fit-content;
  margin: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 7px;
  background: var(--club-purple);
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.55rem);
  font-weight: 800;
}

.club-hero__body {
  max-width: 39ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1rem, 1.08vw, 1.35rem);
  font-weight: 600;
  line-height: 1.42;
}

.club-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem 0.75rem 1rem;
  border: 0;
  border-radius: 0 14px 0 0;
  background: var(--club-red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease;
}

.club-hero__cta:hover,
.club-hero__cta:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.club-hero__hand {
  display: inline-flex;
}

.club-hero__hand svg {
  width: 26px;
  height: 26px;
}

#solicitacao {
  scroll-margin-top: 1rem;
}

.club-form-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) max(1rem, 4vw);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.55), transparent 38%),
    linear-gradient(180deg, #f3f4f7, #e4e6eb);
  color: var(--club-blue);
}

.club-form-section__inner {
  width: min(100%, 980px);
  margin: 0 auto;
}

.club-form-section__title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
}

.club-form-panel {
  position: relative;
  padding: clamp(1rem, 3vw, 1.8rem);
  border: 1px solid var(--club-border);
  border-radius: 20px;
  background: rgba(232, 234, 237, 0.94);
  box-shadow: 0 24px 70px rgba(10, 20, 40, 0.12);
}

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

.club-field {
  min-width: 0;
  padding: 0;
  border: 0;
}

.club-field--full {
  grid-column: 1 / -1;
}

.club-field--honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.club-field > label,
.club-field > legend {
  display: block;
  margin: 0 0 0.4rem;
  color: rgba(10, 31, 68, 0.94);
  font-size: 0.82rem;
  font-weight: 800;
}

.club-field input:not([type="radio"]):not([type="checkbox"]),
.club-field select,
.club-field textarea {
  width: 100%;
  min-height: 47px;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(10, 31, 68, 0.2);
  border-radius: 12px;
  outline: 0;
  background: #fff;
  color: var(--club-blue);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.club-field textarea {
  min-height: 100px;
  resize: vertical;
}

.club-field input:focus,
.club-field select:focus,
.club-field textarea:focus {
  border-color: rgba(120, 52, 166, 0.7);
  box-shadow: 0 0 0 4px rgba(120, 52, 166, 0.12);
}

.club-phone-row {
  display: grid;
  grid-template-columns: minmax(8.5rem, 42%) minmax(0, 1fr);
  gap: 0.65rem;
}

.club-inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin-bottom: 0.55rem;
}

.club-inline-options label,
.club-goals label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: rgba(10, 31, 68, 0.9);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
}

.club-inline-options input,
.club-goals input,
.club-lgpd input {
  width: 1rem;
  height: 1rem;
  margin: 0.12rem 0 0;
  accent-color: var(--club-purple);
  flex: 0 0 auto;
}

.club-document-label {
  margin-top: 0.25rem !important;
}

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

.club-other-goal {
  margin-top: 1rem;
}

.club-other-goal label {
  display: block;
  margin: 0 0 0.4rem;
  color: rgba(10, 31, 68, 0.94);
  font-size: 0.82rem;
  font-weight: 800;
}

.club-other-goal[hidden] {
  display: none;
}

.club-lgpd {
  margin-top: 1.15rem;
  padding: 1.2rem;
  border: 1px solid rgba(10, 31, 68, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
}

.club-lgpd h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
}

.club-lgpd p,
.club-lgpd ul {
  color: rgba(10, 31, 68, 0.88);
  font-size: 0.86rem;
  line-height: 1.52;
}

.club-lgpd p {
  margin: 0 0 0.6rem;
}

.club-lgpd ul {
  margin: 0 0 0.8rem;
  padding-left: 1.25rem;
}

.club-lgpd__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(10, 31, 68, 0.94);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

.club-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.1rem;
}

.club-submit {
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: var(--club-red);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(241, 43, 27, 0.2);
}

.club-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}

.club-field.is-invalid input:not([type="radio"]):not([type="checkbox"]),
.club-field.is-invalid select,
.club-field.is-invalid textarea,
.club-lgpd.is-invalid {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.1);
}

.club-error {
  margin: 0.4rem 0 0;
  color: #a51d18;
  font-size: 0.76rem;
  font-weight: 800;
}

.club-form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(10, 31, 68, 0.18);
  border-radius: 13px;
  background: #fff;
  color: var(--club-blue);
  font-size: 0.88rem;
  font-weight: 700;
}

.club-form-status.is-success {
  border-color: rgba(21, 128, 61, 0.35);
  background: rgba(21, 128, 61, 0.08);
}

.club-form-status.is-error {
  border-color: rgba(179, 38, 30, 0.35);
  background: rgba(179, 38, 30, 0.08);
}

.club-footnote {
  max-width: 44rem;
  margin: 1.4rem auto 0;
  color: var(--club-blue);
  text-align: center;
  line-height: 1.5;
}

.club-footnote strong,
.club-footnote span {
  display: block;
}

.club-footnote span {
  margin-top: 0.3rem;
  color: rgba(10, 31, 68, 0.78);
}

.club-criteria {
  padding: clamp(4rem, 8vw, 7rem) max(1rem, 5vw);
  background:
    radial-gradient(circle at 50% 35%, rgba(120, 52, 166, 0.2), transparent 34%),
    linear-gradient(180deg, #0b0710, #050307);
}

.club-criteria__inner {
  width: min(100%, 1040px);
  margin: 0 auto;
  text-align: center;
}

.club-criteria h2 {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.2;
}

.club-criteria h2 span,
.club-criteria h2 strong {
  display: block;
}

.club-criteria h2 strong {
  margin-top: 0.3rem;
  color: #d5a7f4;
}

.club-criteria__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.club-criteria article {
  min-height: 180px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.club-criteria__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  place-items: center;
  border: 1px solid rgba(215, 167, 244, 0.42);
  border-radius: 14px;
  background: rgba(120, 52, 166, 0.24);
  color: #fff;
}

.club-criteria__icon svg {
  width: 28px;
  height: 28px;
}

.club-criteria article p {
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}

.club-glow {
  position: relative;
  height: 90px;
  margin: 2rem 0 0;
}

.club-glow::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(174, 93, 225, 0.78), transparent);
  box-shadow: 0 0 24px rgba(174, 93, 225, 0.55);
}

.club-glow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid #25132e;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px #fff, 0 0 52px var(--club-purple-light);
  transform: translate(-50%, -50%);
}

.club-final p {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.club-final span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 700;
}

.club-language {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.32rem;
  border: 1px solid rgba(174, 93, 225, 0.72);
  border-radius: 999px;
  background: rgba(11, 6, 16, 0.9);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42), 0 0 22px rgba(120, 52, 166, 0.25);
  backdrop-filter: blur(12px);
}

.club-language > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(120, 52, 166, 0.25);
}

.club-language button {
  min-width: 38px;
  min-height: 32px;
  padding: 0 0.4rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.club-language button.is-active {
  background: var(--club-purple);
  color: #fff;
}

.club-scroll-top {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 4rem);
  z-index: 29;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(215, 167, 244, 0.64);
  border-radius: 50%;
  background: linear-gradient(145deg, #963dca, #67258f);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 24px rgba(157, 74, 210, 0.42);
}

[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .club-hero {
    min-height: 720px;
    align-items: flex-end;
    background-position: 60% center;
    background-size: auto 100%;
  }

  .club-hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.43) 42%, rgba(0, 0, 0, 0.95));
  }

  .club-hero__content {
    width: 100%;
    padding: 8rem max(1.25rem, env(safe-area-inset-right)) 3rem max(1.25rem, env(safe-area-inset-left));
    gap: 0.9rem;
  }

  .club-hero__headline {
    font-size: clamp(2.35rem, 10vw, 4.4rem);
  }
}

@media (max-width: 720px) {
  .club-topbar__back span:last-child {
    display: none;
  }

  .club-topbar__back {
    width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
    font-size: 1.15rem;
  }

  .club-form-grid,
  .club-goals,
  .club-criteria__grid {
    grid-template-columns: 1fr;
  }

  .club-field--full {
    grid-column: auto;
  }

  .club-criteria article {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .club-phone-row {
    grid-template-columns: 1fr;
  }

  .club-form-actions {
    justify-content: stretch;
  }

  .club-submit {
    width: 100%;
  }

  .club-language {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
