/*
Theme Name: Gowtham Gaming
Theme URI: https://gowthamgaming.com
Author: Gowtham
Author URI: https://gowthamgaming.com
Description: Premium editorial and mod repository for Euro Truck Simulator 2 and Bus Simulator Indonesia.
Version: 1.0.0
Text Domain: gowtham-gaming
Tags: gaming, blog, dark-mode, simulation, bussid, ets2
*/


/* MAIN STYLES */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: #090909;
  color: #a1a1aa;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #d0bcff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

button, input, textarea {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  color: inherit;
  outline: none;
}
button:focus, input:focus, textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #090909;
}

::-webkit-scrollbar-thumb {
  background: #201f1f;
  border: 2px solid #090909;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #8B5CF6;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-gradient-purple {
  background: linear-gradient(135deg, #d0bcff, #8B5CF6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-blue {
  background: linear-gradient(135deg, #adc6ff, #3B82F6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glow-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glow-hover:hover {
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.25);
  border-color: rgba(139, 92, 246, 0.3) !important;
}

.glow-hover-blue {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glow-hover-blue:hover {
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.25);
  border-color: rgba(59, 130, 246, 0.3) !important;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: rgba(21, 21, 21, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
#back-to-top:hover {
  background: #8B5CF6;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.25);
  transform: translateY(-3px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  background-color: #09090b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Shift fixed header down when WP Admin Bar is active */
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header.scrolled {
}
.site-header.scrolled .header-container {
  height: 60px;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo {
  font-family: "Rajdhani", "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}
.logo:hover {
  opacity: 0.9;
}
.logo .logo-part-1 {
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}
.logo .logo-part-2 {
  color: #ffffff;
  margin-left: 6px;
}

.desktop-nav .primary-menu-list {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-nav li {
  position: relative;
}
.desktop-nav a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #a1a1aa;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 0;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFD700;
  transition: width 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}
.desktop-nav li:hover > a {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}
.desktop-nav li:hover > a::after {
  width: 100%;
}
.desktop-nav li.current-menu-item > a {
  color: #ffffff;
}
.desktop-nav li.current-menu-item > a::after {
  width: 100%;
}

/* Chevron */
.desktop-nav .menu-item-has-children > a::before {
  content: "▼";
  font-size: 0.6rem;
  margin-left: 6px;
  order: 2; /* places it after the text */
  transition: transform 0.3s ease;
}
.desktop-nav .menu-item-has-children:hover > a::before {
  transform: rotate(180deg);
}

/* Submenu Dropdown */
.desktop-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  list-style: none;
  padding: 8px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.desktop-nav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.desktop-nav .sub-menu li {
  width: 100%;
}
.desktop-nav .sub-menu a {
  padding: 12px 20px;
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #a1a1aa;
}
.desktop-nav .sub-menu a::after {
  display: none;
}
.desktop-nav .sub-menu li:hover > a {
  background-color: rgba(255, 215, 0, 0.08);
  color: #FFD700;
  text-shadow: none;
}
.desktop-nav .sub-menu .menu-item-has-children > a::before {
  content: "▶";
  position: absolute;
  right: 15px;
  margin-left: 0;
}
.desktop-nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 5px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-trigger {
  color: #a1a1aa;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.search-trigger:hover {
  color: #000;
  background-color: #FFD700;
  transform: scale(1.1) rotate(5deg);
  border-radius: 50%;
}

.search-dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.8);
  backdrop-filter: blur(8px);
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-dropdown-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-dropdown-overlay .search-container {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  position: relative;
  transform: scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-dropdown-overlay.active .search-container {
  transform: scale(1);
}
.search-dropdown-overlay .search-close {
  position: absolute;
  top: -45px;
  right: 0;
  color: #ffffff;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-dropdown-overlay .search-close:hover {
  color: #8B5CF6;
}
.search-dropdown-overlay .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0;
}
.search-dropdown-overlay .search-input-wrapper:focus-within {
  border-color: #8B5CF6;
}
.search-dropdown-overlay .search-input-wrapper input {
  width: 100%;
  font-size: 1.25rem;
  color: #ffffff;
  padding-right: 40px;
}
.search-dropdown-overlay .search-input-wrapper input::placeholder {
  color: #71717a;
}
.search-dropdown-overlay .search-input-wrapper .search-btn {
  position: absolute;
  right: 0;
  color: #a1a1aa;
  transition: all 0.2s ease;
}
.search-dropdown-overlay .search-input-wrapper .search-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
}
.search-dropdown-overlay .search-input-wrapper .search-btn:active {
  transform: scale(0.9) rotate(15deg);
  color: #FFD700;
}

.menu-trigger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 110;
}
.menu-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a1a1aa;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.menu-trigger:hover span {
  background-color: #ffffff;
}
.menu-trigger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #ffffff;
}
.menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #ffffff;
}

.hero-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-section .hero-container {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-slider-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero-slider-item .hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-slider-item .hero-badge {
  display: inline-block;
  background-color: #ebc33e;
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 0.25rem;
  margin-bottom: 16px;
  box-shadow: 0 0 15px rgba(235, 195, 62, 0.3);
}
.hero-slider-item .hero-title {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero-slider-item .hero-title {
    font-size: 2.25rem;
  }
}
.hero-slider-item .hero-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #a1a1aa;
  margin-bottom: 24px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.hero-slider-item .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #3b82f6;
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 28px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-slider-item .hero-btn svg {
  width: 18px;
  height: 18px;
}
.hero-slider-item .hero-btn:hover {
  background-color: #2563eb;
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
  transform: translateY(-2px);
}

.main-wrapper {
  padding-bottom: 80px;
}

/* Offset for fixed header on single posts, pages, 404 */
#detail-view {
  padding-top: 110px;
}
@media (max-width: 768px) {
  #detail-view {
    padding-top: 100px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar #detail-view {
    padding-top: 156px; /* 110px + 46px admin bar */
  }
}
@media screen and (min-width: 783px) {
  .admin-bar #detail-view {
    padding-top: 142px; /* 110px + 32px admin bar */
  }
}
.main-wrapper .layout-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}

