/* style.css - Custom Styling PT Aida Duta Indonesia Sejahtera */

/* Terapkan font utama (Montserrat) ke seluruh tubuh halaman */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #161309;
  color: #e9e2d0;
  scroll-behavior: smooth;
  --placement-title-gold-gradient: linear-gradient(90deg, #ffe8b0 0%, #f39a12 35%, #c97905 70%, #ffe8b0 100%);
  --placement-title-gold-shadow:
    0 0 22px rgba(243, 154, 18, 0.22),
    0 12px 30px rgba(0, 0, 0, 0.48);
  --placement-title-gold-underline: linear-gradient(90deg, rgba(243, 154, 18, 0.0), rgba(243, 154, 18, 0.75), rgba(243, 154, 18, 0.0));
}



/* Terapkan font judul premium (Playfair Display) secara eksplisit */
h1,
h2,
h3,
h4,
.font-display {
  font-family: 'Playfair Display', serif !important;
}

/* Transparansi Efek Kaca Premium (Glassmorphism) */
.glass-card {
  background: rgba(74, 4, 4, 0.25);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(243, 154, 18, 0.2);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* Efek Berpendar Emas Mewah saat kursor diarahkan */
.gold-glow:hover {
  box-shadow: 0 0 35px rgba(243, 154, 18, 0.25);
}

.mobile-menu-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(243, 154, 18, 0.48);
  border-radius: 0.45rem;
  background:
    linear-gradient(145deg, rgba(74, 4, 4, 0.98), rgba(35, 2, 1, 0.98));
  color: #f39a12;
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 176, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.32);
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  border-color: rgba(255, 204, 124, 0.78);
  background:
    linear-gradient(145deg, rgba(243, 154, 18, 0.18), rgba(74, 4, 4, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 176, 0.2),
    0 0 0 3px rgba(243, 154, 18, 0.1),
    0 14px 28px rgba(0, 0, 0, 0.4);
  outline: none;
  transform: translateY(-1px);
}

.mobile-menu-panel {
  background:
    linear-gradient(180deg, #350303 0%, #230201 56%, #171006 100%);
  border-top: 1px solid rgba(243, 154, 18, 0.28);
  border-bottom: 1px solid rgba(243, 154, 18, 0.55);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.72);
}

.mobile-menu-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.1rem;
  padding: 0.9rem 0.25rem 0.9rem 1.35rem;
  border-bottom: 1px solid rgba(243, 154, 18, 0.14);
  color: #efe5cf;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 220ms ease, letter-spacing 220ms ease, transform 220ms ease;
}

.mobile-menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(243, 154, 18, 0.38);
  transform: translateY(-50%);
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.mobile-menu-link::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(243, 154, 18, 0.55), rgba(243, 154, 18, 0));
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: opacity 220ms ease, transform 220ms ease;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus,
.mobile-menu-link-active {
  color: #f39a12;
  outline: none;
  letter-spacing: 0.18em;
  transform: translateX(0.25rem);
}

.mobile-menu-link:hover::before,
.mobile-menu-link:focus::before,
.mobile-menu-link-active::before {
  background: #f39a12;
  box-shadow: 0 0 16px rgba(243, 154, 18, 0.55);
  transform: translateY(-50%) scale(1.18);
}

.mobile-menu-link:hover::after,
.mobile-menu-link:focus::after,
.mobile-menu-link-active::after {
  opacity: 1;
  transform: scaleX(1);
}

#network .gold-glow:focus,
#network .gold-glow:focus-within {
  outline: 1px solid rgba(243, 154, 18, 0.6);
  outline-offset: 4px;
}

.placement-sector-card {
  position: relative;
  min-height: 390px;
  background: #1c180b;
  isolation: isolate;
}

.placement-sector-card::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 1.5rem 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(243, 154, 18, 0), rgba(243, 154, 18, 0.65), rgba(243, 154, 18, 0));
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 350ms ease, transform 350ms ease;
  z-index: 3;
}

.placement-sector-card:hover::after,
.placement-sector-card:focus::after,
.placement-sector-card:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.placement-sector-card .sector-media {
  position: absolute !important;
  inset: 0;
  height: 100%;
}

.sector-media img {
  min-height: 100%;
  filter: saturate(0.72) brightness(0.78);
}

.placement-sector-card:hover .sector-media img,
.placement-sector-card:focus .sector-media img,
.placement-sector-card:focus-within .sector-media img {
  filter: saturate(1.05) brightness(0.9);
}

.sector-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 19, 9, 0.16), rgba(22, 19, 9, 0.92)),
    linear-gradient(120deg, rgba(49, 2, 2, 0.82), rgba(28, 24, 11, 0.18) 58%, rgba(243, 154, 18, 0.12));
  transition: background 350ms ease;
}

.placement-sector-card:hover .sector-image-overlay,
.placement-sector-card:focus .sector-image-overlay,
.placement-sector-card:focus-within .sector-image-overlay {
  background:
    linear-gradient(180deg, rgba(22, 19, 9, 0.12), rgba(22, 19, 9, 0.96)),
    linear-gradient(120deg, rgba(49, 2, 2, 0.9), rgba(28, 24, 11, 0.26) 48%, rgba(243, 154, 18, 0.2));
}

.sector-number {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(243, 154, 18, 0.36);
  border-radius: 999px;
  background: rgba(22, 19, 9, 0.68);
  color: #f39a12;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sector-content {
  position: relative;
  z-index: 2;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(22, 19, 9, 0), rgba(22, 19, 9, 0.26));
}

.sector-title {
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 0.65rem;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transition: color 300ms ease, transform 300ms ease;
}

.placement-sector-card:hover .sector-title,
.placement-sector-card:focus .sector-title,
.placement-sector-card:focus-within .sector-title {
  color: #f39a12;
  transform: translateY(-0.2rem);
}

.sector-hover-desc {
  max-height: 0;
  opacity: 0;
  transform: translateY(0.65rem);
  overflow: hidden;
  transition: max-height 420ms ease, opacity 300ms ease, transform 300ms ease, margin-top 300ms ease;
}

#network .group:hover .sector-hover-desc,
#network .group:focus .sector-hover-desc,
#network .group:focus-within .sector-hover-desc {
  max-height: 10rem;
  opacity: 1;
  margin-top: 0.3rem;
  transform: translateY(0);
}

@media (max-width: 640px) {

  #services,
  #network,
  #lpk,
  #gallery {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #network {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #services .text-center,
  #network .text-center,
  #lpk .text-center,
  #gallery .mb-16 {
    margin-bottom: 2.5rem;
  }

  .org-grid {
    gap: 1rem;
  }

  .org-grid .glass-card {
    padding: 1rem !important;
    min-height: 180px;
  }

  .org-grid .material-icons-outlined {
    margin-bottom: 0.75rem !important;
    font-size: 2rem !important;
  }

  .org-grid h4 {
    font-size: clamp(0.95rem, 3.4vw, 1.15rem) !important;
    line-height: 1.15;
  }

  .org-grid p {
    font-size: 0.72rem !important;
    line-height: 1.45;
  }

  #services .service-grid {
    gap: 1rem;
  }

  #services .service-grid .glass-card {
    border-radius: 0.75rem;
  }

  #services .service-grid .h-64 {
    height: 8.75rem;
  }

  #services .service-grid .p-8 {
    padding: 1rem !important;
  }

  #services .service-grid h4 {
    margin-bottom: 0;
    font-size: clamp(0.85rem, 3.2vw, 1rem) !important;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  #services .service-grid p {
    display: none;
  }

  #network .sector-grid {
    gap: 1rem;
  }

  .placement-sector-card {
    min-height: 220px;
    border-radius: 0.75rem;
  }

  .placement-sector-card::after {
    inset: auto 0.9rem 0.9rem 0.9rem;
  }

  .sector-number {
    display: none;
  }

  .sector-content {
    min-height: 220px;
    padding: 1rem !important;
    background: linear-gradient(180deg, rgba(22, 19, 9, 0.02), rgba(0, 0, 0, 0.9));
  }

  .sector-title {
    max-width: 100%;
    margin-bottom: 0;
    font-size: clamp(0.8rem, 3.15vw, 1rem) !important;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .sector-hover-desc {
    display: none;
  }

  #gallery .gallery-grid {
    gap: 1rem;
  }

  #gallery .gallery-grid .glass-card {
    min-height: 220px;
    border-radius: 0.75rem;
  }

  #gallery .gallery-grid .p-8 {
    padding: 1rem !important;
  }

  #gallery .gallery-grid .material-icons-outlined {
    font-size: 1.75rem !important;
  }

  #gallery .gallery-grid h4 {
    font-size: clamp(0.85rem, 3.2vw, 1rem) !important;
    line-height: 1.15;
  }

  #gallery .gallery-grid p {
    display: none;
  }
}

/* ==========================
   Navbar cross-browser fixes
   - Minimal, targeted tweaks to stabilize layout in Chrome
   - Avoids changing HTML or JS
   ========================== */

/* Make box-sizing consistent across browsers to avoid width/padding surprises */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Ensure the fixed navbar stays visible and doesn't get clipped or reordered
   due to stacking/transform quirks in some Chrome setups */
nav {
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-font-smoothing: antialiased;
  z-index: 9999;
  /* explicit high z-index to avoid stacking conflicts */
  align-items: center;
  min-height: 4rem;
}

/* Prevent image baseline alignment issues that can cause small vertical
   shifts between browsers. Keep sizing controlled by Tailwind classes. */
nav img {
  display: block;
  vertical-align: middle;
  max-height: 100%;
}

/* Keep the central navbar menu group from overflowing and wrapping in Chrome */
nav>.flex-1 {
  min-width: 0;
}

/* Add extra spacing between logo/brand and navbar menu links on desktop */
@media (min-width: 768px) {
  nav>a {
    margin-right: 1.75rem;
    margin-left: -0.75rem;
  }
}

/* Normalize select / button rendering in the navbar on Chrome
   so their paddings/line-heights match other browsers */
nav select#lang-selector,
nav button#mobile-menu-button {
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  align-items: center;
}

/* Ensure nav links stay aligned and avoid Chrome wrapping issues */
nav a[data-lang-key] {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.1;
}

/* Make the language selector container shrink correctly inside the flex nav */
nav .relative.inline-block.text-left {
  min-width: 0;
}

@media (max-width: 767px) {
  nav {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  nav>div.flex.items-center.gap-4.shrink-0 {
    margin-left: auto;
  }

  nav button#mobile-menu-button {
    margin-left: 0.5rem;
  }

  .mobile-menu-panel {
    position: fixed;
    top: 4.75rem;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: rgba(49, 2, 2, 0.98);
    border-top: 1px solid rgba(243, 154, 18, 0.28);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.75);
    z-index: 10000;
  }
}

@media (min-width: 768px) {
  nav .relative.inline-block.text-left {
    margin-left: 2rem;
  }
}

/* Ensure mobile menu panel is edge-to-edge and not clipped; keep it visually
   detached from nav so it behaves consistently across browsers */
.mobile-menu-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 4.75rem;
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  display: none;
}

.mobile-menu-panel:not(.hidden),
.mobile-menu-panel.open {
  display: block !important;
}

.mobile-menu-panel.open {
  position: fixed !important;
  top: 4.75rem !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  background: rgba(49, 2, 2, 0.98) !important;
  border-top: 1px solid rgba(243, 154, 18, 0.28) !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.75) !important;
  z-index: 10000 !important;
}

#mobile-menu.hidden {
  display: none !important;
}

#mobile-menu.open {
  display: block !important;
}

/* Small tweak for menu links to avoid Chrome subpixel rendering issues */
.mobile-menu-link,
.mobile-menu-link:focus,
.mobile-menu-link:hover {
  transform: translateZ(0);
  /* promote to its own layer for smoother transforms */
}

/* Keep nav children aligned on a single row and avoid potential flex-gap
   rounding differences on narrow widths */
nav>.flex-1 {
  min-width: 0;
  /* prevents flex items from overflowing in some Chrome versions */
}


/* Aturan Animasi Berputar dan Berpendar */
@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse-slow {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.animate-spin-slow {
  animation: spin-slow 50s linear infinite;
}

.animate-spin-reverse-slow {
  animation: spin-reverse-slow 25s linear infinite;
}

.animate-pulse-slow {
  animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce-slow {
  animation: bounce 3s infinite;
}

/* Animasi Fade In untuk Notifikasi Sukses Form */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===================================
   Negara Penempatan Redesign (LPK)
   =================================== */

#lpk {
  background: radial-gradient(circle at 50% 50%, #201309 0%, #0c0a06 100%) !important;
}

.country-list-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(49, 2, 2, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(243, 154, 18, 0.12);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.country-list-card:hover {
  transform: translateY(-3px);
  background: rgba(243, 154, 18, 0.06);
  border-color: rgba(243, 154, 18, 0.4);
  box-shadow: 0 12px 28px rgba(243, 154, 18, 0.15);
}

.country-list-card.active {
  background: rgba(243, 154, 18, 0.12);
  border-color: #f39a12;
  box-shadow: 0 0 25px rgba(243, 154, 18, 0.35);
  transform: translateY(-2px);
}

.country-list-card.active h4 {
  color: #f39a12 !important;
}

/* Transition for dynamic preview image */
.active-country-img {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.7s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.5s ease;
  filter: saturate(0.9) brightness(0.85);
}

.active-country-img.transitioning {
  opacity: 0.1;
  transform: scale(1.05) translateZ(0);
  filter: saturate(0.5) brightness(0.6);
}

/* Transition for active text overlay */
.active-country-text {
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.active-country-text.transitioning {
  opacity: 0;
  transform: translateY(15px);
}

.country-sector-panel {
  max-width: 44rem;
  margin-top: 1.5rem;
}

.country-sector-label {
  margin: 0 0 0.75rem;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.country-sector-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.country-sector-badge,
.country-sector-empty {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: #D4AF37;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.country-sector-empty {
  border-style: dashed;
  color: rgba(233, 226, 208, 0.74);
}

.country-sector-desc {
  max-width: 38rem;
  margin: 0;
  color: rgba(233, 226, 208, 0.78) !important;
  font-size: clamp(0.92rem, 1.5vw, 1.04rem);
  line-height: 1.75 !important;
}

/* Tablet layout for cards sidebar */
@media (max-width: 1024px) {
  #lpk .grid.grid-cols-1.lg\:grid-cols-10 {
    grid-template-columns: 1fr;
  }

  #lpk .lg\:col-span-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    height: auto;
  }

  .country-list-card {
    padding: 0.85rem 1rem;
    gap: 0.75rem;
  }

  .country-list-card img {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* Mobile layout for cards sidebar */
@media (max-width: 640px) {
  #lpk .lg\:col-span-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .country-list-card {
    padding: 0.65rem 0.85rem;
    gap: 0.65rem;
    border-radius: 16px;
  }

  .country-list-card img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 6px;
  }

  .country-list-card h4 {
    font-size: clamp(0.85rem, 3.2vw, 0.95rem) !important;
    line-height: 1.2;
  }

  .country-list-card p {
    font-size: 0.7rem !important;
  }

  .active-country-text {
    right: 0;
  }

  .country-sector-panel {
    margin-top: 1rem;
  }

  .country-sector-label {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .country-sector-badges {
    gap: 0.5rem;
  }

  .country-sector-badge,
  .country-sector-empty {
    min-height: 1.9rem;
    padding: 0.38rem 0.68rem;
    font-size: 0.7rem;
  }

  .country-sector-desc {
    font-size: 0.84rem;
  }
}

/* TikTok-inspired redesign */
:root {
  --tt-black: #050507;
  --tt-panel: #0d0d12;
  --tt-panel-2: #15151c;
  --tt-white: #f8f8ff;
  --tt-muted: rgba(248, 248, 255, 0.68);
  --tt-cyan: #d4af37;
  --tt-pink: #5a0d10;
  --tt-gold: #f39a12;
  --tt-red: #310202;
  --tt-line: rgba(255, 255, 255, 0.12);
}

html {
  background: var(--tt-black);
  scroll-behavior: smooth;
}

body {
  color: var(--tt-white);
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 14%, rgba(90, 13, 16, 0.18), transparent 28rem),
    linear-gradient(180deg, #050507 0%, #09090d 48%, #050507 100%) !important;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

* {
  scrollbar-color: var(--tt-pink) var(--tt-black);
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: -0.035em !important;
}

p,
li {
  color: var(--tt-muted) !important;
  line-height: 1.65 !important;
}

.text-gold-gradient {
  background: var(--placement-title-gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

nav.fixed,
nav {
  top: 1rem !important;
  left: 50% !important;
  right: auto !important;
  width: min(calc(100% - 2rem), 1180px) !important;
  min-height: 4.35rem;
  transform: translateX(-50%);
  border: 1px solid var(--tt-line) !important;
  border-radius: 999px;
  background: rgba(5, 5, 7, 0.82) !important;
  box-shadow:
    -10px 0 32px rgba(212, 175, 55, 0.12),
    10px 0 32px rgba(90, 13, 16, 0.12),
    0 18px 45px rgba(0, 0, 0, 0.44) !important;
}

nav::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tt-cyan), transparent 28%, transparent 72%, var(--tt-pink));
  opacity: 0.42;
}

nav img {
  padding: 0.28rem;
  border-radius: 999px;
  background: #fff;
}

nav a span.font-display {
  color: #fff !important;
  font-size: clamp(0.95rem, 1.45vw, 1.28rem) !important;
  font-style: normal !important;
  letter-spacing: -0.02em !important;
}

nav a[data-lang-key] {
  color: rgba(255, 255, 255, 0.66) !important;
  border: 0 !important;
  padding: 0.62rem 0.75rem !important;
  border-radius: 999px;
  font-size: 0.68rem !important;
  letter-spacing: 0.1em !important;
}

nav a[data-lang-key]:hover,
nav a[data-lang-key]:focus,
nav a[data-lang-key="nav_home"] {
  color: #050507 !important;
  background: linear-gradient(90deg, var(--tt-cyan), var(--tt-pink));
}

#lang-selector,
.mobile-menu-toggle {
  color: #fff !important;
  border-color: var(--tt-line) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.mobile-menu-toggle {
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.12), 0 0 22px rgba(90, 13, 16, 0.12) !important;
}

.mobile-menu-panel {
  top: 5.5rem !important;
  background: rgba(5, 5, 7, 0.96) !important;
  border-color: var(--tt-line) !important;
}

.mobile-menu-link {
  color: var(--tt-white);
  border-bottom-color: var(--tt-line);
}

.mobile-menu-link-active,
.mobile-menu-link:hover,
.mobile-menu-link:focus {
  color: var(--tt-cyan);
}

section {
  position: relative;
  overflow: hidden;
  background: transparent !important;
}

section:not(#home) {
  padding-top: clamp(4.5rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4.5rem, 8vw, 7rem) !important;
}

section:not(#home)::before {
  content: "";
  position: absolute;
  left: max(1rem, calc((100vw - 1180px) / 2));
  top: 2rem;
  width: 5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tt-cyan), var(--tt-pink));
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.28);
}

.max-w-7xl {
  max-width: 1180px !important;
}

#home {
  min-height: 100svh;
  padding: 7.5rem 1.25rem 3rem !important;
  isolation: isolate;
  background: #050507 !important;
}

