@charset "UTF-8";
:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

.btn-primary {
  background: white !important;
  border: 1px solid white !important;
  color: black !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-primary:hover {
  background: transparent !important;
  color: white !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-ghost:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.normal-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.normal-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.primary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.primary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.third-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.third-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.fouth-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.fouth-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-white-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-white-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.warning-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.warning-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.success-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.success-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.info-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.info-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.danger-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.danger-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.r-white-transparent-btn,
.r-black-transparent-btn,
.r-baige-transparent-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.r-white-transparent-btn:hover,
.r-black-transparent-btn:hover,
.r-baige-transparent-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  color: rgba(var(--text-rgb), 0.8);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 0;
  padding-bottom: 2px;
}
.cta-link:after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.cta-link:hover {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
}
.cta-link:hover:after {
  transform: translateX(5px);
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
/* Community Membership Page Styles */
/* Inherit/Extend from Global & Contact Styles */
.community-hero {
  height: 70vh;
  min-height: 600px;
  background: var(--bg-color);
}
.community-hero .hero-container {
  padding-bottom: 0;
}

.intro-text-section {
  padding: 4rem 1.5rem;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: rgba(var(--text-rgb), 0.85);
}

.intro-lead {
  margin-bottom: 3rem;
  color: rgba(var(--text-rgb), 0.7);
}

/* Two-Option Switch */
.option-switch-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .option-switch-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.option-card {
  background: rgba(var(--text-rgb), 0.05);
  border: 1px solid rgba(var(--text-rgb), 0.1);
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
.option-card:hover {
  background: rgba(var(--text-rgb), 0.06);
  transform: translateY(-2px);
  border-color: rgba(var(--text-rgb), 0.3);
}
.option-card.active {
  background: rgba(var(--text-rgb), 0.1);
  border-color: var(--text-color);
  box-shadow: 0 10px 30px rgba(var(--bg-rgb), 0.5);
}
.option-card.active::before {
  content: "\f00c"; /* FontAwesome check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--text-color);
  font-size: 1rem;
}
.option-card.active .tag-badge {
  border-color: rgba(var(--text-rgb), 0.5);
  color: var(--text-color);
  background: rgba(var(--text-rgb), 0.1);
}

.option-title {
  display: block;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.option-subtitle {
  display: block;
  font-size: 0.85rem;
  color: rgba(var(--text-rgb), 0.5);
  margin-bottom: 1rem;
  font-style: italic;
}

.option-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag-badge {
  font-size: 0.7rem;
  border: 1px solid rgba(var(--text-rgb), 0.2);
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  color: rgba(var(--text-rgb), 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Tab Content Areas */
.tab-content-wrapper {
  min-height: 600px;
  position: relative;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.tab-pane.active-pane {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Inline Content Tabs */
.content-tabs {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(var(--text-rgb), 0.05);
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .content-tabs {
    gap: 1.5rem;
    font-size: 0.7rem;
    flex-wrap: wrap;
  }
}
.content-tabs .tab-btn {
  padding: 5px 0;
  background: transparent;
  color: rgba(var(--text-rgb), 0.6);
  border: none;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
  text-transform: inherit;
  letter-spacing: inherit;
}
.content-tabs .tab-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--text-color);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.content-tabs .tab-btn:hover, .content-tabs .tab-btn.active {
  color: var(--text-color);
  background: transparent;
}
.content-tabs .tab-btn:hover:after, .content-tabs .tab-btn.active:after {
  width: 100%;
}

.content-tab-pane {
  display: none;
  animation: revealUp 0.4s ease forwards;
}
.content-tab-pane.active {
  display: block;
}

/* Content Layout */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 991px) {
  .split-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.content-side {
  padding-top: 1rem;
}

.content-title {
  font-size: 2rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.content-sub {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(var(--text-rgb), 0.7);
  margin-bottom: 2.5rem;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: rgba(var(--text-rgb), 0.7);
  font-weight: 300;
}
.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgba(var(--text-rgb), 0.6);
  font-weight: bold;
}

.disclaimer-text {
  font-size: 0.85rem;
  color: rgba(var(--text-rgb), 0.4);
  font-style: italic;
  margin-top: 2rem;
  border-top: 1px solid rgba(var(--text-rgb), 0.1);
  padding-top: 1rem;
}

/* Advisory Section */
.advisory-section {
  margin-top: 3rem;
  padding: 3rem;
  background: rgba(var(--text-rgb), 0.03);
  border-radius: 4px;
  text-align: center;
}
@media (min-width: 992px) {
  .advisory-section {
    margin-top: 5rem;
  }
}

.advisory-title {
  color: var(--text-color);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.advisory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .advisory-grid {
    grid-template-columns: 1fr;
  }
}

.advisory-item h5 {
  color: var(--text-color);
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.advisory-item p {
  color: rgba(var(--text-rgb), 0.6);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Animations */
.reveal-text {
  opacity: 0;
  transform: translateY(30px);
  animation: revealUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.reveal-fade {
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
}

.fade-in-up {
  animation: revealUp 0.5s ease forwards;
}

/* Loading Animation for Buttons */
.btn.loading {
  pointer-events: none !important;
  opacity: 0.8 !important;
  color: transparent !important;
  position: relative !important;
}
.btn.loading::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  top: 50%;
  left: 50%;
  margin-top: -0.55rem;
  margin-left: -0.55rem;
  border: 2px solid rgba(var(--text-rgb), 0.2);
  border-top-color: var(--text-color);
  border-radius: 50%;
  animation: spinBtn 0.8s linear infinite;
}
.btn.loading:hover {
  transform: none !important;
  box-shadow: none !important;
}

@keyframes spinBtn {
  to {
    transform: rotate(360deg);
  }
}
/* Fix option card tags on active */
.option-card.active .tag-badge {
  background: rgba(var(--text-rgb), 0.2) !important;
  border-color: rgba(var(--text-rgb), 0.4) !important;
  color: var(--text-color) !important;
}/*# sourceMappingURL=community.css.map */