/* =============================================================
   LINDEN NUTRITION - WORDPRESS BLOCK THEME MAIN STYLES
   ============================================================= */

/* 1. LOAD CUSTOM FONT VANK (BUNDLED & CDN FALLBACK) */
@font-face {
  font-family: 'GC Vank';
  src: url('../fonts/GC-Vank.woff2') format('woff2'),
       url('../fonts/GC Vank.woff2') format('woff2'),
       url('../fonts/GC Vank.woff') format('woff'),
       url('https://lindennutrition.id/wp-content/uploads/2026/08/GC-Vank.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* GLOBAL RESET & REMOVE ALL BLOCK GAPS */
html {
  scroll-padding-top: calc(var(--linden-header-height, 105px) + 20px);
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: calc(var(--linden-header-height, 112px) + 15px);
  }
}

html, body {
  overflow-x: hidden !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #ffffff;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

/* Allow selection in form inputs and search fields */
input,
textarea,
select,
[contenteditable="true"] {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* Disable Image Dragging */
img {
  -webkit-user-drag: none !important;
  user-drag: none !important;
}

body,
.wp-site-blocks,
.wp-site-blocks > *,
.is-layout-flow,
.is-layout-constrained,
main {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:root {
  --wp--style--block-gap: 0px !important;
}

.linden-root * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.linden-root {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

.linden-root a { text-decoration: none; color: inherit; }

/* PARAGRAF & DESKRIPSI (POPPINS REGULAR 400) */
.linden-root p,
.linden-root input,
.linden-root button,
.linden-root li,
.linden-root .hero-desc,
.linden-root .prod-sold-text,
.linden-root .athlete-quote-text,
.linden-root .cat-link,
.linden-root .footer-links-list li a,
.linden-root .newsletter-desc,
.linden-root .coverflow-sport-tag {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}

/* JUDUL PRODUK: POPPINS BLACK (900) */
.linden-root .prod-name {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 900 !important;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000000;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}

/* FOOTER HEADING (GARIS MERAH): POPPINS BLACK (900) */
.linden-root .footer-heading {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 900 !important;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* HEADER: MENGGUNAKAN POPPINS */
.linden-root .main-header-wrap *,
.linden-root .nav-menu-list li a,
.linden-root .mobile-drawer-menu a {
  font-family: 'Poppins', sans-serif !important;
}

/* HEADING UTAMA BODY: GC VANK */
h1,
h2,
h3,
.sidebar-col h2,
.goal-main-title,
.goal-main-title span,
.goal-item-box h3,
.quality-header-title,
.athlete-heading,
.athlete-heading span,
.coverflow-name,
.stat-big-number,
.footer-brand-title,
.linden-modal-title,
.linden-root h1,
.linden-root h2,
.linden-root h3,
.linden-root .sidebar-col h2,
.linden-root .goal-main-title,
.linden-root .goal-main-title span,
.linden-root .goal-item-box h3,
.linden-root .quality-header-title,
.linden-root .athlete-heading,
.linden-root .athlete-heading span,
.linden-root .coverflow-name,
.linden-root .stat-big-number,
.linden-root .footer-brand-title {
  font-family: 'GC Vank', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

/* CONTAINER 1440px */
.linden-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

/* 1. FIXED STICKY HEADER CONTAINER (STICK TOGETHER: TOP PROMO + MAIN NAV) */
:root {
  --linden-admin-bar-offset: 0px;
  --linden-header-height: 105px;
}

.linden-sticky-header-container {
  position: fixed !important;
  top: var(--linden-admin-bar-offset, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #eeeeee !important;
  transform: translateZ(0);
  will-change: transform, top;
}

/* WP Admin Bar Offset when logged in */
@media screen and (min-width: 783px) {
  body.admin-bar .linden-sticky-header-container {
    top: var(--linden-admin-bar-offset, 32px) !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
  body.admin-bar .linden-sticky-header-container {
    top: var(--linden-admin-bar-offset, 46px) !important;
  }
}
@media screen and (max-width: 600px) {
  /* On mobile WP core, #wpadminbar is position:absolute or hidden in preview. Default to 0px so header never floats! */
  body.admin-bar .linden-sticky-header-container {
    top: var(--linden-admin-bar-offset, 0px) !important;
  }
}

/* Spacer element to keep layout flow underneath fixed header */
.linden-header-spacer {
  display: block !important;
  width: 100% !important;
  height: var(--linden-header-height, 105px);
  min-height: var(--linden-header-height, 105px);
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden;
  pointer-events: none;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  :root {
    --linden-header-height: 112px;
  }
  .linden-header-spacer {
    height: var(--linden-header-height, 112px);
    min-height: var(--linden-header-height, 112px);
  }
}

/* TOP PROMO BAR */
.top-notice-bar {
  background: #000000 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  color: #cccccc !important;
  padding: 8px 15px !important;
  border-bottom: 1px solid #1f1f1f !important;
  text-transform: uppercase !important;
  font-family: 'Poppins', sans-serif !important;
  margin: 0 !important;
  width: 100% !important;
}
.top-notice-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.top-notice-text {
  text-align: center;
}
.top-notice-socials {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-notice-socials a {
  color: #999999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
  line-height: 0;
}
.top-notice-socials a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .top-notice-socials {
    display: none !important;
  }
}

/* 2. MAIN HEADER & LOGO (INSIDE STICKY CONTAINER) */
.main-header-wrap {
  background-color: #ffffff !important;
  color: #111111 !important;
  width: 100%;
  position: relative;
  z-index: 999;
  margin: 0 !important;
}
.linden-sticky-header-container .main-header-wrap {
  box-shadow: none !important;
}
.main-nav-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 40px !important;
}

.linden-root .brand-logo,
.linden-root .custom-logo-link,
.brand-logo-wrap,
.brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 0 !important;
  height: auto !important;
  max-height: 52px !important;
  flex-shrink: 0;
}

.linden-root .brand-logo img,
.linden-root .brand-logo .custom-logo,
.linden-root .custom-logo,
.linden-root .custom-logo-img,
.linden-root .custom-logo-link img,
.main-header-wrap .custom-logo,
.main-header-wrap img.custom-logo,
.main-header-wrap .custom-logo-link img,
.main-header-wrap .brand-logo img {
  max-height: 48px !important;
  height: auto !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 768px) {
  .linden-root .brand-logo img,
  .linden-root .brand-logo .custom-logo,
  .linden-root .custom-logo,
  .linden-root .custom-logo-img,
  .linden-root .custom-logo-link img,
  .main-header-wrap .custom-logo,
  .main-header-wrap img.custom-logo,
  .main-header-wrap .custom-logo-link img,
  .main-header-wrap .brand-logo img {
    max-height: 38px !important;
    height: auto !important;
    max-width: 160px !important;
  }
}

/* NAV MENU LIST (EXACT TO USER SCREENSHOT) */
.nav-menu-list {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nav-menu-list li {
  margin: 0 !important;
  padding: 0 !important;
}
.nav-menu-list li a {
  color: #1f2937 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  text-transform: none !important; /* Title Case: Home, Product, About Us, etc. */
  padding: 8px 20px !important;
  border-radius: 50px !important;
  display: inline-block !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
}
.nav-menu-list li a:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  border-color: #000000 !important;
}
/* Active Pill (Solid Black with Crisp White Text) */
.nav-menu-list li.current-menu-item > a,
.nav-menu-list li.current_page_item > a,
.nav-menu-list li a.active {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  border-color: #000000 !important;
}

/* SEARCH BAR (LIGHT GREY PILL) */
.header-search-bar {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  background-color: #f1f3f5 !important;
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  padding: 8px 18px !important;
  width: 250px !important;
  transition: all 0.25s ease !important;
}
.header-search-bar:focus-within {
  background-color: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
}
.header-search-bar input,
.header-search-bar .linden-search-input {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  width: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #111111 !important;
  padding: 0 8px 0 0 !important;
}
.header-search-bar input::placeholder,
.header-search-bar .linden-search-input::placeholder {
  color: #6b7280 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
}
.header-search-submit {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.header-search-bar svg,
.header-search-submit svg {
  width: 15px !important;
  height: 15px !important;
  fill: #1f2937 !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease !important;
}
.header-search-submit:hover svg {
  transform: scale(1.15) !important;
}

/* HAMBURGER TOGGLE */
.mobile-menu-toggle {
  display: none;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 8px 6px;
  -webkit-tap-highlight-color: transparent;
  z-index: 1001;
}
.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: #111111 !important;
  margin: 5px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  transform-origin: center;
}
/* Hamburger Animated to 'X' */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* MOBILE DRAWER MENU */
.mobile-drawer-menu {
  display: none !important;
  flex-direction: column;
  background: #ffffff !important;
  border-top: 1px solid #f0f0f0 !important;
  padding: 16px 20px 24px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
  width: 100%;
}
.mobile-nav-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mobile-nav-list li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #f3f4f6 !important;
}
.mobile-nav-list li:last-child {
  border-bottom: none !important;
}
.mobile-nav-list li a {
  color: #1f2937 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  display: block !important;
  padding: 12px 0 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
}
.mobile-nav-list li a:hover,
.mobile-nav-list li.current-menu-item > a,
.mobile-nav-list li a.active {
  color: #000000 !important;
  font-weight: 700 !important;
  background: transparent !important;
  padding-left: 6px !important;
}

@media (max-width: 992px) {
  .mobile-drawer-menu.active {
    display: flex !important;
    animation: lindenDrawerSlide 0.25s ease forwards;
  }
}

@media (min-width: 993px) {
  .mobile-drawer-menu,
  .mobile-drawer-menu.active {
    display: none !important;
  }
}

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

/* Reset All Lists inside Mobile Drawer (NO BULLETS) */
.mobile-drawer-menu ul,
.mobile-drawer-menu .mobile-nav-list {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  width: 100% !important;
}

.mobile-drawer-menu li {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
}

.mobile-drawer-menu li::before,
.mobile-drawer-menu li::marker {
  display: none !important;
  content: "" !important;
}

.mobile-drawer-menu li a,
.mobile-drawer-menu a {
  display: block !important;
  width: 100% !important;
  color: #111111 !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  text-align: left !important;
  box-sizing: border-box !important;
  letter-spacing: 0.2px;
}

.mobile-drawer-menu li a:hover,
.mobile-drawer-menu li a.active,
.mobile-drawer-menu a:hover,
.mobile-drawer-menu a.active {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

/* 3. HERO SLIDER SECTION */
.hero-slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  border-radius: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hero-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}
.hero-slide-item {
  min-width: 100%;
  flex: 0 0 100%;
  line-height: 0;
  position: relative;
}
.hero-slide-item a,
.hero-slide-item picture {
  display: block;
  width: 100%;
  line-height: 0;
}
.hero-slide-item img,
.hero-slide-item picture img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0px !important;
}

.slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}
.slider-nav-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: #ffffff;
  transform: translateY(-50%) scale(1.08);
}
.slider-prev-btn { left: 20px; }
.slider-next-btn { right: 20px; }
.slider-nav-btn svg { width: 18px; height: 18px; fill: #ffffff; }

.slider-dots-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-dot.active {
  background: #e50914;
  width: 26px;
  border-radius: 12px;
}

/* 4. PRODUK KAMI SECTION */
.product-section {
  background-color: #ffffff;
  color: #111111;
  padding: 60px 0;
  margin: 0 !important;
}
.product-main-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 35px;
  width: 100%;
  align-items: start;
}

.sidebar-col h2 {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000000;
  letter-spacing: 0.5px;
}
.sidebar-col h2 br { display: block; }
.cat-link {
  display: block;
  background: #f4f5f7;
  padding: 10px 18px;
  margin-bottom: 8px;
  font-weight: 400 !important;
  font-size: 13px;
  color: #333333;
  border-radius: 30px;
  transition: all 0.25s ease;
  cursor: pointer;
  white-space: nowrap;
}
.cat-link:hover,
.cat-link.active-cat {
  background: #000000;
  color: #ffffff !important;
  font-weight: 600 !important;
  transform: translateX(4px);
}
.product-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-height: 350px;
}

.prod-loading-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 50px 0;
  font-size: 15px;
  color: #888;
  font-weight: 500;
}

/* CARD PRODUK (HOVER RED BORDER) */
.prod-item-card {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #ebebeb; /* Default Netral Bersih */
  border-radius: 0px !important;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.prod-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e50914 !important;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 0px !important;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(229, 9, 20, 0.35);
  pointer-events: none;
}
.prod-img-box {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #f7f7f8;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0px !important;
}
.prod-img-box img {
  position: absolute;
  max-height: 85%;
  max-width: 85%;
  object-fit: contain;
  transition: opacity 0.4s ease, transform 0.4s ease;
  border-radius: 0px !important;
}
.prod-img-box img.img-hover {
  opacity: 0;
  transform: scale(1.05);
  max-height: 90%;
  max-width: 90%;
}
.prod-details {
  padding: 16px 18px 18px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0px !important;
}
.prod-category {
  font-size: 11px;
  font-weight: 600 !important;
  color: #0088cc;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.prod-meta-row {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod-sold-text {
  font-size: 12.5px;
  color: #888888;
}
.prod-zoom-btn {
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.prod-zoom-btn svg { width: 15px; height: 15px; fill: #555; transition: fill 0.3s ease; }

/* HOVER CARD */
.prod-item-card:hover {
  border-color: #e50914 !important;
  box-shadow: 0 12px 30px rgba(229, 9, 20, 0.3) !important;
  transform: translateY(-4px);
}
.prod-item-card:hover .prod-img-box img.img-primary { opacity: 0; transform: scale(0.95); }
.prod-item-card:hover .prod-img-box img.img-hover { opacity: 1; transform: scale(1); }
.prod-item-card:hover .prod-details { background-color: #000000 !important; }
.prod-item-card:hover .prod-name { color: #ffffff !important; }
.prod-item-card:hover .prod-sold-text { color: #aaaaaa !important; }
.prod-item-card:hover .prod-zoom-btn { background: #e50914 !important; }
.prod-item-card:hover .prod-zoom-btn svg { fill: #ffffff !important; }

/* 5. COUNTER STATS BAR */
.counter-stats-bar {
  background-color: #000000;
  padding: 55px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-radius: 0px !important;
  margin: 0 !important;
}
.counter-stats-bar .stats-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 80px;
}
.single-stat {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
  max-width: 42%;
}
.single-stat.stat-left { justify-content: flex-start; }
.single-stat.stat-right { justify-content: flex-end; }
.stat-text-desc {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.35;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.stat-text-desc .highlight-blue {
  color: #00aaff;
  font-weight: 400 !important;
}
.stat-big-number {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 2px;
  min-width: 160px;
}
.stat-divider-red {
  width: 2px;
  height: 95px;
  background-color: #e50914;
  flex-shrink: 0;
  border-radius: 0px !important;
}

/* 6. SHOP BY GOAL (4 CARDS) */
.goal-section {
  background-color: #ffffff;
  padding: 65px 0 75px;
  text-align: center;
  margin: 0 !important;
}
.goal-main-title {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.goal-main-title span {
  font-family: 'GC Vank', sans-serif !important;
  color: #e50914;
}
.goal-subtitle-desc {
  font-size: 14px;
  color: #666666;
  max-width: 650px;
  margin: 0 auto 35px;
  line-height: 1.5;
}
.goal-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.goal-item-box {
  position: relative;
  height: 380px;
  border-radius: 0px !important;
  overflow: hidden;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 16px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.goal-item-box:hover {
  border-color: #e50914;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(229, 9, 20, 0.35);
}
.goal-item-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
  border-radius: 0px !important;
}
.goal-item-box:hover img {
  transform: scale(1.08);
  opacity: 0.45;
}
.goal-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.85) 85%);
  pointer-events: none;
}
.goal-content-wrap {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.goal-item-box h3 {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 3px 12px rgba(0,0,0,0.9);
}
.goal-subtext {
  font-size: 11px;
  font-weight: 600;
  color: #00aaff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.goal-action-btn {
  display: inline-block;
  margin-top: 8px;
  background: #ffffff;
  color: #000000 !important;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 16px;
  border-radius: 30px !important;
  transition: all 0.25s ease;
}
.goal-item-box:hover .goal-action-btn {
  background: #e50914;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(229, 9, 20, 0.5);
}

/* 7. KUALITAS LINDEN */
.quality-wrap-section {
  background-color: #0d0d0d;
  padding: 65px 0;
  text-align: center;
  border-top: 1px solid #1a1a1a;
  overflow: hidden;
  margin: 0 !important;
}
.quality-header-title {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
}
.quality-header-title::before {
  content: '';
  position: absolute;
  left: -240px;
  top: 50%;
  width: 200px;
  height: 3px;
  background: #e50914;
}
.quality-header-title::after {
  content: '';
  position: absolute;
  right: -240px;
  top: 50%;
  width: 200px;
  height: 3px;
  background: #00aaff;
}
.features-4col-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}
.single-feat-box {
  border: 1px solid #262626;
  background: #141414;
  padding: 30px 15px;
  border-radius: 0px !important;
  transition: border-color 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feat-custom-img {
  width: 270px !important;
  height: 270px !important;
  max-width: 100%;
  object-fit: contain !important;
  margin: 0 auto 16px !important;
  display: block !important;
}
.single-feat-box p {
  font-size: 13px;
  text-transform: uppercase;
  color: #e0e0e0;
  line-height: 1.4;
}

/* BUTTON ABOUT US */
.btn-about-us,
a.btn-about-us {
  background: #ffffff;
  color: #000000 !important;
  padding: 13px 38px;
  border-radius: 35px !important;
  font-weight: 600 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-about-us:hover,
.btn-about-us:focus,
.btn-about-us:active,
a.btn-about-us:hover,
a.btn-about-us:focus,
a.btn-about-us:active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6) !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* =============================================================
   8. ATHLETE SECTION (5 FLAT PARALLEL OVERLAPPING SLOTS)
   ============================================================= */
.athletes-social-section {
  background-color: #eef2f5;
  padding: 65px 0 80px;
  margin: 0 !important;
  overflow: hidden;
}
.athlete-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  margin-bottom: 25px;
}
.athlete-heading {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  color: #000000;
  line-height: 1.05;
  text-transform: uppercase;
}
.athlete-heading span {
  font-family: 'GC Vank', sans-serif !important;
  font-weight: 400 !important;
  color: #e50914;
}

.athlete-quote-text {
  max-width: 500px;
  font-size: 13.5px;
  color: #666666;
  font-style: italic;
  text-align: right;
  line-height: 1.6;
}

/* STAGE WRAPPER: FIXED 5-SLOT FAN STAGE */
.coverflow-athletes-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coverflow-stage {
  position: relative;
  width: 100%;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* 5 SEAMLESSLY OVERLAPPING CARDS (NO GAPS, TOUCHING & PINNED TO MARGINS) */
.coverflow-card {
  position: absolute;
  width: 320px;
  height: 460px;
  border-radius: 14px !important;
  overflow: hidden;
  background-color: #111111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  user-select: none;
  transition: left 0.5s cubic-bezier(0.25, 1, 0.5, 1),
              width 0.5s cubic-bezier(0.25, 1, 0.5, 1),
              height 0.5s cubic-bezier(0.25, 1, 0.5, 1),
              transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              filter 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 0.5s ease, 
              box-shadow 0.5s ease;
}

/* CENTER ACTIVE CARD: WIDE 1:1 RATIO (440x440), FORWARD, FULL COLOR */
.coverflow-card.active {
  width: 440px !important;
  height: 440px !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: default;
}

/* ATHLETE SQUAD BADGE PILL */
.athlete-card-badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  border-radius: 30px !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Brand Ambassador: Solid Linden Red */
.athlete-card-badge.brand-ambassador {
  background: #e50914;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Tim Linden: Premium Jet Black with Electric Blue Accent */
.athlete-card-badge.team-linden {
  background: #000000;
  color: #00aaff;
  border: 1.2px solid #00aaff;
}

.coverflow-card.active .athlete-card-badge.brand-ambassador {
  box-shadow: 0 4px 15px rgba(229, 9, 20, 0.6);
}
.coverflow-card.active .athlete-card-badge.team-linden {
  box-shadow: 0 4px 15px rgba(0, 170, 255, 0.45);
}

.coverflow-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 14px !important;
}

.coverflow-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 14px !important;
}

/* Vignette Gradient Overlay */
.coverflow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg, 
    rgba(0, 0, 0, 0.02) 0%, 
    rgba(0, 0, 0, 0.15) 45%, 
    rgba(0, 0, 0, 0.65) 75%, 
    rgba(10, 10, 10, 0.95) 100%
  );
  z-index: 2;
  transition: background 0.3s ease;
  border-radius: 14px !important;
}

/* Content Area */
.coverflow-card .coverflow-content,
.coverflow-content {
  position: relative;
  z-index: 3;
  padding: 24px 30px 28px 30px !important;
  display: flex;
  flex-direction: column;
  box-sizing: border-box !important;
}

.coverflow-sport-tag {
  font-size: 11px;
  font-weight: 700 !important;
  color: #999999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.coverflow-card.active .coverflow-sport-tag {
  color: #00aaff !important;
}

.coverflow-name {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Button View Profile */
.coverflow-card .coverflow-content .coverflow-btn,
.coverflow-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center;
  padding: 13px 24px !important;
  margin: 6px 0 0 0 !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  color: #00aaff !important;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

/* Active Card Button (Solid Linden Red as in Brand Style) */
.coverflow-card.active .coverflow-btn {
  background-color: #e50914 !important;
  color: #ffffff !important;
  border-color: #e50914 !important;
  box-shadow: 0 4px 18px rgba(229, 9, 20, 0.45);
}

.coverflow-card.active .coverflow-btn:hover {
  background-color: #b80710 !important;
  border-color: #b80710 !important;
  transform: translateY(-2px);
}

/* Floating Navigation Buttons (Hidden per user request) */
.coverflow-nav-btn {
  display: none !important;
}

.coverflow-prev { left: 0px; }
.coverflow-next { right: 0px; }

.coverflow-nav-btn svg {
  width: 20px;
  height: 20px;
  fill: #111111;
  transition: fill 0.25s ease;
}

.coverflow-nav-btn:hover {
  background-color: #000000;
  border-color: #000000;
  transform: translateY(-50%) scale(1.1);
}
.coverflow-nav-btn:hover svg { fill: #ffffff; }

/* Dot Indicators */
.coverflow-dots {
  display: flex;
  gap: 8px;
  margin-top: 15px;
  z-index: 25;
}
.coverflow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c2c7cc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.coverflow-dot.active {
  background: #e50914;
  width: 26px;
  border-radius: 12px;
}

/* 9. FOOTER */
.footer-wrapper {
  background: #000000;
  border-top: 3px solid #e50914;
  padding: 60px 0 30px;
  font-size: 13.5px;
  color: #888888;
  border-radius: 0px !important;
  margin: 0 !important;
}
.footer-cols-grid {
  display: grid;
  grid-template-columns: 3.5fr 1fr 1.25fr 1.55fr !important;
  column-gap: 32px !important;
  row-gap: 40px !important;
  margin-bottom: 40px;
  align-items: start;
}

@media (max-width: 992px) {
  .footer-cols-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px 30px !important;
  }
}

@media (max-width: 580px) {
  .footer-cols-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

.footer-brand-col,
.footer-cols-grid > div:first-child {
  padding-right: 65px !important;
}

.footer-desc-text {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.75 !important;
  color: #888888 !important;
  margin-bottom: 15px !important;
  max-width: 440px !important;
}
.footer-brand-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
}
.footer-brand-logo-wrap,
.footer-brand-logo {
  display: inline-block !important;
  margin-bottom: 16px !important;
  line-height: 0 !important;
}

.footer-brand-logo-wrap img,
.footer-brand-logo-wrap .custom-logo,
.footer-brand-logo-wrap .custom-logo-link img,
.footer-wrapper .custom-logo,
.footer-wrapper .custom-logo-link img,
.footer-wrapper .footer-logo-img,
.footer-wrapper .footer-brand-logo img,
.footer-cols-grid > div:first-child img,
.footer-logo-img {
  max-height: 48px !important;
  height: auto !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
  margin-bottom: 16px !important;
}

@media (max-width: 768px) {
  .footer-brand-logo-wrap img,
  .footer-brand-logo-wrap .custom-logo,
  .footer-brand-logo-wrap .custom-logo-link img,
  .footer-wrapper .custom-logo,
  .footer-wrapper .custom-logo-link img,
  .footer-wrapper .footer-logo-img,
  .footer-wrapper .footer-brand-logo img,
  .footer-cols-grid > div:first-child img {
    max-height: 38px !important;
    max-width: 160px !important;
  }
}

/* FOOTER HEADINGS (ACTIVE THEME HEADING: GC VANK) */
.footer-heading {
  color: #ffffff !important;
  font-family: 'GC Vank', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  display: block !important;
}

/* FOOTER LINKS LIST */
.footer-links-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-links-list li {
  margin-bottom: 12px !important;
  padding: 0 !important;
}
.footer-links-list li a {
  color: #9e9e9e !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  display: inline-block !important;
}
.footer-links-list li a:hover {
  color: #e50914 !important;
  transform: translateX(5px) !important;
}

.newsletter-desc {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #888888 !important;
  line-height: 1.6 !important;
}
.newsletter-form-wrap {
  display: flex !important;
  background: #141414 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  margin-top: 14px !important;
  border: 1px solid #282828 !important;
  transition: border-color 0.25s ease !important;
}
.newsletter-form-wrap:focus-within {
  border-color: #e50914 !important;
}
.newsletter-form-wrap input {
  background: transparent !important;
  border: none !important;
  padding: 10px 14px !important;
  color: #ffffff !important;
  outline: none !important;
  width: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
}
.newsletter-form-wrap input::placeholder {
  color: #666666 !important;
  font-family: 'Poppins', sans-serif !important;
}
.newsletter-form-wrap button {
  background: #e50914 !important;
  border: none !important;
  color: #ffffff !important;
  padding: 0 18px !important;
  cursor: pointer !important;
  border-radius: 0px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  transition: background 0.2s ease !important;
}
.newsletter-form-wrap button:hover {
  background: #b80710 !important;
}

/* FOOTER SOCIAL MEDIA ICONS (INSTAGRAM & TIKTOK) */
.footer-social-wrap {
  margin-top: 18px;
}
.footer-social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.social-circle-btn {
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  border: 1px solid #2e2e2e;
  color: #ffffff !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none !important;
}
.social-circle-btn svg {
  display: block;
  transition: transform 0.25s ease;
}
.social-circle-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
}
.social-circle-btn:hover svg {
  transform: scale(1.1);
}
.social-circle-btn.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
  border-color: #d6249f !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(214, 36, 159, 0.45);
}
.social-circle-btn.tiktok:hover {
  background: #000000 !important;
  border-color: #00f2fe !important;
  color: #ffffff !important;
  box-shadow: -2px -2px 12px rgba(254, 44, 85, 0.55), 2px 2px 12px rgba(0, 242, 254, 0.55);
}

.footer-copyright {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #1a1a1a;
  font-size: 12px;
  color: #555;
  font-family: 'Poppins', sans-serif !important;
}

/* =============================================================
   10. POPUP MODAL (LINDEN BRAND COLOR HARMONY)
   ============================================================= */
.linden-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.linden-modal-overlay.active { opacity: 1; visibility: visible; }
.linden-modal-container {
  background: #0f0f0f;
  border: 1px solid #282828;
  border-radius: 0px !important;
  width: 960px;
  max-width: 95vw;
  height: 660px;
  max-height: 90vh;
  display: grid;
  grid-template-columns: 360px 1fr;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.85);
  transform: scale(0.94);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.linden-modal-overlay.active .linden-modal-container { transform: scale(1); }

.linden-modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background: #202020;
  border: 1px solid #333333;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
  transition: all 0.25s ease;
}
.linden-modal-close-btn:hover {
  background: #e50914;
  border-color: #e50914;
  transform: rotate(90deg);
}

.linden-modal-left {
  background: radial-gradient(circle at center, #1e1e1e 0%, #0a0a0a 100%);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid #222222;
  height: 100%;
  border-radius: 0px !important;
}

/* Red Brand Badge */
.linden-modal-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #e50914;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 0px !important;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(229, 9, 20, 0.4);
}

.linden-modal-img {
  max-width: 90%;
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.85));
  border-radius: 0px !important;
}