#home .absolute.inset-0.z-0 img {
  inset: auto 4vw 3rem auto;
  width: min(42vw, 470px) !important;
  height: min(75vh, 760px) !important;
  border: 10px solid #111;
  border-radius: 2.2rem;
  opacity: 0.95 !important;
  object-fit: cover;
  box-shadow:
    -18px 18px 0 rgba(212, 175, 55, 0.78),
    18px -18px 0 rgba(90, 13, 16, 0.78),
    0 34px 90px rgba(0, 0, 0, 0.72);
  animation: none !important;
}

#home .absolute.inset-0.z-0::before,
#home .absolute.inset-0.z-0::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 999px;
}

#home .absolute.inset-0.z-0::before {
  right: calc(4vw + 2rem);
  bottom: 5rem;
  width: 3.3rem;
  height: 3.3rem;
  background: linear-gradient(135deg, var(--tt-cyan), var(--tt-pink));
  box-shadow: 0 1.35rem 0 rgba(255, 255, 255, 0.9), 0 2.7rem 0 rgba(255, 255, 255, 0.62);
}

#home .absolute.inset-0.z-0::after {
  right: calc(4vw + 2.45rem);
  top: 8.75rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  box-shadow: 0 1.25rem 0 #fff, 0 2.5rem 0 #fff;
}

#home .absolute.inset-0.z-0>div {
  background:
    linear-gradient(90deg, #050507 0 47%, rgba(5, 5, 7, 0.2) 72%, #050507 100%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.12), #050507) !important;
}

#home .absolute.inset-0.opacity-20 {
  display: none !important;
}

#home .relative.z-10 {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: left !important;
}

#home [data-lang-key="hero_tag"],
section span[data-lang-key$="_tag"],
#gallery [data-lang-key="gal_tag"] {
  display: inline-flex !important;
  width: fit-content;
  padding: 0.52rem 0.8rem;
  border: 1px solid var(--tt-line);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
}

#home [data-lang-key="hero_tag"]::before,
section span[data-lang-key$="_tag"]::before,
#gallery [data-lang-key="gal_tag"]::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--tt-pink);
  box-shadow: -0.22rem 0 0 var(--tt-cyan);
}

#home h1 {
  max-width: 650px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #fff !important;
  font-size: clamp(3.2rem, 8vw, 7.6rem) !important;
  line-height: 0.86 !important;
  text-transform: uppercase;
  text-shadow: -0.06em 0 var(--tt-cyan), 0.06em 0 var(--tt-pink);
}

#home p {
  max-width: 560px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: clamp(0.98rem, 1.35vw, 1.14rem) !important;
}

#home button,
#hubungi-kami a[href*="wa.me"] {
  border-radius: 999px !important;
  color: #050507 !important;
  background: #fff !important;
  box-shadow: 8px 8px 0 var(--tt-pink), -8px -8px 0 var(--tt-cyan) !important;
}

#home button:hover,
#hubungi-kami a[href*="wa.me"]:hover {
  transform: translateY(-3px) scale(1.02) !important;
}

.glass-card,
.country-card {
  border: 1px solid var(--tt-line) !important;
  border-radius: 1.35rem !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.glass-card::before,
.country-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(212, 175, 55, 0.28), transparent 24%, transparent 76%, rgba(90, 13, 16, 0.26));
  opacity: 0.52;
  mask-image: linear-gradient(#000, transparent 45%);
}

.gold-glow:hover,
.glass-card:hover,
.country-card:hover {
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.28),
    0 0 0 6px rgba(90, 13, 16, 0.08),
    0 28px 80px rgba(0, 0, 0, 0.5) !important;
}

#about .max-w-7xl {
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr) !important;
}

#about .glass-card {
  height: min(72vh, 680px) !important;
  max-width: 420px;
  margin-left: auto;
  border-radius: 2rem !important;
  overflow: hidden;
}

#about .glass-card img {
  filter: saturate(1.1) contrast(1.08) brightness(0.76) !important;
}

section h2,
section h3,
section h4 {
  color: #fff !important;
}

section h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 5.4vw, 5.4rem) !important;
  line-height: 0.92 !important;
  text-transform: uppercase;
}

section h3 {
  font-size: clamp(1.45rem, 2.2vw, 2.35rem) !important;
  line-height: 1.02 !important;
}

section h4 {
  font-size: clamp(1.03rem, 1.35vw, 1.28rem) !important;
  line-height: 1.12 !important;
}

section:nth-of-type(3) .max-w-7xl {
  align-items: stretch;
}

section:nth-of-type(3) .glass-card {
  min-height: 420px;
}

section:nth-of-type(3) .material-icons-outlined,
.org-grid .material-icons-outlined,
#gallery .material-icons-outlined {
  color: #fff !important;
  text-shadow: -3px 0 var(--tt-cyan), 3px 0 var(--tt-pink);
}

.org-grid {
  align-items: stretch;
}

.org-grid .glass-card {
  min-height: 230px;
}

.service-grid,
.sector-grid,
.gallery-grid {
  gap: 1rem !important;
}

.service-grid {
  counter-reset: reels;
}

.service-grid .glass-card {
  counter-increment: reels;
  min-height: 520px;
  border-radius: 1.65rem !important;
  overflow: hidden;
}

.service-grid .glass-card::after {
  content: "0" counter(reels);
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  z-index: 4;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: -2px 0 var(--tt-cyan), 2px 0 var(--tt-pink);
}

.service-grid .h-64 {
  height: 340px !important;
}

.service-grid img,
.placement-sector-card img,
.gallery-grid img,
.country-card-image {
  filter: saturate(1.22) contrast(1.04) brightness(0.82) !important;
}

.service-grid .p-8 {
  padding: 1.35rem !important;
}

.service-grid h4 {
  color: #fff !important;
  font-size: clamp(1.15rem, 1.55vw, 1.55rem) !important;
  text-transform: uppercase;
}

.placement-sector-card {
  min-height: 520px;
  border-radius: 1.65rem !important;
}

.placement-sector-card .sector-media,
.placement-sector-card .sector-media img {
  border-radius: inherit;
}

.sector-content {
  min-height: 520px;
  padding: 1.35rem !important;
  background: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.86)) !important;
}

.sector-image-overlay {
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.05), rgba(5, 5, 7, 0.88)),
    linear-gradient(120deg, rgba(212, 175, 55, 0.2), transparent 48%, rgba(90, 13, 16, 0.22)) !important;
}

.sector-number {
  top: 1rem;
  right: 1rem;
  border: 0;
  color: #050507;
  background: #fff;
  box-shadow: 5px 5px 0 var(--tt-pink), -5px -5px 0 var(--tt-cyan);
}

.sector-title {
  color: #fff !important;
  text-transform: uppercase;
}

.placement-sector-card:hover .sector-title,
.placement-sector-card:focus .sector-title,
.placement-sector-card:focus-within .sector-title {
  color: #fff !important;
}

.country-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 1rem;
}

.country-card,
.country-card-east,
.country-card-southeast {
  grid-column: span 2;
  min-height: 560px;
  border-radius: 1.65rem !important;
}

.country-card-content {
  min-height: 560px;
  padding: 1.25rem;
  justify-content: flex-end;
}

.country-card-shade {
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.03), rgba(5, 5, 7, 0.9)),
    linear-gradient(120deg, rgba(212, 175, 55, 0.22), transparent 45%, rgba(90, 13, 16, 0.24)) !important;
}

.country-pill {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  border: 0;
  color: #050507;
  background: #fff;
  box-shadow: 4px 4px 0 var(--tt-pink), -4px -4px 0 var(--tt-cyan);
}

.country-watermark {
  top: auto;
  right: 1rem;
  bottom: 6rem;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(2rem, 3.6vw, 4.2rem);
  text-shadow: -3px 0 rgba(212, 175, 55, 0.45), 3px 0 rgba(90, 13, 16, 0.45);
}

.country-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 0.96;
  text-transform: uppercase;
}

#gallery .mb-16 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.gallery-grid .glass-card {
  min-height: 480px !important;
  border-radius: 1.65rem !important;
}

.gallery-grid .glass-card:nth-child(2),
.gallery-grid .glass-card:nth-child(4) {
  transform: translateY(2.5rem);
}

#hubungi-kami .max-w-7xl {
  align-items: stretch;
}

#hubungi-kami .glass-card {
  border-radius: 1.65rem !important;
}

#hubungi-kami iframe {
  filter: invert(0.9) hue-rotate(160deg) saturate(1.4) contrast(0.92);
}

footer {
  background: #050507 !important;
  border-color: var(--tt-line) !important;
}

footer .font-display {
  font-family: 'Montserrat', sans-serif !important;
  color: #fff !important;
  font-style: normal !important;
}

@media (max-width: 1024px) {
  #home .absolute.inset-0.z-0 img {
    right: 2rem;
    width: min(38vw, 360px) !important;
  }

  .country-card,
  .country-card-east,
  .country-card-southeast {
    grid-column: span 5;
    min-height: 420px;
  }

  .country-card-content {
    min-height: 420px;
  }
}

@media (max-width: 768px) {

  nav.fixed,
  nav {
    top: 0.65rem !important;
    width: calc(100% - 1rem) !important;
    min-height: 4rem;
    border-radius: 1.25rem;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  nav img {
    height: 2.35rem !important;
  }

  nav a span.font-display {
    max-width: 9rem;
    font-size: 0.95rem !important;
    line-height: 1;
  }

  #home {
    min-height: auto;
    padding-top: 6.5rem !important;
  }

  #home .relative.z-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #home h1 {
    font-size: clamp(2.7rem, 15vw, 4.55rem) !important;
    max-width: 100% !important;
  }

  #home .absolute.inset-0.z-0 img {
    position: relative;
    inset: auto !important;
    display: block;
    width: min(88vw, 380px) !important;
    height: 62vh !important;
    margin: 27rem auto 2rem;
    border-radius: 1.8rem;
  }

  #home .absolute.inset-0.z-0>div {
    background: linear-gradient(180deg, rgba(5, 5, 7, 0.2), #050507 78%) !important;
  }

  #about .max-w-7xl {
    grid-template-columns: 1fr !important;
  }

  #about .glass-card {
    max-width: none;
    height: 430px !important;
  }

  section h2 {
    font-size: clamp(2rem, 10vw, 3.25rem) !important;
  }

  .service-grid,
  .sector-grid,
  .gallery-grid,
  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-grid .glass-card,
  .placement-sector-card,
  .gallery-grid .glass-card,
  .country-card,
  .country-card-east,
  .country-card-southeast {
    grid-column: span 1;
    min-height: 300px !important;
    border-radius: 1.1rem !important;
  }

  .service-grid .h-64 {
    height: 185px !important;
  }

  .service-grid .p-8,
  .sector-content,
  .gallery-grid .p-8,
  .country-card-content {
    min-height: auto;
    padding: 1rem !important;
  }

  .sector-content,
  .country-card-content {
    min-height: 300px !important;
  }

  .service-grid p,
  .sector-hover-desc,
  .gallery-grid p {
    display: none !important;
  }

  .gallery-grid .glass-card:nth-child(2),
  .gallery-grid .glass-card:nth-child(4) {
    transform: none;
  }

  .country-watermark {
    display: none;
  }

  .country-title,
  .sector-title,
  .service-grid h4,
  .gallery-grid h4 {
    font-size: clamp(0.9rem, 4vw, 1.15rem) !important;
  }
}

/* Video reference redesign: dark maroon portfolio glass UI */
:root {
  --ref-bg: #090103;
  --ref-bg-soft: #160407;
  --ref-panel: rgba(75, 19, 27, 0.38);
  --ref-panel-strong: rgba(37, 11, 18, 0.78);
  --ref-card: rgba(29, 13, 22, 0.82);
  --ref-stroke: rgba(212, 175, 55, 0.14);
  --ref-text: #fff7f8;
  --ref-muted: rgba(233, 226, 208, 0.68);
  --ref-red: #5a0d10;
  --ref-rose: #d4af37;
  --ref-deep: #0b0710;
  --ref-shadow: 0 28px 90px rgba(0, 0, 0, 0.54);
}

body {
  color: var(--ref-text) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(90, 13, 16, 0.2), transparent 34rem),
    radial-gradient(circle at 94% 88%, rgba(90, 13, 16, 0.2), transparent 28rem),
    linear-gradient(180deg, #080102 0%, #170306 48%, #070102 100%) !important;
}

body::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% 12%, rgba(255, 90, 115, 0.13), transparent 42rem) !important;
  background-size: 86px 86px, 86px 86px, auto !important;
  mask-image: none !important;
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: -0.045em !important;
}

p,
li {
  color: var(--ref-muted) !important;
}

.text-gold-gradient {
  background: var(--placement-title-gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

nav.fixed,
nav {
  top: 1.15rem !important;
  width: min(calc(100% - 2.25rem), 1120px) !important;
  min-height: 4.1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, rgba(18, 5, 12, 0.86), rgba(9, 4, 10, 0.78)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38) !important;
}

nav::before {
  display: none !important;
}

nav img {
  padding: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

nav a span.font-display {
  color: var(--ref-rose) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}

nav a[data-lang-key] {
  color: rgba(255, 242, 244, 0.75) !important;
  background: transparent !important;
  padding: 0.45rem 0.2rem !important;
  border-radius: 0 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

nav a[data-lang-key]:hover,
nav a[data-lang-key]:focus,
nav a[data-lang-key="nav_home"] {
  color: #fff !important;
  background: transparent !important;
  box-shadow: inset 0 -2px 0 var(--ref-red);
}

#lang-selector,
.mobile-menu-toggle {
  border-radius: 0.8rem !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

#home {
  min-height: 100vh !important;
  padding: 7.4rem 1.5rem 4rem !important;
  display: flex !important;
  align-items: center !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 75, 100, 0.18), transparent 36rem),
    linear-gradient(180deg, #090103 0%, #170306 100%) !important;
}

#home::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1120px, calc(100% - 3rem));
  min-height: min(72vh, 560px);
  transform: translate(-50%, -46%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.9rem;
  background:
    linear-gradient(100deg, rgba(84, 24, 33, 0.68), rgba(32, 9, 17, 0.54)),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--ref-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

#home::after {
  content: "";
  position: absolute;
  left: calc(50% - 6rem);
  top: 23%;
  z-index: 0;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
}

#home .relative.z-10 {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%) !important;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(310px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  text-align: left !important;
  padding: clamp(2rem, 5vw, 4.2rem) !important;
}

#home [data-lang-key="hero_tag"],
section span[data-lang-key$="_tag"],
#gallery [data-lang-key="gal_tag"] {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  color: rgba(255, 242, 244, 0.8) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  font-size: 0.58rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
}

#home [data-lang-key="hero_tag"]::before,
section span[data-lang-key$="_tag"]::before,
#gallery [data-lang-key="gal_tag"]::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0 !important;
  border-radius: 999px;
  background: var(--ref-red);
  box-shadow: 0 0 14px rgba(90, 13, 16, 0.78) !important;
}

#home h1 {
  max-width: 560px !important;
  margin: 0 0 1.4rem !important;
  color: #fff !important;
  font-size: clamp(3rem, 5.8vw, 5.75rem) !important;
  line-height: 0.92 !important;
  text-transform: none !important;
  text-shadow: none !important;
}

#home p {
  max-width: 560px !important;
  margin: 0 0 1.8rem !important;
  color: rgba(255, 237, 240, 0.72) !important;
  font-size: clamp(0.92rem, 1.3vw, 1.05rem) !important;
  line-height: 1.72 !important;
}

#home .flex.flex-col.sm\:flex-row {
  justify-content: flex-start !important;
}

#home button,
#hubungi-kami a[href*="wa.me"] {
  min-width: 9.5rem;
  border-radius: 0.55rem !important;
  color: #fff !important;
  background: #0b0710 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 24px rgba(90, 13, 16, 0.16) !important;
}

#home button:hover,
#hubungi-kami a[href*="wa.me"]:hover {
  background: linear-gradient(90deg, #940414, #5a0d10) !important;
  transform: translateY(-2px) !important;
}

