/*
 * Inner pages adapter for index.carousel_tiny_67f9 design system (styles-new.text-brown-b775)
 * 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(.gradient_rough_cffb) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.box_gas_3ea4.overlay-fe13 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.article_active_8e52 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.article_active_8e52 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.chip-medium-081e {
  flex: 0 0 100%;
  max-width: 100%;
}

.hard_0d08 {
  flex: 0 0 100%;
  max-width: 100%;
}

.up_39a8 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .up_39a8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .hard_0d08 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.link_smooth_9f86 { display: flex; }
.gallery-b62e { justify-content: space-between; }
.wrapper-gas-281f { align-items: center; }
.overlay-fe13 { text-align: center; }

.container_eaf3 { margin-right: 0.5rem; }
.text-brown-a114 { margin-right: 1rem; }
.paragraph-simple-23b3 { margin-top: 1rem; }
.tertiary_8f03 { margin-top: 1.5rem; }
.dynamic_0dcf { margin-bottom: 1rem; }
.wide_00d3 { margin-bottom: 1.5rem; }
.feature_south_ee3f { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.breadcrumb-35f7 { margin-top: 1rem; margin-bottom: 1rem; }
.texture-d81a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.border_stale_66c1 { max-width: 100%; height: auto; }

/* Links used in old footer */
.table_complex_1900 { color: var(--text-primary); }
.button_dynamic_6328 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.mini-db0c {
  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 */
.content_light_79ca { /* 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);
}

.content_light_79ca:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.layout-motion-382e {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.layout-motion-382e:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.next-cdd4 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.dim-5a7c {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.dim-5a7c::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;
}

.tertiary_3cd1 {
  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);
}

.tertiary_3cd1 h1 {
  margin-bottom: var(--spacing-sm);
}

.tertiary_3cd1 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.gallery_lower_b864 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.dynamic_dc9c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.hidden-fba7 {
  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);
}

.down_a75f {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.message_short_ede1 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.message_short_ede1 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.summary_lite_68a6 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.shade-small-a1f0 {
  padding-bottom: var(--spacing-2xl);
}

.mini_d920 {
  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;
}

.backdrop_1c25 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.footer_iron_16c7 a {
  color: var(--primary-color);
}

.footer_iron_16c7.fn-active-2dde {
  color: var(--text-secondary);
}

.footer_iron_16c7:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.feature_simple_f256 {
  padding: var(--spacing-xl) 0;
}

.badge_narrow_c639 {
  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);
}

.badge_narrow_c639 h2 {
  margin-bottom: var(--spacing-sm);
}

.badge_narrow_c639 p {
  color: var(--text-secondary);
}

.pressed-1a5f {
  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;
}

.pressed-1a5f h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.pressed-1a5f h4 {
  margin-top: var(--spacing-sm);
}

.pressed-1a5f p {
  color: var(--text-secondary);
}

.border_easy_368f {
  padding: var(--spacing-xl) 0;
}

.logo-liquid-f100 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.secondary-thick-7f49 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-thick-7f49 a {
  color: var(--text-secondary);
}

.secondary-thick-7f49 a:hover {
  color: var(--primary-color);
}

.carousel-action-1eb7 {
  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);
}

.label-6c0b {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.widget_5324 {
  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);
}

.widget_5324:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.box-left-dc39 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.media_647e { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2c22 */
.promo-block-n9 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
