/* Styling untuk tampilan Body */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #0d0d0d;
  color: #f1c40f;
  position: relative; /* pastikan positioning untuk ::before */
}

  body::before {
	  content: "";
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: url('../img/alphaoneea.webp') no-repeat center center;
	  background-size: 50%;
	  opacity: 0.3; /* coba ubah ke 0.005 jika masih terlalu kuat */
	  z-index: -1;
	  pointer-events: none;
  }

header {
  background: #000;
  color: #f1c40f;
  padding: 20px;
  text-align: center;
}

nav {
  background: #1a1a1a;
  padding: 10px;
  text-align: center;
}

nav a {
  color: #f1c40f;
  margin: 0 12px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

section {
  padding: 0px 20px;
  max-width: 1100px;
  margin: auto;
}

h2 {
  color: #f7d774;
  margin-bottom: 20px;
}

h3 {
  color: #ffe066;
  text-align: center;
  margin-bottom: 10px;
}

p, li {
  color: #fffbd6;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

.features, .about, .live, .cta, .products, .charts, .site-links {
  margin-bottom: 50px;
}

.live img, .backtest img {
  max-width: 100%;
  border: 1px solid #f1c40f;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.2);
}

.chart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.chart-box {
  border: 1px solid #f1c40f;
  padding: 10px;
  background: #1a1a1a;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background: #f1c40f;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: bold;
}

.button:hover {
  background: #ffe066;
}

.site-links {
  text-align: center;
  font-size: 0.95em;
}

.site-links a {
  color: #f1c40f;
  margin: 0 15px;
  text-decoration: none;
}

.site-links a:hover {
  text-decoration: underline;
}

.disclaimer {
  text-align: center;
  padding: 20px;
  font-size: 0.85em;
  color: #ccc;
}

footer {
  background: #1a1a1a;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
  color: #999;
}

/* Styling untuk tampilan screenshot 4 pair di MT5 */
.all-trading {
  text-align: center;
  margin: 40px auto;
  max-width: 1100px;
  padding: 20px;
}
.all-trading p {
  color: #fffbd6;
  margin-bottom: 15px;
}
.all-trading-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
/* End Styling untuk tampilan screenshot 4 pair di MT5 */

/* Styling untuk tMyFxBook Live Trading Capture */
.live-capture {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
}

.capture-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Kiri: Info tabs (lebih kecil) */
.capture-tabs#info {
  flex: 1;
  min-width: 260px;
  max-width: 320px;
}

/* Kanan: Chart tabs (lebih besar) */
.capture-tabs#chart {
  flex: 2;
  min-width: 400px;
}

.tab-header {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.tab-header button {
  background: #333;
  color: #f1c40f;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.tab-header button:hover {
  background: #555;
}

.tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content img {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 280px;
  border: 1px solid #f1c40f;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.2);
}

.capture-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Advance Statistics Section */
.advance-capture {
  margin-top: 40px;
  width: 100%;
}

/* End Styling untuk tMyFxBook Live Trading Capture */

/* ============================= */
/* ðŸ“± Responsive Mobile Styling  */
/* ============================= */
@media (max-width: 768px) {
  .capture-container {
    flex-direction: column;
  }

  .capture-tabs#info,
  .capture-tabs#chart {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tab-header {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .tab-header button {
    flex: 1 1 auto;
    margin-bottom: 5px;
  }

  .tab-content {
    display: block;
    text-align: center;
  }

  .tab-content img {
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 0 auto;
  }

  .trading-capture img {
    width: 100%;
    height: auto !important;
  }

  .chart-grid {
    grid-template-columns: 1fr;
  }

  .all-trading img {
    width: 100%;
    height: auto;
  }
}

.centered-img {
  display: block;
  margin: 0 auto;
  border: 1px solid #f1c40f;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.2);
}


/* ============================= */
/* ðŸ“± Bagian Key Feature   */
/* ============================= */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.feature-box {
  background: #1a1a1a;
  padding: 15px 20px;
  border: 1px solid #f1c40f;
  border-radius: 6px;
  color: #fffbd6;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.1);
  font-weight: 500;
}

.feature-box p {
  font-size: 0.95em;
  color: #e0e0aa;
  margin-top: 8px;
}


.about-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

/* ============================= */
/* ðŸ“± Bagian About   */
/* ============================= */
.about-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}

