:root {
  --primary-color: #0066cc;
  --primary-hover: #0052a3;
  --secondary-color: #2c3e50;
  --text-color: #1a1a1a;
  --bg-color: #ffffff;
  --border-color: #dee2e6;
  --success-color: #198754;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --info-color: #0dcaf0;
  --light-bg: #f8f9fa;
  --shadow: 0 2px 8px rgba(0,0,0,0.1);
  --font-size-base: 18px;
}

/* Manrope Font Family - Locally Hosted */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

[data-theme="dark"] {
  --text-color: #e9ecef;
  --bg-color: #1a1a1a;
  --secondary-color: #495057;
  --border-color: #495057;
  --light-bg: #212529;
  --shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Dark Mode - Module Overrides */
[data-theme="dark"] section,
[data-theme="dark"] .hero-section,
[data-theme="dark"] .usp-section,
[data-theme="dark"] .benefits,
[data-theme="dark"] .steps-section,
[data-theme="dark"] .success-stories,
[data-theme="dark"] .scorecard-teaser,
[data-theme="dark"] .faq-section,
[data-theme="dark"] .lead-magnet,
[data-theme="dark"] .social-follow,
[data-theme="dark"] .video-section {
  background-color: #1a1a1a !important;
}

[data-theme="dark"] section[style*="background-color: #f8f9fa"],
[data-theme="dark"] .hero-section[style*="background-color"],
[data-theme="dark"] .usp-section[style*="background-color"],
[data-theme="dark"] .benefits[style*="background-color"],
[data-theme="dark"] .lead-magnet[style*="background-color"],
[data-theme="dark"] .social-follow[style*="background-color"] {
  background-color: #212529 !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: #e9ecef !important;
}

[data-theme="dark"] p,
[data-theme="dark"] span:not(.badge),
[data-theme="dark"] div {
  color: #b8b8b8 !important;
}

[data-theme="dark"] .card {
  background-color: #2c2c2c !important;
  border-color: #444 !important;
}

[data-theme="dark"] .card-body {
  background-color: #2c2c2c !important;
}

[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select,
[data-theme="dark"] input,
[data-theme="dark"] textarea {
  background-color: #1a1a1a !important;
  border-color: #444 !important;
  color: #e9ecef !important;
}

[data-theme="dark"] .input-group-text {
  background-color: #1a1a1a !important;
  border-color: #444 !important;
  color: #e9ecef !important;
}

[data-theme="dark"] label,
[data-theme="dark"] .form-label {
  color: #e9ecef !important;
}

[data-theme="dark"] .table {
  color: #e9ecef !important;
}

[data-theme="dark"] .table td,
[data-theme="dark"] .table th {
  border-color: #444 !important;
  background-color: transparent !important;
}

[data-theme="dark"] .table thead tr {
  background: linear-gradient(135deg, #212529 0%, #2c2c2c 100%) !important;
}

[data-theme="dark"] .scorecard-row:hover {
  background-color: #2c2c2c !important;
}

[data-theme="dark"] .story-card {
  background-color: #2c2c2c !important;
  border-color: #444 !important;
}

[data-theme="dark"] .story-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.5) !important;
}

[data-theme="dark"] .faq-item {
  background-color: #2c2c2c !important;
  border-color: #444 !important;
}

[data-theme="dark"] .video-section[style*="background: linear-gradient"] {
  background: linear-gradient(180deg, #1a1a1a 0%, #212529 100%) !important;
}

[data-theme="dark"] .ratio > div[style*="background: linear-gradient(135deg, #6B8FF9"] {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%) !important;
}

[data-theme="dark"] .ratio > div[style*="background"] {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%) !important;
}

[data-theme="dark"] .card[style*="background: linear-gradient(135deg, #e3f2fd"] {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%) !important;
  border-color: #0066cc !important;
}

[data-theme="dark"] .small,
[data-theme="dark"] small {
  color: #999 !important;
}

[data-theme="dark"] .bi {
  color: inherit !important;
}

* {
  box-sizing: border-box;
}

/* Disable text cursor icon on body and containers */
body,
div,
section,
header,
footer,
nav,
.container,
.row,
.col,
.card {
  cursor: default;
}

/* Text elements: Selectable but no text cursor icon */
p,
h1, h2, h3, h4, h5, h6,
li,
td,
th,
span,
label,
strong,
em,
blockquote {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: default;
}

