﻿/* ============================================
   Futsalisme.id ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â Design System
   UI/UX Pro Max Generated
   ============================================ */

:root {
  /* Colors ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â Knowledge Base / Documentation */
  --color-primary: #2563EB;
  --color-primary-dark: #1D4ED8;
  --color-primary-light: #EFF6FF;
  --color-secondary: #1E293B;
  --color-accent: #64748B;
  --color-accent-light: #F1F5F9;
  --color-cta: #F97316;
  --color-cta-dark: #EA580C;
  --color-bg: #F8FAFC;
  --color-surface: #FFFFFF;
  --color-text: #1E293B;
  --color-text-secondary: #475569;
  --color-muted: #94A3B8;
  --color-border: #E2E8F0;
  --color-border-light: #F1F5F9;

  /* Typography ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â Inter (clean, flat) */
  --font-heading: 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --line-height-tight: 1.2;
  --line-height-normal: 1.6;
  --line-height-relaxed: 1.75;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  /* Radius ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â minimal for flat feel */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  /* Shadows ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â NONE for pure flat, subtle for depth hints */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.03);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.04);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.09), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-card: 0 2px 8px rgba(0,0,0,0.04), 0 0 0 1px rgba(0,0,0,0.03);
  --shadow-card-hover: 0 12px 28px rgba(0,0,0,0.1), 0 0 0 1px rgba(37,99,235,0.12);

  /* Transitions ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â snappy, not bouncy */
  --transition-fast: 180ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 350ms ease;

  /* Layout */
  --max-width: 1280px;
  --nav-height: 90px;
  --sidebar-width: 340px;
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 3px;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-primary-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: var(--line-height-tight);
  color: var(--color-secondary);
}

/* Override: white text for headings/paragraphs inside hero */
.kh-hero h1,
.kh-hero h2,
.kh-hero h3,
.kh-hero p,
.kh-hero span,
.kh-live-row h3 {
  color: #fff !important;
}


h1 {
  font-size: var(--font-size-4xl);
}

h2 {
  font-size: var(--font-size-2xl);
}

h3 {
  font-size: var(--font-size-xl);
}

/* Focus states (accessibility) */
*:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- Utility --- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* --- Navigation --- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid var(--color-border);
  height: var(--nav-height);
  transition: box-shadow var(--transition-base);
}

.navbar.scrolled {
  box-shadow: var(--shadow-md);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--font-size-xl);
  color: var(--color-secondary);
  cursor: pointer;
}

.navbar-brand svg {
  width: 36px;
  height: 36px;
  color: var(--color-primary);
}

.navbar-brand span.brand-accent {
  color: var(--color-primary);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.nav-links a {
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-md);
  font-weight: 500;
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.nav-links a:hover {
  color: var(--color-primary);
  background: var(--color-primary-light);
}

.nav-links a.active {
  color: var(--color-primary);
  background: var(--color-primary-light);
  font-weight: 600;
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: var(--space-2);
  cursor: pointer;
  color: var(--color-secondary);
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
}


/* === Mega Menu === */
.nav-mega {
  position: static;
}

.nav-mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: var(--color-text);
  transition: color 200ms;
  cursor: pointer;
}

.nav-mega-trigger svg {
  transition: transform 250ms ease;
}

.nav-mega:hover .nav-mega-trigger,
.nav-mega-trigger:hover {
  color: var(--color-primary);
}

.nav-mega:hover .nav-mega-trigger svg {
  transform: rotate(180deg);
}

.nav-mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms;
  z-index: 1000;
  padding: var(--space-8) 0 0;
}

.nav-mega:hover .nav-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-mega-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-8);
  display: grid;
  gap: var(--space-8);
}

.nav-mega-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.nav-mega-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-mega-group-title {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-2);
  border-bottom: 1px solid var(--color-border-light);
}

.nav-mega-item {
  display: block;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  color: inherit;
  transition: background 150ms ease;
  margin-bottom: 2px;
}

.nav-mega-item:hover {
  background: var(--color-accent-light);
  color: inherit;
}

.nav-mega-item-name {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-secondary);
  line-height: 1.3;
}

.nav-mega-item:hover .nav-mega-item-name {
  color: var(--color-primary);
}

.nav-mega-item-desc {
  display: block;
  font-size: 0.72rem;
  color: var(--color-text-secondary);
  margin-top: 2px;
  line-height: 1.4;
}

.nav-mega-footer {
  max-width: 1100px;
  margin: var(--space-6) auto 0;
  padding: var(--space-3) var(--space-8);
  border-top: 1px solid var(--color-border-light);
  background: var(--color-accent-light);
}

.nav-mega-footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-primary);
  transition: color 200ms;
}

.nav-mega-footer a:hover {
  color: var(--color-primary-dark);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Simple Dropdown (for menus with few items) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  min-width: 240px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10), 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: var(--space-2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms;
  z-index: 1000;
}

.nav-dropdown:hover .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown:hover .nav-mega-trigger svg {
  transform: rotate(180deg);
}

.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-3);
  border-radius: var(--radius-md);
  color: inherit;
  transition: background 150ms ease;
}

.nav-dropdown-item:hover {
  background: var(--color-accent-light);
  color: inherit;
}

.nav-dropdown-item svg {
  flex-shrink: 0;
  color: var(--color-primary);
  opacity: 0.7;
  transition: opacity 150ms;
}

.nav-dropdown-item:hover svg {
  opacity: 1;
}

.nav-dropdown-item-name {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-secondary);
  line-height: 1.3;
}

.nav-dropdown-item:hover .nav-dropdown-item-name {
  color: var(--color-primary);
}

.nav-dropdown-item-desc {
  display: block;
  font-size: 0.72rem;
  color: var(--color-text-secondary);
  margin-top: 1px;
  line-height: 1.4;
}


.hero {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-top: var(--space-8);
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}


.hero:hover .hero-image {
  transform: scale(1.03);
}


.hero-meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.8);
}

/* --- Section Headers --- */
.section {
  padding: var(--space-12) 0;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-8);
}

.section-title {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  position: relative;
  padding-left: var(--space-4);
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  background: var(--color-border);
  border-radius: var(--radius-full);
}

.section-title.news-title::before {
  background: var(--color-cta);
}

.section-title.article-title::before {
  background: var(--color-primary);
}


/* --- Post Card --- */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.post-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.post-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  cursor: pointer;
}

.post-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover);
}

.post-card a {
  color: inherit;
}

.post-card-image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.post-card:hover .post-card-image img {
  transform: scale(1.05);
}

.post-card-badge {
  position: absolute;
  top: var(--space-3);
  left: var(--space-3);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: 700;
  color: #fff;
  background: var(--color-cta);
}

.post-card-badge.type-article {
  background: var(--color-primary);
}

/* Bookmark Button */
.bookmark-btn {
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  width: 34px;
  height: 34px;
  border-radius: var(--radius-full);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all var(--transition-fast);
  z-index: 2;
  opacity: 0;
  backdrop-filter: blur(4px);
}

.post-card:hover .bookmark-btn,
.bookmark-btn.bookmarked {
  opacity: 1;
}

.bookmark-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}

.bookmark-btn.bookmarked {
  background: var(--color-primary);
  color: #fff;
}

.bookmark-btn.bookmarked svg {
  fill: currentColor;
}

/* Lazy Loading Images */
img[loading="lazy"] {
  background: var(--color-bg, #f1f5f9);
  opacity: 0;
  transition: opacity 0.4s ease;
}

img[loading="lazy"].lazy-loaded,
img:not([loading="lazy"]) {
  opacity: 1;
}

.post-card-body {
  padding: var(--space-5);
}

.post-card-category {
  font-size: var(--font-size-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  margin-bottom: var(--space-2);
}

.post-card-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: var(--space-2);
  line-height: var(--line-height-tight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.post-card:hover .post-card-title {
  color: var(--color-primary);
}

.post-card-excerpt {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  line-height: var(--line-height-relaxed);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.post-card-meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

.post-card-meta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
}

/* --- Content Layout (Article + Sidebar) --- */
.content-layout {
  display: grid;
  grid-template-columns: 1fr var(--sidebar-width);
  gap: var(--space-10);
  padding: var(--space-10) 0;
}

/* --- Article Detail --- */
.article-header {
  margin-bottom: var(--space-8);
}

.article-header .post-card-badge {
  position: static;
  margin-bottom: var(--space-4);
  display: inline-block;
}

.article-title {
  font-size: var(--font-size-4xl);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
  color: var(--color-muted);
  font-size: var(--font-size-sm);
  padding-bottom: var(--space-6);
  border-bottom: 1px solid var(--color-border);
}

.article-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.article-meta svg {
  width: 16px;
  height: 16px;
}

.article-featured-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: var(--space-8);
  aspect-ratio: 16/9;
}

.article-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Article content (prose) */
.article-content {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text);
}

.article-content h2 {
  font-size: var(--font-size-2xl);
  margin-top: var(--space-10);
  margin-bottom: var(--space-4);
}

.article-content h3 {
  font-size: var(--font-size-xl);
  margin-top: var(--space-8);
  margin-bottom: var(--space-3);
}

.article-content p {
  margin-bottom: var(--space-6);
}

.article-content ul,
.article-content ol {
  margin-bottom: var(--space-6);
  padding-left: var(--space-8);
}

.article-content ul {
  list-style: disc;
}

.article-content ol {
  list-style: decimal;
}

.article-content li {
  margin-bottom: var(--space-2);
}

.article-content blockquote {
  border-left: 4px solid var(--color-primary);
  padding: var(--space-4) var(--space-6);
  margin: var(--space-6) 0;
  background: var(--color-primary-light);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--color-text-secondary);
}

.article-content img {
  border-radius: var(--radius-md);
  margin: var(--space-6) 0;
}

.article-content a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-content pre {
  background: var(--color-secondary);
  color: #e2e8f0;
  padding: var(--space-5);
  border-radius: var(--radius-md);
  overflow-x: auto;
  margin-bottom: var(--space-6);
  font-size: var(--font-size-sm);
}

/* Table of Contents */
.toc {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  margin-bottom: var(--space-8);
}

.toc-title {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-bottom: var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.toc-title svg {
  width: 18px;
  height: 18px;
  color: var(--color-primary);
}

.toc ol {
  list-style: none;
  counter-reset: toc-counter;
}

.toc li {
  counter-increment: toc-counter;
  margin-bottom: var(--space-2);
}

.toc li::before {
  content: counter(toc-counter) ". ";
  color: var(--color-muted);
  font-weight: 600;
  font-size: var(--font-size-sm);
}

.toc a {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
  cursor: pointer;
}

.toc a:hover {
  color: var(--color-primary);
}

.toc li.toc-h3 {
  padding-left: var(--space-6);
}

/* Tags */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border);
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: 500;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  color: var(--color-muted);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.tag:hover {
  background: var(--color-primary-light);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* Author Box */
.author-box {
  display: flex;
  gap: var(--space-5);
  padding: var(--space-6);
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  margin-top: var(--space-8);
}

.author-avatar {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-full);
  object-fit: cover;
  flex-shrink: 0;
  background: var(--color-primary-light);
}

.author-info h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-bottom: var(--space-1);
}

.author-info p {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  line-height: var(--line-height-normal);
}

/* --- Sidebar --- */
.sidebar {
  position: sticky;
  top: calc(var(--nav-height) + var(--space-8));
}

.sidebar-widget {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  margin-bottom: var(--space-6);
}

.sidebar-widget-title {
  font-size: var(--font-size-base);
  font-weight: 800;
  margin-bottom: var(--space-5);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.sidebar-widget-title svg {
  width: 18px;
  height: 18px;
  color: var(--color-accent);
}

.sidebar-post {
  display: flex;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-border-light);
  cursor: pointer;
}

.sidebar-post:last-child {
  border-bottom: none;
}

.sidebar-post-number {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--font-size-2xl);
  color: var(--color-border);
  line-height: 1;
  min-width: 28px;
}

.sidebar-post-title {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-secondary);
  line-height: var(--line-height-tight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.sidebar-post:hover .sidebar-post-title {
  color: var(--color-primary);
}

.sidebar-post-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  margin-top: var(--space-1);
}

/* Category pills */
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.category-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: 500;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.category-pill:hover,
.category-pill.active {
  background: var(--color-primary-light);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* --- Pagination --- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-10) 0;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 var(--space-3);
  border-radius: var(--radius-md);
  font-weight: 500;
  font-size: var(--font-size-sm);
  border: 1px solid var(--color-border);
  color: var(--color-text-secondary);
  background: var(--color-surface);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.pagination a:hover {
  background: var(--color-primary-light);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.pagination .active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.pagination .disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* --- Breadcrumbs --- */
.breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding: var(--space-4) 0;
}

.breadcrumb-item {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
}

.breadcrumb-item a {
  color: var(--color-muted);
  cursor: pointer;
}

.breadcrumb-item a:hover {
  color: var(--color-primary);
}

.breadcrumb-item:not(:last-child)::after {
  content: '/';
  margin-left: var(--space-2);
  color: var(--color-border);
}

.breadcrumb-item.active {
  color: var(--color-text-secondary);
  font-weight: 500;
}

/* === Static Pages === */
.static-page {
  padding: var(--space-16) 0;
}

.static-container {
  max-width: 780px;
}

.static-title {
  font-size: var(--font-size-3xl);
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: var(--space-3);
}

.static-meta {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  margin-bottom: var(--space-8);
}

.static-lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-secondary);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-8);
}

.static-content h2 {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-secondary);
  margin-top: var(--space-10);
  margin-bottom: var(--space-4);
}

.static-content h3 {
  font-size: var(--font-size-lg);
  font-weight: 600;
  margin-top: var(--space-6);
  margin-bottom: var(--space-3);
}

.static-content p {
  line-height: var(--line-height-relaxed);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-4);
}

.static-content ul {
  padding-left: var(--space-6);
  margin-bottom: var(--space-4);
}

.static-content ul li {
  line-height: var(--line-height-relaxed);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-2);
}

.static-content a {
  color: var(--color-primary);
  font-weight: 500;
}

.static-content a:hover {
  color: var(--color-primary-dark);
}

/* Static Features Grid */
.static-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
  margin: var(--space-6) 0;
}

.static-feature {
  padding: var(--space-5);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: border-color 200ms;
}

.static-feature:hover {
  border-color: var(--color-primary);
}

.static-feature h3 {
  margin-top: 0;
  margin-bottom: var(--space-2);
}

.static-feature p {
  font-size: var(--font-size-sm);
  margin-bottom: 0;
}

/* Contact Page */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-10);
  margin-top: var(--space-8);
}

.contact-item {
  display: flex;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.contact-item svg {
  flex-shrink: 0;
  color: var(--color-primary);
  margin-top: 2px;
}

.contact-item strong {
  display: block;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 2px;
}

.contact-item p {
  margin: 0;
  font-size: var(--font-size-sm);
}

.contact-socials {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-3);
}

.contact-social {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-text-secondary);
  transition: all 200ms;
}

.contact-social:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.04);
}

/* Contact Form */
.contact-form-wrap h2 {
  margin-top: 0;
}

.form-group {
  margin-bottom: var(--space-5);
}

.form-group label {
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: var(--space-2);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--font-size-sm);
  font-family: var(--font-body);
  color: var(--color-text);
  background: #fff;
  transition: border-color 200ms, box-shadow 200ms;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  padding: var(--space-3) var(--space-8);
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-size: var(--font-size-sm);
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  transition: background 200ms;
}

.form-submit:hover {
  background: var(--color-primary-dark);
}

/* --- Footer --- */
.footer {
  background: var(--color-secondary);
  color: rgba(255, 255, 255, 0.8);
  padding: var(--space-16) 0 var(--space-8);
  margin-top: var(--space-16);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 3fr;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}

.footer-brand-col {
  max-width: 300px;
}

.footer-brand {
  margin-bottom: var(--space-4);
}

.footer-brand img {
  height: 48px;
  width: auto;
}

.footer-desc {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-relaxed);
  color: rgba(255, 255, 255, 0.5);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-8);
}

.footer h4 {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-4);
}

.footer-nav-sub {
  margin-top: var(--space-5);
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: var(--font-size-sm);
  padding: 3px 0;
  cursor: pointer;
  transition: color 200ms ease;
}

.footer-links a:hover {
  color: var(--color-primary);
}

.footer-bottom {
  padding-top: var(--space-8);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .footer-brand-col {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
  }
}

/* --- Listing Page Header --- */
.page-header {
  padding: var(--space-10) 0 var(--space-6);
}

.page-header h1 {
  font-size: var(--font-size-4xl);
  font-weight: 800;
  margin-bottom: var(--space-3);
}

.page-header p {
  font-size: var(--font-size-lg);
  color: var(--color-muted);
  max-width: 600px;
}

/* --- 404 Page --- */
.error-page {
  text-align: center;
  padding: var(--space-16) 0;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-code {
  font-family: var(--font-heading);
  font-size: 8rem;
  font-weight: 800;
  color: var(--color-border);
  line-height: 1;
}

.error-page h1 {
  font-size: var(--font-size-2xl);
  margin: var(--space-4) 0;
}

.error-page p {
  color: var(--color-muted);
  margin-bottom: var(--space-8);
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: var(--font-size-sm);
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  color: #fff;
}


/* --- Empty State --- */
.empty-state {
  text-align: center;
  padding: var(--space-16) 0;
  color: var(--color-muted);
}

.empty-state svg {
  width: 64px;
  height: 64px;
  margin: 0 auto var(--space-4);
  color: var(--color-border);
}

.empty-state h3 {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-2);
}

/* --- Related Posts --- */
.related-section {
  margin-top: var(--space-12);
  padding-top: var(--space-10);
  border-top: 1px solid var(--color-border);
}


.cinematic-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease;
  transform: scale(1.02);
  z-index: 0;
}

.cinematic-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}


.cinematic-prev {
  left: var(--space-6);
}

.cinematic-next {
  right: var(--space-6);
}


.cinematic-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all var(--transition-base);
  padding: 0;
}

.cinematic-dot.active {
  background: #fff;
  transform: scale(1.3);
}

.cinematic-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Responsive cinematic hero */
@media (max-width: 768px) {

  .cinematic-hero,
  .cinematic-hero-link,

  .cinematic-prev {
    left: var(--space-3);
  }

  .cinematic-next {
    right: var(--space-3);
  }
}

/* Badges */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}


@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}


.section-subtitle {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  font-weight: 400;
}


.news-feat-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.news-feat-card:hover .news-feat-img {
  transform: scale(1.04);
}


.news-feat-title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: #fff;
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-feat-card:hover .news-feat-title {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--color-accent);
}


/* Responsive */
@media (max-width: 768px) {}


.hcard {
  display: flex;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: inherit;
  transition: border-color var(--transition-base);
}

.hcard:hover {
  border-color: var(--color-primary);
}

.hcard-img {
  width: 200px;
  flex-shrink: 0;
  overflow: hidden;
}

.hcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.hcard:hover .hcard-img img {
  transform: scale(1.06);
}

.hcard-body {
  padding: var(--space-4) var(--space-5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}


.hcard-title {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: var(--line-height-tight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-2);
  transition: color var(--transition-fast);
}

.hcard:hover .hcard-title {
  color: var(--color-primary);
}


.hcard-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}


.section-klub-wrap .section-title,
.section-klub-wrap .section-subtitle {
  color: #fff;
}

.section-klub-wrap .section-subtitle {
  opacity: 0.6;
}


.section-klub-wrap .section-title::before {
  background: var(--color-cta);
}


.section-profil-wrap .section-title,
.section-profil-wrap .section-subtitle {
  color: #fff;
}

.section-profil-wrap .section-subtitle {
  opacity: 0.65;
}


.section-profil-wrap .section-title::before {
  background: var(--color-cta);
}


/* Responsive */
@media (max-width: 768px) {

  .hcard-img {
    width: 140px;
  }


}


/* --- Responsive --- */

/* Tablet: 768px */
@media (max-width: 1024px) {
  .content-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Homepage bento */

}

/* Mobile: 768px */
@media (max-width: 768px) {
  :root {
    --font-size-4xl: 1.875rem;
    --font-size-3xl: 1.5rem;
    --font-size-2xl: 1.25rem;
  }

  .container {
    padding: 0 var(--space-4);
  }

  .nav-links {
    display: none;
  }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-bottom: 2px solid var(--color-border);
    padding: var(--space-4);
    box-shadow: none;
    backdrop-filter: none;
  }

  /* Mobile dropdown */

  .nav-toggle {
    display: block;
  }

  /* Mobile mega menu */
  .nav-mega {
    width: 100%;
  }

  .nav-mega-trigger {
    width: 100%;
    justify-content: space-between;
  }

  .nav-mega-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    padding: var(--space-2) 0;
    display: none;
  }

  .nav-mega:hover .nav-mega-panel,
  .nav-mega-panel.mega-open {
    display: block;
  }

  .nav-mega-grid,
  .nav-mega-grid-2,
  .nav-mega-grid-3 {
    grid-template-columns: 1fr;
    padding: 0 var(--space-4);
    gap: var(--space-4);
  }

  .nav-mega-footer {
    margin: var(--space-3) 0 0;
    padding: var(--space-3) var(--space-4);
  }

  /* Mobile simple dropdown */
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: unset;
    padding: var(--space-2) 0 var(--space-2) var(--space-4);
    display: none;
  }

  .nav-dropdown:hover .nav-dropdown-panel,
  .nav-dropdown-panel.mega-open {
    display: block;
  }

  .hero {
    min-height: 300px;
    margin-top: var(--space-4);
  }



  .post-grid {
    grid-template-columns: 1fr;
  }

  .post-grid.two-col {
    grid-template-columns: 1fr;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

  /* Static pages responsive */
  .static-page {
    padding: var(--space-8) 0;
  }

  .static-title {
    font-size: var(--font-size-2xl);
  }

  .static-features {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }


  .article-title {
    font-size: var(--font-size-2xl);
  }

  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
  }

  .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Homepage mobile */

  .trending-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

}

/* Small mobile: 375px */
@media (max-width: 375px) {
  .container {
    padding: 0 var(--space-3);
  }

  .hero {
    min-height: 250px;
  }




  /* ====================================
   UI/UX PRO MAX ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â REFINEMENTS
   ========================================= */

  /* Section icon (SVG replacing emojis) */


  /* Category explore ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â SVG icon */


  /* Cursor pointer ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ALL interactive elements */
  .feat-grid-main,
  .feat-grid-card,
  .othin-card,
  .hcard,
  .overlay-card,
  .ranked-item,
  .trending-item,
  .news-feat-card,
  .news-sidebar-item,
  .cat-explore-card,

  /* Enhanced hover ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â sidebar items */


  /* Enhanced hover ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ranked items */


  /* Enhanced hover ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â hcard lift */
  .hcard {
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
  }

  .hcard:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  /* Smooth section-link transition */

  /* Underline quality */
  .feat-grid-main:hover .feat-grid-title,

  /* Cat explore hover ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â smoother */

  /* =========================================
   ACCESSIBILITY ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â Reduced Motion
   ========================================= */
  @media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }

    .cinematic-slide {
      transition: none !important;
    }

    .feat-grid-main:hover img,
    .feat-grid-card:hover img,
    .othin-card:hover img,
    .overlay-card:hover img,
    .hcard:hover .hcard-img img,
    .news-feat-card:hover .news-feat-img,
  }

  /* ============================================
   V3: CTA Highlight Button (Cari Lapangan)
   ============================================ */
  .nav-cta-highlight {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-5) !important;
    background: var(--color-primary) !important;
    color: #fff !important;
    border-radius: var(--radius-full) !important;
    font-weight: 700 !important;
    font-size: var(--font-size-sm);
    transition: all var(--transition-fast);
    white-space: nowrap;
  }

  .nav-cta-highlight:hover {
    background: var(--color-primary-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
  }

  .nav-cta-highlight svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
}

