@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Inter:wght@400;500;700&display=swap');

/* ==========================================================
   WEBHOSTINGSATINAL.NET - ZERO-WRITTEN CUSTOM CSS
   THEME: Dark Neon Cyberpunk / Network Infrastructure
   ========================================================== */

/* 1. RESET & GLOBALS */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: #e2e8f0;
  background-color: #09090b;
  background-image:
    radial-gradient(circle at 15% 50%, rgba(168, 85, 247, 0.08), transparent 25%),
    radial-gradient(circle at 85% 30%, rgba(6, 182, 212, 0.08), transparent 25%);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}

img,
video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
  border: 1px solid rgba(168, 85, 247, 0.3);
}

.section img {
  width: 100% !important;
  max-height: 450px !important;
  object-fit: cover !important;
  margin: 1.5rem auto !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* 2. TYPOGRAPHY */
h1,
h2,
h3,
h4,
.logo-text,
.section-number,
.stat-val {
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 3. HEADER & NAVIGATION */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(168, 85, 247, 0.3);
  box-shadow: 0 4px 30px rgba(168, 85, 247, 0.1);
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-dot {
  width: 14px;
  height: 14px;
  background: #a855f7;
  border-radius: 2px;
  box-shadow: 0 0 10px #a855f7, 0 0 20px #a855f7;
  transform: rotate(45deg);
}

.logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.nav-links a {
  font-weight: 500;
  color: #94a3b8;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-links a:hover {
  color: #06b6d4;
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.6);
}

.header-cta-btn,
.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: #06b6d4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  border: 1px solid #06b6d4;
  cursor: pointer;
  box-shadow: inset 0 0 10px rgba(6, 182, 212, 0.2), 0 0 10px rgba(6, 182, 212, 0.2);
  transition: all 0.3s ease;
}

.cta-button:hover,
.cta-primary:hover {
  background: #06b6d4;
  color: #09090b;
  box-shadow: inset 0 0 0 rgba(6, 182, 212, 0), 0 0 20px rgba(6, 182, 212, 0.6);
}

/* 4. HERO SECTION */
.hero-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 1.5rem 4rem;
  text-align: center;
}

.hero-tag {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(168, 85, 247, 0.1);
  color: #a855f7;
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid rgba(168, 85, 247, 0.5);
  margin-bottom: 2rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
}

.hero-intro h1 {
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero-intro h1 span {
  color: #06b6d4;
  text-shadow: 0 0 15px rgba(6, 182, 212, 0.4);
}

.hero-subtitle,
.subtitle {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: #94a3b8;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  justify-items: center;
}

.stat-item,
.hero-stats>div {
  background: #18181b;
  border: 1px solid #27272a;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.stat-item::before,
.hero-stats>div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #a855f7, transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.stat-item:hover::before,
.hero-stats>div::before {
  transform: translateX(100%);
}

.stat-item:hover,
.hero-stats>div:hover {
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.1);
  transform: translateY(-5px);
  color: #06b6d4;
}

.stat-val {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  margin-bottom: 0.25rem;
  line-height: 1;
}

.stat-label {
  font-weight: 700;
  color: #06b6d4;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

/* 5. MAIN CONTENT SECTIONS */
.content-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  background: #18181b;
  border: 1px solid #27272a;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 8px;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
  /* ABSOLUTE FIX FOR OVERLAPS */
  clear: both;
}

/* Cyberpunk Corner Accents */
.section::before,
.section::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #06b6d4;
  opacity: 0.5;
}

.section::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.section::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.section-number {
  display: inline-block;
  background: transparent;
  color: #a855f7;
  border: 1px solid #a855f7;
  padding: 0.4rem 1.25rem;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: inset 0 0 8px rgba(168, 85, 247, 0.2);
}

.section h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section p {
  font-size: 1.1rem;
  color: #cbd5e1;
  margin-bottom: 1.5rem;
}

.section-cta {
  margin-top: 2.5rem;
}

/* 6. COMPONENTS & BOXES */
.winner-box,
.tip-box,
.sidebar-box,
.cyber-box {
  background: rgba(6, 182, 212, 0.05);
  border-left: 4px solid #06b6d4;
  padding: 1.5rem;
  border-radius: 4px;
  margin: 2.5rem 0;
  border-top: 1px solid #27272a;
  border-right: 1px solid #27272a;
  border-bottom: 1px solid #27272a;
}