#home .absolute.inset-0.z-0 img {
  position: absolute !important;
  right: max(4rem, calc((100vw - 1120px) / 2 + 2rem)) !important;
  top: 50% !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 2;
  width: min(38vw, 430px) !important;
  height: min(48vh, 360px) !important;
  transform: translateY(-43%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1.25rem !important;
  opacity: 0.92 !important;
  object-fit: cover !important;
  filter: saturate(0.92) brightness(0.58) contrast(1.08) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56), 0 0 44px rgba(90, 13, 16, 0.14) !important;
  animation: none !important;
}

#home .absolute.inset-0.z-0::before {
  content: "CORE UI";
  position: absolute;
  right: max(4rem, calc((100vw - 1120px) / 2 + 2rem)) !important;
  top: calc(50% - min(24vh, 180px) + 1.1rem);
  z-index: 4;
  width: auto !important;
  height: auto !important;
  color: rgba(255, 255, 255, 0.58);
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  box-shadow: none !important;
}

#home .absolute.inset-0.z-0::after {
  content: "06\a Modules     12ms\a Loaded      Stable";
  white-space: pre;
  position: absolute;
  right: max(5.2rem, calc((100vw - 1120px) / 2 + 3.2rem)) !important;
  top: calc(50% + min(11vh, 85px));
  z-index: 4;
  width: min(32vw, 330px) !important;
  height: auto !important;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.85rem;
  color: #fff;
  background: rgba(11, 7, 16, 0.78) !important;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35) !important;
}

#home .absolute.inset-0.z-0>div {
  background: linear-gradient(90deg, rgba(9, 1, 3, 0.34), rgba(9, 1, 3, 0.2), rgba(9, 1, 3, 0.78)) !important;
}

#home .absolute.inset-0.opacity-20 {
  display: none !important;
}

section:not(#home) {
  padding-top: clamp(4.8rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4.8rem, 8vw, 7rem) !important;
}

section:not(#home)::before {
  width: min(1120px, calc(100% - 3rem)) !important;
  height: 1px !important;
  left: 50% !important;
  top: 1.25rem !important;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 99, 116, 0.35), transparent) !important;
  box-shadow: none !important;
}

.max-w-7xl {
  max-width: 1120px !important;
}

section h2 {
  max-width: 780px;
  color: #fff !important;
  font-size: clamp(2.15rem, 4vw, 4.2rem) !important;
  line-height: 0.98 !important;
  text-transform: none !important;
}

section h3 {
  color: #fff !important;
  font-size: clamp(1.35rem, 2vw, 2rem) !important;
  line-height: 1.08 !important;
}

section h4 {
  color: #fff !important;
  font-size: clamp(1rem, 1.25vw, 1.2rem) !important;
  line-height: 1.15 !important;
}

.glass-card,
.country-card {
  border: 1px solid var(--ref-stroke) !important;
  border-radius: 1.2rem !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(42, 11, 18, 0.56) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.glass-card::before,
.country-card::before {
  background: linear-gradient(135deg, rgba(255, 74, 96, 0.12), transparent 45%) !important;
  opacity: 1 !important;
  mask-image: none !important;
}

.gold-glow:hover,
.glass-card:hover,
.country-card:hover {
  border-color: rgba(255, 112, 132, 0.3) !important;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.42), 0 0 36px rgba(90, 13, 16, 0.13) !important;
}

#about .max-w-7xl {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr) !important;
}

#about .about-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: stretch;
}

#about .about-shell::before {
  content: "ABOUT / TRUST";
  position: absolute;
  right: 0.35rem;
  top: -2.35rem;
  color: rgba(255, 242, 244, 0.32);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

#about .about-copy {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 2.8vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(135deg, rgba(90, 13, 16, 0.12), rgba(17, 5, 11, 0.54) 58%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

#about .about-copy::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(122, 17, 19, 0.22);
  border-radius: 999px;
  box-shadow: 0 0 70px rgba(90, 13, 16, 0.12);
  pointer-events: none;
}

#about .about-copy h2 {
  margin-bottom: 1.35rem !important;
}

#about .about-narrative {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding-left: 1.15rem;
  border-left: 1px solid rgba(122, 17, 19, 0.28);
}

#about .about-narrative p {
  font-size: clamp(0.92rem, 1.25vw, 1rem) !important;
}

#about .about-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.55rem;
}

#about .about-metric {
  min-height: 6.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
}

#about .about-metric strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

#about .about-metric span {
  color: rgba(255, 232, 236, 0.66) !important;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

#about .glass-card {
  max-width: none !important;
  height: 470px !important;
  border-radius: 1.2rem !important;
}

#about .about-visual {
  isolation: isolate;
  transform: translateY(1.35rem);
}

#about .about-visual::after {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.95rem;
  pointer-events: none;
}

#about .about-visual-content {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(12, 4, 8, 0.08), rgba(12, 4, 8, 0.92)),
    linear-gradient(120deg, rgba(90, 13, 16, 0.22), transparent 58%) !important;
  opacity: 1 !important;
}

#about .about-status {
  position: absolute;
  left: 1.55rem;
  top: 1.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: calc(100% - 3.1rem);
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(11, 7, 16, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#about .about-status span {
  flex: 0 0 0.48rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--ref-red);
  box-shadow: 0 0 16px rgba(90, 13, 16, 0.82);
}

#about .about-status p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 0.64rem !important;
  font-weight: 800;
  line-height: 1 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#about .about-visual .material-icons-outlined {
  color: var(--ref-rose) !important;
  text-shadow: 0 0 18px rgba(90, 13, 16, 0.32) !important;
}

#about .glass-card img,
.service-grid img,
.placement-sector-card img,
.gallery-grid img,
.country-card-image {
  filter: saturate(0.9) brightness(0.62) contrast(1.08) !important;
}

#network {
  background:
    radial-gradient(circle at 16% 16%, rgba(90, 13, 16, 0.13), transparent 26rem),
    radial-gradient(circle at 86% 72%, rgba(122, 17, 19, 0.1), transparent 28rem),
    linear-gradient(180deg, rgba(9, 1, 3, 0.34), rgba(22, 4, 7, 0.2)) !important;
}

#network .sector-shell {
  position: relative;
  margin-bottom: clamp(1.5rem, 4vw, 2.6rem);
}

#network .sector-shell::before {
  content: "PLACEMENT / SECTORS";
  position: absolute;
  right: 0.35rem;
  top: -2.35rem;
  color: rgba(255, 242, 244, 0.32);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

#network .sector-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: end;
}

#network .sector-heading h2 {
  margin: 0 !important;
}

#network .sector-intro {
  margin: 0 !important;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(26, 8, 14, 0.52);
  font-size: 0.9rem !important;
}

#network .sector-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}

#network .sector-strip>div {
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

#network .sector-strip strong {
  color: #fff;
  font-size: clamp(1.7rem, 3.3vw, 3rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

#network .sector-strip span {
  color: rgba(255, 232, 236, 0.66) !important;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

#network .sector-grid {
  gap: 1rem !important;
}

#network .placement-sector-card {
  min-height: 430px !important;
  border-radius: 1.25rem !important;
  border-color: rgba(255, 255, 255, 0.075) !important;
  background: rgba(21, 7, 13, 0.76) !important;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  transition: transform 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
}

#network .placement-sector-card:hover,
#network .placement-sector-card:focus,
#network .placement-sector-card:focus-within {
  transform: translateY(-0.35rem);
  border-color: rgba(255, 112, 132, 0.34) !important;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.44), 0 0 38px rgba(90, 13, 16, 0.16) !important;
}

#network .placement-sector-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 74, 96, 0.16), transparent 42%);
  pointer-events: none;
}

#network .placement-sector-card::after {
  inset: auto 1.25rem 1.25rem 1.25rem !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(122, 17, 19, 0.62), transparent) !important;
}

#network .sector-media img {
  transform: scale(1.02);
  filter: saturate(0.86) brightness(0.58) contrast(1.08) !important;
  transition: transform 700ms ease, filter 700ms ease;
}

#network .placement-sector-card:hover .sector-media img,
#network .placement-sector-card:focus .sector-media img,
#network .placement-sector-card:focus-within .sector-media img {
  transform: scale(1.1);
  filter: saturate(1.04) brightness(0.72) contrast(1.08) !important;
}

#network .sector-image-overlay {
  background:
    linear-gradient(180deg, rgba(12, 4, 8, 0.08), rgba(12, 4, 8, 0.94)),
    linear-gradient(120deg, rgba(90, 13, 16, 0.24), transparent 58%) !important;
}

#network .sector-number {
  top: 1.1rem;
  right: 1.1rem;
  width: 3.35rem;
  height: 3.35rem;
  border-color: rgba(255, 255, 255, 0.09) !important;
  color: #fff !important;
  background: rgba(11, 7, 16, 0.72) !important;
  box-shadow: 0 0 26px rgba(90, 13, 16, 0.16) !important;
}

#network .sector-content {
  min-height: 430px !important;
  padding: clamp(1.15rem, 2.2vw, 1.75rem) !important;
  background: linear-gradient(180deg, transparent 22%, rgba(12, 4, 8, 0.93)) !important;
}

#network .sector-title {
  max-width: 92%;
  margin-bottom: 0.7rem;
  color: #fff !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

#network .sector-hover-desc {
  max-height: 9rem;
  opacity: 1;
  transform: none;
  color: rgba(255, 232, 236, 0.68) !important;
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
}

section:nth-of-type(3) .glass-card {
  min-height: 330px !important;
}

section:nth-of-type(3) .material-icons-outlined,
.org-grid .material-icons-outlined,
#gallery .material-icons-outlined {
  color: var(--ref-rose) !important;
  text-shadow: 0 0 18px rgba(90, 13, 16, 0.32) !important;
}

.org-grid .glass-card {
  min-height: 220px !important;
}

.service-grid,
.sector-grid,
.gallery-grid {
  gap: 1.25rem !important;
}

.service-grid .glass-card,
.placement-sector-card,
.gallery-grid .glass-card,
.country-card {
  border-radius: 1.15rem !important;
}

.service-grid .glass-card {
  min-height: 430px !important;
}

.service-grid .h-64 {
  height: 240px !important;
}

.service-grid .glass-card::after {
  color: var(--ref-rose) !important;
  text-shadow: 0 0 16px rgba(90, 13, 16, 0.35) !important;
}

.service-grid h4,
.sector-title,
.gallery-grid h4 {
  color: #fff !important;
  text-transform: none !important;
  letter-spacing: -0.03em !important;
}

.placement-sector-card {
  min-height: 410px !important;
}

.sector-content {
  min-height: 410px !important;
  background: linear-gradient(180deg, transparent 20%, rgba(12, 4, 8, 0.9)) !important;
}

.sector-image-overlay,
.country-card-shade {
  background:
    linear-gradient(180deg, rgba(12, 4, 8, 0.12), rgba(12, 4, 8, 0.9)),
    linear-gradient(120deg, rgba(90, 13, 16, 0.16), transparent 56%) !important;
}

.sector-number,
.country-pill {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 24px rgba(90, 13, 16, 0.16) !important;
}

.country-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

.country-card,
.country-card-east {
  grid-column: span 4 !important;
  min-height: 360px !important;
}

.country-card-southeast {
  grid-column: span 6 !important;
  min-height: 360px !important;
}

.country-card-content {
  min-height: 360px !important;
}

.country-title {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem) !important;
  text-transform: none !important;
  letter-spacing: -0.04em !important;
}

.country-watermark {
  color: rgba(255, 255, 255, 0.07) !important;
  text-shadow: none !important;
}

.gallery-grid .glass-card {
  min-height: 330px !important;
}

.gallery-grid .glass-card:nth-child(2),
.gallery-grid .glass-card:nth-child(4) {
  transform: none !important;
}

#hubungi-kami iframe {
  filter: invert(0.86) hue-rotate(295deg) saturate(1.05) brightness(0.82) contrast(0.95) !important;
}

footer {
  background: rgba(9, 1, 3, 0.96) !important;
}

@media (max-width: 900px) {
  #home {
    min-height: auto !important;
    padding-top: 6.2rem !important;
  }

  #home::before {
    top: 5.6rem;
    bottom: 2rem;
    min-height: auto;
    transform: translateX(-50%);
  }

  #home::after {
    top: 11rem;
    left: 2rem;
    font-size: clamp(3.5rem, 18vw, 7rem);
  }

  #home .relative.z-10 {
    display: block;
    padding: 2rem 1.25rem 24rem !important;
  }

  #home h1 {
    font-size: clamp(2.65rem, 12vw, 4.4rem) !important;
  }

  #home .absolute.inset-0.z-0 img {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 4rem !important;
    width: min(82vw, 360px) !important;
    height: 250px !important;
    transform: translateX(-50%) !important;
  }

  #home .absolute.inset-0.z-0::before,
  #home .absolute.inset-0.z-0::after {
    display: none !important;
  }

  #about .max-w-7xl {
    grid-template-columns: 1fr !important;
  }

  #about .about-shell {
    grid-template-columns: 1fr;
  }

  #about .about-shell::before {
    left: 0;
    right: auto;
  }

  #about .about-copy {
    min-height: auto;
  }

  #about .about-visual {
    transform: none;
  }

  .service-grid,
  .sector-grid,
  .gallery-grid,
  .country-grid,
  .org-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-grid .glass-card,
  .placement-sector-card,
  .gallery-grid .glass-card,
  .country-card,
  .country-card-east,
  .country-card-southeast {
    grid-column: span 1 !important;
    min-height: 280px !important;
  }

  .service-grid .h-64 {
    height: 165px !important;
  }

  .sector-content,
  .country-card-content {
    min-height: 280px !important;
  }

  .service-grid p,
  .sector-hover-desc,
  .gallery-grid p,
  .country-watermark {
    display: none !important;
  }

  section h2 {
    font-size: clamp(1.9rem, 8vw, 2.85rem) !important;
  }
}

@media (max-width: 520px) {

  nav.fixed,
  nav {
    width: calc(100% - 1rem) !important;
    top: 0.6rem !important;
    border-radius: 0.95rem !important;
    padding: 0.7rem 0.85rem !important;
  }

  nav a span.font-display {
    max-width: 8.5rem;
    line-height: 1.05 !important;
  }

  #home::before {
    width: calc(100% - 1rem);
    border-radius: 1.2rem;
  }

  #home .relative.z-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .service-grid,
  .sector-grid,
  .gallery-grid,
  .country-grid,
  .org-grid {
    gap: 0.85rem !important;
  }

  .service-grid h4,
  .sector-title,
  .gallery-grid h4,
  .country-title,
  .org-grid h4 {
    font-size: clamp(0.9rem, 4vw, 1.05rem) !important;
    line-height: 1.15 !important;
  }

  #about .about-metrics {
    grid-template-columns: 1fr;
  }

  #about .about-copy,
  #about .about-visual {
    border-radius: 1rem !important;
  }

  #about .about-narrative {
    padding-left: 0.85rem;
  }
}

/* Hero layout polish */
#home {
  min-height: 100vh !important;
  padding: 7.25rem 1.5rem 4rem !important;
  align-items: center !important;
}

#home::before {
  top: 50% !important;
  bottom: auto !important;
  width: min(1120px, calc(100% - 3rem)) !important;
  min-height: 580px !important;
  transform: translate(-50%, -45%) !important;
}

#home::after {
  left: 50% !important;
  top: 50% !important;
  width: min(1040px, calc(100% - 4rem));
  transform: translate(-50%, -62%) !important;
  text-align: center;
  font-size: clamp(4rem, 10vw, 8.5rem) !important;
}

#home .relative.z-10 {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px) !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
  min-height: 580px;
  padding: clamp(2.25rem, 4vw, 4rem) !important;
}

#home h1 {
  max-width: 590px !important;
  margin-bottom: 1.35rem !important;
  font-size: clamp(3rem, 5.25vw, 5.35rem) !important;
  line-height: 0.94 !important;
}

#home p {
  max-width: 540px !important;
  margin-bottom: 2rem !important;
}

#home .absolute.inset-0.z-0 img {
  right: max(2.5rem, calc((100vw - 1120px) / 2 + 3rem)) !important;
  top: 50% !important;
  width: min(38vw, 430px) !important;
  height: 390px !important;
  transform: translateY(-36%) !important;
  border-radius: 1.15rem !important;
}

#home .absolute.inset-0.z-0::before {
  right: max(3.4rem, calc((100vw - 1120px) / 2 + 3.9rem)) !important;
  top: calc(50% - 165px) !important;
}

#home .absolute.inset-0.z-0::after {
  right: max(3.7rem, calc((100vw - 1120px) / 2 + 4.2rem)) !important;
  top: calc(50% + 58px) !important;
  width: min(31vw, 330px) !important;
}

#home .flex.flex-col.sm\:flex-row {
  align-items: flex-start !important;
}

@media (min-width: 901px) {
  #home .relative.z-10>* {
    grid-column: 1;
  }
}

@media (max-width: 900px) {
  #home {
    min-height: auto !important;
    padding: 6.25rem 1rem 2.75rem !important;
  }

  #home::before {
    top: 5.5rem !important;
    bottom: 1.5rem !important;
    width: calc(100% - 2rem) !important;
    min-height: auto !important;
    transform: translateX(-50%) !important;
  }

  #home::after {
    top: 9.5rem !important;
    width: calc(100% - 2rem);
    transform: translateX(-50%) !important;
    font-size: clamp(3rem, 16vw, 6.5rem) !important;
  }

  #home .relative.z-10 {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 2rem 1.25rem 20.5rem !important;
  }

  #home h1 {
    font-size: clamp(2.5rem, 11vw, 4.1rem) !important;
  }

  #home p {
    margin-bottom: 1.4rem !important;
  }

  #home .absolute.inset-0.z-0 img {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 3.5rem !important;
    width: min(82vw, 390px) !important;
    height: 260px !important;
    transform: translateX(-50%) !important;
  }

  #home .absolute.inset-0.z-0::before,
  #home .absolute.inset-0.z-0::after {
    display: none !important;
  }
}