/* ============================================
   V3: Common Section Styles (2025 Modern)
   ============================================ */
.v3-section {
  padding: 3.5rem 0;
}

.v3-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--space-10);
  gap: var(--space-4);
}

.v3-section-title {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  position: relative;
}

.v3-section-title svg {
  color: var(--color-primary);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 4px;
  background: var(--color-primary-light);
  border-radius: var(--radius-sm);
}

.v3-section-subtitle {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  margin-top: 4px;
  line-height: 1.6;
}

/* Scroll-in animation util */
.v3-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.v3-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   V3 HERO: Dark Cinematic (Full-Width BG)
   ============================================ */
.v3-hero-cinematic {
  padding: 0;
  position: relative;
}

.v3-hero-cine-link {
  display: flex;
  align-items: flex-end;
  min-height: 70vh;
  min-height: 70svh;
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  color: #fff;
  cursor: pointer;
}

.v3-hero-cine-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: v3-ken-burns 20s ease infinite alternate;
  transition: transform 0.6s ease;
}

@keyframes v3-ken-burns {
  0%   { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.08) translate(-1%, -1%); }
}

.v3-hero-cine-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 20, 0.15) 0%,
    rgba(10, 10, 20, 0.4) 40%,
    rgba(10, 10, 20, 0.88) 80%,
    rgba(10, 10, 20, 0.95) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.v3-hero-cine-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.v3-hero-cat {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--color-primary);
  color: #fff;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-4);
}

.v3-hero-cine-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  margin-bottom: var(--space-4);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.02em;
}

.v3-hero-cine-excerpt {
  font-size: var(--font-size-base);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: var(--space-6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v3-hero-meta {
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.5);
}

.v3-hero-cine-meta-row {
  display: flex;
  align-items: center;
  gap: var(--space-5);
}

.v3-hero-cine-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  border-radius: var(--radius-full);
  transition: background 250ms, transform 250ms;
}

.v3-hero-cine-link:hover .v3-hero-cine-cta {
  background: var(--color-primary-dark);
  transform: translateX(3px);
}

.v3-hero-cine-link:hover .v3-hero-cine-bg {
  animation-play-state: paused;
  transform: scale(1.06);
  transition: transform 4s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .v3-hero-cine-bg { animation: none; }
}

/* Trending Bar â€” Revamped for 2025 */
.v3-trending-bar {
  background: linear-gradient(90deg, #0c0c1a 0%, #111827 100%);
  border-bottom: 2px solid var(--color-primary);
}

.v3-trending-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.v3-trending-strip::-webkit-scrollbar {
  display: none;
}

.v3-trending-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: #DC2626;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.v3-trending-dot {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  animation: v3-blink 1.2s infinite;
}

@keyframes v3-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.v3-trending-items {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.v3-trending-items::-webkit-scrollbar {
  display: none;
}

.v3-trending-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  transition: all 200ms;
  flex-shrink: 0;
  cursor: pointer;
}

.v3-trending-item:hover {
  background: rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.3);
  color: #fff;
}

.v3-trending-item .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.65rem;
}


/* ====================================
   V3 SEC1: KOMPETISI & BERITA ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â 3 Kolom
   ============================================ */
.v3-sec-news {
  background: #fff;
}

.v3-news-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}

.v3-news-col {
  display: flex;
  flex-direction: column;
}

.v3-news-col-title {
  font-size: var(--font-size-lg);
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-2);
  position: relative;
}

.v3-news-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
}

.v3-news-feat {
  display: block;
  margin-bottom: var(--space-4);
  color: inherit;
}

.v3-news-feat:hover {
  color: inherit;
}

.v3-news-feat-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: var(--space-3);
  border-radius: var(--radius-md);
}

.v3-news-feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-fast);
}

.v3-news-feat:hover .v3-news-feat-img img {
  transform: scale(1.03);
}

.v3-news-feat-title {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v3-news-feat:hover .v3-news-feat-title {
  color: var(--color-primary);
}

.v3-news-list-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  font-weight: 600;
  line-height: 1.4;
  transition: color var(--transition-fast);
}

.v3-news-list-item:hover {
  color: var(--color-primary);
}

.v3-news-list-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
  margin-top: 6px;
}

.v3-news-list-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v3-news-col-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0.7rem 1.2rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  transition: all 200ms ease;
  text-align: center;
}

.v3-news-col-cta:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* ============================================
   V3 SEC2: TOKOH & INSPIRASI ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â 2 Kolom Abu
   ============================================ */
.v3-sec-tokoh {
  background: #F7F9FC;
}

.v3-tokoh-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-8);
}

.v3-tokoh-col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-5);
}

.v3-tokoh-col-header h3 {
  font-size: var(--font-size-lg);
  font-weight: 800;
  color: var(--color-secondary);
}

.v3-tokoh-col-header a {
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--color-primary);
}

.v3-tokoh-card {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-4);
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: var(--space-3);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  color: inherit;
  cursor: pointer;
}

.v3-tokoh-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  color: inherit;
}

.v3-tokoh-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.v3-tokoh-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v3-tokoh-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

.v3-tokoh-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v3-tokoh-card:hover .v3-tokoh-title {
  color: var(--color-primary);
}

.v3-tokoh-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

/* ============================================
   V3 SEC3: COURT FINDER ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Lapangan Futsal

   ============================================ */
.v3-sec-courtfinder {
  background: #EFF6FF;
}

/* CF Header */
.cf-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-6);
}

.cf-title {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.cf-title svg {
  color: var(--color-primary);
}

.cf-subtitle {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  margin-top: var(--space-1);
}

.cf-stats {
  display: flex;
  gap: var(--space-5);
  flex-shrink: 0;
}

.cf-stat {
  text-align: center;
  padding: var(--space-3) var(--space-5);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.cf-stat-number {
  display: block;
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: var(--color-primary);
  font-family: var(--font-heading);
}

.cf-stat-label {
  font-size: 0.68rem;
  color: var(--color-muted);
  font-weight: 500;
}

/* CF Search */
.cf-search {
  margin-bottom: var(--space-5);
}

.cf-search-bar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-5);
  background: #fff;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-full);
  transition: border-color 200ms, box-shadow 200ms;
}

.cf-search-bar:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.cf-search-bar svg {
  flex-shrink: 0;
  color: var(--color-muted);
}

.cf-search-bar input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--font-size-sm);
  font-family: var(--font-body);
  color: var(--color-text);
}

.cf-search-bar input::placeholder {
  color: var(--color-muted);
}

/* CF Pills */
.cf-pills {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-8);
}

.cf-pill {
  padding: 0.4rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: 100px;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all 200ms;
}

.cf-pill:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.04);
}

.cf-pill.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* CF Grid ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 4x2 Ultra Compact (ref: ag54 style) */
.cf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

/* CF Card ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Type G Ultra Compact */
.cf-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: inherit;
  cursor: pointer;
}

.cf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--color-primary);
  color: inherit;
}

.cf-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}

.cf-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.cf-card:hover .cf-card-img img {
  transform: scale(1.05);
}

.cf-card-body {
  padding: 0.5rem 0.6rem 0.6rem;
}

.cf-card-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cf-card:hover .cf-card-title {
  color: var(--color-primary);
}

.cf-card-excerpt {
  display: none;
}

.cf-card-footer {
  display: none;
}

/* CF CTA */
.cf-cta {
  text-align: center;
  margin-top: var(--space-8);
}

.cf-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-8);
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: 600;
  transition: background 200ms, transform 200ms;
}

.cf-cta-btn:hover {
  background: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}

/* ============================================

   V3 SEC5: EDUKASI & SKILL ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Tabs + Grid

   ============================================ */
.v3-sec-edu {
  background: var(--color-secondary);
}

.v3-sec-edu .v3-section-title {
  color: #fff;
}

.v3-sec-edu .v3-section-title svg {
  color: var(--color-primary);
}

.v3-sec-edu .v3-section-subtitle {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Edu Tabs */
.v3-edu-tabs {
  display: flex;
  gap: 0.5rem;
  border-bottom: none;
  margin-bottom: var(--space-8);
}

.v3-edu-tab {
  padding: 0.6rem 1.2rem;
  border: none;
  background: transparent;
  font-size: var(--font-size-sm);
  font-weight: 600;
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  transition: color 200ms;
}

.v3-edu-tab:hover {
  color: rgba(255, 255, 255, 0.8);
}

.v3-edu-tab.active {
  color: #fff;
}

.v3-edu-tab.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-primary);
}

/* Edu Panels */
.v3-edu-panel {
  display: none;
}

.v3-edu-panel.active {
  display: block;
}

/* Edu Grid */
.v3-edu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
}

/* Edu Card */
.v3-edu-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
  color: inherit;
  cursor: pointer;
}

.v3-edu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  color: inherit;
}

.v3-edu-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}

.v3-edu-card-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(0,0,0,0.2));
  pointer-events: none;
}

.v3-edu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.v3-edu-card:hover .v3-edu-card-img img {
  transform: scale(1.06);
}

.v3-edu-card-body {
  padding: 0.75rem 0.85rem 0.85rem;
}

.v3-edu-card-cat {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  margin-bottom: 6px;
}

.v3-edu-card-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v3-edu-card-meta {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
}

/* Edu See All */
.v3-edu-see-all {
  display: inline-block;
  margin-top: var(--space-5);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  transition: color 200ms;
}

.v3-edu-see-all:hover {
  color: #fff;
}

/* ---- Mobile Responsive: Court Finder + Edukasi ---- */
@media (max-width: 768px) {

  /* Court Finder mobile */
  .cf-header {
    flex-direction: column;
    gap: var(--space-4);
  }

  .cf-stats {
    display: none;
  }

  .cf-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .cf-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: var(--space-2);
  }

  .cf-pills::-webkit-scrollbar {
    display: none;
  }

  .cf-pill {
    flex-shrink: 0;
  }

  /* Edukasi mobile */
  .v3-edu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .v3-edu-tabs {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .v3-edu-tabs::-webkit-scrollbar {
    display: none;
  }

  .v3-edu-tab {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

/* ============================================

   V3 SEC4: SEPATU FUTSAL - Dot + 5-Col Compact

   ============================================ */

.v3-sec-sepatu {
  background: #fff;
}

/* Pill Tabs for Gear Section */
.v3-gear-pills {
  display: flex;
  gap: 0.5rem;
  margin-bottom: var(--space-8);
  flex-wrap: wrap;
}

.v3-gear-pill {
  padding: 0.45rem 1.1rem;
  border: 1.5px solid var(--color-border);
  border-radius: 100px;
  background: transparent;
  color: var(--color-text-secondary);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms ease;
}

.v3-gear-pill:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.04);
}

.v3-gear-pill.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

/* Gear Tab Panels */
.v3-gear-panel {
  display: none;
}

.v3-gear-panel.active {
  display: block;
  animation: v3-fadeIn 300ms ease;
}

@keyframes v3-fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Featured Sidebar Layout */
.v3-gear-feat {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: var(--space-6);
}

.v3-gear-feat-main {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: block;
  min-height: 360px;
}

.v3-gear-feat-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.v3-gear-feat-main:hover img {
  transform: scale(1.04);
}

.v3-gear-feat-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.9) 100%);
  color: #fff;
}

.v3-gear-feat-cat {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.v3-gear-feat-title {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 8px;
  color: #fff;
}

.v3-gear-feat-excerpt {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v3-gear-feat-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}

.v3-gear-feat-side .v3-gear-hcard {
  padding: 0.85rem;
  border: 1px solid var(--color-border-light);
  border-radius: 10px;
  transition: border-color 200ms, box-shadow 200ms;
}

.v3-gear-feat-side .v3-gear-hcard:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.v3-gear-see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  transition: all 200ms ease;
  text-align: center;
}

.v3-gear-see-all:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

@media (max-width: 768px) {
  .v3-gear-feat {
    grid-template-columns: 1fr;
  }

  .v3-gear-feat-main {
    min-height: 240px;
  }
}


/* ====================================

   V3 SEC5: EDUKASI & SKILL - Tab + Glass 4-Col

   ============================================ */

.v3-sec-edu {
  background: #0F172A;
  color: #fff;
}


.v3-tab.active {

  border-bottom-color: var(--color-primary);

  color: #fff;

}


.v3-gear-hcard {

  display: flex;

  gap: var(--space-4);

  background: #fff;

  border: 1px solid var(--color-border);

  border-radius: var(--radius-md);

  padding: var(--space-3);

  cursor: pointer;

  color: inherit;

  align-items: center;

  transition: border-color 200ms, transform 200ms;

}

.v3-gear-hcard:hover {

  border-color: rgba(37, 99, 235, 0.25);

  transform: translateY(-2px);

  color: inherit;

}

.v3-gear-hcard-img {

  width: 80px;

  height: 60px;

  border-radius: 6px;

  flex-shrink: 0;

  overflow: hidden;

  background: #F0F0F0;

}

.v3-gear-hcard-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.v3-gear-hcard-body {

  flex: 1;

  min-width: 0;

}

.v3-gear-hcard-title {

  font-size: var(--font-size-sm);

  font-weight: 600;

  color: var(--color-secondary);

  line-height: 1.35;

  margin-bottom: 2px;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}

.v3-gear-hcard:hover .v3-gear-hcard-title {

  color: var(--color-primary);

}

.v3-gear-hcard-meta {

  font-size: var(--font-size-xs);

  color: var(--color-muted);

}

/* ============================================
   V3 SEC7: KONDISI & PERFORMA ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Pill + Horizontal List
   ============================================ */
.v3-sec-kondisi {
  background: #F8FAFC;
  border-top: 1px solid var(--color-border);
}

/* Kondisi Pill Tabs */
.v3-kondisi-pills {
  display: flex;
  gap: 0.5rem;
  margin-bottom: var(--space-6);
  flex-wrap: wrap;
}

.v3-kondisi-pill {
  padding: 0.45rem 1.1rem;
  border: 1.5px solid var(--color-border);
  border-radius: 100px;
  background: transparent;
  color: var(--color-text-secondary);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms ease;
}

.v3-kondisi-pill:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.04);
}

.v3-kondisi-pill.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

/* Kondisi Panels */
.v3-kondisi-panel {
  display: none;
}

.v3-kondisi-panel.active {
  display: block;
  animation: v3-fadeIn 300ms ease;
}

/* Horizontal Card List */
.v3-kondisi-hlist {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: var(--space-2);
}

.v3-kondisi-hlist::-webkit-scrollbar { display: none; }

.v3-kondisi-hcard {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--color-border-light);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  transition: border-color 200ms, box-shadow 200ms;
  cursor: pointer;
}

.v3-kondisi-hcard:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  color: inherit;
}

.v3-kondisi-hcard-img {
  flex-shrink: 0;
  width: 110px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
}

.v3-kondisi-hcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.v3-kondisi-hcard:hover .v3-kondisi-hcard-img img {
  transform: scale(1.05);
}

.v3-kondisi-hcard-body {
  flex: 1;
  min-width: 0;
  padding: 0.85rem;
}

.v3-kondisi-hcard-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.35;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v3-kondisi-hcard:hover .v3-kondisi-hcard-title {
  color: var(--color-primary);
}

.v3-kondisi-hcard-meta {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
}

.v3-kondisi-see-all {
  display: inline-flex;
  align-items: center;
  margin-top: var(--space-6);
  padding: 0.65rem 1.5rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  transition: all 200ms ease;
  text-align: center;
}

.v3-kondisi-see-all:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}


/* ============================================
   V3 RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {




  .v3-news-3col {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .v3-tokoh-2col {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {

  .v3-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================
   Search Page
   ============================================ */

.search-page {
  padding: var(--space-10) 0 var(--space-16);
}

/* Search Hero */
.search-hero {
  text-align: center;
  margin-bottom: var(--space-10);
}

.search-hero-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  font-size: var(--font-size-3xl);
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: var(--space-8);
}

.search-hero-title svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

/* Search Form */
.search-form {
  display: flex;
  gap: var(--space-3);
  max-width: 720px;
  margin: 0 auto;
}

.search-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.search-input-icon {
  position: absolute;
  left: var(--space-4);
  color: var(--color-muted);
  pointer-events: none;
}

.search-input-wrap input {
  width: 100%;
  padding: var(--space-4) var(--space-4) var(--space-4) calc(var(--space-4) + 28px);
  font-size: var(--font-size-base);
  font-family: var(--font-body);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  color: var(--color-text);
  transition: border-color var(--transition-fast);
  outline: none;
}

.search-input-wrap input:focus {
  border-color: var(--color-primary);
}

.search-input-wrap input::placeholder {
  color: var(--color-muted);
  font-size: var(--font-size-sm);
}

.search-clear {
  position: absolute;
  right: var(--space-3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  color: var(--color-muted);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.search-clear:hover {
  background: var(--color-accent-light);
  color: var(--color-text);
}

.search-submit {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-6);
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 600;
  font-family: var(--font-body);
  border: 2px solid var(--color-primary);
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.search-submit:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

/* Search Meta (result count) */
.search-meta {
  padding: var(--space-4) 0;
  margin-bottom: var(--space-6);
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
}

.search-meta strong {
  color: var(--color-text);
}

/* Search Results ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â horizontal card layout */
.search-results {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-10);
}

.search-result-item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition-base), border-color var(--transition-base);
  cursor: pointer;
}

.search-result-item:hover {
  transform: translateY(-2px);
  border-color: var(--color-primary);
}

.search-result-link {
  display: grid;
  grid-template-columns: 260px 1fr;
  color: inherit;
}

.search-result-img {
  position: relative;
  overflow: hidden;
}

.search-result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.search-result-item:hover .search-result-img img {
  transform: scale(1.05);
}

.search-result-body {
  padding: var(--space-5) var(--space-6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-result-cat {
  font-size: var(--font-size-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  margin-bottom: var(--space-2);
}

.search-result-title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: var(--space-2);
  line-height: var(--line-height-tight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.search-result-item:hover .search-result-title {
  color: var(--color-primary);
}

.search-result-excerpt {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: var(--line-height-relaxed);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-3);
}

.search-result-meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

.search-result-meta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* Search Empty State */
.search-empty {
  text-align: center;
  padding: var(--space-16) 0;
}

.search-empty svg {
  color: var(--color-border);
  margin-bottom: var(--space-6);
}

.search-empty h3 {
  font-size: var(--font-size-2xl);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-2);
}

.search-empty p {
  color: var(--color-muted);
  margin-bottom: var(--space-8);
}

/* Search Welcome + Suggestions */
.search-welcome {
  text-align: center;
  padding: var(--space-10) 0;
}

.search-welcome-text {
  font-size: var(--font-size-lg);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-8);
}

.search-suggestions {
  max-width: 600px;
  margin: 0 auto;
}

.search-suggestions h4 {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-4);
}

.search-suggestion-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2);
}

.search-pill {
  display: inline-flex;
  align-items: center;
  padding: var(--space-2) var(--space-4);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-text-secondary);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.search-pill:hover {
  background: var(--color-primary-light);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* Header Search Button */
.nav-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  color: var(--color-text-secondary);
  transition: all var(--transition-fast);
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.nav-search-btn:hover {
  background: var(--color-primary-light);
  color: var(--color-primary);
}

.nav-search-btn svg {
  width: 20px;
  height: 20px;
}

/* Responsive: Search */
@media (max-width: 768px) {
  .search-hero-title {
    font-size: var(--font-size-2xl);
  }

  .search-form {
    flex-direction: column;
  }

  .search-submit {
    justify-content: center;
  }

  .search-result-link {
    grid-template-columns: 1fr;
  }

  .search-result-img {
    aspect-ratio: 16/9;
  }

  .search-result-body {
    padding: var(--space-4);
  }

  .search-result-title {
    font-size: var(--font-size-lg);
  }
}

/* ============================================
   Search Overlay
   ============================================ */

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms;
}

.search-overlay.open {
  opacity: 1;
  visibility: visible;
}

.search-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.search-overlay-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  padding: 0 var(--space-6);
  transform: translateY(-20px);
  transition: transform 200ms ease;
}

.search-overlay.open .search-overlay-content {
  transform: translateY(0);
}

.search-overlay-form {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: var(--color-surface);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-5);
  transition: border-color var(--transition-fast);
}

.search-overlay-form:focus-within {
  border-color: var(--color-primary);
}

.search-overlay-icon {
  flex-shrink: 0;
  color: var(--color-muted);
}

.search-overlay-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--font-size-lg);
  font-family: var(--font-body);
  color: var(--color-text);
  min-width: 0;
}

.search-overlay-form input::placeholder {
  color: var(--color-muted);
}

.search-overlay-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-md);
  border: none;
  background: none;
  color: var(--color-muted);
  cursor: pointer;
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.search-overlay-close:hover {
  background: var(--color-accent-light);
  color: var(--color-text);
}

.search-overlay-hint {
  text-align: center;
  margin-top: var(--space-4);
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.6);
}

.search-overlay-hint kbd {
  display: inline-block;
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .search-overlay {
    padding-top: 10vh;
  }

  .search-overlay-form input {
    font-size: var(--font-size-base);
  }
}

/* ============================================
   Author Profile Page
   ============================================ */

.author-profile {
  padding: var(--space-6) 0 var(--space-10);
}

.author-profile-header {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-8);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
}

.author-profile-avatar {
  width: 96px;
  height: 96px;
  border-radius: var(--radius-full);
  object-fit: cover;
  flex-shrink: 0;
  background: var(--color-primary-light);
  border: 3px solid var(--color-border);
}

.author-profile-name {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: var(--space-2);
}

.author-profile-bio {
  font-size: var(--font-size-base);
  color: var(--color-text-secondary);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-3);
  max-width: 500px;
}

.author-profile-stats {
  display: flex;
  gap: var(--space-4);
}

.author-stat {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-muted);
}

.author-stat svg {
  color: var(--color-primary);
}

@media (max-width: 768px) {
  .author-profile-header {
    flex-direction: column;
    text-align: center;
    padding: var(--space-6);
    gap: var(--space-4);
  }

  .author-profile-bio {
    max-width: 100%;
  }

  .author-profile-stats {
    justify-content: center;
  }
}

/* ============================================
   Comments Section
   ============================================ */
.comments-section {
  margin-top: var(--space-10);
  padding-top: var(--space-8);
  border-top: 2px solid var(--color-border-light);
}

.comments-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: var(--space-6);
}

.comments-title svg {
  color: var(--color-primary);
}

.comments-count {
  font-weight: 400;
  color: var(--color-text-dim);
  font-size: 1rem;
}

.comments-empty {
  color: var(--color-text-dim);
  font-style: italic;
  margin-bottom: var(--space-6);
}

.comment-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-6);
  font-size: 0.9rem;
  font-weight: 500;
}

