/* ================================
   WHERE TO FIND US CARDS
================================ */

.find-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.find-card {
  background: #3a383bc9;
  width: 220px;
  padding: 20px 15px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;

  /* CENTER SEMUA CONTENT */
  display: flex;
  flex-direction: column;
  /*! align-items: center; */
  text-align: center;
}

.find-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.find-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
  text-align: center;
}

.caption {
  font-size: 12px;
  color: #777;
  margin-bottom: 12px;
  word-break: break-word;
  text-align: center;
}

.find-card a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background: #333;
  padding: 6px 14px;
  border-radius: 6px;
  transition: 0.3s;
  text-align: center;
}

.find-card a:hover {
  background: #000;
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
}

/* Brand Colors */
.facebook {
  background: #1877f2;
}
.youtube {
  background: #ff0000;
}
.tiktok {
  background: #000000;
}
.blogspot {
  background: #f57d00;
}

.btn-center {
  padding-bottom: 30px;
}
/* ================================
   VARIABLES
================================ */
:root {
  --sidebar-width: 320px;
  --overlay: linear-gradient(rgba(15, 15, 15, 0.15), rgba(15, 15, 15, 0.15));
  --primary-color: #1f6bff;
  --secondary-color: #4da3ff;
  --text-color: #eaeaea;
  --bg-dark: #0b0e13;
  --card-bg: #121a2f;
  --card-hover: #2b3035;
}
/* ================================
   RESET & GLOBAL
================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: auto;
}
body {
  font-family: system-ui, Arial, sans-serif;
  background: var(--bg-dark);
  color: var(--text-color);
  /* scroll-snap-type: y mandatory; */
  -webkit-text-size-adjust: 100%;
  transition: 0.3s ease;
  margin-left: var(--sidebar-width);
}
body.sidebar-collapsed {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
/* ================================
   FONT AWESOME
================================ */
.fa,
.fa-solid,
.fa-regular {
  font-family: "Font Awesome 7 Free" !important;
}
.fa-brands {
  font-family: "Font Awesome 7 Brands" !important;
}
/* ================================
   HERO
================================ */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-hero.webp") center/cover no-repeat fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.hero p {
  font-size: 1.2rem;
  opacity: 0.85;
}
/* ================================
   SECTIONS
================================ */
/*
section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 120px 16px 40px 16px;
    box-sizing: border-box;
}
 */

section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 16px;
  box-sizing: border-box;
  align-items: center;
}

.section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 12px;
  color: #e6ebff;
}
.ecosystem-text {
  max-width: 800px;
  margin: auto 0 60px;
  text-align: center;
  color: #b8c0ff;
  line-height: 1.6;
  font-size: 1.1rem;
  opacity: 0.85;
}
.container {
  max-width: 100%;
  padding: 0 16px;
}
/* ================================
   BACKGROUNDS
================================ */
section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
#taurus {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-taurus.webp") center / cover no-repeat fixed;
}

#leo {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-leo.webp") center / cover no-repeat fixed;
}

#leo-webapp {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-leo-webapp.webp") center / cover no-repeat fixed;
}

#libra {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-libra.webp") center / cover no-repeat fixed;
}

#ecosystem {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-ecosystem.webp") center / cover no-repeat fixed;
}

#timeline {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-timeline.webp") center / cover no-repeat fixed;
}

#say {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-say.webp") center / cover no-repeat fixed;
}

#policy {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-policies.webp") center / cover no-repeat fixed;
}

