/* ============================================================
   Muasam.IO — Home Redesign CSS (052026)
   New classes only — does not override style.css globally
   ============================================================ */

/* ── TOPFOLD (above-the-fold hero replacement) ── */
.topfold {
  background: linear-gradient(135deg, #fff5f0 0%, #fff 50%, #f0f4ff 100%);
  padding: 32px 0 28px;
  position: relative;
  overflow: hidden;
}
.topfold::before {
  content: '';
  position: absolute; right: -80px; top: -40px;
  width: 360px; height: 360px;
  background: url('../Logo.png') center/contain no-repeat;
  opacity: 0.04;
  pointer-events: none;
}
.topfold-intro {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; margin-bottom: 14px; flex-wrap: wrap;
}
.topfold-intro h1 {
  font-size: 22px; font-weight: 800; line-height: 1.2; color: #1a1a2e;
}
.topfold-intro .gradient-text {
  background: linear-gradient(135deg, #ff6b35, #004e98);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topfold-stats {
  display: flex; gap: 18px; font-size: 12px; color: #666;
}
.topfold-stats span { display: inline-flex; align-items: center; gap: 6px; }
.topfold-stats strong { font-size: 16px; font-weight: 800; color: #ff6b35; }
.topfold-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  align-items: stretch;
}

/* ── HOT BANNER ── */
.rd-hot-banner {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.10);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.rd-hot-banner-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #e8ecf1;
}
.rd-hot-banner-header h2 {
  font-size: 16px; font-weight: 800; color: #1a1a2e;
  display: flex; align-items: center; gap: 8px; margin: 0;
}
.rd-hot-banner-header h2 i { color: #ff6b35; }
.rd-hot-banner-tabs { display: flex; gap: 4px; }
.rd-hot-banner-tabs button {
  padding: 6px 14px; font-size: 12px; font-weight: 600;
  color: #666; border-radius: 50px;
  border: 1px solid #e8ecf1; background: white;
  transition: all 0.2s; cursor: pointer;
}
.rd-hot-banner-tabs button:hover { color: #ff6b35; border-color: #ff6b35; }
.rd-hot-banner-tabs button.active { background: #ff6b35; color: white; border-color: #ff6b35; }

.rd-hot-carousel { position: relative; flex: 1; overflow: hidden; min-height: 280px; }
.rd-hot-track {
  display: flex; transition: transform 0.5s ease; height: 100%;
  touch-action: pan-y; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none;
}
.rd-hot-slide {
  min-width: 100%; display: grid;
  grid-template-columns: 280px 1fr;
}
.rd-hot-slide-image {
  position: relative;
  background: linear-gradient(180deg, #fff8f2, #f7f8ff);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.rd-hot-slide-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.rd-hot-slide-image .pill-badge {
  position: absolute; top: 12px; left: 12px;
  background: linear-gradient(135deg, #ff4757, #ff6b81); color: white;
  font-size: 11px; font-weight: 800;
  padding: 5px 12px; border-radius: 50px;
  box-shadow: 0 4px 12px rgba(255,71,87,.35);
}
.rd-hot-slide-info { padding: 18px 20px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.rd-hot-slide-tag {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 50px;
}
.rd-hot-slide-tag--product { background: #fff1f0; color: #e74c3c; }
.rd-hot-slide-tag--blog { background: rgba(108,92,231,.10); color: #6c5ce7; }
.rd-hot-slide-title {
  font-size: 17px; font-weight: 800; color: #1a1a2e; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; margin: 0;
}
.rd-hot-slide-rating { font-size: 12px; color: #f39c12; display: flex; align-items: center; gap: 4px; }
.rd-hot-slide-rating em { color: #666; font-style: normal; font-weight: 600; margin-left: 4px; }
.rd-hot-slide-prices {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  background: linear-gradient(135deg, #fff8f0, #fff);
  padding: 8px 12px; border-radius: 12px;
}
.rd-price-current { font-size: 22px; font-weight: 900; color: #e55a2b; font-variant-numeric: tabular-nums; }
.rd-price-original { font-size: 13px; color: #b2bec3; text-decoration: line-through; }
.rd-price-save { font-size: 11px; font-weight: 700; color: #2ecc71; background: #e6fff7; padding: 3px 9px; border-radius: 50px; }
.rd-hot-slide-ctas { display: flex; gap: 8px; }
.rd-hot-cta {
  flex: 1; position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 14px; font-size: 13px; font-weight: 700;
  border-radius: 8px; color: white; text-decoration: none;
}
.rd-hot-cta--shopee { background: linear-gradient(135deg, #ee4d2d, #ff6b35); }
.rd-hot-cta--tiktok { background: linear-gradient(135deg, #010101, #333); }
.rd-hot-cta.is-cheapest { box-shadow: 0 0 0 2px #ffc857, 0 4px 16px rgba(0,0,0,.15); }
.rd-hot-cta.is-cheapest::after {
  content: '👑 Rẻ nhất';
  position: absolute; top: -10px; right: -8px;
  background: #ffc857; color: #1a1a2e;
  font-size: 10px; font-weight: 800;
  padding: 2px 8px; border-radius: 50px;
}
.rd-hot-slide-excerpt {
  font-size: 13px; color: #666; line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.rd-blog-meta { display: flex; align-items: center; gap: 10px; font-size: 11px; color: #999; }
.rd-blog-cta {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px; font-size: 13px; font-weight: 700;
  background: #6c5ce7; color: white;
  border-radius: 50px; text-decoration: none; transition: all 0.2s;
}
.rd-blog-cta:hover { background: #5849d6; transform: translateY(-1px); }
.rd-hot-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.95);
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
  color: #1a1a2e; font-size: 14px; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 2;
}
.rd-hot-arrow.prev { left: 12px; }
.rd-hot-arrow.next { right: 12px; }
.rd-hot-arrow:hover { color: #ff6b35; }
.rd-hot-dots {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; padding: 6px 10px;
  background: rgba(255,255,255,.85); border-radius: 50px; z-index: 2;
}
.rd-hot-dots .dot { width: 7px; height: 7px; border-radius: 50%; background: #d8dde6; transition: all 0.3s; cursor: pointer; }
.rd-hot-dots .dot.active { background: #ff6b35; width: 22px; border-radius: 4px; }

/* ── LIVE RAIL ── */
.rd-live-rail {
  background: linear-gradient(160deg, #1a1a2e 0%, #2d1b3f 60%, #4a2147 100%);
  border-radius: 16px;
  padding: 16px 14px 18px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative; overflow: hidden; color: white;
}
.rd-live-rail::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(255,59,48,.18), transparent 55%);
  pointer-events: none;
}
.rd-live-rail-header {
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 1;
}
.rd-live-rail-header h3 {
  font-size: 14px; font-weight: 800; margin: 0;
  display: inline-flex; align-items: center; gap: 8px; color: white;
}
.rd-live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 0 0 rgba(255,59,48,.7);
  animation: rdLivePulse 1.6s infinite;
  display: inline-block;
}
@keyframes rdLivePulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,59,48,.65); }
  70%  { box-shadow: 0 0 0 9px rgba(255,59,48,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,59,48,0); }
}
.rd-live-rail-header a { font-size: 11px; color: rgba(255,255,255,.65); display: inline-flex; align-items: center; gap: 4px; }
.rd-live-rail-header a:hover { color: white; }
.rd-live-stack { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.rd-live-card {
  display: grid; grid-template-columns: 86px 1fr;
  gap: 12px; padding: 10px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px; transition: all 0.4s ease; align-items: center;
}
.rd-live-card:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.rd-live-card.is-incoming { animation: rdLiveSlideIn 0.6s cubic-bezier(0.2,0.8,0.2,1); }
@keyframes rdLiveSlideIn {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.rd-live-thumb {
  position: relative; width: 86px; height: 110px;
  border-radius: 8px; overflow: hidden; background: #2a2a3e;
}
.rd-live-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rd-live-thumb .badge-live {
  position: absolute; top: 6px; left: 6px;
  background: #ff3b30; color: white;
  font-size: 9px; font-weight: 800;
  padding: 2px 6px; border-radius: 4px; letter-spacing: .05em;
  display: inline-flex; align-items: center; gap: 3px;
}
.rd-live-thumb .badge-live::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: white; animation: rdLivePulse 1.6s infinite;
}
.rd-live-thumb .viewers {
  position: absolute; bottom: 6px; right: 6px;
  background: rgba(0,0,0,.6); color: white;
  font-size: 10px; font-weight: 600;
  padding: 2px 6px; border-radius: 4px;
  display: inline-flex; align-items: center; gap: 3px;
}
.rd-live-info { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.rd-live-title {
  font-size: 12.5px; font-weight: 700; color: white; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.rd-live-host { font-size: 11px; color: rgba(255,255,255,.6); display: inline-flex; align-items: center; gap: 5px; }
.rd-live-host .ai-pill { background: rgba(105,201,208,.18); color: #ffc857; font-size: 9px; font-weight: 800; padding: 1px 6px; border-radius: 4px; }
.rd-live-cta {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 10px; background: #ff3b30; color: white;
  font-size: 10px; font-weight: 800; border: none; cursor: pointer;
  border-radius: 50px; text-decoration: none;
}
.rd-live-rail-progress {
  height: 2px; background: rgba(255,255,255,.1);
  border-radius: 2px; overflow: hidden; position: relative; z-index: 1;
}
.rd-live-rail-progress span {
  display: block; height: 100%;
  background: linear-gradient(90deg, #ff3b30, #ffc857);
  width: 0%; animation: rdLiveProgress 5s linear infinite;
}
@keyframes rdLiveProgress { from { width: 0%; } to { width: 100%; } }

/* ── MOBILE FLASH BANNER ── */
.rd-mflash {
  background: linear-gradient(180deg, #ff6b35 0%, #ff8c5a 100%);
  padding: 8px 0 6px;
  margin-top: 56px;
}
.rd-mflash-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 14px 10px; color: white;
}
.rd-mflash-label { font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; letter-spacing: .04em; }
.rd-mflash-label i { color: #ffc857; }
.rd-mflash-all { font-size: 12px; color: rgba(255,255,255,.95); font-weight: 600; text-decoration: none; }
.rd-mflash-viewport { overflow: hidden; }
/* touch-action: pan-y → tell iOS Safari we'll handle horizontal swipes
   ourselves (in JS), but let it keep vertical page scroll. Without this,
   iOS fights our swipe handler and the banner stops responding to touch.
   -webkit-user-select prevents the iOS long-press selection callout. */
.rd-mflash-track {
    display: flex;
    transition: transform 0.5s ease;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.rd-mflash-cell { min-width: 100%; padding: 0 14px; }
.rd-mflash-slide { position: relative; }
.rd-mflash-off {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  background: #e74c3c; color: white;
  font-size: 11px; font-weight: 800;
  padding: 4px 10px; border-radius: 50px;
  box-shadow: 0 4px 12px rgba(231,76,60,.30);
}
.rd-mflash-off--blog { background: #6c5ce7; }
.rd-mflash-image {
  background: white; border-top-left-radius: 16px; border-top-right-radius: 16px;
  aspect-ratio: 16/10; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.rd-mflash-image img { width: 100%; height: 100%; object-fit: cover; }
.rd-mflash-card {
  background: white; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px;
  padding: 10px 14px; display: flex; flex-direction: column; gap: 8px;
}
.rd-mflash-title { font-size: 16px; font-weight: 800; line-height: 1.3; text-align: center; color: #1a1a2e; margin: 0; }
.rd-mflash-rating { font-size: 13px; color: #f39c12; text-align: center; }
.rd-mflash-prices { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.rd-mflash-price { font-size: 26px; font-weight: 900; color: #e55a2b; font-variant-numeric: tabular-nums; }
.rd-mflash-price-old { font-size: 14px; color: #b2bec3; text-decoration: line-through; }
/* Flex (not grid) so a single-button row can be centred. Each button takes
   an equal share; when alone, the :only-child rule below narrows + centres it. */
.rd-mflash-ctas { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 10px; }
.rd-mflash-cta {
  position: relative; flex: 1 1 0; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 8px; border-radius: 12px; color: white; font-weight: 700; text-decoration: none;
}
/* Single CTA → centre instead of stretching half-width. */
.rd-mflash-ctas .rd-mflash-cta:only-child { flex: 0 1 auto; min-width: 60%; max-width: 80%; margin: 0 auto; }
.rd-mflash-cta i { font-size: 18px; }
.rd-mflash-cta > div { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.rd-mflash-cta .cta-label { font-size: 11px; font-weight: 700; opacity: .9; }
.rd-mflash-cta .cta-price { font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; }
.rd-mflash-cta--shopee { background: linear-gradient(135deg, #ff7a4a, #ee4d2d); }
.rd-mflash-cta--tiktok { background: #010101; }
.rd-mflash-cta.is-cheapest { box-shadow: 0 0 0 2px #ffc857; }
/* Crown badge sits in the top-right corner of the button (not above center).
   Slight overhang so it reads as a sticker on the button. */
.rd-cheap-crown {
  position: absolute; top: -8px; right: -6px;
  background: #ffc857; color: #1a1a2e;
  font-size: 10px; font-weight: 800; padding: 3px 10px; border-radius: 50px; white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.rd-mflash-blog-tag { align-self: flex-start; font-size: 10px; font-weight: 800; color: #6c5ce7; background: rgba(108,92,231,.10); padding: 3px 10px; border-radius: 50px; letter-spacing: .04em; text-transform: uppercase; }
.rd-mflash-excerpt { font-size: 13px; color: #666; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.rd-mflash-blog-meta { display: flex; gap: 8px; font-size: 11px; color: #999; }
.rd-mflash-blog-cta { align-self: stretch; padding: 11px; background: #6c5ce7; color: white; font-weight: 700; font-size: 13px; text-align: center; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; text-decoration: none; }
.rd-mflash-slide--blog .rd-mflash-title { text-align: left; font-size: 15px; }
.rd-mflash-dots { display: flex; justify-content: center; gap: 5px; padding: 12px 0 4px; }
.rd-mdot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.45); transition: all 0.3s; cursor: pointer; }
.rd-mdot.active { background: white; width: 18px; border-radius: 3px; }

/* ── MOBILE LIVE RAIL ── */
.rd-mlive {
  background: linear-gradient(160deg, #1a1a2e 0%, #2d1b3f 60%, #4a2147 100%);
  padding: 14px 0 16px; color: white;
}
.rd-mlive-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 14px 10px;
}
.rd-mlive-header h3 { font-size: 14px; font-weight: 800; margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.rd-mlive-header a { font-size: 12px; color: rgba(255,255,255,.65); text-decoration: none; }
.rd-mlive-track {
  display: flex; gap: 10px; overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 14px 4px;
}
.rd-mlive-track::-webkit-scrollbar { display: none; }
.rd-mlive-card {
  flex: 0 0 130px; scroll-snap-align: start;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column;
}
.rd-mlive-thumb { position: relative; aspect-ratio: 9/13; background: #2a2a3e; overflow: hidden; }
.rd-mlive-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rd-mlive-thumb .badge-live {
  position: absolute; top: 6px; left: 6px;
  background: #ff3b30; color: white; font-size: 9px; font-weight: 800;
  padding: 2px 6px; border-radius: 4px;
  display: inline-flex; align-items: center; gap: 3px;
}
.rd-mlive-thumb .badge-live::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: white; animation: rdLivePulse 1.6s infinite; }
.rd-mlive-thumb .viewers {
  position: absolute; bottom: 6px; right: 6px;
  background: rgba(0,0,0,.6); color: white; font-size: 10px; font-weight: 600;
  padding: 2px 6px; border-radius: 4px;
  display: inline-flex; align-items: center; gap: 3px;
}
.rd-mlive-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: #ff3b30; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; box-shadow: 0 4px 12px rgba(0,0,0,.30);
}
.rd-mlive-info { padding: 8px 9px 10px; display: flex; flex-direction: column; gap: 4px; }
.rd-mlive-title { font-size: 11.5px; font-weight: 700; line-height: 1.3; color: white; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rd-mlive-host { font-size: 10px; color: rgba(255,255,255,.6); display: inline-flex; align-items: center; gap: 4px; }
.rd-mlive-host .ai-pill { background: rgba(105,201,208,.18); color: #ffc857; font-size: 9px; font-weight: 800; padding: 1px 5px; border-radius: 3px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .topfold-grid { grid-template-columns: 1fr; }
  .rd-live-rail { display: none !important; }
  .topfold-stats { display: none; }
  .topfold-intro h1 { font-size: 18px; }
}
@media (max-width: 600px) {
  .topfold { padding: 10px 0 16px; }
  .rd-hot-slide { grid-template-columns: 1fr; }
  .rd-hot-slide-image { aspect-ratio: 16/10; }
  .rd-hot-slide-info { padding: 14px; gap: 8px; }
  .rd-hot-slide-title { font-size: 15px; }
  .rd-price-current { font-size: 19px; }
  .rd-mflash .rd-mflash-prices {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1px;
  }
  .rd-mflash .rd-mflash-price,
  .rd-mflash .rd-mflash-price-old {
    display: block;
    margin: 0;
    text-align: center;
  }
  .rd-mflash .rd-mflash-cta {
    flex-direction: column;
    gap: 6px;
    padding: 10px 6px;
  }
  .rd-mflash .rd-mflash-cta .btn-stack__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    text-align: center;
    line-height: 1.1;
  }
  .rd-mflash .rd-mflash-cta .btn-stack__price-row {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 3px;
    width: 100%;
    line-height: 1;
  }
  .rd-mflash .rd-mflash-cta .btn-stack__price,
  .rd-mflash .rd-mflash-cta .btn-stack__orig {
    display: block;
    margin: 0;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .rd-mflash .rd-mflash-cta .btn-stack__price {
    font-size: clamp(13px, 3.7vw, 15px);
  }
  .rd-mflash .rd-mflash-cta .btn-stack__orig {
    font-size: 11px;
    opacity: .65;
  }
}

@media (max-width: 768px) {
  .topfold { display: none !important; }
}

/* ── HIDE OLD MOBILE SECTIONS ON DESKTOP ── */
@media (min-width: 769px) {
  /* New redesign mobile sections: always hidden on desktop (JS shows on mobile) */
  .rd-mflash, .rd-mlive { display: none !important; }
  /* Old mobile-home.js sections: hide on desktop */
  .mob-flash-section, #mobFlashDeals,
  .mob-quick-stats, #mobQuickStats,
  .mob-tab-nav, #mobTabNav,
  .mob-tab-content,
  .mob-compare-cta, #mobCompareCta,
  .mob-live-section, #mobLiveSection { display: none !important; }
}

/* ── APP BUTTONS (Responsive) ── */
.rd-app-btn {
  padding: 12px 20px; border-radius: 30px; font-size: 16px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; transition: transform 0.2s; width: 280px; box-sizing: border-box;
}
.rd-app-btn:active { transform: scale(0.96); }

@media (max-width: 768px) {
  .rd-app-btn { width: calc(50% - 10px); padding: 10px 12px; font-size: 13px; border-radius: 12px; }
  .dynamic-app-list { gap: 12px !important; padding: 0 14px; }
}
