/* =========================================================
   BASE
========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: black !important;
  text-decoration: none !important;
}

a:hover {
  color: #555 !important;
  text-decoration: underline !important;
}

/* =========================================================
   HEADER / LOGO / TÍTULO
========================================================= */
.header-row {
  width: 100%;
}

.logo-header {
  max-width: 160px;
  width: 100%;
  height: auto;
  display: block;
}

.titulo-header {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
}

.cabecalho.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.cabecalho.container img {
  transform: scale(0.6);
}

img.titulo-header {
  max-width: 110vw;
  width: 100%;
}

.footer p,
.footer a {
  color: white !important;
}

/* NOVO BLOCO DO HEADER */
.bg-geral {
  /* background-image: url('../images/bg-geral.png'); */
  background-color: #3C3C3C;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 150px;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.img-icon {
  width: 180px;
}

.header-row.header-logins {
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  padding: 18px 22px;
}

.header-logins {
  flex-direction: row;
  flex-wrap: nowrap;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.menu-clube-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  flex: 1;
}

nav.menu-clube-nav a {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.25s ease;
  position: relative;
  white-space: nowrap;
  color: #e6ca88 !important;
}

.btn-regulamento a {
  background-color: #e6ca88;
  padding: 10px 25px;
  border: 2px solid #e6ca88;
  text-decoration: none !important;
  color: white !important;
  font-weight: 700;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 160px;
  transition: all 0.8s ease;
  text-align: center;
}

.btn-regulamento a:hover {
  background-color: white !important;
  color: #e6ca88 !important;
  text-decoration: none !important;
  transition: all 0.8s ease;
}

nav.menu-clube-nav a:hover {
  text-decoration: none !important;
  color: white !important;
}

nav.menu-clube-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.25s ease;
}

nav.menu-clube-nav a:hover::after {
  width: 100%;
}

/* =========================================================
   FOOTER
========================================================= */
footer.bg-geral {
  width: 100%;
  max-height: none !important;
  min-height: 300px;
  height: auto !important;
  display: block;
  padding: 40px 0 24px;
}

footer .bg-geral.flex {
  width: 100%;
  height: auto !important;
  min-height: unset;
  display: block;
  text-align: left;
  padding: 0;
}

.footer.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding-bottom: 30px !important;
}

.footer > div:first-child {
  width: 100%;
  max-width: 720px;
}

.label-divisor {
  display: flex;
  flex-direction: row;
}

.footer h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px 0;
}

.form-ajuda {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-ajuda > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

input.input-ajuda.input-nome {
  max-width: 230px;
}

button.btn-form-ajuda {
  width: 100%;
}

input.input-ajuda.input-email {
  max-width: 500px;
}

.label-ajuda {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  max-width: 40%;
}

/* FORM LINHA (nome + email) */
.form-ajuda-row {
  display: flex;
  gap: 14px;
  width: 100%;
}

/* INPUTS LADO A LADO */
.form-ajuda-row .input-ajuda {
  width: 100%;
}

/* TEXTAREA */
.form-ajuda textarea.input-ajuda {
  min-height: 120px;
  resize: vertical;
}

/* PLACEHOLDER estilo padrão */
.input-ajuda::placeholder {
  color: #999;
  font-weight: 500;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .form-ajuda-row {
    flex-direction: column;
  }
}

.input-ajuda {
  width: 100%;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  color: #111111;
  box-sizing: border-box;
  outline: none;
  transition: 0.25s ease;
}

.input-ajuda:focus {
  border-color: #e6ca88;
  box-shadow: 0 0 0 0.2rem rgba(230, 202, 136, 0.20);
}

textarea.input-ajuda {
  min-height: 140px;
  resize: vertical;
}

.btn-form-ajuda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 180px;
  height: 46px;
  padding: 0 24px;
  border: 2px solid #e6ca88;
  border-radius: 10px;
  background: #e6ca88;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.35s ease;
}

.btn-form-ajuda:hover {
  background: #ffffff;
  color: #e6ca88;
}

