/*
 * Inner pages adapter for index.hero-d5fc design system (styles-new.dirty-ea21)
 * 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(.easy_1142) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.icon_center_61d5.dropdown-5ba9 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.slider-c1e5 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.slider-c1e5 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.cool-3787 {
  flex: 0 0 100%;
  max-width: 100%;
}

.highlight-5035 {
  flex: 0 0 100%;
  max-width: 100%;
}

.wood_fe68 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .wood_fe68 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .highlight-5035 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.basic_728c { display: flex; }
.hard-c099 { justify-content: space-between; }
.wood-47b4 { align-items: center; }
.dropdown-5ba9 { text-align: center; }

.orange-8627 { margin-right: 0.5rem; }
.modal_e887 { margin-right: 1rem; }
.old-e4e4 { margin-top: 1rem; }
.search-soft-bb1a { margin-top: 1.5rem; }
.component-f109 { margin-bottom: 1rem; }
.pattern_bright_3a15 { margin-bottom: 1.5rem; }
.blue_3bdc { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.element-2860 { margin-top: 1rem; margin-bottom: 1rem; }
.box-37fa { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.message-8513 { max-width: 100%; height: auto; }

/* Links used in old footer */
.primary-wide-ff03 { color: var(--text-primary); }
.module-d96a { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.feature-stale-080a {
  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 */
.tall_74f1 { /* 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);
}

.tall_74f1:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.active_f00e {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.active_f00e:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.focused-b4d5 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.detail_silver_01c5 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.detail_silver_01c5::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;
}

.item_gas_e7f2 {
  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);
}

.item_gas_e7f2 h1 {
  margin-bottom: var(--spacing-sm);
}

.item_gas_e7f2 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.focused-9412 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.sidebar_plasma_e35a {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.black-3b43 {
  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);
}

.container_6036 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.logo-red-5499 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.logo-red-5499 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.easy_7cd6 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.video_0b8a {
  padding-bottom: var(--spacing-2xl);
}

.active-97df {
  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;
}

.right_81bf {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.dark_134e a {
  color: var(--primary-color);
}

.dark_134e.fn-active-4491 {
  color: var(--text-secondary);
}

.dark_134e:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.picture-easy-5e01 {
  padding: var(--spacing-xl) 0;
}

.motion_cee3 {
  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);
}

.motion_cee3 h2 {
  margin-bottom: var(--spacing-sm);
}

.motion_cee3 p {
  color: var(--text-secondary);
}

.thumbnail-f705 {
  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;
}

.thumbnail-f705 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.thumbnail-f705 h4 {
  margin-top: var(--spacing-sm);
}

.thumbnail-f705 p {
  color: var(--text-secondary);
}

.picture_copper_28fa {
  padding: var(--spacing-xl) 0;
}

.tag-ca1b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.complex-8234 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.complex-8234 a {
  color: var(--text-secondary);
}

.complex-8234 a:hover {
  color: var(--primary-color);
}

.column-493a {
  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);
}

.small_f377 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.slider_stone_5432 {
  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);
}

.slider_stone_5432:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.element_cc80 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.status_6ebd { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: fab8 */
.ghost-box-l1 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