.comment-alert-success {
  background: rgba(16, 185, 129, 0.1);
  color: #1D4ED8;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.comment-alert-error {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.comments-list {
  margin-bottom: var(--space-8);
}

.comment-item {
  display: flex;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border-light);
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.comment-body {
  flex: 1;
  min-width: 0;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.comment-name {
  font-size: 0.95rem;
  color: var(--color-text);
}

.comment-date {
  font-size: 0.8rem;
  color: var(--color-text-dim);
}

.comment-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

.comment-form-wrap {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
}

.comment-form-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: var(--space-4);
}

.comment-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.comment-form-group {
  margin-bottom: 12px;
}

.comment-form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--color-text-secondary);
}

.comment-form-group label small {
  font-weight: 400;
  color: var(--color-text-dim);
}

.comment-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-md);
  background: #fff;
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--color-text);
  transition: border-color 200ms;
}

.comment-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

textarea.comment-input {
  resize: vertical;
  min-height: 80px;
}

.comment-submit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms;
}

.comment-submit:hover {
  background: var(--color-primary-dark);
}

@media (max-width: 640px) {
  .comment-form-row {
    grid-template-columns: 1fr;
  }
}


/* ============================================
   NEWS SECTION ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Reference Layouts (.nw-*)
   Magazine Cover Ãƒâ€šÃ‚Â· Banner Ãƒâ€šÃ‚Â· Stacked Ãƒâ€šÃ‚Â· HCards
   ============================================ */

/* --- Section shared --- */
.nw-section {
  padding: var(--space-12) 0;
}

.nw-sec-alt {
  background: var(--color-accent-light);
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.nw-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-8);
}

.nw-section-title {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
}

.nw-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  background: var(--color-primary-light);
  color: var(--color-primary);
  flex-shrink: 0;
}

.nw-section-cta {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  white-space: nowrap;
}

.nw-section-cta:hover {
  color: var(--color-primary-dark);
}


/* =========================================
   4-COLUMN TALL HERO (ref: hm-50)
   4 equal columns, tall mosaic layout
   ========================================= */
.nw-hero-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  min-height: 550px;
  width: 100%;
}

.nw-hero-item {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-6);
  color: #fff;
  text-decoration: none;
  transition: all var(--transition-base);
}

.nw-hero-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
  transition: background var(--transition-base);
}

.nw-hero-item:hover::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.nw-hero-item:hover {
  transform: scale(1.015);
  z-index: 2;
  border-radius: var(--radius-md);
}

.nw-hero-content {
  position: relative;
  z-index: 2;
}

.nw-hero-cat {
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-xs);
  font-weight: 700;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  margin-bottom: var(--space-3);
  letter-spacing: 0.05em;
}

.nw-hero-title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: var(--space-2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-hero-meta {
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

/* Responsive hero grid */
@media (max-width: 1024px) {
  .nw-hero-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 250px);
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .nw-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .nw-hero-item {
    min-height: 250px;
  }
}


/* =========================================
   TAB COMPONENT (Equipment Categories)
   ref: .ch7 from UI/UX Pro Max
   ========================================= */
.nw-tab-header {
  display: flex;
  gap: 0;
  margin-bottom: var(--space-8);
  border-bottom: 1px solid var(--color-border-light);
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.nw-tab-header::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

.nw-tab {
  padding: var(--space-3) var(--space-6);
  font-size: var(--font-size-sm);
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all var(--transition-base);
  color: var(--color-text-secondary);
  white-space: nowrap;
}

.nw-tab:hover {
  color: var(--color-primary);
}

.nw-tab.active {
  border-bottom-color: var(--color-primary);
  color: var(--color-secondary);
}

.nw-tab-content {
  position: relative;
  min-height: 400px;
}

.eq-tab-pane {
  animation: fadeIn 300ms ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modifier: Strict 4-Column Grid for Tabs (Single Row) */
.post-grid-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

@media (max-width: 1024px) {
  .post-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .post-grid-4 {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================
   FULL-WIDTH BANNER CARDS (ref: hm-16)
   Timnas: stacked horizontal rows
   ========================================= */
.nw-banner-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.nw-banner-card {
  display: flex;
  gap: var(--space-5);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  color: inherit;
  transition: all var(--transition-base);
  cursor: pointer;
  align-items: center;
}

.nw-banner-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

.nw-banner-card-img {
  width: 200px;
  height: 130px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
}

.nw-banner-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.nw-banner-card:hover .nw-banner-card-img img {
  transform: scale(1.05);
}

.nw-banner-card-body {
  flex: 1;
  min-width: 0;
}

.nw-banner-card-cat {
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  margin-bottom: var(--space-1);
  display: block;
}

.nw-banner-card-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.3;
  margin-bottom: var(--space-2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-banner-card:hover .nw-banner-card-title {
  color: var(--color-primary);
}

.nw-banner-card-excerpt {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-2);
}

.nw-banner-card-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

/* =========================================
   DARK SECTION MODIFIER
   ========================================= */
.nw-sec-dark {
  background-color: var(--color-secondary);
  color: #fff;
}

.nw-sec-dark .nw-section-title {
  color: #fff;
}

.nw-sec-dark .nw-section-title .nw-section-icon {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.nw-sec-dark .nw-section-cta {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
}

.nw-sec-dark .nw-section-cta:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.nw-sec-dark .nw-tab-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.nw-sec-dark .nw-tab {
  color: rgba(255, 255, 255, 0.6);
}

.nw-sec-dark .nw-tab:hover {
  color: #fff;
}

.nw-sec-dark .nw-tab.active {
  border-bottom-color: var(--color-primary);
  color: #fff;
}

.nw-sec-dark .btn-outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.nw-sec-dark .btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.nw-sec-dark .post-card {
  border: none;
}


/* =========================================
   DASHBOARD 4-COL (ref: ag73)
   1 large item spanning 2x2 + 4 smaller items
   ========================================= */
.nw-dashgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
}

.nw-dash-feat {
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  min-height: 480px;
}

.nw-dash-feat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.nw-dash-feat:hover img {
  transform: scale(1.04);
}

.nw-dash-feat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-6);
  z-index: 2;
}

.nw-dash-feat-cat {
  align-self: flex-start;
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--color-cta);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-3);
}

.nw-dash-feat-title {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: var(--space-2);
}

.nw-dash-feat-excerpt {
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: var(--space-3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-dash-feat-meta {
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.5);
}

/* Smaller items (overlay style) */
.nw-dash-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--transition-base);
  min-height: 180px;
}

.nw-dash-item:hover {
  transform: translateY(-4px);
}

.nw-dash-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.nw-dash-item:hover img {
  transform: scale(1.06);
}

.nw-dash-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-4);
  z-index: 2;
}

.nw-dash-item-cat {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: var(--space-1);
}

.nw-dash-item-title {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: var(--space-1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-dash-item-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

/* =========================================
   2-COL HORIZONTAL CARDS (ref: cc-h + cg-2)
   Klub: compact thumbnail + text grid
   ========================================= */
.nw-hcard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.nw-hcard {
  display: flex;
  gap: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  color: inherit;
  align-items: center;
  transition: all var(--transition-fast);
  cursor: pointer;
}

.nw-hcard:hover {
  border-color: var(--color-primary);
  transform: translateX(3px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

.nw-hcard-img {
  width: 100px;
  height: 75px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
}

.nw-hcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nw-hcard-body {
  flex: 1;
  min-width: 0;
}

.nw-hcard-title {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-secondary);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-hcard:hover .nw-hcard-title {
  color: var(--color-primary);
}

.nw-hcard-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  margin-top: 3px;
  display: block;
}


/* =========================================
   SPOTLIGHT OVERLAY (Tokoh)
   ========================================= */
.nw-sec-spotlight {
  background: var(--color-accent-light);
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.nw-spotlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
}

.nw-spotlight-col-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-4);
}

.nw-spotlight-col-header h3 {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--color-secondary);
}

.nw-spotlight-col-header a {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
}

.nw-spotlight-col-header a:hover {
  color: var(--color-primary-dark);
}

.nw-spotlight-feat {
  display: block;
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 16/10;
  margin-bottom: var(--space-4);
  cursor: pointer;
}

.nw-spotlight-feat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.nw-spotlight-feat:hover img {
  transform: scale(1.04);
}

.nw-spotlight-feat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-5);
}

.nw-spotlight-feat-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-spotlight-feat-meta {
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.65);
  margin-top: var(--space-2);
}

.nw-spotlight-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-border-light);
  color: inherit;
  transition: all var(--transition-fast);
  cursor: pointer;
}

.nw-spotlight-item:last-child {
  border-bottom: none;
}

.nw-spotlight-item:hover {
  transform: translateX(8px);
}

.nw-spotlight-item-line {
  width: 3px;
  min-height: 32px;
  border-radius: var(--radius-full);
  background: var(--color-border);
  flex-shrink: 0;
  transition: background var(--transition-fast);
}

.nw-spotlight-item:hover .nw-spotlight-item-line {
  background: var(--color-primary);
}

.nw-spotlight-item-title {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-secondary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-spotlight-item:hover .nw-spotlight-item-title {
  color: var(--color-primary);
}

.nw-spotlight-item-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  margin-top: 2px;
  display: block;
}


/* =========================================
   RESPONSIVE ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â All News Sections
   ========================================= */
@media (max-width: 900px) {
  .nw-magcover-content {
    right: 0;
    padding: var(--space-6);
  }

  .nw-magcover-side {
    display: none;
  }

  .nw-magcover-title {
    font-size: var(--font-size-2xl);
  }

  .nw-banner-card-img {
    width: 140px;
    height: 95px;
  }

  .nw-banner-card-excerpt {
    display: none;
  }

  .nw-hcard-grid {
    grid-template-columns: 1fr;
  }

  .nw-listhero {
    grid-template-columns: 1fr;
  }

  .nw-listhero-feat {
    aspect-ratio: 16/9;
  }

  .nw-spotlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {

  .nw-magcover,
  .nw-magcover-link {
    min-height: 360px;
  }

  .nw-magcover-title {
    font-size: var(--font-size-xl);
  }

  .nw-magcover-excerpt {
    display: none;
  }

  .nw-banner-card {
    flex-direction: column;
    align-items: stretch;
  }

  .nw-banner-card-img {
    width: 100%;
    height: 160px;
  }

  .nw-listhero-item-img {
    width: 80px;
    height: 55px;
  }

  .nw-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
  }
}

/* ============================================
   ARTICLES PAGE (/artikel) ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â SPECIFIC STYLES
   ============================================ */

/* Category Block */
.ar-category-block {
  margin-bottom: var(--space-12);
  padding-bottom: var(--space-8);
  border-bottom: 2px dashed var(--color-border);
}

.ar-category-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Header style for Category Block */
.ar-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-6);
  padding-left: var(--space-4);
  border-left: 6px solid var(--color-primary);
}

.ar-cat-title {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
  margin: 0;
}

.ar-cat-cta {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: var(--space-2) var(--space-4);
  background: var(--color-primary-light);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}

.ar-cat-cta:hover {
  background: var(--color-primary);
  color: #fff;
}

/* Grid Layout for Category Block (1 large + 3 list) */
.ar-cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
}

.ar-cat-featured {
  position: relative;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: transform var(--transition-base);
}

.ar-cat-featured:hover {
  border-color: var(--color-primary);
}

.ar-feat-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.ar-feat-content {
  padding: var(--space-5);
}

.ar-feat-title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.3;
  margin-bottom: var(--space-2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.ar-cat-featured:hover .ar-feat-title {
  color: var(--color-primary);
}

.ar-feat-excerpt {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin-bottom: var(--space-4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ar-feat-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  font-weight: 600;
}

/* Small List Items (right side) */
.ar-cat-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.ar-list-item {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-border-light);
  transition: transform var(--transition-fast);
}

.ar-list-item:hover {
  transform: translateX(4px);
}

.ar-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ar-list-img {
  width: 120px;
  height: 80px;
  border-radius: var(--radius-sm);
  background: var(--color-bg);
  object-fit: cover;
  flex-shrink: 0;
}

.ar-list-content {
  flex: 1;
}

.ar-list-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.4;
  margin-bottom: var(--space-1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.ar-list-item:hover .ar-list-title {
  color: var(--color-primary);
}

.ar-list-meta {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .ar-cat-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
}

/* === Nested/Reply Comments === */
.comment-reply {
  border-left: 2px solid var(--color-border-light, #e2e8f0);
  padding-left: var(--space-4);
}

.comment-reply-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: var(--color-muted);
  font-size: var(--font-size-xs);
  font-weight: 600;
  cursor: pointer;
  padding: var(--space-1) 0;
  margin-top: var(--space-1);
  transition: color var(--transition-fast);
}

.comment-reply-btn:hover {
  color: var(--color-primary);
}

.comment-reply-form-wrap {
  margin-top: var(--space-4);
}

.comment-reply-form-wrap .comment-form {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  background: var(--color-bg, #f8fafc);
}

@media (max-width: 768px) {
  .comment-reply {
    margin-left: 16px !important;
  }
}

/* === TOC Toggle === */
.toc-toggle {
  margin-left: auto;
  display: inline-flex;
  transition: transform 0.2s ease;
}

.toc-collapsed .toc-toggle {
  transform: rotate(-90deg);
}

.toc-title {
  user-select: none;
}

/* === Copy Link Button === */
.copy-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 4px 10px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--color-muted);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.copy-link-btn:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.copy-link-btn.copied {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: var(--color-primary-light, rgba(16, 185, 129, 0.1));
}

/* ============================================
   PROFILE PAGES
   ============================================ */

/* --- Profile Tabs --- */
.profile-tabs {
  display: flex;
  gap: var(--space-2);
  margin-bottom: var(--space-8);
  justify-content: center;
}

.profile-tab {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-5);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  transition: all var(--transition-fast);
}

.profile-tab:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}

.profile-tab.active {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.profile-tab svg {
  width: 16px;
  height: 16px;
}

.profile-tab-count {
  font-size: var(--font-size-xs);
  opacity: 0.8;
}

/* --- Profile Grid --- */
/* ============================================================
   PROFILE HUB ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Editorial Layout
   ============================================================ */

/* Player list */
.ph-player-list {
  display: flex;
  flex-direction: column;
}

.ph-player-row {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-2);
  text-decoration: none;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border-light);
  cursor: pointer;
  transition: background var(--transition-fast);
}

.ph-player-row:first-child {
  border-top: 1px solid var(--color-border-light);
}

.ph-player-row:hover {
  background: var(--color-accent-light);
}

.ph-player-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--color-accent-light);
}

.ph-player-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ph-player-name {
  font-family: var(--font-heading);
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
}

.ph-player-row:hover .ph-player-name {
  color: var(--color-primary);
}

.ph-player-meta {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
}

.ph-player-arrow {
  color: var(--color-muted);
  flex-shrink: 0;
  transition: transform var(--transition-fast), color var(--transition-fast);
}

.ph-player-row:hover .ph-player-arrow {
  transform: translateX(3px);
  color: var(--color-primary);
}

/* Read all CTA */
.ph-read-all {
  padding: var(--space-4) 0;
  text-align: center;
}

.ph-read-all-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-full);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.ph-read-all-link:hover {
  background: var(--color-primary);
  color: #fff;
}

/* Club grid */
.ph-klub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--space-3);
}

.ph-klub-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--color-text);
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.ph-klub-item:hover {
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}

.ph-klub-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  object-fit: cover;
  flex-shrink: 0;
  background: var(--color-accent-light);
}

.ph-klub-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ph-klub-name {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ph-klub-item:hover .ph-klub-name {
  color: var(--color-primary);
}

.ph-klub-city {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

@media (max-width: 768px) {
  .ph-klub-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

@media (max-width: 480px) {
  .ph-klub-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2);
  }

  .ph-klub-item {
    padding: var(--space-2);
  }

  .ph-klub-avatar {
    width: 32px;
    height: 32px;
  }
}

/* ============================================================
   ROSTER BOARD ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Sports Directory Layout
   ============================================================ */

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
   Klub Directory ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Light Theme / Brand Colors
   ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */

/* --- Hero Header --- */
.rstr-hero {
  position: relative;
  margin: 0 calc(var(--space-4) * -1);
  padding: var(--space-10) var(--space-6) var(--space-8);
  overflow: hidden;
  background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
  color: #fff;
}

.rstr-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 30%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(249, 115, 22, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.rstr-hero-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.4), rgba(249, 115, 22, 0.3), transparent);
}

.rstr-hero-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--space-6);
  max-width: 1200px;
  margin: 0 auto;
}

.rstr-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93c5fd;
  background: rgba(37, 99, 235, 0.15);
  border: 1px solid rgba(37, 99, 235, 0.25);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-3);
}

.rstr-hero .rstr-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.rstr-title-accent {
  background: linear-gradient(135deg, #60a5fa, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rstr-hero .rstr-subtitle {
  font-size: var(--font-size-sm);
  color: #94a3b8;
  margin: var(--space-3) 0 0;
  max-width: 420px;
  line-height: 1.6;
}

/* Stat cards */
.rstr-hero-stats {
  display: flex;
  gap: var(--space-3);
  flex-shrink: 0;
}

.rstr-stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: var(--space-4) var(--space-5);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  min-width: 90px;
  backdrop-filter: blur(8px);
  transition: border-color 200ms ease, background 200ms ease;
}

.rstr-stat-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.rstr-stat-active .rstr-stat-num {
  color: #60a5fa;
}

.rstr-stat-num {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.rstr-stat-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.rstr-stat-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
  animation: rstr-dot-pulse 2s ease-in-out infinite;
}

@keyframes rstr-dot-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.1);
  }
}

/* --- Section bar (light bg area below hero) --- */
.rstr-section {
  margin-top: var(--space-8);
}

.rstr-section-bar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding-bottom: var(--space-3);
}

.rstr-section-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.rstr-dot-active {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.rstr-dot-alumni {
  background: var(--color-muted);
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.2);
}

.rstr-section-title {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
  margin: 0;
  white-space: nowrap;
}

.rstr-section-count {
  font-size: var(--font-size-xs);
  font-weight: 700;
  color: var(--color-text-secondary);
  background: var(--color-accent-light);
  padding: 2px 10px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

.rstr-section-line {
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

/* --- Table --- */
.rstr-table {
  display: flex;
  flex-direction: column;
}

.rstr-table-head {
  display: grid;
  grid-template-columns: 40px 1fr 120px 110px 100px 24px;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--color-border);
}

/* --- Row --- */
.rstr-row {
  display: grid;
  grid-template-columns: 40px 1fr 120px 110px 100px 24px;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3);
  text-decoration: none;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border-light);
  cursor: pointer;
  transition: background 200ms ease;
  border-radius: var(--radius-sm);
}

.rstr-row:hover {
  background: var(--color-accent-light);
}

.rstr-row:active {
  background: var(--color-border-light);
}

.rstr-row--alumni {
  opacity: 0.6;
}

.rstr-row--alumni:hover {
  opacity: 1;
}

/* --- Columns --- */
.rstr-col-num {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 800;
  color: var(--color-muted);
  text-align: center;
}

.rstr-col-club {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-width: 0;
}

.rstr-logo-wrap {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: border-color 200ms ease, transform 200ms ease;
}

.rstr-row:hover .rstr-logo-wrap {
  border-color: var(--color-primary);
  transform: scale(1.05);
}

.rstr-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.rstr-club-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rstr-club-name {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 200ms ease;
}

.rstr-row:hover .rstr-club-name {
  color: var(--color-primary);
}

.rstr-club-achievement {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.65rem;
  color: var(--color-cta);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rstr-club-achievement svg {
  flex-shrink: 0;
  color: var(--color-cta);
}

.rstr-col-city {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  white-space: nowrap;
}

.rstr-col-city svg {
  flex-shrink: 0;
  opacity: 0.5;
}

.rstr-col-season {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  font-weight: 500;
}

.rstr-col-status {
  display: flex;
}

.rstr-col-arrow {
  color: var(--color-muted);
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
  flex-shrink: 0;
}

.rstr-row:hover .rstr-col-arrow {
  opacity: 0.8;
  transform: translateX(3px);
}

/* --- Badges (light mode) --- */
.rstr-badge {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rstr-badge-active {
  color: #1D4ED8;
  background: #EFF6FF;
}

.rstr-badge-inactive {
  color: #64748b;
  background: #f1f5f9;
}

.rstr-badge-degradasi {
  color: #dc2626;
  background: #fef2f2;
}

.rstr-badge-merger {
  color: #d97706;
  background: #fffbeb;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .rstr-hero {
    padding: var(--space-6) var(--space-4) var(--space-5);
  }

  .rstr-hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }

  .rstr-hero .rstr-title {
    font-size: 1.6rem;
  }

  .rstr-hero .rstr-subtitle {
    font-size: var(--font-size-xs);
  }

  .rstr-hero-stats {
    width: 100%;
  }

  .rstr-stat-card {
    flex: 1;
    padding: var(--space-3);
  }

  .rstr-stat-num {
    font-size: 1.4rem;
  }

  .rstr-table-head {
    display: none;
  }

  .rstr-row {
    grid-template-columns: 28px 1fr auto;
    grid-template-rows: auto auto;
    gap: var(--space-1) var(--space-2);
    padding: var(--space-3) var(--space-2);
  }

  .rstr-col-num {
    grid-row: 1 / 3;
    align-self: center;
    font-size: var(--font-size-xs);
  }

  .rstr-col-club {
    grid-column: 2;
  }

  .rstr-col-city {
    grid-column: 2;
    font-size: var(--font-size-xs);
  }

  .rstr-col-season {
    display: none;
  }

  .rstr-col-status {
    grid-row: 1 / 3;
    grid-column: 3;
    align-self: center;
  }

  .rstr-col-arrow {
    display: none;
  }

  .rstr-logo-wrap {
    width: 34px;
    height: 34px;
  }

  .rstr-logo {
    width: 26px;
    height: 26px;
  }
}

/* ============================================================
   PLAYER LISTING ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Position-Grouped Cards
   ============================================================ */

/* Section */
.plr-section {
  margin-top: var(--space-8);
}

.plr-section-header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.plr-section-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.plr-section-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.plr-section-title {
  font-family: var(--font-heading);
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
  margin: 0;
}

.plr-section-sub {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  font-weight: 500;
}

.plr-section-line {
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

/* Card Grid */
.plr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}

/* Card */
.plr-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: var(--color-surface);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--color-text);
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease;
}

.plr-card:hover {
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}

/* Avatar */
.plr-card-avatar {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: var(--radius-full);
  overflow: visible;
}

.plr-card-avatar img {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  object-fit: cover;
  border: 2px solid var(--color-border-light);
  transition: border-color 200ms ease;
}

.plr-card:hover .plr-card-avatar img {
  border-color: var(--color-primary);
}

.plr-card-num {
  position: absolute;
  bottom: -2px;
  right: -4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 0.6rem;
  font-weight: 800;
  color: #fff;
  border: 2px solid var(--color-surface);
  line-height: 1;
}

/* Body */
.plr-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.plr-card-name {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 200ms ease;
}

.plr-card:hover .plr-card-name {
  color: var(--color-primary);
}

