/* ============================================
   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 */
.element-basic-1ddb p,
.under_3df3,
.frame_red_06a8,
.slow-1669,
.black_73b9,
.avatar-easy-57b3,
.accordion_west_7493,
.motion-3e41 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.title-0599 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.title-0599 > *,
.widget-d962,
.element-basic-1ddb,
.hard-59fe {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .title-0599 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .title-0599 {
    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 === */
.header-1689 {
  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 */
.header-1689.layout_medium_bddd {
  box-shadow: var(--shadow-md);
}

.hard_36fb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.component-dim-dc2a img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.frame-active-2df2 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.label_hard_edfd {
  display: none;
}

/* Hide mobile actions on desktop */
.pattern-cool-e857 {
  display: none;
}

.medium_2bad a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.medium_2bad a:hover,
.medium_2bad a.fn-active-d5fc {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.badge-8a42 {
  margin-left: 1rem;
}

.pro_2676 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.slow_3ab2,
.outline_f121 {
  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;
}

.slow_3ab2 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.slow_3ab2: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;
}

.outline_f121 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.outline_f121: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;
}

.slow_3ab2 svg,
.outline_f121 svg {
  flex-shrink: 0;
}

.complex-c553 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.primary_8c60 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.primary_8c60::before,
.primary_8c60::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.primary_8c60::before {
  top: -7px;
}

.primary_8c60::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.main_91b5 {
  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 === */
.module-small-c231 {
  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);
}

.detail_hovered_a542 {
  margin: 0 0 2rem;
  text-align: center;
}

.header-441e {
  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;
}

.header-441e:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.breadcrumb-a308 {
  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);
}

.breadcrumb-a308 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.thick_07eb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.background-0f39 {
  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;
}

.background-0f39:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.tertiary-up-8c08 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.media-8255 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.huge_37e3 {
  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);
}

.huge_37e3 .badge_6d3c {
  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;
}

.huge_37e3 .badge_6d3c svg {
  flex-shrink: 0;
}

.huge_37e3 .tiny-a689 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.huge_37e3 .tiny-a689: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);
}