.about-box {
  flex: 1 1 400px;
  max-width: 480px;
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 360px;
}

.about-box h3 {
  color: #ffe066;
  margin-top: 15px;
}

.about-box p {
  color: #fffbd6;
  font-size: 0.95em;
}

.about-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto 15px auto;
  border: 2px solid #f1c40f;
  background: #000;
}

.features a {
  color: #fffbd6;
  text-decoration: underline;
}

.features a:hover {
  color: #f1c40f;
}


/* Product Section Extended */
.products .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.products .product-box {
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.products .product-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.products .product-box strong {
  display: block;
  color: #ffe066;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.products .product-box ul {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
  margin: 10px 0;
}

/* ============================= */
/* ðŸ“š FAQ Page                  */
/* ============================= */
.faq-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq-item {
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.faq-item summary {
  cursor: pointer;
  font-weight: bold;
  color: #ffe066;
}

.faq-item[open] {
  background: #262626;
}

.faq-item p {
  margin-top: 10px;
  color: #fffbd6;
}

/* ============================= */
/* ðŸ“§ FAQ Contact Box           */
/* ============================= */
.faq-contact-box {
  background: #1a1a1a;
  border-left: 4px solid #f1c40f;
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 6px;
  text-align: center;
  color: #fffbd6;
  box-shadow: 0 0 8px rgba(241, 196, 15, 0.1);
}

.faq-contact-box a {
  color: #f1c40f;
  font-weight: bold;
  text-decoration: none;
}

.faq-contact-box a:hover {
  text-decoration: underline;
}


/* ============================= */
/* ðŸ’³ Payment Page              */
/* ============================= */
.payment-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.payment-box {
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.1);
}

.payment-box h2 {
  margin-bottom: 20px;
  color: #ffe066;
}

.payment-box p {
  color: #fffbd6;
  line-height: 1.6;
  margin-bottom: 15px;
}

.payment-box ul {
  margin: 15px 0 20px 20px;
}

.payment-box li {
  color: #fffbd6;
  margin-bottom: 8px;
}

.paypal-info {
  background: #262626;
  padding: 15px;
  border-radius: 6px;
  border-left: 4px solid #f1c40f;
  margin: 15px 0;
  font-size: 1.1em;
}

.highlighted {
  color: #f1c40f;
  font-size: 1.2em;
  font-weight: bold;
}

.coming-soon {
  margin-top: 30px;
  font-style: italic;
  color: #ccc;
}

/* ============================= */
/* ðŸ’³ Payment Gumroad              */
/* ============================= */

.buy-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #f1c40f;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.buy-button:hover {
  background-color: #ffe066;
}

/* ===== GUMROAD POPUP ===== */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.popup iframe {
  width: 90%;
  max-width: 500px;
  height: 600px;
  border: none;
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
}

/* ===== PRICING BOX HEIGHT SYNC ===== */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.feature-box {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
.feature-box ul {
  flex-grow: 1;
}

/* ===== TABEL FOR NEWS ===== */
/* Container utama halaman news */
.main-news {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: 30px auto 30px; /* â†‘â†‘ Tambah jarak atas & bawah â†‘â†‘ */
  padding: 20px;  
}

/* Paragraf penjelasan di atas tabel */
.news-intro {
  max-width: 800px;
  margin: 10px auto 10px; /* spasi atas dan bawah intro */
  padding: 12px 16px;
  font-size: 0.95em;
  background-color: #ffffff;
  color: #000000 !important;
  border-left: 4px solid #f1c40f;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}

.news-intro * {
  color: #000000 !important;
}

.high-impact-text {
  color: #c0392b;
  font-weight: bold;
}

/* Tabel berita */
.news-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 50px; /* spasi bawah tabel agar tidak dempet footer */
  max-width: 900px;
}

table.news-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  margin-top: 10px;
}

table.news-table th,
table.news-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

table.news-table th {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
}

table.news-table tr:nth-child(even) {
  background-color: #fafafa;
}

table.news-table tr:hover {
  background-color: #f1f1f1;
}