/* Header offset — fixed header is 80px tall on all screens.
   LED board sits inside the 80px header-container so total = ~110px with some buffer */
#home-view {
  padding-top: 110px;
}
.archive-layout-grid {
  padding-top: 24px;
}

/* On mobile the layout is tighter — reduce top padding slightly */
@media (max-width: 768px) {
  #home-view {
    padding-top: 100px;
  }
  .archive-layout-grid {
    padding-top: 16px;
  }
}

/* Admin bar shifts the header down — add that offset on top */
@media screen and (max-width: 782px) {
  .admin-bar #home-view {
    padding-top: 156px; /* 110px + 46px admin bar */
  }
}
@media screen and (min-width: 783px) {
  .admin-bar #home-view {
    padding-top: 142px; /* 110px + 32px admin bar */
  }
}

@media (max-width: 1024px) {
  .main-wrapper .layout-grid {
    grid-template-columns: 1fr;
  }
}

.category-tabs-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
}
.category-tabs-container .tab-btn {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 18px;
  border-radius: 9999px;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a1a1aa;
  transition: all 0.2s ease;
}
.category-tabs-container .tab-btn:hover {
  border-color: #3B82F6;
  color: #ffffff;
}
.category-tabs-container .tab-btn.active {
  background-color: #3B82F6;
  border-color: #3B82F6;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.widget {
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget:hover {
  border-color: rgba(59, 130, 246, 0.15);
}
.widget .widget-title,
.widget h2.widgettitle,
.widget .wp-block-heading {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3b82f6;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .widget-title svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

/* Search Widget styling */
.widget-search .search-form,
.widget_search .search-form,
.wp-block-search {
  position: relative;
  display: flex;
  align-items: center;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  padding: 12px 16px;
  transition: all 0.2s ease;
  width: 100%;
}
.widget-search .search-form:focus-within,
.widget_search .search-form:focus-within,
.wp-block-search:focus-within {
  border-color: #3B82F6;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.25);
}
.widget-search .search-form input,
.widget_search .search-form input,
.wp-block-search .wp-block-search__input {
  width: 100%;
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0 36px 0 28px !important;
  margin: 0 !important;
}
.widget-search .search-form input::placeholder,
.widget_search .search-form input::placeholder,
.wp-block-search .wp-block-search__input::placeholder {
  color: #71717a;
}
/* Search icon on the left */
.widget-search .search-form svg:first-child,
.widget_search .search-form svg:first-child {
  position: absolute;
  left: 16px;
  width: 16px;
  height: 16px;
  color: #71717a;
  flex-shrink: 0;
}
.wp-block-search::before {
  position: absolute;
  left: 16px;
  width: 16px;
  height: 16px;
  color: #71717a;
}
/* Submit button inside custom searchform.php */
.widget-search .search-form .search-form-submit,
.widget_search .search-form .search-form-submit {
  position: absolute;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #3B82F6;
  border-radius: 6px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.widget-search .search-form .search-form-submit:hover,
.widget_search .search-form .search-form-submit:hover {
  background: #2563eb;
  transform: scale(1.08);
}
/* WordPress block search button */
.wp-block-search .wp-block-search__button {
  background: #3B82F6;
  color: #ffffff;
  border-radius: 0.25rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 4px 12px;
  cursor: pointer;
  border: none;
  margin-left: 8px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.wp-block-search .wp-block-search__button:hover {
  background: #2563eb;
}

/* Sidebar Widget Lists (Categories, Archives, Pages, Menus, etc.) */
.widget ul,
.widget ol,
.wp-block-categories ul,
.wp-block-categories-list ul,
.wp-block-archives ul,
.wp-block-archives-list ul,
.wp-block-pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget li,
.wp-block-categories li,
.wp-block-categories-list li,
.wp-block-archives li,
.wp-block-archives-list li,
.wp-block-pages li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.2s ease;
}
.widget li:last-child,
.wp-block-categories li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-archives li:last-child,
.wp-block-archives-list li:last-child,
.wp-block-pages li:last-child,
.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child {
  border-bottom: none;
}
.widget li a,
.wp-block-categories li a,
.wp-block-categories-list li a,
.wp-block-archives li a,
.wp-block-archives-list li a,
.wp-block-pages li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a,
.widget_archive li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a1a1aa;
  transition: all 0.2s ease;
}
.widget li:hover,
.wp-block-categories li:hover,
.wp-block-categories-list li:hover,
.wp-block-archives li:hover,
.wp-block-archives-list li:hover,
.wp-block-pages li:hover,
.widget_nav_menu li:hover,
.widget_meta li:hover,
.widget_pages li:hover,
.widget_archive li:hover {
  padding-left: 6px;
}
.widget li:hover > a,
.wp-block-categories li:hover > a,
.wp-block-categories-list li:hover > a,
.wp-block-archives li:hover > a,
.wp-block-archives-list li:hover > a,
.wp-block-pages li:hover > a,
.widget_nav_menu li:hover > a,
.widget_meta li:hover > a,
.widget_pages li:hover > a,
.widget_archive li:hover > a {
  color: #ffffff;
}

/* Widget counts styling (Categories, Archives, etc.) */
.widget .cat-count,
.widget .cat-count,
.widget .wp-block-categories-list__item-count,
.widget .wp-block-archives-list__item-count,
.widget .post-count,
.widget .archive-count {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #71717a;
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 8px;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.widget li:hover .cat-count,
.widget li:hover .wp-block-categories-list__item-count,
.widget li:hover .wp-block-archives-list__item-count,
.widget li:hover .post-count,
.widget li:hover .archive-count {
  background-color: rgba(59, 130, 246, 0.15);
  color: #adc6ff;
}

/* Nested List Indentation */
.widget .children,
.widget .sub-menu {
  padding-left: 20px;
  margin-top: 8px;
}

/* Tag cloud fallback */
.widget-categories .tag-cloud,
.widget_tag_cloud .tagcloud,
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.widget-categories .tag-cloud .tag-item,
.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.75rem !important;
  font-weight: 600;
  color: #a1a1aa;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 12px;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.widget-categories .tag-cloud .tag-item:hover,
.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background-color: rgba(59, 130, 246, 0.1);
  border-color: #3B82F6;
  color: #ffffff;
}

.widget-recent .recent-posts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.widget-recent .recent-post-card {
  display: flex;
  gap: 12px;
  align-items: center;
}
.widget-recent .recent-post-card .recent-thumb {
  width: 72px;
  height: 54px;
  border-radius: 0.25rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.widget-recent .recent-post-card .recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-recent .recent-post-card .recent-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.widget-recent .recent-post-card .recent-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-recent .recent-post-card .recent-title:hover {
  color: #adc6ff;
}
.widget-recent .recent-post-card .recent-meta {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Native WordPress & Gutenberg Recent Posts support */
.widget_recent_entries ul,
.wp-block-latest-posts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_entries li,
.wp-block-latest-posts li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom: 12px;
}
.widget_recent_entries li:last-child,
.wp-block-latest-posts li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_recent_entries li a,
.wp-block-latest-posts li a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  transition: all 0.2s ease;
}
.widget_recent_entries li a:hover,
.wp-block-latest-posts li a:hover {
  color: #adc6ff;
}
.widget_recent_entries li .post-date,
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}

.post-card {
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.25);
}
.post-card:hover .post-image img {
  transform: scale(1.06);
}
.post-card:hover .read-more-link {
  color: #ffffff;
}
.post-card:hover .read-more-link svg {
  transform: translateX(4px);
}
.post-card .post-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #090909;
}
.post-card .post-image {
  width: 100%;
  height: 100%;
}
.post-card .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-card .post-category-link {
  display: inline-block;
  align-self: flex-start;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 4px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-card .post-category-link.cat-link-bussid {
  color: #ebc33e;
  border: 1px solid rgba(235, 195, 62, 0.4);
  background-color: rgba(235, 195, 62, 0.03);
}
.post-card .post-category-link.cat-link-ets2 {
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.4);
  background-color: rgba(59, 130, 246, 0.03);
}
.post-card .post-category-link.cat-link-bussid:hover {
  background-color: #ebc33e !important;
  border-color: #ebc33e !important;
  color: #000000 !important;
  box-shadow: 0 0 12px rgba(235, 195, 62, 0.35);
}
.post-card .post-category-link.cat-link-ets2:hover {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #ffffff !important;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.35);
}
.post-card .post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post-card .post-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card .post-title a:hover {
  color: #adc6ff;
}
.post-card .post-excerpt {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.88rem;
  color: #a1a1aa;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.post-card .post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: auto;
}
.post-card .post-date {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post-card .read-more-link {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #adc6ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}
.post-card .read-more-link svg {
  width: 12px;
  height: 12px;
  transition: all 0.2s ease;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.pagination .page-item {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 0.25rem;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a1a1aa;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item:hover {
  border-color: #3B82F6;
  color: #ffffff;
}
.pagination .page-item.active {
  background-color: #3B82F6;
  border-color: #3B82F6;
  color: #ffffff;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.3);
}
.pagination .page-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.detail-view {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.detail-view > * {
  width: 100%;
}

.detail-header {
  margin-bottom: 8px;
}
.detail-header .detail-badge {
  display: inline-block;
  background-color: #ebc33e;
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 0.25rem;
  margin-bottom: 16px;
  box-shadow: 0 0 15px rgba(235, 195, 62, 0.2);
}
.detail-header .detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.75rem;
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.detail-header .detail-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.detail-header .detail-meta .meta-item svg {
  width: 14px;
  height: 14px;
  color: #71717a;
}
.detail-header .detail-meta .meta-item span.author-name {
  color: #ffffff;
  font-weight: 600;
}
.detail-header .detail-title {
  font-size: 2.75rem;
  color: #ffffff;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .detail-header .detail-title {
    font-size: 2rem;
  }
}

.detail-featured-image {
  width: 100%;
  height: 420px;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  margin-bottom: 28px;
}
.detail-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .detail-featured-image {
    height: 240px;
  }
}

.detail-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #a1a1aa;
}
.detail-content p {
  margin-bottom: 20px;
}
.detail-content span.highlight {
  color: #3b82f6;
  font-weight: 600;
}

.features-card {
  background-color: rgba(21, 21, 21, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.15);
  box-shadow: 0 0 25px rgba(139, 92, 246, 0.05);
  border-radius: 0.75rem;
  padding: 24px;
  margin: 32px 0;
}
.features-card .features-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  color: #3b82f6;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.features-card .features-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.features-card .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #ffffff;
}
.features-card .feature-item svg {
  width: 18px;
  height: 18px;
  color: #3b82f6;
  flex-shrink: 0;
}

.download-action-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 36px 0;
}
.download-action-wrapper .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 36px;
  border-radius: 0.75rem;
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.download-action-wrapper .btn-download svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.download-action-wrapper .btn-download:hover {
  box-shadow: 0 0 35px rgba(59, 130, 246, 0.7);
  transform: translateY(-3px);
}
.download-action-wrapper .btn-download:hover svg {
  transform: translateY(2px);
}

