:root {
  --black: #0a0f1f;
  --dark: #0d1326;
  --gray: #111827;
  --text: #e7e9ee;
  --muted: #9aa3b2;
  --pink: #ff2bd7;
  --blue: #00d8ff;
}

* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden
}

a {
  color: inherit;
  text-decoration: none
}

html {
  scroll-behavior: smooth
}

html,
body {
  overscroll-behavior-x: none;
  touch-action: pan-y
}

#harga {
  scroll-margin-top: 120px
}

#testi {
  scroll-margin-top: 120px
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: linear-gradient(180deg, rgba(10, 15, 31, .86), rgba(10, 15, 31, .72));
  backdrop-filter: blur(6px);
  z-index: 100;
  min-height: 96px;
  border-bottom: 1px solid rgba(0, 216, 255, .12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .35)
}

.header.scrolled {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08)
}

.logo img {
  display: block;
  height: auto;
  max-height: 44px;
  width: auto
}

.logo {
  display: flex;
  align-items: center;
  padding: 4px 12px
}

.logo-text {
  font-weight: 900;
  color: #fff;
  margin-left: 8px;
  letter-spacing: .3px
}

.nav {
  display: none;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px
}

.lang-switch a {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #e2e8f0
}

.lang-switch a.active {
  background: var(--pink) !important;
  color: #0a0f1f !important;
  border-color: var(--pink) !important
}

.lang-switch-mobile {
  display: none
}

.menu-btn {
  display: flex;
  margin-left: auto;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
  position: relative;
  z-index: 110
}

.menu-btn i {
  font-size: 20px
}

.mobile-menu {
  display: none;
  position: fixed;
  right: 24px;
  top: 100px;
  background: radial-gradient(600px 300px at 15% 25%, rgba(0, 216, 255, .10), transparent), radial-gradient(600px 300px at 85% 20%, rgba(255, 43, 215, .12), transparent), #0b0c0f;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  min-width: 220px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .45);
  padding: 8px;
  z-index: 30;
  backdrop-filter: blur(8px);
  transform: translateY(-8px) scale(.98);
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease
}

.mobile-menu .m-item {
  display: block;
  color: #e2e8f0;
  padding: 10px 12px;
  border-radius: 8px
}

.mobile-menu .m-item:hover {
  background: rgba(255, 255, 255, .08)
}

.mobile-menu .m-item.lang {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18)
}

.mobile-menu .m-item.lang.active {
  background: var(--pink);
  color: #0a0f1f;
  border-color: var(--pink)
}

.mobile-menu #pwaInstallBtnMobile {
  display: block;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff;
  font-weight: 700
}

.mobile-menu.open {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1)
}

.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  backdrop-filter: blur(2px);
  z-index: 20;
  opacity: 0;
  transition: opacity .18s ease
}

.menu-overlay.show {
  display: block;
  opacity: 1
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--pink);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .3px;
  box-shadow: 0 10px 18px rgba(255, 43, 215, .35)
}

.nav-cta {
  background: linear-gradient(90deg, rgba(255, 43, 215, .85), rgba(0, 216, 255, .85))
}

.nav-cta:hover {
  filter: brightness(1.05)
}

img,
video {
  max-width: 100%;
  height: auto
}

.nav-link {
  padding: 10px 14px;
  border-radius: 10px;
  color: #c6d0e0
}

.nav-link.active {
  color: var(--pink);
  font-weight: 800;
  background: rgba(255, 43, 215, .12);
  border-bottom: 2px solid var(--pink)
}

.nav-link:hover {
  color: #fff;
  background: rgba(0, 216, 255, .12)
}

.install-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff;
  font-weight: 700
}

.install-btn:hover {
  background: rgba(255, 255, 255, .12)
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 80px
}

.hero-content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  z-index: 1
}

.headline {
  font-size: clamp(28px, 6.5vw, 64px);
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: .2px;
  text-shadow: 0 0 12px rgba(0, 216, 255, .25), 0 0 10px rgba(255, 43, 215, .25)
}