.plr-card-club {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plr-card-club svg {
  flex-shrink: 0;
  opacity: 0.5;
}

/* Arrow */
.plr-card-arrow {
  color: var(--color-muted);
  opacity: 0;
  flex-shrink: 0;
  transition: opacity 200ms ease, transform 200ms ease;
}

.plr-card:hover .plr-card-arrow {
  opacity: 0.6;
  transform: translateX(2px);
}

/* Responsive */
@media (max-width: 900px) {
  .plr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .plr-grid {
    grid-template-columns: 1fr;
  }

  .plr-card {
    padding: var(--space-3);
  }

  .plr-card-avatar,
  .plr-card-avatar img {
    width: 40px;
    height: 40px;
  }

  .plr-card-num {
    width: 18px;
    height: 18px;
    font-size: 0.55rem;
  }
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-bottom: var(--space-8);
}

.profile-card {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
  color: inherit;
}

.profile-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.profile-card-avatar {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-full);
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--color-border-light);
}

.profile-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-body {
  flex: 1;
  min-width: 0;
}

.profile-card-type {
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

.profile-card-name {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
  margin: var(--space-1) 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-card:hover .profile-card-name {
  color: var(--color-primary);
}

.profile-card-info {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

.profile-card-info svg {
  flex-shrink: 0;
}

.profile-card-arrow {
  font-size: var(--font-size-lg);
  color: var(--color-muted);
  transition: transform var(--transition-fast);
}

.profile-card:hover .profile-card-arrow {
  transform: translateX(4px);
  color: var(--color-primary);
}

/* ============================================
   CLUB PROFILE DETAIL ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Sports Editorial Magazine
   cpd- prefix (club profile detail)
   ============================================ */

/* --- Hero --- */
.cpd-hero {
  position: relative;
  padding: var(--space-12) 0 var(--space-10);
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  overflow: hidden;
}

.cpd-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.cpd-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cpd-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

.cpd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.85) 100%);
}

.cpd-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.cpd-hero-avatar {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.cpd-hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius-lg);
}

.cpd-hero-text {
  flex: 1;
}

.cpd-type-label {
  display: inline-block;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--color-primary), #3b82f6);
  color: #fff;
  margin-bottom: var(--space-3);
}

.cpd-hero-name {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: var(--space-3);
}

.cpd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.cpd-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cpd-tag svg {
  opacity: 0.6;
  flex-shrink: 0;
}

.cpd-tag-accent {
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
  border-color: rgba(99, 102, 241, 0.2);
}

.cpd-socials {
  display: flex;
  gap: var(--space-2);
}

.cpd-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 200ms ease;
  cursor: pointer;
}

.cpd-social-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-1px);
}

.cpd-social-btn svg {
  flex-shrink: 0;
  opacity: 0.8;
}

/* --- Stats Strip --- */
.cpd-strip-wrap {
  background: #fff;
  border-bottom: 1px solid var(--color-border-light);
  position: sticky;
  top: 60px;
  z-index: 10;
}

.cpd-strip {
  display: flex;
  align-items: center;
  gap: 0;
  padding: var(--space-3) 0;
  overflow-x: auto;
}

.cpd-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: var(--space-2) var(--space-6);
  flex-shrink: 0;
  position: relative;
}

.cpd-strip-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: var(--color-border-light);
}

.cpd-strip-item:last-child::after {
  display: none;
}

.cpd-strip-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
}

.cpd-strip-value {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
}

.cpd-strip-big {
  font-size: var(--font-size-xl);
  color: var(--color-primary);
}

.cpd-strip-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
}

.cpd-status-aktif {
  background: #EFF6FF;
  color: #1D4ED8;
}

.cpd-status-nonaktif {
  background: #f1f5f9;
  color: #64748b;
}

.cpd-status-degradasi {
  background: #fef2f2;
  color: #dc2626;
}

/* --- Main Content --- */
.cpd-content {
  max-width: 820px;
  margin: 0 auto;
  padding: var(--space-10) 0 var(--space-12);
}

.cpd-section {
  margin-bottom: var(--space-10);
}

.cpd-section-alt {
  background: var(--color-accent-light);
  margin-left: calc(-1 * var(--space-6));
  margin-right: calc(-1 * var(--space-6));
  padding: var(--space-8) var(--space-6);
  border-radius: var(--radius-xl);
}

.cpd-section-heading {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: var(--space-6);
  letter-spacing: -0.01em;
}

.cpd-section-heading svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

/* --- Bio --- */
.cpd-bio {
  font-size: var(--font-size-base);
  line-height: 1.8;
  color: #334155;
}

/* --- Info Table (borderless) --- */
.cpd-info-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cpd-info-row {
  display: grid;
  grid-template-columns: 36px 140px 1fr;
  align-items: center;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-border-light);
  gap: var(--space-2);
}

.cpd-info-row:last-child {
  border-bottom: none;
}

.cpd-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-md);
  background: var(--color-accent-light);
  color: var(--color-primary);
  flex-shrink: 0;
}

.cpd-info-label {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-muted);
}

.cpd-info-value {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: #0f172a;
}

/* --- Pemain Stats --- */
.cpd-player-stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
}

.cpd-player-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
}

.cpd-player-stat-val {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: var(--space-1);
}

.cpd-player-stat-lbl {
  font-size: var(--font-size-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-muted);
}

/* --- Player Stats Strip --- */
.cpd-pstrip {
  display: flex;
  align-items: center;
  gap: 0;
  padding: var(--space-4) 0;
  margin-bottom: var(--space-6);
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
  overflow-x: auto;
}

.cpd-pstrip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: var(--space-1) var(--space-6);
  flex-shrink: 0;
  position: relative;
}

.cpd-pstrip-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: var(--color-border-light);
}

.cpd-pstrip-item:last-child::after {
  display: none;
}

.cpd-pstrip-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
}

.cpd-pstrip-val {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
}

.cpd-pstrip-big {
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
}

.cpd-pstrip-pos-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  background: var(--color-primary);
  color: #fff;
}

/* --- Career Timeline --- */
.cpd-career-timeline {
  position: relative;
  padding-left: var(--space-6);
}

.cpd-career-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--color-border);
  border-radius: 1px;
}

.cpd-career-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  position: relative;
}

.cpd-career-dot {
  width: 14px;
  height: 14px;
  border-radius: var(--radius-full);
  background: var(--color-surface);
  border: 2px solid var(--color-muted);
  flex-shrink: 0;
  margin-left: calc(-1 * var(--space-6));
  margin-top: 2px;
  z-index: 1;
}

.cpd-career-dot--current {
  border-color: var(--color-primary);
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

.cpd-career-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cpd-career-club {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
}

.cpd-career-item--current .cpd-career-club {
  color: var(--color-primary);
}

.cpd-career-season {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  font-weight: 500;
}

@media (max-width: 600px) {
  .cpd-pstrip-item {
    padding: var(--space-1) var(--space-4);
  }
}

/* --- Trophy Showcase --- */
.cpd-trophy-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.cpd-trophy-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.cpd-trophy-item:hover {
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cpd-trophy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
  flex-shrink: 0;
  margin-top: 1px;
}

.cpd-trophy-icon svg {
  width: 14px;
  height: 14px;
}

.cpd-trophy-text {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: #1e293b;
  line-height: 1.5;
  padding-top: 3px;
}

/* --- Squad Section --- */
.cpd-squad-group {
  margin-bottom: var(--space-6);
}

.cpd-squad-group:last-child {
  margin-bottom: 0;
}

.cpd-squad-group-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-muted);
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-2);
  border-bottom: 2px solid var(--color-border-light);
}

.cpd-squad-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--space-3);
}

.cpd-squad-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  background: #fff;
  transition: all 200ms ease;
  color: inherit;
  cursor: pointer;
}

.cpd-squad-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.08);
  transform: translateY(-2px);
  color: inherit;
}

.cpd-squad-card--coach {
  background: linear-gradient(135deg, #f8fafc, #f0f4f8);
  border-color: #e2e8f0;
}

.cpd-squad-card--coach:hover {
  border-color: #6366f1;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.1);
}

.cpd-squad-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.cpd-squad-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-full);
}

.cpd-squad-avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}

.cpd-squad-card--coach .cpd-squad-avatar-placeholder {
  background: linear-gradient(135deg, #c7d2fe, #a5b4fc);
  color: #4f46e5;
}

.cpd-squad-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.cpd-squad-name {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cpd-squad-role {
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: #6366f1;
}

.cpd-squad-nat {
  font-size: 11px;
  color: var(--color-muted);
}

.cpd-squad-pos {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 1px 8px;
  border-radius: var(--radius-full);
  width: fit-content;
}

.cpd-pos-kiper {
  background: #fef3c7;
  color: #b45309;
}

.cpd-pos-anchor {
  background: #dbeafe;
  color: #1d4ed8;
}

.cpd-pos-flank {
  background: #dcfce7;
  color: #15803d;
}

.cpd-pos-pivot {
  background: #fce7f3;
  color: #be185d;
}

.cpd-squad-badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.cpd-badge-captain {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}

.cpd-badge-timnas {
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: var(--radius-full);
  background: #fef2f2;
  color: #dc2626;
}

.cpd-badge-foreign {
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: var(--radius-full);
  background: #eff6ff;
  color: #2563eb;
}

/* --- Coming Soon State ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Brand Compliant --- */
.cpd-coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-10) var(--space-6) var(--space-8);
  background: var(--color-accent-light);
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-xl);
  margin-bottom: var(--space-4);
  position: relative;
  overflow: hidden;
}

.cpd-coming-soon::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 60% 20%, rgba(37, 99, 235, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 80%, rgba(249, 115, 22, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* Radar container */
.cpd-cs-radar {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: var(--space-5);
}

.cpd-cs-ring {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 50%;
}

.cpd-cs-ring--2 {
  inset: 26px;
  border-color: rgba(37, 99, 235, 0.08);
}

/* Sweep animation */
.cpd-cs-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
      transparent 0deg,
      rgba(37, 99, 235, 0.15) 30deg,
      transparent 60deg);
  animation: cpd-radar-spin 3s linear infinite;
}

@keyframes cpd-radar-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Jersey silhouettes */
.cpd-cs-jerseys {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 1;
}

.cpd-cs-jersey {
  width: 26px;
  height: 32px;
  color: rgba(37, 99, 235, 0.2);
  animation: cpd-jersey-float 3s ease-in-out infinite;
}

.cpd-cs-jersey--center {
  width: 32px;
  height: 38px;
  color: rgba(37, 99, 235, 0.35);
  animation-delay: -1s;
}

.cpd-cs-jersey:first-child {
  animation-delay: -0.5s;
}

.cpd-cs-jersey:last-child {
  animation-delay: -1.5s;
}

@keyframes cpd-jersey-float {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

/* Content */
.cpd-cs-content {
  position: relative;
  z-index: 1;
}

.cpd-cs-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  background: var(--color-primary-light);
  border: 1px solid rgba(37, 99, 235, 0.15);
  padding: 4px 14px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-3);
  text-transform: uppercase;
}

.cpd-coming-soon-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-secondary);
  margin: 0 0 var(--space-2);
  letter-spacing: -0.01em;
}

.cpd-coming-soon-text {
  font-size: 0.82rem;
  color: var(--color-text-secondary);
  max-width: 380px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Progress bar */
.cpd-cs-progress {
  margin-top: var(--space-5);
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.cpd-cs-progress-bar {
  height: 4px;
  background: var(--color-border);
  border-radius: var(--radius-full);
  position: relative;
  overflow: hidden;
}

.cpd-cs-progress-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress, 0%);
  background: linear-gradient(90deg, var(--color-primary), #3b82f6);
  border-radius: var(--radius-full);
  transition: width 1s ease;
}

.cpd-cs-progress-label {
  display: block;
  margin-top: 6px;
  font-size: 0.7rem;
  color: var(--color-muted);
  letter-spacing: 0.02em;
}

/* Preview grid (blurred existing players) */
.cpd-squad-grid--preview {
  opacity: 0.25;
  filter: blur(2px) grayscale(0.6);
  pointer-events: none;
  user-select: none;
  position: relative;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 85%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 85%);
}

.cpd-squad-count {
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--color-muted);
  margin-left: 4px;
}

@media (max-width: 600px) {
  .cpd-cs-radar {
    width: 100px;
    height: 100px;
  }

  .cpd-cs-jersey {
    width: 20px;
    height: 24px;
  }

  .cpd-cs-jersey--center {
    width: 26px;
    height: 30px;
  }

  .cpd-coming-soon-title {
    font-size: 1rem;
  }

  .cpd-coming-soon {
    padding: var(--space-8) var(--space-4) var(--space-6);
  }
}


/* --- Related Clubs (horizontal scroll) --- */
.cpd-related-scroll {
  display: flex;
  gap: var(--space-4);
  overflow-x: auto;
  padding-bottom: var(--space-3);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.cpd-related-scroll::-webkit-scrollbar {
  height: 4px;
}

.cpd-related-scroll::-webkit-scrollbar-track {
  background: var(--color-accent-light);
  border-radius: 2px;
}

.cpd-related-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 2px;
}

.cpd-related-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-5) var(--space-4);
  min-width: 130px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  background: #fff;
  transition: all 200ms ease;
  scroll-snap-align: start;
  cursor: pointer;
  color: inherit;
  flex-shrink: 0;
}

.cpd-related-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
  color: inherit;
}

.cpd-related-card img {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  object-fit: contain;
  margin-bottom: var(--space-2);
  background: #f8fafc;
  padding: 2px;
}

.cpd-related-name {
  font-size: var(--font-size-xs);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 2px;
}

.cpd-related-city {
  font-size: 11px;
  color: var(--color-muted);
}

/* --- Profile Autolink --- */
.profile-autolink {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted var(--color-primary);
  transition: border-color var(--transition-fast);
}

.profile-autolink:hover {
  border-bottom-style: solid;
}

/* --- Responsive (Profile Detail) --- */
@media (max-width: 1024px) {
  .profile-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cpd-content {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .profile-tabs {
    flex-wrap: wrap;
  }

  .cpd-hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .cpd-hero-avatar {
    width: 100px;
    height: 100px;
    padding: 8px;
  }

  .cpd-hero-name {
    font-size: var(--font-size-2xl);
  }

  .cpd-hero-tags {
    justify-content: center;
  }

  .cpd-socials {
    justify-content: center;
  }

  .cpd-strip {
    justify-content: flex-start;
  }

  .cpd-info-row {
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto auto;
  }

  .cpd-info-label {
    grid-column: 2;
    font-size: var(--font-size-xs);
  }

  .cpd-info-value {
    grid-column: 1 / -1;
    padding-left: 40px;
    margin-top: -2px;
  }

  .cpd-section-alt {
    margin-left: calc(-1 * var(--space-4));
    margin-right: calc(-1 * var(--space-4));
    padding: var(--space-6) var(--space-4);
  }

  .cpd-player-stats {
    justify-content: center;
  }
}

/* ============================================
   HOMEPAGE PROFILE SECTION ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Chip + Glass 6-Col
   Refined with UI/UX Pro Max
   ============================================ */

.v3-section-profil {
  padding: var(--space-12) 0 var(--space-16);
  margin-bottom: calc(-1 * var(--space-16));
  background: linear-gradient(160deg, #f0f4f8 0%, #e8eef6 40%, #f5f7fa 100%);
  position: relative;
  overflow: hidden;
}

.v3-section-profil::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hp-profil-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-6);
}

.hp-profil-chip {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.hp-profil-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--color-primary), #3b82f6);
  color: #fff;
  flex-shrink: 0;
}

.hp-profil-chip h2 {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.01em;
}

.hp-profil-vl {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  transition: color 200ms ease, gap 200ms ease;
}

.hp-profil-vl:hover {
  color: #1d4ed8;
  gap: 6px;
}

.hp-profil-pills {
  display: flex;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
}

.hp-profil-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: 600;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  transition: all 200ms ease;
}

.hp-profil-pill:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: #eff6ff;
}

.hp-profil-pill.active {
  background: linear-gradient(135deg, var(--color-primary), #3b82f6);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.25);
}

.hp-profil-pill svg {
  flex-shrink: 0;
  opacity: 0.8;
}

.hp-profil-pill.active svg {
  opacity: 1;
}

.hp-profil-panel {
  display: none;
  animation: profilFadeIn 250ms ease;
}

.hp-profil-panel.active {
  display: block;
}

@keyframes profilFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hp-profil-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.hp-profil-glass {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-5) var(--space-3) var(--space-4);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #1e293b;
  cursor: pointer;
  position: relative;
}

.hp-profil-glass:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(37, 99, 235, 0.1);
  color: #0f172a;
}

.hp-profil-glass-avatar {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-full);
  overflow: hidden;
  margin-bottom: var(--space-3);
  padding: 2px;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  flex-shrink: 0;
}

.hp-profil-glass:hover .hp-profil-glass-avatar {
  background: linear-gradient(135deg, var(--color-primary), #3b82f6);
}

.hp-profil-glass-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-full);
}

.hp-profil-glass-name {
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 var(--space-1);
  line-height: 1.3;
  color: #0f172a;
}

.hp-profil-glass-info {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  color: #64748b;
  margin-bottom: var(--space-2);
}

.hp-profil-glass-info svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.hp-profil-glass-badge {
  font-size: 0.62rem;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: var(--radius-full);
  background: #eff6ff;
  color: #2563eb;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.hp-profil-see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  padding: var(--space-3) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: color 200ms ease, gap 200ms ease;
}

.hp-profil-see-all:hover {
  color: #1d4ed8;
  gap: 6px;
}

.hp-profil-see-all svg {
  flex-shrink: 0;
  transition: transform 200ms ease;
}

.hp-profil-see-all:hover svg {
  transform: translateX(2px);
}

@media (prefers-reduced-motion: reduce) {

  .hp-profil-glass,
  .hp-profil-pill,
  .hp-profil-vl,
  .hp-profil-see-all,
  .hp-profil-see-all svg {
    transition: none;
  }

  .hp-profil-glass:hover {
    transform: none;
  }

  .hp-profil-panel {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .hp-profil-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .hp-profil-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .hp-profil-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
  }

  .hp-profil-glass {
    padding: var(--space-4) var(--space-2) var(--space-3);
  }

  .hp-profil-glass-avatar {
    width: 48px;
    height: 48px;
  }

  .hp-profil-glass-name {
    font-size: 0.75rem;
  }
}

/* ============================================================
   CATEGORY PAGE ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Popular Post Hero Section
   Layout: #78 Split Hero + Masonry Below
   Brand: futsalisme.id design system (Inter, flat, snappy)
   UX Pro Max: SVG icons, cursor-pointer, 150-250ms transitions,
               4.5:1 contrast, prefers-reduced-motion
   ============================================================ */

.cat-popular {
  margin-top: var(--space-6);
  margin-bottom: var(--space-12);
}

/* Section Header */
.cat-popular-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-5);
}

.cat-popular-header h2 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-heading);
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
}

.cat-popular-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--color-primary);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.cat-popular-header-icon svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.cat-popular-header-link {
  font-size: var(--font-size-xs);
  color: var(--color-primary);
  font-weight: 500;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.cat-popular-header-link:hover {
  color: var(--color-primary-dark);
}

/* Hero Container ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â pl-hero layout */
.cat-popular-hero {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

/* ============================================
   SPLIT HERO ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â pf-split layout
   Grid 1fr 1fr, image left, body right
   ============================================ */
.cat-popular-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  cursor: pointer;
  transition: border-color var(--transition-slow), transform var(--transition-slow);
  min-height: 280px;
  color: inherit;
}

.cat-popular-split:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

/* Split Hero Image (left side) */
.cat-popular-split-img {
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

/* Split Hero Body (right side) */
.cat-popular-split-body {
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Rank Number ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â big gradient number */
.cat-popular-split-rank {
  font-family: var(--font-heading);
  font-size: var(--font-size-5xl);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-1);
}

/* Title */
.cat-popular-split-title {
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-2);
  color: var(--color-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.cat-popular-split:hover .cat-popular-split-title {
  color: var(--color-primary);
}

/* Excerpt */
.cat-popular-split-excerpt {
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: var(--line-height-normal);
  margin-bottom: var(--space-2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta */
.cat-popular-split-meta {
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

/* ============================================
   MASONRY ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â pl-masonry layout
   CSS columns: 2
   ============================================ */
.cat-popular-masonry {
  columns: 2;
  column-gap: var(--space-4);
}

.cat-popular-masonry>* {
  break-inside: avoid;
  margin-bottom: var(--space-3);
}

/* ============================================
   GLASS CARD ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â pc-glass card
   Flex row, brand-compliant radius & spacing
   ============================================ */
.cat-popular-glass {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-3);
  display: flex;
  gap: var(--space-3);
  align-items: center;
  cursor: pointer;
  transition: border-color var(--transition-base), transform var(--transition-base), background var(--transition-base);
  color: inherit;
}

.cat-popular-glass:hover {
  background: var(--color-accent-light);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

/* Glass Card Thumbnail ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 70x70 */
.cat-popular-glass-thumb {
  width: 70px;
  height: 70px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  flex-shrink: 0;
}

.cat-popular-glass-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Glass Card Info */
.cat-popular-glass-info {
  flex: 1;
  min-width: 0;
}

/* Glass Card Title */
.cat-popular-glass-title {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 600;
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-1);
  color: var(--color-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.cat-popular-glass:hover .cat-popular-glass-title {
  color: var(--color-primary);
}

/* Glass Card Meta */
.cat-popular-glass-meta {
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

/* Views badge styling */
.cat-popular-views {
  font-weight: 600;
}

.cat-popular-views.hot {
  color: var(--color-primary);
}

.cat-popular-views.warm {
  color: var(--color-primary);
}

/* ============================================
   HASH RANKING ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â pr-hash ranking display
   Inter font (brand), monospace number feel
   ============================================ */
.cat-popular-hash {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-border);
  flex-shrink: 0;
  min-width: 36px;
  font-variant-numeric: tabular-nums;
}

.cat-popular-hash.top3 {
  color: var(--color-primary);
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .cat-popular-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cat-popular-split-img {
    min-height: 200px;
  }

  .cat-popular-split-rank {
    font-size: var(--font-size-4xl);
  }
}

@media (max-width: 768px) {
  .cat-popular-masonry {
    columns: 1;
  }

  .cat-popular-split-title {
    font-size: var(--font-size-base);
  }
}

@media (max-width: 480px) {
  .cat-popular-split-body {
    padding: var(--space-4);
  }

  .cat-popular-glass {
    padding: var(--space-2);
  }

  .cat-popular-glass-thumb {
    width: 56px;
    height: 56px;
  }
}

/* ============================================================
   BRAND DIRECTORY ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Sepatu Futsal Category
   Grid of brand cards with logo initials
   ============================================================ */

.brand-directory {
  margin-top: var(--space-6);
  margin-bottom: var(--space-12);
}

.brand-directory-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-6);
}

.brand-directory-header h2 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-heading);
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
}

.brand-directory-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--color-primary);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.brand-directory-icon svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.brand-directory-count {
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  font-weight: 500;
}

/* Brand Grid */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-4);
}

/* Brand Card */
.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-5) var(--space-3);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  cursor: pointer;
  transition: border-color var(--transition-base), transform var(--transition-base), background var(--transition-base);
  color: inherit;
  text-align: center;
}

.brand-card:hover {
  background: var(--color-accent-light);
  border-color: var(--color-primary);
  transform: translateY(-3px);
}

