/* =========================================================
   KING'S CAVE — AUTH / PUBLIC BASE / HOME
========================================================= */

:root {
  --green-900: #173F35;
  --green-950: #0b231e;
  --green-800: #1d4c40;

  --gold: #c8a968;
  --gold-2: #b99145;

  --text: #1b1b1b;
  --muted: #6f6f6f;
  --stroke: #d9d9d9;
  --bg: #ffffff;

  --topbar-h: 72px;

  --serif: "Lora", Georgia, "Times New Roman", serif;
}

/* =========================
   RESET
========================= */

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #000;
  overflow-x: hidden;
}

body {
  padding-top: 0;
}

.kc-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  background: transparent;
  border: none;
  box-shadow: none;
}

.kc-home-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.kc-home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/static/img/background.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* =========================
   TOPBAR
========================= */

:root {
  --kc-black: #050505;
  --kc-black-soft: rgba(5, 5, 5, 0.88);
  --kc-gold: #d8b15f;
  --kc-gold-dark: #b88d3f;
  --kc-gold-light: #f1d58b;
  --kc-white: #f4f1ea;
  --kc-muted: rgba(244, 241, 234, 0.72);
  --kc-border: rgba(216, 177, 95, 0.32);
}

.kc-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  z-index: 9999;
  background: transparent;
  border: none;
  box-shadow: none;

}

.kc-topbar__inner {
  width: min(1240px, calc(100% - 72px));
  height: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

}

.kc-topbar__brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.kc-topbar__brand a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.kc-topbar__mark {
  width: 86px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(216, 177, 95, 0.16));
}

.kc-topbar__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: nowrap;
  min-width: 0;
}

.kc-topbar__link {
  position: relative;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;

  color: #B8B8B8 !important;
  text-decoration: none !important;
  text-transform: uppercase;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  transition: color 0.25s ease;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.kc-topbar__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background: #d8b15f;
  transition: width 0.25s ease;
}

.kc-topbar__link:hover {
  color: #d8b15f;
}

.kc-topbar__link:hover::after {
  width: 100%;
}

.kc-topbar__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.kc-topbar .kc-topbar__nav .kc-topbar__link {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  color: #B8B8B8 !important;
  white-space: nowrap;
}

/* Topbar normal */
.kc-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;

  background: transparent;
  border-bottom: none;
  box-shadow: none;

  isolation: isolate;

  transition:
    background 0.28s ease,
    backdrop-filter 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.kc-topbar.kc-topbar--scrolled {
  background: rgba(14, 14, 14, 0.96) !important;
  border-bottom: 1px solid rgba(198, 161, 91, 0.18) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.72) !important;

  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.kc-topbar.kc-topbar--scrolled {
  background: rgba(14, 14, 14, 0.96) !important;
  border-bottom: 1px solid rgba(198, 161, 91, 0.18) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.72) !important;

  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}



/* =========================
   BOTONES TOPBAR - FIGMA FINAL
========================= */

.kc-topbar .kc-topbar__actions {
  display: flex;
  align-items: center;
  gap: 40px;
}