.subheadline {
  font-size: 18px;
  color: var(--text);
  max-width: 800px;
  font-weight: 600
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.cta {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 999px;
  background: linear-gradient(var(--angle), rgba(255, 43, 215, .85), rgba(0, 216, 255, .85));
  background-size: 100% 100%;
  animation: neonSpin 6s linear infinite;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .3px;
  box-shadow: 0 10px 20px rgba(255, 43, 215, .35);
  transition: .2s transform;
  will-change: background
}

.cta:hover {
  transform: translateY(-2px)
}

.cta-sub {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #ffeaea
}

.cta.small {
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 14px
}

.cta-main {
  padding: 16px 32px;
  font-size: 18px
}

.hero-bg {
  position: absolute;
  inset: 0;
  transition: opacity .6s ease;
  background:
    linear-gradient(180deg, rgba(10, 15, 31, .55), rgba(10, 15, 31, .75)),
    radial-gradient(900px 500px at 20% 20%, rgba(0, 216, 255, .14), transparent),
    radial-gradient(900px 500px at 80% 15%, rgba(255, 43, 215, .16), transparent),
    url('herosection.jpg?v=2');
  background-size: cover;
  background-position: center 2%;
  filter: saturate(1.03) contrast(1.05)
}

.why {
  padding: 80px 24px;
  background: var(--dark);
  position: relative
}

.why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 20% 20%, rgba(255, 43, 215, .18), transparent), radial-gradient(600px 300px at 80% 15%, rgba(0, 216, 255, .18), transparent);
  pointer-events: none
}

.why h2 {
  font-size: 40px;
  margin: 0 0 12px;
  text-align: center
}

.section-tag {
  color: var(--muted);
  text-align: center;
  margin: 0 0 24px
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px
}

.why-card {
  background: #0f172a;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 0 0 2px rgba(255, 43, 215, .18) inset, 0 8px 24px rgba(0, 0, 0, .35)
}

.why-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(60px 60px at 50% 50%, rgba(0, 216, 255, .22), transparent), radial-gradient(44px 44px at 50% 50%, rgba(255, 43, 215, .18), transparent);
}

.why-icon i {
  font-size: 28px;
  color: var(--blue)
}

.why-title {
  font-weight: 900;
  letter-spacing: .4px
}

.why-text {
  color: var(--muted)
}

.accent {
  color: var(--pink);
  text-shadow: 0 0 12px rgba(255, 43, 215, .45), 0 0 10px rgba(0, 216, 255, .35)
}

.about {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px
}

.about-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 15, 31, .88), rgba(10, 15, 31, .96)),
    radial-gradient(600px 300px at 20% 80%, rgba(0, 216, 255, .18), transparent),
    radial-gradient(600px 300px at 75% 20%, rgba(255, 43, 215, .22), transparent);
  background-size: cover;
  background-position: center
}

.about-content {
  max-width: 900px;
  z-index: 1
}

.about h2 {
  font-size: 32px;
  margin: 0 0 8px
}

.about p {
  color: var(--text);
  opacity: .9
}

.story {
  padding: 80px 24px;
  text-align: center
}

.story h2 {
  font-size: clamp(22px, 3.5vw, 26px);
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center
}

.story h2 i {
  color: #e10600
}

.story p {
  max-width: 900px;
  color: var(--muted);
  margin: 0 auto;
  text-align: left
}

.hours {
  padding: 80px 24px;
  background: var(--dark);
  position: relative
}

.hours::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 15% 25%, rgba(0, 216, 255, .14), transparent), radial-gradient(600px 300px at 85% 20%, rgba(255, 43, 215, .14), transparent);
  pointer-events: none
}

.hours-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 12px
}

.hours-card,
.fac-card {
  background: #0f172a;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 0 0 2px rgba(255, 43, 215, .18) inset
}

.hours-title,
.fac-title {
  font-weight: 900;
  margin-bottom: 12px
}