/* Brand Logo */
.brand-card-logo {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  padding: var(--space-2);
  transition: transform var(--transition-base), border-color var(--transition-base);
}

.brand-card:hover .brand-card-logo {
  transform: scale(1.08);
  border-color: var(--color-primary);
}

.brand-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Brand Name */
.brand-card-name {
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: var(--line-height-tight);
  transition: color var(--transition-fast);
}

.brand-card:hover .brand-card-name {
  color: var(--color-primary);
}

/* Post Count */
.brand-card-count {
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  color: var(--color-primary);
  font-weight: 600;
}

.brand-card-count-empty {
  color: var(--color-muted);
  font-weight: 400;
  font-style: italic;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
  }

  .brand-card {
    padding: var(--space-4) var(--space-2);
  }

  .brand-card-logo {
    width: 48px;
    height: 48px;
  }

  .brand-card-initial {
    font-size: var(--font-size-lg);
  }
}

@media (max-width: 480px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   PRO FUTSAL LEAGUE ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Hub Page
   Standings table, tabs, match cards
   ============================================================ */

/* League Hero */
.league-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.league-hero-info {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.league-hero-info h1 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.league-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--color-primary);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.league-hero-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.league-badge {
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  font-weight: 600;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.league-badge-live {
  background: #dcfce7;
  color: #16a34a;
}

.league-badge-done {
  background: var(--color-accent-light);
  color: var(--color-muted);
}

.league-desc {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  margin-top: var(--space-2);
  line-height: var(--line-height-relaxed);
}

/* Season Selector */
.league-season-select select {
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: 500;
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  color: var(--color-secondary);
  cursor: pointer;
  transition: border-color var(--transition-fast);
}

.league-season-select select:hover,
.league-season-select select:focus {
  border-color: var(--color-primary);
  outline: none;
}

/* Section Headers (scroll layout) */
.league-section {
  margin-bottom: var(--space-10);
  padding-bottom: var(--space-16);
  border-bottom: 1px solid var(--color-border);
}

.league-section:last-child {
  border-bottom: none;
}

.league-section-header {
  margin-bottom: var(--space-6);
}

.league-section-header h2 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: var(--color-secondary);
}

.league-section-header h2 svg {
  width: 22px;
  height: 22px;
  color: var(--color-primary);
  flex-shrink: 0;
}

/* Collapsible Matchday Accordion */
.matchday-group .matchday-matches {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.matchday-group.open .matchday-matches {
  max-height: 600px;
}

.matchday-chevron {
  display: flex;
  transition: transform 0.25s ease;
}

.matchday-chevron svg {
  width: 18px;
  height: 18px;
}

.matchday-group.open .matchday-chevron {
  transform: rotate(180deg);
}

/* ---- STANDINGS TABLE ---- */
.league-standings-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.league-standings {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
}

.league-standings thead {
  background: var(--color-secondary);
  color: #fff;
}

.league-standings th {
  padding: var(--space-3) var(--space-2);
  font-weight: 600;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.league-standings td {
  padding: var(--space-3) var(--space-2);
  border-bottom: 1px solid var(--color-border);
  white-space: nowrap;
}

.league-standings tbody tr {
  transition: background var(--transition-fast);
}

.league-standings tbody tr:hover {
  background: var(--color-accent-light);
}

/* Playoff zone highlight */
.standings-top4 {
  background: rgba(var(--color-primary-rgb, 37, 99, 235), 0.04);
}

.standings-top4 td:first-child {
  border-left: 3px solid var(--color-primary);
}

/* Rank */
.col-rank {
  text-align: center;
  width: 40px;
}

.rank-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: var(--font-size-xs);
}

.rank-playoff {
  background: var(--color-primary);
  color: #fff;
}

/* Team column */
.col-team {
  text-align: left;
  min-width: 180px;
}

.team-link {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--color-secondary);
  font-weight: 600;
  transition: color var(--transition-fast);
}

.team-link:hover {
  color: var(--color-primary);
}

.team-logo {
  width: 24px;
  height: 24px;
  border-radius: var(--radius-sm);
  object-fit: contain;
  flex-shrink: 0;
}

.team-logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--color-accent-light);
  border-radius: var(--radius-sm);
  font-size: 10px;
  font-weight: 800;
  color: var(--color-primary);
  flex-shrink: 0;
}

.team-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Numeric columns */
.col-num {
  text-align: center;
  width: 36px;
  color: var(--color-body);
}

.col-pts {
  text-align: center;
  width: 44px;
  font-size: var(--font-size-base);
}

.gd-pos {
  color: #16a34a;
}

.gd-neg {
  color: #dc2626;
}

/* Legend */
.standings-legend {
  display: flex;
  gap: var(--space-4);
  margin-top: var(--space-4);
  padding: var(--space-3);
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

.legend-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: var(--radius-full);
}

.legend-dot.playoff {
  background: var(--color-primary);
}

/* ---- MATCH CARDS ---- */
.league-fixtures {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.matchday-group {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.matchday-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--space-3) var(--space-5);
  background: var(--color-secondary);
  color: #fff;
  border: none;
  font-family: inherit;
  cursor: pointer;
  transition: opacity var(--transition-fast);
}

.matchday-header:hover {
  opacity: 0.92;
}

.matchday-header-left {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.matchday-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--font-size-sm);
}

.matchday-meta {
  font-size: var(--font-size-xs);
  opacity: 0.8;
}

.matchday-matches {
  display: flex;
  flex-direction: column;
}

/* Individual Match */
.match-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: var(--space-3) var(--space-5);
  border-bottom: 1px solid var(--color-border);
  transition: background var(--transition-fast);
}

.match-card:last-child {
  border-bottom: none;
}

.match-card:hover {
  background: var(--color-accent-light);
}

.match-team {
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-body);
}

.match-home {
  text-align: right;
}

.match-away {
  text-align: left;
}

.match-team.winner {
  font-weight: 700;
  color: var(--color-secondary);
}

.match-team-link {
  color: inherit;
  transition: color var(--transition-fast);
}

.match-team-link:hover {
  color: var(--color-primary);
}

/* Score */
.match-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-width: 80px;
  padding: 0 var(--space-3);
}

.score-num {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--font-size-base);
  color: var(--color-secondary);
  width: 24px;
  text-align: center;
}

.score-win {
  color: var(--color-primary);
}

.score-sep {
  color: var(--color-muted);
  font-weight: 300;
}

.score-time {
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--color-primary);
  background: var(--color-accent-light);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
}

/* News More Link */
.league-news-more {
  text-align: center;
  margin-top: var(--space-8);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-heading);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: var(--radius-lg);
  background: transparent;
  transition: background var(--transition-base), color var(--transition-base);
}

.btn-outline:hover {
  background: var(--color-primary);
  color: #fff;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .league-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .league-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .league-tab {
    padding: var(--space-3) var(--space-4);
    font-size: var(--font-size-xs);
    white-space: nowrap;
  }

  .match-card {
    padding: var(--space-3);
  }

  .match-team {
    font-size: var(--font-size-xs);
  }

  .match-score {
    min-width: 60px;
  }

  .league-standings th,
  .league-standings td {
    padding: var(--space-2) var(--space-1);
    font-size: var(--font-size-xs);
  }

  .col-team {
    min-width: 130px;
  }
}

@media (max-width: 480px) {
  .match-card {
    grid-template-columns: 1fr auto 1fr;
    gap: var(--space-1);
    padding: var(--space-2) var(--space-3);
  }

  .matchday-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1);
    padding: var(--space-3);
  }
}

/* ============================================================
   PFL HUB ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Dashboard-specific Components
   ============================================================ */

/* Section Footer (CTA links) */
.league-section-footer {
  text-align: center;
  margin-top: var(--space-6);
}

/* Upcoming Match Cards */
.hub-matches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-4);
}

.hub-match-card {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.hub-match-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.hub-match-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  padding: var(--space-2) var(--space-3);
  background: var(--color-primary);
  border-radius: var(--radius-md);
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}

.hub-match-day {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--font-size-sm);
  line-height: 1;
}

.hub-match-time {
  font-size: 10px;
  opacity: 0.85;
  margin-top: 2px;
}

.hub-match-teams {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.hub-match-team {
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-secondary);
}

.hub-match-vs {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  font-weight: 400;
}

.hub-match-venue {
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  white-space: nowrap;
}

/* Results List (reuse match-card) */
.hub-results-list {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

/* Season Archive Grid */
.hub-seasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-4);
}

.hub-season-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-5);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  transition: border-color var(--transition-fast), transform var(--transition-fast);
}

.hub-season-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.hub-season-card.current {
  border-color: var(--color-primary);
  background: rgba(var(--color-primary-rgb, 37, 99, 235), 0.04);
}

.hub-season-year {
  font-family: var(--font-heading);
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
  line-height: 1;
}

.hub-season-name {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
}

/* Hide on mobile */
.hide-mobile {
  display: table-cell;
}

@media (max-width: 640px) {
  .hide-mobile {
    display: none;
  }

  .hub-matches-grid {
    grid-template-columns: 1fr;
  }

  .hub-seasons-grid {
    grid-template-columns: 1fr;
  }
}



/* ============================================================
   KOMPETISI HUB ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Hero + List Styles
   ============================================================ */

/* --- Full-Bleed Hero Banner --- */
.kh-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  margin-top: calc(-1 * var(--nav-height));
  padding-top: var(--nav-height);
}

.kh-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(15, 23, 42, 0.95) 0%,
      rgba(15, 23, 42, 0.7) 40%,
      rgba(15, 23, 42, 0.3) 100%);
  z-index: 1;
}

.kh-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--space-16) + 2rem);
  padding-bottom: var(--space-16);
}

/* breadcrumbs in hero ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â override global .breadcrumb-item colors */
.kh-hero .breadcrumbs {
  margin-bottom: var(--space-5);
}

.kh-hero .breadcrumb-item,
.kh-hero .breadcrumb-item a,
.kh-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7) !important;
}

.kh-hero .breadcrumb-item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.4) !important;
}

.kh-hero .breadcrumb-item a:hover {
  color: #fff !important;
}
}

.kh-hero-title {
  font-family: var(--font-heading);
  font-size: var(--font-size-5xl);
  font-weight: 800;
  color: #fff !important;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 var(--space-4) 0;
}

.kh-hero-sub {
  font-size: var(--font-size-lg);
  color: rgba(255, 255, 255, 0.75) !important;
  line-height: var(--line-height-normal);
  margin: 0 0 var(--space-8) 0;
  max-width: 540px;
}

/* Stats row */
.kh-hero-stats {
  display: flex;
  gap: var(--space-6);
}

.kh-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kh-hero-stat-num {
  font-family: var(--font-heading);
  font-size: var(--font-size-3xl);
  font-weight: 800;
  color: #fff !important;
  line-height: 1;
}

.kh-hero-stat-label {
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* --- Live Row --- */
.kh-live-row {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5);
  background: var(--color-secondary);
  border-radius: var(--radius-lg);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity var(--transition-fast);
  flex-wrap: wrap;
}

.kh-live-row:hover {
  opacity: 0.92;
  color: #fff;
}

.kh-live-row-left {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  min-width: 0;
}

.kh-live-row-left h3 {
  color: #fff;
  margin: 0;
  font-size: var(--font-size-lg);
  font-weight: 700;
}

.kh-live-row-meta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.7);
  flex-wrap: wrap;
}

.kh-row-cta {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-cta);
  white-space: nowrap;
  margin-left: auto;
}

.kh-dot {
  color: var(--color-muted);
  opacity: 0.5;
}

/* Section header with icon ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â make sure h2 inside uses brand colors */
.league-section-header h2 svg {
  vertical-align: -3px;
  margin-right: var(--space-1);
}

/* Section subtitle */
/* Space below hero for first league-section */
.kh-hero+.container>.league-section:first-child {
  margin-top: var(--space-8);
}

.league-section-sub {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  margin: var(--space-1) 0 0 0;
}

/* --- Competition List --- */
.kh-list {
  display: flex;
  flex-direction: column;
}

.kh-row {
  --row-color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-2);
  text-decoration: none;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border-light);
  cursor: pointer;
  transition: background var(--transition-fast), padding-left var(--transition-fast);
}

.kh-row:first-child {
  border-top: 1px solid var(--color-border-light);
}

.kh-row:hover {
  background: var(--color-accent-light);
  padding-left: var(--space-3);
}

.kh-row-accent {
  width: 3px;
  align-self: stretch;
  border-radius: 2px;
  background: var(--row-color);
  flex-shrink: 0;
  transition: width var(--transition-fast);
}

.kh-row:hover .kh-row-accent {
  width: 5px;
}

.kh-row-name {
  font-family: var(--font-heading);
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 180px;
}

.kh-row:hover .kh-row-name {
  color: var(--row-color);
}

.kh-row-pill {
  display: inline-flex;
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: 600;
  flex-shrink: 0;
}

.kh-row-info {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  white-space: nowrap;
}

.kh-row-arrow {
  color: var(--color-muted);
  flex-shrink: 0;
  margin-left: auto;
  transition: transform var(--transition-fast), color var(--transition-fast);
}

.kh-row:hover .kh-row-arrow {
  transform: translateX(3px);
  color: var(--row-color);
}

/* Responsive */
@media (max-width: 768px) {
  .kh-hero {
    min-height: 360px;
  }

  .kh-hero-title {
    font-size: var(--font-size-3xl);
  }

  .kh-hero-sub {
    font-size: var(--font-size-base);
  }

  .kh-hero-stats {
    gap: var(--space-4);
  }

  .kh-hero-stat-num {
    font-size: var(--font-size-2xl);
  }

  .kh-row {
    flex-wrap: wrap;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-2);
  }

  .kh-row-name {
    min-width: auto;
    flex: 1;
  }

  .kh-row-info {
    font-size: var(--font-size-xs);
  }

  .kh-live-row {
    padding: var(--space-4);
  }
}

@media (max-width: 480px) {
  .kh-hero {
    min-height: 300px;
  }

  .kh-hero-title {
    font-size: var(--font-size-2xl);
  }

  .kh-hero-stats {
    flex-wrap: wrap;
    gap: var(--space-3);
  }
}


/* ============================================================
   GROUP STANDINGS ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Tournament Format (per-group tables)
   ============================================================ */

.group-standings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5);
}

.group-standings-block {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  overflow-x: auto;
}

.group-name {
  font-family: var(--font-heading);
  font-size: var(--font-size-md);
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 var(--space-3) 0;
  padding-bottom: var(--space-2);
  border-bottom: 2px solid var(--color-primary);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.group-name::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--color-primary);
  border-radius: 2px;
}

/* Compact table for group standings */
.league-standings-compact {
  font-size: var(--font-size-sm);
}

.league-standings-compact .col-team {
  min-width: 100px;
}

.league-standings-compact .col-num,
.league-standings-compact .col-pts {
  padding: var(--space-1) var(--space-2);
}

/* Standings Legend */
.standings-legend {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-3);
  padding: var(--space-2) var(--space-3);
  font-size: var(--font-size-xs);
  color: var(--color-muted);
}

.legend-item {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-dot.playoff {
  background: var(--color-primary);
  opacity: 0.3;
}

/* Qualifier rows highlight */
.standings-playoff {
  background: rgba(37, 99, 235, 0.04);
}

.rank-playoff {
  color: var(--color-primary);
  font-weight: 700;
}

/* Goal difference colors */
.gd-pos {
  color: #16a34a;
}

.gd-neg {
  color: #dc2626;
}

/* League badge styles */
.league-badge-done {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  font-size: var(--font-size-xs);
  border-radius: 12px;
  background: rgba(107, 114, 128, 0.1);
  color: var(--color-muted);
  font-weight: 600;
}

@media (max-width: 768px) {
  .group-standings-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .group-standings-block {
    padding: var(--space-3);
  }
}

@media (max-width: 480px) {
  .league-standings-compact .col-num {
    padding: var(--space-1);
    font-size: var(--font-size-xs);
  }
}

/* ============================================
   LAPANGAN FUTSAL ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Directory Page
   ============================================ */

/* --- Hero + Search --- */
.lf-hero {
  position: relative;
  background: linear-gradient(135deg, #0a1628 0%, #0b3d7a 50%, #1e5aa8 100%);
  padding: var(--space-16) 0 var(--space-12);
  overflow: hidden;
  text-align: center;
}

.lf-hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(37, 99, 235, .15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(59, 130, 246, .12) 0%, transparent 50%);
  pointer-events: none;
}

.lf-hero .breadcrumbs {
  justify-content: center;
}

.lf-hero .breadcrumbs,
.lf-hero .breadcrumbs a,
.lf-hero .breadcrumbs span {
  color: rgba(255, 255, 255, .5);
}

.lf-hero .breadcrumbs a:hover {
  color: rgba(255, 255, 255, .8);
}

.lf-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
  backdrop-filter: blur(4px);
}

.lf-hero-title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: var(--space-3);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.lf-hero-title span {
  background: linear-gradient(90deg, #60a5fa, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lf-hero-subtitle {
  color: rgba(255, 255, 255, .7);
  font-size: var(--font-size-base);
  max-width: 560px;
  margin: 0 auto var(--space-6);
  line-height: 1.6;
}

.lf-search {
  max-width: 520px;
  margin: 0 auto;
}

.lf-search-bar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  padding: 14px 20px;
  backdrop-filter: blur(10px);
  transition: border-color .2s, background .2s;
}

.lf-search-bar:focus-within {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .4);
}

.lf-search-bar svg {
  color: rgba(255, 255, 255, .5);
  flex-shrink: 0;
}

.lf-search-bar input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: var(--font-size-base);
  width: 100%;
}

.lf-search-bar input::placeholder {
  color: rgba(255, 255, 255, .45);
}

/* --- Stats Strip --- */
.lf-stats {
  background: var(--color-primary-light);
  border-bottom: 1px solid var(--border-color);
  padding: var(--space-5) 0;
}

.lf-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
}

.lf-stat {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.lf-stat svg {
  color: var(--color-primary);
}

.lf-stat-info {
  display: flex;
  flex-direction: column;
}

.lf-stat-number {
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: var(--text-color);
  line-height: 1.2;
}

.lf-stat-label {
  font-size: var(--font-size-xs);
  color: var(--text-secondary);
  font-weight: 500;
}

.lf-stat-sep {
  width: 1px;
  height: 36px;
  background: var(--border-color);
}

/* --- City Filter Pills --- */
.lf-filter {
  padding: var(--space-5) 0 0;
}

.lf-pills {
  display: flex;
  gap: var(--space-2);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.lf-pills::-webkit-scrollbar {
  display: none;
}

.lf-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: #fff;
  color: var(--text-secondary);
  font-size: var(--font-size-sm);
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all .2s;
}

.lf-pill:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: var(--color-primary-light);
}

.lf-pill.active {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.lf-pill.active svg {
  color: #fff;
}

/* --- Section Header --- */
.lf-section-header {
  margin-bottom: var(--space-6);
}

.lf-section-header h2 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: var(--space-1);
}

.lf-section-header h2 svg {
  color: var(--color-primary);
}

.lf-section-header p {
  color: var(--text-secondary);
  font-size: var(--font-size-sm);
}

/* --- Featured Courts (Top 3) --- */
.lf-featured {
  padding: var(--space-10) 0;
}

.lf-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.lf-feat-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .04);
  transition: transform .25s, box-shadow .25s;
  text-decoration: none;
  color: inherit;
}

.lf-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
}

.lf-feat-img {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.lf-feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.lf-feat-card:hover .lf-feat-img img {
  transform: scale(1.05);
}

.lf-feat-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-xs);
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 8px;
  letter-spacing: .5px;
}

.lf-feat-body {
  padding: var(--space-4);
}

.lf-feat-title {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: var(--space-2);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lf-feat-excerpt {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-3);
}

.lf-feat-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-xs);
  color: var(--text-muted);
}

.lf-feat-views {
  display: flex;
  align-items: center;
  gap: 4px;
}

.lf-feat-views svg {
  color: var(--color-primary);
}

/* --- Listing Grid --- */
.lf-listing {
  padding: var(--space-8) 0 var(--space-10);
  background: var(--bg-secondary);
}

.lf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.lf-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border-color);
}

.lf-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  border-color: var(--color-primary-light);
}

.lf-card-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.lf-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.lf-card:hover .lf-card-img img {
  transform: scale(1.04);
}

.lf-card-body {
  padding: var(--space-4);
}

.lf-card-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: var(--space-2);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lf-card-excerpt {
  font-size: var(--font-size-xs);
  color: var(--text-secondary);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-3);
}

.lf-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-xs);
}

.lf-card-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-muted);
}

.lf-card-cta {
  color: var(--color-primary);
  font-weight: 600;
  font-size: var(--font-size-xs);
}

.lf-card:hover .lf-card-cta {
  text-decoration: underline;
}

/* --- No Results --- */
.lf-no-results {
  text-align: center;
  padding: var(--space-12) var(--space-4);
  color: var(--text-muted);
}

.lf-no-results svg {
  margin-bottom: var(--space-3);
  opacity: .4;
}

.lf-no-results h3 {
  font-size: var(--font-size-lg);
  color: var(--text-secondary);
  margin-bottom: var(--space-1);
}

.lf-no-results p {
  font-size: var(--font-size-sm);
}

/* --- CTA WhatsApp --- */
.lf-cta {
  padding: var(--space-10) 0;
}

.lf-cta-card {
  background: linear-gradient(135deg, #0a2e5c 0%, #1a56a0 50%, #2563eb 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-10);
  display: flex;
  align-items: center;
  gap: var(--space-6);
  position: relative;
  overflow: hidden;
}

.lf-cta-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  pointer-events: none;
}

.lf-cta-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, .12);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.lf-cta-text {
  flex: 1;
}

.lf-cta-text h2 {
  color: #fff;
  font-size: var(--font-size-xl);
  font-weight: 700;
  margin-bottom: var(--space-1);
}

.lf-cta-text p {
  color: rgba(255, 255, 255, .7);
  font-size: var(--font-size-sm);
  line-height: 1.5;
}

.lf-cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: #25d366;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: var(--font-size-sm);
  text-decoration: none;
  transition: background .2s, transform .2s;
  cursor: pointer;
}

.lf-cta-btn:hover {
  background: #20bd5a;
  transform: translateY(-1px);
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
  .lf-hero {
    padding: var(--space-10) 0 var(--space-8);
  }

  .lf-hero-title {
    font-size: 1.5rem;
  }

  .lf-stats-row {
    gap: var(--space-4);
  }

  .lf-stat-number {
    font-size: var(--font-size-lg);
  }

  .lf-feat-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .lf-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .lf-cta-card {
    flex-direction: column;
    text-align: center;
    padding: var(--space-6);
  }

  .lf-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .lf-feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   VENUE DETAIL PAGE ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â /lapangan-futsal/{slug}
   ============================================ */

/* --- Hero --- */
.venue-hero {
  position: relative;
  margin-bottom: var(--space-8);
  overflow: hidden;
}

.venue-hero-img-wrap {
  position: relative;
  height: clamp(260px, 40vw, 480px);
}

.venue-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.venue-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0.35) 50%, transparent 100%);
}

.venue-hero-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-bottom: var(--space-8);
  color: #fff;
}

.venue-hero-badges {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-bottom: var(--space-3);
}

