/* ============================================
   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 */
.focused-f436 p,
.lite-a906,
.filter_2efc,
.table_brown_a867,
.row_small_1754,
.dropdown_motion_b522,
.fast_6f24,
.hover_static_7eb8 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.old-1ef2 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.old-1ef2 > *,
.hidden-blue-ca57,
.focused-f436,
.tall-d4b6 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .old-1ef2 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .old-1ef2 {
    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 === */
.under_d0fc {
  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 */
.under_d0fc.title-old-f155 {
  box-shadow: var(--shadow-md);
}

.pagination_c622 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.shadow-glass-6a12 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.module_inner_acc1 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.progress_lite_2c17 {
  display: none;
}

/* Hide mobile actions on desktop */
.complex_e7dc {
  display: none;
}

.image-white-fedc a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.image-white-fedc a:hover,
.image-white-fedc a.fn-active-7908 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.alert_3c35 {
  margin-left: 1rem;
}

.middle_d960 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.tooltip_1e88,
.chip_middle_7bd3 {
  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;
}

.tooltip_1e88 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.tooltip_1e88: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;
}

.chip_middle_7bd3 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.chip_middle_7bd3: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;
}

.tooltip_1e88 svg,
.chip_middle_7bd3 svg {
  flex-shrink: 0;
}

.element_b976 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.top_989e {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.top_989e::before,
.top_989e::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.top_989e::before {
  top: -7px;
}

.top_989e::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.accent-2ee2 {
  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 === */
.banner_left_647f {
  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);
}

.content_blue_2ce2 {
  margin: 0 0 2rem;
  text-align: center;
}

.copper_0c95 {
  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;
}

.copper_0c95:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.content_wood_3cf8 {
  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);
}

.content_wood_3cf8 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.active_5cde {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.liquid_c53f {
  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;
}

.liquid_c53f:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.feature-26ab {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.photo-3932 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.widget-narrow-a011 {
  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);
}

.widget-narrow-a011 .hover-f958 {
  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;
}

.widget-narrow-a011 .hover-f958 svg {
  flex-shrink: 0;
}

.widget-narrow-a011 .stone-c40c {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.widget-narrow-a011 .stone-c40c: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);
}

