/* 
  PT Tiga Mas Sejahtera - Master Design System & Style Blueprint (v9.0 Executive Edition)
  Aesthetics: Executive B2B Corporate, Midnight Navy & Champagne Gold, Hairline Geometry, Crisp Modern Typography
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Syne:wght@600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* Brand Executive Colors */
  --navy-primary: #0A1325;
  --navy-dark: #060C18;
  --navy-light: #15243F;
  --navy-card: #0F1C36;
  
  --gold-accent: #C5A059;
  --gold-hover: #D4AF37;
  --gold-light: rgba(197, 160, 89, 0.10);
  --gold-border: rgba(197, 160, 89, 0.28);
  --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #AA771C 100%);
  
  --emerald-accent: #059669;
  --emerald-hover: #047857;
  --emerald-light: rgba(5, 150, 105, 0.12);
  
  --text-main: #1E293B;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  
  --bg-white: #FFFFFF;
  --bg-offwhite: #F8FAF9;
  --bg-subtle: #F1F5F9;
  
  --border-light: rgba(226, 232, 240, 0.85);
  --border-gold: rgba(197, 160, 89, 0.25);
  
  --shadow-sm: 0 2px 10px rgba(10, 19, 37, 0.04);
  --shadow-md: 0 8px 30px rgba(10, 19, 37, 0.07);
  --shadow-lg: 0 20px 50px rgba(10, 19, 37, 0.12);
  
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-offwhite);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Modern Executive Geometric Typography (Space Grotesk + Plus Jakarta Sans) */
h1, h2, h3, h4 {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  color: var(--navy-primary);
  letter-spacing: -0.025em;
  font-weight: 700;
}

p {
  color: var(--text-muted);
}

/* Container & Spacing */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding {
  padding: 80px 0;
}

/* Section Title Architecture */
.section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.section-badge {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold-accent);
  background: var(--gold-light);
  border: 1px solid var(--gold-border);
  padding: 6px 16px;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
}

.section-title {
  font-size: 34px;
  line-height: 1.25;
  color: var(--navy-primary);
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Smooth Scroll Reveal Animations */
.reveal {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-up {
  transform: translateY(28px);
}

.reveal-left {
  transform: translateX(-30px);
}

.reveal-right {
  transform: translateX(30px);
}

.reveal-scale {
  transform: scale(0.96);
}

.reveal.active {
  opacity: 1 !important;
  transform: translateY(0) translateX(0) scale(1) !important;
}

/* Delay Helpers */
.delay-1 { transition-delay: 0.06s; }
.delay-2 { transition-delay: 0.12s; }
.delay-3 { transition-delay: 0.18s; }
.delay-4 { transition-delay: 0.24s; }
.delay-5 { transition-delay: 0.30s; }

/* ==========================================
   1. HEADER NAVBAR & BRANDING
   ========================================== */
.header-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  box-sizing: border-box;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  gap: 16px;
}

.logo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

.logo-brand, .logo-brand *, .logo-brand:hover, .logo-brand:active, .logo-brand:focus {
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.logo-brand img {
  height: 42px;
  width: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.logo-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--navy-primary);
  line-height: 1.1;
  white-space: nowrap;
}

.logo-text span {
  color: var(--gold-accent);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
}

.nav-link {
  text-decoration: none;
  color: var(--text-main);
  font-weight: 600;
  font-size: 13.5px;
  white-space: nowrap;
  transition: var(--transition);
  position: relative;
  padding: 6px 0;
  letter-spacing: 0.01em;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-accent);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--gold-accent);
  transition: var(--transition);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lang-switch {
  display: flex;
  align-items: center;
  background: var(--bg-subtle);
  padding: 3px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
}

.lang-btn {
  border: none;
  background: transparent;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.lang-btn.active {
  background: var(--navy-primary);
  color: var(--gold-accent);
}

.mobile-toggle {
  display: none;
  background: var(--navy-primary);
  border: none;
  border-radius: 8px;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 8px 10px;
  flex-shrink: 0;
  min-width: 40px;
  min-height: 40px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  -webkit-tap-highlight-color: transparent;
}

.mobile-toggle:hover, .mobile-toggle:active {
  background: var(--gold-accent);
  color: var(--navy-primary);
}

.mobile-drawer-wa {
  display: none;
}

/* ==========================================
   2. HERO SECTION & SUBPAGE HERO BANNER
   ========================================== */
.hero-section {
  position: relative;
  padding: 220px 0 160px;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(6, 12, 24, 0.94) 0%, rgba(10, 19, 37, 0.88) 100%);
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 820px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-accent);
  background: rgba(197, 160, 89, 0.12);
  border: 1px solid var(--gold-border);
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: 48px;
  line-height: 1.18;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-title span {
  color: var(--gold-accent);
  font-style: italic;
}

.hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
  max-width: 720px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Subpage Hero Banner */
.page-hero {
  position: relative;
  padding: 130px 0 60px;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-primary) 100%);
  color: #FFFFFF;
  border-bottom: 1px solid var(--gold-border);
}

.page-hero-title {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: 38px;
  color: #FFFFFF;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.page-hero-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 650px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--gold-accent);
  margin-bottom: 14px;
  font-weight: 600;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: var(--transition);
}

.breadcrumb a:hover {
  color: var(--gold-accent);
}

/* Buttons */
.btn-hero-primary, .btn-emerald {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--emerald-accent);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-hero-primary:hover, .btn-emerald:hover {
  background: var(--emerald-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
}

.btn-hero-primary:active, .btn-emerald:active {
  transform: translateY(0) scale(0.98);
}

.btn-hero-secondary, .btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-gradient);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 14px rgba(197, 160, 89, 0.25);
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-hero-secondary:hover, .btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4);
}

.btn-hero-secondary:active, .btn-gold:active {
  transform: translateY(0) scale(0.98);
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--navy-primary);
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px 20px;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1px solid var(--gold-accent);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-outline-gold:hover {
  background: var(--gold-accent);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-outline-gold:active {
  transform: translateY(0) scale(0.98);
}

/* LIGHT GLOW RIPPLE ANIMATION FOR BUTTONS */
.glow-light-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  animation: tmsRipple 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: none;
  z-index: 10;
}

@keyframes tmsRipple {
  to {
    transform: scale(3.5);
    opacity: 0;
  }
}

/* ==========================================
   3. STATS BANNER
   ========================================== */
.stats-banner-section {
  background: var(--bg-white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

.stats-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-card-item {
  background: var(--bg-offwhite);
  border: 1px solid var(--border-gold);
  padding: 22px 24px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--transition);
}

.stat-card-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-accent);
}

.stat-icon-box {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: var(--gold-light);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gold-accent);
  flex-shrink: 0;
}

.stat-number {
  font-family: 'Plus Jakarta Sans', 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--navy-primary);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.stat-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ==========================================
   4. ABOUT SECTION & CARDS
   ========================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.about-card-left {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  padding: 36px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.about-quote {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  color: var(--navy-primary);
  margin-bottom: 16px;
}

.about-author {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold-accent);
  text-transform: uppercase;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.feature-box {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  padding: 20px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.feature-box:hover {
  border-color: var(--gold-accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.feature-box i {
  font-size: 24px;
  color: var(--gold-accent);
  margin-bottom: 12px;
}

.feature-box h4 {
  font-size: 16px;
  margin-bottom: 6px;
}

.feature-box p {
  font-size: 13px;
  line-height: 1.5;
}

/* Why Choose Us 5-Column Grid with Vertical Dividers */
.why-choose-container {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.why-choose-col {
  padding: 36px 24px;
  border-right: 1px solid var(--border-gold);
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}

.why-choose-col:last-child {
  border-right: none;
}

.why-choose-col:hover {
  background: var(--bg-offwhite);
  transform: translateY(-2px);
}

.why-check-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-light);
  border: 1.5px solid var(--gold-accent);
  color: var(--gold-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 22px;
  transition: var(--transition);
}

.why-choose-col:hover .why-check-icon {
  background: var(--navy-primary);
  color: var(--gold-accent);
  border-color: var(--navy-primary);
}

.why-col-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--navy-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.why-col-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-muted);
}

/* Legality Cards */
.legality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.legality-card {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  padding: 24px 20px;
  border-radius: var(--radius-md);
  text-align: center;
  transition: var(--transition);
}

.legality-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.legality-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--gold-light);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-accent);
  font-size: 22px;
}

.legality-title {
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--navy-primary);
}

.legality-desc {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================
   5. PRODUCT CATALOG & PILLARS
   ========================================== */
.catalog-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  color: var(--text-main);
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--navy-primary);
  color: var(--gold-accent);
  border-color: var(--navy-primary);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.product-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-accent);
  box-shadow: var(--shadow-md);
}

