/* IMPORT FUTURISTIC & CLEAN FONTS */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&family=Space+Grotesk:wght@500;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  /* Font Outfit untuk clean readability */
  font-family: 'Outfit', sans-serif;
  color: #e2e8f0;
  /* Deep Obsidian Background */
  background: #05070f;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  isolation: isolate;
}


p, .contact-desc, .tour-step p, .feature-card p, .project-content p, .about-details p {
  text-align: justify !important;
  text-justify: inter-word;
}

/* Terapkan font techy untuk heading */
h1, h2, h3, h4, .logo, .section-title, .geo-badge {
  font-family: 'Space Grotesk', sans-serif;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* 
  ===================================
   RADAR GEOINTELLIGENCE (BACKGROUND)
  ===================================
*/

body .radar {
  position: fixed;
  top: -200px;
  right: -200px;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  opacity: 0.55; /* DITURUNKAN: Agar keseluruhan radar tidak terlalu terang */
  background:
    /* Glow halus di tengah radar sedikit diredupkan */
    radial-gradient(circle, rgba(0, 240, 255, 0.03), transparent 60%),
    /* Garis lingkaran radar dibuat lebih proporsional (tidak terlalu mencolok) */
    repeating-radial-gradient(
      circle,
      rgba(0, 240, 255, 0.08) 0px,
      rgba(0, 240, 255, 0.15) 1.5px,
      transparent 1.5px,
      transparent 80px
    );
}

/* Sapuan Scanner (Sweep) diperpendek dan diredupkan */
body .radar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 0deg, /* DITAMBAH: Ekor dipotong, membuat sapuan lebih pendek */
    rgba(0, 240, 255, 0.08) 330deg,
    rgba(0, 240, 255, 0.15) 355deg,
    rgba(200, 245, 255, 0.25) 360deg /* DITURUNKAN: Ujung jarum tidak terlalu silau */
  );
  animation: spin 4s linear infinite;
}