/* Untuk 404 page */
.main-404 {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
  padding: 40px;
  background: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.main-404 h1 {
  font-size: 2em;
  margin-bottom: 1em;
}
.main-404 .button {
  background: #f1c40f;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}


/* Untuk Cookies */
.cookie-banner {
  display: none; /* awalnya disembunyikan */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a {
  color: #f1c40f;
  text-decoration: underline;
}

.cookie-banner button {
  background: #f1c40f;
  color: #000;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}


/* Untuk FXBlue */
.fxblue-widget-section {
  max-width: 960px;
  margin: 20px auto;
  padding: 0 20px;
  text-align: center;
}

.gold-box {
  background-color: #000; /* fallback untuk browser lama */
  background-color: rgba(0, 0, 0, 0.8); /* transparan hitam modern */
  border: 2px solid gold;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); /* glow gold */
  overflow-x: auto;
}


/* Promo pada page Pricing */
.promo-note {
  background-color: #fff8dc;
  border: 1px solid gold;
  padding: 10px;
  margin-top: 12px;
  font-size: 0.9em;
  border-radius: 6px;
  color: #000;
  text-align: center;
  line-height: 1.4;
}
.promo-note code {
  background: #f8f8f8;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: #d35400;
}


/* BROKER IKLAN */
.broker-grid-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}

.broker-grid-box {
  background-color: #111;
  border: 1.5px solid gold;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 180px;
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.25);
  transition: transform 0.2s ease;
}

.broker-grid-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px gold;
}

.broker-grid-box img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

.broker-label {
  font-size: 15px;
  font-weight: 600;
  color: #ffd700;
}

/* Responsive */
@media (max-width: 768px) {
  .broker-grid-box {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .broker-grid-box {
    width: 100%;
  }
}


.histats-wrapper {
  text-align: center;
  margin: 20px auto;
}


/*Kotak di Pricing saat tambah Preset
.note-box {
  background-color: #fff3cd;
  border-left: 4px solid #f1c40f;
  color: #856404;
  padding: 12px 16px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 0.95em;
  line-height: 1.5;
}


/*Bendera
.trusted-section {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background-color: #1a1a1a;
  color: #fffbd6;
  border-top: 2px solid #f1c40f;
  border-bottom: 2px solid #f1c40f;
  box-sizing: border-box;
}

.flags-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}

.flags-row img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
  object-fit: cover;
}

    @media (max-width: 480px) {
      .flags-row img {
        width: 28px;
        height: 28px;
      }
    }
    
    
    
/*Memilih bahasa

/* Language Dropdown */
.language-dropdown {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  font-family: sans-serif;
}

.dropdown-toggle {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  min-width: 150px;
}

.dropdown-menu a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.dropdown-menu a.active {
  background-color: gold;
  color: black;
}



/* Blog Section Styling */
#blog_news_section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.blog_news_container {
  max-width: 900px;
  margin: auto;
  text-align: left;
}

.blog_news_title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}

#blog_news_posts article {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.blog_news_post_title {
  font-size: 18px;
  margin: 0 0 5px;
  color: #0066cc;
}

.blog_news_post_title a {
  text-decoration: none;
  color: inherit;
}

.blog_news_post_date {
  font-size: 14px;
  color: #888;
}

.blog_news_more {
  margin-top: 20px;
  text-align: center;
}

.blog_news_btn {
  padding: 10px 20px;
  background-color: #0073e6;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
}

.blog_news_article {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.blog_news_post_snippet {
  font-size: 15px;
  color: #444;
  margin: 10px 0;
}

.blog_news_readmore {
  font-size: 14px;
  color: #0073e6;
  font-weight: bold;
  text-decoration: none;
}
.blog_news_readmore:hover {
  text-decoration: underline;
}


.blog_news_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.blog_news_card {
  background-color: #111;
  border: 1px solid gold;
  border-radius: 8px;
  padding: 20px;
  width: 260px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_news_card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: gold;
}

.blog_news_card h3 a {
  color: gold;
  text-decoration: none;
}

.blog_news_card p {
  font-size: 14px;
  color: #ccc;
  margin: 5px 0;
}

.blog_news_snippet {
  flex-grow: 1;
}

.blog_news_readmore_btn {
  background-color: gold;
  color: #000;
  text-align: center;
  margin-top: 15px;
  padding: 8px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s ease;
}

.blog_news_readmore_btn:hover {
  background-color: #ffd700;
}

/* MAIN CONTAINER */
.blog_insight_main {
  background-color: #000;
  padding: 20px 20px;
  border: 2px solid gold;
  border-radius: 10px;
  max-width: 900px;
  margin: 40px auto;
}

/* SECTION WRAPPER */
.blog_insight_container {
  text-align: center;
  color: white;
}

/* HEADING */
.blog_insight_heading {
  font-size: 32px;
  font-weight: bold;
  color: gold;
  margin-bottom: 30px;
}

/* GRID BLOG CARDS */
.blog_news_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* INDIVIDUAL BLOG CARD */
.blog_news_card {
  background-color: #000;
  border: 2px solid gold;
  border-radius: 10px;
  padding: 25px;
  width: 320px; /* default untuk desktop */
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  transition: transform 0.2s ease;
}

.blog_news_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(255, 215, 0, 0.3);
}

