/*
 * Inner pages adapter for index.next_c452 design system (styles-new.simple-79d3)
 * 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(.dropdown-narrow-80d1) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.list_cold_9f94.info-4e33 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.accent_new_842a {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.accent_new_842a > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.panel-8e9f {
  flex: 0 0 100%;
  max-width: 100%;
}

.bright_38db {
  flex: 0 0 100%;
  max-width: 100%;
}

.iron_0f31 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .iron_0f31 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .bright_38db {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.detail_6d1b { display: flex; }
.over_22d4 { justify-content: space-between; }
.liquid-0de9 { align-items: center; }
.info-4e33 { text-align: center; }

.thick-1b2a { margin-right: 0.5rem; }
.feature-north-68ef { margin-right: 1rem; }
.brown-b40c { margin-top: 1rem; }
.advanced-55f1 { margin-top: 1.5rem; }
.outline_right_00c6 { margin-bottom: 1rem; }
.picture_easy_7d8e { margin-bottom: 1.5rem; }
.element_inner_49de { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.advanced_e1c4 { margin-top: 1rem; margin-bottom: 1rem; }
.out_156a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.north_33ee { max-width: 100%; height: auto; }

/* Links used in old footer */
.widget_right_6dbb { color: var(--text-primary); }
.nav_633d { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.up-4a55 {
  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 */
.feature_rough_8430 { /* 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);
}

.feature_rough_8430:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.badge_over_3bae {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.badge_over_3bae:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hard_b907 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.warm-9016 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.warm-9016::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;
}

.motion-7bbc {
  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-7bbc h1 {
  margin-bottom: var(--spacing-sm);
}

.motion-7bbc p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.layout-8de4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.border_fe66 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.in_890b {
  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);
}

.video_east_2d7f {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.video-2159 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.video-2159 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.easy_6730 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.lower_d0f1 {
  padding-bottom: var(--spacing-2xl);
}

.icon_smooth_82d5 {
  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;
}

.medium-b92f {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.card-f6bd a {
  color: var(--primary-color);
}

.card-f6bd.fn-active-1015 {
  color: var(--text-secondary);
}

.card-f6bd:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.caption-0a34 {
  padding: var(--spacing-xl) 0;
}

.video-3376 {
  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);
}

.video-3376 h2 {
  margin-bottom: var(--spacing-sm);
}

.video-3376 p {
  color: var(--text-secondary);
}

.up-cb65 {
  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;
}

.up-cb65 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.up-cb65 h4 {
  margin-top: var(--spacing-sm);
}

.up-cb65 p {
  color: var(--text-secondary);
}

.description_white_d738 {
  padding: var(--spacing-xl) 0;
}

.overlay-fc73 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.wrapper-5a02 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper-5a02 a {
  color: var(--text-secondary);
}

.wrapper-5a02 a:hover {
  color: var(--primary-color);
}

.paragraph_a1c1 {
  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);
}

.logo-lower-d553 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.nav_cca7 {
  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);
}

.nav_cca7:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.grid_e89f { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sidebar-5695 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: adb6 */
.widget-item-e7 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