.venue-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.venue-badge-dir {
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #93C5FD;
}

.venue-badge-review {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
}

.venue-hero-title {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 var(--space-3);
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.venue-hero-excerpt {
  font-size: var(--font-size-base);
  color: rgba(255,255,255,0.8);
  margin: 0 0 var(--space-4);
  max-width: 600px;
  line-height: 1.6;
}

.venue-hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.venue-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,0.7);
}

.venue-meta-item a {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  text-decoration: none;
}

.venue-meta-item a:hover { color: #fff; }

.venue-share-btn {
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.25);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  transition: background var(--transition-fast), border-color var(--transition-fast);
}

.venue-share-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}

/* --- Two-Column Layout --- */
.venue-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: var(--space-10);
  align-items: start;
  margin-bottom: var(--space-12);
}

/* --- Content --- */
.venue-content {
  min-width: 0;
}

.venue-facility-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
}

.venue-tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: var(--font-size-xs);
  font-weight: 700;
  background: var(--color-primary-light);
  color: var(--color-primary);
  border: 1px solid rgba(37,99,235,0.25);
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: background var(--transition-fast), color var(--transition-fast);
}

.venue-tag:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.venue-body { margin-bottom: var(--space-8); }

.venue-cta-review {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  padding: var(--space-5) var(--space-6);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  margin-top: var(--space-8);
}

.venue-cta-review p {
  flex: 1;
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
}

.venue-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-5);
  background: #25d366;
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity var(--transition-fast);
}

.venue-cta-btn:hover { opacity: 0.88; }

/* --- Info Panel (Sidebar) --- */
.venue-panel { position: sticky; top: var(--space-6); }

.venue-panel-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.venue-panel-header {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-5);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}

.venue-info-list {
  list-style: none;
  padding: var(--space-4) var(--space-5);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  border-bottom: 1px solid var(--color-border);
}

.venue-info-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--font-size-sm);
}

.venue-info-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: var(--color-primary-light);
  color: var(--color-primary);
  flex-shrink: 0;
}

.venue-info-item span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.venue-info-item strong {
  display: block;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-muted);
  font-weight: 700;
}

.venue-panel-section {
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--color-border);
}

.venue-panel-label {
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-muted);
  margin-bottom: var(--space-3);
}

.venue-facility-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.venue-facility-pill {
  display: inline-block;
  padding: 3px 10px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--color-text-secondary);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.venue-facility-pill:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}

.venue-panel-back {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-5);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  transition: gap var(--transition-fast);
}

.venue-panel-back:hover { gap: var(--space-3); }

/* --- Related Venues --- */
.venue-related {
  margin-top: var(--space-4);
  padding-top: var(--space-10);
  border-top: 2px solid var(--color-border);
}

.venue-related-header {
  margin-bottom: var(--space-6);
}

.venue-related-header h2 {
  font-size: var(--font-size-2xl);
  font-weight: 800;
  color: var(--color-secondary);
  margin: 0;
}

.venue-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.venue-related-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
  color: var(--color-text);
  transition: border-color var(--transition-base), transform var(--transition-base);
}

.venue-related-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-3px);
}

.venue-related-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.venue-related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}

.venue-related-card:hover .venue-related-img img {
  transform: scale(1.04);
}

.venue-related-body {
  padding: var(--space-4);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.venue-related-body h3 {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--color-secondary);
  margin: 0 0 var(--space-2);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.venue-related-card:hover h3 { color: var(--color-primary); }

.venue-related-body p {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.venue-related-cta {
  display: block;
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-primary);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .venue-layout {
    grid-template-columns: 1fr 280px;
    gap: var(--space-7);
  }
  .venue-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .venue-hero-img-wrap { height: 250px; }
  .venue-hero-content { position: static; transform: none; color: var(--color-text); background: var(--color-surface); padding: var(--space-5) var(--space-4); }
  .venue-hero-overlay { display: none; }
  .venue-hero-title { color: var(--color-secondary); font-size: 1.5rem; }
  .venue-hero-excerpt { color: var(--color-text-secondary); }
  .venue-badge-dir { background: var(--color-primary-light); color: var(--color-primary); border-color: rgba(37,99,235,0.3); }
  .venue-badge-review { background: var(--color-accent-light); color: var(--color-text-secondary); border-color: var(--color-border); }
  .venue-meta-item { color: var(--color-muted); }
  .venue-meta-item a { color: var(--color-primary); }
  .venue-layout { grid-template-columns: 1fr; }
  .venue-panel { position: static; order: -1; }
  .venue-panel-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius-lg); }
  .venue-panel-header { grid-column: 1 / -1; }
  .venue-panel-back { grid-column: 1 / -1; }
  .venue-related-grid { grid-template-columns: 1fr; }
  .venue-cta-review { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .venue-panel-card { grid-template-columns: 1fr; }
}
/* ============================================================
   VENUE DETAIL v2 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â /lapangan-futsal/{slug}
   All classes prefixed .vd-  (venue detail)
   ============================================================ */

/* Breadcrumb */
.vd-breadcrumb { padding: var(--space-3) 0; background: var(--color-bg); border-bottom: 1px solid var(--color-border-light); }
.vd-breadcrumb-list { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-1); list-style: none; margin: 0; padding: 0; font-size: var(--font-size-xs); color: var(--color-muted); }
.vd-breadcrumb-list a { color: var(--color-text-secondary); text-decoration: none; font-weight: 600; transition: color var(--transition-fast); }
.vd-breadcrumb-list a:hover { color: var(--color-primary); }
.vd-breadcrumb-list li[aria-current="page"] { color: var(--color-secondary); font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px; }
.vd-breadcrumb-list svg { opacity: 0.4; flex-shrink: 0; }

/* Hero */
.vd-hero { position: relative; margin-bottom: var(--space-8); }
.vd-hero-media { position: relative; height: clamp(280px, 42vw, 500px); overflow: hidden; }
.vd-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 6s ease; }
.vd-hero:hover .vd-hero-img { transform: scale(1.03); }
.vd-hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,15,28,0.92) 0%, rgba(10,15,28,0.55) 45%, rgba(10,15,28,0.15) 100%); }
.vd-hero-body { position: absolute; bottom: 0; left: 0; right: 0; padding-bottom: var(--space-8); }
.vd-hero-chips { display: flex; gap: var(--space-2); flex-wrap: wrap; margin-bottom: var(--space-3); }
.vd-chip { display: inline-flex; align-items: center; gap: 5px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 12px; border-radius: var(--radius-full); }
.vd-chip-city { background: rgba(37,99,235,0.18); border: 1px solid rgba(37,99,235,0.35); color: #93C5FD; }
.vd-chip-tag { background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.85); }
.vd-hero-title { font-size: clamp(1.5rem, 4vw, 2.6rem); font-weight: 900; line-height: 1.12; color: #fff; margin: 0 0 var(--space-3); text-shadow: 0 2px 16px rgba(0,0,0,0.4); max-width: 780px; letter-spacing: -0.02em; }
.vd-hero-excerpt { font-size: var(--font-size-base); color: rgba(255,255,255,0.75); line-height: 1.65; max-width: 600px; margin: 0 0 var(--space-4); }
.vd-hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-4); }
.vd-meta-item { display: inline-flex; align-items: center; gap: 5px; font-size: var(--font-size-sm); color: rgba(255,255,255,0.65); }
.vd-meta-item a { color: rgba(255,255,255,0.85); font-weight: 700; text-decoration: none; }
.vd-meta-item a:hover { color: #fff; }
.vd-meta-share { display: inline-flex; align-items: center; gap: 5px; font-size: var(--font-size-sm); color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); padding: 4px 12px; border-radius: var(--radius-full); cursor: pointer; transition: all var(--transition-fast); }
.vd-meta-share:hover, .vd-meta-share.copied { background: rgba(37,99,235,0.2); border-color: rgba(37,99,235,0.4); color: #93C5FD; }

/* Body Layout */
.vd-body { margin-bottom: var(--space-12); }
.vd-layout { display: grid; grid-template-columns: 1fr 320px; gap: var(--space-10); align-items: start; }
.vd-main { min-width: 0; }
.vd-tags-row { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-bottom: var(--space-5); }
.vd-tag { display: inline-block; padding: 4px 12px; font-size: var(--font-size-xs); font-weight: 700; background: var(--color-primary-light); color: var(--color-primary); border: 1px solid rgba(37,99,235,0.25); border-radius: var(--radius-full); text-decoration: none; transition: all var(--transition-fast); }
.vd-tag:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.vd-article { margin-bottom: var(--space-8); }

/* Share CTA */
.vd-share-cta { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); flex-wrap: wrap; background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-bg) 100%); border: 1px solid var(--color-border); border-radius: var(--radius-xl); padding: var(--space-5) var(--space-6); margin-top: var(--space-8); }
.vd-share-cta-text { display: flex; flex-direction: column; gap: 3px; }
.vd-share-cta-text strong { font-size: var(--font-size-base); font-weight: 800; color: var(--color-secondary); }
.vd-share-cta-text span { font-size: var(--font-size-sm); color: var(--color-text-secondary); }
.vd-share-cta-actions { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.vd-btn { display: inline-flex; align-items: center; gap: var(--space-2); padding: var(--space-2) var(--space-4); border-radius: var(--radius-full); font-size: var(--font-size-sm); font-weight: 700; cursor: pointer; transition: opacity var(--transition-fast), transform var(--transition-fast); border: none; text-decoration: none; }
.vd-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.vd-btn-wa { background: #25d366; color: #fff; }
.vd-btn-copy { background: var(--color-surface); color: var(--color-text-secondary); border: 1px solid var(--color-border); }
.vd-btn-copy.copied { color: var(--color-primary); border-color: var(--color-primary); background: var(--color-primary-light); }

/* Sidebar */
.vd-sidebar { position: sticky; top: var(--space-6); display: flex; flex-direction: column; gap: var(--space-4); }
.vd-card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-xl); overflow: hidden; }
.vd-card-head { display: flex; align-items: center; gap: var(--space-2); padding: var(--space-4) var(--space-5); font-size: var(--font-size-sm); font-weight: 700; color: var(--color-secondary); background: var(--color-bg); border-bottom: 1px solid var(--color-border); }
.vd-info-grid { display: flex; flex-direction: column; }
.vd-info-row { display: flex; align-items: flex-start; gap: var(--space-3); padding: var(--space-3) var(--space-5); border-bottom: 1px solid var(--color-border-light); transition: background var(--transition-fast); }
.vd-info-row:last-child { border-bottom: none; }
.vd-info-row:hover { background: var(--color-bg); }
.vd-info-icon { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-md); flex-shrink: 0; }
.vd-ico-loc   { background: rgba(37,99,235,0.12); color: var(--color-primary); }
.vd-ico-map   { background: rgba(99,102,241,0.12); color: #6366f1; }
.vd-ico-price { background: rgba(245,158,11,0.12); color: #f59e0b; }
.vd-ico-clock { background: rgba(59,130,246,0.12); color: #3b82f6; }
.vd-ico-phone { background: rgba(37,99,235,0.12); color: var(--color-primary); }
.vd-ico-eye   { background: rgba(148,163,184,0.12); color: var(--color-muted); }
.vd-info-body { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.vd-info-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-muted); }
.vd-info-val { font-size: var(--font-size-sm); font-weight: 600; color: var(--color-secondary); line-height: 1.4; }
.vd-info-price { color: var(--color-primary); font-size: var(--font-size-base); font-weight: 800; }
.vd-info-link { color: var(--color-primary); text-decoration: none; }
.vd-info-link:hover { text-decoration: underline; }
.vd-maps-btn { display: flex; align-items: center; justify-content: center; gap: var(--space-2); margin: var(--space-3) var(--space-5) var(--space-4); padding: var(--space-2) var(--space-4); background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.25); border-radius: var(--radius-full); font-size: var(--font-size-sm); font-weight: 700; color: var(--color-primary); text-decoration: none; transition: all var(--transition-fast); }
.vd-maps-btn:hover { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.vd-card-tags .vd-tags-panel { display: flex; flex-wrap: wrap; gap: var(--space-2); padding: var(--space-4) var(--space-5); }
.vd-pill { display: inline-block; padding: 3px 10px; font-size: var(--font-size-xs); font-weight: 600; color: var(--color-text-secondary); background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-full); text-decoration: none; transition: all var(--transition-fast); }
.vd-pill:hover { color: var(--color-primary); border-color: var(--color-primary); background: var(--color-primary-light); }
.vd-back-link { display: inline-flex; align-items: center; gap: var(--space-2); padding: var(--space-3) var(--space-4); font-size: var(--font-size-sm); font-weight: 700; color: var(--color-text-secondary); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-full); text-decoration: none; transition: all var(--transition-fast); align-self: flex-start; }
.vd-back-link:hover { color: var(--color-primary); border-color: var(--color-primary); background: var(--color-primary-light); gap: var(--space-3); }

/* Related */
.vd-related { padding-top: var(--space-10); border-top: 1px solid var(--color-border); }
.vd-related-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--space-6); }
.vd-related-label { display: flex; align-items: center; gap: var(--space-3); font-size: var(--font-size-xl); font-weight: 800; color: var(--color-secondary); }
.vd-related-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--color-primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.2); flex-shrink: 0; }
.vd-related-all { font-size: var(--font-size-sm); font-weight: 700; color: var(--color-primary); text-decoration: none; padding: var(--space-2) var(--space-4); border: 1px solid var(--color-primary); border-radius: var(--radius-full); transition: all var(--transition-fast); }
.vd-related-all:hover { background: var(--color-primary); color: #fff; }
.vd-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
.vd-related-card { display: flex; flex-direction: column; border: 1px solid var(--color-border); border-radius: var(--radius-xl); overflow: hidden; text-decoration: none; color: var(--color-text); transition: border-color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base); }
.vd-related-card:hover { border-color: var(--color-primary); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.vd-related-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.vd-related-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-base); }
.vd-related-card:hover .vd-related-thumb img { transform: scale(1.05); }
.vd-related-city { position: absolute; top: var(--space-2); left: var(--space-2); display: inline-flex; align-items: center; gap: 4px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 8px; background: rgba(10,15,28,0.72); color: #93C5FD; border-radius: var(--radius-full); backdrop-filter: blur(6px); }
.vd-related-body { padding: var(--space-4); flex: 1; display: flex; flex-direction: column; gap: var(--space-2); }
.vd-related-body h3 { font-size: var(--font-size-sm); font-weight: 700; color: var(--color-secondary); line-height: 1.38; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color var(--transition-fast); }
.vd-related-card:hover .vd-related-body h3 { color: var(--color-primary); }
.vd-related-body p { font-size: var(--font-size-xs); color: var(--color-text-secondary); line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.vd-related-cta { font-size: var(--font-size-xs); font-weight: 700; color: var(--color-primary); margin-top: auto; }

/* Responsive */
@media (max-width: 1024px) {
  .vd-layout { grid-template-columns: 1fr 280px; gap: var(--space-7); }
  .vd-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .vd-hero-media { height: 240px; }
  .vd-hero-body { position: static; padding: var(--space-5) 0; }
  .vd-hero-scrim { display: none; }
  .vd-hero-title { color: var(--color-secondary); text-shadow: none; font-size: 1.5rem; }
  .vd-hero-excerpt { color: var(--color-text-secondary); }
  .vd-chip-city { background: var(--color-primary-light); color: var(--color-primary); border-color: rgba(37,99,235,0.3); }
  .vd-chip-tag { background: var(--color-accent-light); color: var(--color-text-secondary); border-color: var(--color-border); }
  .vd-meta-item { color: var(--color-muted); }
  .vd-meta-item a { color: var(--color-primary); }
  .vd-meta-share { color: var(--color-muted); background: var(--color-surface); border-color: var(--color-border); }
  .vd-layout { grid-template-columns: 1fr; }
  .vd-sidebar { position: static; order: -1; }
  .vd-related-grid { grid-template-columns: 1fr; }
  .vd-share-cta { flex-direction: column; align-items: flex-start; }
  .vd-related-label { font-size: var(--font-size-base); }
}

/* ============================================================
   VENUE DETAIL v3 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Score Bar, Facilities, Maps, Booking, Price
   ============================================================ */

/* Score Strip (horizontal below hero) */
.vd-score-bar { background: var(--color-surface); border-bottom: 1px solid var(--color-border); padding: var(--space-5) 0; }
.vd-score-strip { display: flex; align-items: center; gap: var(--space-8); flex-wrap: wrap; }
.vd-score-big { display: flex; flex-direction: column; align-items: center; gap: 4px; flex-shrink: 0; min-width: 80px; }
.vd-score-num { font-size: 2.8rem; font-weight: 900; color: var(--color-primary); line-height: 1; letter-spacing: -0.04em; }
.vd-score-max { font-size: var(--font-size-sm); color: var(--color-muted); margin-top: -4px; }
.vd-score-stars { display: flex; gap: 2px; }
.vd-star { fill: none; stroke: var(--color-muted); }
.vd-star.filled { fill: #f59e0b; stroke: #f59e0b; }
.vd-star.half { fill: url(#half-grad); stroke: #f59e0b; }
.vd-score-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-muted); }
.vd-score-cats { flex: 1; display: flex; flex-direction: column; gap: var(--space-2); min-width: 200px; }
.vd-score-cat { display: grid; grid-template-columns: 130px 1fr 36px; align-items: center; gap: var(--space-3); }
.vd-score-cat-label { font-size: var(--font-size-xs); font-weight: 600; color: var(--color-text-secondary); }
.vd-score-cat-bar { height: 6px; background: var(--color-border); border-radius: var(--radius-full); overflow: hidden; }
.vd-score-cat-fill { height: 100%; background: linear-gradient(90deg, var(--color-primary) 0%, #60A5FA 100%); border-radius: var(--radius-full); transition: width 0.8s cubic-bezier(.4,0,.2,1); }
.vd-score-cat-val { font-size: var(--font-size-xs); font-weight: 700; color: var(--color-secondary); text-align: right; }

/* Section headers in content */
.vd-section-head { display: flex; align-items: center; gap: var(--space-2); font-size: var(--font-size-base); font-weight: 800; color: var(--color-secondary); margin: var(--space-8) 0 var(--space-4); padding-bottom: var(--space-3); border-bottom: 2px solid var(--color-primary); }

/* Facilities Checklist */
.vd-facilities { margin-bottom: var(--space-6); }
.vd-facility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-2); }
.vd-facility-item { display: flex; align-items: center; gap: var(--space-2); padding: var(--space-2) var(--space-3); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); font-size: var(--font-size-sm); color: var(--color-text-secondary); font-weight: 500; transition: all var(--transition-fast); }
.vd-facility-item:hover { border-color: var(--color-primary); color: var(--color-secondary); background: var(--color-primary-light); }
.vd-fac-check { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; background: rgba(37,99,235,0.12); color: var(--color-primary); border-radius: var(--radius-full); flex-shrink: 0; }

/* Maps Section */
.vd-maps-section { margin-bottom: var(--space-6); }
.vd-maps-address { display: flex; align-items: center; gap: var(--space-2); font-size: var(--font-size-sm); color: var(--color-text-secondary); margin-bottom: var(--space-3); }
.vd-maps-frame { border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--color-border); }
.vd-maps-frame iframe { display: block; }

/* Booking Section */
.vd-booking { margin-bottom: var(--space-6); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-xl); overflow: hidden; }
.vd-booking .vd-section-head { margin: 0; padding: var(--space-4) var(--space-5); border-bottom: 1px solid var(--color-border); border-left: 3px solid var(--color-primary); }
.vd-booking-body { padding: var(--space-4) var(--space-5); display: flex; flex-direction: column; gap: var(--space-3); }
.vd-booking-methods { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.vd-booking-method { display: inline-flex; align-items: center; gap: var(--space-2); font-size: var(--font-size-sm); font-weight: 600; color: var(--color-text-secondary); background: var(--color-bg); padding: var(--space-2) var(--space-3); border-radius: var(--radius-full); border: 1px solid var(--color-border); }
.vd-booking-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.vd-booking-call { display: inline-flex; align-items: center; gap: var(--space-2); padding: var(--space-3) var(--space-5); background: var(--color-primary); color: #fff; border-radius: var(--radius-full); font-size: var(--font-size-sm); font-weight: 700; text-decoration: none; transition: opacity var(--transition-fast), transform var(--transition-fast); align-self: flex-start; }
.vd-booking-call:hover { opacity: 0.9; transform: translateY(-1px); }

/* Price Table (sidebar) */
.vd-price-table { display: flex; flex-direction: column; }
.vd-price-row { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); padding: var(--space-3) var(--space-5); border-bottom: 1px solid var(--color-border-light); }
.vd-price-row:last-of-type { border-bottom: none; }
.vd-price-row--wknd { background: rgba(245,158,11,0.04); }
.vd-price-day { display: flex; align-items: center; gap: var(--space-2); font-size: var(--font-size-sm); font-weight: 600; color: var(--color-text-secondary); }
.vd-price-val { font-size: var(--font-size-sm); font-weight: 800; color: var(--color-primary); }
.vd-price-val--wknd { color: #f59e0b; }
.vd-price-note { font-size: 0.65rem; color: var(--color-muted); padding: 0 var(--space-5) var(--space-3); margin: 0; line-height: 1.4; }

/* Sidebar Score Card */
.vd-sidebar-score { padding: var(--space-4) var(--space-5); }
.vd-sidebar-score-big { font-size: 2.2rem; font-weight: 900; color: var(--color-primary); letter-spacing: -0.04em; margin-bottom: var(--space-3); }
.vd-sidebar-score-big span { font-size: 1rem; color: var(--color-muted); font-weight: 500; }
.vd-sidebar-mini-cats { display: flex; flex-direction: column; gap: var(--space-2); }
.vd-mini-cat { display: grid; grid-template-columns: 1fr 80px 28px; align-items: center; gap: var(--space-2); }
.vd-mini-cat span:first-child { font-size: 0.68rem; color: var(--color-muted); font-weight: 500; }
.vd-mini-bar { height: 4px; background: var(--color-border); border-radius: var(--radius-full); overflow: hidden; }
.vd-mini-fill { height: 100%; background: linear-gradient(90deg, var(--color-primary), #60A5FA); border-radius: var(--radius-full); transition: width 0.8s cubic-bezier(.4,0,.2,1); }
.vd-mini-score { font-size: 0.7rem; font-weight: 700; color: var(--color-secondary); text-align: right; }

/* Related card score badge */
.vd-related-score { position: absolute; top: var(--space-2); right: var(--space-2); font-size: 0.68rem; font-weight: 800; padding: 3px 8px; background: rgba(10,15,28,0.75); color: #fbbf24; border-radius: var(--radius-full); backdrop-filter: blur(6px); }

/* Responsive adjustments */
@media (max-width: 768px) {
  .vd-score-strip { gap: var(--space-5); }
  .vd-score-cat { grid-template-columns: 100px 1fr 30px; }
  .vd-facility-grid { grid-template-columns: 1fr; }
  .vd-mini-cat { grid-template-columns: 1fr 60px 28px; }
}

/* ============================================================
   VENUE DETAIL ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Refinement Pass
   More editorial, less AI-generated
   ============================================================ */

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Breadcrumb lebih subtle ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-breadcrumb { padding: var(--space-2) 0; background: transparent; border-bottom: none; }
.vd-breadcrumb-list { font-size: 0.72rem; opacity: 0.72; }
.vd-breadcrumb-list svg { opacity: 0.25; }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Hero typography lebih bold ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-hero-title {
  font-size: clamp(1.75rem, 5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.vd-hero-excerpt {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Score Bar ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â editorial feel ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-score-bar {
  background: transparent;
  border-bottom: none;
  padding: 0;
}

.vd-score-strip {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-2xl, 20px);
  padding: var(--space-6) var(--space-8);
  margin: 0 0 var(--space-8);
  gap: var(--space-10);
  position: relative;
  overflow: hidden;
}

.vd-score-strip::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--color-primary), #60A5FA);
  border-radius: 2px 0 0 2px;
}

.vd-score-num {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--color-primary);
}

.vd-score-label {
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-top: 2px;
}

.vd-score-cat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text-secondary);
}

.vd-score-cat-bar {
  height: 4px;
  background: var(--color-border);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.vd-score-cat-fill {
  background: var(--color-primary);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Section headers ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â asymmetric editorial ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-section-head {
  margin: var(--space-10) 0 var(--space-5);
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--color-secondary);
  gap: var(--space-3);
}

.vd-section-head svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

.vd-section-head::after {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background: var(--color-primary);
  border-radius: var(--radius-full);
  margin-top: 6px;
}

/* Vertical layout for section-head (label + underline) */
.vd-section-head {
  flex-direction: column;
  align-items: flex-start;
}

.vd-section-head-inner {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Facilities ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â less uniform ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-facilities { margin-bottom: var(--space-8); }

.vd-facility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-border-light);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.vd-facility-item {
  background: var(--color-bg);
  border: none;
  border-radius: 0;
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-text-secondary);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.vd-facility-item:hover {
  background: var(--color-surface);
  color: var(--color-secondary);
}

.vd-fac-check {
  width: 18px;
  height: 18px;
  background: transparent;
  color: var(--color-primary);
  border-radius: 0;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Maps ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â more immersive ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-maps-section { margin-bottom: var(--space-8); }

.vd-maps-address {
  font-size: 0.8125rem;
  color: var(--color-muted);
  margin-bottom: var(--space-3);
  font-style: italic;
}

.vd-maps-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 0 0 1px var(--color-border);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Booking ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â borderless, editorial ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-booking {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.vd-booking .vd-section-head {
  border-left: none;
  padding-left: 0;
  background: none;
  border-bottom: none;
  margin-bottom: var(--space-4);
}

.vd-booking-body {
  padding: 0;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-5);
}

.vd-booking-method {
  background: var(--color-bg);
  border: 1px solid var(--color-border-light);
  padding: var(--space-2) var(--space-3);
  font-size: 0.8125rem;
}

.vd-booking-call {
  margin-top: var(--space-2);
  border-radius: var(--radius-lg);
  padding: var(--space-3) var(--space-5);
  font-size: 0.875rem;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Override: Sidebar Cards ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â borderless feel ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-card {
  border-radius: var(--radius-xl);
  border-color: var(--color-border-light);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.vd-card-head {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--color-muted);
  background: transparent;
  border-bottom-color: var(--color-border-light);
  padding: var(--space-3) var(--space-5);
}

/* Price table refinement */
.vd-price-row { padding: var(--space-4) var(--space-5); }
.vd-price-val { font-size: 0.9375rem; }
.vd-price-row--wknd { background: rgba(245,158,11,0.04); }
.vd-price-note { font-size: 0.625rem; color: var(--color-muted); opacity: 0.7; padding: var(--space-2) var(--space-5) var(--space-4); }

/* Sidebar score ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â editorial number */
.vd-sidebar-score-big {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--color-secondary);
  line-height: 1;
  margin-bottom: var(--space-4);
}

.vd-sidebar-score-big span {
  font-size: 1.1rem;
  color: var(--color-primary);
  font-weight: 700;
  vertical-align: middle;
  margin-left: 2px;
}

.vd-mini-cat span:first-child {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-muted);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Share CTA ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â flat, less border-heavy ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-share-cta {
  background: linear-gradient(135deg, rgba(37,99,235,0.06) 0%, rgba(37,99,235,0.02) 100%);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
}

.vd-share-cta-text strong { font-size: 1.0625rem; }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Related section ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â magazine card ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-related-label { font-size: 1.35rem; font-weight: 900; letter-spacing: -0.03em; }

.vd-related-card {
  border-color: transparent;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  background: var(--color-surface);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vd-related-card:hover {
  border-color: transparent;
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

/* Back link */
.vd-back-link {
  background: transparent;
  border-color: var(--color-border-light);
  color: var(--color-muted);
  font-size: 0.8125rem;
}

.vd-back-link:hover {
  color: var(--color-primary);
  background: transparent;
  border-color: var(--color-primary);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Article content lead paragraph ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-article > p:first-of-type {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--color-text-secondary);
  font-weight: 400;
  margin-bottom: var(--space-6);
}

/* Better article h2 inside content */
.vd-article .article-content h2,
.vd-article h2 {
  font-size: 1.25rem;
  font-weight: 800;
  letter---tracking: -0.02em;
  margin-top: var(--space-8);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-border-light);
}

/* Tags more refined */
.vd-tag {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-color: transparent;
  background: rgba(37,99,235,0.08);
  color: var(--color-primary);
  font-weight: 700;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Animation refinements ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (prefers-reduced-motion: no-preference) {
  .vd-score-cat-fill, .vd-mini-fill {
    transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vd-score-cat-fill, .vd-mini-fill { transition: none; }
  .vd-hero-img { transition: none; }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Cursor pointer fix (UI/UX skill guideline) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-facility-item,
.vd-tag, .vd-pill, .vd-related-card,
.vd-back-link, .vd-related-all,
.vd-maps-btn, .vd-booking-call { cursor: pointer; }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Section head override: flex-direction fix ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-section-head {
  flex-direction: column;
}

.vd-section-head-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-secondary);
}

.vd-section-head::after {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: var(--color-primary);
  border-radius: var(--radius-full);
  margin-top: 8px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Score strip inside container (not full-width) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.vd-score-bar .container { padding-top: 0; }

/* ============================================================
   LAPANGAN DIRECTORY PAGE v2 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â class prefix: ld-
   ============================================================ */

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Hero ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-hero {
  position: relative;
  padding: var(--space-20, 5rem) 0 var(--space-12, 3rem);
  overflow: hidden;
  background: var(--color-bg);
}

.ld-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ld-hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
}

.ld-hero-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(37,99,235,0.12) 0%, transparent 70%);
  border-radius: 50%;
}

.ld-hero-inner { position: relative; z-index: 1; }

.ld-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: var(--space-4);
  padding: 5px 14px;
  background: rgba(37,99,235,0.08);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: var(--radius-full);
}

.ld-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}

.ld-hero-title {
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--color-secondary);
  margin: 0 0 var(--space-4);
}

.ld-hero-accent {
  color: var(--color-primary);
}

.ld-hero-sub {
  font-size: 1.0625rem;
  color: var(--color-text-secondary);
  max-width: 520px;
  line-height: 1.7;
  margin: 0 0 var(--space-8);
}

/* Search */
.ld-search-wrap { margin-bottom: var(--space-8); max-width: 520px; }

.ld-search {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: var(--color-surface);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-3) var(--space-4);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.ld-search:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

.ld-search svg { color: var(--color-muted); flex-shrink: 0; }

.ld-search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--font-size-base);
  color: var(--color-text);
  font-family: inherit;
}

