/* ===== NEW HOME DESIGN — scoped under .new-home ===== */
/* Coexists with Bootstrap by prefixing all selectors */

.new-home * { box-sizing: border-box; margin: 0; padding: 0; }

.new-home {
  background: linear-gradient(90deg, #0b8793, #360033);
  color: #fff;
  --gold: #f5c518;
  --teal: #0b8793;
  --purple: #360033;
  --bg-grad: linear-gradient(90deg, #0b8793, #360033);
  --bg-card: rgba(255,255,255,0.08);
  --bg-card-hover: rgba(255,255,255,0.14);
  --bg-card-solid: #0b1e23;
  --border: rgba(255,255,255,0.1);
  --border-gold: rgba(245,197,24,0.5);
  --text-w: #ffffff;
  --text-muted: rgba(255,255,255,0.6);
  --text-dim: rgba(255,255,255,0.35);
  --cat-cine: #ff6b6b;
  --cat-musica: #c084fc;
  --cat-series: #fb923c;
  --cat-tv: #60a5fa;
  --cat-streaming: #4ade80;
  --cat-podcast: #a78bfa;
  --cat-libros: #34d399;
}

/* HEADER */
.new-home .hdr {
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.new-home .hdr-top { display: flex; align-items: center; gap: 14px; padding: 10px 20px; }
.new-home .logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none; cursor: pointer; }
.new-home .logo-img {
  width: 38px; height: 38px; border-radius: 50%; object-fit: cover;
}
.new-home .logo-icon {
  width: 38px; height: 38px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.new-home .logo-text { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
.new-home .logo-text span { color: var(--gold); }
.new-home .hdr-search {
  display: flex; align-items: center;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px; padding: 6px 10px; gap: 8px;
  flex: 1; max-width: 380px;
}
.new-home .hdr-search input { background: none; border: none; outline: none; color: #fff; font-size: 13px; flex: 1; font-family: 'Poppins', sans-serif; }
.new-home .hdr-search input::placeholder { color: rgba(255,255,255,0.4); }
.new-home .hdr-search-btn {
  background: var(--gold); border: none; border-radius: 4px;
  width: 28px; height: 28px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; color: #000; flex-shrink: 0;
}
.new-home .hdr-actions { display: flex; gap: 8px; margin-left: auto; flex-shrink: 0; }
.new-home .btn-login {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 5px; color: #fff; font-size: 12px; font-weight: 500;
  padding: 5px 14px; cursor: pointer; font-family: 'Poppins', sans-serif;
}
.new-home .btn-reg {
  background: var(--gold); border: none; border-radius: 5px;
  color: #000; font-size: 12px; font-weight: 700;
  padding: 5px 14px; cursor: pointer; font-family: 'Poppins', sans-serif;
}
.new-home .hdr-nav { display: flex; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.08); }

.new-home .nav-link {
  font-size: 11px; font-weight: 600; letter-spacing: 0.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  padding: 9px 16px; white-space: nowrap; cursor: pointer;
  border-bottom: 2px solid transparent; text-decoration: none;
  display: inline-flex; align-items: center;
  transition: color 0.15s;
}
.new-home .nav-link:hover { color: #fff; }
.new-home .nav-link.active { color: var(--gold); border-bottom-color: var(--gold); }

/* TICKER */
.new-home .ticker {
  background: rgba(245,197,24,0.15);
  border-bottom: 1px solid rgba(245,197,24,0.3);
  padding: 5px 16px; display: flex; gap: 10px; align-items: center; overflow: hidden;
}
.new-home .ticker-label {
  background: var(--gold); color: #000; font-size: 9px; font-weight: 700;
  letter-spacing: 1px; padding: 2px 8px; border-radius: 3px;
  flex-shrink: 0; text-transform: uppercase;
}
.new-home .ticker-text { font-size: 11px; color: rgba(255,255,255,0.8); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* HERO */
.new-home .hero { display: grid; grid-template-columns: 1fr 320px; gap: 2px; }
.new-home .hero-main {
  position: relative; min-height: 380px;
  display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden;
  background: rgba(0,0,0,0.2);
}
.new-home .hero-deco {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.new-home .hero-deco i { font-size: 140px; color: rgba(245,197,24,0.05); }
.new-home .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 55%, transparent 100%);
}
.new-home .hero-body { position: relative; z-index: 2; padding: 24px; }
.new-home .hero-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--gold); color: #000;
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 10px; border-radius: 3px; margin-bottom: 10px;
}
.new-home .hero-title { font-size: 24px; font-weight: 700; line-height: 1.25; color: #fff; margin-bottom: 12px; }
.new-home .hero-score-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.new-home .score-pill {
  background: var(--gold); color: #000;
  font-size: 16px; font-weight: 800; padding: 2px 12px; border-radius: 4px;
}
.new-home .stars { display: flex; gap: 2px; }
.new-home .stars i { font-size: 13px; color: var(--gold); }
.new-home .hero-meta { font-size: 11px; color: rgba(255,255,255,0.55); display: flex; gap: 14px; }
.new-home .hero-meta span { display: flex; align-items: center; gap: 4px; }
.new-home .hero-side { display: flex; flex-direction: column; gap: 2px; }
.new-home .side-item {
  background: rgba(0,0,0,0.25); padding: 12px 14px; flex: 1;
  cursor: pointer; border-left: 3px solid transparent;
  display: flex; gap: 10px; align-items: flex-start;
  transition: background 0.15s, border-color 0.15s;
}
.new-home .side-item:hover { background: rgba(0,0,0,0.4); border-left-color: var(--gold); }
.new-home .side-thumb {
  width: 52px; height: 52px; border-radius: 6px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.08);
}
.new-home .side-thumb i { font-size: 20px; color: rgba(255,255,255,0.3); }
.new-home .side-cat { font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.new-home .side-title { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.85); line-height: 1.4; margin-bottom: 4px; }
.new-home .side-time { font-size: 10px; color: var(--text-dim); }

/* MAIN */
.new-home .main-wrap { max-width: 1080px; margin: 0 auto; padding: 20px 16px; }
.new-home .section { margin-bottom: 28px; }
.new-home .section-hdr { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.new-home .section-accent { width: 4px; height: 20px; border-radius: 2px; flex-shrink: 0; }
.new-home .section-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; }
.new-home .section-line { flex: 1; height: 1px; background: var(--border); }
.new-home .section-link { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gold); text-decoration: none; cursor: pointer; }

/* CARDS */
.new-home .cards4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.new-home .cards3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.new-home .card {
  background: var(--bg-card-solid);
  border-radius: 8px; overflow: hidden;
  border: 1px solid var(--border); cursor: pointer;
  transition: border-color 0.15s, transform 0.15s, background 0.15s;
}
.new-home .card:hover { border-color: rgba(245,197,24,0.5); transform: translateY(-3px); background: rgba(20,45,60,0.9); }
.new-home a.card { color: inherit; }
.new-home .card-img { width: 100%; aspect-ratio: 16/9; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.new-home .card-img i { font-size: 30px; color: rgba(255,255,255,0.12); }
.new-home .cat-badge {
  position: absolute; top: 7px; left: 7px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase;
  padding: 2px 8px; border-radius: 3px; color: #fff;
}
.new-home .score-badge {
  position: absolute; bottom: 7px; right: 7px;
  background: var(--gold); color: #000;
  font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 3px;
}
.new-home .card-body { padding: 12px; background: #fff; color: #000; }
.new-home .card-cat { font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px; color: #555; }
.new-home .card-title { font-size: 13px; font-weight: 600; line-height: 1.35; color: #111; margin-bottom: 8px; }
.new-home .card-meta { display: flex; align-items: center; gap: 6px; font-size: 10px; color: rgba(0,0,0,0.5); }
.new-home .av { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 7px; font-weight: 700; color: #fff; flex-shrink: 0; }

/* TWO-COL */
.new-home .two-col { display: grid; grid-template-columns: 1fr 240px; gap: 20px; }

/* MUSIC */
.new-home .music-list { display: flex; flex-direction: column; gap: 3px; }
.new-home .music-item {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px;
  background: #0d2026; backdrop-filter: blur(8px);
  border-radius: 6px; border: 1px solid var(--border);
  cursor: pointer; transition: border-color 0.15s, background 0.15s;
}
.new-home .music-item:hover { border-color: rgba(255,255,255,0.2); background: #132b32; }
.new-home .music-n { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.15); width: 18px; flex-shrink: 0; text-align: center; }
.new-home .music-n.t { color: var(--gold); }
.new-home .music-cover { width: 40px; height: 40px; border-radius: 5px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); }
.new-home .music-cover i { font-size: 16px; color: rgba(255,255,255,0.3); }
.new-home .music-info { flex: 1; min-width: 0; }
.new-home .music-title { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.9); margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.new-home .music-artist { font-size: 10px; color: var(--text-dim); }
.new-home .music-genre { font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 3px; color: #fff; flex-shrink: 0; }

/* RANKING */
.new-home .rank-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.new-home .rank-list { display: flex; flex-direction: column; gap: 4px; }
.new-home .rank-item {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  background: #0d2026; backdrop-filter: blur(8px);
  border-radius: 6px; border: 1px solid var(--border);
  cursor: pointer; transition: border-color 0.15s, background 0.15s;
}
.new-home .rank-item:hover { border-color: rgba(255,255,255,0.2); background: #132b32; }
.new-home .rank-n { font-size: 20px; font-weight: 800; color: rgba(255,255,255,0.1); width: 22px; flex-shrink: 0; line-height: 1; }
.new-home .rank-n.t { color: var(--gold); }
.new-home .rank-thumb { width: 42px; height: 42px; border-radius: 5px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); }
.new-home .rank-thumb i { font-size: 16px; color: rgba(255,255,255,0.25); }
.new-home .rank-info { flex: 1; min-width: 0; }
.new-home .rank-title { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.88); line-height: 1.35; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.new-home .rank-sub { font-size: 10px; color: var(--text-dim); }
.new-home .rank-score { background: var(--gold); color: #000; font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 3px; flex-shrink: 0; }

/* SIDEBAR */
.new-home .widget {
  background: #0d2026; backdrop-filter: blur(10px);
  border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-bottom: 12px;
}
.new-home .widget-hdr {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-bottom: 1px solid var(--border);
  background: rgba(0,0,0,0.2);
}
.new-home .widget-dot { width: 7px; height: 7px; border-radius: 50%; }
.new-home .widget-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; }
.new-home .pop-item { display: flex; align-items: flex-start; gap: 8px; padding: 9px 14px; border-bottom: 1px solid var(--border); cursor: pointer; }
.new-home .pop-item:last-child { border-bottom: none; }
.new-home .pop-n { font-size: 18px; font-weight: 800; color: rgba(255,255,255,0.1); width: 18px; flex-shrink: 0; line-height: 1; }
.new-home .pop-n.t { color: var(--gold); }
.new-home .pop-title { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.8); line-height: 1.35; margin-bottom: 2px; }
.new-home .pop-cat { font-size: 9px; color: var(--text-dim); }
.new-home .platform-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 10px; }
.new-home .plat {
  background: rgba(0,0,0,0.25); border: 1px solid var(--border);
  border-radius: 6px; padding: 10px 6px;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  cursor: pointer; transition: border-color 0.15s;
}
.new-home .plat:hover { border-color: rgba(245,197,24,0.5); }
.new-home .picon { width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: #fff; }
.new-home .pname { font-size: 9px; font-weight: 500; color: var(--text-dim); }
.new-home .nl-body { padding: 14px; }
.new-home .nl-text { font-size: 11px; font-weight: 400; color: var(--text-muted); line-height: 1.5; margin-bottom: 10px; }
.new-home .nl-input {
  width: 100%; background: rgba(0,0,0,0.3); border: 1px solid var(--border);
  border-radius: 5px; padding: 8px 10px; color: #fff; font-size: 12px;
  outline: none; margin-bottom: 8px; font-family: 'Poppins', sans-serif;
}
.new-home .nl-input::placeholder { color: rgba(255,255,255,0.3); }
.new-home .nl-input:focus { border-color: rgba(245,197,24,0.5); }
.new-home .nl-btn {
  width: 100%; background: var(--gold); border: none; border-radius: 5px;
  color: #000; font-size: 11px; font-weight: 700; padding: 9px;
  cursor: pointer; font-family: 'Poppins', sans-serif; letter-spacing: 0.5px; text-transform: uppercase;
}
.new-home .nl-btn:hover { background: #ffd740; }

/* FOOTER */
.new-home .footer {
  background: rgba(0,0,0,0.5); backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: 18px 20px; margin-top: 10px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.new-home .footer-logo { font-size: 16px; font-weight: 800; color: #fff; }
.new-home .footer-logo span { color: var(--gold); }
.new-home .footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.new-home .footer-links a { font-size: 10px; font-weight: 500; color: rgba(255,255,255,0.35); text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; }
.new-home .footer-links a:hover { color: var(--gold); }

/* DROPDOWN (dark theme for Magazine menu) */
/* Magazine toggle button */
.new-home .mag-toggle {
  background: none; border: none; cursor: pointer;
  display: inline-flex; align-items: center;
  font-size: 11px; font-weight: 600; letter-spacing: 0.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  padding: 9px 16px; white-space: nowrap;
  border-bottom: 2px solid transparent; text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: color 0.15s;
}
.new-home .mag-toggle:hover { color: #fff; }
.new-home .mag-toggle.active { color: var(--gold); border-bottom-color: var(--gold); }

/* Magazine dropdown menu */
.new-home .mag-menu {
  left: 0; min-width: 190px;
}

/* Shared dropdown styles (admin gear + magazine) */
.new-home .hdr-admin-dd { position: relative; }
.new-home .hdr-magazine-dd { position: relative; display: flex; align-items: center; }
.new-home .hdr-dd-backdrop {
  position: fixed; inset: 0; z-index: 199;
}
.new-home .hdr-dd-menu {
  position: absolute; top: 100%; z-index: 200;
  background: #1a1a2e; border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px; min-width: 140px; padding: 6px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.new-home .hdr-admin-dd .hdr-dd-menu { right: 0; }
.new-home .hdr-dd-item {
  display: block; padding: 7px 14px; color: rgba(255,255,255,0.75);
  font-size: 12px; text-decoration: none; font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}
.new-home .hdr-dd-item:hover { background: rgba(255,255,255,0.08); color: #fff; }
.new-home .hdr-dd-divider {
  height: 1px; background: rgba(255,255,255,0.08); margin: 4px 8px;
}

/* Remove global reset that could break other pages */
.new-home * { box-sizing: border-box; }

/* gradients for thumbnails */
.new-home .g1 { background: linear-gradient(135deg,rgba(11,135,147,0.5),rgba(54,0,51,0.5)); }
.new-home .g2 { background: linear-gradient(135deg,rgba(54,0,51,0.6),rgba(100,0,90,0.6)); }
.new-home .g3 { background: linear-gradient(135deg,rgba(11,60,80,0.6),rgba(54,0,51,0.5)); }
.new-home .g4 { background: linear-gradient(135deg,rgba(0,80,60,0.5),rgba(11,135,147,0.4)); }
.new-home .g5 { background: linear-gradient(135deg,rgba(30,0,60,0.6),rgba(11,100,120,0.5)); }
.new-home .g6 { background: linear-gradient(135deg,rgba(80,40,0,0.5),rgba(54,0,51,0.5)); }

/* cat colors */
.new-home .c-cine  { color: var(--cat-cine); }  .new-home .b-cine  { background: rgba(255,107,107,0.8); }
.new-home .c-mus   { color: var(--cat-musica); }.new-home .b-mus   { background: rgba(192,132,252,0.8); }
.new-home .c-ser   { color: var(--cat-series); }.new-home .b-ser   { background: rgba(251,146,60,0.8); }
.new-home .c-tv    { color: var(--cat-tv); }    .new-home .b-tv    { background: rgba(96,165,250,0.8); }
.new-home .c-str   { color: var(--cat-streaming); }.new-home .b-str{ background: rgba(74,222,128,0.8); color: #000 !important; }
.new-home .c-pod   { color: var(--cat-podcast); }.new-home .b-pod  { background: rgba(167,139,250,0.8); }
.new-home .c-lib   { color: var(--cat-libros); }.new-home .b-lib   { background: rgba(52,211,153,0.8); color: #000 !important; }

/* ─── RESPONSIVE ─── */

/* Tablet landscape → 1024px */
@media (max-width: 1024px) {
  .new-home .cards4 { grid-template-columns: repeat(2, 1fr); }
  .new-home .hero { grid-template-columns: 1fr 260px; }
  .new-home .two-col { grid-template-columns: 1fr 210px; }
  .new-home .rank-grid { grid-template-columns: 1fr; }
}

/* Tablet portrait → 768px */
@media (max-width: 768px) {
  .new-home .hdr-top { padding: 10px 14px; gap: 10px; }
  .new-home .logo-text { font-size: 17px; }
  .new-home .hdr-search { max-width: none; flex: 1; }
  .new-home .btn-login { display: none; }
  .new-home .nav-link { padding: 9px 12px; font-size: 10px; }
  .new-home .hero { grid-template-columns: 1fr; }
  .new-home .hero-main { min-height: 280px; }
  .new-home .hero-side { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .new-home .hero-title { font-size: 20px; }
  .new-home .cards4 { grid-template-columns: repeat(2, 1fr); }
  .new-home .cards3 { grid-template-columns: repeat(2, 1fr); }
  .new-home .two-col { grid-template-columns: 1fr; }
  .new-home .rank-grid { grid-template-columns: 1fr; }
  .new-home .main-wrap { padding: 14px 12px; }
}

/* Mobile → 480px */
@media (max-width: 480px) {
  .new-home .hdr-top { padding: 8px 12px; flex-wrap: wrap; gap: 8px; }
  .new-home .logo { flex: 1; }
  .new-home .hdr-actions { order: 3; width: 100%; justify-content: flex-end; display: none; }
  .new-home .hdr-search { order: 2; flex: none; width: 100%; max-width: none; }
  .new-home .logo-text { font-size: 16px; }
  .new-home .logo-icon { width: 30px; height: 30px; font-size: 15px; }
  .new-home .nav-link { padding: 8px 10px; font-size: 10px; }
  .new-home .ticker { padding: 5px 10px; }
  .new-home .hero-main { min-height: 240px; }
  .new-home .hero-body { padding: 16px; }
  .new-home .hero-title { font-size: 17px; }
  .new-home .hero-badge { font-size: 9px; }
  .new-home .score-pill { font-size: 14px; }
  .new-home .hero-side { grid-template-columns: 1fr; }
  .new-home .side-item { padding: 10px 12px; }
  .new-home .cards4 { grid-template-columns: 1fr; }
  .new-home .cards3 { grid-template-columns: 1fr; }
  .new-home .card { display: grid; grid-template-columns: 120px 1fr; }
  .new-home .card-img { aspect-ratio: unset; height: 100%; min-height: 90px; }
  .new-home .card-img i { font-size: 22px; }
  .new-home .cat-badge { font-size: 8px; padding: 2px 5px; }
  .new-home .score-badge { font-size: 10px; padding: 2px 5px; }
  .new-home .card-title { font-size: 12px; }
  .new-home .section-title { font-size: 12px; }
  .new-home .main-wrap { padding: 12px 10px; }
  .new-home .section { margin-bottom: 20px; }
  .new-home .music-genre { display: none; }
  .new-home .rank-item { padding: 8px 10px; }
  .new-home .rank-n { font-size: 16px; width: 18px; }
  .new-home .rank-thumb { width: 36px; height: 36px; }
  .new-home .rank-title { font-size: 11px; }
  .new-home .platform-grid { grid-template-columns: repeat(3, 1fr); }
  .new-home .footer { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px; }
  .new-home .footer-links { gap: 10px; }
  .new-home .footer-links a { font-size: 9px; }
}

/* Mobile muy pequeño → 360px */
@media (max-width: 360px) {
  .new-home .hero-title { font-size: 15px; }
  .new-home .card { grid-template-columns: 100px 1fr; }
  .new-home .logo-text { font-size: 14px; }
}