.footer > div:last-child {
  width: 100%;
  max-width: 1100px;
}

.footer > div:last-child p {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}

footer .alert {
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 10px !important;
}

footer .alert-success {
  background: #dff3e4;
  color: #1d5c2f;
  border: 1px solid #b7e4c7;
}

footer .alert-danger {
  background: #fde2e1;
  color: #8c1d18;
  border: 1px solid #f5b5b2;
}

footer p {
  margin: 0;
}

.solcad {
  min-height: 30vh;
}

/* =========================================================
   BG GERAL
========================================================= */
.bg-geral.bg-corpo-body {
  height: 15vh;
  max-height: 300px;
}

/* =========================================================
   PARALLAX SECTIONS
========================================================= */
.bg-1,
.bg-2,
.bg-3 {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.bg-1 {
  background-image: url('../images/bg-1.png');
  min-height: 80vh;
  height: auto;
  align-items: center;
  display: flex;
}

.bg-2 {
  background-image: url('../images/bg-2.png');
  min-height: 80vh;
  height: auto;
}

.bg-3 {
  background-image: url('../images/bg-3.png');
  min-height: 100vh;
  height: auto;
}

/* =========================================================
   HERO (BG-1)
========================================================= */
.regatto-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-left {
  color: #fff;
}

.hero-logo {
  max-width: 240px;
  height: auto;
  display: block;
}

.hero-title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 400;
  line-height: 1.2;
}

.hero-title-strong {
  font-weight: 800;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  font-size: 1rem;
}

/* =========================================================
   CARD / INPUT / BOTÕES GERAIS
========================================================= */
.regatto-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  max-width: 520px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.regatto-card-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #101010;
}

.regatto-input {
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 10px 12px;
}

.regatto-input:focus {
  border-color: #F02C31;
  box-shadow: 0 0 0 0.2rem rgba(230, 0, 35, 0.15);
}

.regatto-btn {
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 12px 18px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.regatto-btn--red {
  background: #F02C31;
  color: #fff;
  border-color: #F02C31;
}

.regatto-btn--dark {
  background: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}

a.btn.regatto-btn.regatto-btn--red {
  background: #e6ca88;
  color: white;
  font-weight: 600;
  transition: 0.8s ease;
}


button.btn.regatto-btn.regatto-btn--red {
  background: #e6ca88;
  color: white;
  font-weight: 600;
  transition: 0.8s ease;
}

a.link-btn-primary {
  text-decoration: none !important;
  color: white !important;
  font-weight: 600;
}

a.link-btn-secondary {
  background-color: #2F2F2F;
  color: white !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.8s ease;
}

.regatto-btn--red:hover,
.regatto-btn--dark:hover {
  background: #ffffff !important;
  color: #e6ca88 !important;
  border-color: #e6ca88 !important;
}

/* =========================================================
   SAIBA MAIS (BG-2)
========================================================= */
#saiba-mais {
  display: block;
  padding-top: clamp(48px, 6vw, 90px);
  padding-bottom: clamp(48px, 6vw, 90px);
}

.bg-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

#saiba-mais .container {
  position: relative;
  z-index: 1;
}

#saiba-mais .master {
  display: block;
}

#saiba-mais .tl-h3 {
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

#saiba-mais .tl-p {
  font-size: clamp(1rem, 2.2vw, 1.6rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  margin: 0;
}

#saiba-mais .tl-h4 {
  font-size: clamp(1.05rem, 2vw, 1.6rem);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
  line-height: 1.2;
}

/* =========================================================
   BG-3 (AFILIAÇÃO)
========================================================= */
.bg-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  z-index: 0;
}

.regatto-hero-join {
  position: relative;
  z-index: 1;
  width: 100%;
}

.regatto-hero-join .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.regatto-hero-join .row.align-items-center.g-4 {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start !important;
}

.join-top-title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1.15;
  margin: 0 0 48px 0;
  font-size: clamp(1.25rem, 2.4vw, 2.15rem);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}