.product-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg-subtle);
  cursor: pointer;
}

.product-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrapper img {
  transform: scale(1.06);
}

.product-overlay-hint {
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 37, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 24px;
  opacity: 0;
  transition: var(--transition);
}

.product-img-wrapper:hover .product-overlay-hint {
  opacity: 1;
}

.product-info {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  cursor: default;
}

.product-category {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-accent);
  margin-bottom: 6px;
}

.product-title {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 8px;
  color: var(--navy-primary);
  cursor: pointer;
  transition: var(--transition);
  min-height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title:hover {
  color: var(--gold-accent);
}

.product-specs-mini {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-height: 36px;
}

/* Structured Product Specs Box Inside Cards */
.product-card-specs-box {
  background: var(--bg-offwhite);
  border: 1px solid var(--border-gold);
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  font-size: 12px;
  flex-grow: 1;
  cursor: default;
}

.card-spec-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(197, 160, 89, 0.25);
}

.card-spec-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.card-spec-key {
  color: var(--navy-primary);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.01em;
}

.card-spec-val {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.4;
  padding-left: 12px;
  font-weight: 500;
}

.product-card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  cursor: default;
}

.btn-card-detail {
  flex: 1;
  background: var(--bg-subtle);
  color: var(--navy-primary);
  border: 1px solid var(--border-light);
  padding: 10px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-card-detail:hover {
  background: var(--navy-primary);
  color: var(--gold-accent);
}

.btn-card-wa {
  flex: 1;
  background: var(--emerald-accent);
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-card-wa:hover {
  background: var(--emerald-hover);
}

/* Pillar Detail Content Boxes */
.pillar-detail-box {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 32px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-sm);
}

.pillar-detail-box h3 {
  font-size: 24px;
  margin-bottom: 14px;
  color: var(--navy-primary);
}

/* ==========================================
   6. BUSINESS SUPPLY PROCESS
   ========================================== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.process-step-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-top: 3px solid var(--gold-accent);
  padding: 28px 24px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.process-step-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.process-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--gold-light);
  color: var(--gold-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.step-badge-tag {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--navy-primary);
  background: var(--bg-subtle);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.process-step-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.process-step-card p {
  font-size: 13.5px;
  line-height: 1.6;
}

/* ==========================================
   7. SOCIAL MEDIA & CONTACT
   ========================================== */
.sosmed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sosmed-card {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  padding: 28px;
  border-radius: var(--radius-md);
  text-align: center;
  transition: var(--transition);
}

.sosmed-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.sosmed-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--navy-primary);
  color: var(--gold-accent);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.sosmed-info h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.sosmed-handle {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.btn-sosmed-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-subtle);
  color: var(--navy-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.btn-sosmed-follow:hover {
  background: var(--gold-accent);
  color: #FFFFFF;
}

/* Contact Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.contact-card-main {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  padding: 36px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.btn-contact-wa-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--emerald-accent);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: var(--radius-md);
  margin: 22px 0 28px;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.3);
  transition: var(--transition);
}

.btn-contact-wa-large:hover {
  background: var(--emerald-hover);
  transform: translateY(-2px);
}

.contact-detail-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.contact-detail-item i {
  font-size: 20px;
  color: var(--gold-accent);
  margin-top: 2px;
}

.map-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-sm);
  min-height: 380px;
}

/* Form Group Styles */
.contact-form-card {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  padding: 36px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-primary);
  margin-bottom: 6px;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  background: var(--bg-offwhite);
  color: var(--text-main);
  transition: var(--transition);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--gold-accent);
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15);
}

/* ==========================================
   8. FOOTER & PERSISTENT FLOATING WA
   ========================================== */
.footer-corporate {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 70px 0 30px;
  border-top: 2px solid var(--gold-accent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 16px;
}

.footer-logo-brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin: 0;
  display: block;
}

.footer-logo-brand .logo-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.footer-logo-brand .logo-text span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold-accent);
}

.footer-brand-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.footer-title {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 13.5px;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--gold-accent);
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
}

