/*
 * Inner pages adapter for index.form_green_9fe9 design system (styles-new.slider-clean-8abf)
 * 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(.solid_d316) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.info-dirty-d8e6.icon-rough-bce2 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.summary_right_3e4c {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.summary_right_3e4c > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.text-center-c254 {
  flex: 0 0 100%;
  max-width: 100%;
}

.picture-5c9f {
  flex: 0 0 100%;
  max-width: 100%;
}

.tag-ee9b {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tag-ee9b {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .picture-5c9f {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.search_south_e6f5 { display: flex; }
.hovered_6e0b { justify-content: space-between; }
.feature-fluid-a8f9 { align-items: center; }
.icon-rough-bce2 { text-align: center; }

.mask-west-17af { margin-right: 0.5rem; }
.soft-8cd1 { margin-right: 1rem; }
.tertiary_7376 { margin-top: 1rem; }
.pagination_93b7 { margin-top: 1.5rem; }
.container-7455 { margin-bottom: 1rem; }
.accent-61b3 { margin-bottom: 1.5rem; }
.link-56bc { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.south_a6b9 { margin-top: 1rem; margin-bottom: 1rem; }
.sidebar_white_c2cf { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.element-small-bd98 { max-width: 100%; height: auto; }

/* Links used in old footer */
.form-fast-5908 { color: var(--text-primary); }
.orange-dd3f { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.hero_4e84 {
  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 */
.tiny-6434 { /* 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);
}

.tiny-6434:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.border_gold_cdb1 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.border_gold_cdb1:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.cold-2e6a {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.next_66e8 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.next_66e8::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;
}

.prev_81fa {
  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);
}

.prev_81fa h1 {
  margin-bottom: var(--spacing-sm);
}

.prev_81fa p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.red-7ab3 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.icon-3a71 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.nav_b71b {
  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);
}

.large-113f {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.main_563c h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.main_563c p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.element-84ff img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.backdrop-outer-a152 {
  padding-bottom: var(--spacing-2xl);
}

.label-b000 {
  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;
}

.message_fluid_7ff8 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.green_cb6a a {
  color: var(--primary-color);
}

.green_cb6a.fn-active-620d {
  color: var(--text-secondary);
}

.green_cb6a:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.blue-8961 {
  padding: var(--spacing-xl) 0;
}

.container_west_5be4 {
  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);
}

.container_west_5be4 h2 {
  margin-bottom: var(--spacing-sm);
}

.container_west_5be4 p {
  color: var(--text-secondary);
}

.detail-4608 {
  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;
}

.detail-4608 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.detail-4608 h4 {
  margin-top: var(--spacing-sm);
}

.detail-4608 p {
  color: var(--text-secondary);
}

.pressed_ef83 {
  padding: var(--spacing-xl) 0;
}

.label_over_d89f {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.logo_93c6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo_93c6 a {
  color: var(--text-secondary);
}

.logo_93c6 a:hover {
  color: var(--primary-color);
}

.column_advanced_b764 {
  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);
}

.footer-3cc9 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.thick_6d96 {
  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);
}

.thick_6d96:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.thumbnail_3912 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.pressed-d7fe { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 4b3b */
.promo-block-a7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