.author-card {
  display: flex;
  gap: 24px;
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 24px;
  margin-top: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.author-card .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  overflow: hidden;
  border: 2px solid #3b82f6;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
  flex-shrink: 0;
}
.author-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-card .author-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.author-card .author-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  color: #3b82f6;
  text-transform: uppercase;
}
.author-card .author-bio {
  font-size: 0.875rem;
  color: #a1a1aa;
  line-height: 1.5;
}
.author-card .author-socials {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}
.author-card .author-socials .social-link {
  color: #a1a1aa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.author-card .author-socials .social-link svg {
  width: 18px;
  height: 18px;
}
.author-card .author-socials .social-link:hover {
  color: #3b82f6;
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-card .author-socials {
    justify-content: center;
  }
}

.comments-section {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
}
.comments-section .comments-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #3b82f6;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.comment-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: rgba(21, 21, 21, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  padding: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: auto;
}
.comment-card .comment-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  flex-shrink: 0;
}
.comment-card .comment-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 9999px;
  background-color: #3B82F6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.2);
}
.comment-card .comment-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comment-card .comment-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.comment-card .comment-header .comment-author {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
}
.comment-card .comment-header .comment-date {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.7rem;
  color: #71717a;
}
.comment-card .comment-text {
  font-size: 0.85rem;
  color: #a1a1aa;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Nested child comments (replies) — stacked below parent */
.comment-card > .children {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid rgba(59, 130, 246, 0.2);
}

@media (max-width: 480px) {
  .comment-card {
    padding: 12px;
  }
  .comment-card .comment-main {
    gap: 10px;
  }
  .comment-card .comment-avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 0.65rem;
  }
  .comment-card > .children {
    padding-left: 10px;
    gap: 10px;
  }
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
  padding: 0;
  border: none;
  width: 100%;
}
.comment-form .comment-notes {
  color: #71717a;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
  width: 100%;
  background-color: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  padding: 16px;
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.25);
  outline: none;
}
.comment-form input::placeholder {
  color: #71717a;
}
.comment-form textarea {
  width: 100%;
  height: 120px;
  background-color: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  padding: 16px;
  color: #ffffff;
  font-size: 0.875rem;
  resize: none;
  transition: all 0.2s ease;
}
.comment-form textarea:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.25);
}
.comment-form textarea::placeholder {
  color: #71717a;
}
.comment-form .btn-submit-comment {
  align-self: flex-start;
  background-color: #ebc33e;
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 32px;
  border-radius: 0.25rem;
  margin-top: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease cubic-bezier(0.4, 0, 0.2, 1);
}
.comment-form .btn-submit-comment:hover {
  background-color: #e0ab1b;
  box-shadow: 0 0 15px rgba(235, 195, 62, 0.3);
  transform: translateY(-1px);
}