.kc-topbar .kc-pill,
.kc-topbar .kc-pill:visited {
  width: 176px !important;
  height: 44px !important;
  min-width: 176px !important;
  max-width: 176px !important;

  padding: 12px 32px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 0 !important;
  border: none !important;
  outline: none !important;

  background: linear-gradient(180deg, #C6A15B 0%, #E0C177 100%) !important;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;

  color: #292929 !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;

  box-shadow: none !important;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.kc-topbar .kc-pill:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #E0C177 0%, #C6A15B 100%) !important;
  color: #292929 !important;
}

.kc-topbar .kc-pill--gold,
.kc-topbar .kc-pill--outline {
  border-radius: 0 !important;
  border: none !important;
  background: linear-gradient(180deg, #C6A15B 0%, #E0C177 100%) !important;
  color: #292929 !important;
}
/* Burger */
.kc-burger {
  width: 44px;
  height: 44px;

  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;

  border: 1px solid rgba(216, 177, 95, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.kc-burger span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--kc-gold);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.kc-burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.kc-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.kc-burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Para que el contenido no quede debajo del header */
body {
  padding-top: 0px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px) {
  .kc-topbar__inner {
    width: min(100% - 32px, 1180px);
    gap: 18px;
  }

  .kc-topbar__nav {
    gap: 24px;
  }

  .kc-pill {
    min-width: 128px;
    padding: 0 18px;
  }
}



@media (max-width: 820px) {
  .kc-topbar {
    height: 78px;
  }

  body {
    padding-top: 0px;
  }

  .kc-topbar__mark {
    width: 78px;
  }

  .kc-burger {
    display: flex;
  }
  

  .kc-topbar__nav,
  .kc-topbar__actions {
    position: fixed;
    left: 16px;
    right: 16px;

    display: none;
    flex-direction: column;
    align-items: stretch;

    background:
      linear-gradient(180deg, rgba(9, 9, 9, 0.98), rgba(0, 0, 0, 0.96));
    border: 1px solid rgba(216, 177, 95, 0.22);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

.kc-topbar__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

  .kc-topbar__actions {
    top: 247px;
    padding: 0 22px 22px;
    border-top: none;
    border-radius: 0 0 24px 24px;
    gap: 12px;
  }

  .kc-topbar__nav.is-open,
  .kc-topbar__actions.is-open {
    display: flex;
  }

  .kc-topbar__link {
    padding: 15px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(216, 177, 95, 0.12);
  }

  .kc-topbar__link::after {
    display: none;
  }

  .kc-pill {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .kc-topbar__inner {
    width: calc(100% - 24px);
  }

  .kc-topbar__mark {
    width: 72px;
  }

  .kc-topbar__nav,
  .kc-topbar__actions {
    left: 12px;
    right: 12px;
  }
}


@media (max-width: 920px) {
  .kc-burger {
    width: 44px !important;
    height: 44px !important;

    border-radius: 50% !important;
    border: 1px solid rgba(198, 161, 91, 0.75) !important;
    background: rgba(0, 0, 0, 0.35) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .kc-burger span {
    width: 18px !important;
    height: 2px !important;
    background: #E0C177 !important;
    border-radius: 999px !important;
  }
}@media (max-width: 920px) {
  .kc-burger {
    width: 44px !important;
    height: 44px !important;

    border-radius: 50% !important;
    border: 1px solid rgba(198, 161, 91, 0.75) !important;
    background: rgba(0, 0, 0, 0.35) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .kc-burger span {
    width: 18px !important;
    height: 2px !important;
    background: #E0C177 !important;
    border-radius: 999px !important;
  }
}

/* =========================
   HEADER BUTTONS
========================= */



.kc-pill.is-active {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

/* =========================
   BURGER
========================= */



.kc-burger span {
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.92);
  border-radius: 999px;
  display: block;
}

/* =========================
   MOBILE DRAWER
========================= */
.kc-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.kc-mobile-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.kc-mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  width: min(92vw, 380px);
  height: 100dvh;
  padding: 74px 16px 18px;

  background: #0E0E0ED9;
  border-left: 1px solid rgba(198, 161, 91, 0.28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  overflow: auto;
  -webkit-overflow-scrolling: touch;

  display: flex;
  flex-direction: column;
  gap: 10px;

  transform: translateX(110%);
  transition: transform .24s ease;
}

body.kc-nav-open {
  overflow: hidden;
}

body.kc-nav-open .kc-mobile-nav {
  transform: translateX(0);
}

/* Close button */
.kc-mobile-close {
  position: absolute;
  top: 14px;
  right: 14px;

  width: 42px;
  height: 42px;

  border-radius: 50%;
  border: 1px solid rgba(184, 184, 184, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: #B8B8B8;

  display: grid;
  place-items: center;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;

  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: .25s ease;
}

.kc-mobile-close:hover {
  color: #C6A15B;
  border-color: rgba(198, 161, 91, 0.55);
  background: rgba(198, 161, 91, 0.08);
}

/* Links principales */
.kc-mobile-nav .kc-topbar__link,
.kc-mobile-nav .kc-topbar__small {
  display: block;
  width: 100%;

  padding: 14px 16px;
  border-radius: 14px;

  border: 1px solid rgba(184, 184, 184, 0.18);
  background: rgba(255, 255, 255, 0.035);

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;

  color: #B8B8B8;
  text-decoration: none;
  text-transform: uppercase;

  transition: .25s ease;
}

.kc-mobile-nav .kc-topbar__link:hover,
.kc-mobile-nav .kc-topbar__small:hover {
  color: #C6A15B;
  border-color: rgba(198, 161, 91, 0.45);
  background: rgba(198, 161, 91, 0.08);
  transform: translateX(3px);
}

/* Acciones */
.kc-mobile-actions {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.kc-mobile-actions .kc-pill,
.kc-mobile-actions .kc-pill:visited {
  width: 100%;
  height: 44px;
  min-width: 0;
  max-width: none;

  padding: 12px 32px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 0;
  border: none;

  background: linear-gradient(180deg, #C6A15B 0%, #E0C177 100%);

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;

  color: #292929;
  text-align: center;
  text-decoration: none;
  text-transform: none;

  transition: .25s ease;
}

.kc-mobile-actions .kc-pill:hover {
  background: linear-gradient(180deg, #E0C177 0%, #C6A15B 100%);
  color: #292929;
  transform: translateY(-1px);
}

/* Legal */
.kc-mobile-legal {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(184, 184, 184, 0.18);

  display: grid;
  gap: 12px;
}

.kc-mobile-legal a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0;

  color: #B8B8B8;
  text-decoration: none;

  transition: .25s ease;
}

.kc-mobile-legal a:hover {
  color: #C6A15B;
  transform: translateX(4px);
}

/* =========================
   MAIN AUTH
========================= */

.kc-main {
  min-height: calc(100vh - var(--topbar-h));
  display: flex;
  justify-content: center;
  padding: clamp(90px, 12vh, 150px) 18px clamp(140px, 16vh, 200px);
}

/* =========================
   MAIN HOME FIX
========================= */

body:has(.kc-home-hero) .kc-main {
  display: block;
  width: 100%;
  min-height: auto;
  padding: 0;
  margin: 0;
}

.kc-login {
  width: min(760px, 94vw);
  text-align: center;
}

.kc-login__logo {
  width: clamp(260px, 28vw, 380px);
  height: auto;
  margin: 0 auto 28px;
  display: block;
}

.kc-login__title {
  font-size: clamp(32px, 2.8vw, 42px);
  font-weight: 700;
  margin: 0 0 10px;
}

.kc-login__note {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 26px;
}

.kc-form {
  width: min(460px, 92vw);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.kc-field {
  position: relative;
}

.kc-field input,
.kc-field select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  font-size: 14px;
  background: #fff;
  color: var(--text);
}

.kc-field input:focus,
.kc-field select:focus {
  outline: none;
  border-color: var(--green-800);
  box-shadow: 0 0 0 4px rgba(15,74,39,.12);
}

.kc-field select {
  padding-right: 44px;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(0,0,0,.6) 50%),
    linear-gradient(135deg, rgba(0,0,0,.6) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 20px,
    calc(100% - 14px) 20px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.kc-field select:invalid {
  color: rgba(27,27,27,.55);
}

.kc-link {
  font-size: 13px;
  color: #2b2b2b;
  opacity: .85;
}

.kc-link:hover {
  opacity: 1;
}

.kc-form__row {
  display: flex;
  justify-content: flex-start;
  margin-top: 2px;
}

.kc-btn {
  width: 100%;
  height: 46px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--green-900);
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: .25s ease;
}

.kc-btn:hover {
  background: var(--green-800);
}

.kc-form__bottom {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
  font-size: 13px;
}

/* =========================
   DATE PLACEHOLDER
========================= */

#birth_date.kc-date-empty {
  color: transparent;
  caret-color: transparent;
}

#birth_date.kc-date-empty::-webkit-datetime-edit,
#birth_date.kc-date-empty::-webkit-datetime-edit-fields-wrapper,
#birth_date.kc-date-empty::-webkit-datetime-edit-text,
#birth_date.kc-date-empty::-webkit-datetime-edit-month-field,
#birth_date.kc-date-empty::-webkit-datetime-edit-day-field,
#birth_date.kc-date-empty::-webkit-datetime-edit-year-field {
  color: transparent;
  opacity: 0;
}

#birth_date.kc-date-empty::before {
  content: "Digite su fecha de nacimiento";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(27,27,27,.55);
  pointer-events: none;
}

#birth_date:not(.kc-date-empty) {
  color: var(--text);
}

/* =========================
   FOOTER PREMIUM
========================= */

.kc-footer {
  position: relative;
  width: 100%;

  padding: 72px 24px 28px;

  background-image:
    linear-gradient(
      rgba(14, 14, 14, 0.90),
      rgba(14, 14, 14, 0.94)
    ),
    url("/static/img/secondarybackground.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #ffffff;
  border-top: 1px solid rgba(198, 161, 91, 0.12);
  overflow: hidden;
}

.kc-footer__inner {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 220px 1fr 1fr 260px;
  align-items: flex-start;
  gap: 56px;
}

.kc-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}

.kc-footer__logo {
  width: 150px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(198, 161, 91, 0.18));
}

.kc-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kc-footer__col h3 {
  margin: 0 0 26px;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.06em;

  text-transform: uppercase;
  color: #C6A15B;
}

.kc-footer__contact {
  gap: 24px;
}

.kc-footer__contact a,
.kc-footer__contact a span {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;

  color: #B8B8B8 !important;
  text-decoration: none !important;
}

.kc-footer__contact a {
  display: flex;
  align-items: center;
  gap: 18px;

  transition: color 0.25s ease, transform 0.25s ease;
}

.kc-footer__contact a:hover,
.kc-footer__contact a:hover span {
  color: #C6A15B !important;
  transform: translateX(3px);
}

.kc-footer__contact img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.kc-footer__schedule {
  gap: 20px;
  min-width: 280px;
}

.kc-footer__schedule p {
  margin: 0;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;

  color: #B8B8B8 !important;

  white-space: nowrap !important;
}

.kc-footer__cta {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 18px;
}

.kc-footer__btn {
  width: 268px;
  height: 46px;
  padding: 12px 32px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #C6A15B;
  background: transparent;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;

  color: #C6A15B;
  text-decoration: none;
  text-transform: none;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}

.kc-footer__btn:hover {
  color: #292929;
  background: linear-gradient(180deg, #C6A15B 0%, #E0C177 100%);
  border-color: transparent;
  transform: translateY(-2px);
}

.kc-footer__bottom {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  margin: 54px auto 0;
  padding-top: 18px;

  text-align: center;
}

.kc-footer__bottom p {
  margin: 0 0 6px;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;

  color: #B8B8B8 !important;
}

.kc-footer__legal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 6px;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;

  color: #B8B8B8 !important;
}

.kc-footer__legal a {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;

  color: #B8B8B8 !important;
  text-decoration: none;
  transition: color 0.25s ease;
}

.kc-footer__legal a:hover {
  color: #C6A15B !important;
}

/* MOBILE FOOTER */
@media (max-width: 1024px) {
  .kc-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px 36px;
  }

  .kc-footer__brand {
    justify-content: flex-start;
  }

  .kc-footer__cta {
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  .kc-footer {
    padding: 56px 20px 28px;
  }

  .kc-footer__inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .kc-footer__brand,
  .kc-footer__col,
  .kc-footer__cta {
    align-items: center;
    justify-content: center;
  }

  .kc-footer__logo {
    width: 130px;
  }

  .kc-footer__col h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .kc-footer__contact {
    gap: 16px;
  }

  .kc-footer__contact a,
  .kc-footer__contact a span {
    justify-content: center;
    font-size: 14px !important;
    line-height: 22px !important;
    text-align: center;
  }

  .kc-footer__schedule {
    gap: 14px;
  }

  .kc-footer__schedule p {
  margin: 0;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;

  color: #B8B8B8 !important;

  white-space: nowrap;
}

  .kc-footer__btn {
    width: min(100%, 280px);
  }

  .kc-footer__bottom {
    width: 100%;
    margin-top: 40px;
  }

  .kc-footer__bottom p,
  .kc-footer__legal,
  .kc-footer__legal a {
    font-size: 13px !important;
    line-height: 21px !important;
  }

  .kc-footer__legal {
    flex-direction: column;
    gap: 5px;
  }

  .kc-footer__legal span {
    display: none;
  }
}

/* =========================
   HOME HERO BACKGROUND
========================= */

.kc-home-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;

  display: flex;
  align-items: center;
}

.kc-home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("/static/img/background.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.kc-home-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.48) 42%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.08) 42%,
      rgba(0, 0, 0, 0.62) 100%
    );
}

.kc-home-content {
  position: relative;
  z-index: 2;

  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;

  padding-top: 20px;
  transform: translateY(-45px);
}

.kc-home-card {
  max-width: 560px;
}

.kc-home-card span {
  display: inline-block;
  margin-bottom: 18px;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 100% !important;

  /* Figma: letter spacing 14% */
  letter-spacing: 0.14em !important;

  text-transform: uppercase !important;
  color: #C6A15B !important;
}

.kc-home-card h1 {
  max-width: 720px;
  margin: 0 0 24px;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: clamp(50px, 4vw, 68px) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: -0.04em !important;

  color: #ffffff !important;
}

.kc-home-card p {
  max-width: 500px;
  margin: 0 0 34px;


  line-height: 100% !important;font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  color: #B8B8B8;
}

.kc-home-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.kc-home-btn {
  width: 242px;
  height: 58px;
  padding: 16px 32px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;

  text-decoration: none !important;
  white-space: nowrap;

  border-radius: 0;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.kc-home-btn:hover {
  transform: translateY(-2px);
}

/* Botón dorado */
.kc-home-btn--gold {
  color: #292929 !important;
  border: 2px solid transparent;
  background: linear-gradient(180deg, #E0C177 0%, #C6A15B 100%);
}

.kc-home-btn--gold:hover {
  color: #292929 !important;
  background: linear-gradient(180deg, #C6A15B 0%, #E0C177 100%);
}

/* Botón outline */
.kc-home-btn--outline {
  color: #C6A15B !important;
  border: 2px solid #E0C177;
  background: transparent;
}

.kc-home-btn--outline:hover {
  color: #292929 !important;
  background: linear-gradient(180deg, #E0C177 0%, #C6A15B 100%);
  border-color: transparent;
}

@media (max-width: 768px) {
  .kc-home-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .kc-home-btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: 54px;
    font-size: 18px !important;
  }
}
/* =========================
   WHATSAPP FLOAT
========================= */

.kc-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9997;

  width: 58px;
  height: 58px;
  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background-color: #29A71A;

  background-image: url("/static/img/whatsapp.png");
  background-repeat: no-repeat;
  background-position: center;

  /* 👇 AJUSTE CLAVE */
  background-size: 90%;

  box-shadow: 0 18px 45px rgba(0,0,0,.30);
  transition: all .25s ease;
}

.kc-whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 22px 55px rgba(0,0,0,.35);
}

/* =========================
   TOAST
========================= */

.kc-toastLayer {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.kc-toast {
  width: min(520px, 94vw);
  border-radius: 16px;
  background: rgba(15,15,15,.92);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  overflow: hidden;
  transform: translateY(10px) scale(.98);
  opacity: 0;
  animation: kcToastIn .18s ease-out forwards;
}

@keyframes kcToastIn {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.kc-toast__top {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.kc-toast__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
}

.kc-toast__title {
  margin: 0;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  font-size: 14px;
}

.kc-toast__msg {
  margin: 6px 0 0;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.45;
}

.kc-toast__body {
  padding: 12px 16px 14px;
}

.kc-toast__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.kc-toast-btn {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  font-size: 13px;
}

.kc-toast-btn--ghost {
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.10);
}

.kc-toast-btn--gold {
  background: linear-gradient(180deg, rgba(200,169,104,.95), rgba(185,145,69,.82));
  color: #0b0b0b;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 920px) {
  .kc-topbar {
    height: 78px !important;
  }

  .kc-topbar__inner {
    width: 100% !important;
    height: 78px !important;
    padding: 0 32px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .kc-topbar__mark {
    width: 74px !important;
    height: auto !important;
  }

  .kc-burger {
    display: flex !important;
    position: relative !important;
    z-index: 10001 !important;
  }

  /* Oculta menú y botones cuando está cerrado */
  .kc-topbar__nav,
  .kc-topbar__actions {
    display: none !important;
  }

  /* Menú abierto */
  .kc-topbar__nav.is-open {
    display: flex !important;

    position: fixed !important;
    top: 86px !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 10000 !important;

    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;

    padding: 22px 22px 14px !important;

    background: rgba(7, 7, 7, 0.96) !important;
    border: 1px solid rgba(198, 161, 91, 0.35) !important;
    border-bottom: none !important;
    border-radius: 24px 24px 0 0 !important;

    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

  .kc-topbar__nav.is-open .kc-topbar__link {
    width: 100% !important;
    padding: 16px 0 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    letter-spacing: 0.08em !important;

    color: #B8B8B8 !important;
    text-align: center !important;
    text-transform: uppercase !important;

    border-bottom: 1px solid rgba(198, 161, 91, 0.14) !important;
  }

  /* Botones abiertos pegados debajo del menú */
  .kc-topbar__actions.is-open {
    display: flex !important;

    position: fixed !important;
    top: 283px !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 10000 !important;

    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;

    padding: 0 22px 24px !important;

    background: rgba(7, 7, 7, 0.96) !important;
    border: 1px solid rgba(198, 161, 91, 0.35) !important;
    border-top: none !important;
    border-radius: 0 0 24px 24px !important;

    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

  .kc-topbar__actions.is-open .kc-pill {
    width: 100% !important;
    max-width: 240px !important;
    min-width: 0 !important;
    height: 44px !important;

    border-radius: 0 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;

    background: linear-gradient(180deg, #C6A15B 0%, #E0C177 100%) !important;
    color: #292929 !important;
  }
}

/* =========================
   MOBILE HERO POSITION FIX
========================= */

@media (max-width: 768px) {
  .kc-home-hero {
    min-height: 100svh;
    align-items: flex-start !important;
  }

  .kc-home-content {
    padding-top: 128px !important;
    transform: none !important;
  }

  .kc-home-card {
    transform: none !important;
  }
}

@media (max-width: 480px) {
  .kc-home-content {
    padding-top: 142px !important;
  }
}

  .kc-home-content h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.6rem);
    line-height: 1.06;
    max-width: 100%;
  }

  .kc-home-content p {
    font-size: .94rem;
    max-width: 100%;
  }

  .kc-home-actions {
    width: 100%;
    justify-content: center;
  }

  .kc-home-btn {
    width: 100%;
    max-width: 250px;
  }

  .kc-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }


@media (max-width: 520px) {
  .kc-topbar__inner {
    padding: 0 14px;
    height: 68px;
  }

  .kc-topbar__mark {
    height: 48px;
  }

  .kc-login__logo {
    width: 240px;
  }

  .kc-form {
    width: 94vw;
  }

  .kc-footer__inner {
    flex-direction: column;
    gap: 26px;
  }
}

@media (max-height: 760px) {
  .kc-main {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .kc-home-card {
    padding: 24px 24px;
  }

  .kc-home-content h1 {
    font-size: clamp(1.85rem, 2.8vw, 2.45rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kc-home-video,
  .kc-home-card,
  .kc-toast {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
.kc-main-legal {
  display: block !important;
  min-height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
}
/* =========================================================
   KING'S CAVE — REGISTER PREMIUM
========================================================= */

body:has(.kc-register-page) .kc-main {
  min-height: calc(100vh - var(--topbar-h));
  padding: clamp(42px, 7vh, 76px) 18px clamp(80px, 10vh, 120px);
  background:
    radial-gradient(circle at top center, rgba(200,169,104,.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8f6f1 100%);
}

.kc-register-page {
  width: 100%;
  display: flex;
  justify-content: center;
}

.kc-register-card {
  width: min(980px, 96vw);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  border: 1px solid rgba(23,63,53,.12);
  box-shadow:
    0 30px 90px rgba(15, 35, 30, .14),
    inset 0 1px 0 rgba(255,255,255,.9);
  position: relative;
  overflow: hidden;
}

.kc-register-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(200,169,104,.16), transparent 28%),
    radial-gradient(circle at 94% 96%, rgba(23,63,53,.10), transparent 30%);
  pointer-events: none;
}

.kc-register-brand,
.kc-register-form {
  position: relative;
  z-index: 1;
}

.kc-register-brand {
  padding: clamp(18px, 3vw, 30px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 10%, rgba(200,169,104,.18), transparent 38%),
    linear-gradient(180deg, var(--green-900), var(--green-950));
  color: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 22px 60px rgba(11,35,30,.22);
}

.kc-register-logo {
  width: clamp(220px, 24vw, 330px);
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.28));
}

.kc-register-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200,169,104,.45);
  color: var(--gold);
  background: rgba(255,255,255,.05);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kc-register-brand h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.05;
}

.kc-register-brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .95rem;
  line-height: 1.65;
}

.kc-register-form {
  padding: clamp(4px, 1vw, 10px);
  display: grid;
  gap: 18px;
}

.kc-register-section {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(23,63,53,.10);
  box-shadow: 0 14px 38px rgba(15,35,30,.06);
}

.kc-register-section-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.kc-register-section-head > span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
  color: #102b25;
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(185,145,69,.22);
}

.kc-register-section-head h2 {
  margin: 0;
  font-size: 1rem;
  color: var(--green-950);
  line-height: 1.2;
}

.kc-register-section-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.4;
}

.kc-premium-field {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  text-align: left;
}

.kc-premium-field > span {
  color: var(--green-950);
  font-size: .82rem;
  font-weight: 900;
}

.kc-premium-field input,
.kc-premium-field select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(23,63,53,.16);
  background: rgba(255,255,255,.96);
  color: var(--text);
  font-size: .92rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  transition: .22s ease;
}

.kc-premium-field input::placeholder {
  color: rgba(27,27,27,.46);
}

.kc-premium-field input:focus,
.kc-premium-field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow:
    0 0 0 4px rgba(200,169,104,.17),
    0 14px 28px rgba(15,35,30,.08);
}

.kc-premium-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(23,63,53,.75) 50%),
    linear-gradient(135deg, rgba(23,63,53,.75) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 22px,
    calc(100% - 15px) 22px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
}