@media (max-width: 520px) {
  #home {
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }

  #home::before {
    width: calc(100% - 0.75rem) !important;
  }

  #home .relative.z-10 {
    padding: 1.65rem 1rem 19rem !important;
  }

  #home h1 {
    font-size: clamp(2.25rem, 12vw, 3.45rem) !important;
  }

  #home .absolute.inset-0.z-0 img {
    width: min(86vw, 340px) !important;
    height: 235px !important;
    bottom: 3rem !important;
  }
}

/* Hero visual image full-panel polish */
#home .absolute.inset-0.z-0 {
  pointer-events: none;
}

#home .absolute.inset-0.z-0 img {
  right: max(1.75rem, calc((100vw - 1120px) / 2 + 1.9rem)) !important;
  top: 50% !important;
  width: min(43vw, 515px) !important;
  height: 535px !important;
  transform: translateY(-43%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 1.35rem !important;
  opacity: 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.08) brightness(0.82) contrast(1.08) !important;
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.58),
    0 0 58px rgba(90, 13, 16, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

#home .absolute.inset-0.z-0::before,
#home .absolute.inset-0.z-0::after {
  display: none !important;
}

#home .absolute.inset-0.z-0>div {
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(9, 1, 3, 0.2) 0%, rgba(9, 1, 3, 0.1) 43%, rgba(9, 1, 3, 0.16) 62%, rgba(9, 1, 3, 0.64) 100%),
    radial-gradient(circle at 78% 39%, rgba(255, 90, 115, 0.2), transparent 18rem),
    linear-gradient(180deg, rgba(9, 1, 3, 0.02), rgba(9, 1, 3, 0.56)) !important;
}

@media (min-width: 901px) {
  #home .relative.z-10::after {
    content: "";
    position: absolute;
    right: clamp(0.85rem, 2.2vw, 1.8rem);
    top: 50%;
    z-index: 1;
    width: min(43vw, 515px);
    height: 535px;
    transform: translateY(-43%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.35rem;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.035),
      0 0 0 10px rgba(255, 255, 255, 0.018);
    pointer-events: none;
  }
}

@media (max-width: 900px) {
  #home .relative.z-10 {
    padding-bottom: 23rem !important;
  }

  #home .absolute.inset-0.z-0 img {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 2.7rem !important;
    width: min(88vw, 450px) !important;
    height: 330px !important;
    transform: translateX(-50%) !important;
    border-radius: 1.15rem !important;
  }

  #home .absolute.inset-0.z-0::before {
    display: none !important;
  }

  #home .absolute.inset-0.z-0::after {
    display: none !important;
  }
}

@media (max-width: 520px) {
  #home .relative.z-10 {
    padding-bottom: 21.5rem !important;
  }

  #home .absolute.inset-0.z-0 img {
    width: min(90vw, 380px) !important;
    height: 300px !important;
    bottom: 2.75rem !important;
  }

  #home .absolute.inset-0.z-0::before {
    display: none !important;
  }

  #home .absolute.inset-0.z-0::after {
    display: none !important;
  }
}

/* Hero image as full background inside the red panel */
#home .absolute.inset-0.z-0 img {
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: min(1120px, calc(100% - 3rem)) !important;
  height: 580px !important;
  transform: translate(-50%, -45%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1.9rem !important;
  opacity: 0.82 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.06) brightness(0.72) contrast(1.08) !important;
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.6),
    0 0 64px rgba(90, 13, 16, 0.18) !important;
}

#home .absolute.inset-0.z-0>div {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: min(1120px, calc(100% - 3rem)) !important;
  height: 580px !important;
  transform: translate(-50%, -45%) !important;
  border-radius: 1.9rem !important;
  background:
    linear-gradient(90deg, rgba(9, 1, 3, 0.92) 0%, rgba(26, 4, 8, 0.78) 34%, rgba(57, 9, 17, 0.42) 61%, rgba(9, 1, 3, 0.16) 100%),
    radial-gradient(circle at 74% 36%, rgba(255, 75, 100, 0.22), transparent 20rem),
    linear-gradient(180deg, rgba(9, 1, 3, 0.08), rgba(9, 1, 3, 0.74)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#home .relative.z-10::after {
  display: none !important;
}

@media (max-width: 900px) {
  #home .relative.z-10 {
    padding: 2rem 1.25rem 3rem !important;
  }

  #home .absolute.inset-0.z-0 img,
  #home .absolute.inset-0.z-0>div {
    top: 5.5rem !important;
    bottom: 1.5rem !important;
    width: calc(100% - 2rem) !important;
    height: calc(100% - 7rem) !important;
    transform: translateX(-50%) !important;
    border-radius: 1.2rem !important;
  }

  #home .absolute.inset-0.z-0>div {
    background:
      linear-gradient(180deg, rgba(9, 1, 3, 0.82) 0%, rgba(20, 3, 7, 0.68) 45%, rgba(9, 1, 3, 0.28) 100%),
      radial-gradient(circle at 72% 70%, rgba(255, 75, 100, 0.22), transparent 16rem) !important;
  }
}

@media (max-width: 520px) {
  #home .relative.z-10 {
    padding: 1.65rem 1rem 2.5rem !important;
  }

  #home .absolute.inset-0.z-0 img,
  #home .absolute.inset-0.z-0>div {
    top: 5.5rem !important;
    bottom: 1.25rem !important;
    width: calc(100% - 0.75rem) !important;
    height: calc(100% - 6.75rem) !important;
  }
}

/* Vision and mission placement polish */
section:nth-of-type(3) {
  background:
    radial-gradient(circle at 18% 20%, rgba(90, 13, 16, 0.13), transparent 25rem),
    radial-gradient(circle at 82% 78%, rgba(122, 17, 19, 0.09), transparent 26rem) !important;
}

section:nth-of-type(3) .max-w-7xl {
  position: relative;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: 1.25rem !important;
  align-items: stretch !important;
}

section:nth-of-type(3) .max-w-7xl::before {
  content: "VISION / MISSION";
  position: absolute;
  left: 1.5rem;
  top: -2.4rem;
  color: rgba(255, 242, 244, 0.34);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

section:nth-of-type(3) .glass-card {
  min-height: 420px !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.35rem, 2.4vw, 2rem) !important;
}

section:nth-of-type(3) .glass-card:first-child {
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    linear-gradient(145deg, rgba(90, 13, 16, 0.16), rgba(34, 10, 17, 0.78)) !important;
}

section:nth-of-type(3) .glass-card:first-child::after {
  content: "01";
  position: absolute;
  right: 1.25rem;
  top: 1.1rem;
  z-index: 3;
  color: rgba(255, 242, 244, 0.14);
  font-size: clamp(3.6rem, 7vw, 6.2rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

section:nth-of-type(3) .glass-card:nth-child(2)::after {
  content: "04 STEPS";
  position: absolute;
  right: 1.25rem;
  top: 1.2rem;
  z-index: 3;
  color: rgba(255, 242, 244, 0.45);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

section:nth-of-type(3) .material-icons-outlined {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.15rem !important;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.9rem;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.055);
  font-size: 1.45rem !important;
  text-shadow: 0 0 18px rgba(90, 13, 16, 0.38) !important;
}

section:nth-of-type(3) h3 {
  position: relative;
  z-index: 4;
  margin-bottom: 0.9rem !important;
  font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
  line-height: 0.98 !important;
}

section:nth-of-type(3) p {
  position: relative;
  z-index: 4;
  font-size: 0.92rem !important;
  line-height: 1.62 !important;
}

section:nth-of-type(3) ul {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 0.75rem !important;
}

section:nth-of-type(3) li {
  gap: 0.9rem !important;
  align-items: stretch !important;
  min-height: 4.3rem;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
}

section:nth-of-type(3) li>span {
  display: grid;
  place-items: center;
  flex: 0 0 2.15rem;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.7rem;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(90, 13, 16, 0.95), rgba(122, 17, 19, 0.74));
  box-shadow: 0 0 22px rgba(90, 13, 16, 0.22);
  font-size: 0.72rem !important;
  line-height: 1 !important;
}

section:nth-of-type(3) li p {
  margin: 0 !important;
  font-size: 0.84rem !important;
  line-height: 1.48 !important;
}

@media (max-width: 900px) {
  section:nth-of-type(3) .max-w-7xl {
    grid-template-columns: 1fr !important;
  }

  section:nth-of-type(3) .glass-card {
    min-height: auto !important;
  }

  section:nth-of-type(3) .glass-card:first-child {
    justify-content: flex-start;
  }

  #network .sector-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  #network .sector-shell::before {
    left: 0;
    right: auto;
  }

  #network .sector-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #network .placement-sector-card,
  #network .sector-content {
    min-height: 310px !important;
  }
}

@media (max-width: 520px) {
  section:nth-of-type(3) .glass-card {
    padding: 1.1rem !important;
    border-radius: 1rem !important;
  }

  section:nth-of-type(3) h3 {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  section:nth-of-type(3) li {
    padding: 0.72rem;
  }

  section:nth-of-type(3) li p {
    font-size: 0.78rem !important;
  }

  #network .sector-intro {
    padding: 1rem;
    font-size: 0.82rem !important;
  }

  #network .sector-strip {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  #network .sector-strip>div {
    min-height: 4.5rem;
    padding: 0.85rem;
  }

  #network .placement-sector-card,
  #network .sector-content {
    min-height: 235px !important;
  }

  #network .sector-number {
    display: grid !important;
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.62rem;
  }

  #network .sector-title {
    max-width: calc(100% - 2.6rem);
    font-size: clamp(0.95rem, 4.8vw, 1.2rem) !important;
    line-height: 1.08 !important;
  }

}

/* Placement Showcase Redesign: Gradient Card Showcase */
#network.placement-showcase-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1rem, 5vw, 5.5rem) !important;
  border-top: 1px solid rgba(139, 30, 45, 0.28) !important;
  border-bottom: 1px solid rgba(139, 30, 45, 0.28) !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(139, 30, 45, 0.28), transparent 22rem),
    radial-gradient(circle at 86% 78%, rgba(90, 10, 18, 0.42), transparent 24rem),
    linear-gradient(135deg, #120102 0%, #250305 47%, #080001 100%) !important;
}

/* Subtle background texture for a polished corporate surface */
#network.placement-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 78%);
  opacity: 0.38;
}

#network .placement-showcase-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* Left column: compact editorial copy with balanced hierarchy */
#network .placement-showcase-copy {
  position: sticky;
  top: 7rem;
  align-self: start;
}

#network .placement-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#network .placement-eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: linear-gradient(90deg, #8b1e2d, rgba(255, 255, 255, 0.2));
}

#network .placement-showcase-title {
  max-width: 12.5em;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 3.2vw, 3.45rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;

  /* Penekanan visual agar lebih terlihat */
  background: var(--placement-title-gold-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;

  text-shadow: var(--placement-title-gold-shadow);
  position: relative;
}

#network .placement-showcase-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: min(14rem, 85%);
  height: 6px;
  border-radius: 999px;
  background: var(--placement-title-gold-underline);
  filter: blur(0.2px);
  opacity: 0.95;
}


#network .placement-showcase-desc {
  max-width: 34rem;
  margin: 1.25rem 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.95rem, 1.15vw, 1.04rem) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

/* Statistics: glass panels that stay readable on mobile */
#network .placement-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: clamp(1.4rem, 3vw, 2.1rem);
}

#network .placement-stat {
  min-height: 6rem;
  padding: 1rem 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.35rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
    rgba(37, 3, 5, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

#network .placement-stat strong {
  color: #ffffff;
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0 !important;
}

#network .placement-stat span {
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#network .placement-showcase-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  margin-top: 1.7rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5a0a12, #8b1e2d 58%, #250305);
  box-shadow: 0 18px 42px rgba(90, 10, 18, 0.34);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

#network .placement-showcase-cta:hover,
#network .placement-showcase-cta:focus {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 54px rgba(139, 30, 45, 0.42);
}

/* Right column: 3x2 gradient card showcase */
#network .placement-showcase-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 1.6vw, 1.25rem) !important;
  max-width: none !important;
  margin: 0 !important;
}

#network .placement-sector-card {
  isolation: isolate;
  position: relative;
  min-height: clamp(330px, 31vw, 430px) !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: clamp(1.5rem, 2vw, 2rem) !important;
  background: #120102 !important;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transform: translateZ(0);
  transition: all .35s ease;
}

#network .placement-sector-card:hover,
#network .placement-sector-card:focus,
#network .placement-sector-card:focus-within {
  transform: translateY(-8px);
  border-color: #D4AF37 !important;
  box-shadow:
    0 0 20px rgba(212, 175, 55, 0.15),
    0 10px 30px rgba(212, 175, 55, 0.10),
    0 34px 76px rgba(0, 0, 0, 0.48) !important;
  outline: none;
}

#network .placement-sector-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 3;
  border-radius: inherit;
  background: radial-gradient(circle at var(--spotlight-x, 50%) var(--spotlight-y, 30%), rgba(212, 175, 55, 0.18), transparent 14rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

#network .placement-sector-card:hover::before,
#network .placement-sector-card:focus::before,
#network .placement-sector-card:focus-within::before {
  opacity: 1;
}

#network .sector-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(1.06) brightness(0.96) contrast(1.12) !important;
  transition: transform 700ms ease, filter 700ms ease;
}

#network .placement-sector-card:hover .sector-card-image,
#network .placement-sector-card:focus .sector-card-image,
#network .placement-sector-card:focus-within .sector-card-image {
  transform: scale(1.12);
  filter: saturate(1.12) brightness(1.02) contrast(1.16) !important;
}

#network .sector-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.10)
    ) !important;
}

#network .sector-gradient-motion {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(115deg, transparent 12%, rgba(212, 175, 55, 0.18) 34%, transparent 58%),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.12), transparent 12rem);
  background-size: 220% 220%, 100% 100%;
  background-position: 0% 50%, center;
  opacity: 0.78;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: background-position 800ms ease, opacity 420ms ease;
}

#network .placement-sector-card:hover .sector-gradient-motion,
#network .placement-sector-card:focus .sector-gradient-motion,
#network .placement-sector-card:focus-within .sector-gradient-motion {
  background-position: 100% 50%, center;
  opacity: 1;
}

#network .sector-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  width: 3.05rem;
  height: 3.05rem;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(18, 1, 2, 0.54) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

#network .placement-sector-card:hover .sector-number,
#network .placement-sector-card:focus .sector-number,
#network .placement-sector-card:focus-within .sector-number {
  border-color: rgba(212, 175, 55, 0.72) !important;
  color: #D4AF37 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3), 0 0 18px rgba(212, 175, 55, 0.18) !important;
}

#network .sector-content {
  position: absolute !important;
  inset: auto 0 0 0;
  z-index: 4;
  min-height: auto !important;
  padding: clamp(1.15rem, 1.9vw, 1.55rem) !important;
  background: linear-gradient(180deg, transparent, rgba(18, 1, 2, 0.66) 22%, rgba(18, 1, 2, 0.94)) !important;
}

#network .placement-sector-card:hover .sector-title,
#network .placement-sector-card:focus .sector-title,
#network .placement-sector-card:focus-within .sector-title {
  color: #D4AF37 !important;
}

#network .sector-title {
  max-width: calc(100% - 3.2rem);
  margin: 0 0 0.7rem !important;
  color: #ffffff !important;
  font-size: clamp(1.15rem, 1.65vw, 1.55rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

#network .sector-hover-desc {
  margin: 0 !important;
  max-height: none !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
  transform: none !important;
}

#network .sector-card-link {
  box-sizing: border-box;
  width: calc(100% + 28px);
  height: 56px;
  min-height: 56px;
  border: 2px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 9999px;
  padding: 0 20px;
  background: rgba(212, 175, 55, 0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 1rem -14px 0;
  color: #D4AF37 !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  box-shadow: none;
  background-clip: padding-box;
  transition: all 0.3s ease;
}

#network .sector-card-link:focus-visible {
  outline: 2px solid rgba(246, 184, 74, 0.86);
  outline-offset: 0.35rem;
  border-radius: 999px;
}

#network .sector-card-link::after {
  content: "\2192";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background: transparent;
  color: currentColor;
  font-size: 1rem;
  line-height: 1;
  flex: 0 0 auto;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

#network .placement-sector-card:hover .sector-card-link,
#network .placement-sector-card:focus .sector-card-link,
#network .placement-sector-card:focus-within .sector-card-link {
  opacity: 1;
  color: #120102 !important;
  border-color: rgba(212, 175, 55, 0.92) !important;
  background: #D4AF37;
  transform: translateY(-2px);
  box-shadow:
    0 8px 25px rgba(212, 175, 55, 0.25);
}

#network .placement-sector-card:hover .sector-card-link::after,
#network .placement-sector-card:focus .sector-card-link::after,
#network .placement-sector-card:focus-within .sector-card-link::after {
  transform: translateX(0.18rem);
}

#network .sector-card-link:hover {
  color: #120102 !important;
  border-color: rgba(212, 175, 55, 0.92) !important;
  background: #D4AF37;
  transform: translateY(-2px);
  box-shadow:
    0 8px 25px rgba(212, 175, 55, 0.25);
}

#network .sector-card-link:hover::after {
  transform: translateX(0.18rem);
}

#network .sector-card-link[aria-expanded="true"]::after {
  content: "\2191";
  transform: translateY(-0.08rem);
}

#network .sector-card-link:active {
  transform: scale(0.98);
  box-shadow:
    0 8px 18px rgba(212, 175, 55, 0.16),
    inset 0 2px 8px rgba(18, 1, 2, 0.16);
}