.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.hours-list li {
  display: grid;
  grid-template-columns: 1fr 140px 80px;
  gap: 12px;
  align-items: center;
  color: var(--muted)
}

.hours-list li span:nth-child(2) {
  text-align: right;
  font-variant-numeric: tabular-nums
}

.hours-list li span:nth-child(3) {
  text-align: left
}

.hours-list .open {
  background: var(--pink);
  color: #ffffff;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .18)
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.check {
  color: var(--blue);
  margin-right: 8px
}

.member {
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.member h2 {
  font-size: 28px;
  margin: 0 0 16px;
  text-align: center
}

.form {
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0 auto
}

.form>* {
  min-width: 0
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.form-row label {
  font-weight: 700
}

.form-row input,
.form-row select,
.form-row textarea {
  background: #0f172a;
  border: 1px solid rgba(0, 216, 255, .16);
  outline: none;
  color: #e7e9ee;
  padding: 14px;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px
}

.form-row textarea {
  min-height: 90px;
  resize: vertical
}

.form-inline {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 12px
}

.form-inline label {
  font-weight: 700
}

.submit {
  grid-column: 1 / -1;
  background: linear-gradient(90deg, rgba(255, 43, 215, .85), rgba(0, 216, 255, .85));
  color: #fff;
  border: none;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: .3px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .35)
}

.cta.pink {
  background: var(--pink) !important;
  color: #0a0f1f !important;
  border: none
}

.submit:hover {
  filter: brightness(1.08)
}

.submit.loading {
  opacity: .8;
  pointer-events: none
}

/* Member submit specific style: black background, pink border & text */
#memberSubmit {
  background: #0b0c0f !important;
  color: var(--blue) !important;
  border: 2px solid var(--blue) !important;
  box-shadow: none !important
}

#memberSubmit:hover {
  filter: brightness(1.06)
}

.form-errors {
  background: #1f2937;
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, .35);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 12px
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(255, 43, 215, .18)
}

.back-btn:hover {
  filter: brightness(1.1)
}

#pfLoginForm label {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.final-cta {
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center
}

.final-cta h2 {
  margin: 0;
  font-size: 48px;
  text-align: center
}

.footer {
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(10, 15, 31, .92), rgba(10, 15, 31, .88));
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 216, 255, .12)
}

.copy {
  color: #a0a7b5;
  text-align: center
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff
}

.social a:hover {
  filter: brightness(1.1)
}

.extras {
  padding: 60px 24px;
  background: var(--dark)
}

.extras .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
  padding: 0 12px
}

.extras .wrap>.col,
.extras .wrap>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center
}

.extras .wrap h3 {
  font-weight: 800
}

.extras .links-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.extras h3 {
  font-size: 18px;
  line-height: 1.2
}

.extras .links-list a {
  font-size: 16px
}

.social i {
  font-size: 16px
}

/* Social Media heading smaller and slightly lower */
.extras .wrap>div:nth-child(2) h3 {
  font-size: 18px;
  margin-top: 0
}

.extras h3 {
  margin: 0 0 16px;
  font-size: 22px;
  text-align: center
}

.extras .links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.extras .col {
  display: flex;
  flex-direction: column;
  align-items: center
}

.extras .links-list {
  align-items: center
}

.extras .links-list a {
  color: #e2e8f0;
  padding: 0;
  border: none;
  background: transparent
}

.extras .links-list a:hover {
  text-decoration: underline
}

.wa-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
  z-index: 50
}

.wa-float i {
  font-size: 28px
}

.wa-float:hover {
  filter: brightness(1.05)
}

.pwd-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: #e2e8f0
}

.pwd-toggle:hover {
  filter: brightness(1.05)
}

/* App splash overlay */
.app-splash {
  position: fixed;
  inset: 0;
  background: #0a0f1f;
  display: grid;
  place-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity .35s ease
}

.app-splash .app-icon {
  width: min(38vw, 220px);
  height: min(38vw, 220px);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .45)
}

