/* ============================================
   Modern SEO-Optimized Style for Research Article
   ============================================ */

/* === CSS Reset & Base === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Color Palette - Professional Research Theme */
  --primary-color: #2563eb;
  --primary-dark: #1e40af;
  --primary-light: #3b82f6;
  --secondary-color: #059669;
  --accent-color: #dc2626;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;
  --bg-primary: #ffffff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;
  --border-color: #e5e7eb;
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --danger-color: #ef4444;
  
  /* Typography */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Merriweather', Georgia, serif;
  
  /* Spacing */
  --container-width: 1200px;
  --section-padding: 5rem;
  --card-padding: 2rem;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Prevent horizontal overflow - Force word breaking */
img, video, iframe {
  max-width: 100%;
  height: auto;
}

pre, code {
  max-width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
}

/* Force all text elements to break long words */
p, h1, h2, h3, h4, h5, h6, li, td, th, span, div, a, strong, em {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* Specific fix for long Indonesian compound words */
.primary_outer_2c9e p,
.frame_plasma_9a50,
.table_north_b5e4,
.accent_0b81,
.block-gold-4ded,
.cool_ecfd,
.hover-soft-75a2,
.huge-4faf {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.surface-36d9 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.surface-36d9 > *,
.outline_yellow_0868,
.primary_outer_2c9e,
.bronze_7629 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .surface-36d9 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .surface-36d9 {
    padding: 0 1rem;
  }
}

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2rem;
  letter-spacing: -0.015em;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  margin-bottom: 1.25rem;
}