.winner-box h4,
.tip-box strong,
.winner-title,
.tip-box-title {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.compare-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 2.5rem 0;
  border: 1px solid #27272a;
  background: #09090b;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.compare-table th,
.compare-table td {
  padding: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #27272a;
}

.compare-table th {
  background: #18181b;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: #06b6d4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* RATING BAR */
.rating-container {
  margin: 2.5rem 0;
  background: #09090b;
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid #27272a;
}

.rating-label {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rating-bar {
  background: #27272a;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.rating-fill {
  background: linear-gradient(90deg, #a855f7, #06b6d4);
  height: 100%;
  border-radius: 4px;
  width: 0%;
  box-shadow: 0 0 10px rgba(6, 182, 212, 0.5);
  transition: width 1s cubic-bezier(0.1, 0.76, 0.55, 0.94);
}

/* LISTS */
.feature-list {
  list-style: none;
  margin: 1.5rem 0;
}

.feature-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.85rem;
  color: #cbd5e1;
}

.feature-list li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: #a855f7;
  font-weight: 900;
  font-family: monospace;
}

/* PROGRESS BAR */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #a855f7, #06b6d4);
  z-index: 1001;
  width: 0%;
  transition: width 0.1s ease;
  box-shadow: 0 0 10px #06b6d4;
}

/* 7. FOOTER */
footer {
  background: #000;
  color: #94a3b8;
  padding: 5rem 1.5rem 2rem;
  margin-top: 6rem;
  border-top: 1px solid #27272a;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
}

.link-col h4 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.link-col ul {
  list-style: none;
}

.link-col ul li {
  margin-bottom: 0.85rem;
}

.link-col ul li a:hover {
  color: #a855f7;
  text-shadow: 0 0 8px rgba(168, 85, 247, 0.5);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2.5rem;
  border-top: 1px solid #27272a;
  text-align: center;
  font-size: 0.9rem;
}

/* 8. FLAWLESS MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }

  .nav-links {
    justify-content: center;
    width: 100%;
    gap: 0.75rem;
  }

  .hero-intro {
    padding: 3rem 1rem 2rem;
  }

  .content-block {
    padding: 0 1rem;
  }

  .section {
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2.5rem;
  }

  .cta-button,
  .cta-primary {
    width: 100%;
    text-align: center;
  }

  .compare-table th,
  .compare-table td {
    padding: 1rem;
  }

  .footer-grid {
    text-align: center;
    gap: 2.5rem;
  }
}


/* ========================================== 
   EXTRACTED INLINE STYLES 
   ========================================== */
/* Cyberpunk Dropdown Menu */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-trigger {
  cursor: pointer;
  padding: 0.5rem 1rem;
  color: #94a3b8;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.dropdown-trigger:hover {
  color: #06b6d4;
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.6);
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #18181b;
  border: 1px solid rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
  z-index: 1000;
  min-width: 260px;
  max-height: 350px;
  overflow-y: auto;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #cbd5e1;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: 1px solid #27272a;
  transition: all 0.2s ease;
  text-align: left;
}

.dropdown-content a:hover {
  background: rgba(6, 182, 212, 0.1);
  color: #06b6d4;
  text-shadow: 0 0 5px rgba(6, 182, 212, 0.5);
  padding-left: 1.5rem;
  text-decoration: none;
}

.dropdown-content::-webkit-scrollbar {
  width: 4px;
}

.dropdown-content::-webkit-scrollbar-track {
  background: #09090b;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background: #a855f7;
}

/* ========================================== 
   CYBERPUNK BENTO GRID & TERMINAL MODAL
   ========================================== */

/* Bento Grid Container */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bento-card.span-2 {
    grid-column: span 2;
  }
}

/* Bento Card Styling */
.bento-card {
  position: relative;
  background: rgba(15, 15, 20, 0.7);
  border: 1px solid rgba(168, 85, 247, 0.35);
  /* Purple border by default */
  border-radius: 8px;
  padding: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  outline: none;
}

/* Alternate colors: Cyan/Purple */
.bento-card:nth-child(even) {
  border-color: rgba(6, 182, 212, 0.35);
  /* Cyan border */
}

.bento-card-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(168, 85, 247, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.bento-card:nth-child(even) .bento-card-glow {
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(6, 182, 212, 0.15) 0%, transparent 60%);
}

.bento-card:hover,
.bento-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(168, 85, 247, 0.2);
  border-color: rgba(168, 85, 247, 0.8);
}

.bento-card:nth-child(even):hover,
.bento-card:nth-child(even):focus-within {
  box-shadow: 0 10px 25px rgba(6, 182, 212, 0.2);
  border-color: rgba(6, 182, 212, 0.8);
}