.related-section {
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
}
.related-section .related-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #3b82f6;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.related-section .related-title svg {
  width: 22px;
  height: 22px;
  color: #3b82f6;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.explore-drawer.active {
  transform: translateY(0);
}

.explore-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: rgba(11, 11, 15, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  z-index: 101;
  display: flex;
  flex-direction: column;
  padding: 0;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.explore-drawer .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #09090b;
  position: sticky;
  top: 0;
  z-index: 1;
  flex-shrink: 0;
}
.explore-drawer .drawer-logo {
  font-family: "Rajdhani", "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.explore-drawer .drawer-logo .logo-part-1 {
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}
.explore-drawer .drawer-logo .logo-part-2 {
  color: #ffffff;
}
.explore-drawer .btn-close-drawer {
  color: #a1a1aa;
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.explore-drawer .btn-close-drawer:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.explore-drawer .btn-close-drawer svg {
  width: 24px;
  height: 24px;
}
.drawer-nav {
  padding: 24px 30px;
  flex: 1;
}
.drawer-nav ul,
.drawer-nav .drawer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-nav li {
  position: relative;
  width: 100%;
}
.drawer-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #a1a1aa;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s ease;
  width: 100%;
}
.drawer-nav li:hover > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.drawer-nav li.current-menu-item > a {
  color: #FFD700;
  background-color: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.2);
}
/* Mobile Accordion Chevron */
.drawer-nav .menu-item-has-children > a::after {
  content: "▼";
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
.drawer-nav .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}
/* Mobile Submenu */
.drawer-nav .sub-menu {
  display: none;
  padding-left: 16px;
  margin-top: 4px;
}
.drawer-nav .menu-item-has-children.open > .sub-menu {
  display: flex;
}
.drawer-nav .sub-menu a {
  padding: 10px 18px;
  font-size: 0.85rem;
  font-weight: 500;
  background-color: rgba(0,0,0,0.2);
}

