/* ============================================
   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 */
.notice_4d06 p,
.accent_297f,
.upper-86dd,
.filter_rough_4b35,
.texture-30fa,
.steel-830c,
.layout_c12e,
.modal-89a5 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.heading_d762 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.heading_d762 > *,
.upper-e649,
.notice_4d06,
.filter-tiny-5b86 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .heading_d762 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .heading_d762 {
    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 === */
.video-right-694e {
  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 */
.video-right-694e.gradient_blue_ec06 {
  box-shadow: var(--shadow-md);
}

.west_0303 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.chip-b728 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.hard-89a9 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.hard_65fa {
  display: none;
}

/* Hide mobile actions on desktop */
.popup_a6ce {
  display: none;
}

.cold_6d3c a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.cold_6d3c a:hover,
.cold_6d3c a.fn-active-d57b {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.background_ea67 {
  margin-left: 1rem;
}

.tabs_e652 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.nav-lower-85ad,
.hidden-brown-e341 {
  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;
}

.nav-lower-85ad {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.nav-lower-85ad: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;
}

.hidden-brown-e341 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.hidden-brown-e341: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;
}

.nav-lower-85ad svg,
.hidden-brown-e341 svg {
  flex-shrink: 0;
}

.preview-down-7640 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.caption_top_5f78 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.caption_top_5f78::before,
.caption_top_5f78::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.caption_top_5f78::before {
  top: -7px;
}

.caption_top_5f78::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.large_6265 {
  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 === */
.overlay_004c {
  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);
}

.primary_action_d4fa {
  margin: 0 0 2rem;
  text-align: center;
}

.highlight-d1b2 {
  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;
}

.highlight-d1b2:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.east-eab1 {
  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);
}

.east-eab1 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.cold_5e92 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.gallery-7605 {
  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;
}

.gallery-7605:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.panel_147f {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.preview_right_a1e0 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.black_24f2 {
  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);
}

.black_24f2 .aside_fresh_f718 {
  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;
}

.black_24f2 .aside_fresh_f718 svg {
  flex-shrink: 0;
}

.black_24f2 .popup_top_e7c1 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.black_24f2 .popup_top_e7c1: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);
}

.black_24f2 .smooth-a7bc {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.black_24f2 .smooth-a7bc: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) {
  .overlay_004c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .highlight-d1b2 {
    max-width: 100%;
  }

  .cold_5e92 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .gallery-7605 {
    padding: 1rem;
  }

  .panel_147f {
    font-size: 1.5rem;
  }

  .preview_right_a1e0 {
    font-size: 0.75rem;
  }

  .east-eab1 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .black_24f2 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .black_24f2 .aside_fresh_f718 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .cold_5e92 {
    grid-template-columns: 1fr;
  }
}