#mediasocial {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("bg-mediasosial.webp") center / cover no-repeat fixed;
}
/* ================================
   GRID LAYOUTS
================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: auto;
}
.features-single {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: auto;
}
.card-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: auto;
}
.center-card:nth-last-child(2) {
  grid-column: 2;
}
.center-card:last-child {
  grid-column: 3;
}
/* ================================
   CARDS
================================ */
.step-card {
  background: var(--card-bg);
  color: var(--text-color);
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}
.step-date {
  font-size: 0.85rem;
  color: #f5c26b;
  margin-bottom: 6px;
}
.step-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 12px;
}
.step-content {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d6dcff;
}
.step-content ul {
  padding-left: 18px;
  margin: 10px 0;
}
.step-content li {
  margin-bottom: 6px;
}
.feature-box {
  background: #1a1a1a;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.feature-box h3 {
  margin-top: 0;
  color: #00d4ff;
}
.project-card {
  background: #212529;
  color: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.project-card:hover {
  transform: translateY(-5px);
  background: var(--card-hover);
}
.project-card h3 {
  font-size: 16px;
  margin: 8px 0;
}
.project-card p {
  font-size: 13px;
  opacity: 0.75;
}
.project-desc {
  max-width: 720px;
  margin: 30px auto;
  padding: 20px 26px;
  background: linear-gradient(135deg, #1e2228, #2b3035);
  border-radius: 14px;
  color: #e9ecef;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.project-desc p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
}
.project-desc strong {
  color: #ffd43b;
}
.project-desc .tagline {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.85;
}
/* ================================
   TESTIMONIALS
================================ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: auto;
}
.testimonial {
  background: #1e1e1e;
  padding: 20px;
  border-radius: 10px;
  font-style: italic;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
/* ================================
   BUTTONS
================================ */
.btn-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.btn,
.my-btn {
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.btn {
  background: var(--primary-color);
  color: #fff;
}
.btn.outline {
  background: transparent;
  border: 2px solid var(--primary-color);
}
.my-btn {
  background: linear-gradient(120deg, #0d6efd, #6610f2);
  color: #fff;
}
.my-btn:hover {
  background: linear-gradient(120deg, #6610f2, #0d6efd);
  transform: scale(1.05);
}
/* ================================
   IMAGE ICONS
================================ */
.img-icon,
.img-icon-header {
  border: 0;
  display: inline-block;
  outline: none;
  vertical-align: middle;
}
.img-icon-header {
  width: 48px;
  height: 48px;
}
/* ================================
   ANIMATION & EFFECTS
================================ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* ================================
   VIDEO SECTION
================================ */
.video-section {
  position: relative;
  overflow: hidden;
}
.video-section > :not(.bg-video) {
  position: relative;
  z-index: 3;
  color: #fff;
}
.video-section .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: contrast(1.1) brightness(1.05);
}
.video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay, rgba(15, 8, 8, 0.45));
  z-index: 2;
}
.video-section .content {
  position: relative;
  z-index: 3;
  color: #fff;
}
/* ================================
   ANIME RIGHT & TOOLTIP
================================ */
.anime-right {
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 120px;
  height: 120px;
  z-index: 1000;
}
.anime-right img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.tooltip-text {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  border-radius: 6px;
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
  min-width: 180px;
  font-size: 10px;
  line-height: 1.4em;
}
.anime-right:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* ================================
   BACK TO TOP & MUSIC BUTTON
================================ */
#backToTopBtn {
  position: fixed;
  left: 20px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 8px;
  transition: background-color 0.3s;
}
#backToTopBtn {
  display: none;
  bottom: 20px;
  background-color: #1a73e8;
}
#backToTopBtn:hover {
  background-color: #0c54b8;
}
/* ================================
   PRELOADER
================================ */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("bg-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.spinner-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
}
.spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 10px solid rgba(253, 244, 204, 0);
  border-top: 10px solid #3900fd;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.spinner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
/* ================================
   SIDEBAR & HEADER
================================ */
.fx-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--sidebar-width);
  height: 100vh;
  background: linear-gradient(180deg, #0f172a, #111827);
  padding-top: 80px;
  z-index: 9999;
}
.fx-sidebar.collapsed {
  transform: translateX(-100%);
}
.fx-sidebar.active {
  transform: translateX(0);
}
.fx-sidebar a {
  display: block;
  padding: 14px 28px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  border-left: 3px solid transparent;
}
.fx-sidebar a:hover,
.fx-sidebar a.active {
  background: #1e293b;
  color: #ffffff;
  border-left: 3px solid var(--secondary-color);
}
.fx-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #0f172a, #111827);
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: var(--sidebar-width);
  transition: padding-left 0.3s ease;
}
body.sidebar-collapsed .fx-header {
  padding-left: 0;
}
.fx-header-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.hamburger {
  font-size: 20px;
  color: white;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  background: #1e293b;
  transition: 0.2s;
}
.hamburger:hover {
  background: #334155;
}
/* ================================
   RESPONSIVE BREAKPOINTS
================================ */
@media (max-width: 1024px) {
  body {
    margin-left: 0;
  }
  .fx-header {
    padding-left: 0;
  }
  .fx-sidebar {
    transform: translateX(-100%);
  }
  .fx-sidebar.active {
    transform: translateX(0);
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .features {
    grid-template-columns: 1fr;
  }
  .card-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  .card-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .center-card {
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  .steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .card-layout {
    grid-template-columns: 1fr;
  }
}

/* ================================
   CLEAN HEADER LAYOUT
================================ */
.header-top {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  gap: 15px;
}
.status-wrapper {
  flex: 1;
}
.header-bottom {
  width: 100%;
}

/* ===================== BUTTONS ===================== */
.button-group {
  text-align: center;
  margin: 15px 0 20px;
}
button {
  background: #2563eb;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
button:hover {
  background: #1d4ed8;
}
button.active {
  background: #1e40af;
}
/* ===================== CONTENT BOX ===================== */
.content-box {
  overflow-y: auto;
  padding: 20px;
  background: #111827;
  border-radius: 12px;
  border: 1px solid #374151;
}
/* ===================== HIDDEN ===================== */
.hidden {
  display: none;
}
/* ===================== FOOTER ===================== */
.note {
  margin-top: 20px;
  font-size: 0.85em;
  color: #9ca3af;
  text-align: center;
}
/* ===================== SCROLLBAR ===================== */
.content-box::-webkit-scrollbar {
  width: 8px;
}
.content-box::-webkit-scrollbar-track {
  background: #1f2937;
}
.content-box::-webkit-scrollbar-thumb {
  background: #2563eb;
  border-radius: 4px;
}
.container-tnc {
  margin: auto;
  background: #1f2937;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  font-size: 12px !important;
}
h2.tnc-header {
  font-size: 14px !important;
  text-align: left;
  margin-left: 0;
}

.custom-footer {
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  background: #111;
  color: #ccc;
  font-size: 14px;
  margin-top: 40px;
}

.custom-footer .footer-content {
  margin-bottom: 15px;
}

.custom-footer .footer-share {
  margin-bottom: 15px;
}

.custom-footer .footer-extra {
  opacity: 0.8;
  font-size: 13px;
}