.regatto-card--join {
  max-width: 480px;
  width: 100%;
  height: auto;
  padding: 34px 30px;
  border-radius: 26px;
  box-shadow: 0 12px 46px rgba(0, 0, 0, 0.40);
}

.regatto-input--join {
  border-radius: 12px;
  padding: 12px 14px;
}

.regatto-btn--join {
  border-radius: 14px;
  padding: 13px 16px;
}

.join-right {
  color: #fff;
  max-width: 560px;
  padding-top: 12px;
}

.join-right-title {
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.join-right-strong {
  font-weight: 900;
}

.join-right-subtitle {
  color: rgba(255, 255, 255, 0.90);
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 18px 0;
}

.join-rewards {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.join-rewards-item {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.92);
}

.bg-3 .form-2 {
  height: auto;
}

.hero-banner.hero-banner--kitchen {
  height: 80vh;
}

.bg-3 h2 {
  font-size: 3em;
}

p.small.text-muted {
  display: none;
}

#form-afiliacao.row {
  margin-top: 30px !important;
}

.btn-associado {
  width: 350px;
  background-color: #2AE663 !important;
}

/* =========================================================
   PÁGINAS DO PAINEL / AUTH / PÚBLICAS
========================================================= */
.page-shell--paper {
  background: #f3f3f3;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: clamp(28px, 4vw, 60px) 0;
  min-height: calc(100vh - 150px);
}

.page-center {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.page-center--narrow {
  width: min(900px, 92vw);
}

.page-center--wide {
  width: min(1200px, 92vw);
}

.page-header {
  text-align: center;
  margin: 16px 0 36px;
}

.page-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.4px;
  margin: 0;
}

.page-subtitle {
  margin: 10px 0 0;
  font-weight: 600;
}

.panel-card {
  background: #fff;
  border: 2px solid #111;
  border-radius: 8px;
  padding: 18px;
}

.panel-card--wide {
  padding: 18px 18px 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.form-grid__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.panel-input,
.panel-select,
.panel-textarea {
  width: 100%;
  border: 2px solid #111;
  border-radius: 4px;
  padding: 10px 12px;
  outline: none;
  font-weight: 700;
  background: #fff;
}

.panel-textarea {
  resize: vertical;
}

.panel-input--danger {
  border-color: #F02C31;
  color: #F02C31;
}

.panel-input--sm {
  padding: 9px 10px;
}

.panel-input--xs {
  width: 120px;
  padding: 8px 10px;
  text-transform: none;
  font-weight: 700;
}

.panel-section-title {
  font-weight: 900;
  margin: 28px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* =========================================================
   DETALHES ANTIGOS (details/summary)
========================================================= */
.panel-stack {
  display: grid;
  gap: 18px;
}

.panel-dd {
  border: 2px solid #111;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.panel-dd__head {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 800;
}

.panel-dd__head--meta {
  grid-template-columns: 1fr auto auto auto;
}

.panel-dd__title {
  font-weight: 800;
}

.panel-dd__meta {
  font-weight: 700;
}

.panel-dd__chev {
  font-weight: 900;
  justify-self: end;
}

.panel-dd summary::-webkit-details-marker {
  display: none;
}

.panel-dd__body {
  border-top: 2px solid #111;
  padding: 18px;
}

.panel-grid {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.panel-grid__row strong {
  display: inline-block;
  min-width: 90px;
}

/* =========================================================
   BOOTSTRAP ACCORDION - CORREÇÃO DE RENDERIZAÇÃO
========================================================= */
.accordion {
  --bs-accordion-border-color: #111;
  --bs-accordion-border-width: 2px;
  --bs-accordion-border-radius: 8px;
  --bs-accordion-inner-border-radius: 8px;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-body-padding-x: 18px;
  --bs-accordion-body-padding-y: 18px;
}

.accordion-item {
  border: 2px solid #111 !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  font-weight: 700;
  padding: 16px 18px;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.accordion-body {
  background: #fff;
  border-top: 2px solid #111;
  padding: 18px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1rem !important;
  height: 1rem !important;
  margin-left: auto;
  background-size: 1rem 1rem !important;
  background-position: center;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) !important;
}

.accordion-member-meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-right: 12px;
}

.accordion-member-meta span {
  word-break: break-word;
}

/* =========================================================
   BOTÕES DO PAINEL
========================================================= */
.btn-panel {
  border: 0;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}

.btn-panel--dark {
  background: #111;
}

.btn-panel--red {
  background: #e6ca88;
}

.btn-panel--ok {
  background: #2AE663;
}

.btn-panel--danger {
  background: #E52B2B;
}

.btn-panel--wide {
  width: 280px;
}

.panel-actions {
  display: flex;
  gap: 18px;
  margin-top: 16px;
}

.form-admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  align-items: start;
}

.form-admin-grid textarea {
  grid-column: 1 / -1;
}

.form-admin-grid__upload {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 6px 0 2px;
}

.btn-panel--upload {
  width: 260px;
  border-radius: 2px;
}

.form-admin-grid select {
  width: 280px;
}

.form-admin-grid__actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 6px;
}