.app-splash .app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.app-splash.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}

@media (max-width:1024px) {
  .headline {
    font-size: 44px
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .hours-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width:768px) {
  .hero {
    padding: 100px 16px 64px
  }

  .price-card {
    padding: 20px
  }

  .hours-list li {
    font-size: 14px
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(10, 15, 31, .55), rgba(10, 15, 31, .75)),
      radial-gradient(900px 500px at 20% 20%, rgba(0, 216, 255, .14), transparent),
      radial-gradient(900px 500px at 80% 15%, rgba(255, 43, 215, .16), transparent),
      url('hero_03_16x9.jpg?v=1');
    background-size: cover;
    background-position: center 45%;
    filter: saturate(1.03) contrast(1.05)
  }

  .form {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .form-inline {
    grid-template-columns: 1fr
  }

  .form-card {
    padding: 18px
  }

  .page-title {
    font-size: 26px;
    margin: 0 0 8px
  }
}

@media (min-width:640px) {
  .member .form {
    grid-template-columns: 1fr 1fr
  }

  .member .form .form-row {
    grid-column: 1 / -1
  }

  .member .form .row-birthplace {
    grid-column: 1
  }

  .member .form .row-birthdate {
    grid-column: 2
  }

  .member .form .row-religion {
    grid-column: 1
  }

  .member .form .row-job {
    grid-column: 2
  }
}

@media (max-width:380px) {
  .form-row label {
    font-size: 12px
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    padding: 8px;
    font-size: 13px
  }

  .page-title {
    font-size: 20px
  }

  .submit {
    padding: 12px 14px;
    font-size: 14px
  }
}

@media (max-width:640px) {
  .header {
    min-height: 48px;
    padding: 4px 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center
  }

  .logo {
    padding: 2px 6px
  }

  .logo img {
    max-height: 22px
  }

  .logo-text {
    font-size: 12px
  }

  .nav {
    display: none
  }

  .menu-btn {
    display: inline-flex
  }

  .nav-link {
    padding: 6px 8px;
    font-size: 11px;
    white-space: nowrap;
    border-radius: 8px
  }

  .headline {
    font-size: 22px;
    line-height: 1.12;
    white-space: nowrap
  }

  .subheadline {
    font-size: 12px
  }

  .why-grid {
    grid-template-columns: 1fr
  }

  .pricing-grid {
    grid-template-columns: 1fr
  }

  .form {
    grid-template-columns: 1fr
  }

  .submit {
    grid-column: 1 / -1
  }

  .form-card {
    padding: 16px
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    padding: 10px;
    font-size: 14px
  }

  .hero {
    min-height: 92vh
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(10, 15, 31, .55), rgba(10, 15, 31, .75)),
      radial-gradient(900px 500px at 20% 20%, rgba(0, 216, 255, .14), transparent),
      radial-gradient(900px 500px at 80% 15%, rgba(255, 43, 215, .16), transparent),
      url('herosection.png?v=1');
    background-size: cover;
    background-position: center 45%;
    filter: saturate(1.03) contrast(1.05)
  }

  .hero-content {
    gap: 16px
  }

  .cta-main {
    padding: 12px 24px;
    font-size: 16px
  }

  .cta.small {
    padding: 10px 16px;
    font-size: 13px
  }

  .page-title {
    font-size: 24px;
    margin: 0
  }

  .pricing-tabs {
    flex-wrap: wrap
  }

  .plan-card {
    border-radius: 16px;
    overflow: hidden
  }

  .plan-arch {
    height: 64px;
    font-size: 14px
  }

  .plan-body {
    padding: 16px
  }

  .plan-row {
    grid-template-columns: 1fr auto
  }

  .plan-row .save {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
    display: block
  }

  .benefits li {
    font-size: 12px;
    padding: 6px 10px
  }

  .locations-grid {
    grid-template-columns: 1fr
  }

  .locations h2 {
    font-size: 22px
  }

  .loc-link {
    width: 100%;
    font-size: 14px
  }

  .hours-list li {
    font-size: 13px;
    grid-template-columns: 1fr 120px 64px
  }

  .testi-card {
    flex: 0 0 240px
  }

  .testi-thumb img {
    height: 88px
  }

  .page-title {
    font-size: 22px
  }

  .extras .wrap>div:nth-child(2) h3 {
    font-size: 18px;
    margin-top: 6px
  }
}