/* Floating WA Button - Multi-Device Optimization */
.floating-wa-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 24px rgba(5, 150, 105, 0.4);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.floating-wa-btn:hover {
  background: linear-gradient(135deg, #047857 0%, #065F46 100%);
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 10px 30px rgba(5, 150, 105, 0.55);
}

/* Modal Dialog */
/* Prevent Background Page Scrolling When Modal Popup is Active */
body.modal-open {
  overflow: hidden !important;
  height: 100vh !important;
  touch-action: none;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(6, 12, 24, 0.85);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-container {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  position: relative;
  padding: 32px;
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--bg-subtle);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--navy-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.modal-close-btn:hover {
  background: var(--navy-primary);
  color: var(--gold-accent);
}

.modal-product-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: start;
}

.modal-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-product-gallery-img-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-sm);
}

.modal-category-badge {
  display: inline-block;
  background: var(--gold-light);
  border: 1px solid var(--gold-border);
  color: var(--gold-accent);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.modal-specs-list {
  background: var(--bg-offwhite);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-bottom: 24px;
}

.spec-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(197, 160, 89, 0.25);
  font-size: 13px;
  align-items: start;
}

.spec-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.spec-row .label {
  font-weight: 700;
  color: var(--navy-primary);
  font-size: 12.5px;
  line-height: 1.45;
}

.spec-row .val {
  color: var(--text-main);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

/* EXECUTIVE CROSS-DEVICE RESPONSIVE GRID SYSTEM */
.gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.flagship-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.flagship-card {
  background: var(--bg-white);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}

.flagship-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold-accent);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12), 0 0 24px rgba(217, 119, 6, 0.18);
}

.flagship-card-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.flagship-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.flagship-card:hover .flagship-card-img-wrapper img {
  transform: scale(1.06);
}

.qc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.reach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pillar-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: var(--bg-offwhite);
  padding: 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
}

.cta-banner-section {
  background: linear-gradient(135deg, var(--navy-primary) 0%, #15243F 100%);
  border-top: 3px solid var(--gold-accent);
  color: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

/* RESPONSIVE BREAKPOINTS & FLUID LAYOUT SYSTEM */

/* 0. Ultra Wide Displays (>= 1400px) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* 1. Large Laptops / Tablets Landscape (Max 1200px) */
@media (max-width: 1200px) {
  .container {
    max-width: 96%;
    padding: 0 20px;
  }
  .reach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-features {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* 2. Tablets Portrait (Max 992px) */
@media (max-width: 992px) {
  .hero-title {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.25;
  }
  .hero-desc {
    font-size: 15px;
  }
  .gateway-grid, .flagship-grid, .qc-grid, .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-cards-grid, .products-grid, .process-grid, .sosmed-grid, .legality-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid, .contact-grid, .footer-grid, .modal-product-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spec-row {
    grid-template-columns: 140px 1fr;
    gap: 10px;
  }
}

/* 3. Small Tablets & Mobile Phones (Max 768px) */
@media (max-width: 768px) {
  .header-container {
    height: 70px;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 8px;
  }
  .logo-text {
    font-size: 12px;
    letter-spacing: 0;
  }
  .logo-brand img {
    height: 30px;
  }
  .logo-brand {
    gap: 6px;
  }
  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: var(--navy-primary);
    flex-direction: column;
    padding: 30px;
    align-items: flex-start;
    transition: var(--transition);
    z-index: 999;
    overflow-y: auto;
  }
  .nav-menu.active {
    left: 0;
  }
  .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-toggle {
    display: flex;
  }
  .hero-section {
    padding: 120px 0 90px;
    min-height: 80vh;
  }
  .hero-title {
    font-size: clamp(24px, 6vw, 32px);
  }
  .gateway-grid, .flagship-grid, .qc-grid, .articles-grid, .reach-grid, .pillar-specs-grid {
    grid-template-columns: 1fr;
  }
  .stats-cards-grid, .products-grid, .process-grid, .sosmed-grid, .legality-grid {
    grid-template-columns: 1fr;
  }
  .about-features {
    grid-template-columns: 1fr !important;
  }
  .why-choose-grid {
    grid-template-columns: 1fr;
  }
  .section-padding {
    padding: 48px 0;
  }
  .page-hero {
    padding: 40px 0;
  }
  .page-hero-title {
    font-size: clamp(22px, 5vw, 30px);
  }
  /* Fix iOS Safari auto-zoom on input focus */
  input[type="text"], input[type="email"], input[type="password"], textarea, select {
    font-size: 16px !important;
  }
}

/* 4. Small Smartphones & Compact Mobile (Max 576px & Max 480px) */
@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }
  .btn-hero-primary, .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }
  .form-row-2col {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .modal-dialog-custom {
    padding: 18px 14px;
    margin: 8px;
    max-height: 92vh;
    width: 96%;
  }
  .spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px 0;
  }
  .spec-row .label {
    color: var(--gold-accent);
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .spec-row .val {
    font-size: 13px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .filter-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  /* Device Platform Optimizations for Social Media, Articles & Contact Us */
  .sosmed-card {
    padding: 20px 16px;
  }
  .contact-card-main, .contact-form-card {
    padding: 22px 16px;
  }
  .btn-contact-wa-large {
    font-size: 15px;
    padding: 14px 16px;
    margin: 16px 0 20px;
    width: 100%;
    justify-content: center;
  }
  .map-wrapper, .map-wrapper iframe {
    height: 280px !important;
    min-height: 280px;
  }
  .article-hero-section {
    padding: 90px 0 36px;
  }
  .article-header-title {
    font-size: clamp(20px, 5.5vw, 26px);
  }
  .article-main-container {
    padding: 24px 14px 40px;
  }
  .article-featured-img {
    max-height: 240px;
    margin-bottom: 20px;
  }
  .article-cta-card {
    padding: 20px 16px;
    flex-direction: column;
    text-align: center;
  }
  .floating-wa-btn {
    width: 48px;
    height: 48px;
    bottom: 18px;
    right: 18px;
    font-size: 22px;
  }
}

/* ULTRA-EXECUTIVE ADMIN CMS & LOGIN GATE STYLING */
.admin-modal-dialog {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-gold);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.35);
  overflow: hidden;
  max-width: 1060px;
  width: 94%;
  position: relative;
  animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 20px auto;
}

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