/* =========================================================
   PONTOS (MEMBROS)
========================================================= */
.points-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.points-row__label {
  color: #F02C31;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.points-row__value {
  font-weight: 900;
}

.btn-mini {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}

.btn-mini--ok {
  background: #2AE663;
}

.btn-mini--danger {
  background: #E52B2B;
}

/* =========================================================
   PONTOS E PRÊMIOS (USUÁRIO)
========================================================= */
.points-hero {
  background: #fff;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 48px 18px;
  text-align: center;
  margin: 10px 0 28px;
}

.points-hero__title {
  color: #F02C31;
  font-weight: 900;
  letter-spacing: 0.6px;
  margin: 0 0 16px;
}

.points-hero__value {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 900;
}

.reward-list {
  display: grid;
  gap: 18px;
}

.reward-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 16px;
  background: #fff;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 18px;
}

.reward-card__img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.reward-card__title {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 6px;
}

.reward-card__points {
  color: #F02C31;
  font-weight: 900;
}

.reward-card__desc {
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.reward-card__btn {
  width: 240px;
  border-radius: 10px;
}

/* =========================================================
   AUTH
========================================================= */
.auth-box {
  background: #fff;
  border: 2px solid #F02C31;
  border-radius: 18px;
  padding: 64px 18px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.auth-box--xl {
  min-height: 460px;
  display: flex;
  place-items: center;
  flex-direction: column;
}

.auth-box--xl form {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
  align-items: center;
}

.auth-input {
  max-width: 820px;
  margin: 0 auto 12px;
  border-color: #F02C31;
}

.auth-btn {
  max-width: 500px;
  width: 100%;
  margin-top: 12px;
}

.auth-link {
  display: inline-block;
  margin: 6px 0 14px;
  font-size: 10px;
  color: #F02C31 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.auth-icon {
  border-radius: 50%;
  background: #F02C31;
  margin: 0 auto 18px;
}

/* =========================================================
   HERO BANNERS
========================================================= */
.hero-banner {
  position: relative;
  min-height: 62vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}

.hero-banner--kitchen {
  background-image: url('../images/bg-3.png');
}

.hero-banner__overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 18px;
}

.hero-banner__title {
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 900;
  margin: 0;
}

.hero-banner__title--small {
  font-size: clamp(2rem, 4vw, 4rem);
}

.hero-banner__subtitle {
  font-size: clamp(1.05rem, 2vw, 1.6rem);
  font-weight: 700;
  margin: 12px 0 0;
}

.hero-banner--small {
  min-height: 42vh;
}

/* =========================================================
   POLICY
========================================================= */
.policy {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
}

.policy h2 {
  font-weight: 900;
  margin-top: 22px;
}

/* =========================================================
   PAGINAÇÃO - CORREÇÃO DE RENDERIZAÇÃO
========================================================= */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-left: 0;
  margin-top: 24px;
  list-style: none;
}

.page-item {
  list-style: none;
}