/* Gallery Row Thumbnails in Modal Left */
.linden-modal-gallery-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
  max-width: 90%;
}

.modal-gallery-thumb {
  width: 46px;
  height: 46px;
  border: 1.5px solid #2a2a2a;
  background: #141414;
  border-radius: 6px !important;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  transition: all 0.25s ease;
}

.modal-gallery-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.modal-gallery-thumb:hover,
.modal-gallery-thumb.active {
  border-color: #e50914 !important;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(229, 9, 20, 0.4);
}

.linden-modal-right {
  padding: 30px 28px 45px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  max-height: 100%;
  overflow-y: scroll !important;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #e50914 #181818;
  box-sizing: border-box;
}

/* Custom Scrollbar for Modal Right Content */
.linden-modal-right::-webkit-scrollbar {
  width: 8px;
  display: block !important;
}
.linden-modal-right::-webkit-scrollbar-track {
  background: #141414;
  border-radius: 4px;
}
.linden-modal-right::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 4px;
  border: 1px solid #1a1a1a;
}
.linden-modal-right::-webkit-scrollbar-thumb:hover {
  background: #e50914;
}

.linden-modal-brand {
  color: #00aaff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.linden-modal-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
}

.linden-modal-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #ffb800;
  margin-top: 3px;
}
.linden-modal-rating span { color: #888888; }

/* Variant Selector Wrapper */
.linden-modal-variants-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.variant-group-box {
  background: #141414;
  border: 1px solid #222222;
  border-radius: 8px !important;
  padding: 10px 14px;
}

.variant-header-label {
  font-size: 10.5px;
  font-weight: 800;
  color: #888888;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.variant-header-label .variant-active-text {
  color: #00aaff;
  font-weight: 700;
  margin-left: 4px;
}

.variant-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.variant-pill-btn {
  background: #1f1f1f;
  border: 1px solid #333333;
  color: #e0e0e0;
  font-size: 11.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px !important;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
  outline: none;
}

.variant-pill-btn:hover {
  border-color: #e50914;
  color: #ffffff;
  background: #282828;
}

.variant-pill-btn.active {
  background: #e50914 !important;
  border-color: #e50914 !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 3px 12px rgba(229, 9, 20, 0.45);
}

.linden-modal-nutrition-box {
  background: #151515;
  border: 1px solid #262626;
  border-radius: 0px !important;
  padding: 14px 16px;
}

.linden-modal-nutri-header {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #00aaff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.linden-modal-nutri-header svg {
  fill: #00aaff;
}

.linden-modal-nutri-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.linden-nutri-card {
  background: #0d0d0d;
  border: 1px solid #222222;
  border-radius: 0px !important;
  padding: 8px 12px;
}
.linden-nutri-card .nutri-label {
  font-size: 9px;
  font-weight: 700;
  color: #888888;
  text-transform: uppercase;
  display: block;
}
.linden-nutri-card .nutri-val {
  font-size: 13.5px;
  font-weight: 800;
  color: #ffffff;
}

.linden-modal-section-title {
  font-size: 11px;
  font-weight: 800;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.linden-modal-desc {
  font-size: 12.5px;
  line-height: 1.55;
  color: #cccccc;
}

.linden-modal-usage-box {
  background: rgba(229, 9, 20, 0.08);
  border: 1px solid rgba(229, 9, 20, 0.35);
  border-radius: 0px !important;
  padding: 12px 14px;
}
.linden-modal-usage-box .usage-title {
  font-size: 10.5px;
  font-weight: 800;
  color: #e50914;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.linden-modal-usage-box .usage-text {
  font-size: 11.5px;
  color: #e6e6e6;
  line-height: 1.45;
}

/* Modal Actions Box */
.linden-modal-actions-box {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 24px;
  flex-shrink: 0;
}

/* Marketplace Row: Shopee & Tokopedia */
.linden-modal-marketplaces-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.linden-btn-marketplace {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 50px !important;
  font-size: 11.5px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
  background: #181818;
  border: 1px solid #2e2e2e;
  transition: all 0.25s ease;
}

.linden-btn-marketplace,
.linden-btn-marketplace:hover,
.linden-btn-marketplace:focus,
.linden-btn-marketplace:active,
.linden-btn-marketplace:visited,
.linden-btn-marketplace span,
.linden-btn-marketplace * {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
}

.linden-btn-marketplace .mp-logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.linden-btn-marketplace .mp-logo-icon svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.linden-btn-marketplace .custom-mp-logo {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
  display: block;
}

/* Shopee Button */
.linden-btn-marketplace.shopee {
  color: #ff5722 !important;
  border-color: rgba(238, 77, 45, 0.4);
}
.linden-btn-marketplace.shopee .mp-logo-icon svg {
  fill: #ee4d2d;
}
.linden-btn-marketplace.shopee:hover {
  background: #ee4d2d;
  color: #ffffff !important;
  border-color: #ee4d2d;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(238, 77, 45, 0.45);
}
.linden-btn-marketplace.shopee:hover .mp-logo-icon svg {
  fill: #ffffff;
  transform: scale(1.1);
}

/* Tokopedia Button */
.linden-btn-marketplace.tokopedia {
  color: #03ac0e !important;
  border-color: rgba(3, 172, 14, 0.4);
}
.linden-btn-marketplace.tokopedia .mp-logo-icon svg {
  fill: #03ac0e;
}
.linden-btn-marketplace.tokopedia:hover {
  background: #03ac0e;
  color: #ffffff !important;
  border-color: #03ac0e;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(3, 172, 14, 0.45);
}
.linden-btn-marketplace.tokopedia:hover .mp-logo-icon svg {
  fill: #ffffff;
  transform: scale(1.1);
}

/* Main CTA Button (Beli Sekarang Untuk Dapatkan Diskon Lebih Banyak / WhatsApp) */
.linden-btn-consult {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e50914;
  border: 1px solid #e50914;
  color: #ffffff !important;
  padding: 13px 20px;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 6px 20px rgba(229, 9, 20, 0.4);
  transition: all 0.3s ease;
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
}

.linden-btn-consult,
.linden-btn-consult:hover,
.linden-btn-consult:focus,
.linden-btn-consult:active,
.linden-btn-consult:visited,
.linden-btn-consult span,
.linden-btn-consult *,
#modalWaBtn,
#modalWaBtn:hover,
#modalWaBtn:focus,
#modalWaBtn:active,
#modalWaBtn:visited,
#modalWaBtn span,
#modalWaText {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
}

.linden-btn-consult svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.linden-btn-consult:hover {
  background: #b80710;
  border-color: #b80710;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(229, 9, 20, 0.6);
}

.linden-btn-consult:hover svg {
  transform: scale(1.15);
}

/* =============================================================
   PENYESUAIAN KHUSUS TABLET & MOBILE
   ============================================================= */
@media (max-width: 992px) {
  .linden-container { padding: 0 20px; }
  .nav-menu-list, .header-search-bar { display: none !important; }
  .mobile-menu-toggle { display: block !important; }
  .product-main-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  
  .sidebar-col {
    width: 100%;
    text-align: center;
  }
  #linden-category-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 4px 0 10px;
  }
  .cat-link {
    margin-bottom: 0;
    padding: 8px 16px;
    font-size: 12.5px;
  }
  
  .features-4col-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cols-grid { grid-template-columns: 1fr 1fr; gap: 30px !important; }

  /* Counter Bar Tablet */
  .counter-stats-bar { padding: 45px 0; }
  .counter-stats-bar .stats-flex-container {
    padding: 0 30px !important;
    gap: 20px !important;
  }
  .counter-stats-bar .single-stat {
    max-width: 46% !important;
    gap: 15px !important;
  }
  .counter-stats-bar .stat-text-desc {
    font-size: 18px !important;
  }
  .counter-stats-bar .stat-big-number {
    font-size: 46px !important;
    min-width: 120px !important;
  }
  .counter-stats-bar .stat-divider-red {
    height: 70px !important;
  }

  .coverflow-stage { height: 460px; }
  .coverflow-card { width: 230px; height: 410px; }
  .coverflow-name { font-size: 23px !important; }


}

