:root {
  --primary: #BF2026;
  --secondary: #8DC63F;
  --light: #D9F99D;
  --bg: #F0FDF4;
  --text: #14532D;
  --header: #166534;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.6;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
#site-preloader {
  position: fixed; inset: 0; background: var(--bg); z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; transition: opacity 0.5s, visibility 0.5s;
}
#site-preloader.hidden { opacity: 0; visibility: hidden; }
.category-tag {
  display: inline-block; background: var(--light); color: var(--primary);
  padding: 4px 14px; border-radius: 20px; font-size: 0.75em;
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px;
}
.btn-primary {
  display: inline-block; padding: 12px 28px; background: var(--primary);
  color: #fff; text-decoration: none; border-radius: 6px;
  font-weight: 700; transition: all 0.3s; border: 2px solid var(--primary); margin-top: 8px;
}
.btn-primary:hover { background: linear-gradient(135deg, #8DC63F 0%, #BF2026 100%); color: #fff; box-shadow: 0 6px 20px #BF202640; }
.section-title {
  font-size: 1.5em; margin-bottom: 24px; color: var(--text);
  font-weight: 800; position: relative; padding-bottom: 10px;
}
.section-title::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 50px; height: 4px; background: var(--primary); border-radius: 2px;
}
.tag {
  display: inline-block; background: var(--light); color: var(--primary);
  padding: 3px 10px; border-radius: 12px; font-size: 0.7em;
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px;
}
.site-footer {
  background: var(--text); color: rgba(255,255,255,0.85);
  padding: 50px 20px 30px; text-align: center; margin-top: 60px;
}
.site-footer p { margin-bottom: 12px; }
.site-footer a { color: var(--light); text-decoration: none; font-weight: 600; }
.legal-page { max-width: 800px; margin: 40px auto; padding: 0 24px; line-height: 1.8; }
.legal-page h1 { font-size: 2.2rem; margin-bottom: 8px; color: var(--text); }
.legal-page h2 { font-size: 1.3rem; margin: 28px 0 10px; color: var(--primary); }
.legal-page p, .legal-page li { color: #4b5563; font-size: 1rem; }
.legal-page ul { padding-left: 22px; }
@media (max-width: 768px) { .container { padding: 0 16px; } }
.hero-newspaper { padding: 40px 0 30px; border-bottom: 3px double var(--text); margin-bottom: 30px; }
.masthead { text-align: center; margin-bottom: 24px; }
.masthead h1 { font-size: 3em; font-weight: 800; text-transform: uppercase; letter-spacing: 4px; }
.masthead-date { font-size: 0.9em; color: #6b7280; font-style: italic; }
.headline { text-align: center; max-width: 800px; margin: 0 auto; }
.headline h2 { font-size: 2em; font-weight: 700; line-height: 1.2; margin-bottom: 10px; }
.headline .byline { font-size: 0.85em; color: #6b7280; font-style: italic; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; margin: 40px 0; }
.news-card { background: #fff; padding: 24px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); border-top: 2px solid var(--primary); }
.news-card.main { grid-column: span 2; }
.news-card h2 { font-size: 1.5em; margin-bottom: 12px; }
.news-card h3 { font-size: 1.1em; margin-bottom: 8px; }
.news-card p { color: #4b5563; font-size: 0.95em; }
@media (max-width: 768px) { .news-card.main { grid-column: span 1; } }

/* Gradients & Transparency */

.hero-focus .hero-image,
.hero-express .express-image,
.hero-default .hero-image {
  background: linear-gradient(135deg, #37415125 0%, #9ca3af35 50%, #e5e7eb20 100%) !important;
}

.hero-dna .helix-bar { background: linear-gradient(90deg, #BF2026, #8DC63F) !important; opacity: 0.6; }

.hero-pulse {
  background: linear-gradient(180deg, #f9fafb 0%, #37415108 50%, #f9fafb 100%);
}

.hero-globe .globe-ring {
  border: 1px solid #37415118;
  background: radial-gradient(circle, #e5e7eb15 0%, transparent 70%);
}

.hero-aztec .step { background: linear-gradient(90deg, #BF2026, #8DC63F) !important; }

.hero-analysis .chart-bars { background: linear-gradient(180deg, #BF202610 0%, #BF202605 100%); }

.hero-instant .clock-face {
  background: radial-gradient(circle, #37415110 0%, transparent 70%);
}

.hero-bridge .bridge-connector { background: linear-gradient(90deg, #BF2026, #8DC63F); }

.hero-bold .bold-content { background: linear-gradient(135deg, #BF202612 0%, #D9F99D15 100%); }

.hero-observer .panorama-bar {
  background: linear-gradient(90deg, #374151, #9ca3af, #e5e7eb, #374151);
}

.hero-observer .observer-horizon {
  background: linear-gradient(to bottom, #37415112, transparent);
}

.hero-plus .layer { background: linear-gradient(90deg, #BF2026, #8DC63F) !important; }

.hero-borderless .borderless-image {
  background: linear-gradient(135deg, #37415135 0%, #9ca3af25 50%, #e5e7eb15 100%) !important;
}

.hero-breaking .breaking-banner {
  background: linear-gradient(90deg, #dc2626, #ef4444) !important;
}

.hero-republic .republic-emblem {
  background: linear-gradient(135deg, #37415115, #9ca3af10);
}

.hero-finance .finance-ticker .t-item {
  background: linear-gradient(135deg, #fff 0%, #37415108 100%);
}

.hero-monitor .m-card {
  background: linear-gradient(135deg, #fff 0%, #37415106 100%);
}

.hero-prophet .rays .ray {
  background: linear-gradient(to right, transparent, #e5e7eb, transparent);
}

.hero-prophet {
  background: radial-gradient(circle at center, #37415108 0%, transparent 60%);
}

.hero-radio .wave-container .wave { background: linear-gradient(to top, #BF2026, #8DC63F) !important; }

.hero-perspective .perspective-vanish {
  background: linear-gradient(180deg, #37415108, transparent);
}

.hero-community .m-tile { background: linear-gradient(135deg, #BF2026, #8DC63F) !important; }

/* Card improvements */
.col-card, .pair-card, .rhythm-card, .world-card,
.aztec-card, .an-card, .feed-item, .bridge-card,
.bold-card, .obs-card, .plus-card, .bl-card,
.break-card, .rep-card, .news-card, .fin-card,
.mon-card, .pro-card, .sum-card, .rad-card,
.persp-card, .comm-card, .express-card, .d-article,
.entry, .brief-item, .news-item, .world-card {
  background: linear-gradient(135deg, #fff 0%, #37415104 100%);
  backdrop-filter: blur(4px);
}

/* Button gradient */
.btn-primary { background: linear-gradient(135deg, #BF2026 0%, #8DC63F 100%); border: none; box-shadow: 0 4px 14px #BF202630; }
.btn-primary:hover { background: linear-gradient(135deg, #8DC63F 0%, #BF2026 100%); color: #fff; box-shadow: 0 6px 20px #BF202640; }

/* Section subtle backgrounds */
.latest-grid,
.timeline-vertical,
.rhythm-grid,
.world-grid,
.express-grid,
.daily-brief,
.aztec-grid,
.analysis-grid,
.instant-feed,
.bridge-grid,
.diary-entries,
.bold-grid,
.observer-grid,
.plus-grid,
.borderless-grid,
.breaking-grid,
.republic-grid,
.news-grid,
.finance-grid,
.monitor-grid,
.prophet-grid,
.summary-grid,
.radio-grid,
.persp-grid,
.comm-grid,
.paired-grid,
.featured-columns,
.daily-columns,
.content-grid {
  position: relative;
}

/* Footer gradient */
.site-footer {
  background: linear-gradient(180deg, #111827 0%, #374151 100%);
}

/* Header glass effect */
header {
  backdrop-filter: blur(12px);
  background: linear-gradient(135deg, #374151ee 0%, #9ca3afdd 100%) !important;
}

/* Tag enhancements */
.tag, .category-tag {
  background: linear-gradient(135deg, #e5e7eb 0%, #9ca3af30 100%);
  border: 1px solid #37415120;
}

/* Image placeholders with subtle patterns */
.hero-image span,
.card-img span,
.rhythm-img span,
.world-img span,
.az-img span,
.pair-img span,
.ex-img span,
.lead-image span,
.bold-img span,
.obs-img span,
.plus-img span,
.bl-img span,
.break-img span,
.rep-img span,
.pro-img span,
.persp-img span,
.comm-mosaic span {
  background: linear-gradient(45deg, #37415110 25%, transparent 25%, transparent 50%, #37415110 50%, #37415110 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Smooth transitions */
* {
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover glow effects */
.col-card:hover, .pair-card:hover, .rhythm-card:hover, .world-card:hover,
.aztec-card:hover, .an-card:hover, .bridge-card:hover, .bold-card:hover,
.obs-card:hover, .plus-card:hover, .break-card:hover, .rep-card:hover,
.news-card:hover, .fin-card:hover, .pro-card:hover, .sum-card:hover,
.rad-card:hover, .persp-card:hover, .comm-card:hover, .express-card:hover {
  box-shadow: 0 8px 30px #37415120, 0 2px 8px rgba(0,0,0,0.08);
}

/* ============================================
   ARTICLE CARD ENHANCEMENTS - cms-nuevos3
   Enhanced cards with site color adaptability
   ============================================ */

/* Enhanced Hero Cards */
.hero-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary, #0e7490), var(--secondary, #2dd4bf));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.hero-card:hover::before {
    opacity: 1;
}

.hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.1);
}

.hero-card img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

.hero-card:hover img {
    transform: scale(1.05);
    filter: brightness(1.06);
}

.hero-card .hero-content {
    transition: transform 0.4s ease;
}

.hero-card:hover .hero-content {
    transform: translateY(-4px);
}

/* Enhanced News Cards */
.news-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.98) 100%);
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary, #0e7490), var(--secondary, #2dd4bf));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.news-card:hover::before {
    opacity: 1;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08), 0 0 0 1px rgba(0,0,0,0.04);
}

.news-card img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card:hover img {
    transform: scale(1.06);
}

.news-card .news-content {
    transition: transform 0.3s ease;
    padding: 20px;
}

.news-card:hover .news-content {
    transform: translateY(-2px);
}

.news-card .news-title {
    transition: color 0.3s ease;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.news-card:hover .news-title {
    color: var(--primary, #0e7490);
}

.news-card .news-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
}

.news-card .news-category {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--primary, #0e7490);
    margin-bottom: 10px;
    display: inline-block;
    padding: 3px 10px;
    background: var(--light, #99f6e4);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.news-card:hover .news-category {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Enhanced News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Enhanced Custom Cards (rep-card, entry, etc.) */
.rep-card,
.entry,
.col-card,
.pair-card,
.rhythm-card,
.world-card,
.aztec-card,
.an-card,
.feed-item,
.bridge-card,
.bold-card,
.obs-card,
.plus-card,
.bl-card,
.break-card,
.fin-card,
.mon-card,
.pro-card,
.sum-card,
.rad-card,
.persp-card,
.comm-card,
.express-card,
.d-article,
.brief-item,
.news-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.rep-card:hover,
.entry:hover,
.col-card:hover,
.pair-card:hover,
.rhythm-card:hover,
.world-card:hover,
.aztec-card:hover,
.an-card:hover,
.feed-item:hover,
.bridge-card:hover,
.bold-card:hover,
.obs-card:hover,
.plus-card:hover,
.break-card:hover,
.fin-card:hover,
.mon-card:hover,
.pro-card:hover,
.sum-card:hover,
.rad-card:hover,
.persp-card:hover,
.comm-card:hover,
.express-card:hover,
.d-article:hover,
.brief-item:hover,
.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.06);
}

/* Smooth fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-card,
.news-card,
.rep-card,
.entry {
    animation: fadeInUp 0.5s ease forwards;
}

.hero-card:nth-child(1) { animation-delay: 0.05s; }
.hero-card:nth-child(2) { animation-delay: 0.1s; }
.news-card:nth-child(1) { animation-delay: 0.05s; }
.news-card:nth-child(2) { animation-delay: 0.1s; }
.news-card:nth-child(3) { animation-delay: 0.15s; }
.news-card:nth-child(4) { animation-delay: 0.2s; }
.rep-card:nth-child(1) { animation-delay: 0.05s; }
.rep-card:nth-child(2) { animation-delay: 0.1s; }
.entry:nth-child(1) { animation-delay: 0.05s; }
.entry:nth-child(2) { animation-delay: 0.1s; }

/* Section title enhancements */
.section-title {
    font-size: 1.8em;
    margin-bottom: 32px;
    font-weight: 800;
    position: relative;
    padding-bottom: 14px;
}

.section-title::after {
    width: 60px;
    height: 4px;
    border-radius: 2px;
}

/* Button enhancements */
.btn-primary {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.btn-primary:hover { background: linear-gradient(135deg, #8DC63F 0%, #BF2026 100%); color: #fff; box-shadow: 0 6px 20px #BF202640; }

/* Category tag enhancements */
.category-tag,
.tag {
    transition: all 0.3s ease;
}

.category-tag:hover,
.tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .hero-card,
    .news-card,
    .rep-card,
    .entry,
    .hero-card img,
    .news-card img,
    .hero-card .hero-content,
    .news-card .news-content {
        transition: none;
        animation: none;
    }
    
    .hero-card:hover,
    .news-card:hover,
    .rep-card:hover,
    .entry:hover {
        transform: none;
    }
    
    .hero-card:hover img,
    .news-card:hover img {
        transform: none;
    }
}


/* ===== UNIQUE LOADER (rect/nyvy2vxxdig) ===== */
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px white, 24px 48px white, 0px 48px white;
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px white, 0px 48px white;
  }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px white;
  }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
}

@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}

/* ===== DIARIO MEXICO LOADER ===== */
.dmxo-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.dmxo-ring {
  width: 48px;
  height: 48px;
  border: 3px solid #e5e7eb;
  border-top-color: #374151;
  border-radius: 50%;
  animation: dmxoSpin 0.9s linear infinite;
}
.dmxo-dot {
  width: 8px;
  height: 8px;
  background: #374151;
  border-radius: 50%;
  animation: dmxoPulse 0.9s ease-in-out infinite;
}
@keyframes dmxoSpin {
  to { transform: rotate(360deg); }
}
@keyframes dmxoPulse {
  0%, 100% { opacity: 0.3; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1); }
}

/* ===== DIARIO MEXICO TICKER ===== */
.dmxo-ticker {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #111827 0%, #374151 100%);
  color: #fff;
  height: 44px;
  overflow: hidden;
}
.ticker-dmxo-left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  height: 100%;
  border-right: 1px solid rgba(253,230,138,0.3);
  flex-shrink: 0;
}
.ticker-dmxo-logo img { height: 28px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }
.ticker-dmxo-edition {
  font-weight: 800;
  font-size: 0.65em;
  letter-spacing: 2px;
  color: #9ca3af;
  text-transform: uppercase;
}
.ticker-dmxo-viewport {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.ticker-dmxo-inner { display: inline-block; white-space: nowrap; }
.ticker-dmxo-item {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 0.8em;
  padding: 0 16px;
  white-space: nowrap;
  transition: color 0.3s;
}
.ticker-dmxo-item:hover { color: #fde68a; }
.ticker-dmxo-sep { color: #fde68a; padding: 0 4px; }
.ticker-loading { color: rgba(255,255,255,0.5); font-size: 0.8em; font-style: italic; }
.ticker-dmxo-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; padding: 0 12px; }
.ticker-dmxo-date { background: #fde68a; color: #111827; font-weight: 800; font-size: 0.7em; padding: 4px 8px; border-radius: 4px; letter-spacing: 1px; }
.ticker-dmxo-social {
  display: flex;
  gap: 8px;
}
.ticker-dmxo-social a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 0.85em;
}
.ticker-dmxo-social a:hover { color: #fff; background: rgba(255,255,255,0.15); }

/* ===== DIARIO MEXICO HEADER ===== */
.site-header-dmxo {
  background: #111827;
  padding: 0;
}
.dmxo-header-top {
  background: #f9fafb;
  padding: 6px 24px;
  text-align: center;
  border-bottom: 2px solid #374151;
}
.dmxo-header-slogan {
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #374151;
}
.header-dmxo-nav { padding: 0 24px; }
.nav-dmxo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 48px;
}
.nav-dmxo-link {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 4px;
  transition: all 0.3s;
  white-space: nowrap;
}
.nav-dmxo-link:hover { color: #fff; background: rgba(255,255,255,0.15); }
.nav-dmxo-link.active { background: rgba(253,230,138,0.15); color: #fde68a; }

/* ===== DIARIO MEXICO FOOTER ===== */
.site-footer-dmxo {
  background: #111827;
  padding: 36px 20px 20px;
  margin-top: 60px;
}
.footer-dmxo-inner { max-width: 800px; margin: 0 auto; }
.footer-dmxo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 480px;
  margin: 0 auto 20px;
}
.footer-dmxo-col { text-align: center; }
.footer-dmxo-title {
  font-size: 0.7em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fde68a;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #374151;
  display: inline-block;
}
.footer-dmxo-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-dmxo-list li a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.85em; transition: color 0.3s; }
.footer-dmxo-list li a:hover { color: #fde68a; }
.footer-dmxo-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 14px;
  text-align: center;
  font-size: 0.75em;
  color: rgba(255,255,255,0.45);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .footer-dmxo-grid { grid-template-columns: 1fr; }
  .nav-dmxo-inner { overflow-x: auto; }
}