.drawer-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}
.drawer-footer .btn-support {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebc33e;
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px;
  border-radius: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  box-shadow: 0 4px 15px rgba(235, 195, 62, 0.2);
}
.drawer-footer .btn-support:hover {
  background-color: #e0ab1b;
  box-shadow: 0 0 20px rgba(235, 195, 62, 0.4);
  transform: translateY(-2px);
}
.drawer-footer .drawer-footer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drawer-footer .drawer-footer-actions .footer-icon-btn {
  color: #71717a;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.drawer-footer .drawer-footer-actions .footer-icon-btn:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.drawer-footer .drawer-footer-actions .footer-icon-btn svg {
  width: 18px;
  height: 18px;
}

.site-footer {
  padding-top: 60px;
  background-color: #0c0c0e;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
}
.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer .footer-desc {
  color: #71717a;
  line-height: 1.7;
  font-size: 0.95rem;
}
.site-footer .footer-col {
  background-color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 24px;
}
.site-footer .footer-col .col-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-family: "Impact", "Oswald", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* --- Footer Hover Animations --- */
.site-footer .social-icon:hover {
  transform: scale(1.10) translateY(-2px);
  border-color: #a5b4fc !important;
  color: #fff !important;
}
.site-footer .footer-links a:hover,
.site-footer .footer-legal-links a:hover {
  color: #2dd4bf !important;
  transform: translateX(4px);
}
.site-footer .footer-menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.site-footer .footer-menu li {
  padding: 0 !important;
  border-bottom: none !important;
}
.site-footer .footer-menu a {
  font-family: "Hanken Grotesk", sans-serif !important;
  color: #a1a1aa !important;
  text-decoration: none !important;
  font-size: 0.85rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}