.ld-search input::placeholder { color: var(--color-muted); }

.ld-search-kbd {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--color-muted);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  padding: 2px 6px;
  font-family: monospace;
  flex-shrink: 0;
}

/* Hero stats */
.ld-hero-stats {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.ld-hstat { display: flex; flex-direction: column; gap: 2px; }
.ld-hstat-num { font-size: 1.5rem; font-weight: 900; letter-spacing: -0.04em; color: var(--color-secondary); }
.ld-hstat-label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-muted); }
.ld-hstat-sep { width: 1px; height: 32px; background: var(--color-border); }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Filter Bar ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-filter-bar {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: var(--space-3) 0;
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}

.ld-filter-inner {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ld-filter-inner::-webkit-scrollbar { display: none; }

.ld-filter-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.ld-pills { display: flex; gap: var(--space-2); }

.ld-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.ld-pill:hover { border-color: var(--color-primary); color: var(--color-primary); background: rgba(37,99,235,0.05); }
.ld-pill.active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Section Label ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-section-label {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-bottom: var(--space-5);
}

.ld-section-line {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  border-radius: var(--radius-full);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Featured Grid ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-featured { padding: var(--space-10) 0 var(--space-6); }

.ld-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

/* First card spans 2 columns */
.ld-feat-card--hero {
  grid-column: span 2;
}

.ld-feat-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-text);
  border-radius: var(--radius-2xl, 20px);
  overflow: hidden;
  background: var(--color-surface);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.ld-feat-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,0,0,0.10); }

.ld-feat-thumb {
  position: relative;
  overflow: hidden;
}

.ld-feat-card--hero .ld-feat-thumb { height: 280px; }
.ld-feat-card:not(.ld-feat-card--hero) .ld-feat-thumb { height: 180px; }

.ld-feat-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ld-feat-card:hover .ld-feat-thumb img { transform: scale(1.04); }

.ld-feat-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,15,28,0.65) 0%, transparent 60%);
}

.ld-feat-badges {
  position: absolute;
  bottom: var(--space-3);
  left: var(--space-3);
  right: var(--space-3);
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.ld-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(6px);
}

.ld-badge-rank { background: var(--color-primary); color: #fff; letter-spacing: 0.02em; }
.ld-badge-city { background: rgba(10,15,28,0.68); color: #93C5FD; text-transform: uppercase; letter-spacing: 0.05em; }
.ld-badge-score { background: rgba(10,15,28,0.68); color: #fbbf24; margin-left: auto; }

.ld-feat-body { padding: var(--space-4); flex: 1; display: flex; flex-direction: column; gap: var(--space-2); }

.ld-feat-title {
  font-size: var(--font-size-base);
  font-weight: 800;
  color: var(--color-secondary);
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.ld-feat-card--hero .ld-feat-title { font-size: 1.125rem; }
.ld-feat-card:hover .ld-feat-title { color: var(--color-primary); }

.ld-feat-desc {
  font-size: var(--font-size-xs);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ld-feat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: var(--space-2);
  border-top: 1px solid var(--color-border-light);
}

.ld-feat-price {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-primary);
}

.ld-feat-cta {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
}

.ld-feat-card:hover .ld-feat-cta { color: var(--color-primary); }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Listing Grid ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-listing { padding: var(--space-6) 0 var(--space-12); }

.ld-listing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-5);
}

.ld-listing-count {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  font-weight: 600;
}

.ld-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.ld-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-text);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--color-surface);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  cursor: pointer;
}

.ld-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,0.09); }

.ld-card-thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.ld-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.ld-card:hover .ld-card-thumb img { transform: scale(1.05); }

.ld-card-city {
  position: absolute;
  top: var(--space-2);
  left: var(--space-2);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  background: rgba(10,15,28,0.68);
  color: #93C5FD;
  border-radius: var(--radius-full);
  backdrop-filter: blur(6px);
}

.ld-card-score {
  position: absolute;
  top: var(--space-2);
  right: var(--space-2);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  background: rgba(10,15,28,0.72);
  color: #fbbf24;
  border-radius: var(--radius-full);
  backdrop-filter: blur(6px);
}

.ld-card-body { padding: var(--space-4); display: flex; flex-direction: column; gap: var(--space-2); flex: 1; }

.ld-card-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.38;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.ld-card:hover .ld-card-title { color: var(--color-primary); }

.ld-card-desc {
  font-size: var(--font-size-xs);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ld-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-2);
  border-top: 1px solid var(--color-border-light);
  margin-top: auto;
}

.ld-card-price { font-size: 0.72rem; font-weight: 700; color: var(--color-primary); }
.ld-card-date  { font-size: 0.72rem; color: var(--color-muted); }
.ld-card-cta   { font-size: 0.72rem; font-weight: 700; color: var(--color-muted); transition: color var(--transition-fast); }
.ld-card:hover .ld-card-cta { color: var(--color-primary); }

/* No results / empty */
.ld-no-results, .ld-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-16) 0;
  text-align: center;
  color: var(--color-muted);
}

.ld-no-results h3, .ld-empty h3 { font-size: var(--font-size-base); font-weight: 700; color: var(--color-text-secondary); margin: 0; }
.ld-no-results p, .ld-empty p   { font-size: var(--font-size-sm); margin: 0; }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ CTA ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-cta { padding: var(--space-12) 0; }

.ld-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  flex-wrap: wrap;
  background: linear-gradient(135deg, rgba(37,99,235,0.07) 0%, rgba(37,99,235,0.02) 100%);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: var(--radius-2xl, 20px);
  padding: var(--space-7) var(--space-8);
}

.ld-cta-content { display: flex; align-items: center; gap: var(--space-5); }

.ld-cta-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius-xl);
  flex-shrink: 0;
}

.ld-cta-title { font-size: 1.1875rem; font-weight: 800; color: var(--color-secondary); margin: 0 0 4px; letter-spacing: -0.02em; }
.ld-cta-desc  { font-size: var(--font-size-sm); color: var(--color-text-secondary); margin: 0; max-width: 400px; }

.ld-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 52px;
  background: #25d366;
  color: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ld-cta-btn:hover { opacity: 0.9; transform: translateY(-1px); }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Responsive ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (max-width: 1024px) {
  .ld-feat-grid { grid-template-columns: repeat(2, 1fr); }
  .ld-feat-card--hero { grid-column: span 2; }
  .ld-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .ld-hero { padding: var(--space-12, 3rem) 0 var(--space-8, 2rem); }
  .ld-hero-title { font-size: clamp(1.75rem, 7vw, 2.5rem); }
  .ld-hero-glow { display: none; }
  .ld-hero-stats { gap: var(--space-4); }
  .ld-hstat-sep { height: 24px; }
  .ld-feat-grid { grid-template-columns: 1fr; }
  .ld-feat-card--hero { grid-column: span 1; }
  .ld-feat-card--hero .ld-feat-thumb { height: 220px; }
  .ld-grid { grid-template-columns: 1fr; }
  .ld-cta-inner { flex-direction: column; align-items: flex-start; padding: var(--space-5); }
  .ld-cta-content { flex-direction: column; align-items: flex-start; }
  .ld-search-kbd { display: none; }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ BORDER RADIUS RESET: lapangan directory + venue detail ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-feat-card,
.ld-card,
.ld-cta-inner,
.ld-search,
.ld-pill,
.ld-badge,
.ld-badge-rank,
.ld-badge-city,
.ld-badge-score,
.ld-eyebrow-dot,
.ld-card-city,
.ld-card-score,
.ld-related-city { border-radius: 0 !important; }

.ld-cta-icon { border-radius: 0 !important; }

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ CTA Section Redesign ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.ld-cta { padding: 0; }

.ld-cta-inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  flex-wrap: wrap;
  background: var(--color-secondary);
  border: none;
  border-radius: 0 !important;
  padding: var(--space-8) var(--space-10);
}

.ld-cta-icon {
  background: rgba(255,255,255,0.12);
  color: #fff;
  width: 48px;
  height: 48px;
}

.ld-cta-title { color: #fff; }
.ld-cta-desc  { color: rgba(255,255,255,0.65); }



  .ld-cta-inner { padding: var(--space-6); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ CF-Card badges (homepage lapangan section) Ã¢â€â‚¬Ã¢â€â‚¬ */
.cf-card-img { position: relative; overflow: hidden; }

.cf-badge-city { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  background: rgba(10,15,28,0.68);
  color: #93C5FD;
  border-radius: 0;
  backdrop-filter: blur(6px);
}

.cf-badge-score {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  background: rgba(10,15,28,0.72);
  color: #fbbf24;
  border-radius: 0;
  backdrop-filter: blur(6px);
}

.cf-card-price {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-primary);
}

/* ============================================================
   ARTICLE DETAIL v2 Ã¢â‚¬â€ prefix: ad-
   ============================================================ */

/* Reading progress bar */
.ad-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), #60A5FA);
  z-index: 9999;
  width: 0%;
  transition: width 0.1s linear;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Hero Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-hero {
  position: relative;
  height: clamp(260px, 40vw, 520px);
  overflow: hidden;
  background: var(--color-secondary);
}

.ad-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ad-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(10,15,28,0.6) 100%);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Container & Layout Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-container { padding-top: var(--space-6); padding-bottom: var(--space-12); }

.ad-breadcrumb { margin-bottom: var(--space-4); }
.ad-breadcrumb .breadcrumbs { font-size: 0.72rem; opacity: 0.65; }

.ad-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--space-10);
  align-items: start;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-header { margin-bottom: var(--space-6); }

.ad-header-cats {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.ad-cat-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  transition: opacity var(--transition-fast);
}

.ad-cat-badge:hover { opacity: 0.85; }

.ad-type-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  background: transparent;
  color: var(--color-muted);
  border: 1px solid var(--color-border);
}

.ad-title {
  font-size: clamp(1.625rem, 3.5vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--color-secondary);
  margin: 0 0 var(--space-4);
}

.ad-lede {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-5);
  padding-left: var(--space-4);
  border-left: 3px solid var(--color-primary);
  font-style: italic;
}

/* Meta bar */
.ad-meta-bar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  padding: var(--space-3) 0;
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.ad-author-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  transition: color var(--transition-fast);
}

.ad-author-chip:hover { color: var(--color-primary); }

.ad-author-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-border);
}

.ad-meta-sep { color: var(--color-border); font-size: 1rem; }

.ad-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--font-size-xs);
  color: var(--color-muted);
  font-weight: 500;
}

.ad-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--color-text-secondary);
  background: transparent;
  border: 1px solid var(--color-border);
  padding: 4px 10px;
  cursor: pointer;
  margin-left: auto;
  transition: all var(--transition-fast);
}

.ad-share-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Figure Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-figure {
  margin: 0 0 var(--space-6);
  border-radius: 0;
  overflow: hidden;
}

.ad-figure img { width: 100%; height: auto; display: block; }

.ad-figure figcaption {
  font-size: 0.78rem;
  color: var(--color-muted);
  padding: var(--space-2) var(--space-3);
  background: var(--color-surface);
  border-top: 1px solid var(--color-border-light);
  font-style: italic;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Table of Contents Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-toc {
  background: var(--color-surface);
  border: 1px solid var(--color-border-light);
  border-left: 3px solid var(--color-primary);
  margin-bottom: var(--space-7);
  overflow: hidden;
}

.ad-toc-head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-sm);
  font-weight: 800;
  color: var(--color-secondary);
  border-bottom: 1px solid var(--color-border-light);
}

.ad-toc-head svg { color: var(--color-primary); flex-shrink: 0; }

.ad-toc-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-muted);
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0;
  transition: transform 0.25s ease;
}

.ad-toc-list {
  list-style: none;
  margin: 0;
  padding: var(--space-3) var(--space-4);
  counter-reset: toc;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ad-toc-list li a {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color var(--transition-fast);
  line-height: 1.5;
}

.ad-toc-list li a:hover { color: var(--color-primary); }
.ad-toc-h2 { padding-left: 0; }
.ad-toc-h3 { padding-left: var(--space-4); font-size: var(--font-size-xs) !important; }
.ad-toc-h4 { padding-left: var(--space-7); font-size: var(--font-size-xs) !important; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Article Content (premium typography) Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-content.article-content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--color-text);
}

.ad-content.article-content > p:first-of-type {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--color-text-secondary);
  font-weight: 400;
}

.ad-content.article-content h2 {
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-top: var(--space-10);
  margin-bottom: var(--space-4);
  color: var(--color-secondary);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-border-light);
}

.ad-content.article-content h3 {
  font-size: 1.125rem;
  font-weight: 800;
  margin-top: var(--space-7);
  margin-bottom: var(--space-3);
  color: var(--color-secondary);
}

.ad-content.article-content blockquote {
  border-left: 4px solid var(--color-primary);
  padding: var(--space-4) var(--space-5);
  background: rgba(37,99,235,0.04);
  font-size: 1.0625rem;
  font-style: italic;
  color: var(--color-text-secondary);
  margin: var(--space-6) 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Tags Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-tags {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin: var(--space-8) 0;
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-border-light);
}

.ad-tags-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
}

.ad-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 10px;
  background: rgba(37,99,235,0.07);
  color: var(--color-primary);
  text-decoration: none;
  border: 1px solid rgba(37,99,235,0.15);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.ad-tag:hover { background: var(--color-primary); color: #fff; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Share Row Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-share-row {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  padding: var(--space-5);
  background: var(--color-surface);
  border: 1px solid var(--color-border-light);
  margin-bottom: var(--space-8);
}

.ad-share-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.ad-share-btns { display: flex; align-items: center; gap: var(--space-2); flex-wrap: wrap; }

.ad-share-wa, .ad-share-tw, .ad-share-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--font-size-xs);
  font-weight: 700;
  padding: 7px 14px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.ad-share-wa   { background: #25d366; color: #fff; }
.ad-share-tw   { background: #000; color: #fff; }
.ad-share-copy { background: var(--color-bg); color: var(--color-text-secondary); border: 1px solid var(--color-border); }

.ad-share-wa:hover, .ad-share-tw:hover { opacity: 0.85; transform: translateY(-1px); }
.ad-share-copy:hover { border-color: var(--color-primary); color: var(--color-primary); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Author Box Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-author-box {
  display: flex;
  gap: var(--space-5);
  align-items: flex-start;
  padding: var(--space-6);
  background: var(--color-surface);
  border: 1px solid var(--color-border-light);
  border-top: 3px solid var(--color-primary);
  margin-bottom: var(--space-8);
}

.ad-author-box-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--color-border);
  flex-shrink: 0;
}

.ad-author-box-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  display: block;
  margin-bottom: 2px;
}

.ad-author-box-name {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 var(--space-2);
  color: var(--color-secondary);
}

.ad-author-box-name a { text-decoration: none; color: inherit; transition: color var(--transition-fast); }
.ad-author-box-name a:hover { color: var(--color-primary); }

.ad-author-box-bio {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Related Articles Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-related { margin-top: var(--space-10); }

.ad-related-head { margin-bottom: var(--space-5); }

.ad-related-label {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
}

.ad-related-line {
  display: block;
  width: 24px; height: 2px;
  background: var(--color-primary);
}

.ad-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

.ad-rel-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-text);
  background: var(--color-surface);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ad-rel-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); }

.ad-rel-thumb { aspect-ratio: 16/10; overflow: hidden; }
.ad-rel-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.ad-rel-card:hover .ad-rel-thumb img { transform: scale(1.05); }

.ad-rel-body { padding: var(--space-3); display: flex; flex-direction: column; gap: 4px; }

.ad-rel-cat {
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
}

.ad-rel-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.38;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition-fast);
}

.ad-rel-card:hover .ad-rel-title { color: var(--color-primary); }

.ad-rel-date { font-size: 0.68rem; color: var(--color-muted); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Sidebar Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-sidebar { position: sticky; top: var(--space-6); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Sticky Mobile Share Bar Ã¢â€â‚¬Ã¢â€â‚¬ */
.ad-sticky-share {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--color-secondary);
  color: #fff;
  z-index: 50;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: none;
}

.ad-sticky-share.visible { transform: translateY(0); }

.ad-sticky-share-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
}