.bento-card:hover .bento-card-glow,
.bento-card:focus-within .bento-card-glow {
  opacity: 1;
}

.header-container {
  display: flex;
  /* Elemanları yan yana dizer */
  justify-content: space-between;
  /* Birini sola, diğerini sağa iter */
  align-items: center;
  /* Dikeyde hizalar */
  width: 100%;
  /* Tam genişlikte olduğundan emin olur */
  padding: 1rem 2rem;
  /* İhtiyaca göre boşluk ekleyin */
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

/* Butonunuzun zaten var olan sınıfı - ekstra bir şey yapmanıza gerek yok */
.header-cta-btn {
  /* Gerekirse buraya sağdan boşluk verebilirsiniz */
  margin-right: 20px;
}

/* Header inside card */
.bento-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 0.5rem;
}

.bento-card:nth-child(even) .bento-module {
  color: #06b6d4;
}

.bento-card:nth-child(odd) .bento-module {
  color: #a855f7;
}

.bento-status {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 0.7rem;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.bento-body {
  flex-grow: 1;
}

.bento-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.bento-body h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.bento-preview {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.bento-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: #06b6d4;
}

.bento-card:nth-child(odd) .bento-footer {
  color: #a855f7;
}

.bento-action {
  letter-spacing: 1px;
}

.bento-cursor {
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* Hidden Class */
.hidden {
  display: none !important;
}

/* Terminal Modal Styling */
.terminal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.terminal-overlay.hidden {
  display: none !important;
}

.terminal-container {
  width: 100%;
  max-width: 900px;
  height: 80vh;
  background: #000000;
  border: 1px solid #a855f7;
  /* Default terminal border */
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 0 35px rgba(168, 85, 247, 0.4);
  transition: all 0.3s ease;
}

.terminal-overlay.cyan-theme .terminal-container {
  border-color: #06b6d4;
  box-shadow: 0 0 35px rgba(6, 182, 212, 0.4);
}

.terminal-bar {
  background: #121214;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.terminal-controls {
  display: flex;
  gap: 0.5rem;
}

.control-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.control-dot.close {
  background: #ef4444;
}

.control-dot.minimize {
  background: #eab308;
}

.control-dot.maximize {
  background: #22c55e;
}

.terminal-title {
  color: #cbd5e1;
  font-family: monospace;
  font-size: 0.8rem;
  text-align: center;
  flex-grow: 1;
  margin: 0 1rem;
}

.terminal-close-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #94a3b8;
  font-family: monospace;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.terminal-close-btn:hover {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border-color: #ef4444;
}

.terminal-screen {
  flex-grow: 1;
  position: relative;
  overflow-y: auto;
  padding: 1.5rem;
  font-family: 'Courier New', Courier, monospace;
  color: #a855f7;
  /* default text purple */
}

.terminal-overlay.cyan-theme .terminal-screen {
  color: #06b6d4;
  /* cyan text */
}

.terminal-scanlines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%,
      rgba(0, 0, 0, 0.25) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 10;
}

.terminal-output {
  position: relative;
  z-index: 2;
  font-size: 0.95rem;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Custom styles for terminal components printed dynamically */
.term-line {
  margin-bottom: 0.5rem;
}

.term-cmd {
  color: #cbd5e1;
  font-weight: bold;
}

.term-accent {
  color: #22c55e;
  font-weight: bold;
}

.term-html {
  margin-top: 1.5rem;
  font-family: 'Inter', sans-serif;
  color: #cbd5e1;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  white-space: normal;
}

.term-html p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.term-html img {
  border-color: currentColor;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.section-cta-flex {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
}



/* Footer Container Alignment */
.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}

.highlight {
  color: #06b6d4 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  display: inline !important;
}

/* CYBERPUNK HERO STATS CARD STYLING */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.stat-item {
  background: #18181b;
  border: 1px solid #27272a;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #a855f7, transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.stat-item:hover::before {
  transform: translateX(100%);
}

.stat-item:hover {
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.15);
  transform: translateY(-5px);
}

.stat-val {
  font-size: 2.2rem;
  font-weight: 800;
  color: #06b6d4;
  text-shadow: 0 0 10px rgba(6, 182, 212, 0.4);
  margin-bottom: 0.25rem;
}

.stat-lbl {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Margin overrides for elements inside terminal modal to fix spacing */
.term-html .winner-box,
.term-html .tip-box,
.term-html .compare-table-wrapper,
.term-html .rating-container {
  margin: 1.25rem 0;
}