.admin-header-banner {
  background: linear-gradient(135deg, var(--navy-primary) 0%, #1E293B 100%);
  padding: 24px 30px;
  color: #FFFFFF;
  border-bottom: 3px solid var(--gold-accent);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-header-title {
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  font-family: 'Space Grotesk', sans-serif;
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-header-sub {
  font-size: 12.5px;
  color: var(--gold-accent);
  letter-spacing: 0.05em;
  font-weight: 600;
}

.admin-tabs-nav {
  display: flex;
  background: var(--bg-offwhite);
  padding: 8px 16px;
  border-bottom: 1px solid var(--border-light);
  gap: 8px;
  overflow-x: auto;
}

.admin-tab-btn {
  background: transparent;
  border: none;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.admin-tab-btn:hover {
  color: var(--navy-primary);
  background: rgba(197, 160, 89, 0.1);
}

.admin-tab-btn.active {
  background: var(--navy-primary);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.admin-tab-btn.active i {
  color: var(--gold-accent);
}

.admin-body-content {
  padding: 28px 30px;
  max-height: 78vh;
  overflow-y: auto;
}

.admin-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
}

.admin-table th {
  background: var(--navy-primary);
  color: #FFFFFF;
  padding: 14px 16px;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
}

.admin-table td {
  padding: 14px 16px;
  font-size: 13px;
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-white);
  vertical-align: middle;
}

.admin-table tr:hover td {
  background: var(--bg-offwhite);
}

.admin-prod-thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-gold);
}

.form-group-card {
  background: var(--bg-offwhite);
  border: 1px solid var(--border-gold);
  padding: 20px;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
}

.form-group-card-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy-primary);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* LOGIN GATE SPECIFIC STYLES */
.admin-login-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-gold);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.4);
  max-width: 440px;
  width: 90%;
  overflow: hidden;
  animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.admin-login-header {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  padding: 32px 28px 24px;
  text-align: center;
  color: #FFFFFF;
  border-bottom: 3px solid var(--gold-accent);
}