.kc-premium-field select:invalid {
  color: rgba(27,27,27,.52);
}

.kc-register-btn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background:
    linear-gradient(180deg, var(--green-900), var(--green-950));
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 18px 42px rgba(11,35,30,.22);
  transition: .25s ease;
}

.kc-register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(11,35,30,.28);
}

.kc-register-bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: .88rem;
}

.kc-register-bottom a {
  color: var(--green-900);
  font-weight: 900;
  border-bottom: 1px solid rgba(23,63,53,.25);
}

.kc-register-bottom a:hover {
  color: var(--gold-2);
  border-bottom-color: var(--gold-2);
}

@media (max-width: 900px) {
  .kc-register-card {
    grid-template-columns: 1fr;
  }

  .kc-register-brand {
    min-height: auto;
    padding: 28px 20px;
  }

  .kc-register-logo {
    width: min(270px, 78vw);
  }
}

@media (max-width: 520px) {
  body:has(.kc-register-page) .kc-main {
    padding: 24px 12px 90px;
  }

  .kc-register-card {
    width: 100%;
    padding: 12px;
    border-radius: 24px;
  }

  .kc-register-brand {
    border-radius: 22px;
  }

  .kc-register-brand h1 {
    font-size: 2rem;
  }

  .kc-register-brand p {
    font-size: .88rem;
  }

  .kc-register-section {
    padding: 15px;
    border-radius: 18px;
  }

  .kc-register-section-head {
    gap: 10px;
  }

  .kc-premium-field input,
  .kc-premium-field select,
  .kc-register-btn {
    height: 50px;
  }

  .kc-register-bottom {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}
/* =========================================================
   KING'S CAVE — LOGIN PREMIUM
========================================================= */

body:has(.kc-login-premium-page) .kc-main {
  min-height: calc(100vh - var(--topbar-h));
  padding: clamp(42px, 7vh, 76px) 18px clamp(80px, 10vh, 120px);
  background:
    radial-gradient(circle at top center, rgba(200,169,104,.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8f6f1 100%);
}

.kc-login-premium-page {
  width: 100%;
  display: flex;
  justify-content: center;
}

.kc-login-premium-card {
  width: min(980px, 96vw);
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 34px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.97), rgba(255,255,255,.88));
  border: 1px solid rgba(23,63,53,.12);
  box-shadow:
    0 30px 90px rgba(15, 35, 30, .14),
    inset 0 1px 0 rgba(255,255,255,.9);
  position: relative;
  overflow: hidden;
}