@media (max-width: 520px) {
  #network .sector-card-link {
    width: calc(100% + 18px);
    margin-left: -9px;
    margin-right: -9px;
    padding: 0 24px;
    font-size: 0.78rem;
    gap: 10px;
  }
}

@media (max-width: 1180px) {
  #network .placement-showcase-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  #network .placement-showcase-copy {
    position: relative;
    top: auto;
  }

  #network .placement-showcase-title,
  #network .placement-showcase-desc {
    max-width: 46rem;
  }

  #network .placement-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  #network.placement-showcase-section {
    padding: 4.25rem 1rem !important;
  }

  #network .placement-showcase-shell {
    gap: 1.6rem;
  }

  #network .placement-showcase-title {
    font-size: clamp(1.75rem, 8vw, 2.4rem) !important;
  }

  #network .placement-stats {
    grid-template-columns: 1fr;
  }

  #network .placement-stat {
    min-height: 4.7rem;
  }

  #network .placement-showcase-grid {
    grid-template-columns: 1fr !important;
  }

  #network .placement-sector-card {
    min-height: 360px !important;
  }
}

.sector-modal-lock {
  overflow: hidden;
}

.sector-expandable-layer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.sector-expandable-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(246, 184, 74, 0.12), transparent 24rem),
    rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(12px);
}

.sector-expandable-card {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  max-height: min(88vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(246, 184, 74, 0.24);
  border-radius: clamp(1.1rem, 2vw, 1.6rem);
  background:
    linear-gradient(145deg, rgba(49, 2, 2, 0.98), rgba(12, 8, 7, 0.98) 48%, rgba(0, 0, 0, 0.98));
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.66),
    0 0 56px rgba(139, 30, 45, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff6df;
}

.sector-expandable-scroll {
  max-height: min(88vh, 760px);
  overflow-y: auto;
}

.sector-expandable-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: min(72vh, 680px);
}

.sector-expandable-media {
  position: relative;
  min-height: 100%;
  background: #120102;
}

.sector-expandable-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(1.06) brightness(0.98) contrast(1.12);
}

.sector-expandable-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.10)
    );
}

.sector-expandable-body {
  padding: clamp(1.4rem, 3vw, 2.55rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.sector-expandable-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 184, 74, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 1, 2, 0.72);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.sector-expandable-close:hover,
.sector-expandable-close:focus-visible {
  transform: scale(1.06);
  border-color: rgba(246, 184, 74, 0.58);
  background: rgba(139, 30, 45, 0.88);
  outline: none;
}

.sector-expandable-kicker {
  color: #f39a12;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sector-expandable-title {
  margin: 0;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 800;
  line-height: 0.98;
}

.sector-expandable-desc {
  margin: 0;
  color: rgba(255, 246, 223, 0.76);
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  line-height: 1.75;
}

.sector-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.sector-detail-panel {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(246, 184, 74, 0.15);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.045);
}

.sector-detail-panel h4 {
  margin: 0 0 0.7rem;
  color: #f39a12;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sector-detail-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sector-detail-panel li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.65;
}

.sector-detail-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #f39a12;
}

.sector-register-button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(246, 184, 74, 0.4);
  border-radius: 999px;
  color: #111111;
  background: linear-gradient(135deg, #D4AF37, #C89B3C);
  box-shadow: 0 16px 34px rgba(212, 175, 55, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.sector-register-button:hover,
.sector-register-button:focus-visible {
  background: linear-gradient(135deg, #E6C15A, #D4AF37);
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.25);
  outline: none;
}

.sector-fallback-enter {
  animation: sectorFallbackFade 280ms ease both;
}

@keyframes sectorFallbackFade {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 860px) {
  .sector-expandable-layer {
    align-items: end;
    padding: 0.75rem;
  }

  .sector-expandable-card,
  .sector-expandable-scroll {
    max-height: 92vh;
  }

  .sector-expandable-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sector-expandable-media {
    min-height: clamp(220px, 42vh, 340px);
  }

  .sector-expandable-media img {
    min-height: clamp(220px, 42vh, 340px);
  }

  .sector-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .sector-expandable-layer {
    padding: 0.5rem;
  }

  .sector-expandable-card {
    border-radius: 1rem;
  }

  .sector-expandable-body {
    padding: 1.25rem;
  }

  .sector-expandable-title {
    font-size: clamp(1.8rem, 12vw, 2.7rem);
  }

  .sector-register-button {
    width: 100%;
  }
}

/* Navbar final alignment polish */
body>nav.fixed,
body>nav {
  left: 50% !important;
  right: auto !important;
  top: 1rem !important;
  width: min(calc(100% - 2rem), 1180px) !important;
  min-height: 4.35rem !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center !important;
  gap: clamp(0.65rem, 1.5vw, 1.25rem) !important;
  padding: 0.72rem clamp(0.85rem, 2vw, 1.35rem) !important;
  border-radius: 1.05rem !important;
  border: 1px solid rgba(246, 184, 74, 0.24) !important;
  background:
    linear-gradient(180deg, rgba(18, 5, 12, 0.9), rgba(9, 4, 10, 0.82)) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(90, 13, 16, 0.1),
    0 0 30px rgba(246, 184, 74, 0.08) !important;
  transform: translateX(-50%) !important;
  overflow: visible !important;
}

body>nav::before {
  background: linear-gradient(90deg, rgba(246, 184, 74, 0.88), transparent 24%, transparent 76%, rgba(246, 184, 74, 0.72)) !important;
  opacity: 0.48 !important;
}

body>nav>a:first-child {
  min-width: 0;
  max-width: 15rem;
  margin: 0 !important;
  gap: 0.65rem !important;
}

body>nav>a:first-child img {
  width: 2.75rem !important;
  height: 2.75rem !important;
  max-width: 2.75rem !important;
  max-height: 2.75rem !important;
  object-fit: contain;
  padding: 0.18rem !important;
  border: 1px solid rgba(246, 184, 74, 0.34);
  background:
    radial-gradient(circle at 42% 35%, rgba(255, 240, 194, 0.96), rgba(246, 184, 74, 0.2) 58%, rgba(14, 6, 8, 0.9) 100%) !important;
  box-shadow:
    0 0 0 3px rgba(246, 184, 74, 0.08),
    0 0 20px rgba(246, 184, 74, 0.2) !important;
}

body>nav>a:first-child span {
  max-width: 10.5rem;
  color: #fff6df !important;
  text-shadow: 0 0 18px rgba(246, 184, 74, 0.18);
  font-size: clamp(0.95rem, 1.35vw, 1.18rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body>nav>.hidden.md\:flex {
  min-width: 0;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(0.45rem, 1vw, 0.85rem) !important;
  overflow: hidden;
}

body>nav a[data-lang-key] {
  min-height: 2.1rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.35rem !important;
  color: rgba(255, 242, 244, 0.72) !important;
  border: 0 !important;
  border-radius: 0.5rem !important;
  box-shadow: none !important;
  font-size: clamp(0.58rem, 0.72vw, 0.68rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap;
}

body>nav a[data-lang-key]:hover,
body>nav a[data-lang-key]:focus {
  color: #fff !important;
  background: rgba(246, 184, 74, 0.12) !important;
}

body>nav a[data-lang-key].text-\[\#f39a12\],
body>nav a[data-lang-key].mobile-menu-link-active {
  color: #fff6df !important;
  background: linear-gradient(135deg, rgba(246, 184, 74, 0.18), rgba(90, 13, 16, 0.12)) !important;
}

body>nav>.flex.items-center.gap-4.shrink-0 {
  justify-content: flex-end;
  gap: 0.55rem !important;
  min-width: max-content;
}

body>nav #lang-selector {
  width: 3.85rem;
  min-height: 2.45rem;
  padding: 0 0.65rem !important;
  color: #fff !important;
  border: 1px solid rgba(246, 184, 74, 0.24) !important;
  border-radius: 0.75rem !important;
  background: rgba(246, 184, 74, 0.08) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
}

@media (max-width: 1080px) and (min-width: 768px) {
  body>nav>a:first-child {
    max-width: 4rem;
  }

  body>nav>a:first-child span {
    display: none;
  }

  body>nav>.hidden.md\:flex {
    gap: 0.4rem !important;
  }

  body>nav a[data-lang-key] {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    font-size: 0.62rem !important;
  }
}

@media (max-width: 767px) {

  body>nav.fixed,
  body>nav {
    top: 0.6rem !important;
    width: calc(100% - 0.85rem) !important;
    min-height: 4.2rem !important;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.62rem 0.75rem !important;
    border-radius: 0.95rem !important;
  }

  body>nav>a:first-child {
    max-width: none;
  }

  body>nav>a:first-child img {
    width: 2.55rem !important;
    height: 2.55rem !important;
  }

  body>nav>a:first-child span {
    display: block;
    max-width: min(42vw, 10rem);
    font-size: 0.98rem !important;
  }

  body>nav>.flex.items-center.gap-4.shrink-0 {
    margin-left: 0 !important;
  }

  body>nav #lang-selector {
    width: 3.45rem;
    min-height: 2.35rem;
  }

  body>nav #mobile-menu-button {
    width: 2.45rem !important;
    height: 2.45rem !important;
    margin-left: 0 !important;
  }

body>nav .mobile-menu-panel,
  body>nav .mobile-menu-panel.open {
    top: 5rem !important;
    width: calc(100vw - 0.85rem) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    border-radius: 0.95rem !important;
    background: rgba(9, 4, 10, 0.98) !important;
  }
}

/* Unified company branding: navbar + hero use the placement showcase gold. */
.text-gold-gradient,
.hero-company-title,
.navbar-brand-secondary {
  background: var(--placement-title-gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.text-gold-gradient,
.hero-company-title {
  text-shadow: var(--placement-title-gold-shadow) !important;
}

.hero-company-title {
  color: #ffffff !important;
  letter-spacing: -0.02em !important;
}

#home .hero-company-title {
  background: var(--placement-title-gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: var(--placement-title-gold-shadow) !important;
}

body>nav>a:first-child {
  max-width: clamp(12rem, 18vw, 16rem) !important;
  align-items: center !important;
}

body>nav>a:first-child .navbar-brand-copy {
  display: flex !important;
  max-width: min(13rem, 46vw) !important;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 0.02rem;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  line-height: 0.92 !important;
}

body>nav>a:first-child .navbar-brand-primary,
body>nav>a:first-child .navbar-brand-secondary {
  display: block !important;
  max-width: 100% !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 800 !important;
}

body>nav>a:first-child .navbar-brand-primary {
  color: #fff6df !important;
  -webkit-text-fill-color: #fff6df !important;
  font-size: clamp(0.95rem, 1.35vw, 1.18rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
  text-shadow: 0 0 18px rgba(246, 184, 74, 0.18) !important;
}

body>nav>a:first-child .navbar-brand-secondary {
  font-size: clamp(0.62rem, 0.9vw, 0.82rem) !important;
  line-height: 0.96 !important;
  letter-spacing: 0.045em !important;
  text-shadow: var(--placement-title-gold-shadow) !important;
}

@media (max-width: 1080px) and (min-width: 768px) {
  body>nav>a:first-child {
    max-width: 12.5rem !important;
  }

  body>nav>a:first-child .navbar-brand-copy {
    display: flex !important;
    max-width: 9rem !important;
  }

  body>nav>a:first-child .navbar-brand-primary {
    font-size: 0.9rem !important;
  }

  body>nav>a:first-child .navbar-brand-secondary {
    font-size: 0.62rem !important;
  }
}

@media (max-width: 767px) {
  body>nav>a:first-child .navbar-brand-copy {
    max-width: min(38vw, 11.5rem) !important;
    line-height: 0.92 !important;
  }

  body>nav>a:first-child .navbar-brand-primary {
    font-size: clamp(0.86rem, 3.65vw, 1rem) !important;
  }

  body>nav>a:first-child .navbar-brand-secondary {
    font-size: clamp(0.58rem, 2.55vw, 0.72rem) !important;
    letter-spacing: 0.035em !important;
  }
}

/* Creative organization structure */
.org-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 28%, rgba(246, 184, 74, 0.13), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(90, 13, 16, 0.13), transparent 28rem),
    linear-gradient(180deg, #050507 0%, #0b0808 52%, #050507 100%) !important;
}

.org-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(246, 184, 74, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.org-shell {
  position: relative;
  z-index: 1;
}

.org-section .text-center {
  width: 100%;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.org-section .text-center h2,
.org-section .text-center span {
  display: block;
  text-align: center !important;
}

.org-map {
  position: relative;
  display: grid;
  justify-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem);
}

.org-orbit {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: min(78vw, 760px);
  aspect-ratio: 1 / 0.55;
  border: 1px solid rgba(246, 184, 74, 0.18);
  border-radius: 999px;
  transform: translateX(-50%);
  box-shadow:
    inset 0 0 36px rgba(246, 184, 74, 0.05),
    0 0 52px rgba(90, 13, 16, 0.08);
  animation: org-orbit-pulse 4.8s ease-in-out infinite;
}

.org-node {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid rgba(246, 184, 74, 0.18);
  border-radius: 1.1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(246, 184, 74, 0.08), rgba(90, 13, 16, 0.07) 62%, rgba(212, 175, 55, 0.045));
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.org-node::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(246, 184, 74, 0.55), rgba(90, 13, 16, 0.16), rgba(212, 175, 55, 0.18));
  opacity: 0;
  transition: opacity 260ms ease;
}

.org-node:hover,
.org-node:focus-within {
  transform: translateY(-0.4rem);
  border-color: rgba(246, 184, 74, 0.48);
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(246, 184, 74, 0.18),
    0 0 34px rgba(90, 13, 16, 0.08);
}

.org-node:hover::before,
.org-node:focus-within::before {
  opacity: 1;
}

.org-node-lead,
.org-node-ops {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  max-width: 560px;
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

.org-node-lead {
  max-width: 620px;
}

.org-node-ops {
  max-width: 520px;
}

.org-icon {
  display: grid;
  place-items: center;
  width: 3.45rem;
  height: 3.45rem;
  border: 1px solid rgba(246, 184, 74, 0.28);
  border-radius: 0.95rem;
  color: #fff6df;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 240, 194, 0.34), transparent 45%),
    linear-gradient(135deg, rgba(246, 184, 74, 0.28), rgba(90, 13, 16, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 22px rgba(246, 184, 74, 0.18);
}

.org-icon .material-icons-outlined,
.org-grid .org-icon .material-icons-outlined {
  color: #fff6df !important;
  font-size: 1.7rem !important;
  margin: 0 !important;
  text-shadow: 0 0 18px rgba(246, 184, 74, 0.38) !important;
}

.org-kicker {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(246, 184, 74, 0.82);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.org-node h3,
.org-node h4 {
  margin: 0 0 0.45rem !important;
  color: #fff6df !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.05 !important;
}

.org-node h3 {
  font-size: clamp(1.35rem, 2.5vw, 2rem) !important;
}

.org-node h4 {
  font-size: clamp(1rem, 1.45vw, 1.28rem) !important;
}

.org-node p {
  margin: 0 !important;
  color: rgba(255, 242, 244, 0.66) !important;
  font-size: 0.86rem !important;
  line-height: 1.58 !important;
}

.org-connector {
  width: 2px;
  height: 4rem;
  background: linear-gradient(180deg, rgba(246, 184, 74, 0), rgba(246, 184, 74, 0.86), rgba(90, 13, 16, 0));
  box-shadow: 0 0 18px rgba(246, 184, 74, 0.48);
}

.org-branch {
  position: relative;
  width: min(72%, 820px);
  height: 4.25rem;
}

.org-branch::before,
.org-branch::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(246, 184, 74, 0), rgba(246, 184, 74, 0.78), rgba(246, 184, 74, 0));
  box-shadow: 0 0 18px rgba(246, 184, 74, 0.34);
}

.org-branch::before {
  left: 0;
  right: 0;
  top: 1.1rem;
  height: 2px;
}

.org-branch::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 1.1rem;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(246, 184, 74, 0.8), rgba(246, 184, 74, 0));
}

.org-grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
  width: 100%;
  margin-top: 0 !important;
}

.org-grid::before,
.org-grid::after {
  content: none !important;
  display: none !important;
}

.org-grid>.org-node-team {
  min-height: 245px !important;
  padding: clamp(1.1rem, 2.2vw, 1.45rem) !important;
}

.org-node-team {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.org-node-team .org-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.1rem;
}

@keyframes org-orbit-pulse {

  0%,
  100% {
    opacity: 0.48;
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: 0.86;
    transform: translateX(-50%) scale(1.025);
  }
}

@media (max-width: 900px) {
  .org-map {
    padding: 0;
  }

  .org-orbit,
  .org-branch {
    display: none;
  }

  .org-node-lead,
  .org-node-ops {
    max-width: none;
  }

  .org-connector {
    height: 2rem;
  }

  .org-grid>.org-node-team {
    min-height: auto !important;
  }
}

@media (max-width: 900px) and (min-width: 768px) {
  .org-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.8rem !important;
    margin-top: 1rem !important;
  }

  .org-grid>.org-node-team {
    padding: 0.95rem !important;
  }

  .org-node h4 {
    font-size: 0.94rem !important;
  }

  .org-node p {
    font-size: 0.72rem !important;
  }
}

@media (max-width: 767px) {
  .org-grid {
    grid-template-columns: 1fr !important;
    margin-top: 1rem !important;
  }
}

@media (max-width: 520px) {
  .org-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .org-node-lead,
  .org-node-ops {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .org-node,
  .org-grid>.org-node-team {
    border-radius: 1rem !important;
    padding: 1rem !important;
  }

  .org-icon {
    width: 2.85rem;
    height: 2.85rem;
  }

  .org-node p {
    font-size: 0.78rem !important;
  }
}

/* Custom language dropdown */
.language-picker {
  position: relative;
}

.native-language-select {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
}

body>nav .language-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 4.45rem;
  min-height: 2.45rem;
  border: 1px solid rgba(246, 184, 74, 0.28);
  border-radius: 0.75rem;
  color: #fff6df;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 240, 194, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(246, 184, 74, 0.12), rgba(90, 13, 16, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 20px rgba(246, 184, 74, 0.08);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

body>nav .language-menu-button:hover,
body>nav .language-menu-button:focus,
body>nav .language-menu-button[aria-expanded="true"] {
  outline: none;
  border-color: rgba(246, 184, 74, 0.64);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 240, 194, 0.26), transparent 42%),
    linear-gradient(135deg, rgba(246, 184, 74, 0.18), rgba(90, 13, 16, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 3px rgba(246, 184, 74, 0.1),
    0 0 26px rgba(246, 184, 74, 0.16);
  transform: translateY(-1px);
}

.language-menu-button .material-icons-outlined {
  font-size: 1rem;
  line-height: 1;
  color: rgba(246, 184, 74, 0.95);
  transition: transform 220ms ease;
}

.language-menu-button[aria-expanded="true"] .material-icons-outlined {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  z-index: 10050;
  display: grid;
  gap: 0.35rem;
  width: 10.25rem;
  padding: 0.45rem;
  border: 1px solid rgba(246, 184, 74, 0.28);
  border-radius: 0.95rem;
  background:
    linear-gradient(180deg, rgba(18, 5, 12, 0.98), rgba(7, 4, 8, 0.98)),
    radial-gradient(circle at 20% 0%, rgba(246, 184, 74, 0.18), transparent 55%);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.58),
    0 0 34px rgba(246, 184, 74, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.45rem) scale(0.98);
  transform-origin: top right;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.language-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.language-menu::before {
  content: "";
  position: absolute;
  top: -0.38rem;
  right: 1.2rem;
  width: 0.72rem;
  height: 0.72rem;
  border-left: 1px solid rgba(246, 184, 74, 0.28);
  border-top: 1px solid rgba(246, 184, 74, 0.28);
  background: rgba(18, 5, 12, 0.98);
  transform: rotate(45deg);
}

.language-option {
  position: relative;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  min-height: 2.8rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid transparent;
  border-radius: 0.72rem;
  color: rgba(255, 242, 244, 0.74);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.language-option span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.58rem;
  color: #fff6df;
  background: rgba(246, 184, 74, 0.1);
  font-size: 0.68rem;
  font-weight: 900;
}

.language-option small {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.language-option:hover,
.language-option:focus,
.language-option.active {
  outline: none;
  color: #fff6df;
  border-color: rgba(246, 184, 74, 0.24);
  background: linear-gradient(135deg, rgba(246, 184, 74, 0.15), rgba(90, 13, 16, 0.08));
  transform: translateX(-0.12rem);
}

.language-option.active span {
  background: linear-gradient(135deg, rgba(246, 184, 74, 0.78), rgba(90, 13, 16, 0.42));
  box-shadow: 0 0 18px rgba(246, 184, 74, 0.22);
}

@media (max-width: 767px) {
  body>nav .language-menu-button {
    width: 3.8rem;
    min-height: 2.35rem;
  }

  .language-menu {
    right: -3.15rem;
  }
}

/* About section full composition */
#about .about-shell {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr) !important;
  align-items: stretch !important;
}

#about .about-copy {
  min-height: 650px;
  justify-content: space-between;
}

#about .about-visual-stack {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  gap: 1rem;
  min-height: 650px;
  transform: translateY(1.35rem);
}

#about .about-visual-stack .about-visual {
  transform: none !important;
}

