/* Start custom CSS for section, class: .elementor-element-73dbade */.hero-content {
  position: relative;
  z-index: 3;
  padding: 0 20px;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: 4rem;
  color: #e5bf78;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #ab7839;
  margin-bottom: 30px;
}

.hero-mission {
  font-size: 1.1rem;
  color: #d1d1d1;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button {
  padding: 12px 24px;
  background-color: #ab7839;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.3s;
}

.hero-button:hover {
  background-color: #e5bf78;
  color: #111;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-e272dba *//* ===== MISSION SECTION ===== */
.mission-section {
  background-color: #2a2c33;
  color: #f0f0f0;
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.mission-heading {
  font-size: 2.75rem;
  margin-bottom: 30px;
  color: #e5bf78;
  font-family: 'Orbitron', sans-serif;
}

.mission-text {
  font-size: 1.2rem;
  color: #d1d1d1;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.mission-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.value-card {
  background-color: #1f2127;
  border: 1px solid #3a3c45;
  padding: 30px;
  border-radius: 12px;
  transition: border 0.3s ease, transform 0.3s ease;
}

.value-card h3 {
  color: #ab7839;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.value-card p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.5;
}

.value-card:hover {
  border-color: #e5bf78;
  transform: translateY(-4px);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ee439c5 *//* ===== TOP AM BRANDS SECTION ===== */
.am-brands-section {
  background-color: #1f2127;
  padding: 80px 20px 80px;
  color: #f0f0f0;
  text-align: center;
}

.am-brands-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  color: #e5bf78;
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
}

.section-subtitle {
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
  justify-items: stretch;
}

.brand-card {
  background-color: #2a2c33;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #3a3c45;
  transition: border 0.3s ease, transform 0.3s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.brand-card h3 {
  font-size: 1.25rem;
  color: #ab7839;
  margin-bottom: 12px;
}

.brand-card p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.brand-status {
  display: inline-block;
  margin-top: auto;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: bold;
  color: #000;
}

/* Status badge styles */
.brand-status.active {
  background-color: #e5bf78;
}

.brand-status.beta {
  background-color: #74c0fc;
}

.brand-status.alpha {
  background-color: #ffae42;
}

.brand-status.dev {
  background-color: #bbb;
  color: #111;
}

.brand-card:hover {
  border-color: #e5bf78;
  transform: translateY(-4px);
}

/* ===== CTA BUTTON BELOW GRID ===== */
.brands-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #ab7839;
  color: #111;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.brands-button:hover {
  background-color: #e5bf78;
  color: #000;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-22b29ed *//* ===== LAUNCHPAD SECTION ===== */
.launchpad-section {
  background-color: #0f1014;
  padding: 80px 20px;
  color: #f0f0f0;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
}

.launchpad-section .container {
  max-width: 900px;
  margin: 0 auto;
}

/* Glowing LaunchPAD Title */
.launchpad-section .section-title {
  font-size: 2.5rem;
  color: #ab7839; /* LaunchPAD branded color */
  text-shadow: 0 0 8px rgba(171, 120, 58);
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
}

/* Subtitle under glowing header */
.launchpad-section .section-subtitle {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== TERMINAL LOG ===== */
.terminal-log {
  background-color: #1e1f26;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 30px;
  text-align: left;
  color: #8aff8a;
  box-shadow: inset 0 0 30px rgba(0, 255, 100, 0.1);
  overflow-x: auto;
  font-size: 0.95rem;
  max-height: 400px;
}

.log-line {
  margin-bottom: 12px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-00daca4 *//* ===== BLOG SECTION ===== */
.blog-section {
  background-color: #1f2127;
  padding: 80px 20px;
  color: #f0f0f0;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
}

.blog-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.blog-section .section-title {
  font-size: 2.5rem;
  color: #e5bf78;
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
}

.blog-section .section-subtitle {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Blog Grid Layout */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* Blog Card */
.blog-card {
  background-color: #2a2c33;
  border: 1px solid #3a3c45;
  border-radius: 10px;
  padding: 24px;
  text-align: left;
  transition: border 0.3s ease, transform 0.3s ease;
}

.blog-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #ab7839;
}

.blog-card h3 a {
  color: #ab7839;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card h3 a:hover {
  color: #e5bf78;
}

.blog-card p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ab7839;
  text-decoration: none;
}

.read-more:hover {
  color: #e5bf78;
}

/* Hover effect for blog card */
.blog-card:hover {
  border-color: #e5bf78;
  transform: translateY(-4px);
}/* End custom CSS */
/* Start custom CSS *//* HERO SECTION */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.7); /* dark overlay for readability */
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding: 0 20px;
}

.hero-title {
  font-size: 4rem;
  color: #e5bf78;
  margin-bottom: 20px;
  font-family: 'Orbitron', sans-serif;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #ab7839;
  margin-bottom: 30px;
}

.hero-button {
  padding: 12px 24px;
  background-color: #ab7839;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.3s;
}

.hero-button:hover {
  background-color: #e5bf78;
  color: #111;
}/* End custom CSS */