@media (max-width: 768px) {
  .linden-container { padding: 0 16px; }
  .main-nav-inner { padding: 12px 16px; }
  
  .linden-root .custom-logo-img {
    height: 26px !important;
    max-height: 26px !important;
    width: auto !important;
    max-width: 130px !important;
  }

  .nav-menu-list, .header-search-bar { display: none !important; }
  .mobile-menu-toggle { display: block !important; }
  
  .top-notice-bar { font-size: 9.5px; letter-spacing: 0.5px; }

  /* Slider Mobile */
  .slider-nav-btn { width: 32px; height: 32px; }
  .slider-nav-btn svg { width: 14px; height: 14px; }
  .slider-prev-btn { left: 10px; }
  .slider-next-btn { right: 10px; }
  .slider-dots-box { bottom: 12px; gap: 6px; }
  .slider-dot { width: 8px; height: 8px; }
  .slider-dot.active { width: 20px; }

  /* PRODUK KAMI: SEJAJAR 1 BARIS HANYA DI MOBILE */
  .sidebar-col {
    text-align: center !important;
    width: 100%;
  }
  .sidebar-col h2 {
    font-size: 28px !important;
    line-height: 1.1;
    margin-bottom: 14px !important;
    text-align: center !important;
    white-space: normal !important;
    letter-spacing: 0.5px !important;
    word-spacing: 0.25em !important;
  }
  .sidebar-col h2 br {
    display: inline !important;
    content: ' ' !important;
  }
  .sidebar-col h2 br::after {
    content: ' ';
  }
  #linden-category-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 auto !important;
    padding: 0 0 12px !important;
  }
  .cat-link {
    padding: 8px 14px !important;
    font-size: 12px !important;
    margin: 0 !important;
    border-radius: 25px !important;
  }
  .cat-link:hover,
  .cat-link.active-cat {
    transform: none !important;
  }

  /* Card Produk 2 Kolom Mobile */
  .product-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .prod-img-box {
    height: 160px;
    padding: 8px;
  }
  .prod-details {
    padding: 10px;
  }
  .prod-category { font-size: 9.5px; }
  .prod-name {
    font-size: 13px !important;
    min-height: 34px;
    line-height: 1.25;
    margin-bottom: 4px;
  }
  .prod-sold-text { font-size: 10.5px; }
  .prod-zoom-btn { width: 24px; height: 24px; }
  .prod-zoom-btn svg { width: 11px; height: 11px; }

  /* Counter Bar Mobile (Clean Centered Stacking & Sizing) */
  .counter-stats-bar {
    padding: 40px 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  .counter-stats-bar .stats-flex-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 0 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  .counter-stats-bar .single-stat,
  .counter-stats-bar .single-stat.stat-left,
  .counter-stats-bar .single-stat.stat-right {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }
  .counter-stats-bar .stat-text-desc {
    font-family: 'GC Vank', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .counter-stats-bar .stat-big-number {
    font-family: 'GC Vank', sans-serif !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .counter-stats-bar .stat-divider-red {
    width: 80px !important;
    height: 2px !important;
    background-color: #e50914 !important;
    margin: 6px auto !important;
    flex-shrink: 0 !important;
    display: block !important;
  }

  /* Goal Section Mobile */
  .goal-section { padding: 45px 0; }
  .goal-main-title { font-size: 28px; margin-bottom: 15px; text-align: center !important; }
  .goal-subtitle-desc {
    text-align: center !important;
    margin: 0 auto 24px !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    font-size: 12.5px !important;
  }
  .goal-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .goal-item-box { height: 220px; }
  .goal-item-box h3 { font-size: 24px; }

  /* Kualitas Linden Mobile */
  .quality-wrap-section { padding: 45px 0; }
  .quality-header-title { font-size: 28px; margin-bottom: 25px; }
  .quality-header-title::before, .quality-header-title::after { display: none !important; }
  .features-4col-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .single-feat-box { padding: 18px 12px; }
  .feat-custom-img {
    width: 140px !important;
    height: 140px !important;
    margin-bottom: 10px !important;
  }
  .single-feat-box p { font-size: 11px; }

  /* Athlete Stage Mobile */
  .athletes-social-section { padding: 45px 0; }
  .athlete-top-header { flex-direction: column; align-items: flex-start !important; gap: 10px; margin-bottom: 20px; }
  .athlete-heading { font-size: 32px; }
  .athlete-quote-text { text-align: left; font-size: 12px; margin-top: 0; }
  
  /* HIDE BUTTONS ON MOBILE */
  .coverflow-nav-btn { display: none !important; }

  .coverflow-stage { height: 390px; width: 100% !important; overflow: hidden !important; }
  .coverflow-card { width: 170px; height: 300px; max-width: 80vw; }
  .coverflow-card.active { width: 300px !important; max-width: calc(100vw - 32px) !important; height: 315px !important; }
  .coverflow-card .coverflow-content,
  .coverflow-content {
    padding: 16px 24px 24px 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .coverflow-card .coverflow-content .coverflow-sport-tag,
  .coverflow-sport-tag { font-size: 10px !important; margin-bottom: 3px !important; }
  .coverflow-card .coverflow-content .coverflow-name,
  .coverflow-name { font-size: 19px !important; line-height: 1.1 !important; margin-bottom: 12px !important; }
  .coverflow-card .coverflow-content .coverflow-btn,
  .coverflow-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 20px !important;
    margin: 4px 0 0 0 !important;
    border-radius: 8px !important;
    font-size: 11.5px !important;
    letter-spacing: 0.6px !important;
    line-height: 1.2 !important;
    box-shadow: 0 4px 14px rgba(229, 9, 20, 0.45) !important;
  }

  /* Footer Mobile */
  .footer-wrapper { padding: 40px 0 20px; }
  .footer-cols-grid { grid-template-columns: 1fr !important; gap: 20px !important; }

  /* Modal Mobile */
  .linden-modal-overlay {
    padding: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
  .linden-modal-container {
    grid-template-columns: 1fr !important;
    width: calc(100% - 32px) !important;
    max-width: 440px !important;
    height: 86vh !important;
    max-height: 86vh !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #0f0f0f !important;
  }
  .linden-modal-left {
    height: auto !important;
    min-height: 180px !important;
    max-height: 230px !important;
    flex-shrink: 0 !important;
    padding: 16px !important;
    border-right: none !important;
    border-bottom: 1px solid #222222 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    box-sizing: border-box !important;
  }
  .linden-modal-badge {
    top: 12px !important;
    left: 12px !important;
    font-size: 9px !important;
    padding: 3px 8px !important;
  }
  .linden-modal-img {
    max-height: 125px !important;
    max-width: 80% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }
  .linden-modal-gallery-row {
    margin-top: 8px !important;
    gap: 6px !important;
  }
  .modal-gallery-thumb {
    width: 36px !important;
    height: 36px !important;
    padding: 2px !important;
  }
  .linden-modal-right {
    padding: 16px 16px 30px !important;
    gap: 12px !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    box-sizing: border-box !important;
  }
  .linden-modal-right::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .linden-modal-brand {
    font-size: 10px !important;
    letter-spacing: 1px !important;
    margin-bottom: 2px !important;
  }
  .linden-modal-title {
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin: 0 0 4px 0 !important;
    display: block !important;
    word-break: break-word !important;
  }
  .linden-modal-rating {
    font-size: 11.5px !important;
    margin-bottom: 6px !important;
  }
  .linden-modal-nutri-grid {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
  .linden-modal-usage-box {
    border-radius: 8px !important;
    padding: 12px 14px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .linden-modal-actions-box {
    padding-top: 6px !important;
    padding-bottom: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 10px !important;
    margin: 0 !important;
  }
  .linden-modal-marketplaces-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .linden-btn-marketplace {
    padding: 10px 8px !important;
    font-size: 11px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .linden-btn-consult {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 14px !important;
    font-size: 11.5px !important;
    text-align: center !important;
  }
  .linden-modal-close-btn {
    top: 12px !important;
    right: 12px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
  }
}

/* =============================================================
   11. SINGLE ATHLETE PROFILE PAGE STYLING
   ============================================================= */
.single-athlete-page {
  background-color: #0a0a0a;
  color: #ffffff;
  min-height: 100vh;
  padding-top: 0 !important;
  padding-bottom: 80px;
}

.athlete-breadcrumb-bar {
  background: #141414;
  border-bottom: 1px solid #222222;
  padding: 14px 0;
}

.athlete-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #888888;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.25s ease;
}
.athlete-back-btn svg {
  width: 16px;
  height: 16px;
  fill: #888888;
  transition: fill 0.25s ease, transform 0.25s ease;
}
.athlete-back-btn:hover {
  color: #ffffff !important;
}
.athlete-back-btn:hover svg {
  fill: #e50914;
  transform: translateX(-3px);
}

/* Athlete Profile Hero Action Bars */
.athlete-top-action-bar {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.athlete-main-back-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 11px 24px !important;
  border-radius: 30px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35) !important;
  cursor: pointer !important;
}

.athlete-main-back-btn svg {
  width: 18px !important;
  height: 18px !important;
  fill: #ffffff !important;
  transition: transform 0.25s ease !important;
}

.athlete-main-back-btn:hover {
  background: #e50914 !important;
  border-color: #e50914 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 22px rgba(229, 9, 20, 0.5) !important;
}

.athlete-main-back-btn:hover svg {
  transform: translateX(-4px) !important;
}

.athlete-profile-hero {
  padding: 60px 0;
}

.athlete-profile-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: start;
}

.athlete-portrait-card {
  position: relative;
  width: 100%;
  height: 560px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
  border: 1px solid #222222;
  background: #151515;
}

.athlete-portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.athlete-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
}

.athlete-portrait-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #e50914;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 4px;
  text-transform: uppercase;
}
.athlete-portrait-tag.brand-ambassador,
.athlete-sport-badge.brand-ambassador {
  background: #e50914 !important;
  color: #ffffff !important;
  border: 1px solid #e50914 !important;
  box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}
.athlete-portrait-tag.team-linden,
.athlete-sport-badge.team-linden {
  background: #0088cc !important;
  color: #ffffff !important;
  border: 1px solid #0088cc !important;
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.4);
}