#about .about-visual {
  height: auto !important;
  min-height: 390px;
}

#about .about-assurance {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 184, 74, 0.18);
  border-radius: 1.15rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 184, 74, 0.14), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(246, 184, 74, 0.07), rgba(90, 13, 16, 0.08));
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

#about .about-assurance::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 4.65rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 184, 74, 0), rgba(246, 184, 74, 0.58), rgba(90, 13, 16, 0));
  opacity: 0.8;
}

#about .about-assurance-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

#about .about-assurance-head span {
  color: rgba(246, 184, 74, 0.86);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
}

#about .about-assurance-head h3 {
  max-width: 18rem;
  margin: 0 !important;
  color: #fff6df !important;
  font-size: clamp(1rem, 1.65vw, 1.32rem) !important;
  line-height: 1.04 !important;
  text-align: right;
  text-transform: none;
}

#about .about-assurance-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
}

#about .about-assurance-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-height: 3.8rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

#about .about-assurance-item:hover {
  transform: translateX(0.22rem);
  border-color: rgba(246, 184, 74, 0.28);
  background: rgba(246, 184, 74, 0.07);
}

#about .about-assurance-item span {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.7rem;
  color: #fff6df;
  background: linear-gradient(135deg, rgba(246, 184, 74, 0.56), rgba(90, 13, 16, 0.3));
  box-shadow: 0 0 18px rgba(246, 184, 74, 0.16);
  font-size: 0.68rem;
  font-weight: 900;
}

#about .about-assurance-item p {
  margin: 0 !important;
  color: rgba(255, 242, 244, 0.72) !important;
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
}

@media (max-width: 1024px) {

  #about .about-copy,
  #about .about-visual-stack {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  #about .about-shell {
    grid-template-columns: 1fr !important;
  }

  #about .about-visual-stack {
    transform: none;
  }

  #about .about-assurance-head h3 {
    margin-top: 0.45rem !important;
    text-align: left;
  }

  #about .about-assurance::before {
    top: 5.2rem;
  }
}

/* ==========================================
   Contact Section — Premium Redesign
   ========================================== */

#hubungi-kami {
  background:
    radial-gradient(circle at 18% 20%, rgba(243, 154, 18, 0.07), transparent 26rem),
    radial-gradient(circle at 82% 76%, rgba(49, 2, 2, 0.45), transparent 30rem),
    linear-gradient(180deg, #0c0a06 0%, #161309 60%, #0c0a06 100%) !important;
}

#hubungi-kami:focus {
  outline: none;
}

#hubungi-kami.contact-focus-pulse .contact-info-card,
#hubungi-kami.contact-focus-pulse .whatsapp-cta-btn {
  border-color: rgba(212, 175, 55, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.22),
    0 0 34px rgba(212, 175, 55, 0.20),
    0 24px 64px rgba(0, 0, 0, 0.38) !important;
  transition: border-color 260ms ease, box-shadow 260ms ease;
}

/* Map wrapper keeps aspect on mobile */
.contact-map-wrap {
  min-height: 420px;
}

.contact-map-wrap iframe {
  filter: sepia(0.18) saturate(0.88) brightness(0.82) contrast(1.06);
  transition: filter 400ms ease;
}

.contact-map-wrap:hover iframe {
  filter: sepia(0.05) saturate(1) brightness(0.88) contrast(1.06);
}

/* Info card glassmorphism */
.contact-info-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(22, 19, 9, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Icon badge */
.contact-icon-wrap {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(243, 154, 18, 0.24);
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 228, 176, 0.22), transparent 48%),
    linear-gradient(135deg, rgba(243, 154, 18, 0.16), rgba(201, 121, 5, 0.08));
  box-shadow: 0 0 18px rgba(243, 154, 18, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-icon-wrap .material-icons-outlined {
  color: #f39a12 !important;
  font-size: 1.2rem !important;
  text-shadow: 0 0 14px rgba(243, 154, 18, 0.4) !important;
}

/* ==========================================
   WhatsApp CTA Button — Animated Premium
   ========================================== */

.whatsapp-cta-btn {
  position: relative;
  display: block;
  border-radius: 1.35rem;
  overflow: hidden;
  text-decoration: none;
  transition: transform 320ms cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 320ms ease;
  box-shadow:
    0 8px 32px rgba(37, 211, 102, 0.28),
    0 2px 8px rgba(0, 0, 0, 0.4);
}

.whatsapp-cta-btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 18px 48px rgba(37, 211, 102, 0.38),
    0 4px 16px rgba(0, 0, 0, 0.5);
}

.whatsapp-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.35rem 1.5rem;
  background: linear-gradient(135deg, #1a9646 0%, #25d366 45%, #128c43 100%);
}

/* Animated shine overlay */
.whatsapp-cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.18) 50%,
    transparent 70%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 600ms ease;
}

.whatsapp-cta-btn:hover .whatsapp-cta-inner::before {
  background-position: 200% 0;
}

/* Icon ring with pulse */
.whatsapp-icon-ring {
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.whatsapp-icon-ring::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  animation: wa-pulse 2s ease-in-out infinite;
}

@keyframes wa-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50%       { opacity: 0;   transform: scale(1.28); }
}

.whatsapp-icon-ring .material-icons-outlined {
  color: #fff !important;
  font-size: 1.55rem !important;
  text-shadow: none !important;
}

/* Arrow icon animate on hover */
.whatsapp-arrow {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 1.35rem !important;
  transition: transform 280ms ease, color 280ms ease !important;
  text-shadow: none !important;
}

.whatsapp-cta-btn:hover .whatsapp-arrow {
  transform: translateX(5px) !important;
  color: #fff !important;
}

/* Glow layer behind button */
.whatsapp-cta-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 110%, rgba(37, 211, 102, 0.55), transparent 65%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.whatsapp-cta-btn:hover .whatsapp-cta-glow {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .contact-map-wrap {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  #hubungi-kami .grid.lg\\:grid-cols-5 {
    grid-template-columns: 1fr !important;
  }

  .contact-map-wrap {
    min-height: 300px;
  }

  .contact-info-card {
    padding: 1.5rem !important;
  }

  .whatsapp-cta-inner {
    padding: 1.1rem 1.25rem;
  }
}

/* ==========================================
   Country Showcase — Active Card Fix
   ========================================== */

.country-list-card.active {
  background: rgba(243, 154, 18, 0.12) !important;
  border-color: #f39a12 !important;
  box-shadow:
    0 0 0 1px rgba(243, 154, 18, 0.35),
    0 0 28px rgba(243, 154, 18, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-2px) !important;
}

.country-list-card.active h4 {
  color: #f39a12 !important;
}

/* Smooth fade/zoom for hero image */
.country-hero-card {
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(212, 175, 55, 0.12) !important;
}

.country-hero-overlay {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.04)),
    linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0.02));
}

.active-country-img {
  will-change: opacity, transform;
  transform: scale(1.02) translateZ(0);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    filter 0.5s ease !important;
  filter: saturate(1.04) contrast(1.03) brightness(0.98) !important;
}

.active-country-img.transitioning {
  opacity: 0 !important;
  transform: scale(1.035) translateZ(0) !important;
  filter: saturate(0.96) contrast(1) brightness(0.9) !important;
}

.active-country-text {
  right: clamp(1.5rem, 5vw, 5rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  max-width: min(37rem, calc(100% - 3rem));
  will-change: opacity, transform;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.62);
  transition:
    opacity 0.45s ease,
    transform 0.5s ease !important;
}

.active-country-text.transitioning {
  opacity: 0 !important;
  transform: translateY(12px) !important;
}

.active-country-text h3 {
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.72);
}

.active-country-text #active-country-region,
.active-country-text .country-sector-label {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1024px) {
  .country-hero-overlay {
    background:
      linear-gradient(to top, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.04)),
      linear-gradient(to right, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.04));
  }

  .active-country-text {
    bottom: 1.35rem;
    right: 1.35rem;
    max-width: min(34rem, calc(100% - 2.7rem));
  }
}

@media (max-width: 640px) {
  .country-hero-card {
    min-height: 520px !important;
  }

  .active-country-img {
    object-position: center center !important;
  }

  .active-country-text {
    bottom: 1rem;
    right: 1rem;
    left: 0;
    max-width: calc(100% - 2rem);
  }

  .country-sector-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

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

/* ==========================================
   Maroon refinement, organization photos,
   certificates, and service gold hover
   ========================================== */

:root {
  --tt-pink: #7b1113;
  --tt-cyan: #d4af37;
  --tt-red: #3b0506;
  --tt-gold: #d4af37;
  --tt-line: rgba(212, 175, 55, 0.16);
  --aida-maroon-950: #120102;
  --aida-maroon-900: #220304;
  --aida-maroon-800: #3a0708;
  --aida-maroon-700: #5a0d10;
  --aida-gold: #d4af37;
  --aida-gold-soft: #f6d77a;
}

body {
  background:
    radial-gradient(circle at 16% 10%, rgba(90, 13, 16, 0.34), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(212, 175, 55, 0.12), transparent 26rem),
    linear-gradient(180deg, #080405 0%, #150304 48%, #080405 100%) !important;
}

body::before {
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) !important;
}

nav.fixed,
nav,
footer {
  background: rgba(18, 1, 2, 0.9) !important;
  border-color: rgba(212, 175, 55, 0.18) !important;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(90, 13, 16, 0.24) !important;
}

nav::before {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.65), transparent 30%, transparent 70%, rgba(90, 13, 16, 0.72)) !important;
}

.glass-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(34, 3, 4, 0.72) !important;
  border-color: rgba(212, 175, 55, 0.16) !important;
}

.gold-glow:hover {
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.28),
    0 22px 58px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(212, 175, 55, 0.16) !important;
}

.org-section,
.certificate-section,
#services {
  background:
    radial-gradient(circle at 18% 24%, rgba(90, 13, 16, 0.32), transparent 25rem),
    radial-gradient(circle at 82% 12%, rgba(212, 175, 55, 0.11), transparent 28rem),
    linear-gradient(180deg, #080405 0%, #160304 52%, #080405 100%) !important;
}

section:nth-of-type(3) {
  background:
    radial-gradient(circle at 18% 18%, rgba(74, 5, 7, 0.24), transparent 22rem),
    radial-gradient(circle at 84% 18%, rgba(212, 175, 55, 0.075), transparent 24rem),
    linear-gradient(180deg, #060202 0%, #100102 46%, #070202 100%) !important;
  border-color: rgba(212, 175, 55, 0.1) !important;
}

section:nth-of-type(3) .glass-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(28, 2, 3, 0.98), rgba(9, 1, 1, 0.98)) !important;
  border-color: rgba(212, 175, 55, 0.12) !important;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

section:nth-of-type(3) .glass-card:hover {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    linear-gradient(135deg, rgba(36, 3, 4, 0.98), rgba(10, 1, 1, 0.98)) !important;
}

.certificate-section .text-center,
#services > .text-center {
  width: 100%;
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.certificate-section .text-center h2,
#services > .text-center h2 {
  display: block;
  width: 100%;
  text-align: center !important;
}

/* Polished mobile navigation drawer */
@media (max-width: 767px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  body>nav #mobile-menu-button.mobile-menu-toggle {
    position: relative;
    width: 2.7rem !important;
    height: 2.7rem !important;
    border-radius: 0.85rem !important;
    border-color: rgba(246, 184, 74, 0.38) !important;
    color: #fff6df !important;
    background:
      radial-gradient(circle at 35% 18%, rgba(255, 240, 194, 0.24), transparent 42%),
      linear-gradient(145deg, rgba(246, 184, 74, 0.14), rgba(72, 5, 7, 0.92)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 12px 28px rgba(0, 0, 0, 0.36),
      0 0 22px rgba(246, 184, 74, 0.08) !important;
  }

  body>nav #mobile-menu-button.mobile-menu-toggle[aria-expanded="true"] {
    border-color: rgba(246, 184, 74, 0.78) !important;
    background:
      radial-gradient(circle at 35% 18%, rgba(255, 240, 194, 0.34), transparent 44%),
      linear-gradient(145deg, rgba(246, 184, 74, 0.24), rgba(90, 13, 16, 0.98)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 0 0 3px rgba(246, 184, 74, 0.12),
      0 18px 34px rgba(0, 0, 0, 0.46),
      0 0 28px rgba(246, 184, 74, 0.16) !important;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9990;
    display: block;
    background:
      radial-gradient(circle at 72% 6rem, rgba(246, 184, 74, 0.12), transparent 34%),
      rgba(2, 1, 2, 0.62);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .mobile-menu-backdrop.open {
    opacity: 1;
    visibility: visible;
  }

  body>nav .mobile-menu-panel,
  body>nav .mobile-menu-panel.open {
    position: fixed !important;
    top: 5.55rem !important;
    left: 0.85rem !important;
    right: 0.85rem !important;
    width: auto !important;
    max-width: none !important;
    z-index: 10000 !important;
    padding: 0 !important;
    border: 1px solid rgba(246, 184, 74, 0.24) !important;
    border-radius: 1rem !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(246, 184, 74, 0.22), transparent 38%),
      linear-gradient(160deg, rgba(42, 5, 7, 0.98), rgba(11, 4, 7, 0.98) 62%, rgba(21, 17, 8, 0.98)) !important;
    box-shadow:
      0 30px 70px rgba(0, 0, 0, 0.72),
      0 0 40px rgba(246, 184, 74, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
    overflow: hidden !important;
    transform: translateY(-0.65rem) scale(0.98) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    animation: none;
  }

  body>nav .mobile-menu-panel.open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    animation: mobileMenuReveal 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu-panel-inner {
    position: relative;
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
  }

  .mobile-menu-panel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 232, 176, 0.74), transparent);
  }

  .mobile-menu-header {
    display: grid;
    gap: 0.2rem;
    padding: 0.25rem 0.25rem 0.85rem;
    border-bottom: 1px solid rgba(246, 184, 74, 0.16);
  }

  .mobile-menu-kicker,
  .mobile-menu-footer span {
    color: rgba(255, 246, 223, 0.52);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .mobile-menu-header strong {
    color: #fff6df;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  .mobile-menu-link {
    min-height: 3.35rem !important;
    padding: 0.85rem 2.65rem 0.85rem 3.05rem !important;
    border: 1px solid rgba(246, 184, 74, 0.1) !important;
    border-radius: 0.85rem !important;
    color: rgba(255, 246, 223, 0.78) !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
      rgba(255, 255, 255, 0.018) !important;
    font-size: 0.74rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.11em !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    transform: none !important;
  }

  .mobile-menu-link::before {
    left: 0.9rem !important;
    width: 1.38rem !important;
    height: 1.38rem !important;
    border: 1px solid rgba(246, 184, 74, 0.18);
    border-radius: 0.48rem !important;
    background:
      linear-gradient(135deg, rgba(246, 184, 74, 0.14), rgba(90, 13, 16, 0.18)) !important;
    box-shadow: none !important;
  }

  .mobile-menu-link::after {
    content: "arrow_forward" !important;
    position: absolute;
    left: auto !important;
    right: 0.95rem !important;
    top: 50% !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    color: rgba(246, 184, 74, 0.72);
    font-family: "Material Icons Outlined";
    font-size: 1.05rem;
    letter-spacing: 0;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    transition: transform 220ms ease, color 220ms ease;
  }

  .mobile-menu-link:hover,
  .mobile-menu-link:focus,
  .mobile-menu-link-active {
    color: #fff6df !important;
    border-color: rgba(246, 184, 74, 0.34) !important;
    background:
      radial-gradient(circle at 18% 50%, rgba(246, 184, 74, 0.16), transparent 38%),
      linear-gradient(135deg, rgba(246, 184, 74, 0.16), rgba(90, 13, 16, 0.16)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 26px rgba(0, 0, 0, 0.24) !important;
    transform: translateX(0.12rem) !important;
  }

  .mobile-menu-link:hover::before,
  .mobile-menu-link:focus::before,
  .mobile-menu-link-active::before {
    border-color: rgba(246, 184, 74, 0.58);
    background:
      linear-gradient(135deg, rgba(246, 184, 74, 0.82), rgba(90, 13, 16, 0.42)) !important;
    box-shadow: 0 0 18px rgba(246, 184, 74, 0.24) !important;
    transform: translateY(-50%) scale(1) !important;
  }

  .mobile-menu-link:hover::after,
  .mobile-menu-link:focus::after,
  .mobile-menu-link-active::after {
    color: #ffe8b0;
    transform: translate(0.18rem, -50%) !important;
  }

  .mobile-menu-footer {
    margin-top: 0.35rem;
    padding: 0.75rem 0.25rem 0.2rem;
    border-top: 1px solid rgba(246, 184, 74, 0.14);
  }
}

@keyframes mobileMenuReveal {
  from {
    opacity: 0;
    transform: translateY(-0.65rem) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.certificate-section .text-center span[data-lang-key$="_tag"],
#services > .text-center span[data-lang-key$="_tag"] {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.org-node {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)),
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(90, 13, 16, 0.22)) !important;
  border-color: rgba(212, 175, 55, 0.18) !important;
}

.org-node::before {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.52), rgba(90, 13, 16, 0.32)) !important;
}

