/*
 * Inner pages adapter for index.message-7726 design system (styles-new.full_3852)
 * 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(.banner-4604) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.background-fcf3.input-6ad2 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.easy-333b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.easy-333b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.feature-33c5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.section_in_8893 {
  flex: 0 0 100%;
  max-width: 100%;
}

.image_white_6351 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .image_white_6351 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .section_in_8893 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.copper-1dac { display: flex; }
.accent-in-12a0 { justify-content: space-between; }
.link-6277 { align-items: center; }
.input-6ad2 { text-align: center; }

.yellow-2a48 { margin-right: 0.5rem; }
.icon-narrow-0f69 { margin-right: 1rem; }
.purple-00e1 { margin-top: 1rem; }
.caption_a830 { margin-top: 1.5rem; }
.layout_center_2717 { margin-bottom: 1rem; }
.static_049e { margin-bottom: 1.5rem; }
.content-29f6 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.carousel_liquid_d31b { margin-top: 1rem; margin-bottom: 1rem; }
.heading-fa8f { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hero-048e { max-width: 100%; height: auto; }

/* Links used in old footer */
.section_699c { color: var(--text-primary); }
.hot-6b24 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.glass_eb87 {
  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_c6e8 { /* 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_c6e8:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.label-b8b6 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.label-b8b6:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.white_df3d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.component_dba7 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.component_dba7::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;
}

.gallery_f1ae {
  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);
}

.gallery_f1ae h1 {
  margin-bottom: var(--spacing-sm);
}

.gallery_f1ae p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.layout_pro_bc01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.upper_69d7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.label-66a5 {
  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);
}

.input_wood_421e {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.thick_bb59 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.thick_bb59 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.secondary-bottom-0081 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.motion-118b {
  padding-bottom: var(--spacing-2xl);
}

.narrow-67f0 {
  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;
}

.tall_1a65 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.paragraph_e371 a {
  color: var(--primary-color);
}

.paragraph_e371.fn-active-7e9e {
  color: var(--text-secondary);
}

.paragraph_e371:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.hover-ee8c {
  padding: var(--spacing-xl) 0;
}

.brown-7f4c {
  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);
}

.brown-7f4c h2 {
  margin-bottom: var(--spacing-sm);
}

.brown-7f4c p {
  color: var(--text-secondary);
}

.info_2563 {
  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;
}

.info_2563 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.info_2563 h4 {
  margin-top: var(--spacing-sm);
}

.info_2563 p {
  color: var(--text-secondary);
}

.dirty-f466 {
  padding: var(--spacing-xl) 0;
}

.media-2712 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.red-e29e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.red-e29e a {
  color: var(--text-secondary);
}

.red-e29e a:hover {
  color: var(--primary-color);
}

.content-95ba {
  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);
}

.title_last_6903 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.carousel-liquid-e33d {
  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);
}

.carousel-liquid-e33d:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.center_703b { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.notice-active-a552 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 61e1 */
.promo-block-a3 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