.kc-login-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(200,169,104,.16), transparent 28%),
    radial-gradient(circle at 94% 96%, rgba(23,63,53,.10), transparent 30%);
  pointer-events: none;
}

.kc-login-premium-brand,
.kc-login-premium-content {
  position: relative;
  z-index: 1;
}

.kc-login-premium-brand {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 8%, rgba(200,169,104,.20), transparent 38%),
    linear-gradient(180deg, var(--green-900), var(--green-950));
  color: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 22px 60px rgba(11,35,30,.22);
}

.kc-login-premium-logo {
  width: clamp(220px, 23vw, 320px);
  height: auto;
  margin: 0 auto 22px;
  display: block;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.28));
}

.kc-login-premium-eyebrow {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200,169,104,.45);
  color: var(--gold);
  background: rgba(255,255,255,.05);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kc-login-premium-brand h1 {
  margin: 0 0 12px;
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.05;
}

.kc-login-premium-brand p {
  max-width: 390px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  text-align: center;
  font-size: .95rem;
  line-height: 1.65;
}

.kc-login-premium-line {
  width: 100%;
  height: 1px;
  margin: 26px 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200,169,104,.5),
    transparent
  );
}

.kc-login-premium-benefits {
  display: grid;
  gap: 12px;
}

.kc-login-premium-benefits div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
}