.org-icon {
  width: clamp(5.1rem, 8vw, 6.6rem) !important;
  height: clamp(5.1rem, 8vw, 6.6rem) !important;
  overflow: hidden;
  border-radius: 1.2rem !important;
  border-color: rgba(212, 175, 55, 0.4) !important;
  background: #120102 !important;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(212, 175, 55, 0.14) !important;
}

.org-node-team .org-icon {
  width: clamp(4.5rem, 6.5vw, 5.4rem) !important;
  height: clamp(4.5rem, 6.5vw, 5.4rem) !important;
  margin-bottom: 1.2rem !important;
}

.org-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(1.04) brightness(0.9);
  transition: transform 500ms ease, filter 500ms ease;
}

.org-node:hover .org-photo,
.org-node:focus-within .org-photo {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.08) brightness(0.98);
}

.certificate-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.certificate-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: clamp(1.2rem, 2vw, 1.55rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(34, 3, 4, 0.95), rgba(18, 1, 2, 0.96));
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.certificate-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 12%, rgba(212, 175, 55, 0.2), transparent 12rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.certificate-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.72);
  box-shadow:
    0 0 20px rgba(212, 175, 55, 0.15),
    0 34px 76px rgba(0, 0, 0, 0.48);
}

.certificate-card:hover::before {
  opacity: 1;
}

.certificate-preview {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(115deg, transparent 8%, rgba(212, 175, 55, 0.18) 34%, transparent 58%),
    radial-gradient(circle at 50% 32%, rgba(212, 175, 55, 0.24), transparent 10rem),
    linear-gradient(135deg, #2a0405, #100102);
}

.certificate-preview .material-icons-outlined {
  color: var(--aida-gold) !important;
  font-size: clamp(3.4rem, 6vw, 5rem) !important;
  text-shadow: 0 0 28px rgba(212, 175, 55, 0.28) !important;
}

.certificate-preview strong {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 999px;
  color: #fff6df;
  background: rgba(18, 1, 2, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.certificate-body {
  position: relative;
  padding: 1.35rem;
}

.certificate-body span {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(212, 175, 55, 0.86);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.certificate-body h3 {
  margin: 0 0 0.65rem !important;
  color: #fff6df !important;
  font-size: clamp(1.22rem, 1.8vw, 1.6rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.certificate-body p {
  margin: 0 !important;
  color: rgba(255, 242, 244, 0.68) !important;
  font-size: 0.88rem !important;
}

#services .service-grid .glass-card {
  position: relative;
  isolation: isolate;
  background: #120102 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

#services .service-grid .glass-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 3;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 24%, rgba(212, 175, 55, 0.18), transparent 13rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

#services .service-grid .glass-card:hover {
  transform: translateY(-8px);
  border-color: #d4af37 !important;
  box-shadow:
    0 0 20px rgba(212, 175, 55, 0.15),
    0 10px 30px rgba(212, 175, 55, 0.10),
    0 34px 76px rgba(0, 0, 0, 0.48) !important;
}

#services .service-grid .glass-card:hover::before {
  opacity: 1;
}

#services .service-grid .glass-card::after {
  color: #ffffff !important;
  text-shadow: none !important;
  background: rgba(18, 1, 2, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  width: 3.05rem;
  height: 3.05rem;
  display: grid;
  place-items: center;
}

#services .service-grid .glass-card:hover::after {
  color: #d4af37 !important;
  border-color: rgba(212, 175, 55, 0.72);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
}

#services .service-grid .h-64::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(18, 1, 2, 0.92), rgba(18, 1, 2, 0.06)),
    linear-gradient(115deg, transparent 12%, rgba(212, 175, 55, 0.14) 34%, transparent 58%);
  opacity: 0.86;
  pointer-events: none;
  transition: opacity 350ms ease;
}

#services .service-grid .glass-card:hover .h-64::after {
  opacity: 1;
}

#services .service-grid h4 {
  color: #ffffff !important;
  letter-spacing: 0 !important;
  transition: color 280ms ease, transform 280ms ease;
}

#services .service-grid .glass-card:hover h4 {
  color: #d4af37 !important;
  transform: translateY(-0.18rem);
}

@media (max-width: 900px) {
  .certificate-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .org-icon,
  .org-node-team .org-icon {
    width: 4.2rem !important;
    height: 4.2rem !important;
  }

  .certificate-card {
    min-height: 310px;
  }

  .certificate-preview {
    min-height: 160px;
  }
}

/* ==========================================
   Final maroon consistency + contact/footer
   ========================================== */

:root {
  --tt-pink: #5a0d10 !important;
  --tt-cyan: #d4af37 !important;
  --ref-red: #5a0d10 !important;
  --aida-maroon-deep: #120102;
  --aida-maroon: #3a0708;
  --aida-maroon-bright: #5a0d10;
  --aida-gold: #d4af37;
  --aida-gold-soft: #f6d77a;
}

body {
  background:
    radial-gradient(circle at 16% 10%, rgba(90, 13, 16, 0.34), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(212, 175, 55, 0.12), transparent 26rem),
    linear-gradient(180deg, #080405 0%, #150304 48%, #080405 100%) !important;
}

body>nav.fixed,
body>nav,
.site-footer {
  background:
    linear-gradient(180deg, rgba(34, 3, 4, 0.96), rgba(18, 1, 2, 0.94)) !important;
  border-color: rgba(212, 175, 55, 0.22) !important;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(90, 13, 16, 0.26) !important;
}

body>nav::before,
.org-node::before,
.language-option.active span {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.7), rgba(90, 13, 16, 0.5)) !important;
}

body>nav a[data-lang-key].text-\[\#f39a12\],
body>nav a[data-lang-key].mobile-menu-link-active,
.language-option:hover,
.language-option:focus,
.language-option.active,
#about .about-assurance,
.org-node {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(90, 13, 16, 0.2)) !important;
}

.org-section,
#about,
#services,
#gallery,
#hubungi-kami,
.certificate-section {
  background:
    radial-gradient(circle at 18% 24%, rgba(90, 13, 16, 0.32), transparent 25rem),
    radial-gradient(circle at 82% 12%, rgba(212, 175, 55, 0.11), transparent 28rem),
    linear-gradient(180deg, #080405 0%, #160304 52%, #080405 100%) !important;
}

.org-orbit,
.org-node:hover,
.org-node:focus-within {
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(212, 175, 55, 0.16),
    0 0 34px rgba(90, 13, 16, 0.14) !important;
}

#about .about-assurance::before,
.org-connector {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.78), rgba(90, 13, 16, 0.25)) !important;
}

#hubungi-kami .max-w-7xl > .text-center {
  width: 100%;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

#hubungi-kami .max-w-7xl > .text-center span,
#hubungi-kami .max-w-7xl > .text-center h2,
#hubungi-kami .max-w-7xl > .text-center p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.whatsapp-admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.whatsapp-admin-grid .whatsapp-cta-btn {
  border: 1px solid rgba(37, 211, 102, 0.32);
  border-radius: 1rem;
  background: rgba(7, 47, 28, 0.72);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(37, 211, 102, 0.2) !important;
}

.whatsapp-admin-grid .whatsapp-cta-btn:hover {
  border-color: rgba(37, 211, 102, 0.72);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(37, 211, 102, 0.28) !important;
}

.whatsapp-admin-grid .whatsapp-cta-inner {
  padding: 1.1rem 1.2rem;
  background:
    linear-gradient(135deg, #128c43 0%, #25d366 46%, #0f6f35 100%) !important;
}

.whatsapp-admin-grid .whatsapp-icon-ring {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.34);
}

.whatsapp-admin-grid .whatsapp-icon-ring::before {
  border-color: rgba(255, 255, 255, 0.32);
}

.whatsapp-admin-grid .whatsapp-cta-glow {
  background: radial-gradient(circle at 50% 110%, rgba(37, 211, 102, 0.5), transparent 65%) !important;
}

.site-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.footer-company-name {
  color: var(--aida-gold) !important;
  -webkit-text-fill-color: var(--aida-gold) !important;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.22);
}

.activity-gallery {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.activity-gallery-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.activity-gallery-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.1rem;
  padding: 1.35rem;
  text-align: left;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 1.1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(135deg, rgba(90, 13, 16, 0.34), rgba(8, 4, 5, 0.78));
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.32);
  color: #fff6df;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.activity-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(212, 175, 55, 0.18), transparent 42%),
    radial-gradient(circle at 88% 16%, rgba(212, 175, 55, 0.18), transparent 9rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.activity-gallery-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 0.9rem;
  background: rgba(18, 1, 2, 0.55);
  color: #ffffff !important;
  font-size: 1.65rem !important;
  text-shadow: none !important;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-gallery-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activity-gallery-title,
.activity-gallery-desc {
  position: relative;
  z-index: 1;
}

.activity-gallery-title {
  display: block;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.02rem, 1.2vw, 1.22rem);
  font-weight: 800;
  line-height: 1.15;
  transition: color 0.3s ease;
}

.activity-gallery-desc {
  display: block;
  margin-top: 0.6rem;
  color: rgba(255, 246, 223, 0.68);
  font-size: 0.82rem;
  line-height: 1.55;
}

.activity-gallery-card:hover,
.activity-gallery-card:focus-visible {
  outline: none;
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.52);
  box-shadow:
    0 0 20px rgba(212, 175, 55, 0.12),
    0 28px 68px rgba(0, 0, 0, 0.42);
}

.activity-gallery-card:hover::before,
.activity-gallery-card:focus-visible::before,
.activity-gallery-card.is-active::before {
  opacity: 1;
}

.activity-gallery-card:hover .activity-gallery-icon,
.activity-gallery-card:focus-visible .activity-gallery-icon {
  color: var(--aida-gold) !important;
  border-color: rgba(212, 175, 55, 0.58);
  transform: translateY(-2px);
}

.activity-gallery-card.is-active {
  border-color: #D4AF37;
  background:
    linear-gradient(145deg, rgba(212, 175, 55, .08), rgba(212, 175, 55, .08)),
    linear-gradient(135deg, rgba(90, 13, 16, 0.28), rgba(8, 4, 5, 0.72));
  box-shadow:
    0 0 20px rgba(212, 175, 55, .15),
    0 24px 64px rgba(0, 0, 0, 0.36);
}

.activity-gallery-card.is-active .activity-gallery-title,
.activity-gallery-card.is-active .activity-gallery-icon {
  color: #D4AF37 !important;
}

.activity-gallery-viewport {
  min-height: 18rem;
}

.activity-gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.activity-gallery-photo-grid.is-switching {
  opacity: 0;
  transform: translateY(0.6rem);
}

.activity-gallery-photo {
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 0.95rem;
  background: rgba(18, 1, 2, 0.55);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  animation: activityGalleryIn 0.42s ease both;
  animation-delay: var(--photo-delay, 0ms);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.activity-gallery-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03) brightness(0.88);
  transform: scale(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.activity-gallery-photo:hover,
.activity-gallery-photo:focus-within {
  border-color: #D4AF37;
  box-shadow:
    0 0 20px rgba(212, 175, 55, 0.14),
    0 24px 58px rgba(0, 0, 0, 0.38);
}

.activity-gallery-photo:hover img,
.activity-gallery-photo:focus-within img {
  transform: scale(1.03);
  filter: saturate(1.1) contrast(1.05) brightness(0.94);
}

@keyframes activityGalleryIn {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .activity-gallery-categories,
  .activity-gallery-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .activity-gallery-categories,
  .activity-gallery-photo-grid {
    grid-template-columns: 1fr;
  }

  .activity-gallery-card {
    min-height: 160px;
    padding: 1.1rem;
  }

  .activity-gallery-desc {
    font-size: 0.78rem;
  }
}

.footer-actions {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.footer-social-links a {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 999px;
  color: #fff6df;
  background: rgba(18, 1, 2, 0.62);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.footer-social-links a:hover,
.footer-social-links a:focus {
  outline: none;
  color: #120102;
  border-color: var(--aida-gold);
  background: linear-gradient(135deg, var(--aida-gold-soft), var(--aida-gold));
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.22);
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .footer-actions {
    justify-items: end;
  }
}

@media (max-width: 768px) {
  .whatsapp-admin-grid .whatsapp-cta-inner {
    align-items: flex-start;
    gap: 0.9rem;
  }

  .site-footer {
    text-align: center;
  }
}

/* Home mobile responsive fix */
@media (max-width: 767px) {
  #home {
    min-height: auto !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 6.6rem 0.75rem 1.25rem !important;
    overflow: hidden !important;
    background: #080405 !important;
  }

  #home .absolute.inset-0.z-0 {
    position: absolute !important;
    inset: 6.1rem 0.75rem 1rem !important;
    overflow: hidden !important;
    border: 1px solid rgba(212, 175, 55, 0.18) !important;
    border-radius: 1.45rem !important;
    background: #120102 !important;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45) !important;
  }

  #home .absolute.inset-0.z-0 img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 0.3 !important;
    transform: none !important;
    scale: 1 !important;
    filter: saturate(0.9) brightness(0.7) !important;
    box-shadow: none !important;
    animation: none !important;
  }

  #home .absolute.inset-0.z-0>div {
    background:
      linear-gradient(180deg, rgba(18, 1, 2, 0.82) 0%, rgba(18, 1, 2, 0.9) 48%, rgba(8, 4, 5, 0.98) 100%) !important;
  }

  #home .absolute.inset-0.z-0::before,
  #home .absolute.inset-0.z-0::after,
  #home .relative.z-10::after {
    content: none !important;
    display: none !important;
  }

  #home .absolute.inset-0.opacity-20 {
    display: none !important;
  }

  #home .relative.z-10 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 2.15rem 1rem 2.1rem !important;
    text-align: center !important;
    transform: none !important;
    border-radius: 1.45rem !important;
    overflow: hidden !important;
  }

  #home [data-lang-key="hero_tag"] {
    display: inline-flex !important;
    max-width: 100% !important;
    margin: 0 auto 0.95rem !important;
    padding: 0.48rem 0.7rem !important;
    font-size: 0.62rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    white-space: normal !important;
    text-align: center !important;
  }

  #home h1,
  #home .hero-company-title {
    max-width: 100% !important;
    margin: 0 auto 1rem !important;
    font-size: clamp(1.72rem, 8vw, 2.55rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    overflow-wrap: anywhere !important;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.5) !important;
  }

  #home p {
    max-width: 100% !important;
    margin: 0 auto 1.6rem !important;
    font-size: clamp(0.82rem, 3.35vw, 0.95rem) !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  #home .flex.flex-col.sm\:flex-row {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.9rem !important;
  }

  #home button {
    width: min(100%, 15rem) !important;
    min-height: 3rem !important;
    padding: 0.82rem 1rem !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32) !important;
  }
}

