/*
 * Inner pages adapter for index.element-c1ec design system (styles-new.section_north_8b87)
 * Purpose: keep legacy inner-page HTML (row/col/utilities) working while matching modern palette.
 */

/* Hide legacy header blocks once we inject the modern header into inner pages */
body > header:not(.left_1a69) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.feature-last-8a34.section_fixed_0174 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.bright-32d3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.bright-32d3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.hero-orange-c3c1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.heading_advanced_5c1e {
  flex: 0 0 100%;
  max-width: 100%;
}

.menu_fluid_181f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .menu_fluid_181f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .heading_advanced_5c1e {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.chip-0a54 { display: flex; }
.button_ed9d { justify-content: space-between; }
.gallery-6817 { align-items: center; }
.section_fixed_0174 { text-align: center; }

.accordion_bd25 { margin-right: 0.5rem; }
.progress_b047 { margin-right: 1rem; }
.soft-9074 { margin-top: 1rem; }
.progress-wide-a111 { margin-top: 1.5rem; }
.large_c948 { margin-bottom: 1rem; }
.stale_e001 { margin-bottom: 1.5rem; }
.article_easy_4260 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.under_1844 { margin-top: 1rem; margin-bottom: 1rem; }
.widget-c90a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.thick-b729 { max-width: 100%; height: auto; }

/* Links used in old footer */
.current_d029 { color: var(--text-primary); }
.upper_f3a2 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.hidden-4eb3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

/* Map legacy variants to modern system */
.popup-e743 { /* treat as primary */
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: var(--bg-primary);
  border: 1px solid transparent;
  box-shadow: var(--shadow-sm);
}

.popup-e743:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.active-static-6031 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.active-static-6031:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.pink-8647 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.main_fea0 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.main_fea0::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(0, 212, 170, 0.18) 0%, transparent 70%);
  filter: blur(1px);
  pointer-events: none;
}

.button-prev-6c5c {
  background: rgba(26, 36, 66, 0.65);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
}

.button-prev-6c5c h1 {
  margin-bottom: var(--spacing-sm);
}

.button-prev-6c5c p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.video_current_2a39 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.bottom_3a45 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.outline_silver_06d5 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm);
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.button-1b5b {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.modal_motion_8257 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.modal_motion_8257 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.mask_8d89 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.south-633b {
  padding-bottom: var(--spacing-2xl);
}

.wrapper-first-3317 {
  background: rgba(10, 14, 39, 0.55);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: var(--spacing-sm) 0;
}

.button_1c30 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.border_6ce0 a {
  color: var(--primary-color);
}

.border_6ce0.fn-active-909d {
  color: var(--text-secondary);
}

.border_6ce0:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.tooltip-c211 {
  padding: var(--spacing-xl) 0;
}

.bright-6796 {
  background: rgba(26, 36, 66, 0.65);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
}

.bright-6796 h2 {
  margin-bottom: var(--spacing-sm);
}

.bright-6796 p {
  color: var(--text-secondary);
}

.form_2baf {
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  margin: var(--spacing-md) 0;
}

.form_2baf h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.form_2baf h4 {
  margin-top: var(--spacing-sm);
}

.form_2baf p {
  color: var(--text-secondary);
}

.in-75e3 {
  padding: var(--spacing-xl) 0;
}

.hot-63d8 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.banner_3b5c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner_3b5c a {
  color: var(--text-secondary);
}

.banner_3b5c a:hover {
  color: var(--primary-color);
}

.texture-full-00ae {
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid rgba(0, 212, 170, 0.25);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
}

.video_down_bc4e {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.feature_76a1 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.feature_76a1:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.popup_north_e86d { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.mask_95c7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 77a0 */
.shadow-element-n8 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