.widget-narrow-a011 .prev-f367 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.widget-narrow-a011 .prev-f367: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) {
  .banner_left_647f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .copper_0c95 {
    max-width: 100%;
  }

  .active_5cde {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .liquid_c53f {
    padding: 1rem;
  }

  .feature-26ab {
    font-size: 1.5rem;
  }

  .photo-3932 {
    font-size: 0.75rem;
  }

  .content_wood_3cf8 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .widget-narrow-a011 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .widget-narrow-a011 .hover-f958 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .active_5cde {
    grid-template-columns: 1fr;
  }
}

.widget_ac40 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.text_hot_3d7c {
  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 === */
.label-f960 {
  margin-bottom: 2.5rem;
}

.hard-20fc {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.widget_ac40 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.widget-current-3382 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.content-fresh-fb22 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.box_2bbc {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dropdown_bd03 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.upper-528b {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.tooltip_7212 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.texture_4705 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.texture_4705 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.article_smooth_1ad7 {
  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);
}

.table_532b {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.mask-6dd1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.video-2400 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.block-huge-e4a9 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.stale_4083 {
  display: grid;
  gap: 1rem;
}

.status-green-b216 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.nav-5757 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.component_west_502e {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.overlay_e609 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.photo_new_a1ef {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.motion_14c1 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.motion_14c1 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.lite-a906 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.out-e750 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.section_6ddb {
  display: grid;
  gap: 2rem;
}

.tall-446e {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.content-fresh-fb22 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.widget-current-3382 {
  flex: 1;
}

.dropdown_bd03 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.dropdown_bd03 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hero_middle_63ea {
  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;
}

.upper-528b {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.pattern_5809 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.pattern_5809 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.container-motion-da67 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.container-motion-da67 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.down-9ba7 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.down-9ba7 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.down-9ba7 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.down-9ba7 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.focus-wood-320a {
  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 === */
.gradient_dirty_c9f4 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hero_dynamic_6806 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.overlay-cd5b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.silver_2ded h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.silver_2ded ol {
  list-style: none;
  counter-reset: toc-counter;
}

.silver_2ded ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.silver_2ded 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;
}

.silver_2ded ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.silver_2ded ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.focused-f436 {
  padding: 3rem 0 5rem;
}

.tall-d4b6 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.tall-d4b6.texture_20f5 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.filter_2efc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.tall-3cf1 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.upper-2c72 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.upper-2c72 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.old-d6e8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.inner-fb36 {
  text-align: center;
}

.dropdown-1cbe {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.accordion-7768 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.banner-bebe {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.dropdown_motion_b522 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.table_brown_a867 {
  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;
}

.table_brown_a867 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.table_brown_a867:hover {
  box-shadow: var(--shadow-lg);
}

.table_brown_a867.light-8136 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.table_brown_a867 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.table_brown_a867 ul {
  margin: 1rem 0;
}

.table_brown_a867 li {
  margin-bottom: 0.75rem;
}

.input_a060 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.pink_ea4d {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.pink_ea4d a {
  font-weight: 600;
}

/* === Data Tables === */
.main_iron_7e2f {
  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;
}

.main_iron_7e2f table {
  width: 100%;
  min-width: 600px;
}

.main_iron_7e2f thead {
  background-color: var(--primary-color);
  color: white;
}

.main_iron_7e2f th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.main_iron_7e2f td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.main_iron_7e2f tbody tr:hover {
  background-color: var(--bg-secondary);
}

.main_iron_7e2f tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.overlay_orange_0525 {
  list-style: none;
  margin: 1.5rem 0;
}

.overlay_orange_0525 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.overlay_orange_0525 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.footer_ec56::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-7908::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 === */
.preview-steel-6986 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.under-8c28 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.under-8c28 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.under-8c28 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.under-8c28 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.preview-steel-6986 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.fast_6f24 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.fast_6f24::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.badge_6171 {
  position: relative;
  margin-bottom: 3rem;
}

.sort-stone-0d37 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.sort-stone-0d37 .modal-d4bc {
  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;
}

.component-center-97fe {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.component-center-97fe h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.component-center-97fe ul {
  margin: 1rem 0;
}

.component-center-97fe li {
  margin-bottom: 0.75rem;
}

.grid_white_c24e {
  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 === */
.dark-269d {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.dark-269d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.description_8c73 {
  list-style: none;
  margin: 1.5rem 0;
}

.description_8c73 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.description_8c73 a {
  font-weight: 600;
}

.yellow_3bd6 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.hover_static_7eb8 {
  margin: 2.5rem 0;
}

.image_b094 {
  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;
}

.image_b094:hover {
  box-shadow: var(--shadow-lg);
}

.image_b094.advanced-e830 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.top_26f1 {
  flex-shrink: 0;
}

.top_26f1 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);
}

.disabled-f85e h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.action-e96b,
.next_1ada,
.alert-center-fdf5 {
  width: 100%;
  margin: 1.5rem 0;
}

.warm-5c92 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.warm-5c92 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.photo-dark-c8d9 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.photo-dark-c8d9 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.cool-3b33 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.cool-3b33 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.wide_bbef {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.icon-4af8 {
  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;
}

.icon-4af8:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.icon-4af8.warm-f214 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.icon-4af8 .hidden-center-1893 {
  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;
}

.icon-4af8 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.paper-d3f2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.dim-797f {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.dim-797f label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.message-5ff9 {
  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 === */
.hover-f958 {
  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;
}

.stone-c40c {
  background-color: var(--primary-color);
  color: white;
}

.stone-c40c:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.prev-f367 {
  background-color: var(--text-secondary);
  color: white;
}

.prev-f367:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.background-white-5a97 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.background-white-5a97:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.shade-center-7ec2 {
  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;
}

.shade-center-7ec2:hover {
  background-color: var(--primary-dark);
}

.row_thick_45ee {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.label_ebfd {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.layout-d420 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.column-52dd {
  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 === */
.logo_a543 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.form-dc24 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.form-dc24 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.preview-dark-6cfe {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.pattern-rough-3495 {
  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;
}

.preview_caa6 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.center-95d9 {
  list-style: none;
  counter-reset: rank-counter;
}

.center-95d9 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.center-95d9 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;
}

.action_75d3 {
  list-style: none;
}

.action_75d3 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.alert_8ed2 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.huge-817b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.huge-817b .shadow_efaf {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.huge-817b .alert_c707 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.hidden_7436 {
  margin-top: 3rem;
}

.paper-e865 {
  width: 100%;
}

.caption_f0d4 {
  background-color: #fef3c7;
}

.layout-narrow-2091 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.accordion_73c5 {
  margin: 3rem 0;
}

.secondary_5b1e {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.shade_iron_17c2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.shade_iron_17c2:hover {
  box-shadow: var(--shadow-lg);
}

.shade_iron_17c2.gallery_bae4 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.north-6689 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.shadow-fresh-a7c1 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.shadow-fresh-a7c1 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.badge-over-8b24 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.shade_iron_17c2 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.highlight_stale_c1f5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.fresh-ac33 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.basic-f5b6 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hot_39b8 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.cool_b4b5 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.out_19ec {
  margin-top: 1rem;
}

/* === FAQ Section === */
.modal-inner-5fc5 {
  max-width: 900px;
  margin: 0 auto;
}

.sidebar_hard_5aa7 {
  margin: 2rem 0;
}

.highlight-north-139d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.highlight-north-139d summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.highlight-north-139d summary::-webkit-details-marker {
  display: none;
}

.highlight-north-139d summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.accordion_gold_c573 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.highlight-north-139d[open] .accordion_gold_c573 {
  transform: rotate(45deg);
}

.gallery-170c {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.gallery-170c p:last-child {
  margin-bottom: 0;
}

.caption-orange-3569 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.disabled_hard_0e04 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.block-fe38 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.block-fe38 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.block-fe38 .hover-f958 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.disabled-ae96 {
  max-width: 900px;
  margin: 0 auto;
}

.link_0ddf {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.center_669a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.center_669a.fn-success-7908 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.overlay-6efd {
  font-size: 3rem;
  line-height: 1;
}

.table-plasma-5ae7 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.row-95ca {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.block_a46d,
.white-6f2f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.block_a46d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.white-6f2f h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.video_38b3,
.filter_7aa5 {
  margin: 1.5rem 0;
}

.video_38b3 li,
.filter_7aa5 li {
  margin-bottom: 1rem;
}

.wrapper_hard_bfea {
  margin: 3rem 0;
}

.middle-2ed4 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.middle-2ed4 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.middle-2ed4 ol {
  margin: 1rem 0;
}

.middle-2ed4 li {
  margin-bottom: 0.75rem;
}

.preview_cold_df53 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.surface_bottom_3bee {
  margin: 2rem 0;
}

.chip-white-9b88 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.list_large_45d8 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.layout_pressed_87ca {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.silver_0288 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.upper_33dc {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.label_4656 {
  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;
}

.label_4656 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.box_2bbc {
  flex: 1;
}

.box_2bbc h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.column_36c5 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.info_narrow_789f p {
  margin-bottom: 1rem;
}

.tertiary-light-0788 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.disabled-29a0 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.block-5e6c {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.block-5e6c a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.breadcrumb-stone-c253 h3 {
  margin-bottom: 1.5rem;
}

.input-542a {
  display: grid;
  gap: 2rem;
}

.paragraph_4c94 {
  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;
}

.paragraph_4c94 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.paragraph_4c94 h4 {
  margin: 0 0 0.25rem;
}

.paragraph_4c94 p {
  margin: 0;
  font-size: 0.9375rem;
}

.picture_dark_fb8b {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.carousel_0cc6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.carousel_0cc6 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.carousel_0cc6 ul {
  margin: 1.5rem 0;
}

.carousel_0cc6 li {
  margin-bottom: 0.75rem;
}

.column-d5e3 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.box-38fc {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.alert-9200 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.middle_3a81 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.middle_3a81 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.box-02d2 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.box-02d2 a {
  color: rgba(255, 255, 255, 0.8);
}

.out_36d1 {
  list-style: none;
}

.out_36d1 li {
  margin-bottom: 0.75rem;
}

.out_36d1 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.out_36d1 a:hover {
  color: white;
}

.menu-first-f013 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.element_502f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.modal_old_4128 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.brown_468d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.button-dynamic-c550 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .old-1ef2 {
    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;
  }

  .stale-2c6e {
    font-size: 1.5rem !important;
  }

  .hard-20fc {
    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 */
  .table_brown_a867,
  .row_small_1754,
  .component-center-97fe,
  .disabled-f85e,
  .north-6689,
  .shade_iron_17c2,
  .gallery-170c,
  .content_wood_3cf8,
  .lite-a906,
  .filter_2efc {
    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 */
  .widget_ac40 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .widget-current-3382 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .content-fresh-fb22 {
    flex-shrink: 0;
  }

  .box_2bbc {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .dropdown_bd03,
  .upper-528b {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .upper-528b {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .module_inner_acc1 {
    display: none;
  }

  /* Show mobile actions */
  .complex_e7dc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .focus_6ed1 {
    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;
  }

  .focus_6ed1 svg {
    flex-shrink: 0;
  }

  .focus_6ed1 .main_cfd9 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .focus_6ed1 .breadcrumb-5a19 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tabs-north-af95 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .right_a603 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .focus_6ed1:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .progress_lite_2c17 {
    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;
  }

  .progress_lite_2c17.fn-active-7908 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .progress_lite_2c17 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .progress_lite_2c17 li:last-child {
    border-bottom: none;
  }

  .progress_lite_2c17 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .image-white-fedc {
    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;
  }

  .image-white-fedc li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .image-white-fedc li:last-child {
    border-bottom: none;
  }

  .image-white-fedc a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .alert_3c35 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .middle_d960 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .tooltip_1e88,
  .chip_middle_7bd3 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .tooltip_1e88 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .chip_middle_7bd3 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .image-white-fedc.fn-active-7908 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .element_b976 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .under_d0fc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .pagination_c622 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .accent-2ee2 {
    margin-top: 0;
  }

  /* Hero section */
  .accent-2ee2 {
    padding: 2rem 0 1.5rem;
  }

  .hard-20fc {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .lite-a906 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .banner_left_647f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .copper_0c95 {
    max-width: 100%;
    border-radius: 8px;
  }

  .active_5cde {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .liquid_c53f {
    padding: 1rem;
  }

  .feature-26ab {
    font-size: 1.5rem;
  }

  .photo-3932 {
    font-size: 0.75rem;
  }

  .content_wood_3cf8 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .widget-narrow-a011 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .widget-narrow-a011 .hover-f958 {
    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 */
  .overlay-cd5b {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .image_b094 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .top_26f1 {
    margin-bottom: 1rem;
  }

  /* Author */
  .tall-446e {
    flex-direction: column;
  }

  .label_4656 {
    flex-direction: column;
  }

  /* Quotes */
  .north-6689 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .row-95ca {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .silver_0288 {
    flex-direction: column;
  }

  .silver_0288 .hover-f958 {
    width: 100%;
  }

  /* Version comparison */
  .wide_bbef {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .logo_a543 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .alert-9200 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .modal_old_4128 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .main_iron_7e2f,
  .next_1ada,
  .dropdown-7ae3,
  .paper-e865,
  .action-e96b,
  .alert-center-fdf5 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .main_iron_7e2f table,
  .next_1ada table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .message-5ff9 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .old-1ef2 {
    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;
  }

  .stale-2c6e {
    font-size: 1.25rem !important;
  }

  .hard-20fc {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .under_d0fc {
    position: fixed;
  }

  .pagination_c622 {
    padding: 0.625rem 0;
  }

  .shadow-glass-6a12 img {
    height: 26px;
  }

  .image-white-fedc {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .progress_lite_2c17 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .focus_6ed1 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .focus_6ed1 svg {
    width: 18px;
    height: 18px;
  }

  .focus_6ed1 .main_cfd9 {
    font-size: 0.7rem;
  }

  .focus_6ed1 .breadcrumb-5a19 {
    font-size: 0.65rem;
  }

  .tooltip_1e88,
  .chip_middle_7bd3 {
    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, .old-1ef2, .hidden-blue-ca57, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .banner_left_647f {
    padding: 1rem;
  }

  .active_5cde {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .liquid_c53f {
    padding: 0.875rem;
  }

  .feature-26ab {
    font-size: 1.25rem;
  }

  .widget-narrow-a011 .hover-f958 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .hard-20fc {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .hover-f958 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .row_thick_45ee {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .image_b094 {
    padding: 1rem;
  }

  .top_26f1 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .table_brown_a867,
  .pressed-b6a9,
  .detail_medium_5338,
  .popup_lower_506f {
    padding: 1rem;
  }
}

@media print {
  .under_d0fc,
  .gradient_dirty_c9f4,
  .element_b976,
  .hover-f958,
  .box-38fc {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .old-1ef2 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.tertiary_0a8f {
  margin-bottom: 3rem;
  text-align: center;
}

.stale-2c6e {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.wrapper-left-b31a {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.chip_f083,
.warm-2bd0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.form_large_55ac {
  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;
}

.form_large_55ac:hover {
  transform: translateY(-5px);
}

.form_large_55ac strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.form_large_55ac span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.stone-1941 {
  margin: 3rem 0;
}

.fixed_05ef {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero-dark-b0ca {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hero-dark-b0ca:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.wrapper-50a2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.icon-f05c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.advanced-3f4d {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.dynamic-30a2 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.south-44f4 {
  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;
}

.south-44f4:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.south-44f4.video-stone-505b {
  border-left: 4px solid var(--primary-color);
}

.background-solid-98fd {
  flex-shrink: 0;
}

.background-solid-98fd svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.picture-0248 {
  flex: 1;
}

.picture-0248 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.message_c92c {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tertiary_bottom_ae80,
.prev_874e,
.wrapper_in_49ab {
  margin-bottom: 1.5rem;
}

.tertiary_bottom_ae80 h4,
.prev_874e h4,
.wrapper_in_49ab h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tertiary_bottom_ae80 ul,
.prev_874e ul,
.wrapper_in_49ab ul {
  list-style: none;
  padding: 0;
}

.tertiary_bottom_ae80 li,
.prev_874e li,
.wrapper_in_49ab li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.tertiary_bottom_ae80 li:before,
.prev_874e li:before,
.wrapper_in_49ab li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.layout_c75b {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.layout_c75b 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;
}

.layout_c75b a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.green-8f4c { margin: 2rem 0; }
.huge-d60d { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.huge-d60d h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.tiny-f935 p { margin-bottom: 1rem; line-height: 1.7; }
.tiny-f935 strong { color: var(--text-primary); }
.tiny-f935 ul { list-style: none; padding-left: 0; }
.tiny-f935 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tiny-f935 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.logo-black-b23a { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.menu_7a92 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.menu_7a92:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.section_full_ce62 { font-size: 3rem; margin-bottom: 1rem; }
.menu_7a92 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.menu_7a92 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.fixed-27bd { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.fixed-27bd span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.border-down-301d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.glass_49e4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.focus_south_bc2f { text-align: center; }
.middle-47b8 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.hovered-3efd { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.smooth_a7b6 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.border_4de8 { margin: 2rem 0; }
.column-e9ed { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.column-e9ed h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.column-e9ed p, .column-e9ed ul { line-height: 1.7; }
.column-e9ed ul { list-style: none; padding-left: 0; }
.column-e9ed ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.column-e9ed ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.blue_f6df { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.backdrop_prev_d14c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.block_active_f59b { text-align: center; }
.active_1a5a { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.iron-788c { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.info-focused-d224 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.highlight-pro-d41c { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.tiny-ce7c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.tiny-ce7c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.tiny-ce7c h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.tiny-ce7c p, .tiny-ce7c ul { line-height: 1.7; }
.tiny-ce7c ul { list-style: none; padding-left: 0; }
.tiny-ce7c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tiny-ce7c ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 507e */
.ghost-box-f7 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