.kc-login-premium-benefits strong {
  display: block;
  color: #fff;
  font-size: .9rem;
  margin-bottom: 4px;
}

.kc-login-premium-benefits span {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: .8rem;
  line-height: 1.45;
}

.kc-login-premium-content {
  padding: clamp(12px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kc-login-premium-head {
  text-align: left;
  margin-bottom: 22px;
}

.kc-login-premium-head > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(23,63,53,.07);
  color: var(--green-900);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kc-login-premium-head h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.kc-login-premium-head p {
  max-width: 440px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.kc-login-premium-form {
  display: grid;
  gap: 16px;
}

.kc-login-premium-actions-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
}

.kc-login-premium-actions-row a {
  color: var(--green-900);
  font-size: .82rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(23,63,53,.22);
  transition: .22s ease;
}

.kc-login-premium-actions-row a:hover {
  color: var(--gold-2);
  border-bottom-color: var(--gold-2);
}

.kc-login-premium-btn {
  width: 100%;
  height: 52px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background:
    linear-gradient(180deg, var(--green-900), var(--green-950));
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 18px 42px rgba(11,35,30,.22);
  transition: .25s ease;
}

.kc-login-premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(11,35,30,.28);
}

.kc-login-premium-bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: .88rem;
  margin-top: 4px;
}