@media (max-width:480px) {
  .hero {
    padding: 84px 12px 56px
  }

  .logo img {
    max-height: 26px
  }

  .price-value {
    font-size: 28px
  }

  .pricing h2 {
    font-size: 28px
  }

  .final-cta h2 {
    font-size: 36px
  }
}

.pricing {
  padding: 80px 24px
}

.pricing-head {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px
}

.red-dot {
  width: 12px;
  height: 12px;
  background: var(--pink);
  border-radius: 2px
}

.pricing h2 {
  margin: 0;
  font-size: 32px;
  text-align: center
}

.pricing-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 0 20px
}

.pricing-tabs .tab {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: transparent;
  color: #c6d0e0;
  font-weight: 700
}

.pricing-tabs .tab.active {
  background: var(--pink);
  color: #0a0f1f;
  border-color: var(--pink)
}

.pricing-cards {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 12px
}

.plan-card {
  background: #0f172a;
  border-radius: 20px;
  padding: 0 0 20px;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 0 0 2px rgba(255, 43, 215, .18) inset, 0 8px 20px rgba(0, 0, 0, .35);
  display: none
}

.plan-card.active {
  display: block
}

.plan-arch {
  height: 80px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: .4px
}

.plan-body {
  padding: 20px
}

.plan-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px
}

.plan-row .label {
  font-weight: 800;
  color: var(--text)
}

.plan-row .price {
  font-weight: 900;
  color: #e7e9ee
}

.plan-row .save {
  font-size: 12px;
  color: #d23cff;
  font-weight: 700
}

.benefits {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #c6d0e0
}

.benefits li {
  background: #0a0f1f;
  border: 1px solid rgba(0, 216, 255, .16);
  border-radius: 12px;
  padding: 8px 12px
}

.pricing-note {
  color: var(--muted);
  text-align: center;
  margin-top: 8px;
  font-size: 14px
}

.pricing-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 16px
}

.pricing-cta {
  box-shadow: 0 14px 28px rgba(225, 6, 0, .25)
}

@property --angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 90deg
}

@keyframes neonSpin {
  to {
    --angle: 450deg
  }
}

@keyframes neonShift {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

/* Locations */
.locations {
  padding: 60px 24px
}

.locations h2 {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center
}

.locations-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  padding: 0 12px
}

.loc-card {
  background: #0f172a;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 0 0 2px rgba(255, 43, 215, .18) inset, 0 8px 20px rgba(0, 0, 0, .35);
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #e7e9ee
}

.loc-head {
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e7e9ee
}

.loc-head i {
  color: var(--pink)
}

.loc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 43, 215, .85), rgba(0, 216, 255, .85));
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .35)
}

.page-dark {
  background: #0b0c0f;
  color: #fff;
  min-height: 100vh;
  position: relative
}

.page-title {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 900;
  color: var(--pink);
  text-align: center;
  margin: 0 0 12px;
  text-shadow: 0 0 10px rgba(255, 43, 215, .45)
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 6px 10px;
  border-radius: 10px
}

.page-dark .back-btn {
  position: absolute;
  top: 100px;
  left: 12px;
  z-index: 2
}

.back-btn i {
  font-size: 18px
}

.form-card {
  max-width: 1100px;
  width: 100%;
  background: #0f172a;
  color: #e7e9ee;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 0 0 2px rgba(255, 43, 215, .18) inset, 0 10px 24px rgba(0, 0, 0, .35);
  overflow: hidden
}

.form-card .form {
  max-width: none
}