.blog_news_card h3 {
  font-size: 18px;
  color: gold;
  margin-bottom: 10px;
}

.blog_news_card h3 a {
  text-decoration: none;
  color: gold;
}

.blog_news_card time {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

.blog_news_snippet {
  font-size: 15px;
  color: #ddd;
  margin-bottom: 15px;
  flex-grow: 1;
}

.blog_news_readmore_btn {
  background-color: gold;
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.blog_news_readmore_btn:hover {
  background-color: #ffd700;
}

.blog_news_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* RESPONSIF: Mobile ≤768px → 1 kolom */
@media (max-width: 768px) {
  .blog_news_card {
    width: 100%;
    max-width: 500px;
  }
}


.blog_news_image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.blog_news_button_container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px; /* ✅ Tambahkan ini */  
}

.blog_news_visit_btn {
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

/* Image Feature Comparison */
.feature-image {
  width: 80px;       /* ukuran icon */
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.blog_news_visit_btn:hover {
  background-color: #e6c200;
}




/* Menu Melayang Posisi melayang kanan */
.fm-floating-menu {
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column; /* selalu vertikal */
  gap: 12px;
  z-index: 9999;
}

.fm-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #FFD700; /* ikon emas */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease;
}

.fm-menu-item i {
  font-size: 20px;
}

.fm-menu-item:hover {
  background: #444;
}

/* Tooltip */
.fm-menu-item::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 60px;
  background: #222;
  color: #FFD700;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-50%);
  top: 50%;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.fm-menu-item:hover::after {
  opacity: 1;
}

/* Tooltip tetap muncul di mobile (tap/hold) */
@media (hover: none) {
  .fm-menu-item:active::after {
    opacity: 1;
  }
}


/* --- CSS Pop-up (Awalan popup-) --- */

/* 1. Overlay Latar Belakang Gelap */
.popup-overlay {
    display: none; /* Disembunyikan secara default */
    position: fixed; /* Tetap di tempat saat di-scroll */
    z-index: 99999; /* Pastikan di atas segalanya */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Hitam transparan */
    /* Flexbox untuk memusatkan konten */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease; /* Efek fade-in halus */
}

/* Kelas tambahan untuk menampilkan popup (ditambahkan via JS) */
.popup-show {
    display: flex !important;
    opacity: 1;
}

/* 2. Kotak Konten Utama */
.popup-content-box {
    position: relative;
    background-color: #fff;
    /* Syarat: Border Gold */
    border: 4px solid gold; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    width: 90%; /* Lebar responsif */
    max-width: 500px; /* Lebar maksimum */
    /* Syarat: Format 1:1 (Square) */
    aspect-ratio: 1 / 1; 
    box-sizing: border-box;
    padding: 5px;
    /* Mencegah popup terlalu tinggi di layar landscape HP */
    max-height: 90vh; 
}

/* 3. Pembungkus dan Gambar */
.popup-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* --- TAMBAHAN BARU: Link Style --- */
.popup-link {
    display: block; /* Agar link memenuhi kotak */
    width: 100%;
    height: 100%;
    cursor: pointer; /* Mengubah kursor jadi telunjuk */
}

.popup-image {
    width: 100%;
    height: 100%;
    /* 'cover' memastikan gambar mengisi kotak 1:1 tanpa gepeng, 
       meskipun mungkin ada bagian yang terpotong jika gambar asli bukan persegi */
    object-fit: cover; 
    display: block;
}

/* 4. Tombol Close (X) */
.popup-close {
    position: absolute;
    top: -15px; /* Posisi sedikit di luar kotak kanan atas */
    right: -15px;
    width: 35px;
    height: 35px;
    background-color: gold; /* Latar belakang tombol */
    color: #000;
    border-radius: 50%; /* Membuat lingkaran */
    font-size: 24px;
    font-weight: bold;
    line-height: 35px; /* Memusatkan X secara vertikal */
    text-align: center;
    cursor: pointer;
    z-index: 10; /* Di atas gambar */
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

.popup-close:hover {
    transform: scale(1.1); /* Efek sedikit membesar saat di-hover */
    background-color: darkgoldenrod;
    color: white;
}



/* ========================================= */
/* 🚀 NEW: Nova Hero & Product Showcase      */
/* ========================================= */

.nova-hero-section {
  padding: 60px 20px 40px;
}

.nova-hero-cta {
  margin-top: 25px;
}

.nova-social-proof {
  margin-top: -20px;
  margin-bottom: 40px;
}

/* ========================================= */
/* 🚀 UPDATE: 3-Column Grid Layout           */
/* ========================================= */
.nova-product-grid, .nova-tech-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; /* Paksa 3 Kolom! */
  gap: 25px !important;
  align-items: stretch;
}

/* Penyesuaian untuk layar Tablet dan HP */
@media (max-width: 1024px) {
  .nova-product-grid, .nova-tech-grid {
    grid-template-columns: 1fr !important; /* Paksa 1 Kolom di HP */
  }
}

.nova-product-card {
  background: #1a1a1a;
  border: 1px solid #f1c40f;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(241, 196, 15, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.nova-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(241, 196, 15, 0.2);
}

/* Card Khusus untuk Nova (Cyan/Aqua Neon) */
.nova-highlight-card {
  border: 2px solid #00e5ff; /* Electric Cyan */
  box-shadow: 0 4px 15px rgba(0, 229, 255, 0.15);
}

.nova-highlight-card:hover {
  box-shadow: 0 8px 25px rgba(0, 229, 255, 0.4);
}

.nova-highlight-card h3 {
  color: #00e5ff;
  text-shadow: 0 0 8px rgba(0, 229, 255, 0.3); /* Tambahan efek glow neon tipis */
}

.nova-tagline {
  font-style: italic;
  color: #ccc;
  margin-bottom: 20px;
  font-size: 0.95em;
  min-height: 45px; /* Menjaga agar tombol di bawah tetap sejajar */
}

.nova-feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
  flex-grow: 1;
}

.nova-feature-list li {
  margin-bottom: 12px;
  font-size: 0.95em;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
  color: #fffbd6;
}

/* Penyesuaian Mobile */
/* Pastikan media query ini tetap ada di bagian bawah CSS nova Anda */
@media (max-width: 768px) {
  .nova-product-grid {
    grid-template-columns: 1fr; /* Menjadi atas-bawah HANYA di layar HP */
  }
}

/* ========================================= */
/* 🚀 NEW: Tech Comparison (Prime vs Nova)   */
/* ========================================= */
.nova-tech-section {
  margin-top: 50px;
}

.nova-tech-title {
  text-align: left;
  font-size: 1.5em;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

.nova-tech-card {
  background: #111; /* Latar belakang lebih gelap agar warna kontras */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}
.nova-tech-card:hover {
  transform: translateY(-3px);
}

/* --- Prime Specific Styling (Emas) --- */
.prime-tech {
  border-top: 4px solid #f1c40f;
  border-left: 1px solid rgba(241, 196, 15, 0.2);
  border-right: 1px solid rgba(241, 196, 15, 0.2);
  border-bottom: 1px solid rgba(241, 196, 15, 0.2);
}
.prime-tech .prime-title {
  color: #f1c40f;
  font-size: 1.4em;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(241, 196, 15, 0.5);
  padding-bottom: 10px;
}

/* --- Nova Specific Styling (Cyan) --- */
.nova-tech {
  border-top: 4px solid #00e5ff;
  border-left: 1px solid rgba(0, 229, 255, 0.2);
  border-right: 1px solid rgba(0, 229, 255, 0.2);
  border-bottom: 1px solid rgba(0, 229, 255, 0.2);
}
.nova-tech .nova-title {
  color: #00e5ff;
  font-size: 1.4em;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 229, 255, 0.5);
  padding-bottom: 10px;
  text-shadow: 0 0 5px rgba(0, 229, 255, 0.3);
}

/* --- Daftar List Fitur --- */
.nova-tech-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.nova-tech-card ul li {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #ccc;
  position: relative;
  padding-left: 20px;
}

/* Icon Bullets (Panah) */
.nova-tech-card ul li::before {
  content: "►";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8em;
}

.prime-tech ul li::before { color: #f1c40f; }
.nova-tech ul li::before { color: #00e5ff; }

/* Nama Fiturnya Ditebalkan dan Diberi Warna Putih */
.nova-tech-card ul li strong {
  display: inline-block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 1.1em;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .nova-tech-grid {
    grid-template-columns: 1fr; /* Berubah jadi atas bawah di HP */
    gap: 20px;
  }
}

/* ========================================= */
/* 🚀 NEW: Live Stats Buttons                */
/* ========================================= */
.nova-stats-section {
  margin-top: 50px;
}

/* Style Tombol Prime (Emas) */
.nova-btn-prime {
  background: #111 !important;
  color: #f1c40f !important;
  border: 2px solid #f1c40f !important;
  padding: 10px 20px !important;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
}

.nova-btn-prime:hover, .nova-btn-prime:focus {
  background: #f1c40f !important;
  color: #000 !important;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.4);
}

/* Style Tombol Nova (Cyan) */
.nova-btn-nova {
  background: #111 !important;
  color: #00e5ff !important;
  border: 2px solid #00e5ff !important;
  padding: 10px 20px !important;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
}

.nova-btn-nova:hover, .nova-btn-nova:focus {
  background: #00e5ff !important;
  color: #000 !important;
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.6);
}

/* Style Tombol Aegis (Titanium Silver) */
.nova-btn-aegis {
  background: #111 !important;
  color: #e5e4e2 !important; /* Warna Titanium Silver */
  border: 2px solid #e5e4e2 !important;
  padding: 10px 20px !important;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
}

.nova-btn-aegis:hover, 
.nova-btn-aegis:focus {
  background: #e5e4e2 !important;
  color: #000 !important; /* Teks menjadi hitam agar kontras saat di-hover */
  box-shadow: 0 0 15px rgba(229, 228, 226, 0.15); /* Efek glow Titanium Silver */
}

/* Transisi halus saat border berganti warna */
.nova-iframe-container {
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}



/* ========================================= */
/* 🚀 NEW: Backtest Comparison Table         */
/* ========================================= */
.nova-compare-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #111;
  font-size: 0.9em;
  color: #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.nova-compare-table th, 
.nova-compare-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #333;
}

.nova-compare-table th {
  background-color: #1a1a1a;
  font-size: 1.05em;
  font-weight: bold;
}

.nova-compare-table tr:hover {
  background-color: #1e1e1e;
}

/* Judul Bagian di dalam tabel */
.nova-compare-table .section-title {
  background-color: #222;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1px;
}

/* Warna Pemenang / Highlight */
.highlight-prime {
  color: #f1c40f;
  font-weight: bold;
}
.highlight-nova {
  color: #00e5ff;
  font-weight: bold;
}

/* Mobile Responsive Tabel */
@media (max-width: 768px) {
  .nova-compare-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap; /* Mencegah tabel terpotong di HP, bisa digeser kanan-kiri */
  }
}


/* ========================================= */
/* 🛡️ NEW: Aegis Specific Styling (Titanium) */
/* ========================================= */

/* Style untuk Kartu Utama Aegis */
.aegis-highlight-card {
  border: 2px solid #e5e4e2; /* Titanium Silver */
  box-shadow: 0 4px 15px rgba(229, 228, 226, 0.15);
}

.aegis-highlight-card:hover {
  box-shadow: 0 8px 25px rgba(229, 228, 226, 0.4);
}

.aegis-highlight-card h3 {
  color: #e5e4e2;
  text-shadow: 0 0 8px rgba(229, 228, 226, 0.3);
}

/* Style untuk Kartu Teknologi Aegis (Brain, Shield, Engine) */
.aegis-tech {
  border-top: 4px solid #e5e4e2;
  border-left: 1px solid rgba(229, 228, 226, 0.2);
  border-right: 1px solid rgba(229, 228, 226, 0.2);
  border-bottom: 1px solid rgba(229, 228, 226, 0.2);
}

.aegis-tech .aegis-title {
  color: #e5e4e2;
  font-size: 1.4em;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(229, 228, 226, 0.5);
  padding-bottom: 10px;
  text-shadow: 0 0 5px rgba(229, 228, 226, 0.3);
}

.aegis-tech ul li::before {
  color: #e5e4e2; /* Warna peluru/panah list mengikuti tema Titanium */
}