.kc-login-premium-bottom a {
  color: var(--green-900);
  font-weight: 900;
  border-bottom: 1px solid rgba(23,63,53,.25);
}

.kc-login-premium-bottom a:hover {
  color: var(--gold-2);
  border-bottom-color: var(--gold-2);
}

/* Reutiliza el campo premium del registro */
.kc-premium-field {
  display: grid;
  gap: 8px;
  text-align: left;
}

.kc-premium-field > span {
  color: var(--green-950);
  font-size: .82rem;
  font-weight: 900;
}

.kc-premium-field input,
.kc-premium-field select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(23,63,53,.16);
  background: rgba(255,255,255,.96);
  color: var(--text);
  font-size: .92rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  transition: .22s ease;
}

.kc-premium-field input::placeholder {
  color: rgba(27,27,27,.46);
}

.kc-premium-field input:focus,
.kc-premium-field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow:
    0 0 0 4px rgba(200,169,104,.17),
    0 14px 28px rgba(15,35,30,.08);
}

@media (max-width: 900px) {
  .kc-login-premium-card {
    grid-template-columns: 1fr;
  }

  .kc-login-premium-brand {
    min-height: auto;
    padding: 28px 20px;
  }

  .kc-login-premium-logo {
    width: min(270px, 78vw);
  }

  .kc-login-premium-content {
    padding: 12px 4px 4px;
  }

  .kc-login-premium-head {
    text-align: center;
  }

  .kc-login-premium-head > span {
    margin-left: auto;
    margin-right: auto;
  }

  .kc-login-premium-head p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 520px) {
  body:has(.kc-login-premium-page) .kc-main {
    padding: 24px 12px 90px;
  }

  .kc-login-premium-card {
    width: 100%;
    padding: 12px;
    border-radius: 24px;
  }

  .kc-login-premium-brand {
    border-radius: 22px;
  }

  .kc-login-premium-brand h1 {
    font-size: 2rem;
  }

  .kc-login-premium-brand p {
    font-size: .88rem;
  }

  .kc-login-premium-benefits {
    gap: 10px;
  }

  .kc-login-premium-benefits div {
    padding: 12px 14px;
  }

  .kc-login-premium-head h2 {
    font-size: 2rem;
  }

  .kc-premium-field input,
  .kc-premium-field select,
  .kc-login-premium-btn {
    height: 50px;
  }

  .kc-login-premium-bottom {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .kc-login-premium-actions-row {
    justify-content: center;
  }
}
.kc-password-wrap {
  position: relative;
  width: 100%;
}

.kc-password-wrap input {
  width: 100%;
  padding-right: 52px;
}

.kc-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #d6c08d;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}

.kc-password-toggle:hover {
  color: #ffffff;
}

.kc-password-toggle:focus {
  outline: none;
}
.kc-password-wrap {
  position: relative;
  width: 100%;
}

.kc-password-wrap input {
  width: 100%;
  padding-right: 54px;
}

.kc-password-toggle {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #0c3b31;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.kc-password-toggle:hover {
  color: #c8a75d;
}

.kc-password-toggle svg {
  pointer-events: none;
}

/* =========================================================
   KING'S EXPERIENCE
========================================================= */

.kc-experience {
  position: relative;
  width: 100%;
  padding: 96px 24px 86px;

  background-image:
  linear-gradient(
    rgba(14, 14, 14, 0.78),
    rgba(14, 14, 14, 0.84)
  ),
  url("/static/img/Secondarybackground.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
}

.kc-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;

  background-image:
    radial-gradient(circle at 20px 20px, rgba(198, 161, 91, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255,255,255,0.04) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255,255,255,0.04) 25%, transparent 25%);
  background-size: 42px 42px, 80px 80px, 80px 80px;
  background-position: 0 0, 0 0, 0 0;
}