.member .form {
  grid-template-columns: 1fr
}

.member .form .form-row {
  grid-column: 1 / -1
}

.page-dark .form-card input,
.page-dark .form-card select,
.page-dark .form-card textarea {
  background: #0f172a;
  border: 1px solid rgba(0, 216, 255, .16);
  color: #e7e9ee
}

.page-dark .form-card input:focus,
.page-dark .form-card select:focus,
.page-dark .form-card textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(255, 43, 215, .18);
  outline: none
}

.bmi-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .08);
  font-weight: 800
}

.bmi-badge.green {
  background: #22c55e;
  color: #0b0c0f
}

.bmi-badge.yellow {
  background: #facc15;
  color: #0b0c0f
}

.bmi-badge.orange {
  background: #f59e0b;
  color: #0b0c0f
}

.bmi-badge.red {
  background: #ef4444;
  color: #fff
}

.bmi-scale {
  position: relative
}

.bmi-pointer {
  position: relative
}

.pricing-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 12px
}

.pricing-track {
  display: flex;
  gap: 16px;
  overflow: hidden;
  scroll-behavior: smooth
}

.pricing-track .slide {
  min-width: 100%
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 216, 255, .22);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer
}

.slider-btn.prev {
  left: 0
}

.slider-btn.next {
  right: 0
}

.slider-btn:hover {
  filter: brightness(1.1)
}

.testimonials {
  padding: 60px 24px;
  background: var(--dark);
  position: relative
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 15% 25%, rgba(0, 216, 255, .14), transparent), radial-gradient(600px 300px at 85% 20%, rgba(255, 43, 215, .14), transparent);
  pointer-events: none
}

.testi-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px
}

.testi-head h2 {
  margin: 0;
  font-size: 24px;
  text-align: center
}

.testi-track {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 12px;
  position: relative
}

.testi-track {
  touch-action: pan-x;
  cursor: grab
}

.testi-track.dragging {
  cursor: grabbing
}

.testi-inner {
  display: flex;
  gap: 16px;
  will-change: transform;
  user-select: none
}

.testi-thumb {
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 8px 20px rgba(0, 0, 0, .35)
}

.testi-thumb img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block
}

.testi-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 216, 255, .22);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 2
}

.testi-btn.prev {
  left: 0
}

.testi-btn.next {
  right: 0
}

.testi-btn:hover {
  filter: brightness(1.1)
}

.hero-probe {
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  pointer-events: none
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1
}

.crop-box {
  position: absolute;
  border: 2px solid rgba(255, 43, 215, .9);
  box-shadow: 0 0 0 2px rgba(0, 216, 255, .4) inset
}

.crop-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(90deg, rgba(255, 43, 215, .85), rgba(0, 216, 255, .85));
  color: #fff;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .3)
}

.testi-card {
  flex: 0 0 320px;
  background: #0f172a;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 0 0 2px rgba(255, 43, 215, .18) inset, 0 8px 20px rgba(0, 0, 0, .35);
  color: #e7e9ee
}

.testi-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.testi-name {
  font-weight: 800
}

.testi-stars {
  color: var(--pink)
}

.testi-text {
  color: #c6d0e0
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 700
}

.testi-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  display: none;
  align-items: flex-end;
  z-index: 100
}

.testi-modal.open {
  display: flex
}

.testi-sheet {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #0f172a;
  color: #e7e9ee;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, .35);
  padding: 20px;
  animation: sheetUp .28s ease forwards
}

.testi-sheet h3 {
  margin: 0 0 12px;
  text-align: center
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px
}

.testi-close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 8px 12px;
  border-radius: 12px
}

@keyframes sheetUp {
  from {
    transform: translateY(100%)
  }

  to {
    transform: translateY(0)
  }
}

.testi-images {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px
}

.testi-images a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 216, 255, .16), 0 8px 20px rgba(0, 0, 0, .35)
}

.testi-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

@media (max-width:640px) {
  .testi-card {
    flex: 0 0 260px
  }
}