.site-footer .footer-menu a:hover {
  color: #2dd4bf !important;
  transform: scale(1.03) !important;
}
.site-footer .back-to-top-btn:hover {
  border-color: #2dd4bf !important;
  transform: translateY(-2px);
  color: #fff !important;
}
.site-footer .footer-col .footer-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col .footer-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.site-footer .footer-col .footer-links li:last-child {
  border-bottom: none;
}
.site-footer .footer-col .footer-links a {
  color: #a1a1aa;
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
  padding: 12px 0;
  position: relative;
}
.site-footer .footer-col .footer-links a:hover {
  color: #FFD700;
  padding-left: 6px;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.site-footer .footer-bottom .copyright {
  font-size: 0.8125rem;
  color: #71717a;
}
.site-footer .footer-bottom .footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer .footer-bottom .footer-socials .social-icon {
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-bottom .footer-socials .social-icon svg {
  width: 18px;
  height: 18px;
}
.site-footer .footer-bottom .footer-socials .social-icon:hover {
  color: #000;
  background-color: #FFD700;
  border-color: #FFD700;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}
.site-footer .footer-bottom .footer-socials .social-icon.youtube:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}
.site-footer .footer-bottom .footer-socials .social-icon.instagram:hover {
  background-color: #e1306c;
  border-color: #e1306c;
  color: #fff;
  box-shadow: 0 4px 15px rgba(225, 48, 108, 0.3);
}
.site-footer .footer-bottom .footer-socials .social-icon.discord:hover {
  background-color: #5865f2;
  border-color: #5865f2;
  color: #fff;
  box-shadow: 0 4px 15px rgba(88, 101, 242, 0.3);
}

/* --- Contact Page Styles --- */
.contact-page-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact-info-col {
  display: flex;
  flex-direction: column;
}
.contact-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.95rem;
  color: #a1a1aa;
  line-height: 1.6;
  margin-bottom: 32px;
}
.contact-info-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-info-item .info-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-item .info-content h4 {
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
}
.contact-info-item .info-content p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9rem;
  color: #a1a1aa;
}
.contact-socials-box h4 {
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.contact-social-icons {
  display: flex;
  gap: 12px;
}
.contact-social-icons .social-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a1a1aa;
  background-color: #13131a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
  text-decoration: none;
}
.contact-social-icons .social-icon-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}
.contact-social-icons .social-icon-btn.yt:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.contact-social-icons .social-icon-btn.ig:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border-color: transparent;
}
.contact-social-icons .social-icon-btn.dc:hover {
  background-color: #5865f2;
  border-color: #5865f2;
}