.pagination-green-d050 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.header-purple-098b {
  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 === */
.iron_2d1b {
  margin-bottom: 2.5rem;
}

.button-dark-2cfd {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.pagination-green-d050 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.button-28cf {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slow-3be2 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.row_24f2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.accent-0b70 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.thumbnail_6e73 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.icon_762c {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.cold-ba69 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.cold-ba69 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.wrapper-543f {
  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);
}

.notification-right-4443 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.center_6a3e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.component_b52e {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.nav-3cbb {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.east_9616 {
  display: grid;
  gap: 1rem;
}

.shade_bc14 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.element-078c {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.summary_bottom_373b {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.hover-green-35d2 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.tall-c906 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.status-f40d {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.status-f40d p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.accent_297f {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.new-42a6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.header_black_70b2 {
  display: grid;
  gap: 2rem;
}

.simple-de47 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.slow-3be2 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.button-28cf {
  flex: 1;
}

.accent-0b70 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.accent-0b70 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.new_2b4a {
  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;
}

.thumbnail_6e73 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.primary_last_1c26 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.primary_last_1c26 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.bronze-f1da {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.bronze-f1da a {
  font-size: 0.875rem;
  font-weight: 500;
}

.feature_cade {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.feature_cade strong {
  display: block;
  margin-bottom: 0.75rem;
}

.feature_cade ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.feature_cade li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.outer-e9f3 {
  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 === */
.image_1242 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.block-e4a7 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.blue-e8c5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.detail-795a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.detail-795a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.detail-795a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.detail-795a 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;
}

.detail-795a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.detail-795a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.notice_4d06 {
  padding: 3rem 0 5rem;
}

.filter-tiny-5b86 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.filter-tiny-5b86.lite_6a1d {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.upper-86dd {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.tall-7b92 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.heading-a5a1 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.heading-a5a1 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.picture_98c8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.complex_8d0f {
  text-align: center;
}

.tabs-e769 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.label-dac6 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.accent_steel_f50f {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.steel-830c {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.filter_rough_4b35 {
  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;
}

.filter_rough_4b35 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.filter_rough_4b35:hover {
  box-shadow: var(--shadow-lg);
}

.filter_rough_4b35.chip-silver-2714 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.filter_rough_4b35 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.filter_rough_4b35 ul {
  margin: 1rem 0;
}

.filter_rough_4b35 li {
  margin-bottom: 0.75rem;
}

.heading_1951 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.hard_8a90 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.hard_8a90 a {
  font-weight: 600;
}

/* === Data Tables === */
.cool_6d2a {
  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;
}

.cool_6d2a table {
  width: 100%;
  min-width: 600px;
}

.cool_6d2a thead {
  background-color: var(--primary-color);
  color: white;
}

.cool_6d2a th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.cool_6d2a td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.cool_6d2a tbody tr:hover {
  background-color: var(--bg-secondary);
}

.cool_6d2a tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.media-4097 {
  list-style: none;
  margin: 1.5rem 0;
}

.media-4097 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.media-4097 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.motion-c7b3::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-d57b::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 === */
.table_4da8 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.light-5377 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.light-5377 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.light-5377 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.light-5377 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.table_4da8 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.layout_c12e {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.layout_c12e::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.wide-dc08 {
  position: relative;
  margin-bottom: 3rem;
}

.stone-27b5 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.stone-27b5 .active-416c {
  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;
}

.focus_plasma_e3a9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.focus_plasma_e3a9 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.focus_plasma_e3a9 ul {
  margin: 1rem 0;
}

.focus_plasma_e3a9 li {
  margin-bottom: 0.75rem;
}

.breadcrumb-db0e {
  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 === */
.white_830e {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.white_830e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.mask_b01f {
  list-style: none;
  margin: 1.5rem 0;
}

.mask_b01f li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.mask_b01f a {
  font-weight: 600;
}

.pressed-23ec {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.modal-89a5 {
  margin: 2.5rem 0;
}

.active_7fdb {
  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;
}

.active_7fdb:hover {
  box-shadow: var(--shadow-lg);
}

.active_7fdb.hero-copper-660b {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.content-dynamic-e522 {
  flex-shrink: 0;
}

.content-dynamic-e522 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);
}

.stone_193f h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.shadow_tall_ae11,
.picture_cbed,
.fast_1f80 {
  width: 100%;
  margin: 1.5rem 0;
}

.main_upper_1129 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.main_upper_1129 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.card-3df6 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.card-3df6 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.short_59be {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.short_59be strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.middle-ffbf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.banner_old_44a8 {
  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;
}

.banner_old_44a8:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.banner_old_44a8.aside_current_8e54 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.banner_old_44a8 .hidden-prev-c967 {
  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;
}

.banner_old_44a8 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wood-5957 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.west_c7d9 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.west_c7d9 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.pattern-c1cd {
  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 === */
.aside_fresh_f718 {
  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;
}

.popup_top_e7c1 {
  background-color: var(--primary-color);
  color: white;
}

.popup_top_e7c1:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.smooth-a7bc {
  background-color: var(--text-secondary);
  color: white;
}

.smooth-a7bc:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.primary-3186 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.primary-3186:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.avatar-4c32 {
  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;
}

.avatar-4c32:hover {
  background-color: var(--primary-dark);
}

.banner_next_b6b4 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.heading_54c8 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.card_pink_6d4b {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.detail_dynamic_3d7a {
  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 === */
.fixed_b0ca {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.complex_b228 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.complex_b228 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.sidebar_west_1370 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.photo_637d {
  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;
}

.logo_5f5e {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.cold_512f {
  list-style: none;
  counter-reset: rank-counter;
}

.cold_512f li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.cold_512f 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;
}

.heading-advanced-a9d1 {
  list-style: none;
}

.heading-advanced-a9d1 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.status-69d6 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.gas-a687 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.gas-a687 .caption_dirty_ba9b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.gas-a687 .row-huge-3199 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.text_5ebe {
  margin-top: 3rem;
}

.south_dcb2 {
  width: 100%;
}

.small-a9fc {
  background-color: #fef3c7;
}

.status_gold_9f63 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.title-9764 {
  margin: 3rem 0;
}

.outer-2cb8 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.upper_0ee8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.upper_0ee8:hover {
  box-shadow: var(--shadow-lg);
}

.upper_0ee8.info_45b7 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.sidebar_98b4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.mask-narrow-1466 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.mask-narrow-1466 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.item_20cd {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.upper_0ee8 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.top_b101 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wrapper_b3e4 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.slider-5d85 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.pattern-red-1b55 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.icon-0d70 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.old_3ed0 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.liquid_fdd5 {
  max-width: 900px;
  margin: 0 auto;
}

.fast-2f71 {
  margin: 2rem 0;
}

.border_purple_cde6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.border_purple_cde6 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.border_purple_cde6 summary::-webkit-details-marker {
  display: none;
}

.border_purple_cde6 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.outline_1475 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.border_purple_cde6[open] .outline_1475 {
  transform: rotate(45deg);
}

.small_ab41 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.small_ab41 p:last-child {
  margin-bottom: 0;
}

.active-blue-d69d {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.media_37cf {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.row_white_68ad {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.row_white_68ad p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.row_white_68ad .aside_fresh_f718 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.primary-glass-0ac3 {
  max-width: 900px;
  margin: 0 auto;
}

.paragraph_bb5f {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.column_9768 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.column_9768.fn-success-d57b {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.caption_down_c594 {
  font-size: 3rem;
  line-height: 1;
}

.backdrop-narrow-56ff h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.module_focused_7994 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.section_f901,
.tertiary-liquid-5fe4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.section_f901 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.tertiary-liquid-5fe4 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.title-fresh-e448,
.list_a9df {
  margin: 1.5rem 0;
}

.title-fresh-e448 li,
.list_a9df li {
  margin-bottom: 1rem;
}

.out_afe3 {
  margin: 3rem 0;
}

.gradient-fresh-418d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.gradient-fresh-418d h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gradient-fresh-418d ol {
  margin: 1rem 0;
}

.gradient-fresh-418d li {
  margin-bottom: 0.75rem;
}

.container_medium_45c2 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.message_glass_d0a6 {
  margin: 2rem 0;
}

.alert-solid-fe5f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.selected_701b {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.bright_e205 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.slow_e90f {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.breadcrumb_6eae {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.light_df80 {
  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;
}

.light_df80 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.row_24f2 {
  flex: 1;
}

.row_24f2 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.hover_stale_b7e9 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.tertiary-e864 p {
  margin-bottom: 1rem;
}

.new-27c3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.focus-34b6 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.slider-d5d9 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.slider-d5d9 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.static_1f42 h3 {
  margin-bottom: 1.5rem;
}

.bottom-a85c {
  display: grid;
  gap: 2rem;
}

.link_red_aebf {
  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;
}

.link_red_aebf img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.link_red_aebf h4 {
  margin: 0 0 0.25rem;
}

.link_red_aebf p {
  margin: 0;
  font-size: 0.9375rem;
}

.dynamic-7414 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.article-063b {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.article-063b h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.article-063b ul {
  margin: 1.5rem 0;
}

.article-063b li {
  margin-bottom: 0.75rem;
}

.container-facf {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.caption-warm-3b17 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.black-a99a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.outer_dcea h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.outer_dcea p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.widget_last_c4ec {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.widget_last_c4ec a {
  color: rgba(255, 255, 255, 0.8);
}

.progress_fixed_27b4 {
  list-style: none;
}

.progress_fixed_27b4 li {
  margin-bottom: 0.75rem;
}

.progress_fixed_27b4 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.progress_fixed_27b4 a:hover {
  color: white;
}

.south-6477 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.status-basic-36fc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.status-complex-bd8d {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.gallery_f4f6 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tabs_middle_c826 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .heading_d762 {
    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;
  }

  .dynamic-91d9 {
    font-size: 1.5rem !important;
  }

  .button-dark-2cfd {
    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 */
  .filter_rough_4b35,
  .texture-30fa,
  .focus_plasma_e3a9,
  .stone_193f,
  .sidebar_98b4,
  .upper_0ee8,
  .small_ab41,
  .east-eab1,
  .accent_297f,
  .upper-86dd {
    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 */
  .pagination-green-d050 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .button-28cf {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .slow-3be2 {
    flex-shrink: 0;
  }

  .row_24f2 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .accent-0b70,
  .thumbnail_6e73 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .thumbnail_6e73 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .hard-89a9 {
    display: none;
  }

  /* Show mobile actions */
  .popup_a6ce {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .iron-37be {
    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;
  }

  .iron-37be svg {
    flex-shrink: 0;
  }

  .iron-37be .complex_0806 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .iron-37be .menu_copper_a483 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .text_bronze_5aa5 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .hidden_blue_15a7 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .iron-37be:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .hard_65fa {
    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;
  }

  .hard_65fa.fn-active-d57b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hard_65fa li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .hard_65fa li:last-child {
    border-bottom: none;
  }

  .hard_65fa a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .cold_6d3c {
    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;
  }

  .cold_6d3c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .cold_6d3c li:last-child {
    border-bottom: none;
  }

  .cold_6d3c a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .background_ea67 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .tabs_e652 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .nav-lower-85ad,
  .hidden-brown-e341 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .nav-lower-85ad {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .hidden-brown-e341 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .cold_6d3c.fn-active-d57b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .preview-down-7640 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .video-right-694e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .west_0303 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .large_6265 {
    margin-top: 0;
  }

  /* Hero section */
  .large_6265 {
    padding: 2rem 0 1.5rem;
  }

  .button-dark-2cfd {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .accent_297f {
    font-size: 1rem;
  }

  /* Hero brand image */
  .overlay_004c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .highlight-d1b2 {
    max-width: 100%;
    border-radius: 8px;
  }

  .cold_5e92 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .gallery-7605 {
    padding: 1rem;
  }

  .panel_147f {
    font-size: 1.5rem;
  }

  .preview_right_a1e0 {
    font-size: 0.75rem;
  }

  .east-eab1 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .black_24f2 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .black_24f2 .aside_fresh_f718 {
    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 */
  .blue-e8c5 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .active_7fdb {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .content-dynamic-e522 {
    margin-bottom: 1rem;
  }

  /* Author */
  .simple-de47 {
    flex-direction: column;
  }

  .light_df80 {
    flex-direction: column;
  }

  /* Quotes */
  .sidebar_98b4 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .module_focused_7994 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .slow_e90f {
    flex-direction: column;
  }

  .slow_e90f .aside_fresh_f718 {
    width: 100%;
  }

  /* Version comparison */
  .middle-ffbf {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .fixed_b0ca {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .black-a99a {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .status-complex-bd8d {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .cool_6d2a,
  .picture_cbed,
  .footer-5c71,
  .south_dcb2,
  .shadow_tall_ae11,
  .fast_1f80 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cool_6d2a table,
  .picture_cbed table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .pattern-c1cd {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .heading_d762 {
    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;
  }

  .dynamic-91d9 {
    font-size: 1.25rem !important;
  }

  .button-dark-2cfd {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .video-right-694e {
    position: fixed;
  }

  .west_0303 {
    padding: 0.625rem 0;
  }

  .chip-b728 img {
    height: 26px;
  }

  .cold_6d3c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .hard_65fa {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .iron-37be {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .iron-37be svg {
    width: 18px;
    height: 18px;
  }

  .iron-37be .complex_0806 {
    font-size: 0.7rem;
  }

  .iron-37be .menu_copper_a483 {
    font-size: 0.65rem;
  }

  .nav-lower-85ad,
  .hidden-brown-e341 {
    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, .heading_d762, .upper-e649, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .overlay_004c {
    padding: 1rem;
  }

  .cold_5e92 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .gallery-7605 {
    padding: 0.875rem;
  }

  .panel_147f {
    font-size: 1.25rem;
  }

  .black_24f2 .aside_fresh_f718 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .button-dark-2cfd {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .aside_fresh_f718 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .banner_next_b6b4 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .active_7fdb {
    padding: 1rem;
  }

  .content-dynamic-e522 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .filter_rough_4b35,
  .full_e6a0,
  .fixed_5d5a,
  .notification-fc24 {
    padding: 1rem;
  }
}

@media print {
  .video-right-694e,
  .image_1242,
  .preview-down-7640,
  .aside_fresh_f718,
  .caption-warm-3b17 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .heading_d762 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.upper_0caa {
  margin-bottom: 3rem;
  text-align: center;
}

.dynamic-91d9 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.menu_42a5 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.backdrop_e650,
.panel_steel_3ffd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.message_cool_e5dd {
  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;
}

.message_cool_e5dd:hover {
  transform: translateY(-5px);
}

.message_cool_e5dd strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.message_cool_e5dd span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.bright_85d9 {
  margin: 3rem 0;
}

.secondary-brown-8346 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.out_9721 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.out_9721:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.dirty-f68e {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.footer-dim-a6ae {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.smooth_fe37 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.backdrop-first-4d83 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.link_soft_4557 {
  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;
}

.link_soft_4557:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.link_soft_4557.pattern-iron-bce4 {
  border-left: 4px solid var(--primary-color);
}

.dark-0d73 {
  flex-shrink: 0;
}

.dark-0d73 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.carousel-b636 {
  flex: 1;
}

.carousel-b636 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.old_0b9f {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.sidebar_c0ff,
.basic-8880,
.block-8214 {
  margin-bottom: 1.5rem;
}

.sidebar_c0ff h4,
.basic-8880 h4,
.block-8214 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sidebar_c0ff ul,
.basic-8880 ul,
.block-8214 ul {
  list-style: none;
  padding: 0;
}

.sidebar_c0ff li,
.basic-8880 li,
.block-8214 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.sidebar_c0ff li:before,
.basic-8880 li:before,
.block-8214 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.cold-783d {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.cold-783d 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;
}

.cold-783d a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.south-6739 { margin: 2rem 0; }
.summary-complex-d6e5 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.summary-complex-d6e5 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.panel-f33d p { margin-bottom: 1rem; line-height: 1.7; }
.panel-f33d strong { color: var(--text-primary); }
.panel-f33d ul { list-style: none; padding-left: 0; }
.panel-f33d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.panel-f33d ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.disabled-856d { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.caption-focused-4a33 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.caption-focused-4a33:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.filter_liquid_56b7 { font-size: 3rem; margin-bottom: 1rem; }
.caption-focused-4a33 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.caption-focused-4a33 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.next-53b5 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.next-53b5 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.form-smooth-698f { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.nav-7259 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.table_gas_9e5d { text-align: center; }
.menu-pink-f07b { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.message-up-f5ae { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.media-fluid-56db { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.pressed_8fa3 { margin: 2rem 0; }
.description_narrow_914e { 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_narrow_914e h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.description_narrow_914e p, .description_narrow_914e ul { line-height: 1.7; }
.description_narrow_914e ul { list-style: none; padding-left: 0; }
.description_narrow_914e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.description_narrow_914e ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.preview_34cc { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.modal_408b { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.primary_simple_9813 { text-align: center; }
.menu_5f39 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.simple_6375 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.section_223f { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.image-6306 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.link-yellow-6072 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.link-yellow-6072:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.link-yellow-6072 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.link-yellow-6072 p, .link-yellow-6072 ul { line-height: 1.7; }
.link-yellow-6072 ul { list-style: none; padding-left: 0; }
.link-yellow-6072 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.link-yellow-6072 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 4944 */
.phantom-card-p9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