.ad-sticky-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.ad-sticky-btns { display: flex; gap: var(--space-2); flex-shrink: 0; }

.ad-sticky-wa, .ad-sticky-copy {
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: opacity var(--transition-fast);
}

.ad-sticky-wa   { background: #25d366; color: #fff; text-decoration: none; }
.ad-sticky-copy { background: rgba(255,255,255,0.15); color: #fff; }
.ad-sticky-wa:hover, .ad-sticky-copy:hover { opacity: 0.8; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
  .ad-layout { grid-template-columns: 1fr; }
  .ad-sidebar { position: static; }
  .ad-related-grid { grid-template-columns: repeat(2, 1fr); }
  .ad-sticky-share { display: block; }
}

@media (max-width: 640px) {
  .ad-meta-bar { gap: var(--space-2); }
  .ad-share-btn { display: none; }
  .ad-related-grid { grid-template-columns: 1fr; }
  .ad-author-box { flex-direction: column; }
  .ad-hero { height: 200px; }
}

/* ============================================================
   HEADER / NAVBAR v2 Ã¢â‚¬â€ prefix: hd-
   ============================================================ */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Navbar base Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.hd-navbar.hd-scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}

.hd-navbar.hd-hide { transform: translateY(-100%); }

.hd-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  height: 60px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Brand / Logo Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-brand { display: flex; align-items: center; flex-shrink: 0; }
.hd-logo  { height: 65px; width: auto; display: block; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Nav Links Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.hd-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  text-decoration: none;
  padding: 6px 14px;
  transition: color var(--transition-fast), background var(--transition-fast);
  white-space: nowrap;
  cursor: pointer;
}

.hd-nav-link:hover,
.hd-nav-link.active { color: var(--color-primary); }

.hd-nav-link svg { transition: transform 0.2s ease; }
.hd-mega:hover .hd-nav-link svg,
.hd-dropdown:hover .hd-nav-link svg { transform: rotate(180deg); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mega Menu Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-mega, .hd-dropdown { position: relative; }

.hd-mega-panel, .hd-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 110;
}

.hd-mega:hover .hd-mega-panel,
.hd-dropdown:hover .hd-dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hd-mega-panel {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
  padding: var(--space-5);
  min-width: 460px;
}

.hd-mega-grid { display: grid; gap: var(--space-5); }
.hd-mega-2col { grid-template-columns: repeat(2, 1fr); }
.hd-mega-3col { grid-template-columns: repeat(3, 1fr); min-width: 580px; }

.hd-mega-group-title {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin: 0 0 var(--space-2);
  padding-bottom: var(--space-2);
  border-bottom: 1px solid var(--color-border-light);
}

.hd-mega-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 6px 8px;
  text-decoration: none;
  transition: background var(--transition-fast);
  cursor: pointer;
}

.hd-mega-item:hover { background: var(--color-surface); }

.hd-mega-name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-secondary);
  transition: color var(--transition-fast);
}

.hd-mega-item:hover .hd-mega-name { color: var(--color-primary); }

.hd-mega-desc {
  font-size: 0.68rem;
  color: var(--color-muted);
  line-height: 1.4;
}

.hd-mega-foot {
  border-top: 1px solid var(--color-border-light);
  margin-top: var(--space-3);
  padding-top: var(--space-3);
}

.hd-mega-foot a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
  transition: opacity var(--transition-fast);
}

.hd-mega-foot a:hover { opacity: 0.75; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Dropdown (Profil) Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-dropdown-panel {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
  min-width: 240px;
  padding: var(--space-2);
}

.hd-drop-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  text-decoration: none;
  transition: background var(--transition-fast);
  cursor: pointer;
}

.hd-drop-item:hover { background: var(--color-surface); }
.hd-drop-item svg { color: var(--color-muted); flex-shrink: 0; }

.hd-drop-name {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-secondary);
}

.hd-drop-desc {
  display: block;
  font-size: 0.68rem;
  color: var(--color-muted);
}

.hd-drop-item:hover .hd-drop-name { color: var(--color-primary); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Right Actions Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

.hd-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.hd-search-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }

.hd-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 8px 16px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
  white-space: nowrap;
  cursor: pointer;
}

.hd-cta:hover { opacity: 0.9; transform: translateY(-1px); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Hamburger Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  background: transparent;
  border: 1px solid var(--color-border);
  cursor: pointer;
  padding: 8px;
}

.hd-hamburger-line {
  display: block;
  width: 100%; height: 2px;
  background: var(--color-secondary);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mobile Drawer Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10,15,28,0.5);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}

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

.hd-mobile-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 280px;
  background: var(--color-bg);
  z-index: 210;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0,0,0,0.08);
}

.hd-mobile-drawer.open { transform: translateX(0); }

.hd-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--color-border-light);
}

.hd-drawer-logo { height: 32px; width: auto; }

.hd-drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  background: transparent;
  border: none;
  color: var(--color-muted);
  cursor: pointer;
}

.hd-drawer-body {
  display: flex;
  flex-direction: column;
  padding: var(--space-4) var(--space-5);
  flex: 1;
  overflow-y: auto;
}

.hd-drawer-link {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-decoration: none;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-border-light);
  transition: color var(--transition-fast);
}

.hd-drawer-link:hover { color: var(--color-primary); }

.hd-drawer-divider { height: 1px; background: var(--color-border); margin: var(--space-4) 0; }

.hd-drawer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.9375rem;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Search Overlay Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s;
}

.hd-search-overlay.open { opacity: 1; visibility: visible; }

.hd-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,15,28,0.6);
  backdrop-filter: blur(4px);
}

.hd-search-content {
  position: relative;
  max-width: 640px;
  margin: 120px auto 0;
  padding: 0 var(--space-5);
}

.hd-search-form {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: var(--color-bg);
  padding: var(--space-4) var(--space-5);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.hd-search-icon { color: var(--color-muted); flex-shrink: 0; }

.hd-search-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.125rem;
  font-family: inherit;
  color: var(--color-text);
}

.hd-search-form input::placeholder { color: var(--color-muted); }

.hd-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--color-muted);
  cursor: pointer;
  transition: color var(--transition-fast);
}

.hd-search-close:hover { color: var(--color-secondary); }

.hd-search-hint {
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  margin-top: var(--space-3);
}

.hd-search-hint kbd {
  display: inline-block;
  padding: 1px 5px;
  font-size: 0.65rem;
  font-family: monospace;
  background: rgba(255,255,255,0.15);
  border-radius: 3px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Body Offset Ã¢â€â‚¬Ã¢â€â‚¬ */
body { padding-top: 60px; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
  .hd-nav { display: none; }
  .hd-cta .hd-cta-text { display: none; }
  .hd-cta { padding: 8px; }
  .hd-hamburger { display: flex; }
}

@media (min-width: 1025px) {
  .hd-mobile-drawer,
  .hd-mobile-backdrop { display: none !important; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mobile Drawer Accordion Ã¢â€â‚¬Ã¢â€â‚¬ */
.hd-drawer-accordion { border-bottom: 1px solid var(--color-border-light); }

.hd-drawer-acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-secondary);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.hd-drawer-acc-trigger svg {
  transition: transform 0.25s ease;
  color: var(--color-muted);
  flex-shrink: 0;
}

.hd-drawer-accordion.open .hd-drawer-acc-trigger svg {
  transform: rotate(180deg);
}

.hd-drawer-accordion.open .hd-drawer-acc-trigger {
  color: var(--color-primary);
}

.hd-drawer-acc-panel {
  display: none;
  flex-direction: column;
  padding: 0 0 12px 12px;
}

.hd-drawer-accordion.open .hd-drawer-acc-panel {
  display: flex;
}

.hd-drawer-acc-group {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-top: 8px;
  margin-bottom: 4px;
}

.hd-drawer-sub-link {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.15s ease;
}

.hd-drawer-sub-link:hover { color: var(--color-primary); }

.hd-drawer-see-all {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--color-border-light);
}


/* â”€â”€ Global border-radius: 0 except buttons â”€â”€ */
*:not(button):not([type="button"]):not([type="submit"]):not(.hd-cta):not(.ad-author-avatar):not(.ad-author-box-avatar):not(.ad-author-chip img):not(.hd-author-avatar) {
  border-radius: 0 !important;
}


/* ============================================================
   SIDEBAR v2 â€” prefix: sb-
   ============================================================ */

.sb-widget {
  margin-bottom: var(--space-6);
  background: var(--color-surface);
  border: 1px solid var(--color-border-light);
  overflow: hidden;
}

.sb-widget-head {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid var(--color-border-light);
}

.sb-widget-accent {
  width: 4px;
  align-self: stretch;
  background: var(--color-primary);
  flex-shrink: 0;
}

.sb-widget-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  padding: var(--space-3) var(--space-4);
  margin: 0;
}

.sb-widget-title svg { color: var(--color-primary); flex-shrink: 0; }

/* â”€â”€ Popular Posts â”€â”€ */
.sb-popular-list {
  display: flex;
  flex-direction: column;
}

.sb-pop-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  text-decoration: none;
  border-bottom: 1px solid var(--color-border-light);
  transition: background 0.15s ease;
  cursor: pointer;
}

.sb-pop-item:last-child { border-bottom: none; }
.sb-pop-item:hover { background: var(--color-bg); }

.sb-pop-rank {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--color-border);
  font-variant-numeric: tabular-nums;
  min-width: 28px;
  text-align: center;
  flex-shrink: 0;
  line-height: 1;
}

.sb-pop-item:nth-child(1) .sb-pop-rank { color: var(--color-primary); }
.sb-pop-item:nth-child(2) .sb-pop-rank { color: var(--color-primary); opacity: 0.7; }
.sb-pop-item:nth-child(3) .sb-pop-rank { color: var(--color-primary); opacity: 0.5; }

.sb-pop-thumb {
  width: 52px; height: 52px;
  flex-shrink: 0;
  overflow: hidden;
}

.sb-pop-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.sb-pop-item:hover .sb-pop-thumb img { transform: scale(1.08); }

.sb-pop-info { flex: 1; min-width: 0; }

.sb-pop-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  transition: color 0.15s ease;
}

.sb-pop-item:hover .sb-pop-title { color: var(--color-primary); }

.sb-pop-meta {
  display: block;
  font-size: 0.65rem;
  color: var(--color-muted);
  margin-top: 2px;
}

.sb-pop-cat {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-primary);
}

.sb-empty {
  padding: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-muted);
}

/* â”€â”€ Categories â”€â”€ */
.sb-cat-sections {
  display: flex;
  flex-direction: column;
}

.sb-cat-group {
  border-bottom: 1px solid var(--color-border-light);
}

.sb-cat-group:last-child { border-bottom: none; }

.sb-cat-group-label {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-muted);
  padding: var(--space-3) var(--space-4) var(--space-1);
}

.sb-cat-list {
  display: flex;
  flex-direction: column;
}

.sb-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px var(--space-4);
  text-decoration: none;
  transition: background 0.15s ease;
  cursor: pointer;
}

.sb-cat-item:hover { background: var(--color-bg); }

.sb-cat-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  transition: color 0.15s ease;
}

.sb-cat-item:hover .sb-cat-name { color: var(--color-primary); }

.sb-cat-count {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--color-primary);
  background: rgba(37,99,235,0.08);
  padding: 2px 7px;
  min-width: 22px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* â”€â”€ CTA Widget â”€â”€ */
.sb-cta-widget { border: none; }

.sb-cta-inner {
  background: var(--color-secondary);
  padding: var(--space-6) var(--space-5);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
}

.sb-cta-inner > svg { color: rgba(255,255,255,0.3); }

.sb-cta-title {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.sb-cta-desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin: 0;
}

.sb-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--space-3);
  padding: 10px 24px;
  background: #25d366;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.sb-cta-btn:hover { opacity: 0.9; transform: translateY(-1px); }

/* ============================================================
   PAGES v2 â€” prefix: pg-
   404, Tag, Author, Empty states
   ============================================================ */

/* â”€â”€ 404 Page â”€â”€ */
.pg-error {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-error-inner {
  text-align: center;
  max-width: 480px;
  padding: var(--space-12) 0;
}

.pg-error-code {
  font-size: clamp(5rem, 12vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--color-border);
  display: block;
}

.pg-error-divider {
  width: 48px; height: 3px;
  background: var(--color-primary);
  margin: var(--space-5) auto;
}

.pg-error-title {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--color-secondary);
  margin: 0 0 var(--space-2);
}

.pg-error-desc {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0 0 var(--space-6);
}

.pg-error-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.pg-error-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.pg-error-btn:hover { opacity: 0.85; }

.pg-error-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color 0.15s ease;
}

.pg-error-link:hover { color: var(--color-primary); }

/* â”€â”€ Tag Page â”€â”€ */
.pg-tag-header {
  text-align: center;
  padding: var(--space-10) 0 var(--space-8);
}

.pg-tag-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  background: rgba(37,99,235,0.08);
  color: var(--color-primary);
  margin-bottom: var(--space-4);
}

.pg-tag-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--color-secondary);
  margin: 0 0 var(--space-2);
}

.pg-tag-count {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  font-weight: 500;
}

/* â”€â”€ Author Page â”€â”€ */
.pg-author-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-5);
  padding: var(--space-6);
  background: var(--color-surface);
  border: 1px solid var(--color-border-light);
  border-top: 3px solid var(--color-primary);
  margin: var(--space-6) 0;
}

.pg-author-avatar {
  width: 88px; height: 88px;
  border-radius: 50% !important;
  object-fit: cover;
  border: 3px solid var(--color-border);
  flex-shrink: 0;
}

.pg-author-info { flex: 1; }

.pg-author-label {
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  display: block;
  margin-bottom: 2px;
}

.pg-author-name {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--color-secondary);
  margin: 0 0 var(--space-2);
}

.pg-author-bio {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0 0 var(--space-3);
}

.pg-author-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-muted);
}

.pg-author-stat svg { color: var(--color-primary); }

.pg-author-section-head {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.pg-author-section-line {
  width: 24px; height: 2px;
  background: var(--color-primary);
}

.pg-author-section-title {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin: 0;
}

/* â”€â”€ Empty State (shared) â”€â”€ */
.pg-empty {
  text-align: center;
  padding: var(--space-12) var(--space-4);
  color: var(--color-muted);
}

.pg-empty svg { margin-bottom: var(--space-4); opacity: 0.3; }

.pg-empty h3 {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--color-secondary);
  margin: 0 0 var(--space-2);
}

.pg-empty p {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  margin: 0;
}

/* â”€â”€ Author Page Mobile â”€â”€ */
@media (max-width: 640px) {
  .pg-author-card { flex-direction: column; align-items: center; text-align: center; }
}

/* ============================================================
   ARTICLE CONTENT ELEMENTS â€” .baca-juga, .factbox, .pull-quote, table
   ============================================================ */

/* â”€â”€ Baca Juga (Internal Link) â”€â”€ */
.article-content .baca-juga {
  margin: var(--space-6) 0;
  padding: var(--space-3) var(--space-5);
  background: linear-gradient(135deg, rgba(37,99,235,0.06) 0%, rgba(37,99,235,0.02) 100%);
  border-left: 3px solid var(--color-primary);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  font-size: var(--font-size-sm);
  line-height: 1.6;
}

.article-content .baca-juga strong {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-right: var(--space-1);
}

.article-content .baca-juga a {
  color: var(--color-secondary);
  text-decoration: none;
  font-weight: 600;
  transition: color var(--transition-fast);
}

.article-content .baca-juga a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* â”€â”€ Factbox (Kotak Fakta) â”€â”€ */
.article-content .factbox {
  margin: var(--space-6) 0;
  padding: var(--space-5) var(--space-6);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  position: relative;
}

.article-content .factbox::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--color-primary);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.article-content .factbox h3 {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin: 0 0 var(--space-3);
}

.article-content .factbox ul,
.article-content .factbox ol {
  margin: 0;
  padding-left: var(--space-5);
}

.article-content .factbox li {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-1);
}

.article-content .factbox li strong {
  color: var(--color-secondary);
}

/* â”€â”€ Pull Quote (Highlighted Quote) â”€â”€ */
.article-content .pull-quote {
  margin: var(--space-8) calc(-1 * var(--space-4));
  padding: var(--space-6) var(--space-8);
  text-align: center;
  position: relative;
}

.article-content .pull-quote::before {
  content: '\201C';
  position: absolute;
  top: -8px; left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-weight: 900;
  color: var(--color-primary);
  opacity: 0.15;
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
}

.article-content .pull-quote blockquote {
  margin: 0; padding: 0;
  border: none; background: none;
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-style: italic;
}

.article-content .pull-quote figcaption {
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  font-style: normal;
}

.article-content .pull-quote figcaption::before { content: '\2014\00a0'; }

/* â”€â”€ Data Table â”€â”€ */
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-6) 0;
  font-size: var(--font-size-sm);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 0 0 1px var(--color-border-light);
}

.article-content thead { background: var(--color-secondary); color: #fff; }

.article-content th {
  padding: var(--space-3) var(--space-4);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
  white-space: nowrap;
}

.article-content td {
  padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--color-border-light);
  color: var(--color-text-secondary);
  line-height: 1.5;
}

.article-content tbody tr:last-child td { border-bottom: none; }
.article-content tbody tr:hover { background: rgba(37,99,235,0.03); }
.article-content tbody tr:nth-child(even) { background: var(--color-surface); }
.article-content tbody tr:nth-child(even):hover { background: rgba(37,99,235,0.05); }

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 768px) {
  .article-content .pull-quote { margin-left: 0; margin-right: 0; padding: var(--space-5) var(--space-4); }
  .article-content .pull-quote blockquote { font-size: 1.0625rem; }
  .article-content .factbox { padding: var(--space-4) var(--space-5); }
  .article-content table { display: block; overflow-x: auto; white-space: nowrap; }
}


/* ============================================
   NEWS PAGE CRITIQUE FIXES
   ============================================ */

/* --- News Page Header --- */
.nw-page-header {
  text-align: center;
  padding-top: var(--space-8);
  margin-bottom: var(--space-6);
}

.nw-page-header h1 {
  font-size: var(--font-size-4xl);
  margin-top: 0;
}

.nw-page-header p {
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: var(--space-2) auto 0;
}

/* --- Section Navigation (Sticky Pills) --- */
.nw-section-nav {
  position: sticky;
  top: var(--nav-height);
  z-index: 50;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border-light);
  margin-bottom: var(--space-6);
}

.nw-section-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.nw-section-nav-inner::-webkit-scrollbar {
  display: none;
}

.nw-section-pill {
  display: inline-flex;
  align-items: center;
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-text-secondary);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  white-space: nowrap;
  transition: all var(--transition-fast);
  text-decoration: none;
}

.nw-section-pill:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}

.nw-section-pill.active {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

/* --- Bookmark Toast --- */
.bookmark-toast {
  position: fixed;
  bottom: var(--space-8);
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  padding: var(--space-3) var(--space-6);
  background: var(--color-secondary);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 600;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-lg);
  z-index: 9999;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.bookmark-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.bookmark-toast svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* --- Scroll margin for section anchors --- */
.nw-section[id] {
  scroll-margin-top: calc(var(--nav-height) + 60px);
}

@media (max-width: 640px) {
  .nw-section-nav-inner {
    justify-content: flex-start;
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }
}

/* ============================================
   NEWS PAGE REDESIGN — Asymmetric Hero + Sidebar
   ============================================ */

/* --- Asymmetric Hero --- */
.nw-hero-asym {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 3px;
  min-height: 520px;
  width: 100%;
}

.nw-hero-featured {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-8);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.nw-hero-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.05) 100%);
  z-index: 1;
  transition: background 300ms ease;
}

.nw-hero-featured:hover::before {
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.1) 100%);
}

.nw-hero-featured-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.nw-hero-featured-title {
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: var(--space-3);
}

.nw-hero-featured-excerpt {
  color: rgba(255,255,255,0.8);
  font-size: var(--font-size-sm);
  line-height: 1.6;
  margin-bottom: var(--space-3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-hero-stack {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
}

.nw-hero-stack-item {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-4) var(--space-5);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.nw-hero-stack-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.15) 60%);
  z-index: 1;
  transition: background 300ms ease;
}

.nw-hero-stack-item:hover::before {
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 70%);
}

/* --- Page Header: Left-Aligned --- */
.nw-page-header--left {
  text-align: left;
  padding-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.nw-page-header--left h1 {
  font-size: var(--font-size-3xl);
  font-weight: 800;
  margin-top: 0;
  margin-bottom: var(--space-1);
}

.nw-page-header--left p {
  color: var(--color-text-secondary);
  max-width: 500px;
  margin: 0;
}

/* --- Main Layout: Content + Sidebar --- */
.nw-main-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: var(--space-10);
  align-items: start;
  padding-bottom: var(--space-10);
}

.nw-main-content {
  min-width: 0;
}

.nw-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + var(--space-4));
}

/* --- Category Blocks --- */
.nw-cat-block {
  padding-bottom: var(--space-8);
  margin-bottom: var(--space-8);
  border-bottom: 1px solid var(--color-border-light);
}

.nw-cat-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.nw-cat-block--accent {
  background: var(--color-primary-light);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  margin-left: calc(-1 * var(--space-4));
  margin-right: calc(-1 * var(--space-4));
  border-bottom: none;
}

.nw-cat-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-5);
}

.nw-cat-block-title {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: var(--color-secondary);
  margin: 0;
}

.nw-cat-block-accent {
  width: 4px;
  height: 1.2em;
  border-radius: 2px;
  flex-shrink: 0;
}

.nw-cat-block-cta {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-primary);
  white-space: nowrap;
  text-decoration: none;
}

.nw-cat-block-cta:hover {
  color: var(--color-primary-dark);
}

/* --- Category Cards (Horizontal) --- */
.nw-cat-block-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.nw-cat-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: var(--space-4);
  text-decoration: none;
  color: inherit;
  align-items: start;
  transition: opacity 150ms ease;
}

.nw-cat-card:hover {
  opacity: 0.85;
}

.nw-cat-card-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3/2;
}

.nw-cat-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nw-cat-card-body {
  padding-top: var(--space-1);
}

.nw-cat-card-cat {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: var(--space-1);
}

.nw-cat-card-title {
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-secondary);
  margin: 0 0 var(--space-1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-cat-card-meta {
  font-size: var(--font-size-xs);
  color: var(--color-text-secondary);
}

/* --- Semua Berita Section --- */
.nw-sec-all {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border-light);
  padding: var(--space-12) 0 var(--space-16);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .nw-main-layout {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .nw-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .nw-hero-asym {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .nw-hero-featured {
    min-height: 320px;
  }

  .nw-hero-stack {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .nw-hero-stack-item {
    min-height: 160px;
  }

  .nw-cat-block--accent {
    margin-left: calc(-1 * var(--space-2));
    margin-right: calc(-1 * var(--space-2));
    padding: var(--space-4);
  }
}

@media (max-width: 480px) {
  .nw-hero-stack {
    grid-template-columns: 1fr;
  }

  .nw-hero-stack-item {
    min-height: 140px;
  }

  .nw-cat-card {
    grid-template-columns: 100px 1fr;
  }
}

