/* ============================================
   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 */
.hidden_dd8e p,
.avatar-6bc2,
.old-7208,
.input-silver-84da,
.highlight_bde9,
.upper-8494,
.soft-0704,
.banner_green_5ec3 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.top-31da {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.top-31da > *,
.complex-03c0,
.hidden_dd8e,
.title_cec3 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .top-31da {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .top-31da {
    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 === */
.module_96a8 {
  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 */
.module_96a8.tabs-e876 {
  box-shadow: var(--shadow-md);
}

.breadcrumb-8819 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.short-fc87 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.active_complex_d857 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.paragraph-e5ea {
  display: none;
}

/* Hide mobile actions on desktop */
.media_rough_7a19 {
  display: none;
}

.progress-42df a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.progress-42df a:hover,
.progress-42df a.fn-active-072c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.selected-f6fb {
  margin-left: 1rem;
}

.alert_5804 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.dropdown_6e1f,
.tooltip-ef1f {
  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;
}

.dropdown_6e1f {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.dropdown_6e1f: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;
}

.tooltip-ef1f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.tooltip-ef1f: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;
}

.dropdown_6e1f svg,
.tooltip-ef1f svg {
  flex-shrink: 0;
}

.lite_19b2 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.outer_ec8f {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.outer_ec8f::before,
.outer_ec8f::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.outer_ec8f::before {
  top: -7px;
}

.outer_ec8f::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.image-lower-74d8 {
  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 === */
.focus_red_84aa {
  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);
}

.easy-ae8d {
  margin: 0 0 2rem;
  text-align: center;
}

.glass_ea8d {
  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;
}

.glass_ea8d:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.upper-4dbe {
  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);
}

.upper-4dbe strong {
  color: var(--primary-color);
  font-weight: 700;
}

.center_9fa9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.prev_4958 {
  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;
}

.prev_4958:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.hero_cold_31c1 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dark_ec9c {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.cool_a6d8 {
  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);
}

.cool_a6d8 .surface_5e0b {
  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;
}

.cool_a6d8 .surface_5e0b svg {
  flex-shrink: 0;
}

.cool_a6d8 .popup_outer_3b68 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.cool_a6d8 .popup_outer_3b68: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);
}

.cool_a6d8 .badge-fixed-7ba2 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.cool_a6d8 .badge-fixed-7ba2: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) {
  .focus_red_84aa {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .glass_ea8d {
    max-width: 100%;
  }

  .center_9fa9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .prev_4958 {
    padding: 1rem;
  }

  .hero_cold_31c1 {
    font-size: 1.5rem;
  }

  .dark_ec9c {
    font-size: 0.75rem;
  }

  .upper-4dbe {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .cool_a6d8 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .cool_a6d8 .surface_5e0b {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .center_9fa9 {
    grid-template-columns: 1fr;
  }
}

.component_pro_de26 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.dropdown_4edc {
  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 === */
.caption-face {
  margin-bottom: 2.5rem;
}

.fixed-4f5d {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.component_pro_de26 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.thick_3cc1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo_e725 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.description-dynamic-a1bd {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mask-4394 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.feature_solid_94cb {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.secondary_e7b2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.picture_fixed_5409 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.picture_fixed_5409 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.carousel_7662 {
  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);
}

.medium_a860 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.pattern-advanced-3e18 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hover-cool-244c {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.white_232c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.photo-5252 {
  display: grid;
  gap: 1rem;
}

.container-d554 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.header-b8fa {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.image_simple_aa9b {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.label_dark_f7a8 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.component-copper-cd64 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.modal-5261 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.modal-5261 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.avatar-6bc2 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.thick-dd43 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.tertiary-dc2f {
  display: grid;
  gap: 2rem;
}

.status-pressed-13db {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.logo_e725 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.thick_3cc1 {
  flex: 1;
}

.mask-4394 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.mask-4394 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.in_5fa3 {
  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;
}

.feature_solid_94cb {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.plasma-1c1b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.plasma-1c1b span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.carousel-dd79 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.carousel-dd79 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.layout-5d7a {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.layout-5d7a strong {
  display: block;
  margin-bottom: 0.75rem;
}

.layout-5d7a ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.layout-5d7a li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.feature-old-5d3f {
  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 === */
.lower-be8a {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.fluid_9a58 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.column-mini-bc98 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.south-9c85 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.south-9c85 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.south-9c85 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.south-9c85 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;
}

.south-9c85 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.south-9c85 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.hidden_dd8e {
  padding: 3rem 0 5rem;
}

.title_cec3 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.title_cec3.aside_clean_54b1 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.old-7208 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.in-9874 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.image_huge_40b7 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.image_huge_40b7 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.tooltip-inner-f863 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.complex_87c3 {
  text-align: center;
}

.row-d18b {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.status_simple_f21e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.content_6811 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.upper-8494 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.input-silver-84da {
  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;
}

.input-silver-84da * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.input-silver-84da:hover {
  box-shadow: var(--shadow-lg);
}

.input-silver-84da.sidebar_b8f3 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.input-silver-84da h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.input-silver-84da ul {
  margin: 1rem 0;
}

.input-silver-84da li {
  margin-bottom: 0.75rem;
}

.backdrop_66e0 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.title_orange_18c9 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.title_orange_18c9 a {
  font-weight: 600;
}

/* === Data Tables === */
.thick-0882 {
  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;
}

.thick-0882 table {
  width: 100%;
  min-width: 600px;
}

.thick-0882 thead {
  background-color: var(--primary-color);
  color: white;
}

.thick-0882 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.thick-0882 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.thick-0882 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.thick-0882 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.video_north_d9c5 {
  list-style: none;
  margin: 1.5rem 0;
}

.video_north_d9c5 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.video_north_d9c5 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.wood-6320::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-072c::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 === */
.slider_28f2 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.alert-blue-41ad {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.alert-blue-41ad img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.alert-blue-41ad strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.alert-blue-41ad span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slider_28f2 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.soft-0704 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.soft-0704::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.backdrop_f502 {
  position: relative;
  margin-bottom: 3rem;
}

.lower-8c28 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.lower-8c28 .accordion_down_6d56 {
  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;
}

.upper-3ed0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.upper-3ed0 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.upper-3ed0 ul {
  margin: 1rem 0;
}

.upper-3ed0 li {
  margin-bottom: 0.75rem;
}

.active-53b3 {
  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 === */
.icon_a466 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.icon_a466 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.dropdown_73ff {
  list-style: none;
  margin: 1.5rem 0;
}

.dropdown_73ff li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.dropdown_73ff a {
  font-weight: 600;
}

.smooth_71b8 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.banner_green_5ec3 {
  margin: 2.5rem 0;
}

.info_ef5a {
  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;
}

.info_ef5a:hover {
  box-shadow: var(--shadow-lg);
}

.info_ef5a.preview-next-88b3 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.notice-under-fa66 {
  flex-shrink: 0;
}

.notice-under-fa66 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);
}

.surface_4e42 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.module_a987,
.dirty_af4e,
.wrapper-dirty-8893 {
  width: 100%;
  margin: 1.5rem 0;
}

.mini_a9bf {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.mini_a9bf strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.mask-3475 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.mask-3475 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.picture-pressed-9cfe {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.picture-pressed-9cfe strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.filter-568a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.iron-10d5 {
  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;
}

.iron-10d5:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.iron-10d5.header_in_e8c3 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.iron-10d5 .north-cbb0 {
  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;
}

.iron-10d5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.dark-db39 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.shadow-7991 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.shadow-7991 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.photo_motion_7e86 {
  display: block;
  font-family: 'Consolas', monospace;
  font-size: 0.75rem;
  color: var(--accent-color);
  word-break: break-all;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

/* === Buttons === */
.surface_5e0b {
  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_outer_3b68 {
  background-color: var(--primary-color);
  color: white;
}

.popup_outer_3b68:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.badge-fixed-7ba2 {
  background-color: var(--text-secondary);
  color: white;
}

.badge-fixed-7ba2:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.widget-b6d1 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.widget-b6d1:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.tall_1647 {
  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;
}

.tall_1647:hover {
  background-color: var(--primary-dark);
}

.paper_2cee {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.video_9c82 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.label_5609 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.feature-f646 {
  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 === */
.hover-03b4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.nav_thick_a1f5 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.nav_thick_a1f5 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.fixed_aa0e {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.highlight-e799 {
  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;
}

.header-narrow-0c8b {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.inner_4afa {
  list-style: none;
  counter-reset: rank-counter;
}

.inner_4afa li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.inner_4afa 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;
}

.pattern_5a45 {
  list-style: none;
}

.pattern_5a45 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.hover-under-8ab6 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.hot_1d11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hot_1d11 .lower_edcf {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.hot_1d11 .gradient-top-8e8f {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.center-aa3b {
  margin-top: 3rem;
}

.menu_8d27 {
  width: 100%;
}

.pro-dac9 {
  background-color: #fef3c7;
}

.top_1610 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.carousel-10b3 {
  margin: 3rem 0;
}

.photo_action_ed6e {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.module-top-e2db {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.module-top-e2db:hover {
  box-shadow: var(--shadow-lg);
}

.module-top-e2db.chip_0a3f {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.glass_41d2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.dropdown-8d58 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.dropdown-8d58 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.large-d947 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.module-top-e2db blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.section_ab00 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tiny_958c {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.paper_d8f4 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dark-8b02 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hero-gas-e6cd {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.hot-4027 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.disabled_hard_3919 {
  max-width: 900px;
  margin: 0 auto;
}

.outline_52bf {
  margin: 2rem 0;
}

.prev_59c9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.prev_59c9 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.prev_59c9 summary::-webkit-details-marker {
  display: none;
}

.prev_59c9 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.copper-2053 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.prev_59c9[open] .copper-2053 {
  transform: rotate(45deg);
}

.list-south-dcd8 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.list-south-dcd8 p:last-child {
  margin-bottom: 0;
}

.complex_d298 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.icon-9026 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.disabled_green_e12d {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.disabled_green_e12d p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.disabled_green_e12d .surface_5e0b {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.accent-9c34 {
  max-width: 900px;
  margin: 0 auto;
}

.list-bronze-5e77 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.brown-6d78 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.brown-6d78.fn-success-072c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.green-f419 {
  font-size: 3rem;
  line-height: 1;
}

.feature_2a70 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.secondary_full_9ca4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.detail_prev_f48f,
.feature_right_3455 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.detail_prev_f48f h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.feature_right_3455 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.header_91ab,
.fixed-46f8 {
  margin: 1.5rem 0;
}

.header_91ab li,
.fixed-46f8 li {
  margin-bottom: 1rem;
}

.secondary-a7b7 {
  margin: 3rem 0;
}

.link_advanced_9421 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.link_advanced_9421 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.link_advanced_9421 ol {
  margin: 1rem 0;
}

.link_advanced_9421 li {
  margin-bottom: 0.75rem;
}

.banner_current_59aa {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.modal-6712 {
  margin: 2rem 0;
}

.background-center-3cb6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.sidebar-last-8740 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.video-outer-108f {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.nav_next_1083 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.avatar-d036 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.content-lite-f22d {
  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;
}

.content-lite-f22d img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.description-dynamic-a1bd {
  flex: 1;
}

.description-dynamic-a1bd h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.component_right_d6e8 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.component_45e5 p {
  margin-bottom: 1rem;
}

.info_d351 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.outer-3297 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.logo_focused_db28 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.logo_focused_db28 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.secondary_pro_f017 h3 {
  margin-bottom: 1.5rem;
}

.layout-3741 {
  display: grid;
  gap: 2rem;
}

.left-db7b {
  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;
}

.left-db7b img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.left-db7b h4 {
  margin: 0 0 0.25rem;
}

.left-db7b p {
  margin: 0;
  font-size: 0.9375rem;
}

.input-stale-b882 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.item_c443 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.item_c443 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.item_c443 ul {
  margin: 1.5rem 0;
}

.item_c443 li {
  margin-bottom: 0.75rem;
}

.text_0de4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.outer-9497 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.picture_d6db {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.info_7e67 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.info_7e67 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.wide_3075 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.wide_3075 a {
  color: rgba(255, 255, 255, 0.8);
}

.secondary-white-fc83 {
  list-style: none;
}

.secondary-white-fc83 li {
  margin-bottom: 0.75rem;
}

.secondary-white-fc83 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.secondary-white-fc83 a:hover {
  color: white;
}

.focus-basic-8161 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.item-west-c69e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.form_5e46 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.popup-large-d8e2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.status_gold_002b {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .top-31da {
    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;
  }

  .action_a15c {
    font-size: 1.5rem !important;
  }

  .fixed-4f5d {
    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 */
  .input-silver-84da,
  .highlight_bde9,
  .upper-3ed0,
  .surface_4e42,
  .glass_41d2,
  .module-top-e2db,
  .list-south-dcd8,
  .upper-4dbe,
  .avatar-6bc2,
  .old-7208 {
    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 */
  .component_pro_de26 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .thick_3cc1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .logo_e725 {
    flex-shrink: 0;
  }

  .description-dynamic-a1bd {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .mask-4394,
  .feature_solid_94cb {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .feature_solid_94cb {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .active_complex_d857 {
    display: none;
  }

  /* Show mobile actions */
  .media_rough_7a19 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .description-active-1c05 {
    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;
  }

  .description-active-1c05 svg {
    flex-shrink: 0;
  }

  .description-active-1c05 .lower_edd1 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .description-active-1c05 .module_large_b2ed {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .component-small-1809 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .texture_3810 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .description-active-1c05:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .paragraph-e5ea {
    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;
  }

  .paragraph-e5ea.fn-active-072c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .paragraph-e5ea li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .paragraph-e5ea li:last-child {
    border-bottom: none;
  }

  .paragraph-e5ea a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .progress-42df {
    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;
  }

  .progress-42df li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .progress-42df li:last-child {
    border-bottom: none;
  }

  .progress-42df a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .selected-f6fb {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .alert_5804 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .dropdown_6e1f,
  .tooltip-ef1f {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .dropdown_6e1f {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .tooltip-ef1f {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .progress-42df.fn-active-072c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .lite_19b2 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .module_96a8 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .breadcrumb-8819 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .image-lower-74d8 {
    margin-top: 0;
  }

  /* Hero section */
  .image-lower-74d8 {
    padding: 2rem 0 1.5rem;
  }

  .fixed-4f5d {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .avatar-6bc2 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .focus_red_84aa {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .glass_ea8d {
    max-width: 100%;
    border-radius: 8px;
  }

  .center_9fa9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .prev_4958 {
    padding: 1rem;
  }

  .hero_cold_31c1 {
    font-size: 1.5rem;
  }

  .dark_ec9c {
    font-size: 0.75rem;
  }

  .upper-4dbe {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .cool_a6d8 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .cool_a6d8 .surface_5e0b {
    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 */
  .column-mini-bc98 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .info_ef5a {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .notice-under-fa66 {
    margin-bottom: 1rem;
  }

  /* Author */
  .status-pressed-13db {
    flex-direction: column;
  }

  .content-lite-f22d {
    flex-direction: column;
  }

  /* Quotes */
  .glass_41d2 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .secondary_full_9ca4 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .nav_next_1083 {
    flex-direction: column;
  }

  .nav_next_1083 .surface_5e0b {
    width: 100%;
  }

  /* Version comparison */
  .filter-568a {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .hover-03b4 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .picture_d6db {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form_5e46 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .thick-0882,
  .dirty_af4e,
  .main-f3c6,
  .menu_8d27,
  .module_a987,
  .wrapper-dirty-8893 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .thick-0882 table,
  .dirty_af4e table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .photo_motion_7e86 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .top-31da {
    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;
  }

  .action_a15c {
    font-size: 1.25rem !important;
  }

  .fixed-4f5d {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .module_96a8 {
    position: fixed;
  }

  .breadcrumb-8819 {
    padding: 0.625rem 0;
  }

  .short-fc87 img {
    height: 26px;
  }

  .progress-42df {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .paragraph-e5ea {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .description-active-1c05 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .description-active-1c05 svg {
    width: 18px;
    height: 18px;
  }

  .description-active-1c05 .lower_edd1 {
    font-size: 0.7rem;
  }

  .description-active-1c05 .module_large_b2ed {
    font-size: 0.65rem;
  }

  .dropdown_6e1f,
  .tooltip-ef1f {
    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, .top-31da, .complex-03c0, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .focus_red_84aa {
    padding: 1rem;
  }

  .center_9fa9 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .prev_4958 {
    padding: 0.875rem;
  }

  .hero_cold_31c1 {
    font-size: 1.25rem;
  }

  .cool_a6d8 .surface_5e0b {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .fixed-4f5d {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .surface_5e0b {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .paper_2cee {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .info_ef5a {
    padding: 1rem;
  }

  .notice-under-fa66 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .input-silver-84da,
  .main_d31b,
  .layout_b9ae,
  .mini_3df2 {
    padding: 1rem;
  }
}

@media print {
  .module_96a8,
  .lower-be8a,
  .lite_19b2,
  .surface_5e0b,
  .outer-9497 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .top-31da {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.feature_static_987e {
  margin-bottom: 3rem;
  text-align: center;
}

.action_a15c {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.tiny-e4b9 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.banner_f9b2,
.tag_prev_9411 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.progress_fixed_b9fb {
  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;
}

.progress_fixed_b9fb:hover {
  transform: translateY(-5px);
}

.progress_fixed_b9fb strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.progress_fixed_b9fb span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.outline_a161 {
  margin: 3rem 0;
}

.pattern-f8d2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.border-medium-aee5 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.border-medium-aee5:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.media-153b {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.border-beb5 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.selected_42a2 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.feature_last_a935 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.sidebar-tall-5720 {
  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;
}

.sidebar-tall-5720:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.sidebar-tall-5720.outline_tiny_1986 {
  border-left: 4px solid var(--primary-color);
}

.avatar_pink_20ba {
  flex-shrink: 0;
}

.avatar_pink_20ba svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.last_e5b9 {
  flex: 1;
}

.last_e5b9 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.form-fb0d {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.stone_c0b2,
.thumbnail_4db5,
.block_8563 {
  margin-bottom: 1.5rem;
}

.stone_c0b2 h4,
.thumbnail_4db5 h4,
.block_8563 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stone_c0b2 ul,
.thumbnail_4db5 ul,
.block_8563 ul {
  list-style: none;
  padding: 0;
}

.stone_c0b2 li,
.thumbnail_4db5 li,
.block_8563 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.stone_c0b2 li:before,
.thumbnail_4db5 li:before,
.block_8563 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.notice_inner_6378 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.notice_inner_6378 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;
}

.notice_inner_6378 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.huge-76b4 { margin: 2rem 0; }
.input_7c05 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.input_7c05 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.description-8353 p { margin-bottom: 1rem; line-height: 1.7; }
.description-8353 strong { color: var(--text-primary); }
.description-8353 ul { list-style: none; padding-left: 0; }
.description-8353 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.description-8353 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.wrapper-under-9f2b { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.last-4123 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.last-4123:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.texture-9f28 { font-size: 3rem; margin-bottom: 1rem; }
.last-4123 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.last-4123 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.label-gold-33ac { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.label-gold-33ac span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.mini-a60b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.alert_tall_af87 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.paragraph_tiny_1c98 { text-align: center; }
.caption-cool-ac25 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.next-5cba { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.fast_9529 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.last_4a66 { margin: 2rem 0; }
.background_50fc { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.background_50fc h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.background_50fc p, .background_50fc ul { line-height: 1.7; }
.background_50fc ul { list-style: none; padding-left: 0; }
.background_50fc ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.background_50fc ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.icon_f61e { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.link_dim_b359 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.new-b177 { text-align: center; }
.content-e385 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.disabled_5edb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sidebar_b916 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.carousel-new-2268 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.steel-29b2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.steel-29b2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.steel-29b2 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.steel-29b2 p, .steel-29b2 ul { line-height: 1.7; }
.steel-29b2 ul { list-style: none; padding-left: 0; }
.steel-29b2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.steel-29b2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: bec0 */
.promo-block-m3 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