/* ========================================
   QA FIXES - Comprehensive UI Improvements
   ======================================== */

/* --- Button Consistency Fixes --- */
/* Unified button styling across all components */
.cta,
.loc-link,
.submit,
.pricing-tabs .tab,
.nav-cta,
.install-btn,
.back-btn,
.pwd-toggle {
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Language switch buttons - consistent sizing */
.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
}

/* Pricing tab buttons - larger touch target & better visibility */
.pricing-tabs .tab {
  padding: 12px 18px;
  font-size: 14px;
  min-height: 44px;
  transition: all 0.25s ease;
}

.pricing-tabs .tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}

/* CTA button main - ensure consistent sizing */
.cta-main {
  padding: 16px 32px;
  font-size: 16px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Pricing CTA button - not overly wide */
.pricing-cta {
  min-width: 200px;
  max-width: 300px;
}

/* --- Spacing & Layout Fixes --- */

/* Footer - better bottom padding */
.footer {
  padding: 28px 24px 36px;
}

/* Pricing note - larger text, better contrast */
.pricing-note {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(255, 43, 215, 0.08);
  border: 1px solid rgba(255, 43, 215, 0.2);
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Section headings - better contrast */
.why h2,
.locations h2,
.pricing h2,
.testi-head h2 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Hours list - tighter columns for easier reading */
.hours-list li {
  grid-template-columns: 100px 1fr 80px;
  gap: 8px;
}

/* Fasilitas card - center content better */
.fac-card {
  display: flex;
  flex-direction: column;
}

.fac-card .list {
  margin: auto 0;
}

/* --- Testimonial Cards - Consistent Height --- */
.testi-card {
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

.testi-text {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testi-thumb {
  margin-top: auto;
}

/* Testimonial nav buttons - better positioning */
.testi-btn {
  top: 50%;
  background: rgba(10, 15, 31, 0.85);
  border: 1px solid rgba(0, 216, 255, 0.3);
  backdrop-filter: blur(4px);
  padding: 10px 14px;
}

.testi-btn.prev {
  left: 4px;
}

.testi-btn.next {
  right: 4px;
}

.testi-btn:hover {
  background: rgba(255, 43, 215, 0.3);
  border-color: var(--pink);
}

/* --- Mobile Menu Improvements --- */
.mobile-menu #pwaInstallBtnMobile {
  background: linear-gradient(90deg, rgba(255, 43, 215, 0.2), rgba(0, 216, 255, 0.2));
  border: 1px solid rgba(255, 43, 215, 0.4);
  color: #ffffff;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 12px;
  text-align: center;
}

.mobile-menu #pwaInstallBtnMobile:hover {
  background: linear-gradient(90deg, rgba(255, 43, 215, 0.35), rgba(0, 216, 255, 0.35));
}

/* Mobile menu language buttons - consistent with desktop */
.mobile-menu .m-item.lang {
  font-weight: 700;
  font-size: 14px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Why Cards - Icon & Text Spacing --- */
.why-card {
  padding: 32px 24px;
  gap: 14px;
}

.why-icon {
  margin-bottom: 4px;
}

/* --- Location Cards - Better Visual Consistency --- */
.loc-card {
  gap: 12px;
  padding: 24px;
}

.loc-head {
  font-size: 17px;
}

.loc-link {
  padding: 12px 18px;
  font-size: 14px;
  text-align: center;
}

/* --- Contact Us Email - Text Wrapping --- */
.extras .links-list a {
  word-break: break-all;
  font-size: 14px;
}

@media (max-width: 640px) {
  .extras .links-list a {
    font-size: 12px;
  }
}

/* --- Nav Link Active State - Better Border --- */
.nav-link.active {
  border-bottom: 2px solid var(--pink);
  border-radius: 10px 10px 0 0;
}

/* --- Install Button Desktop - Match Theme --- */
.install-btn {
  padding: 10px 16px;
  font-size: 13px;
  background: linear-gradient(90deg, rgba(255, 43, 215, 0.15), rgba(0, 216, 255, 0.15));
  border: 1px solid rgba(255, 43, 215, 0.35);
}

.install-btn:hover {
  background: linear-gradient(90deg, rgba(255, 43, 215, 0.25), rgba(0, 216, 255, 0.25));
  border-color: var(--pink);
}

/* --- Hero Section Mobile Spacing Fix --- */
@media (max-width: 640px) {
  .hero {
    padding-top: 80px;
    min-height: 88vh;
  }

  .hero-content {
    gap: 20px;
    padding-top: 16px;
  }

  .headline {
    font-size: 24px;
    white-space: normal;
    line-height: 1.2;
  }

  .subheadline {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Mobile - pricing note */
  .pricing-note {
    font-size: 13px;
    padding: 10px 14px;
  }

  /* Mobile - testimonial cards */
  .testi-card {
    flex: 0 0 280px;
    min-height: 160px;
  }

  .testi-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 13px;
  }

  /* Mobile CTA buttons */
  .cta-main {
    padding: 14px 28px;
    font-size: 15px;
    min-height: 48px;
  }

  /* Mobile - pricing tabs */
  .pricing-tabs .tab {
    padding: 10px 14px;
    font-size: 13px;
    min-height: 40px;
  }

  /* Footer mobile */
  .footer {
    padding: 24px 16px 32px;
  }
}

/* --- Extra Small Screens --- */
@media (max-width: 380px) {
  .headline {
    font-size: 20px;
  }

  .cta-main {
    padding: 12px 20px;
    font-size: 14px;
  }

  .pricing-tabs {
    gap: 4px;
  }

  .pricing-tabs .tab {
    padding: 8px 10px;
    font-size: 11px;
  }

  .testi-card {
    flex: 0 0 240px;
  }
}

/* --- Hours Grid Balance --- */
.hours-grid {
  align-items: stretch;
}

.hours-card,
.fac-card {
  height: 100%;
}

.about-exp {
  padding: 60px 24px;
  background: #0b0c0f
}

.about-exp .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 0 12px
}

.about-exp .big-red {
  font-size: clamp(26px, 4.8vw, 44px);
  font-weight: 900;
  color: #e10600;
  margin: 0
}

.about-exp .big-white {
  font-size: clamp(24px, 4.2vw, 36px);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px
}

.about-exp p {
  color: #c6d0e0;
  line-height: 1.7;
  margin: 0
}

.about-img {
  position: relative
}

.about-img img {
  display: block;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35)
}

.about-img::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 34%;
  height: 34%;
  border: 2px solid rgba(255, 43, 215, .5);
  border-radius: 8px
}

.about-img::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 28%;
  height: 28%;
  border: 2px solid rgba(0, 216, 255, .4);
  border-radius: 8px
}

@media (max-width:640px) {
  .about-exp {
    padding: 40px 16px
  }

  .about-exp .wrap {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .about-img img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto
  }

  .story {
    padding: 60px 16px
  }

  .story p {
    font-size: 14px;
    line-height: 1.8
  }

  .extras .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px
  }

  .extras .wrap> :nth-child(3) {
    order: -1;
    grid-column: 1 / -1
  }

  .testi-stars {
    white-space: nowrap;
    display: inline-flex;
    gap: 2px
  }

  .testi-stars i {
    font-size: 14px
  }

  .lang-switch-mobile {
    display: inline-flex;
    margin-left: 8px
  }

  .why h2 {
    font-size: 22px
  }

  .pricing-head h2 {
    font-size: 20px
  }

  .final-cta h2 {
    font-size: 24px
  }

  .extras {
    padding: 40px 24px
  }

  .extras h3 {
    margin: 0 0 10px;
    text-align: center
  }

  .extras .col {
    padding: 6px 0
  }

  .extras .links-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
  }

  .social {
    justify-content: center;
    gap: 12px;
    margin-top: 6px
  }
}