strong {
  font-weight: 600;
  color: var(--text-primary);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

code {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.875em;
  background-color: var(--bg-tertiary);
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: var(--accent-color);
}

pre {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
  border: 1px solid var(--border-color);
}

pre code {
  background: none;
  padding: 0;
  color: var(--text-primary);
}

/* === Header/Navigation === */
.heading_9d3f {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease;
}

/* Enhance shadow when scrolled */
.heading_9d3f.description-pro-be40 {
  box-shadow: var(--shadow-md);
}

.tertiary-dynamic-99fb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.focus-71dc img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.border_abd3 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.iron-c804 {
  display: none;
}

/* Hide mobile actions on desktop */
.alert_ec3e {
  display: none;
}

.advanced-936a a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.advanced-936a a:hover,
.advanced-936a a.fn-active-c37c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.list-d01d {
  margin-left: 1rem;
}

.accordion_ecc2 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.badge-fcaf,
.slider-lite-027b {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}

.badge-fcaf {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.badge-fcaf:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.slider-lite-027b {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.slider-lite-027b:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.badge-fcaf svg,
.slider-lite-027b svg {
  flex-shrink: 0;
}

.title-ba0a {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.orange-317e {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.orange-317e::before,
.orange-317e::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.orange-317e::before {
  top: -7px;
}

.orange-317e::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.picture_57e2 {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 4rem 0 3rem;
  border-bottom: 1px solid var(--border-color);
}

/* === Hero Brand Image - First Screen / Above the Fold === */
.video-brown-5d0c {
  margin: 2.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.purple_60a8 {
  margin: 0 0 2rem;
  text-align: center;
}

.footer_fluid_2fa3 {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer_fluid_2fa3:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.row-focused-af35 {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.row-focused-af35 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.filter-old-70ab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.image-blue-2ffa {
  text-align: center;
  padding: 1.25rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.image-blue-2ffa:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.lower-6d25 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.in-88ca {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.info-current-8eef {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.info-current-8eef .surface-static-dcdc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}

.info-current-8eef .surface-static-dcdc svg {
  flex-shrink: 0;
}

.info-current-8eef .west_e348 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.info-current-8eef .west_e348:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

.info-current-8eef .fresh_adec {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.info-current-8eef .fresh_adec:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
  transform: translateY(-2px);
  text-decoration: none;
}

/* Mobile optimization for hero brand */
@media (max-width: 768px) {
  .video-brown-5d0c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .footer_fluid_2fa3 {
    max-width: 100%;
  }

  .filter-old-70ab {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .image-blue-2ffa {
    padding: 1rem;
  }

  .lower-6d25 {
    font-size: 1.5rem;
  }

  .in-88ca {
    font-size: 0.75rem;
  }

  .row-focused-af35 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .info-current-8eef {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .info-current-8eef .surface-static-dcdc {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .filter-old-70ab {
    grid-template-columns: 1fr;
  }
}

.paragraph_prev_a256 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.glass_ef4c {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

time {
  color: var(--text-muted);
  font-size: 0.9375rem;
}

/* === Article Header & Meta === */
.main-under-7ac4 {
  margin-bottom: 2.5rem;
}

.large_d666 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.paragraph_prev_a256 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.tiny_f048 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.first_361d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.dirty_832a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.outer_c4a0 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.first_0f6a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.article-c392 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.backdrop-1e61 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.backdrop-1e61 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.action-bd93 {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: var(--shadow-lg);
}

.surface-2227 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.layout-down-9a56 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tertiary-gas-6835 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.active-266e {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.action-f83c {
  display: grid;
  gap: 1rem;
}

.list-c47c {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.hovered-3296 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.aside-pressed-42da {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.chip-6ea6 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.blue-5a70 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.element-basic-57a2 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.element-basic-57a2 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.frame_plasma_9a50 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.brown_709e {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.paper_c45d {
  display: grid;
  gap: 2rem;
}

.surface_basic_10d2 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.first_361d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.tiny_f048 {
  flex: 1;
}

.outer_c4a0 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.outer_c4a0 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.paragraph_8a20 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
}

.first_0f6a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.gradient-081e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.gradient-081e span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.center_40b3 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.center_40b3 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.menu-0c98 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.menu-0c98 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.menu-0c98 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu-0c98 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.mask_west_49e4 {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #fef3c7;
  border-left: 4px solid var(--warning-color);
  border-radius: 4px;
  font-size: 0.9375rem;
}

/* === Table of Contents === */
.tertiary_e14a {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.tertiary-old-a471 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.paragraph-0ed4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.element-last-a234 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.element-last-a234 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.element-last-a234 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.element-last-a234 ol li a {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.element-last-a234 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.element-last-a234 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.primary_outer_2c9e {
  padding: 3rem 0 5rem;
}

.bronze_7629 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.bronze_7629.panel_600a {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.table_north_b5e4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.hovered_08c7 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.up_ebac {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.up_ebac h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.green_0812 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.background_down_c5d8 {
  text-align: center;
}

.hover-static-4011 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.heading-top-b797 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.simple-7564 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.cool_ecfd {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.accent_0b81 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.accent_0b81 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.accent_0b81:hover {
  box-shadow: var(--shadow-lg);
}

.accent_0b81.upper_0af4 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.accent_0b81 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.accent_0b81 ul {
  margin: 1rem 0;
}

.accent_0b81 li {
  margin-bottom: 0.75rem;
}

.orange_fbd7 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.under-774d {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.under-774d a {
  font-weight: 600;
}

/* === Data Tables === */
.video-soft-b412 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: var(--bg-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.video-soft-b412 table {
  width: 100%;
  min-width: 600px;
}

.video-soft-b412 thead {
  background-color: var(--primary-color);
  color: white;
}

.video-soft-b412 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.video-soft-b412 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.video-soft-b412 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.video-soft-b412 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.frame-pro-a11c {
  list-style: none;
  margin: 1.5rem 0;
}

.frame-pro-a11c li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.frame-pro-a11c li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.footer-602f::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--success-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

.fn-warning-c37c::before {
  content: '⚠';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--warning-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

/* === Expert Insight Box === */
.over_4689 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.filter-8c25 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.filter-8c25 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.filter-8c25 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.filter-8c25 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.over_4689 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.hover-soft-75a2 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.hover-soft-75a2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.main-49a4 {
  position: relative;
  margin-bottom: 3rem;
}

.notification-9faf {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.notification-9faf .small-1218 {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.element_west_1adf {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.element_west_1adf h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.element_west_1adf ul {
  margin: 1rem 0;
}

.element_west_1adf li {
  margin-bottom: 0.75rem;
}

.message_568a {
  display: inline-block;
  background-color: #dbeafe;
  color: var(--primary-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1rem;
}

/* === Transparency Box === */
.box_current_2969 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.box_current_2969 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.orange_85c5 {
  list-style: none;
  margin: 1.5rem 0;
}

.orange_85c5 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.orange_85c5 a {
  font-weight: 600;
}

.active_4aac {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.huge-4faf {
  margin: 2.5rem 0;
}

.list_huge_86fe {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease;
}

.list_huge_86fe:hover {
  box-shadow: var(--shadow-lg);
}

.list_huge_86fe.row_huge_2297 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.sort_08ff {
  flex-shrink: 0;
}

.sort_08ff span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.list_c4d9 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.list-be9b,
.warm-eb33,
.tiny_8638 {
  width: 100%;
  margin: 1.5rem 0;
}

.green_9fea {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.green_9fea strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.message_new_3f6f {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.message_new_3f6f strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.highlight-7bd8 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.highlight-7bd8 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.small-9638 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.slow-25b1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slow-25b1:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.slow-25b1.filter-d862 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.slow-25b1 .slow_e102 {
  display: inline-block;
  background-color: var(--secondary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.slow-25b1 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.middle_8551 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.button-light-3979 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.button-light-3979 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.motion-7016 {
  display: block;
  font-family: 'Consolas', monospace;
  font-size: 0.75rem;
  color: var(--accent-color);
  word-break: break-all;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

/* === Buttons === */
.surface-static-dcdc {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}

.west_e348 {
  background-color: var(--primary-color);
  color: white;
}

.west_e348:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.fresh_adec {
  background-color: var(--text-secondary);
  color: white;
}

.fresh_adec:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.cold_45f6 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.cold_45f6:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.tag_cd4c {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.tag_cd4c:hover {
  background-color: var(--primary-dark);
}

.content-wood-1707 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.mask_cold_81a8 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.grid_390b {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.new-00d4 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* === Demographics & Data Visualization === */
.link-rough-b44e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.copper-68ec {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.copper-68ec h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.description_6f19 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.focused_82bd {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.sidebar-bfcd {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.smooth_6eb7 {
  list-style: none;
  counter-reset: rank-counter;
}

.smooth_6eb7 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.smooth_6eb7 li::before {
  content: counter(rank-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.875rem;
}

.last-6e7f {
  list-style: none;
}

.last-6e7f li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.selected_7566 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.gradient-6ddf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.gradient-6ddf .alert-a461 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.gradient-6ddf .rough_fdb8 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.highlight_copper_04ff {
  margin-top: 3rem;
}

.fast_016f {
  width: 100%;
}

.message-8141 {
  background-color: #fef3c7;
}

.module-600a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.modal-9c92 {
  margin: 3rem 0;
}

.status_large_45a1 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.first-947e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.first-947e:hover {
  box-shadow: var(--shadow-lg);
}

.first-947e.lite_ca34 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.yellow_421c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.title-6629 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.title-6629 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.frame-af38 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.first-947e blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.upper-806f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.info_old_7e8b {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hero_out_1b8b {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.outer-7872 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.panel-green-f0e3 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.mask_6569 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.fixed_afe5 {
  max-width: 900px;
  margin: 0 auto;
}

.pagination_static_a9a1 {
  margin: 2rem 0;
}

.progress_8c33 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.progress_8c33 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.progress_8c33 summary::-webkit-details-marker {
  display: none;
}

.progress_8c33 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.thumbnail_black_8d09 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.progress_8c33[open] .thumbnail_black_8d09 {
  transform: rotate(45deg);
}

.tabs_66df {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.tabs_66df p:last-child {
  margin-bottom: 0;
}

.detail_light_6da0 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.full-c84a {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.grid-white-7b35 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.grid-white-7b35 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.grid-white-7b35 .surface-static-dcdc {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.info_8b37 {
  max-width: 900px;
  margin: 0 auto;
}

.form-d8f8 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.easy-9583 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.easy-9583.fn-success-c37c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.mask_f15c {
  font-size: 3rem;
  line-height: 1;
}

.input-8263 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.button_1fe7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.bright_84c9,
.panel-d50c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.bright_84c9 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.panel-d50c h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.form-1777,
.brown_3f99 {
  margin: 1.5rem 0;
}

.form-1777 li,
.brown_3f99 li {
  margin-bottom: 1rem;
}

.media-pink-369a {
  margin: 3rem 0;
}

.button-de44 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.button-de44 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.button-de44 ol {
  margin: 1rem 0;
}

.button-de44 li {
  margin-bottom: 0.75rem;
}

.header_69b9 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.article_b54d {
  margin: 2rem 0;
}

.current_d7d9 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.green-edaf {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.footer_c5d4 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.module-silver-6347 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.tiny-abcf {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.title-6da6 {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.title-6da6 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.dirty_832a {
  flex: 1;
}

.dirty_832a h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.background_short_b194 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.search_cf6d p {
  margin-bottom: 1rem;
}

.thumbnail-dynamic-3307 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.dropdown-soft-deb2 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.status-over-97a1 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.status-over-97a1 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.column-static-24f0 h3 {
  margin-bottom: 1.5rem;
}

.brown-f75b {
  display: grid;
  gap: 2rem;
}

.border-243d {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.border-243d img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.border-243d h4 {
  margin: 0 0 0.25rem;
}

.border-243d p {
  margin: 0;
  font-size: 0.9375rem;
}

.module_pressed_12d3 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.thumbnail_red_300a {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.thumbnail_red_300a h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.thumbnail_red_300a ul {
  margin: 1.5rem 0;
}

.thumbnail_red_300a li {
  margin-bottom: 0.75rem;
}

.border-bronze-4c90 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.message-easy-365b {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.preview_78dd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.breadcrumb_355c h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.breadcrumb_355c p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.footer_e4f7 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.footer_e4f7 a {
  color: rgba(255, 255, 255, 0.8);
}

.carousel_c156 {
  list-style: none;
}

.carousel_c156 li {
  margin-bottom: 0.75rem;
}

.carousel_c156 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.carousel_c156 a:hover {
  color: white;
}

.column_upper_44c0 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.module_smooth_5790 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.notice-white-e446 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.frame-slow-8f2c {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.gallery_red_cf3b {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .surface-36d9 {
    padding: 0 1.25rem;
  }

  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
  }

  /* Reduce heading sizes for mobile */
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  .gallery-3c74 {
    font-size: 1.5rem !important;
  }

  .large_d666 {
    font-size: 1.5rem !important;
  }

  p, li, td, th, span, div, strong {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  /* Force all containers to fit */
  .accent_0b81,
  .block-gold-4ded,
  .element_west_1adf,
  .list_c4d9,
  .yellow_421c,
  .first-947e,
  .tabs_66df,
  .row-focused-af35,
  .frame_plasma_9a50,
  .table_north_b5e4 {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }

  /* Long words in Indonesian */
  ul, ol {
    padding-left: 1.5rem;
    max-width: 100%;
  }

  /* Fix author-info layout on mobile */
  .paragraph_prev_a256 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .tiny_f048 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .first_361d {
    flex-shrink: 0;
  }

  .dirty_832a {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .outer_c4a0,
  .first_0f6a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .first_0f6a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .border_abd3 {
    display: none;
  }

  /* Show mobile actions */
  .alert_ec3e {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .grid-baae {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem;
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 0.15rem;
    min-width: 60px;
    max-width: 75px;
  }

  .grid-baae svg {
    flex-shrink: 0;
  }

  .grid-baae .preview_6c65 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .grid-baae .nav-old-867a {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .module_middle_e93e {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .feature-green-b484 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .grid-baae:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .iron-c804 {
    display: block;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background-color: var(--bg-primary);
    list-style: none;
    padding: 1rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
  }

  .iron-c804.fn-active-c37c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .iron-c804 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .iron-c804 li:last-child {
    border-bottom: none;
  }

  .iron-c804 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .advanced-936a {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: var(--bg-primary);
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    gap: 0;
  }

  .advanced-936a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .advanced-936a li:last-child {
    border-bottom: none;
  }

  .advanced-936a a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .list-d01d {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .accordion_ecc2 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .badge-fcaf,
  .slider-lite-027b {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .badge-fcaf {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .slider-lite-027b {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .advanced-936a.fn-active-c37c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .title-ba0a {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .heading_9d3f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .tertiary-dynamic-99fb {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .picture_57e2 {
    margin-top: 0;
  }

  /* Hero section */
  .picture_57e2 {
    padding: 2rem 0 1.5rem;
  }

  .large_d666 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .frame_plasma_9a50 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .video-brown-5d0c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .footer_fluid_2fa3 {
    max-width: 100%;
    border-radius: 8px;
  }

  .filter-old-70ab {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .image-blue-2ffa {
    padding: 1rem;
  }

  .lower-6d25 {
    font-size: 1.5rem;
  }

  .in-88ca {
    font-size: 0.75rem;
  }

  .row-focused-af35 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .info-current-8eef {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .info-current-8eef .surface-static-dcdc {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }

  /* Typography */
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  /* TOC */
  .paragraph-0ed4 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .list_huge_86fe {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .sort_08ff {
    margin-bottom: 1rem;
  }

  /* Author */
  .surface_basic_10d2 {
    flex-direction: column;
  }

  .title-6da6 {
    flex-direction: column;
  }

  /* Quotes */
  .yellow_421c {
    flex-direction: column;
  }

  /* Pros/Cons */
  .button_1fe7 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .module-silver-6347 {
    flex-direction: column;
  }

  .module-silver-6347 .surface-static-dcdc {
    width: 100%;
  }

  /* Version comparison */
  .small-9638 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .link-rough-b44e {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .preview_78dd {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .notice-white-e446 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .video-soft-b412,
  .warm-eb33,
  .status_8595,
  .fast_016f,
  .list-be9b,
  .tiny_8638 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .video-soft-b412 table,
  .warm-eb33 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .motion-7016 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .surface-36d9 {
    padding: 0 1rem;
  }

  /* Reduce heading sizes even more for very small screens */
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }

  .gallery-3c74 {
    font-size: 1.25rem !important;
  }

  .large_d666 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .heading_9d3f {
    position: fixed;
  }

  .tertiary-dynamic-99fb {
    padding: 0.625rem 0;
  }

  .focus-71dc img {
    height: 26px;
  }

  .advanced-936a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .iron-c804 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .grid-baae {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .grid-baae svg {
    width: 18px;
    height: 18px;
  }

  .grid-baae .preview_6c65 {
    font-size: 0.7rem;
  }

  .grid-baae .nav-old-867a {
    font-size: 0.65rem;
  }

  .badge-fcaf,
  .slider-lite-027b {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }

  /* Ultra aggressive word breaking for small screens */
  * {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  /* Ensure no element exceeds viewport */
  body, .surface-36d9, .outline_yellow_0868, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .video-brown-5d0c {
    padding: 1rem;
  }

  .filter-old-70ab {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .image-blue-2ffa {
    padding: 0.875rem;
  }

  .lower-6d25 {
    font-size: 1.25rem;
  }

  .info-current-8eef .surface-static-dcdc {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .large_d666 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .surface-static-dcdc {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .content-wood-1707 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .list_huge_86fe {
    padding: 1rem;
  }

  .sort_08ff span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .accent_0b81,
  .medium_9486,
  .down-e10b,
  .card-dark-1fee {
    padding: 1rem;
  }
}

@media print {
  .heading_9d3f,
  .tertiary_e14a,
  .title-ba0a,
  .surface-static-dcdc,
  .message-easy-365b {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .surface-36d9 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.upper_06fa {
  margin-bottom: 3rem;
  text-align: center;
}

.gallery-3c74 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.short_fd18 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.sidebar_lite_8f97,
.under_50bf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.module-pressed-2aea {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.module-pressed-2aea:hover {
  transform: translateY(-5px);
}

.module-pressed-2aea strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.module-pressed-2aea span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.slow_9d30 {
  margin: 3rem 0;
}

.fluid-d649 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tag_lower_56dd {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.tag_lower_56dd:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.overlay_5ad3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.form-orange-6995 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.surface_9343 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.summary_green_11ce {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.orange_9bdd {
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.orange_9bdd:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.orange_9bdd.inner_06d8 {
  border-left: 4px solid var(--primary-color);
}

.west_1339 {
  flex-shrink: 0;
}

.west_1339 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.disabled_33d6 {
  flex: 1;
}

.disabled_33d6 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.input-2b27 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.badge-last-8d05,
.active_medium_9c95,
.highlight-east-3b57 {
  margin-bottom: 1.5rem;
}

.badge-last-8d05 h4,
.active_medium_9c95 h4,
.highlight-east-3b57 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-last-8d05 ul,
.active_medium_9c95 ul,
.highlight-east-3b57 ul {
  list-style: none;
  padding: 0;
}

.badge-last-8d05 li,
.active_medium_9c95 li,
.highlight-east-3b57 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.badge-last-8d05 li:before,
.active_medium_9c95 li:before,
.highlight-east-3b57 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.north_f8d9 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.north_f8d9 a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.north_f8d9 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.simple_c7f2 { margin: 2rem 0; }
.aside-c276 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.aside-c276 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.highlight_e47e p { margin-bottom: 1rem; line-height: 1.7; }
.highlight_e47e strong { color: var(--text-primary); }
.highlight_e47e ul { list-style: none; padding-left: 0; }
.highlight_e47e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.highlight_e47e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.brown_7ffb { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.texture-f4b1 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.texture-f4b1:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.outline_6db3 { font-size: 3rem; margin-bottom: 1rem; }
.texture-f4b1 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.texture-f4b1 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.avatar-60b7 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.avatar-60b7 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.bottom_082b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.outline-current-627b { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.active-e43d { text-align: center; }
.inner_4101 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.content-up-a7cd { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.accent_7d39 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.notification-right-27a1 { margin: 2rem 0; }
.description_b825 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.description_b825 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.description_b825 p, .description_b825 ul { line-height: 1.7; }
.description_b825 ul { list-style: none; padding-left: 0; }
.description_b825 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.description_b825 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.top-d30a { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.focus_d1b3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.form_85f6 { text-align: center; }
.hero-dirty-7c0f { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.layout_paper_5cfb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.fast_1a78 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.hero_simple_0726 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.paragraph_hard_78f7 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.paragraph_hard_78f7:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.paragraph_hard_78f7 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.paragraph_hard_78f7 p, .paragraph_hard_78f7 ul { line-height: 1.7; }
.paragraph_hard_78f7 ul { list-style: none; padding-left: 0; }
.paragraph_hard_78f7 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.paragraph_hard_78f7 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: f202 */
.phantom-card-c3 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