@media (max-width: 380px) {
  #home {
    padding-top: 6.4rem !important;
  }

  #home .relative.z-10 {
    padding: 1.85rem 0.82rem 1.9rem !important;
  }

  #home h1,
  #home .hero-company-title {
    font-size: clamp(1.58rem, 7.6vw, 2.2rem) !important;
  }
}

/* Keep the hero photo as one unified mobile background behind the copy. */
@media (max-width: 767px) {
  #home {
    min-height: 100svh !important;
    padding: 6.45rem 0.7rem 1rem !important;
  }

  #home .absolute.inset-0.z-0 {
    inset: 6.05rem 0.7rem 1rem !important;
    border-color: rgba(212, 175, 55, 0.28) !important;
    background: #090103 !important;
  }

  #home .absolute.inset-0.z-0 img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 0.56 !important;
    filter: saturate(1.02) brightness(0.78) contrast(1.08) !important;
    transform: none !important;
    box-shadow: none !important;
  }

  #home .absolute.inset-0.z-0>div {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    transform: none !important;
    background:
      linear-gradient(180deg, rgba(12, 1, 3, 0.72) 0%, rgba(12, 1, 3, 0.72) 42%, rgba(12, 1, 3, 0.84) 100%),
      radial-gradient(circle at 50% 34%, rgba(246, 184, 74, 0.12), transparent 19rem),
      linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.08)) !important;
  }

  #home .relative.z-10 {
    min-height: calc(100svh - 7.45rem) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: clamp(2rem, 7vw, 3rem) 1rem !important;
    background: transparent !important;
  }
}

/* Modern organization chart redesign */
.org-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(90, 13, 16, 0.38), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(212, 175, 55, 0.14), transparent 30rem),
    linear-gradient(180deg, #070303 0%, #160304 52%, #070303 100%) !important;
}

.org-map {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  justify-items: stretch !important;
  align-items: start !important;
  gap: 0 !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.org-orbit,
.org-branch {
  display: none !important;
}

.org-node {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 100% !important;
  padding: 24px !important;
  border: 1px solid rgba(212, 175, 55, 0.20) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  text-align: center !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  transition: all 0.3s ease !important;
}

.org-node::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  border-radius: inherit !important;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.12), rgba(90, 13, 16, 0.08)) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.org-node:hover,
.org-node:focus-within {
  transform: translateY(-6px) !important;
  border-color: rgba(212, 175, 55, 0.95) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(212, 175, 55, 0.18) !important;
}

.org-node:hover::before,
.org-node:focus-within::before {
  opacity: 1 !important;
}

.org-node-lead {
  grid-column: 2 / 4 !important;
  max-width: 420px !important;
  justify-self: center !important;
}

.org-grid {
  position: relative !important;
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  margin-top: 42px !important;
}

.org-grid::before {
  content: "" !important;
  position: absolute !important;
  left: calc(12.5% + 11px) !important;
  right: calc(12.5% + 11px) !important;
  top: -22px !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.54), transparent) !important;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.22) !important;
}

.org-grid::after {
  content: none !important;
}

.org-grid > .org-node-team::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: -22px !important;
  width: 1px !important;
  height: 22px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.52), rgba(212, 175, 55, 0.18)) !important;
  opacity: 1 !important;
}

.org-connector-main {
  grid-column: 2 / 4 !important;
  justify-self: center !important;
  width: 1px !important;
  height: 42px !important;
  margin: 0 !important;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.72), rgba(212, 175, 55, 0.18)) !important;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.28) !important;
}

.org-ops-connector {
  grid-column: 1 / 2 !important;
  justify-self: center !important;
  width: 1px !important;
  height: 42px !important;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.62), rgba(212, 175, 55, 0.18)) !important;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.22) !important;
}

.org-operational-row {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

.org-node-operational {
  grid-column: 1 / 2 !important;
}

.org-icon,
.org-node-team .org-icon {
  width: 104px !important;
  height: 104px !important;
  margin: 0 0 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(212, 175, 55, 0.72) !important;
  border-radius: 999px !important;
  background: #120102 !important;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.36),
    0 0 0 6px rgba(212, 175, 55, 0.06) !important;
}

.org-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  filter: saturate(0.92) contrast(1.05) brightness(0.92) !important;
  transition: transform 500ms ease, filter 500ms ease !important;
}

.org-node h3,
.org-node h4 {
  margin: 0 0 10px !important;
  color: #d4af37 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.78rem, 1vw, 0.9rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

.org-node strong {
  display: block !important;
  margin-bottom: 12px !important;
  color: #ffffff !important;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem) !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
}

.org-node p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.86rem !important;
  line-height: 1.65 !important;
}

.org-kicker {
  display: none !important;
}

@media (max-width: 1024px) {
  .org-map,
  .org-grid,
  .org-operational-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .org-node-lead,
  .org-connector-main,
  .org-grid,
  .org-ops-connector,
  .org-operational-row {
    grid-column: 1 / -1 !important;
  }

  .org-grid::before,
  .org-grid > .org-node-team::after {
    display: none !important;
  }

  .org-node-operational {
    grid-column: 1 / 2 !important;
  }
}

@media (max-width: 767px) {
  .org-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .org-map {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  .org-grid,
  .org-operational-row {
    display: contents !important;
  }

  .org-grid {
    margin-top: 0 !important;
  }

  .org-node-lead,
  .org-node-operational {
    grid-column: 1 / -1 !important;
  }

  .org-node-lead {
    order: 1 !important;
  }

  .org-connector-main {
    order: 2 !important;
  }

  .org-node-ops {
    order: 3 !important;
  }

  .org-ops-connector {
    order: 4 !important;
  }

  .org-node-operational {
    order: 5 !important;
  }

  .org-grid > .org-node-team:not(.org-node-ops) {
    order: 6 !important;
    margin-top: 18px !important;
  }

  .org-connector-main,
  .org-ops-connector {
    grid-column: 1 / -1 !important;
    height: 28px !important;
  }

  .org-node {
    margin-bottom: 18px !important;
  }

  .org-icon,
  .org-node-team .org-icon {
    width: 92px !important;
    height: 92px !important;
  }

  .org-node {
    padding: 22px !important;
  }
}

/* Updated company organization chart */
.org-map {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 22px !important;
  padding: 0 !important;
}

.org-node {
  min-height: 100% !important;
  border-color: rgba(212, 175, 55, 0.26) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(90, 13, 16, 0.13) 64%, rgba(0, 0, 0, 0.2)) !important;
}

.org-node:hover,
.org-node:focus-within {
  border-color: rgba(212, 175, 55, 0.9) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(212, 175, 55, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.org-node-lead {
  grid-column: 2 / 4 !important;
  max-width: 430px !important;
}

.org-main-grid {
  grid-column: 1 / -1 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 42px !important;
}

.org-main-grid::before {
  left: calc(12.5% + 11px) !important;
  right: calc(12.5% + 11px) !important;
}

.org-mobile-marketing {
  display: none !important;
}

.org-ops-connector {
  grid-column: 1 / 2 !important;
  height: 44px !important;
}

.org-operational-row {
  grid-column: 1 / -1 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  position: relative !important;
}

.org-operational-row::before {
  content: "" !important;
  position: absolute !important;
  left: calc(12.5% + 11px) !important;
  right: calc(12.5% + 11px) !important;
  top: -22px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent) !important;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.2) !important;
}

.org-operational-row > .org-node-operational {
  grid-column: auto !important;
}

.org-operational-row > .org-node-operational::after,
.org-taiwan-row > .org-node-taiwan-person::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: -22px !important;
  width: 1px !important;
  height: 22px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.52), rgba(212, 175, 55, 0.18)) !important;
}

.org-taiwan-connector {
  grid-column: 4 / 5 !important;
  justify-self: center !important;
  width: 1px !important;
  height: 44px !important;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.62), rgba(212, 175, 55, 0.18)) !important;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.22) !important;
}

.org-taiwan-row {
  grid-column: 3 / 5 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  position: relative !important;
  width: 100% !important;
}

.org-taiwan-row::before {
  content: "" !important;
  position: absolute !important;
  left: 25% !important;
  right: 25% !important;
  top: -22px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent) !important;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.2) !important;
}

.org-node h3,
.org-node h4 {
  letter-spacing: 0.08em !important;
}

.org-node p {
  max-width: 28ch !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .org-map,
  .org-main-grid,
  .org-operational-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .org-node-lead,
  .org-connector-main,
  .org-main-grid,
  .org-ops-connector,
  .org-operational-row,
  .org-taiwan-connector,
  .org-taiwan-row {
    grid-column: 1 / -1 !important;
  }

  .org-main-grid::before,
  .org-main-grid > .org-node-team::after,
  .org-operational-row::before,
  .org-operational-row > .org-node-operational::after,
  .org-taiwan-row::before,
  .org-taiwan-row > .org-node-taiwan-person::after {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .org-map {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .org-main-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin-top: 0 !important;
  }

  .org-desktop-only,
  .org-operational-row,
  .org-taiwan-row,
  .org-taiwan-connector,
  .org-ops-connector {
    display: none !important;
  }

  .org-mobile-marketing {
    display: flex !important;
  }

  .org-node-lead {
    order: 1 !important;
  }

  .org-mobile-connector {
    order: 2 !important;
    display: block !important;
    height: 28px !important;
  }

  .org-main-grid > .org-node-ops {
    order: 1 !important;
  }

  .org-main-grid > .org-node-accounting {
    order: 2 !important;
  }

  .org-main-grid > .org-mobile-marketing {
    order: 3 !important;
  }

  .org-main-grid .org-node-team:not(.org-node-ops):not(.org-node-accounting):not(.org-mobile-marketing) {
    display: none !important;
  }

  .org-main-grid .org-node-team {
    margin-top: 18px !important;
  }

  .org-node {
    margin-bottom: 0 !important;
    padding: 22px !important;
  }

  .org-icon,
  .org-node-team .org-icon {
    width: 92px !important;
    height: 92px !important;
  }

  .org-node p {
    max-width: none !important;
  }
}


/* ================================================================
   ORGANIZATION CHART — REDESIGN TOTAL
   PT Aida Duta Indonesia Sejahtera
   ================================================================ */

/* ---- Section wrapper ---- */
.org-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, #161309 0%, #1a1509 50%, #161309 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
  overflow: hidden;
}

.org-shell-inner {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .org-section {
    padding: 6rem 4rem;
  }
}

@media (min-width: 1280px) {
  .org-section {
    padding: 6rem 5rem;
  }
}

/* ---- Card base ---- */
.org-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 18px;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.org-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.07), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  border-radius: inherit;
}

.org-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow:
    0 10px 36px rgba(212, 175, 55, 0.12),
    0 0 0 1px rgba(212, 175, 55, 0.08);
}

.org-card:hover::before {
  opacity: 1;
}

/* L1 – Director */
.org-card--l1 {
  border-color: rgba(212, 175, 55, 0.45);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.07), rgba(255, 255, 255, 0.02));
  box-shadow: 0 0 48px rgba(212, 175, 55, 0.07);
}

/* Ops Head highlight */
.org-card--ops {
  border-color: rgba(212, 175, 55, 0.38);
  background: rgba(212, 175, 55, 0.045);
}

/* L3 */
.org-card--l3 {
  border-color: rgba(212, 175, 55, 0.15);
  background: rgba(255, 255, 255, 0.025);
}

/* L4 */
.org-card--l4 {
  border-color: rgba(212, 175, 55, 0.1);
  background: rgba(255, 255, 255, 0.015);
}

/* ---- Photo ring ---- */
.org-photo-ring {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.5);
  flex-shrink: 0;
  position: relative;
}

.org-photo-ring--l1 {
  width: 92px;
  height: 92px;
  border-color: #D4AF37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3), 0 0 0 4px rgba(212, 175, 55, 0.1);
}

.org-photo-ring--ops {
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.2);
}

.org-photo-ring--sm {
  width: 60px;
  height: 60px;
}

.org-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.45s ease;
}

.org-card:hover .org-photo-img {
  transform: scale(1.07);
}

/* ---- Card text ---- */
.org-card-role {
  display: block;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #D4AF37;
  line-height: 1.35;
}

.org-card--l1 .org-card-role {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.org-card-name {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e9e2d0;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
}

.org-card--l1 .org-card-name {
  font-size: 1.02rem;
}

.org-card-desc {
  font-size: 0.68rem;
  color: rgba(233, 226, 208, 0.52);
  line-height: 1.55;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}


/* ================================================================
   DESKTOP CHART  (≥1024px)
   ================================================================ */

.org-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .org-desktop {
    display: block;
  }
}

/* -- Level 1 row: centered -- */
.org-l1-row {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.org-l1-row .org-card {
  max-width: 270px;
  width: 100%;
}

/* --------------------------------------------------
   ROOT CONNECTOR  (L1 → L2)
   A vertical stem + full-width horizontal bar.
   Bar spans ~col-1 center to ~col-4 center ≈ 75%.
   -------------------------------------------------- */
.org-conn-root {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.org-conn-vstem {
  width: 2px;
  height: 22px;
  background: linear-gradient(to bottom, #D4AF37, rgba(212, 175, 55, 0.6));
  flex-shrink: 0;
}

/* Horizontal bar — uses width:75% centered so it naturally reaches
   the center of the first and last L2 columns. */
.org-conn-hbar--l1l2 {
  width: 75%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 175, 55, 0.25) 1%,
    #D4AF37 6%,
    #D4AF37 94%,
    rgba(212, 175, 55, 0.25) 99%,
    transparent 100%
  );
}

/* --------------------------------------------------
   LEVEL 2 GRID — 4 equal columns
   -------------------------------------------------- */
.org-l2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.org-l2-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Short vertical tick from horizontal bar down to each L2 card */
.org-conn-tick {
  width: 2px;
  height: 22px;
  background: linear-gradient(to bottom, rgba(212, 175, 55, 0.75), rgba(212, 175, 55, 0.35));
  flex-shrink: 0;
}

/* --------------------------------------------------
   OPS BRANCH CONNECTOR  (Ops Head → L3)
   
   Math:
   • 4-col grid → Ops Head (col-2) center ≈ 37.5%
   • L3 wrapper: margin-left:25%, width:50%
       L3 col-1 center ≈ 25% + 12.5% = 37.5%  ← aligns with stem!
       L3 col-2 center ≈ 62.5%
   • Bar: left 37.5% → right 37.5% = spans 37.5%→62.5%
   -------------------------------------------------- */
.org-conn-ops-branch {
  position: relative;
  height: 44px;
  width: 100%;
}

/* Vertical stem drops from Ops Head bottom-center (≈37.5%) */
.org-conn-vstem--ops {
  position: absolute;
  left: calc(25% + 12.5% - 1px);   /* ≈ 37.5% − 1px (centres the 2px bar) */
  top: 0;
  width: 2px;
  height: 22px;
  background: linear-gradient(to bottom, #D4AF37, rgba(212, 175, 55, 0.8));
}

/* Horizontal bar from Ops Head center to L3-col-2 center */
.org-conn-hbar--ops {
  position: absolute;
  left: calc(25% + 12.5% - 1px);
  right: calc(25% + 12.5% - 1px);  /* right:37.5% → spans to 62.5% */
  top: 22px;
  height: 2px;
  background: linear-gradient(90deg, #D4AF37, rgba(212, 175, 55, 0.7));
}

/* --------------------------------------------------
   LEVEL 3 GRID — 2 columns, positioned under Ops Head
   margin-left:25% = starts at col-2 left edge of L2 grid
   width:50%       = spans col-2 + col-3 area
   -------------------------------------------------- */
.org-l3-grid {
  margin-left: 25%;
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.org-l3-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* L3 → L4 short vertical connector */
.org-conn-l4stem {
  width: 2px;
  height: 22px;
  background: linear-gradient(to bottom, rgba(212, 175, 55, 0.6), rgba(212, 175, 55, 0.2));
  flex-shrink: 0;
}

/* L4 cards fill full width of their L3 column */
.org-l3-col .org-card--l4 {
  width: 100%;
}


/* ================================================================
   MOBILE CHART  (<1024px)
   ================================================================ */

.org-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .org-mobile {
    display: none;
  }
}

/* Mobile cards: horizontal layout (photo left, text right) */
.org-mobile-card {
  width: 100%;
  max-width: 400px;
  flex-direction: row !important;
  text-align: left !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: 1rem 1.25rem !important;
}

.org-mobile-card .org-card-role,
.org-mobile-card .org-card-name,
.org-mobile-card .org-card-desc {
  text-align: left;
}

.org-mobile-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}

.org-mobile-card .org-photo-ring {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}

.org-mobile-card.org-card--l1 .org-photo-ring {
  width: 72px;
  height: 72px;
}

/* Vertical connector between mobile cards */
.org-mobile-stem {
  width: 2px;
  height: 28px;
  background: linear-gradient(to bottom, rgba(212, 175, 55, 0.8), rgba(212, 175, 55, 0.2));
}


/* ================================================================
   RESPONSIVE TWEAKS — tablet range  768px–1023px
   Show mobile chart but slightly wider cards
   ================================================================ */

@media (min-width: 768px) and (max-width: 1023px) {
  .org-mobile-card {
    max-width: 520px;
  }

  .org-mobile-card .org-photo-ring {
    width: 72px;
    height: 72px;
  }

  .org-mobile-card.org-card--l1 .org-photo-ring {
    width: 84px;
    height: 84px;
  }

  .org-card-name {
    font-size: 0.95rem;
  }

  .org-card-desc {
    font-size: 0.72rem;
  }

  .org-mobile-stem {
    height: 32px;
  }
}

/* ================================================================
   ACCESSIBILITY & REDUCED MOTION
   ================================================================ */

@media (prefers-reduced-motion: reduce) {
  .org-card,
  .org-card::before,
  .org-photo-img {
    transition: none !important;
    animation: none !important;
  }

  .org-card:hover {
    transform: none;
  }
}

