/*
 * Inner pages adapter for index.nav-6570 design system (styles-new.light_78b5)
 * 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_e4dc) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.modal_medium_cc25.carousel-e56e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.fixed-bf30 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.fixed-bf30 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.info_8a6d {
  flex: 0 0 100%;
  max-width: 100%;
}

.cold_bb6c {
  flex: 0 0 100%;
  max-width: 100%;
}

.menu_complex_6dac {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .menu_complex_6dac {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .cold_bb6c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.pressed_e3af { display: flex; }
.filter_soft_be0d { justify-content: space-between; }
.aside_f824 { align-items: center; }
.carousel-e56e { text-align: center; }

.container-lite-e86a { margin-right: 0.5rem; }
.banner-fixed-2786 { margin-right: 1rem; }
.notice_0975 { margin-top: 1rem; }
.layout_5215 { margin-top: 1.5rem; }
.caption_narrow_dd44 { margin-bottom: 1rem; }
.sort_thick_847c { margin-bottom: 1.5rem; }
.wood_2263 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.header_motion_0e6e { margin-top: 1rem; margin-bottom: 1rem; }
.gallery_large_3d0b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.frame-32d9 { max-width: 100%; height: auto; }

/* Links used in old footer */
.pro-fa7e { color: var(--text-primary); }
.link-gas-c62b { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.frame-e1d4 {
  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 */
.backdrop_basic_0d12 { /* 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);
}

.backdrop_basic_0d12:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.info-small-eb01 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.info-small-eb01:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.feature_a994 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.status-a6b5 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.status-a6b5::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;
}

.message-b7fd {
  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);
}

.message-b7fd h1 {
  margin-bottom: var(--spacing-sm);
}

.message-b7fd p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.content_f20e {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.table_9e4d {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.old-bc3f {
  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);
}

.top-7823 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.white-d20b h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.white-d20b p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.backdrop_yellow_5268 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.shade-1bc3 {
  padding-bottom: var(--spacing-2xl);
}

.status-3e0d {
  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;
}

.pattern_yellow_860d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.photo-action-9708 a {
  color: var(--primary-color);
}

.photo-action-9708.fn-active-0709 {
  color: var(--text-secondary);
}

.photo-action-9708:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.heading-fluid-5270 {
  padding: var(--spacing-xl) 0;
}

.caption-in-1369 {
  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);
}

.caption-in-1369 h2 {
  margin-bottom: var(--spacing-sm);
}

.caption-in-1369 p {
  color: var(--text-secondary);
}

.main_right_0621 {
  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;
}

.main_right_0621 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.main_right_0621 h4 {
  margin-top: var(--spacing-sm);
}

.main_right_0621 p {
  color: var(--text-secondary);
}

.over-cebf {
  padding: var(--spacing-xl) 0;
}

.main-ad49 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.selected_784d {
  list-style: none;
  margin: 0;
  padding: 0;
}

.selected_784d a {
  color: var(--text-secondary);
}

.selected_784d a:hover {
  color: var(--primary-color);
}

.surface-4805 {
  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);
}

.text-tall-f2f8 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.heading-7624 {
  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);
}

.heading-7624:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.container-green-5515 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.dark_e683 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: c20f */
.widget-item-t4 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