.kc-experience__inner {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.kc-experience__head {
  text-align: center;
  margin-bottom: 44px;
}

.kc-experience__crown ,
.kc-services-showcase__crown{
  margin-bottom: 10px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1;
  color: #C6A15B;
}

.kc-experience__head h2 {
  margin: 0;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0;

  color: #C6A15B;
}

.kc-experience__head p {
  max-width: 500px !important;
  margin: 0 auto !important;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;

  text-align: center !important;

  color: #B8B8B8 !important;

}

.kc-experience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.kc-experience-card {
  min-height: 260px;
  padding: 42px 26px 34px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  text-align: center;

  background: rgba(14, 14, 14, 0.58);
  border: 1px solid rgba(184, 184, 184, 0.20);
  border-radius: 6px;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.kc-experience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 161, 91, 0.55);
  background: rgba(20, 20, 20, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.kc-experience-card__icon {
  height: 54px;
  margin-bottom: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #C6A15B;
}

.kc-experience-card__icon span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;

  color: #C6A15B;
}

.kc-experience-card__icon--circle {
  width: 62px;
  height: 62px;

  border: 3px solid #C6A15B;
  border-radius: 50%;
}

.kc-experience-card__icon--circle span {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.kc-experience-card h3 {
  margin: 0 0 16px;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;

  text-transform: uppercase;
  color: #C6A15B;
}

/* Texto descripción cards King's Experience */
.kc-experience-card p {
  max-width: 245px !important;
  margin: 0 auto !important;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;

  text-align: center !important;

  color: #B8B8B8 !important;
}

/* =========================
   RESPONSIVE EXPERIENCE
========================= */

@media (max-width: 1024px) {
  .kc-experience__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .kc-experience {
    padding: 72px 16px 70px;
  }

  .kc-experience__inner {
    width: 100%;
  }

  .kc-experience__head {
    margin-bottom: 32px;
  }

  .kc-experience__head h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .kc-experience__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kc-experience-card {
    min-height: auto;
    padding: 34px 24px 30px;
  }
}

/* =========================================================
   KING'S SERVICES SHOWCASE
========================================================= */

.kc-services-showcase {
  position: relative;
  width: 100%;
  padding: 92px 24px 110px;

  background-image:
    linear-gradient(
      rgba(14, 14, 14, 0.90),
      rgba(14, 14, 14, 0.94)
    ),
    url("/static/img/secondarybackground.png");

  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  overflow: hidden;
}

.kc-services-showcase__inner {
  position: relative;
  z-index: 1;

  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.kc-services-showcase__head {
  text-align: center;
  margin-bottom: 54px;
}



.kc-services-showcase__head h2 {
  margin: 0;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0;

  color: #C6A15B;
}

.kc-services-showcase__head p {
  max-width: 500px !important;
  margin: 0 auto !important;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;

  text-align: center !important;

  color: #B8B8B8 !important;

}

.kc-services-showcase__grid {
  width: min(920px, 100%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 28px;
}

.kc-service-tile {
  position: relative;
  min-height: 310px;
  overflow: hidden;

  background: #0E0E0E;
  border: 1px solid rgba(198, 161, 91, 0.10);

  display: flex;
  align-items: flex-end;

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.kc-service-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 161, 91, 0.48);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

.kc-service-tile img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;

  transform: scale(1);
  transition: transform 0.35s ease;
}

.kc-service-tile:hover img {
  transform: scale(1.05);
}

.kc-service-tile__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.36) 48%,
      rgba(0, 0, 0, 0.86) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.34) 0%,
      rgba(0, 0, 0, 0.12) 100%
    );
}

.kc-service-tile__content {
  position: relative;
  z-index: 2;

  width: 100%;
  padding: 0 34px 34px;
}

.kc-service-tile__content h3 {
  margin: 0 0 14px;

  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.32em;

  text-transform: uppercase;
  color: #C6A15B;
}

.kc-service-tile__content p {
  max-width: 420px;
  margin: 0;

  font-family: "Montserrat", Arial, sans-serif !important;;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0;

  color: #F2F2F2;
}

/* =========================
   RESPONSIVE SERVICES
========================= */

@media (max-width: 900px) {
  .kc-services-showcase {
    padding: 78px 18px 88px;
  }

  .kc-services-showcase__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kc-service-tile {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .kc-services-showcase {
    padding: 68px 14px 76px;
  }

  .kc-services-showcase__inner {
    width: 100%;
  }

  .kc-services-showcase__head {
    margin-bottom: 36px;
  }

  .kc-services-showcase__head h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .kc-service-tile {
    min-height: 280px;
  }

  .kc-service-tile__content {
    padding: 0 22px 26px;
  }

  .kc-service-tile__content h3 {
    font-size: 14px;
    letter-spacing: 0.24em;
  }

  .kc-service-tile__content p {
    font-size: 11px;
    line-height: 150%;
  }
}

/* =========================================================
   KING'S POWER BANNER
========================================================= */

.kc-power-banner {
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: hidden;

  background: #0E0E0E;
}

.kc-power-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("/static/img/power-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  filter: grayscale(100%);
  opacity: 0.72;
}

.kc-power-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(14, 14, 14, 0.94) 0%,
      rgba(14, 14, 14, 0.70) 38%,
      rgba(14, 14, 14, 0.20) 64%,
      rgba(14, 14, 14, 0.88) 100%
    ),
    linear-gradient(
      180deg,
      rgba(14, 14, 14, 0.24) 0%,
      rgba(14, 14, 14, 0.68) 100%
    );
}

