/* ====== VARIABLES ====== */
:root {
  --color-bg: #111111;
  --color-bg-dark: #181828;
  --color-neon: #d6ff43;
  --color-neon-shadow: #d6ff43cc;
  --color-card: #23233a;
  --color-text: #fff;
  --color-text-muted: #aaa;
  --color-footer: #181828;
  --font-main: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

/* ====== GENERAL ====== */
html, body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-main);
  min-height: 100vh;
  scroll-behavior: smooth;
}

.logo-title {
  color: var(--color-neon);
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.1rem;
  text-shadow: 0 0 8px var(--color-neon-shadow), 0 0 16px var(--color-neon-shadow);
}

.section-title {
  color: var(--color-neon);
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  /*text-shadow: 0 0 8px var(--color-neon-shadow);*/
}
.section-desc {
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}

/* ====== NAVBAR ====== */
.main-navbar {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(24, 24, 40, 0.25) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px #0004;
  border-radius: 25px;
  border: 1px solid rgba(149, 165, 166, 0.2);
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  width: calc(100% - 48px);
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.navbar-brand img {
  /*filter: drop-shadow(0 0 8px var(--color-neon-shadow));*/
  height: 50px;
  width: auto;
  margin-left: 50px;
}
.navbar .nav-link {
  color: var(--color-text) !important;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 0.5rem;
  transition: color 0.2s;
  letter-spacing: 0.5px;
}
.navbar .nav-link:hover {
  color: var(--color-neon) !important;
}
.btn-neon {
  background: #caff3e;
  color: #000;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #caff3e;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 8px 20px;
}
.btn-neon:hover {
  background: transparent;
  color: #fff;
  border-color: #7B61FF;
}

/* ====== HERO SECTION ====== */
.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: var(--color-bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 60px;
}
.hero-bg-wrap {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.hero-bg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0.22;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #181828 0%, #111 100%);
  opacity: 0.85;
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-logo img {
  /*filter: drop-shadow(0 0 16px var(--color-neon-shadow));*/
  height: 175px;
}
.hero-main-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--color-neon);
  text-shadow: 0 0 12px var(--color-neon-shadow), 0 0 32px var(--color-neon-shadow);
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
.hero-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #7B61FF;
  text-shadow: 0 0 8px #7B61FF44;
  margin-bottom: 1.2rem;
  line-height: 1.1;
}
.hero-globe {
  margin-bottom: 1.2rem;
}
.hero-lead {
  color: var(--color-text);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.hero-cta {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  padding: 0.7em 2.5em;
}
.hero-subtext {
  color: var(--color-text-muted);
  font-size: 1rem;
  margin-top: 0.5rem;
}
.text-purple {
  color: #7B61FF !important;
}
.astronaut {
  width: 200px;
  position: absolute;
  top: 40px;
  z-index: 4;
  filter: drop-shadow(0 0 24px #000a);
}
.astronaut-left {
  left: -80px;
}
.astronaut-right {
  right: -80px;
}

/* ====== CHAT BUTTON ====== */
.btn-circle.chat-btn {
  background: #7B61FF !important;
  color: #fff !important;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 1.7rem;
  box-shadow: 0 0 16px #7B61FF88;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1000;
  transition: background 0.2s;
}
.btn-circle.chat-btn:hover {
  background: #fff800;
}
.btn-circle.chat-btn svg {
  display: block;
}

/* ====== FEATURE CARDS ====== */
.section-unlocks {
  background: var(--color-bg-dark);
  padding: 60px 0;
}
.unlocks-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.unlocks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.feature-card {
  background: #4A2FCD;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0 2px 16px 0 #0004;
  color: var(--color-text);
  padding: 2rem;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 200px;
  display: flex;
  align-items: center;
  text-align: left;
}
.feature-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 4px 32px 0 var(--color-neon-shadow);
}
.feature-icon-wrapper {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  /*filter: brightness(0) saturate(100%) invert(85%) sepia(100%) saturate(1000%) hue-rotate(60deg) brightness(110%) contrast(100%);*/
}
.feature-content {
  flex: 1;
}
.feature-title {
  color: var(--color-neon);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  text-align: left;
}
.feature-desc {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.5;
}
.feature-link {
  color: var(--color-neon);
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

/* ====== PILLAR CARDS ====== */
.section-pillars {
  background: var(--color-bg);
  padding: 60px 0;
}
.pillars-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.pillars-title {
  color: #7B61FF;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  border: 2px solid #fff;
  border-radius: 0px 25px 25px 25px;
  padding: 2rem 4rem;
  display: inline-block;
}
.pillars-subtitle {
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.pillar-card {
  background: var(--color-bg-dark);
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 #0004;
  color: var(--color-text);
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 550px;
  justify-content: space-between;
}
.pillar-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.pillar-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 4px 32px 0 var(--color-neon-shadow);
}
.pillar-title {
  color: var(--color-neon);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  letter-spacing: 0.5px;
  order: 1;
}
.pillar-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
  order: 2;
}
.pillar-desc {
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.5;
  order: 3;
  margin-bottom: 1rem;
  position: absolute;
  top: 85%;
}

/* ====== TESTIMONIALS ====== */
.section-testimonials {
  background: var(--color-bg-dark);
  padding: 60px 0;
  position: relative;
}
.testimonials-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}
.testimonials-title {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: var(--color-neon);
}
.title-part-1 {
  color: var(--color-text);
}
.title-part-2 {
  color: var(--color-neon);
}
.testimonials-subtitle {
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.quote-mark {
  position: absolute;
  z-index: 1;
}
.quote-img {
  width: 80px;
  height: auto;
  opacity: 1;
}
.quote-mark-left {
  z-index: 3;
  left: 70px;
  top: 27%;
  transform: translateY(-50%);
}
.quote-mark-right { 
  z-index: 3;
  right: 60px;
  bottom: 0%;
  transform: translateY(-50%);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
.testimonial-card {
  background: var(--color-card);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 #0004;
  color: var(--color-text);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
  z-index: 1;
}
.testimonial-content {
  position: relative;
  z-index: 2;
  padding: 1rem 2.5rem;
  width: 100%;
  text-align: center;
}
.testimonial-quote {
  font-size: 1rem;
  color: var(--color-text);
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

/* ====== UNLOCK ERA SECTION ====== */
.section-unlock-era {
  background: var(--color-bg);
  padding: 60px 0;
}
.unlock-era-container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}
.unlock-era-card {
  background: var(--color-bg);
  border: 2px solid #fff;
  border-radius: 0px 25px 25px 25px;
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.unlock-era-button {
  flex-shrink: 0;
}
.btn-unlock {
  background: #caff3e;
  color: #000;
  font-weight: 700;
  border-radius: 0px 20px 20px 20px;
  border: none;
  padding: 1rem 4.5rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
  transition: all 0.2s;
}
.btn-unlock:hover {
  background: #d6ff43;
  color: #000;
  transform: scale(1.05);
}
.unlock-era-content {
  flex: 1;
  text-align: end;
}
.unlock-era-title {
  color: #7B61FF;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.unlock-era-desc {
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* ====== APP PROMO ====== */
.section-app {
  background: var(--color-bg);
  position: relative;
  padding: 80px 0;
}
.app-bg {
  position: absolute;
  inset: 0;
  background: url('assets/unlimited-era_bg_2.jpg') center/cover no-repeat;
  opacity: 0.3;
  z-index: 1;
}
.app-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.app-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.app-text-section {
  flex: 1;
  max-width: 500px;
}
.app-title {
  color: var(--color-neon);
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.app-subtitle {
  color: var(--color-text);
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.app-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.app-features li {
  color: var(--color-text);
  font-size: 1rem;
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
}
.app-features li::before {
  content: '→';
  color: var(--color-neon);
  position: absolute;
  left: 0;
  font-weight: bold;
}
.app-store-badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.app-store-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #000;
  color: #fff;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid #333;
}
.app-store-badge:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}
.badge-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.badge-text {
  font-size: 0.8rem;
  font-weight: 600;
}
.app-phone-section {
  flex-shrink: 0;
}
.phone-mockup {
  position: relative;
  width: 300px;
  height: 600px;
  background: #333;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.phone-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

/* ====== EMPIRE SECTION ====== */
.section-empire {
  position: relative;
  background: transparent;
  min-height: 320px;
  padding: 80px 0;
  overflow: hidden;
}
.empire-bg {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100%;
  background: url('assets/EOT_BG.jpg') center/cover no-repeat;
  opacity: 0.18;
  z-index: 1;
}
.empire-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 60px;
  position: relative;
  z-index: 2;
  
}
.empire-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
}
.empire-logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.empire-text-section {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
}

.empire-logo {
  height: 250px;
  width: auto;
}
.empire-logo-text {
  color: #00E0C7;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
}

.empire-title {
  margin-bottom: 1rem;
  line-height: 1.1;
}
.empire-powered {
  color: #CAFF3E;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}
.empire-name {
  color: #CAFF3E;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 40px;
  display: block;
}
.empire-desc {
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* ====== FOOTER ====== */
.footer {
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  padding: 60px 0 30px 0;
}
.footer-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
}
.footer-content {
  display: flex;
  justify-content: flex-start;
  gap: 120px;
  margin-bottom: 40px;
}
.footer-column {
  flex-shrink: 0;
}
.footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--color-neon);
}
.footer-divider {
  height: 1px;
  background: #48478c;
  margin: 30px 0;
}
.footer-copyright {
  text-align: right;
}
.footer-copyright p {
  color: #48478c;
  font-size: 0.7rem;
  margin: 0 150px 0 0;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1200px) {
  .astronaut-left { left: -40px; width: 140px; }
  .astronaut-right { right: -40px; width: 140px; }
}
@media (max-width: 991px) {
  .main-navbar {
    top: 16px;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 50px;
  }
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .pillars-title {
    font-size: 2rem;
  }
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .testimonials-title {
    font-size: 2rem;
  }
  .quote-mark {
    font-size: 6rem;
  }
  .unlocks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .empire-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .empire-text-section {
    align-items: center;
  }
  .empire-name {
    font-size: 2.5rem;
  }
  .feature-card {
    padding: 1.5rem;
  }
  .unlock-era-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    gap: 2rem;
  }
  .unlock-era-title {
    font-size: 2.5rem;
  }
  .astronaut-left, .astronaut-right { display: none !important; }
  .hero-main-title { font-size: 2.1rem; }
  .hero-logo img { height: 60px; }
  .navbar-brand img { height: 32px; }
  .app-preview { max-width: 220px; }
  .feature-card, .pillar-card { min-height: 260px; padding: 1.5rem 0.7rem 1.2rem 0.7rem; }
}
@media (max-width: 767px) {
  .section-title { font-size: 1.3rem; }
  .hero-main-title { font-size: 1.2rem; }
  .hero-title { font-size: 1rem; }
  .navbar-brand img { height: 28px; }
  .hero-content { padding-top: 80px; padding-bottom: 30px; }
  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pillars-title {
    font-size: 1.5rem;
  }
  .pillar-card {
    min-height: 400px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .testimonials-title {
    font-size: 1.5rem;
  }
  .quote-mark {
    display: none;
  }
  .testimonial-card {
    min-height: 250px;
  }
  .unlocks-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .feature-card {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  .feature-icon-wrapper {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .feature-title {
    text-align: center;
  }
  .unlock-era-card {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .unlock-era-title {
    font-size: 2rem;
  }
  .btn-unlock {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
  .footer-container {
    padding: 0 20px;
  }
  .footer-content {
    gap: 30px;
  }
  .app-container {
    padding: 0 20px;
  }
  .app-content {
    gap: 2rem;
  }
  .app-title {
    font-size: 1.5rem;
  }
  .phone-mockup {
    width: 200px;
    height: 400px;
  }
  .empire-container {
    padding: 0 20px;
  }
  .empire-content {
    gap: 1.5rem;
  }
  .empire-logo {
    height: 80px;
  }
  .empire-name {
    font-size: 2rem;
  }
  .empire-powered {
    font-size: 1.2rem;
  }
  .app-content {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  .app-title {
    font-size: 2rem;
  }
  .phone-mockup {
    width: 250px;
    height: 500px;
  }
  .footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .footer-copyright {
    text-align: center;
  }
  .btn-circle.chat-btn { width: 44px; height: 44px; font-size: 1.1rem; bottom: 16px; right: 16px; }
  .app-preview { max-width: 140px; }
  .feature-card, .pillar-card { min-height: 180px; padding: 1rem 0.3rem 0.7rem 0.3rem; }
}