.page-link {
  display: block;
  min-width: 38px;
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #111 !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 4px;
  line-height: 1.2;
  box-shadow: none !important;
}

.page-link:hover {
  background: #f5f5f5;
  color: #111 !important;
  text-decoration: none !important;
}

.page-item.active .page-link {
  background: #111;
  border-color: #111;
  color: #fff !important;
}

.page-item.disabled .page-link {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f8f8f8;
}

/* =========================================================
   HISTÓRICO - PONTOS E PRÊMIOS
========================================================= */
.history-accordion__item {
  border: 1px solid #1f1f1f;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.history-accordion__button {
  font-weight: 700;
  color: #111 !important;
  background: #fff;
  box-shadow: none !important;
}

.history-accordion__button:not(.collapsed) {
  color: #111 !important;
  background: #fff;
}

.history-accordion__body {
  background: #fafafa;
  padding: 16px;
}

.history-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.history-card:last-child {
  margin-bottom: 0;
}

.history-card__grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.history-card__grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.history-card__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

.history-card__item--empty {
  visibility: hidden;
  pointer-events: none;
}

.history-card__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #F02C31;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.2;
  min-height: 14px;
}

.history-card__value {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  line-height: 1.35;
  word-break: break-word;
}

.history-card__value--points {
  color: #111;
  font-weight: 800;
}

/* =========================================================
   AJUSTES EXTRAS
========================================================= */
.bg-2::before,
.bg-3::before {
  pointer-events: none;
}

.btn-sair {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 24px;
  border-radius: 10px;
  background: #e6ca88 !important;
  color: white !important;
  border: 1px solid #e6ca88 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease !important;
  white-space: nowrap;
}

.btn-sair:hover {
  background: white !important;
  color: #e6ca88 !important;
  transform: translateY(-1px);
}

.auth-box a.link-btn-secondary:hover {
  transition: 0.6s ease;
  color: black !important;
}

.auth-box a.link-btn-secondary {
  color: #ee2c31 !important;
  background: transparent;
  transition: 0.6s ease;
}

.points-hero a.btn-panel:hover,
.reward-list button:hover {
  color: #e6ca88 !important;
  background: white;
}

.points-hero a.btn-panel,
.reward-list button {
  color: white !important;
  text-decoration: none !important;
  font-weight: 600;
  border: 1px solid #e6ca88;
  border-radius: 8px;
  transition: 0.8s ease;
}

a.btn.btn-danger:hover {
  color: #f02c31 !important;
  background-color: white;
  text-decoration: none !important;
}

a.btn.btn-danger {
  background-color: #f02c31;
  color: white !important;
  transition: 0.8s ease;
}

.historico-admin-box {
  border: 1px solid #cfcfcf;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.historico-admin-header {
  padding: 16px 18px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.historico-admin-title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .02em;
}

.historico-admin-filters {
  padding: 18px;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
}

.historico-admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.historico-admin-list {
  padding: 18px;
}

.historico-admin-item {
  border: 1px solid #dddddd;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 14px;
  background: #fff;
}

.historico-admin-meta {
  display: flex;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 8px 24px;
  margin-bottom: 14px;
  flex-direction: column;
}

.historico-admin-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}

.historico-admin-inline-label {
  font-size: 13px;
  font-weight: 800;
  color: #d62828;
  text-transform: uppercase;
}

.historico-admin-inline-value {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.historico-admin-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 14px 18px;
}