/* Info Column */
.athlete-profile-info-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.athlete-profile-tagline {
  color: #00aaff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.athlete-profile-name {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 52px !important;
  font-weight: 900 !important;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.athlete-sport-badge {
  display: inline-block;
  align-self: flex-start;
  background: #1e1e1e;
  border: 1px solid #333333;
  color: #e0e0e0;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* Athlete Motto Quote Box */
.athlete-motto-quote-box {
  position: relative;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.12) 0%, rgba(20, 20, 20, 0.95) 100%);
  border-left: 4px solid #e50914;
  padding: 16px 22px 16px 46px;
  border-radius: 0 10px 10px 0;
  margin: 4px 0 6px;
}
.athlete-motto-quote-box .quote-mark-icon {
  position: absolute;
  top: 4px;
  left: 12px;
  font-family: 'GC Vank', sans-serif !important;
  font-size: 38px;
  line-height: 1;
  color: #e50914;
  opacity: 0.85;
}
.athlete-motto-quote-box .quote-text-content {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px;
  font-weight: 600 !important;
  font-style: italic;
  color: #ffffff;
  line-height: 1.45;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.athlete-bio-block,
.athlete-achievements-block {
  background: #121212;
  border: 1px solid #222222;
  padding: 24px 28px;
  border-radius: 12px;
}

.athlete-bio-block h3,
.athlete-achievements-block h3 {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 20px !important;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.athlete-bio-text,
.athlete-achievements-text {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1.7;
}

/* Daily Supplement Stack Box */
.athlete-favorite-stack-box {
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.15) 0%, rgba(18, 18, 18, 0.95) 100%);
  border: 1px solid rgba(229, 9, 20, 0.4);
  padding: 24px 28px;
  border-radius: 12px;
  position: relative;
}