.huge_37e3 .north_467f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.huge_37e3 .north_467f: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) {
  .module-small-c231 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .header-441e {
    max-width: 100%;
  }

  .thick_07eb {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .background-0f39 {
    padding: 1rem;
  }

  .tertiary-up-8c08 {
    font-size: 1.5rem;
  }

  .media-8255 {
    font-size: 0.75rem;
  }

  .breadcrumb-a308 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .huge_37e3 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .huge_37e3 .badge_6d3c {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .thick_07eb {
    grid-template-columns: 1fr;
  }
}

.gas_c936 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.mask-complex-3079 {
  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 === */
.notice_861e {
  margin-bottom: 2.5rem;
}

.shade_dark_ceda {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.gas_c936 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.focus-dynamic-e062 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.list_thick_745d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.basic_84d2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.full-73e5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.tooltip_slow_cdbc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.east_ca6f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.search-3ce3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.search-3ce3 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.basic-43d5 {
  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);
}

.right-8bd0 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.logo-upper-1f16 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.over_f599 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.tabs-green-e684 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.panel_east_ecb0 {
  display: grid;
  gap: 1rem;
}

.fixed-0dd8 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.sort_15c1 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.header_1f4b {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.label-basic-31eb {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.feature-bae3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.filter-focused-c0cb {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.filter-focused-c0cb p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.under_3df3 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.bronze_ed79 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.large-f49a {
  display: grid;
  gap: 2rem;
}

.static_ab32 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.list_thick_745d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.focus-dynamic-e062 {
  flex: 1;
}

.full-73e5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.full-73e5 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.backdrop_b1a9 {
  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;
}

.tooltip_slow_cdbc {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hover_hard_2a30 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hover_hard_2a30 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.info-ce28 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.info-ce28 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.liquid_4589 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.liquid_4589 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.liquid_4589 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.liquid_4589 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.dark_4076 {
  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 === */
.section_green_4ec2 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.overlay-iron-6362 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.icon-down-2889 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.carousel-bdb8 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.carousel-bdb8 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.carousel-bdb8 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.carousel-bdb8 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;
}

.carousel-bdb8 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.carousel-bdb8 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.element-basic-1ddb {
  padding: 3rem 0 5rem;
}

.hard-59fe {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.hard-59fe.form-521a {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.frame_red_06a8 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.widget-top-d478 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.grid-north-0313 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.grid-north-0313 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.summary-36f2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.old-c4e1 {
  text-align: center;
}

.overlay_4526 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hot-a622 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.list_2cb8 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.avatar-easy-57b3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.slow-1669 {
  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;
}

.slow-1669 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.slow-1669:hover {
  box-shadow: var(--shadow-lg);
}

.slow-1669.pattern_paper_8a38 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.slow-1669 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.slow-1669 ul {
  margin: 1rem 0;
}

.slow-1669 li {
  margin-bottom: 0.75rem;
}

.aside-ce22 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.modal-hard-cdee {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.modal-hard-cdee a {
  font-weight: 600;
}

/* === Data Tables === */
.backdrop_tiny_b3ce {
  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;
}

.backdrop_tiny_b3ce table {
  width: 100%;
  min-width: 600px;
}

.backdrop_tiny_b3ce thead {
  background-color: var(--primary-color);
  color: white;
}

.backdrop_tiny_b3ce th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.backdrop_tiny_b3ce td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.backdrop_tiny_b3ce tbody tr:hover {
  background-color: var(--bg-secondary);
}

.backdrop_tiny_b3ce tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.accent_2703 {
  list-style: none;
  margin: 1.5rem 0;
}

.accent_2703 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.accent_2703 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.breadcrumb_motion_6790::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-d5fc::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 === */
.heading-ad8a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.search-1155 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.search-1155 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.search-1155 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.search-1155 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.heading-ad8a blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.accordion_west_7493 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.accordion_west_7493::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.left_01ba {
  position: relative;
  margin-bottom: 3rem;
}

.summary-old-3b67 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.summary-old-3b67 .wrapper_ae8d {
  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;
}

.outline_hard_ecd4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.outline_hard_ecd4 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.outline_hard_ecd4 ul {
  margin: 1rem 0;
}

.outline_hard_ecd4 li {
  margin-bottom: 0.75rem;
}

.carousel_prev_41b3 {
  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 === */
.thick_2b80 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.thick_2b80 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.status-1255 {
  list-style: none;
  margin: 1.5rem 0;
}

.status-1255 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.status-1255 a {
  font-weight: 600;
}

.heading_paper_805f {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.motion-3e41 {
  margin: 2.5rem 0;
}

.fluid_80bb {
  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;
}

.fluid_80bb:hover {
  box-shadow: var(--shadow-lg);
}

.fluid_80bb.article-970b {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tertiary-3291 {
  flex-shrink: 0;
}

.tertiary-3291 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);
}

.chip-thick-bc3e h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.gallery-7296,
.medium-f4c5,
.text-07f1 {
  width: 100%;
  margin: 1.5rem 0;
}

.alert-fast-9004 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.alert-fast-9004 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.logo-current-8f81 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.logo-current-8f81 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.wrapper-86ee {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.wrapper-86ee strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.nav-medium-f7cc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.medium-6551 {
  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;
}

.medium-6551:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.medium-6551.in-f019 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.medium-6551 .form-356e {
  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;
}

.medium-6551 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tooltip_red_bdda {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.dark_2671 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.dark_2671 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.wrapper-west-556b {
  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 === */
.badge_6d3c {
  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;
}

.tiny-a689 {
  background-color: var(--primary-color);
  color: white;
}

.tiny-a689:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.north_467f {
  background-color: var(--text-secondary);
  color: white;
}

.north_467f:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.basic-f9d1 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.basic-f9d1:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.pro_4e38 {
  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;
}

.pro_4e38:hover {
  background-color: var(--primary-dark);
}

.gallery_aac9 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.dim_d335 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.panel_light_08a0 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.dim-003f {
  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 === */
.pattern-ec31 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.shade_cb91 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.shade_cb91 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gradient-fb18 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.first_26cf {
  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;
}

.icon-b0c5 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.tertiary_2e9f {
  list-style: none;
  counter-reset: rank-counter;
}

.tertiary_2e9f li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.tertiary_2e9f 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;
}

.hero_top_6b6c {
  list-style: none;
}

.hero_top_6b6c li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.hero_complex_d50c {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.soft-fdf6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.soft-fdf6 .section-3622 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.soft-fdf6 .avatar_simple_483d {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.label_f4f7 {
  margin-top: 3rem;
}

.wide_2577 {
  width: 100%;
}

.light_92cd {
  background-color: #fef3c7;
}

.grid-east-77bf {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.feature-orange-500a {
  margin: 3rem 0;
}

.dropdown_b502 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.input-1786 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.input-1786:hover {
  box-shadow: var(--shadow-lg);
}

.input-1786.pattern_c25c {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.section_focused_8081 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.texture_hovered_e946 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.texture_hovered_e946 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.shadow_large_9d31 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.input-1786 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.border-ec8b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.small_af39 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.bronze-387d {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.smooth_b51e {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.orange-68bf {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.avatar-slow-a0f5 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.caption-middle-28d2 {
  max-width: 900px;
  margin: 0 auto;
}

.mask-short-f9e1 {
  margin: 2rem 0;
}

.pagination-5072 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.pagination-5072 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.pagination-5072 summary::-webkit-details-marker {
  display: none;
}

.pagination-5072 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.border_2e87 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.pagination-5072[open] .border_2e87 {
  transform: rotate(45deg);
}

.content-8b55 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.content-8b55 p:last-child {
  margin-bottom: 0;
}

.south_d3dd {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.advanced-4758 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.complex-e58c {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.complex-e58c p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.complex-e58c .badge_6d3c {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.full-48e9 {
  max-width: 900px;
  margin: 0 auto;
}

.search-in-4443 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.tertiary_small_817d {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.tertiary_small_817d.fn-success-d5fc {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.stone-d272 {
  font-size: 3rem;
  line-height: 1;
}

.info_374d h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.popup-wide-8c61 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.lower_e21c,
.logo-0970 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.lower_e21c h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.logo-0970 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.fixed_bd00,
.overlay_left_7d59 {
  margin: 1.5rem 0;
}

.fixed_bd00 li,
.overlay_left_7d59 li {
  margin-bottom: 1rem;
}

.silver_3a65 {
  margin: 3rem 0;
}

.description-ad5a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.description-ad5a h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.description-ad5a ol {
  margin: 1rem 0;
}

.description-ad5a li {
  margin-bottom: 0.75rem;
}

.south-4701 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.inner-47a3 {
  margin: 2rem 0;
}

.accent-3d54 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.button_453d {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.gallery_cb4b {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.gallery-white-d71d {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.avatar_47f5 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.row_east_e94c {
  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;
}

.row_east_e94c img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.basic_84d2 {
  flex: 1;
}

.basic_84d2 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.menu_c591 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.popup-adf0 p {
  margin-bottom: 1rem;
}

.title_f402 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.next_4a7e {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.texture-over-8f3f {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.texture-over-8f3f a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.picture_up_93cb h3 {
  margin-bottom: 1.5rem;
}

.frame-upper-a64e {
  display: grid;
  gap: 2rem;
}

.fast_1088 {
  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;
}

.fast_1088 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.fast_1088 h4 {
  margin: 0 0 0.25rem;
}

.fast_1088 p {
  margin: 0;
  font-size: 0.9375rem;
}

.gradient_7a26 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.iron_9d93 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.iron_9d93 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.iron_9d93 ul {
  margin: 1.5rem 0;
}

.iron_9d93 li {
  margin-bottom: 0.75rem;
}

.picture_9445 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.item-0ca4 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.photo-e89f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.icon-3b05 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.icon-3b05 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.fluid-17e8 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.fluid-17e8 a {
  color: rgba(255, 255, 255, 0.8);
}

.outline_bfb9 {
  list-style: none;
}

.outline_bfb9 li {
  margin-bottom: 0.75rem;
}

.outline_bfb9 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.outline_bfb9 a:hover {
  color: white;
}

.slow_6b37 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.hero-gas-44c9 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.white_b8dd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.module-0286 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.dynamic-86ce {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .title-0599 {
    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;
  }

  .widget-stone-028a {
    font-size: 1.5rem !important;
  }

  .shade_dark_ceda {
    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 */
  .slow-1669,
  .black_73b9,
  .outline_hard_ecd4,
  .chip-thick-bc3e,
  .section_focused_8081,
  .input-1786,
  .content-8b55,
  .breadcrumb-a308,
  .under_3df3,
  .frame_red_06a8 {
    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 */
  .gas_c936 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .focus-dynamic-e062 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .list_thick_745d {
    flex-shrink: 0;
  }

  .basic_84d2 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .full-73e5,
  .tooltip_slow_cdbc {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .tooltip_slow_cdbc {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .frame-active-2df2 {
    display: none;
  }

  /* Show mobile actions */
  .pattern-cool-e857 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .aside_hard_9a07 {
    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;
  }

  .aside_hard_9a07 svg {
    flex-shrink: 0;
  }

  .aside_hard_9a07 .video_thick_cf3e {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .aside_hard_9a07 .accent_36fd {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .solid_07f0 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .element-purple-4d4c {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .aside_hard_9a07:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .label_hard_edfd {
    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;
  }

  .label_hard_edfd.fn-active-d5fc {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .label_hard_edfd li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .label_hard_edfd li:last-child {
    border-bottom: none;
  }

  .label_hard_edfd a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .medium_2bad {
    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;
  }

  .medium_2bad li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .medium_2bad li:last-child {
    border-bottom: none;
  }

  .medium_2bad a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .badge-8a42 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .pro_2676 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .slow_3ab2,
  .outline_f121 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .slow_3ab2 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .outline_f121 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .medium_2bad.fn-active-d5fc {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .complex-c553 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .header-1689 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .hard_36fb {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .main_91b5 {
    margin-top: 0;
  }

  /* Hero section */
  .main_91b5 {
    padding: 2rem 0 1.5rem;
  }

  .shade_dark_ceda {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .under_3df3 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .module-small-c231 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .header-441e {
    max-width: 100%;
    border-radius: 8px;
  }

  .thick_07eb {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .background-0f39 {
    padding: 1rem;
  }

  .tertiary-up-8c08 {
    font-size: 1.5rem;
  }

  .media-8255 {
    font-size: 0.75rem;
  }

  .breadcrumb-a308 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .huge_37e3 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .huge_37e3 .badge_6d3c {
    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 */
  .icon-down-2889 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .fluid_80bb {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tertiary-3291 {
    margin-bottom: 1rem;
  }

  /* Author */
  .static_ab32 {
    flex-direction: column;
  }

  .row_east_e94c {
    flex-direction: column;
  }

  /* Quotes */
  .section_focused_8081 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .popup-wide-8c61 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .gallery-white-d71d {
    flex-direction: column;
  }

  .gallery-white-d71d .badge_6d3c {
    width: 100%;
  }

  /* Version comparison */
  .nav-medium-f7cc {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .pattern-ec31 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .photo-e89f {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .white_b8dd {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .backdrop_tiny_b3ce,
  .medium-f4c5,
  .banner-dirty-69d4,
  .wide_2577,
  .gallery-7296,
  .text-07f1 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .backdrop_tiny_b3ce table,
  .medium-f4c5 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .wrapper-west-556b {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .title-0599 {
    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;
  }

  .widget-stone-028a {
    font-size: 1.25rem !important;
  }

  .shade_dark_ceda {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .header-1689 {
    position: fixed;
  }

  .hard_36fb {
    padding: 0.625rem 0;
  }

  .component-dim-dc2a img {
    height: 26px;
  }

  .medium_2bad {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .label_hard_edfd {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .aside_hard_9a07 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .aside_hard_9a07 svg {
    width: 18px;
    height: 18px;
  }

  .aside_hard_9a07 .video_thick_cf3e {
    font-size: 0.7rem;
  }

  .aside_hard_9a07 .accent_36fd {
    font-size: 0.65rem;
  }

  .slow_3ab2,
  .outline_f121 {
    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, .title-0599, .widget-d962, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .module-small-c231 {
    padding: 1rem;
  }

  .thick_07eb {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .background-0f39 {
    padding: 0.875rem;
  }

  .tertiary-up-8c08 {
    font-size: 1.25rem;
  }

  .huge_37e3 .badge_6d3c {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .shade_dark_ceda {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .badge_6d3c {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .gallery_aac9 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .fluid_80bb {
    padding: 1rem;
  }

  .tertiary-3291 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .slow-1669,
  .pink-d82c,
  .tooltip-gas-df89,
  .aside-hard-2ec4 {
    padding: 1rem;
  }
}

@media print {
  .header-1689,
  .section_green_4ec2,
  .complex-c553,
  .badge_6d3c,
  .item-0ca4 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .title-0599 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.carousel_cba5 {
  margin-bottom: 3rem;
  text-align: center;
}

.widget-stone-028a {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.carousel-cf0f {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.first_38c7,
.accordion_0994 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.shade-silver-6e8f {
  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;
}

.shade-silver-6e8f:hover {
  transform: translateY(-5px);
}

.shade-silver-6e8f strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.shade-silver-6e8f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.main_orange_004e {
  margin: 3rem 0;
}

.notice_3bb5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.module_silver_b5b8 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.module_silver_b5b8:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.content-top-5b5c {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.medium-dbc9 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.up_95c2 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.info-d774 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.accent-7d9c {
  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;
}

.accent-7d9c:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.accent-7d9c.module-iron-d0f4 {
  border-left: 4px solid var(--primary-color);
}

.video_mini_23a0 {
  flex-shrink: 0;
}

.video_mini_23a0 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.left-6ae7 {
  flex: 1;
}

.left-6ae7 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.hero-lower-6d52 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.box-rough-d763,
.current-24b3,
.table_cb92 {
  margin-bottom: 1.5rem;
}

.box-rough-d763 h4,
.current-24b3 h4,
.table_cb92 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.box-rough-d763 ul,
.current-24b3 ul,
.table_cb92 ul {
  list-style: none;
  padding: 0;
}

.box-rough-d763 li,
.current-24b3 li,
.table_cb92 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.box-rough-d763 li:before,
.current-24b3 li:before,
.table_cb92 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.badge-fd5c {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.badge-fd5c 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;
}

.badge-fd5c a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.link-69d4 { margin: 2rem 0; }
.info-4c78 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.info-4c78 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.link_gas_6d26 p { margin-bottom: 1rem; line-height: 1.7; }
.link_gas_6d26 strong { color: var(--text-primary); }
.link_gas_6d26 ul { list-style: none; padding-left: 0; }
.link_gas_6d26 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.link_gas_6d26 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.mask_south_3735 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.widget_stone_9d97 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.widget_stone_9d97:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.medium-2c26 { font-size: 3rem; margin-bottom: 1rem; }
.widget_stone_9d97 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.widget_stone_9d97 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.disabled_static_0106 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.disabled_static_0106 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.row-07f8 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.hero_soft_15e8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.button_warm_e04f { text-align: center; }
.status_8218 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.tooltip_e2d5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.icon_ea00 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.logo-3e5d { margin: 2rem 0; }
.first-e71b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.first-e71b h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.first-e71b p, .first-e71b ul { line-height: 1.7; }
.first-e71b ul { list-style: none; padding-left: 0; }
.first-e71b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.first-e71b ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.fresh_c503 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.element_15c9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.article-2afc { text-align: center; }
.feature-dirty-5df5 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.paragraph_next_300d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.icon_selected_715c { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.footer-4993 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.logo-ae31 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.logo-ae31:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.logo-ae31 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.logo-ae31 p, .logo-ae31 ul { line-height: 1.7; }
.logo-ae31 ul { list-style: none; padding-left: 0; }
.logo-ae31 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.logo-ae31 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 3659 */
.shadow-element-t7 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
