/*
 * Inner pages adapter for index.label_paper_425a design system (styles-new.wood-4d8d)
 * 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(.dim_a94a) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.title_0d3f.current_10e3 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.component_red_b67e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.component_red_b67e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.shadow-557b {
  flex: 0 0 100%;
  max-width: 100%;
}

.secondary_67e8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.west-9737 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .west-9737 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .secondary_67e8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.banner_2441 { display: flex; }
.section-7628 { justify-content: space-between; }
.brown_b954 { align-items: center; }
.current_10e3 { text-align: center; }

.focus-last-bef7 { margin-right: 0.5rem; }
.hover_01ba { margin-right: 1rem; }
.heading_4757 { margin-top: 1rem; }
.hover_7c97 { margin-top: 1.5rem; }
.black_e08c { margin-bottom: 1rem; }
.column_paper_9c4c { margin-bottom: 1.5rem; }
.column_in_0552 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.frame_middle_45c4 { margin-top: 1rem; margin-bottom: 1rem; }
.menu_gas_36a7 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.text_0184 { max-width: 100%; height: auto; }

/* Links used in old footer */
.logo-70b3 { color: var(--text-primary); }
.bright_71e5 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.new-6307 {
  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 */
.upper_943e { /* 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);
}

.upper_943e:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.slider_335f {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.slider_335f:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.green_266d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.bright-0cc7 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.bright-0cc7::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;
}

.footer-stone-8efa {
  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);
}

.footer-stone-8efa h1 {
  margin-bottom: var(--spacing-sm);
}

.footer-stone-8efa p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.easy_e5ae {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.black_4235 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.primary-e22e {
  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);
}

.lower_9c30 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.frame-f330 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.frame-f330 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.pagination_ab5c img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.thick-eeed {
  padding-bottom: var(--spacing-2xl);
}

.pagination_d864 {
  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;
}

.text_3d9d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.red-ad8b a {
  color: var(--primary-color);
}

.red-ad8b.fn-active-324d {
  color: var(--text-secondary);
}

.red-ad8b:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.accordion-eb25 {
  padding: var(--spacing-xl) 0;
}

.feature-upper-40ab {
  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);
}

.feature-upper-40ab h2 {
  margin-bottom: var(--spacing-sm);
}

.feature-upper-40ab p {
  color: var(--text-secondary);
}

.texture-bronze-46e4 {
  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;
}

.texture-bronze-46e4 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.texture-bronze-46e4 h4 {
  margin-top: var(--spacing-sm);
}

.texture-bronze-46e4 p {
  color: var(--text-secondary);
}

.small-8e8b {
  padding: var(--spacing-xl) 0;
}

.short-1f27 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.info_a706 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info_a706 a {
  color: var(--text-secondary);
}

.info_a706 a:hover {
  color: var(--primary-color);
}

.paragraph_e1c7 {
  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);
}

.description_white_e38a {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.shade_742d {
  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);
}

.shade_742d:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.box-f3d0 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.dim-46fa { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 5f9f */
.widget-item-g5 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