.stack-badge {
  font-size: 10.5px;
  font-weight: 800;
  color: #e50914;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.stack-content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.stack-info h4 {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.stack-info p {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.btn-stack-shop {
  background: #e50914;
  color: #ffffff !important;
  font-size: 12.5px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}
.btn-stack-shop:hover {
  background: #b80710;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229, 9, 20, 0.6);
}

/* Athlete Social Connect (Instagram & TikTok) */
.athlete-social-connect {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 6px;
}
.athlete-social-connect .social-connect-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #888888;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social-pills-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.athlete-social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #181818;
  border: 1px solid #333333;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px !important;
  transition: all 0.25s ease;
  text-decoration: none;
}
.athlete-social-pill svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  transition: transform 0.25s ease, fill 0.25s ease;
}
.athlete-social-pill.instagram svg {
  fill: #e1306c;
}
.athlete-social-pill.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: #dc2743;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.45);
}
.athlete-social-pill.instagram:hover svg {
  fill: #ffffff;
  transform: scale(1.1);
}

.athlete-social-pill.tiktok svg {
  fill: #25f4ee;
}
.athlete-social-pill.tiktok:hover {
  background: #000000;
  border-color: #fe2c55;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 44, 85, 0.45);
}
.athlete-social-pill.tiktok:hover svg {
  fill: #fe2c55;
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .athlete-profile-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .athlete-portrait-card {
    height: 440px;
    max-width: 380px;
    margin: 0 auto;
  }
  .athlete-profile-name {
    font-size: 38px !important;
  }
}

