/*
 * Inner pages adapter for index.complex-7f43 design system (styles-new.picture_red_69b4)
 * 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(.paper_b236) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.media-7456.title_orange_502c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.block-copper-0d5e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.block-copper-0d5e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.accent-ffa4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.media_under_698a {
  flex: 0 0 100%;
  max-width: 100%;
}

.status_left_a878 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .status_left_a878 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .media_under_698a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.inner-61b7 { display: flex; }
.top-b8bf { justify-content: space-between; }
.section-f131 { align-items: center; }
.title_orange_502c { text-align: center; }

.feature-f874 { margin-right: 0.5rem; }
.active_e909 { margin-right: 1rem; }
.gallery-0743 { margin-top: 1rem; }
.modal_white_af98 { margin-top: 1.5rem; }
.wrapper_afdd { margin-bottom: 1rem; }
.description-liquid-74d3 { margin-bottom: 1.5rem; }
.static-1a45 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.banner_1738 { margin-top: 1rem; margin-bottom: 1rem; }
.photo_4abc { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.shade_out_e017 { max-width: 100%; height: auto; }

/* Links used in old footer */
.list_1e18 { color: var(--text-primary); }
.top_a4bf { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.progress_hot_2059 {
  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 */
.primary_solid_e038 { /* 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);
}

.primary_solid_e038:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.panel-f372 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.panel-f372:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.tabs-0b00 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.large_fd1b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.large_fd1b::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;
}

.gradient_last_bbfc {
  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);
}

.gradient_last_bbfc h1 {
  margin-bottom: var(--spacing-sm);
}

.gradient_last_bbfc p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.primary_e93c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.badge-7810 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.row_62fa {
  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);
}

.motion-848a {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.surface-current-62a5 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.surface-current-62a5 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.breadcrumb_a199 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.message_ec10 {
  padding-bottom: var(--spacing-2xl);
}

.element-clean-de83 {
  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;
}

.over_c663 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.input_dbb6 a {
  color: var(--primary-color);
}

.input_dbb6.fn-active-aeda {
  color: var(--text-secondary);
}

.input_dbb6:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.secondary-large-6709 {
  padding: var(--spacing-xl) 0;
}

.accent-dynamic-240d {
  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);
}

.accent-dynamic-240d h2 {
  margin-bottom: var(--spacing-sm);
}

.accent-dynamic-240d p {
  color: var(--text-secondary);
}

.secondary_first_778b {
  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;
}

.secondary_first_778b h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.secondary_first_778b h4 {
  margin-top: var(--spacing-sm);
}

.secondary_first_778b p {
  color: var(--text-secondary);
}

.label_91a2 {
  padding: var(--spacing-xl) 0;
}

.table_b6e3 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.search_cc7f {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search_cc7f a {
  color: var(--text-secondary);
}

.search_cc7f a:hover {
  color: var(--primary-color);
}

.fluid_6c93 {
  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);
}

.paper_a3fd {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.paragraph-44db {
  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);
}

.paragraph-44db:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.steel_3b74 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.mask-fixed-0b7d { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: a2bd */
.widget-item-f0 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