.kc-power-banner__inner {
  position: relative;
  z-index: 2;

  width: min(1180px, calc(100% - 48px));
  min-height: 430px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.kc-power-banner__text {
  padding-left: 96px;
}

.kc-power-banner__text h2 {
  margin: 0;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0;

  color: rgba(255, 255, 255, 0.48);
}

.kc-power-banner__text h2 strong {
  display: inline-block;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;

  color: rgba(255, 255, 255, 0.86);
}

.kc-power-banner__dog {
  position: absolute;
  right: 70px;
  bottom: 0;

  width: min(430px, 42vw);
  z-index: 3;
}

.kc-power-banner__dog img {
  width: 100%;
  height: auto;
  display: block;

  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.55));
}

/* =========================
   RESPONSIVE POWER BANNER
========================= */

@media (max-width: 900px) {
  .kc-power-banner {
    min-height: 520px;
  }

  .kc-power-banner__inner {
    width: calc(100% - 32px);
    min-height: 520px;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .kc-power-banner__text {
    padding-left: 24px;
    padding-top: 76px;
  }

  .kc-power-banner__text h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .kc-power-banner__dog {
    right: 20px;
    width: min(360px, 72vw);
  }
}

@media (max-width: 520px) {
  .kc-power-banner {
    min-height: 500px;
  }

  .kc-power-banner__inner {
    min-height: 500px;
  }

  .kc-power-banner__text {
    padding-left: 8px;
    padding-top: 58px;
  }

  .kc-power-banner__text h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .kc-power-banner__dog {
    right: -8px;
    width: 310px;
  }
}
/* =========================================================
   KING'S CAVE — REGISTER UPDATE
   Campos nuevos: nombre, apellido, celular, email, idioma
   Agregar al final del CSS principal
========================================================= */

.kc-register-grid {
  display: grid;
  width: 100%;
  gap: 18px;
}

.kc-register-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-register-help {
  margin: 12px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(1, 38, 34, 0.58);
}

.kc-password-field {
  width: 100%;
}

.kc-password-wrap {
  position: relative;
  width: 100%;
}

.kc-password-wrap input {
  width: 100%;
  padding-right: 92px !important;
}

.kc-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);

  width: auto;
  min-width: 58px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(198, 161, 91, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #d8b76c 0%, #b98c35 100%);
  color: #08251f;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.kc-password-toggle:hover {
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 10px 24px rgba(198, 161, 91, 0.25);
  filter: brightness(1.04);
}

.kc-password-toggle:active {
  transform: translateY(-50%) scale(0.98);
}

.kc-password-toggle:focus-visible {
  outline: 3px solid rgba(198, 161, 91, 0.35);
  outline-offset: 3px;
}

.kc-premium-field input[type="tel"],
.kc-premium-field input[type="email"],
.kc-premium-field input[type="text"],
.kc-premium-field input[type="password"],
.kc-premium-field input[type="date"],
.kc-premium-field select {
  min-height: 62px;
}

.kc-premium-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, rgba(1, 38, 34, 0.8) 50%),
    linear-gradient(135deg, rgba(1, 38, 34, 0.8) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 17px) 50%;
  background-size:
    7px 7px,
    7px 7px;
  background-repeat: no-repeat;

  padding-right: 52px;
}

.kc-premium-field select:invalid {
  color: rgba(1, 38, 34, 0.42);
}

.kc-premium-field input::placeholder {
  color: rgba(1, 38, 34, 0.38);
}

/* Evita que el formulario se sienta apretado con más campos */
.kc-register-form {
  gap: 26px;
}

.kc-register-section {
  overflow: visible;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
  .kc-register-grid--2 {
    grid-template-columns: 1fr;
  }

  .kc-register-help {
    font-size: 12.5px;
  }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 640px) {
  .kc-register-grid {
    gap: 14px;
  }

  .kc-register-section-head {
    align-items: flex-start;
  }

  .kc-register-section-head > span {
    flex: 0 0 auto;
  }

  .kc-password-wrap input {
    padding-right: 82px !important;
  }

  .kc-password-toggle {
    right: 10px;
    min-width: 54px;
    height: 34px;
    font-size: 11px;
  }

  .kc-register-help {
    margin-top: 10px;
    font-size: 12px;
  }

  .kc-premium-field input[type="tel"],
  .kc-premium-field input[type="email"],
  .kc-premium-field input[type="text"],
  .kc-premium-field input[type="password"],
  .kc-premium-field input[type="date"],
  .kc-premium-field select {
    min-height: 58px;
  }
}
/* =========================================================
   KING'S CAVE — LOGIN CORREO O CELULAR
   Pegar al final del CSS principal
========================================================= */

#loginForm input#username {
  letter-spacing: 0.01em;
}

#loginForm input#username::placeholder,
#loginForm input#password::placeholder {
  color: rgba(1, 38, 34, 0.38);
}

.kc-login-password-field {
  width: 100%;
}

.kc-login-password-wrap {
  position: relative;
  width: 100%;
}

.kc-login-password-wrap input {
  width: 100%;
  padding-right: 96px !important;
}

.kc-login-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);

  width: auto;
  min-width: 58px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(198, 161, 91, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #d8b76c 0%, #b98c35 100%);
  color: #08251f;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  cursor: pointer;
  z-index: 20;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.kc-login-password-toggle:hover {
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 10px 24px rgba(198, 161, 91, 0.25);
  filter: brightness(1.04);
}

.kc-login-password-toggle:active {
  transform: translateY(-50%) scale(0.98);
}

.kc-login-password-toggle:focus-visible {
  outline: 3px solid rgba(198, 161, 91, 0.35);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .kc-login-password-wrap input {
    padding-right: 84px !important;
  }

  .kc-login-password-toggle {
    right: 10px;
    min-width: 54px;
    height: 34px;
    font-size: 11px;
  }
}