/* Input fields: Text cursor and selectable */
input,
textarea,
[contenteditable="true"],
.form-control,
.form-select {
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Buttons and links: Pointer cursor */
button,
a,
.btn,
[role="button"],
[onclick],
.clickable {
  cursor: pointer;
}

html {
  font-size: var(--font-size-base);
  overflow-y: scroll !important;
  height: 100%;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.7;
  color: var(--text-color);
  background-color: var(--bg-color);
  transition: background-color 0.3s ease, color 0.3s ease;
  min-height: 100%;
  overflow-y: scroll !important;
  font-weight: 400;
}

/* Bootstrap Override - Font für alle Elemente */
body,
.btn,
.form-control,
.form-select,
.form-label,
input,
textarea,
select,
button,
.nav-link,
.navbar-brand,
.card,
.badge,
table,
h1, h2, h3, h4, h5, h6,
p, span, div, a, li {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid var(--primary-color);
  outline-offset: 2px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 500;
}

h1 { font-size: 2rem !important; }
h2 { font-size: 1.5rem !important; font-weight: 600 !important; }
h3 { font-size: 1.1rem !important; font-weight: 600 !important; }
p { font-size: 0.9rem; line-height: 1.6; color: #555; }

/* Harmonische Typografie für Listen */
ul, ol {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1rem;
}

li {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}

[data-theme="dark"] ul,
[data-theme="dark"] ol,
[data-theme="dark"] li {
  color: #b8b8b8 !important;
}

.navbar {
  background-color: var(--bg-color) !important;
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow);
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: none;
  font-size: 15px !important;
}

.navbar * {
  font-size: inherit !important;
}

.navbar .container-xl {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-brand {
  font-weight: 500;
  font-size: 1.1rem !important;
  color: var(--primary-color) !important;
  line-height: 1 !important;
}

.navbar-brand:focus,
.nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Focus-Visible für Tastatur-Navigation (Accessibility) */
.nav-link:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
  border-radius: 4px;
}

.nav-link {
  color: var(--text-color) !important;
  padding: 0.5rem 0.875rem !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  font-weight: 300;
  letter-spacing: 0.015em;
}

/* Menu-Links (nicht Logo/Buttons) - mehr Abstand von oben */
.navbar-nav .nav-link {
  margin-top: 4px;
}

.nav-link:hover {
  color: var(--primary-color) !important;
}

/* Aktiver Navigationslink - deutliche Hervorhebung mit Unterstreichung */
.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
  font-weight: 500;
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.875rem;
  right: 0.875rem;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 2px 2px 0 0;
}