/* Contact Form styling */
.contact-form-col {
  background-color: rgba(21, 21, 21, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .contact-form-col {
    padding: 24px;
  }
}
.contact-theme-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-theme-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-theme-form .form-group label {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #d4d4d8;
}
.contact-theme-form .form-group label .required {
  color: #ef4444;
}
.contact-theme-form input[type="text"],
.contact-theme-form input[type="email"],
.contact-theme-form textarea {
  width: 100%;
  background-color: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.contact-theme-form input[type="text"]:focus,
.contact-theme-form input[type="email"]:focus,
.contact-theme-form textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.2);
  outline: none;
}
.contact-theme-form textarea {
  resize: vertical;
}
.contact-submit-btn {
  align-self: flex-start;
  background-color: #FFD700;
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  margin-top: 8px;
}
.contact-submit-btn:hover {
  background-color: #e6c200;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  transform: translateY(-2px);
}
.contact-submit-btn svg {
  transition: transform 0.2s ease;
}
.contact-submit-btn:hover svg {
  transform: translate(2px, -2px);
}

/* Contact alerts */
.contact-alert {
  display: flex;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  line-height: 1.5;
}
.contact-alert svg {
  flex-shrink: 0;
}
.contact-alert h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-alert p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9rem;
}
.contact-alert.alert-success {
  background-color: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #10b981;
}
.contact-alert.alert-danger {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

/* Minimalist Contact Card Form (Uploaded Format) */
.contact-card-wrapper {
  max-width: 600px;
  margin: 40px auto;
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 600px) {
  .contact-card-wrapper {
    padding: 30px 20px;
    margin: 20px auto;
  }
}
.contact-card-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.contact-minimal-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-minimal-form .form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-minimal-form .form-group label {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #a1a1aa;
  margin-bottom: 6px;
  transition: all 0.2s ease;
}
.contact-minimal-form input[type="text"],
.contact-minimal-form input[type="email"],
.contact-minimal-form textarea {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  color: #ffffff !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.95rem !important;
  transition: all 0.3s ease !important;
}
.contact-minimal-form input[type="text"]:focus,
.contact-minimal-form input[type="email"]:focus,
.contact-minimal-form textarea:focus {
  border-bottom-color: #FFD700 !important;
  outline: none !important;
}
.contact-minimal-form textarea {
  height: 80px;
  resize: none;
}
.contact-minimal-submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.contact-minimal-submit-btn {
  background-color: #FFD700;
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 48px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contact-minimal-submit-btn:hover {
  background-color: #e6c200;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  transform: translateY(-2px);
}

/* Retro Bus LED Destination Board Ticker styles */
.bus-led-board {
  width: 100%;
  max-width: 240px;
  height: 22px;
  background-color: #030303;
  border: 1.5px solid #1a1a1a;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.95), 0 1px 3px rgba(0, 0, 0, 0.4);
  position: relative;
}
/* Screen mesh scanlines overlay - reduced opacity for extreme clarity */
.bus-led-board::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(18, 16, 16, 0) 70%, rgba(0, 0, 0, 0.15) 30%), linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));
  background-size: 100% 2px, 3px 100%;
  z-index: 2;
  pointer-events: none;
}
.bus-led-track {
  display: flex;
  width: max-content;
  animation: led-slide 20s linear infinite;
}
.bus-led-board:hover .bus-led-track {
  animation-play-state: paused;
}
.bus-led-item {
  padding-right: 40px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.76rem;
  font-weight: 900;
  color: #ff9d00; /* Glowing amber LED color */
  text-shadow: 0 0 3px #ff9d00, 0 0 8px rgba(255, 157, 0, 0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes led-slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Mobile responsive alignment overrides for footer */
@media (max-width: 768px) {
  .site-footer .footer-content {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 36px !important;
  }
  .site-footer .footer-brand {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 100% !important;
  }
  .site-footer .footer-brand .logo {
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
  .site-footer .footer-desc-box {
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  .site-footer .footer-links {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
  }
  .site-footer .footer-social-wrapper {
    text-align: center !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .site-footer .footer-social-wrapper h4 {
    justify-content: center !important;
  }
  .site-footer .footer-socials {
    justify-content: center !important;
  }
  .site-footer .footer-bottom-bar {
    flex-direction: column !important;
    text-align: center !important;
    gap: 16px !important;
  }
  .site-footer .footer-copyright {
    text-align: center !important;
    width: 100% !important;
  }
  .site-footer .footer-legal-links {
    justify-content: center !important;
    width: 100% !important;
  }
}

/* Professional gaming breadcrumbs overrides (Yoast, RankMath, NavXT, WooCommerce) */
.breadcrumb, 
.breadcrumbs, 
#breadcrumbs, 
.rank-math-breadcrumb,
.woocommerce-breadcrumb {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 24px 0 !important;
  font-family: "Hanken Grotesk", sans-serif !important;
  font-size: 0.8rem !important;
  color: #71717a !important; /* Muted gray for separators and active title */
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.breadcrumb a, 
.breadcrumbs a, 
#breadcrumbs a, 
.rank-math-breadcrumb a,
.woocommerce-breadcrumb a {
  color: #3b82f6 !important; /* Highlighting links in primary blue */
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: color 0.2s ease !important;
}

.breadcrumb a:hover, 
.breadcrumbs a:hover, 
#breadcrumbs a:hover, 
.rank-math-breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #ffffff !important; /* Hover state is clean white */
}

/* Style separator character in breadcrumbs */
.breadcrumb span,
.breadcrumbs span,
#breadcrumbs span,
.rank-math-breadcrumb span {
  display: inline-block !important;
}

/* Style current active page item */
.breadcrumb .current,
.breadcrumbs .current,
#breadcrumbs .current,
.rank-math-breadcrumb .last,
.rank-math-breadcrumb .current {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* ==========================================================================
   Google AdSense Placeholders & Integration
   ========================================================================== */
.gg-adsense {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px auto; /* 24px top and bottom spacing */
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
.gg-adsense ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Hide if empty or only contains the HTML comment */
.gg-adsense:empty {
  display: none !important;
}

/* Utility to collapse when AdSense adds data-ad-status="unfilled" */
.gg-adsense[data-ad-status="unfilled"] {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
}

/* CLS Reservations - Responsive Min-Heights */
/* Standard Leaderboard/Banner (Header, Footer) */
.gg-adsense.header-ad,
.gg-adsense.footer-ad {
  min-height: 90px;
}
@media (max-width: 768px) {
  .gg-adsense.header-ad,
  .gg-adsense.footer-ad {
    min-height: 50px;
  }
}

/* Standard Rectangle (Article, Related, Download) */
.gg-adsense.article-ad,
.gg-adsense.after-download-ad,
.gg-adsense.related-top-ad {
  min-height: 250px;
}
@media (max-width: 768px) {
  .gg-adsense.article-ad,
  .gg-adsense.after-download-ad,
  .gg-adsense.related-top-ad {
    min-height: 250px; /* Usually 300x250 on mobile */
  }
}

/* Download Ad Section (Auto-resizing) */
.gg-adsense.before-download-ad {
  min-height: 0;
  height: auto;
  margin: 24px auto;
}

/* ==========================================================================
   [gg_download] Shortcode Styles
   ========================================================================== */
.gg-download-card {
  background-color: #13131a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 16px auto;
  max-width: 800px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.gg-download-title-card {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFD700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .gg-download-title-card {
    font-size: 20px;
  }
}
.gg-download-content-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0 0 0;
}
/* Timer UI */
.gg-dl-progress-wrapper-card {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.gg-dl-status-text-card {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gg-dl-timer-card {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #d4d4d8;
  margin-bottom: 12px;
  font-weight: 600;
}
.gg-dl-seconds-card {
  color: #2dd4bf;
  font-weight: 700;
  font-size: 1.1rem;
}
.gg-dl-progress-track-card {
  width: 100%;
  height: 8px;
  background-color: #090909;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.gg-dl-progress-fill-card {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #3B82F6, #2dd4bf);
  border-radius: 9999px;
}
/* Button */
.gg-dl-btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #3B82F6, #2563eb);
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 220px;
  height: 52px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.gg-dl-btn-card:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
  transform: translateY(-2px);
  color: #ffffff;
}
.gg-adsense-shortcode {
  width: 100%;
  text-align: center;
}