/* Titik-titik Radar (Dots) yang diperbanyak & bercahaya */
body .radar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    /* Titik Cyan */
    radial-gradient(circle at 10% 20%, #00f0ff 1.5px, rgba(0,240,255,0.4) 4px, transparent 6px),
    radial-gradient(circle at 40% 35%, #00f0ff 2px, rgba(0,240,255,0.5) 5px, transparent 8px),
    radial-gradient(circle at 80% 75%, #00f0ff 1px, rgba(0,240,255,0.4) 3px, transparent 5px),
    radial-gradient(circle at 15% 55%, #00f0ff 1.5px, rgba(0,240,255,0.4) 4px, transparent 6px),
    radial-gradient(circle at 65% 15%, #00f0ff 1.5px, rgba(0,240,255,0.4) 4px, transparent 6px),
    radial-gradient(circle at 85% 20%, #00f0ff 1px, rgba(0,240,255,0.4) 3px, transparent 5px),
    /* Titik Violet */
    radial-gradient(circle at 25% 80%, #8a2be2 1.5px, rgba(138,43,226,0.5) 4px, transparent 6px),
    radial-gradient(circle at 70% 25%, #8a2be2 2px, rgba(138,43,226,0.5) 5px, transparent 8px),
    radial-gradient(circle at 50% 60%, #8a2be2 1px, rgba(138,43,226,0.4) 3px, transparent 5px),
    radial-gradient(circle at 85% 40%, #8a2be2 1.5px, rgba(138,43,226,0.4) 4px, transparent 6px),
    radial-gradient(circle at 35% 15%, #8a2be2 1.5px, rgba(138,43,226,0.4) 4px, transparent 6px),
    /* Titik Putih Terang */
    radial-gradient(circle at 55% 85%, #ffffff 1px, rgba(255,255,255,0.4) 3px, transparent 5px),
    radial-gradient(circle at 90% 60%, #ffffff 1.5px, rgba(255,255,255,0.5) 4px, transparent 6px),
    radial-gradient(circle at 30% 40%, #ffffff 1px, rgba(255,255,255,0.4) 3px, transparent 5px),
    radial-gradient(circle at 15% 85%, #ffffff 1.5px, rgba(255,255,255,0.4) 4px, transparent 6px);
  
  /* Animasi kedip yang lebih responsif */
  animation: dotPulse 2.5s ease-in-out infinite alternate;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

@keyframes dotPulse {
  0% { opacity: 0.15; filter: brightness(0.8) drop-shadow(0 0 0px transparent); }
  100% { opacity: 1; filter: brightness(1.5) drop-shadow(0 0 8px #00f0ff); }
}

.container { width: min(1150px, 92%); margin: auto; }

/* DESKTOP DEFAULT */
.menu-toggle{
  display:none;
}

/* ===== NAVIGATION ===== */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(5, 7, 15, 0.6);
  border-bottom: 1px solid rgba(0, 240, 255, 0.1);
}
.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo {
  display: flex;
  flex-direction: column; 
  line-height: 1.1;
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(90deg, #ffffff, #00f0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}
.location-text {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  margin-top: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-fill-color: #64748b;
}
nav a {
  margin-left: 32px;
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
nav a:hover, nav a.active-nav { 
  color: #00f0ff; 
  text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
}

/* ===============================
   LANGUAGE SWITCHER (UPDATED)
================================ */

.language-switch {
  display: flex;
  align-items: center;
  gap: 10px; /* Jarak antar tombol INA dan ENG */
  margin-left: 30px;
}

/* Style langsung ditembak ke tag button di dalam language-switch */
.language-switch button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px; /* Proporsi disamakan dengan tombol back to home */
  border: 1px solid rgba(255, 255, 255, 0.15); /* Tiap tombol punya border sendiri */
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem; /* Font diperbesar */
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.language-switch button:hover {
  border-color: #00f0ff;
  background: rgba(0, 240, 255, 0.05);
  color: #00f0ff;
  text-shadow: none;
  transform: translateY(-2px); /* Animasi naik saat di-hover */
  box-shadow: 0 4px 12px rgba(0, 240, 255, 0.1);
}

/* Menghilangkan pemisah / simbol | */
.language-switch span {
  display: none; 
}

/* ===== REUSABLE COMPONENT STYLES ===== */
section { padding: 100px 0; }
.section-title { 
  font-size: 2.5rem; 
  margin-bottom: 16px; 
  color: #ffffff; 
  text-align: center; 
  font-weight: 700; 
  letter-spacing: -0.02em; 
}
.section-sub { 
  color: #94a3b8; 
  margin-bottom: 50px; 
  text-align: center !important; /* DITAMBAHKAN !important agar tidak kalah oleh tag <p> global */
  max-width: 620px; 
  margin-left: auto; 
  margin-right: auto;
  font-size: 1.05rem;
  font-weight: 300;
}

/* Clean Glassmorphism */
.glass {
  background: rgba(15, 23, 42, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* TIMPA KODE DARI .btn SAMPAI .feature-btn:hover DI REUSABLE COMPONENT STYLES */

.btn, .btn-primary, .btn-secondary, .feature-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* FIX HP: Mencegah tombol melar mengikuti lebar layar */
    width: fit-content; 
    white-space: nowrap;
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover, .feature-btn:hover {
    border-color: #00f0ff;
    background: rgba(0, 240, 255, 0.05);
    color: #00f0ff;
    text-shadow: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 240, 255, 0.1);
}
.back-home-container { display: flex; justify-content: center; margin-top: 50px; }

/* ===== ROUTER VIEWS CONTROLLER ===== */
.view-section { display: none; }
.view-section.active-view { display: block; animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

@keyframes slideUpFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== VIEW 1: HOME PAGE ===== */
.hero-corporate { text-align: center; padding: 80px 0 50px 0; }
.hero-corporate h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}
.hero-corporate p {
  max-width: 800px;
  color: #94a3b8;
  margin: 0 auto 50px auto;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.8;
  font-weight: 300;
}

/* Dashboard Media Panel */
.dashboard-panel {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 50px auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 240, 255, 0.2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 240, 255, 0.1);
  aspect-ratio: 16/9;
  position: relative;
  background: #080c17;
}
.dashboard-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 50px rgba(0, 240, 255, 0.05);
  pointer-events: none;
  z-index: 1;
}
.dashboard-panel video, .dashboard-panel img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; filter: contrast(1.1); }
.panel-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #64748b;
  text-align: center;
  background: radial-gradient(circle, #0c1222 0%, #05070f 100%);
}
.panel-placeholder svg { width: 56px; height: 56px; color: #00f0ff; margin-bottom: 16px; filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.4)); }

/* =====================================
   GEOLAND DESCRIPTION
===================================== */
.title-wrapper { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 30px; }

.geoland-description {
  max-width: 950px;
  margin: 45px auto 0;
  padding: 45px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.geo-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 4px; 
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: #00f0ff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.geoland-description h2 { font-size: 2rem; margin-bottom: 20px; color: #ffffff; }
.geoland-description p { color: #cbd5e1; font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; font-weight: 300; }
.geoland-description p:last-child { margin-bottom: 0; }

/* ===================================
   FEATURES
=================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 60px;
}
.feature-card {
  padding: 40px 30px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;display: flex;
  flex-direction: column;
  height: 100%;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 240, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.feature-card:hover::before { opacity: 1; }

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(0, 240, 255, 0.05);
  color: #00f0ff;
  border: 1px solid rgba(0, 240, 255, 0.15);
  margin-bottom: 24px;
}
.feature-card h3 { font-size: 1.25rem; margin-bottom: 16px; color: #f8fafc; }
.feature-card p { 
  color: #94a3b8; 
  line-height: 1.7; 
  font-size: 0.95rem; 
  font-weight: 300; 
  /* Mendorong tombol ke bawah dan memberi jarak */
  flex-grow: 1; 
  margin-bottom: 24px; 
}


/* ===================================
   PRODUCT TOUR
=================================== */
.tour-stack { display: flex; flex-direction: column; gap: 40px; margin-top: 60px; }
.tour-card {
  padding: 40px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  transition: 0.3s;
}
.tour-card:hover { border-color: rgba(138, 43, 226, 0.3); } 
.tour-header { margin-bottom: 30px; }
.tour-header h3 { font-size: 1.8rem; color: #fff; margin-bottom: 12px; }
.tour-header p { color: #94a3b8; line-height: 1.7; font-weight: 300; }
.tour-media {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 40px auto;
  border-radius: 12px;
  border: 1px solid rgba(0, 240, 255, 0.15);
  background: #000;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.tour-media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.tour-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.tour-step {
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.05);
  /* Tambahan Flexbox agar proporsional */
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tour-step span {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: #8a2be2; 
  margin-bottom: 8px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tour-step p { 
  margin: 0; 
  color: #cbd5e1; 
  line-height: 1.6; 
  font-size: 0.95rem; 
  font-weight: 300; 
  /* Mendorong tombol ke bawah dan memberi jarak */
  flex-grow: 1; 
  margin-bottom: 24px; 
}

/* KODE BARU: Memastikan semua tombol/link di dalam card selalu di tengah bawah */
.feature-card a, .feature-card button, .feature-card .btn,
.tour-step a, .tour-step button, .tour-step .btn {
  margin-top: auto;
  align-self: center;
}

/* ===== VIEW 2: MAP GALLERY ===== */
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.project-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.3);
  overflow: hidden;
  transition: all 0.4s ease;
}
.project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 240, 255, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}
.project-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.1);
  transition: 0.4s;
}
.project-card:hover img { filter: grayscale(0%) contrast(1.1); }
.project-content { padding: 30px; }
.project-content h3 { font-size: 1.3rem; margin-bottom: 10px; color: #ffffff; }
.project-content p { color: #94a3b8; font-size: 0.95rem; margin-bottom: 24px; line-height: 1.7; font-weight: 300; }

/* ===== VIEW 3: ABOUT ME ===== */
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; margin-top: 40px; }
.about-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 240, 255, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  max-width: 300px; 
  margin: 0 auto;
}
.about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 30px rgba(0, 240, 255, 0.2);
  pointer-events: none;
}
.about-image-wrap img { width: 100%; aspect-ratio: 1/1.1; object-fit: cover; filter: contrast(1.1); }
.about-details p { color: #cbd5e1; font-size: 1.1rem; margin-bottom: 30px; line-height: 1.8; font-weight: 300; }

.skills-box h3 { font-size: 1.1rem; margin-bottom: 16px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; }
.skills { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.skill {
  padding: 8px 16px;
  border-radius: 6px;
  background: rgba(0, 240, 255, 0.05);
  color: #00f0ff;
  font-size: 0.85rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 240, 255, 0.2);
  letter-spacing: 0.05em;
}

.edu-corporate-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(15, 23, 42, 0.4);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.edu-logo-frame { width: 52px; height: 52px; flex-shrink: 0; border-radius: 8px; background: #fff; padding: 4px; }
.edu-info h4 { color: #ffffff; font-size: 1.1rem; margin-bottom: 6px; }
.edu-info p { color: #94a3b8; font-size: 0.9rem; margin: 0; font-weight: 400; }

/* ===== VIEW 4: CONTACT US ===== */
.contact-corporate-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  text-align: center;
}
.contact-desc { color: #94a3b8; margin-bottom: 40px; font-size: 1.1rem; line-height: 1.7; font-weight: 300; }
.contact-channels { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.channel-item {
  background: rgba(255,255,255,0.01);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 24px;
  border-radius: 12px;
  transition: 0.3s;
}
.channel-item:hover { background: rgba(0, 240, 255, 0.02); border-color: rgba(0, 240, 255, 0.3); transform: translateY(-3px); }
.channel-label { display: block; font-size: 0.8rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; font-family: 'Space Grotesk', sans-serif; }
.channel-value { font-size: 1.1rem; color: #00f0ff; font-weight: 600; }

.social-medias {
  display: flex;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 35px;
}
.social-icon-btn {
  width: 46px;
  height: 46px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.6;
  filter: grayscale(100%);
}
.social-icon-btn:hover {
  transform: translateY(-5px);
  opacity: 1;
  filter: grayscale(0%) drop-shadow(0 0 12px rgba(0, 240, 255, 0.5));
}

/* ===== FOOTER ===== */
footer { text-align: center; padding: 40px 0; color: #64748b; font-size: 0.85rem; border-top: 1px solid rgba(255, 255, 255, 0.03); margin-top: auto; letter-spacing: 0.05em; font-family: 'Space Grotesk', sans-serif; }

/* ===== RESPONSIVE MEDIA QUERIES ===== */
@media(max-width:900px){
  section{padding:60px 0;}
  .hero-corporate{padding:40px 0 20px 0;}
  .hero-corporate h1{font-size:2.2rem;}
  .project-grid{grid-template-columns:1fr;}
  .about-grid{grid-template-columns:1fr;gap:40px;}
  .about-image-wrap{max-width:200px;}
  .contact-channels{grid-template-columns:1fr;gap:16px;}
}


/* ===============================
   MOBILE HEADER FIX
================================= */

@media (max-width:768px){

header{
    padding:0;
    min-height:72px;
    display:flex;
    align-items:center;
}

.nav-wrap{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    min-height:72px;
    padding:0 18px;
}

.logo{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);

    display:flex;
    flex-direction:column;
    align-items:center;

    font-size:22px;
    line-height:1;

    margin:0;
    white-space:nowrap;
}

.location-text{
    font-size:.6rem;
    margin-top:3px;
}

/* TIMPA KODE INI DI DALAM @media (max-width:768px) */

.language-switch {
    position: absolute;
    right: 8px; /* Geser lebih mentok ke ujung kanan layar (sebelumnya 18px) */
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    gap: 4px; /* Jarak antar tombol INA/ENG dirapatkan sedikit */
}

.language-switch button {
    padding: 6px 10px; /* Padding kiri-kanan dikurangi agar tombol lebih ramping */
    font-size: 0.7rem; /* Font diperkecil sedikit agar tidak makan tempat */
    letter-spacing: 0; /* Menghilangkan spasi ekstra antar huruf di HP */
}

/* TIMPA KODE INI DI DALAM @media (max-width:768px) */

.menu-toggle {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 22px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 1001;
    
    /* REDESIGN: Tema Cyber & Glassmorphism */
    background: rgba(0, 240, 255, 0.05);
    border: 1px solid rgba(0, 240, 255, 0.2);
    color: #00f0ff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.menu-toggle:active {
    background: rgba(0, 240, 255, 0.15);
    box-shadow: 0 0 12px rgba(0, 240, 255, 0.4);
}

/* TIMPA KODE DARI #main-menu SAMPAI #main-menu a DI DALAM @media (max-width:768px) */

#main-menu {
    display: none;
    position: absolute;
    top: 85px; /* Digeser ke bawah agar pas posisinya di bawah header */
    left: 18px;
    right: 18px;
    flex-direction: column;
    padding: 8px;
    
    /* THEMA CYBER/GLASSMORPHISM */
    background: rgba(10, 15, 30, 0.95);
    border: 1px solid rgba(0, 240, 255, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 240, 255, 0.1);
    z-index: 1000;
}

#main-menu.show {
    display: flex;
    animation: slideDownMenu 0.3s ease forwards;
}

#main-menu a {
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    text-align: left; /* Rata kiri lebih modern & rapi */
    font-size: 0.95rem;
    color: #cbd5e1;
    border-radius: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

#main-menu a:last-child {
    border-bottom: none;
}

#main-menu a:hover, #main-menu a.active-nav {
    background: rgba(0, 240, 255, 0.1);
    color: #00f0ff;
    padding-left: 26px; /* Efek geser kanan dikit saat dipencet/hover */
}

@keyframes slideDownMenu {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#main-menu a:last-child {
    border-bottom: none;
}
}

@media(max-width:768px){

body .radar{
  width:520px;
  height:520px;
  top:-80px;
  right:-360px;
  opacity:.35;
}

}