.admin-login-icon {
  width: 64px;
  height: 64px;
  background: rgba(197, 160, 89, 0.15);
  border: 2px solid var(--gold-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 26px;
  color: var(--gold-accent);
  box-shadow: 0 8px 20px rgba(197, 160, 89, 0.25);
}

/* =====================================================================
   ADMIN CMS RESPONSIVE BREAKPOINTS (Desktop, Tablet, & Mobile Devices)
   ===================================================================== */
/* Custom scrollbar for admin modal & overflow containers */
.admin-body-content::-webkit-scrollbar,
.admin-tabs-nav::-webkit-scrollbar,
div[style*="overflow-x: auto"]::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.admin-body-content::-webkit-scrollbar-thumb,
.admin-tabs-nav::-webkit-scrollbar-thumb,
div[style*="overflow-x: auto"]::-webkit-scrollbar-thumb {
  background: var(--gold-accent);
  border-radius: 4px;
}
.admin-body-content::-webkit-scrollbar-track,
.admin-tabs-nav::-webkit-scrollbar-track,
div[style*="overflow-x: auto"]::-webkit-scrollbar-track {
  background: var(--bg-offwhite);
}

/* Tablet & Laptop Screen Adaptations (<= 1024px) */
@media (max-width: 1024px) {
  .admin-modal-dialog {
    max-width: 96%;
    width: 96%;
  }
  .admin-header-banner {
    padding: 20px 24px;
  }
  .admin-body-content {
    padding: 20px 24px;
    max-height: 76vh;
  }
}

/* Mobile Devices Adaptations (<= 768px) */
@media (max-width: 768px) {
  .admin-modal-dialog {
    width: 96%;
    max-width: 96%;
    margin: 10px auto;
    border-radius: var(--radius-md);
  }
  .admin-header-banner {
    padding: 16px 18px;
    align-items: center;
  }
  .admin-header-title {
    font-size: 16px;
    gap: 8px;
  }
  .admin-header-sub {
    font-size: 11px;
    display: block;
    margin-top: 2px;
  }
  .admin-tabs-nav {
    padding: 8px 10px;
    gap: 6px;
  }
  .admin-tab-btn {
    padding: 8px 12px;
    font-size: 12px;
    gap: 6px;
  }
  .admin-body-content {
    padding: 14px 16px;
    max-height: 75vh;
  }
  /* Automatically collapse multi-column form grids into 1 column on mobile */
  .form-group-card div[style*="grid-template-columns"],
  .admin-tab-content div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .admin-table th, 
  .admin-table td {
    padding: 10px 12px;
    font-size: 12px;
  }
  .btn-emerald, .btn-outline-gold {
    font-size: 12.5px;
  }
}

/* Small Mobile Screens (<= 480px) */
@media (max-width: 480px) {
  .admin-modal-dialog {
    width: 98%;
    margin: 6px auto;
  }
  .admin-header-title {
    font-size: 14.5px;
  }
  .admin-header-sub {
    font-size: 10px;
  }
  .admin-tab-btn {
    padding: 7px 10px;
    font-size: 11.5px;
  }
  .admin-body-content {
    padding: 12px;
    max-height: 78vh;
  }
  .form-group-card {
    padding: 14px;
  }
}

/* =====================================================================
   EXECUTIVE SCROLL DOWN ANIMATION (Desktop, Tablet, & Mobile Devices)
   ===================================================================== */
.hero-section {
  position: relative;
}

.scroll-down-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #FFFFFF;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-down-indicator:hover {
  color: var(--gold-accent);
  transform: translateX(-50%) translateY(4px);
}

.scroll-down-text {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  transition: var(--transition);
}

.scroll-down-indicator:hover .scroll-down-text {
  color: var(--gold-accent);
}

.scroll-mouse-icon {
  width: 22px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
  transition: var(--transition);
}

.scroll-down-indicator:hover .scroll-mouse-icon {
  border-color: var(--gold-accent);
  box-shadow: 0 4px 16px rgba(197, 160, 89, 0.4);
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  background: var(--gold-accent);
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheelPulse 1.8s infinite ease-in-out;
}

@keyframes scrollWheelPulse {
  0% {
    top: 6px;
    opacity: 1;
    height: 8px;
  }
  50% {
    top: 18px;
    opacity: 0.3;
    height: 5px;
  }
  100% {
    top: 6px;
    opacity: 1;
    height: 8px;
  }
}

.scroll-arrow-icon {
  font-size: 12px;
  color: var(--gold-accent);
  animation: bounceArrow 1.8s infinite ease-in-out;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .scroll-down-indicator {
    bottom: 14px;
    gap: 4px;
  }
  .scroll-down-text {
    font-size: 9.5px;
    letter-spacing: 0.16em;
  }
  .scroll-mouse-icon {
    width: 20px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .scroll-down-indicator {
    bottom: 10px;
  }
  .scroll-down-text {
    font-size: 9px;
  }
}

/* ==========================================
   ADMIN CMS TABLE ACTION BUTTONS (MODERN LUXURY)
   ========================================== */
.btn-action-edit,
.btn-admin-edit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(197, 160, 89, 0.12);
  color: #B45309;
  border: 1px solid rgba(197, 160, 89, 0.35);
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  outline: none;
  line-height: 1.2;
}