.historico-admin-col-label {
  font-size: 12px;
  font-weight: 800;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.historico-admin-col-value {
  font-size: 18px;
  line-height: 1.3;
  color: #111;
}

.historico-admin-col-value--bold {
  font-weight: 800;
}

/* =========================================================
   RESPONSIVO
========================================================= */
@media (max-width: 992px) {
  .bg-1,
  .bg-2,
  .bg-3 {
    background-attachment: scroll;
    min-height: 100vh;
    height: auto;
  }

  .historico-admin-meta {
    grid-template-columns: 1fr;
  }

  .historico-admin-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

  .history-card__grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .titulo-header {
    font-size: 1.5rem;
  }

  .regatto-card {
    max-width: 100%;
  }

  p.small.text-muted {
    display: none;
  }

  .hero-logo {
    max-width: 200px;
  }

  .regatto-hero-content {
    padding: 40px 0;
    align-items: flex-start;
  }

  .join-top-title {
    margin-bottom: 26px;
  }

  .regatto-hero-join .row.align-items-center.g-4 {
    max-width: 100%;
  }

  .regatto-card--join {
    min-height: unset;
  }

  .join-right {
    padding-top: 0;
  }

  .panel-dd__head--meta {
    grid-template-columns: 1fr auto;
    row-gap: 8px;
  }

  .reward-card {
    grid-template-columns: 1fr;
  }

  .form-admin-grid {
    grid-template-columns: 1fr;
  }

  .form-admin-grid select {
    width: 100%;
  }

  .form-admin-grid__actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn-panel--wide {
    width: 100%;
  }

  .accordion-member-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .bg-geral {
    padding: 16px 0;
    min-height: auto;
  }

  .header-row.header-logins {
    row-gap: 18px;
    padding: 18px 16px;
  }

  .header-right {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .menu-clube-nav {
    justify-content: center;
    gap: 12px 18px;
  }

  .menu-clube-nav a {
    font-size: 14px;
  }

  .btn-sair {
    min-width: 140px;
    height: 42px;
  }
}

/* =========================================================
   MEMBROS - GRID DO HEADER
========================================================= */
.accordion-member-meta {
  display: grid;
  grid-template-columns: 1fr 1.2fr 180px;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.member-name {
  text-align: left;
  font-weight: 700;
}

.member-email {
  text-align: center;
}

.member-phone {
  text-align: right;
  font-weight: 700;
}

@media (max-width: 768px) {
  .bg-geral {
    height: auto;
    padding: 14px 0;
  }

  .history-accordion__body {
    padding: 12px;
  }

  .history-card {
    padding: 12px;
  }

  .history-card__grid--five {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .history-card__item--empty {
    display: none;
  }

  .history-card__label {
    font-size: 11px;
    margin-bottom: 4px;
    min-height: auto;
  }

  .history-card__value {
    font-size: 14px;
  }

  .header-row.header-logins {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding: 16px 14px;
  }

  .header-row.header-logins > div {
    width: 100%;
    max-width: 100%;
  }

  .logo-header {
    max-width: 120px;
    margin: 0 auto 10px;
  }

  .titulo-header {
    font-size: 1.2rem;
  }

  .header-right {
    width: 100%;
  }

  .menu-clube-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .menu-clube-nav a {
    font-size: 15px;
    white-space: normal;
    text-align: center;
  }

  .btn-sair {
    width: 100%;
    max-width: 220px;
  }

  footer.bg-geral {
    min-height: auto;
    padding: 32px 0 22px;
  }

  .footer.container {
    gap: 22px;
  }

  .footer h4 {
    font-size: 1.2rem;
    margin-bottom: 18px;
    text-align: left;
  }

  .form-ajuda {
    max-width: 100%;
  }

  .btn-form-ajuda {
    width: 100%;
    max-width: 260px;
  }

  .footer > div:last-child p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .historico-admin-title {
    font-size: 22px;
  }

  .historico-admin-inline-value,
  .historico-admin-col-value {
    font-size: 16px;
  }

  .historico-admin-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .logo-header {
    max-width: 105px;
  }

  .menu-clube-nav a {
    font-size: 14px;
  }

  .btn-sair {
    max-width: 180px;
    height: 40px;
    font-size: 15px;
  }
}

div#saiba-mais {
  justify-content: center !important;
  display: flex;
  align-items: center;
}

.btn-adm:hover {
  color: white !important;
  background: #239fef !important;
  opacity: 0.8 !important;
}

.btn-adm {
  color: white !important;
  background: #239fef !important;
  transition: .8s ease;
}