@media (max-width: 768px) {
  .athlete-top-action-bar {
    margin-bottom: 20px !important;
  }
  .athlete-main-back-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    font-size: 12px !important;
  }
  .athlete-bottom-action-bar {
    margin-top: 25px !important;
    padding-top: 20px !important;
  }
  .athlete-portrait-card {
    height: 380px;
    max-width: 100%;
  }
  .athlete-profile-name {
    font-size: 32px !important;
  }
  .stack-content-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-stack-shop {
    width: 100%;
    text-align: center;
  }
}

/* =============================================================
   12. MOBILE FULL-WIDTH & STRICT HORIZONTAL OVERFLOW PREVENTION
   (Membuat versi mobile pas layar, full width tanpa container melebar ke kanan)
   ============================================================= */
@media (max-width: 768px) {
  /* Strict Container Full-Width and Zero Overflow */
  html, body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
  }

  .linden-root,
  .wp-site-blocks,
  main,
  section,
  footer,
  header {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Full Width Containers with safe compact edge padding (16px) */
  .linden-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  /* Sticky Header & Nav full width */
  .linden-sticky-header-container,
  .linden-header-spacer,
  .top-notice-bar,
  .main-header-wrap {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .main-nav-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
  }

  /* Hero Slider Banner full width */
  .hero-slider-wrap,
  .hero-slider-track,
  .hero-slide-item,
  .hero-slide-item picture,
  .hero-slide-item img {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .hero-slide-item img,
  .hero-slide-item picture img {
    min-height: 220px;
    object-fit: cover;
    object-position: center;
  }

  /* Produk Kami Grid full width */
  .product-section,
  .product-main-grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .product-cards-grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Counter Stats Bar full width */
  .counter-stats-bar,
  .counter-stats-bar .stats-flex-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Shop By Goal Cards Grid full width */
  .goal-section,
  .goal-cards-grid,
  .goal-item-box {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Kualitas Linden Section full width */
  .quality-wrap-section,
  .features-4col-grid,
  .single-feat-box {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Athletes Section & Coverflow full width */
  .athletes-social-section {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .coverflow-athletes-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .coverflow-stage {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Footer Columns full width & reset desktop column padding */
  .footer-wrapper,
  .footer-cols-grid,
  .footer-brand-col,
  .footer-links-col,
  .footer-newsletter-col {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  .footer-cols-grid > div:first-child {
    padding-right: 0 !important;
  }
  .footer-desc-text {
    max-width: 100% !important;
  }
}

/* =============================================================
   15. LINDEN OFFICIAL AGENT DIRECTORY (LIST AGEN RESMI)
   ============================================================= */
.linden-agent-page {
  background: #0d0d0d;
  min-height: 100vh;
  padding-top: 0 !important;
  padding-bottom: 90px;
  color: #ffffff;
}

/* Top Breadcrumb & Status Bar */
.agent-top-bar {
  background: #141414;
  border-bottom: 1px solid #222222;
  padding: 14px 0;
}
.agent-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.agent-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #888888;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.25s ease;
  text-decoration: none !important;
}
.agent-back-btn svg {
  width: 16px;
  height: 16px;
  fill: #888888;
  transition: fill 0.25s ease, transform 0.25s ease;
}
.agent-back-btn:hover {
  color: #ffffff !important;
}
.agent-back-btn:hover svg {
  fill: #e50914;
  transform: translateX(-3px);
}
.agent-count-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a1a1a;
  border: 1px solid #2d2d2d;
  color: #00aaff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.agent-count-badge .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00ff88;
  box-shadow: 0 0 8px #00ff88;
  animation: pulse-dot-anim 2s infinite;
}
@keyframes pulse-dot-anim {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 136, 0); }
}

/* Header Section */
.agent-header-section {
  padding: 55px 0 35px;
  text-align: center;
  background: radial-gradient(circle at 50% 10%, #1f1f1f 0%, #0d0d0d 100%);
  border-bottom: 1px solid #1c1c1c;
}
.agent-header-content {
  max-width: 800px;
  margin: 0 auto 35px;
}
.agent-header-subtitle {
  color: #e50914;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.agent-header-title {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.agent-header-title span {
  color: #e50914;
}
.agent-header-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #999999;
  max-width: 680px;
  margin: 0 auto;
}

/* Filter & Search Bar */
.agent-filter-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #141414;
  border: 1px solid #282828;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}
.agent-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  align-items: flex-end;
}
.agent-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.agent-input-label {
  font-size: 11px;
  font-weight: 800;
  color: #888888;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.select-box-wrap,
.search-box-wrap {
  position: relative;
  width: 100%;
}
.agent-select,
.agent-input {
  width: 100%;
  box-sizing: border-box;
  background: #1c1c1c !important;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
  font-size: 13.5px;
  padding: 13px 40px 13px 16px;
  border-radius: 8px !important;
  outline: none;
  transition: all 0.25s ease;
  font-family: 'Poppins', sans-serif !important;
}
.agent-select:focus,
.agent-input:focus {
  border-color: #e50914 !important;
  background: #222222 !important;
  box-shadow: 0 0 12px rgba(229, 9, 20, 0.3);
}
.agent-select {
  appearance: none;
  cursor: pointer;
}
.agent-select option {
  background: #1c1c1c;
  color: #ffffff;
  padding: 8px;
}
.select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-chevron svg {
  width: 18px;
  height: 18px;
  fill: #888888;
}
.search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-icon svg {
  width: 18px;
  height: 18px;
  fill: #888888;
}

/* Agent List & Accordion Section */
.agent-list-section {
  padding: 45px 0 80px;
}
.agent-accordion-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Region Card Accordion */
.region-card {
  background: #141414;
  border: 1px solid #242424;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.region-card:hover {
  border-color: #383838;
}
.region-card.expanded {
  border-color: rgba(229, 9, 20, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Region Header Toggle Button */
.region-header {
  width: 100%;
  background: #181818;
  border: none;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.25s ease;
  outline: none;
}
.region-header:hover {
  background: #1f1f1f;
}
.region-card.expanded .region-header {
  background: #1d1d1d;
  border-bottom: 1px solid #282828;
}
.region-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.region-pin-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(229, 9, 20, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.region-pin-icon svg {
  width: 18px;
  height: 18px;
  fill: #e50914;
}
.region-name {
  font-family: 'GC Vank', sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0 !important;
  text-transform: uppercase;
}
.region-counter {
  font-size: 11px;
  font-weight: 700;
  color: #888888;
  background: #222222;
  border: 1px solid #333333;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.region-toggle-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.25s ease;
  flex-shrink: 0;
}
.region-toggle-icon svg {
  width: 18px;
  height: 18px;
  fill: #cccccc;
}
.region-card.expanded .region-toggle-icon {
  transform: rotate(180deg);
  background: #e50914;
}
.region-card.expanded .region-toggle-icon svg {
  fill: #ffffff;
}

/* Region Content (Accordion Body) */
.region-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #111111;
}
.region-content-inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* City Group */
.city-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.city-header-divider {
  display: flex;
  align-items: center;
  gap: 14px;
}
.city-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #00aaff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 !important;
  white-space: nowrap;
}
.city-line {
  flex: 1;
  height: 1px;
  background: #222222;
}

/* Agents Grid */
.agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 16px;
}

/* Agent Card Box */
.agen-card {
  background: #181818;
  border: 1px solid #282828;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.agen-card:hover {
  transform: translateY(-3px);
  border-color: #3e3e3e;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.agen-card-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.agen-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.agen-official-badge {
  background: #e50914;
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.agen-info-pill {
  background: rgba(0, 170, 255, 0.12);
  border: 1px solid rgba(0, 170, 255, 0.3);
  color: #00aaff;
  font-size: 10.5px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 20px;
}
.agen-name {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #ffffff;
  line-height: 1.35;
  margin: 0 !important;
  text-transform: uppercase;
}
.agen-address-box {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #131313;
  border: 1px solid #222222;
  padding: 10px 12px;
  border-radius: 6px;
}
.agen-address-box .address-icon {
  margin-top: 2px;
  flex-shrink: 0;
}
.agen-address-box .address-icon svg {
  width: 15px;
  height: 15px;
  fill: #777777;
}
.agen-almt {
  font-size: 12.5px;
  line-height: 1.5;
  color: #aaaaaa;
  margin: 0 !important;
}

/* Agent Card Bottom Actions */
.agen-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid #242424;
}
.agen-quick-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.agen-sub-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: #888888;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.agen-sub-link svg {
  width: 14px;
  height: 14px;
  fill: #888888;
  transition: fill 0.2s ease;
}
.agen-sub-link.maps-link:hover {
  color: #00aaff !important;
}
.agen-sub-link.maps-link:hover svg {
  fill: #00aaff;
}
.agen-sub-link.ig-link:hover {
  color: #e1306c !important;
}
.agen-sub-link.ig-link:hover svg {
  fill: #e1306c;
}

/* Linden Agent WhatsApp CTA Button */
.linden-agent-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e50914;
  border: 1px solid #e50914;
  color: #ffffff !important;
  padding: 10px 16px;
  border-radius: 50px !important;
  font-size: 12px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(229, 9, 20, 0.35);
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.linden-agent-wa-btn:hover {
  background: #b80710 !important;
  border-color: #b80710 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(229, 9, 20, 0.55);
}
.linden-agent-wa-btn .wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.linden-agent-wa-btn .wa-icon svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

/* No Results State */
.agent-no-results {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}
.no-results-box {
  background: #141414;
  border: 1px dashed #333333;
  border-radius: 12px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.no-results-box svg {
  width: 44px;
  height: 44px;
  fill: #e50914;
  opacity: 0.8;
}
.no-results-box h3 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 !important;
}
.no-results-box p {
  font-size: 13.5px;
  color: #888888;
  margin: 0 !important;
}

.agent-empty-state {
  text-align: center;
  padding: 50px 20px;
  background: #141414;
  border-radius: 10px;
  border: 1px solid #242424;
  color: #aaaaaa;
}

/* Mobile Responsive Optimization (100% Full Width & Fluid Layout) */
@media (max-width: 768px) {
  .agent-header-section {
    padding: 35px 0 25px;
  }
  .agent-header-title {
    font-size: 32px !important;
  }
  .agent-filter-wrapper {
    padding: 16px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .agent-filter-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .agents-grid {
    grid-template-columns: 1fr !important;
  }
  .region-card {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .region-header {
    padding: 16px;
  }
  .region-content-inner {
    padding: 16px;
  }
  .agent-top-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}