.btn-action-edit:hover,
.btn-admin-edit:hover {
  background: #FEF3C7;
  color: #92400E;
  border-color: #D97706;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.2);
  transform: translateY(-1px);
}

.btn-action-delete,
.btn-admin-delete {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(239, 68, 68, 0.1);
  color: #DC2626;
  border: 1px solid rgba(239, 68, 68, 0.3);
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  outline: none;
  line-height: 1.2;
}

.btn-action-delete:hover,
.btn-admin-delete:hover {
  background: #FEE2E2;
  color: #991B1B;
  border-color: #EF4444;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
  transform: translateY(-1px);
}

/* ==============================================================================
   TMS NOTIFY - MODERN EXECUTIVE GLASSMORPHIC TOAST & CONFIRMATION MODAL SYSTEM
   ============================================================================== */
.tms-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 440px;
  width: calc(100vw - 48px);
  pointer-events: none;
}

.tms-toast {
  position: relative;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(217, 119, 6, 0.35);
  border-left: 5px solid var(--toast-accent, #D97706);
  border-radius: 12px;
  color: #FFFFFF;
  padding: 14px 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35), 0 0 24px rgba(217, 119, 6, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(120%) scale(0.92);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
  overflow: hidden;
}

.tms-toast.show {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.tms-toast-success {
  --toast-accent: #10B981;
  border-color: rgba(16, 185, 129, 0.35);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35), 0 0 24px rgba(16, 185, 129, 0.2);
}

.tms-toast-danger,
.tms-toast-error {
  --toast-accent: #EF4444;
  border-color: rgba(239, 68, 68, 0.35);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35), 0 0 24px rgba(239, 68, 68, 0.2);
}

.tms-toast-warning {
  --toast-accent: #F59E0B;
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35), 0 0 24px rgba(245, 158, 11, 0.2);
}

.tms-toast-info {
  --toast-accent: #3B82F6;
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35), 0 0 24px rgba(59, 130, 246, 0.2);
}

.tms-toast-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.tms-toast-success .tms-toast-icon { color: #10B981; }
.tms-toast-danger .tms-toast-icon,
.tms-toast-error .tms-toast-icon { color: #EF4444; }
.tms-toast-warning .tms-toast-icon { color: #F59E0B; }
.tms-toast-info .tms-toast-icon { color: #3B82F6; }

.tms-toast-body {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
  color: #F8FAFC;
  flex-grow: 1;
}

.tms-toast-close {
  background: transparent;
  border: none;
  color: #94A3B8;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.tms-toast-close:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
}

.tms-toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: var(--toast-accent, #D97706);
  transform-origin: left;
  animation: tmsToastProgress 3.8s linear forwards;
}

@keyframes tmsToastProgress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

/* TMS CONFIRM & DETAIL MODAL BACKDROP */
.tms-confirm-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tms-confirm-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.tms-confirm-card {
  background: #FFFFFF;
  border: 1px solid var(--border-gold);
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  padding: 28px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.35);
  transform: scale(0.92) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}

.tms-confirm-backdrop.active .tms-confirm-card {
  transform: scale(1) translateY(0);
}

.tms-confirm-icon {
  width: 56px;
  height: 56px;
  background: #FEF3C7;
  color: #D97706;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.2);
}

.tms-confirm-title {
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 8px;
}

.tms-confirm-msg {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 24px;
}

.tms-confirm-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.tms-btn-confirm-cancel {
  background: #F1F5F9;
  color: #475569;
  border: 1px solid #CBD5E1;
  padding: 10px 20px;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tms-btn-confirm-cancel:hover {
  background: #E2E8F0;
  color: #1E293B;
}

.tms-btn-confirm-ok {
  background: linear-gradient(135deg, #D97706 0%, #B45309 100%);
  color: #FFFFFF;
  border: none;
  padding: 10px 22px;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
  transition: all 0.2s ease;
}

.tms-btn-confirm-ok:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.45);
}
