/*
 * Inner pages adapter for index.gradient-static-5b6b design system (styles-new.out_0460)
 * 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(.hero_steel_252c) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.search_2af0.overlay_lower_3e05 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hard-b421 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hard-b421 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.tiny-947b {
  flex: 0 0 100%;
  max-width: 100%;
}

.dropdown-solid-5fc7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hidden_8a1f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hidden_8a1f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .dropdown-solid-5fc7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.modal-2c6d { display: flex; }
.chip_3b39 { justify-content: space-between; }
.item_bright_6fd8 { align-items: center; }
.overlay_lower_3e05 { text-align: center; }

.primary-ea4b { margin-right: 0.5rem; }
.overlay_hard_985d { margin-right: 1rem; }
.video_dynamic_8916 { margin-top: 1rem; }
.gas_9826 { margin-top: 1.5rem; }
.hover-fluid-d92f { margin-bottom: 1rem; }
.widget_585e { margin-bottom: 1.5rem; }
.pattern-old-e8f3 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.panel_3518 { margin-top: 1rem; margin-bottom: 1rem; }
.input-lower-98a6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.icon-hovered-985a { max-width: 100%; height: auto; }

/* Links used in old footer */
.accordion_middle_e328 { color: var(--text-primary); }
.west_d76a { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.form_tiny_2ac9 {
  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 */
.module_last_576d { /* 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);
}

.module_last_576d:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.modal-4f38 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.modal-4f38:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.photo_69b9 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.container-a761 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.container-a761::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;
}

.picture_pink_a5d3 {
  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);
}

.picture_pink_a5d3 h1 {
  margin-bottom: var(--spacing-sm);
}

.picture_pink_a5d3 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.slow-8038 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.sidebar-b498 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.wood-fbed {
  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);
}

.aside-hovered-add5 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.label_cc6e h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.label_cc6e p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.element-narrow-3ee9 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.fresh-7bec {
  padding-bottom: var(--spacing-2xl);
}

.layout_accf {
  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;
}

.gold-93c5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.slider_1c7c a {
  color: var(--primary-color);
}

.slider_1c7c.fn-active-ea4a {
  color: var(--text-secondary);
}

.slider_1c7c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.disabled_0e4d {
  padding: var(--spacing-xl) 0;
}

.logo_8de2 {
  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_8de2 h2 {
  margin-bottom: var(--spacing-sm);
}

.logo_8de2 p {
  color: var(--text-secondary);
}

.fluid_cefd {
  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;
}

.fluid_cefd h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.fluid_cefd h4 {
  margin-top: var(--spacing-sm);
}

.fluid_cefd p {
  color: var(--text-secondary);
}

.shade-medium-4a32 {
  padding: var(--spacing-xl) 0;
}

.hidden_0970 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.stone-eb9b {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stone-eb9b a {
  color: var(--text-secondary);
}

.stone-eb9b a:hover {
  color: var(--primary-color);
}

.disabled_8c8c {
  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);
}

.active-9b44 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.image_lite_289a {
  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);
}

.image_lite_289a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.modal-886c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.highlight-soft-5ebb { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3e1f */
.phantom-card-t3 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
