/*
 * Inner pages adapter for index.hero_blue_1a88 design system (styles-new.slider_steel_414e)
 * 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(.paragraph_active_9935) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.section-lite-7f40.media_simple_1b10 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.badge-easy-95d6 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.badge-easy-95d6 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.steel_f90c {
  flex: 0 0 100%;
  max-width: 100%;
}

.header_lite_9633 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tag-2918 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tag-2918 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .header_lite_9633 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.column-brown-ff25 { display: flex; }
.heading_ebd9 { justify-content: space-between; }
.menu_medium_551f { align-items: center; }
.media_simple_1b10 { text-align: center; }

.focused-ea7c { margin-right: 0.5rem; }
.light-caab { margin-right: 1rem; }
.box-simple-6f81 { margin-top: 1rem; }
.button_cfca { margin-top: 1.5rem; }
.progress_warm_4b8d { margin-bottom: 1rem; }
.form_wide_d639 { margin-bottom: 1.5rem; }
.description-935b { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.header_pressed_e278 { margin-top: 1rem; margin-bottom: 1rem; }
.video_pro_91b8 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.box-yellow-f85c { max-width: 100%; height: auto; }

/* Links used in old footer */
.slider_2b09 { color: var(--text-primary); }
.action_7577 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.filter_steel_1882 {
  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 */
.chip-df42 { /* 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);
}

.chip-df42:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.element-7b5f {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.element-7b5f:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.tag_hot_657d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.action_9779 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.action_9779::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;
}

.top_993b {
  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);
}

.top_993b h1 {
  margin-bottom: var(--spacing-sm);
}

.top_993b p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.element-bright-0df2 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.pattern-fe2a {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.detail_7174 {
  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);
}

.dirty-5933 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.box_8bc6 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.box_8bc6 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.last-77e6 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.wrapper-advanced-f427 {
  padding-bottom: var(--spacing-2xl);
}

.message-wood-9acb {
  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;
}

.row-0916 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.light-8384 a {
  color: var(--primary-color);
}

.light-8384.fn-active-643b {
  color: var(--text-secondary);
}

.light-8384:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.preview_282b {
  padding: var(--spacing-xl) 0;
}

.logo_1ec6 {
  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);
}

.logo_1ec6 h2 {
  margin-bottom: var(--spacing-sm);
}

.logo_1ec6 p {
  color: var(--text-secondary);
}

.frame_steel_ce1c {
  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;
}

.frame_steel_ce1c h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.frame_steel_ce1c h4 {
  margin-top: var(--spacing-sm);
}

.frame_steel_ce1c p {
  color: var(--text-secondary);
}

.pagination_1e74 {
  padding: var(--spacing-xl) 0;
}

.primary-steel-5bb8 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.accent-simple-ef62 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accent-simple-ef62 a {
  color: var(--text-secondary);
}

.accent-simple-ef62 a:hover {
  color: var(--primary-color);
}

.accent_bottom_e61e {
  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);
}

.container_plasma_7fce {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.title-acf6 {
  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);
}

.title-acf6:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.active_warm_1742 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.cool-4263 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3a54 */
.widget-item-p2 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