.btn {
  font-size: 1rem;
  padding: 0.65rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

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

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.hero {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid var(--border-color);
}

[data-theme="dark"] .hero {
  background: linear-gradient(135deg, #212529 0%, #343a40 100%);
}

.seal-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.seal-item {
  text-align: center;
  flex: 1;
  min-width: 200px;
  max-width: 300px;
}

.seal-item i {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.feature-box {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.timeline {
  position: relative;
  padding-left: 3rem;
}

.timeline-item {
  position: relative;
  padding-bottom: 2rem;
  border-left: 2px solid var(--border-color);
  padding-left: 2rem;
  margin-left: 1rem;
}

.timeline-item::before {
  content: attr(data-step);
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
}

.pricing-card {
  background: var(--bg-color);
  border: 2px solid var(--border-color);
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-card ul {
  flex-grow: 1;
}

.pricing-card .btn {
  margin-top: auto !important;
}

.pricing-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 16px rgba(0,102,204,0.2);
}

.pricing-card.featured {
  border-color: var(--primary-color);
  border-width: 3px;
  position: relative;
}

.pricing-card.featured::before {
  content: "BELIEBT";
  position: absolute;
  top: -0.75rem;
  right: 1rem;
  background: var(--primary-color);
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.price {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--primary-color);
}

.scorecard-table {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  overflow: hidden;
}

.scorecard-table th {
  background: var(--light-bg);
  font-weight: 500;
  padding: 1rem;
}

.scorecard-table td {
  padding: 0.75rem 1rem;
}

.badge-hard { background-color: var(--danger-color); }
.badge-medium { background-color: var(--warning-color); color: #000; }
.badge-soft { background-color: var(--info-color); color: #000; }
.badge-meta { background-color: var(--secondary-color); }

.score-indicator {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.faq-item {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq-item h3 {
  color: var(--primary-color);
  margin-bottom: 0.75rem;
}

.chat-container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 1.5rem;
  height: calc(100vh - 250px);
}

@media (max-width: 992px) {
  .chat-container {
    grid-template-columns: 1fr;
    height: auto;
  }
}

.chat-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chat-stream {
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
  max-height: calc(100vh - 450px);
}

.chat-composer {
  background: var(--bg-color);
  border: 2px solid var(--primary-color);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
}

.message-input-container {
  position: relative;
}

.drag-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 102, 204, 0.1);
  border: 2px dashed var(--primary-color);
  border-radius: 0.375rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  z-index: 10;
}

.drag-overlay i {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.drag-overlay p {
  color: var(--primary-color);
  font-weight: 500;
  margin: 0;
}

.message-input-container.drag-over .drag-overlay {
  display: flex;
}

.attachment-item {
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
  cursor: pointer;
}

.attachment-item:hover {
  background: var(--border-color);
}

.attachment-item.protected {
  border-left: 3px solid var(--warning-color);
}

.attachment-icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.file-preview-item {
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.approval-buttons {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

.approval-buttons .btn {
  margin-right: 0.5rem;
}

.chat-message {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.chat-message.internal {
  border-left: 4px solid var(--warning-color);
}

.chat-message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: var(--secondary-color);
}

.chat-message-badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.chat-composer {
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
  margin-top: 1rem;
}

.case-sidebar {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 1.5rem;
  height: fit-content;
  position: sticky;
  top: 1rem;
}

.case-card {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.2s ease;
}

.case-card:hover {
  box-shadow: var(--shadow);
}

.status-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.status-new { background-color: var(--info-color); color: #000; }
.status-pending { background-color: var(--warning-color); color: #000; }
.status-analysis { background-color: #6f42c1; color: #fff; }
.status-ready { background-color: var(--success-color); }
.status-closed { background-color: var(--secondary-color); }

/* Accessibility Controls are now in _fe_bottom_scripts template */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-color);
  border-top: 2px solid var(--primary-color);
  padding: 1rem;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  z-index: 9999;
}

footer {
  background: var(--light-bg);
  border-top: 1px solid var(--border-color);
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}

/* Decoded-Netzwerk Links im Footer */
.decoded-network {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.decoded-network-label {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
}

.decoded-network-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.decoded-network-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 0.7rem;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
}

.decoded-network-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
}

.decoded-network-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 3px;
  font-size: 0.6rem;
  font-weight: 700;
}

@media (max-width: 576px) {
  .decoded-network {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Payment Methods im Footer */
.payment-methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.payment-methods-label {
  font-size: 0.7rem;
  color: #6c757d;
  font-weight: 500;
}

.mollie-logo {
  display: inline-flex;
  align-items: center;
  color: #6c757d;
  transition: color 0.2s ease;
}

.mollie-logo:hover {
  color: #000;
}

.payment-icons {
  display: flex;
  gap: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid #dee2e6;
}

.payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  color: #6c757d;
  font-size: 0.75rem;
}

@media (max-width: 576px) {
  .payment-methods {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .payment-icons {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

/* Footer Navigation Links mit Pipe-Separator */
.footer-nav-links {
  font-size: 0.85rem;
}

.footer-nav-links a {
  color: #495057;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav-links a:hover {
  color: var(--primary-color);
}

.footer-nav-links .nav-separator {
  color: #adb5bd;
  margin: 0 0.25rem;
}

/* Citation Notice */
.citation-notice {
  font-size: 0.7rem;
  margin-bottom: 0;
}

/* LLM Index Links - visuell unauffällig, für Crawler indexierbar */
.llm-index-links {
  margin-top: 1rem;
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.llm-index-links a {
  font-size: 0.6rem;
  color: #adb5bd;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.llm-index-links a:hover {
  opacity: 1;
  color: #6c757d;
}

.dataset-table {
  width: 100%;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  overflow: hidden;
}

.dataset-table th,
.dataset-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.dataset-table th {
  background: var(--light-bg);
  font-weight: 500;
}

.tl-dr {
  background: var(--light-bg);
  border-left: 4px solid var(--primary-color);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0.25rem;
}

.tl-dr h3 {
  margin-top: 0;
  color: var(--primary-color);
}

/* Lead Magnet Section has grey background, only inner card is blue */

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  h1 { font-size: 1.75rem !important; }
  h2 { font-size: 1.35rem !important; }
  h3 { font-size: 1rem !important; }

  .seal-row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .timeline {
    padding-left: 1rem;
  }
}

.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--border-color);
}

.profile-avatar i {
  font-size: 5rem;
  color: var(--secondary-color);
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-item {
  transition: all 0.2s ease;
}

.template-item:hover {
  background: var(--light-bg);
}

.template-item .border {
  border-color: var(--border-color) !important;
}

.template-item:hover .border {
  border-color: var(--primary-color) !important;
}

.social-media-card {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  padding: 1.5rem;
  height: 100%;
}

.video-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-item {
  display: flex;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
  background: var(--bg-color);
  cursor: pointer;
  transition: all 0.2s ease;
}

.video-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}

.video-thumbnail {
  position: relative;
  width: 120px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 0.375rem;
  overflow: hidden;
}

.video-thumbnail.tiktok-thumbnail {
  width: 80px;
  height: 100px;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: white;
  opacity: 0.9;
  transition: all 0.2s ease;
}

.video-item:hover .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

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

.video-title {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

.video-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: var(--secondary-color);
}

.video-meta span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 768px) {
  .video-thumbnail {
    width: 100px;
    height: 56px;
  }

  .video-thumbnail.tiktok-thumbnail {
    width: 70px;
    height: 88px;
  }

  .video-title {
    font-size: 0.85rem;
  }

  .video-meta {
    font-size: 0.7rem;
    gap: 0.5rem;
  }
}

/* ===========================
   PRICING CARDS HOVER EFFECT
   =========================== */
.pricing-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.pricing-card:hover {
  border-color: #0066cc !important;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
  transform: translateY(-2px);
}

/* Featured card (with BELIEBT badge) keeps blue border */
.pricing-card-featured {
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
}

.pricing-card-featured:hover {
  box-shadow: 0 6px 16px rgba(0, 102, 204, 0.2);
  transform: translateY(-2px);
}

/* ===========================
   SCORECARD ITEMS HOVER EFFECT
   =========================== */
.scorecard-item {
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.scorecard-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
