/*
Theme Name: Rummy Nova
Theme URI: https://rummynova.com
Description: Bright gaming theme
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --mr-bg: #f0f4f8;
    --mr-panel: #ffffff;
    --mr-panel-2: #e8edf2;
    --mr-text: #1a1d28;
    --mr-muted: rgba(26, 29, 40, 0.65);
    --mr-gold: #e7b008;
    --mr-green: #22c55e;
    --mr-gold-soft: rgba(231, 176, 8, 0.3);
    --mr-border: rgba(0, 0, 0, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden !important; }

body {
    background: var(--mr-bg) !important;
    color: var(--mr-text) !important;
    font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

body a { text-decoration: none !important; }

.wp-site-blocks {
    background: linear-gradient(180deg, #f0f4f8, #e8f0e8 42%, #f0f4f8) !important;
    min-height: 100vh;
    color: var(--mr-text) !important;
}

.wp-site-blocks > main,
.wp-site-blocks main#wp--skip-link--target {
    margin: 0 !important; padding: 0 !important; max-width: none !important;
}

.wp-site-blocks main > .wp-block-group,
.entry-content,
.wp-block-post-content {
    margin: 0 !important; padding: 0 !important; max-width: none !important;
}

.entry-content > .mr-hero,
.wp-block-post-content > .mr-hero,
.entry-content > .mr-page-hero,
.wp-block-post-content > .mr-page-hero {
    position: relative !important; left: auto !important; width: 100% !important; max-width: none !important; margin: 0 !important;
}

.entry-content > .mr-section,
.wp-block-post-content > .mr-section {
    width: 100% !important; max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important;
}

.entry-content > .mr-article,
.wp-block-post-content > .mr-article {
    width: 100% !important; max-width: 900px !important; margin-left: auto !important; margin-right: auto !important;
}

.wp-block-post-title { display: none !important; }
.single-post .wp-block-post-featured-image { display: none !important; }
.wp-block-template-part { margin: 0 !important; }

/* ============================================
   HEADER
   ============================================ */
.mr-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 9999; height: 82px;
    border-bottom: 1px solid rgba(231, 176, 8, 0.35);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 1px 20px rgba(0,0,0,0.06);
}

.mr-header-inner {
    height: 82px; max-width: 1280px; margin: 0 auto; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}

.mr-brand {
    display: flex; align-items: center; gap: 12px;
    color: #1a1d28 !important; font-size: 20px; font-weight: 900; letter-spacing: -0.03em;
}

.mr-mark {
    display: block; width: 56px; height: 56px; border-radius: 16px; overflow: hidden;
    background: #8b0011;
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.42);
    flex: 0 0 auto;
}

.mr-mark img, .mr-mark svg { display: block; width: 100%; height: 100%; object-fit: cover; }

.mr-nav { display: flex; align-items: center; gap: 18px; }

.mr-nav a {
    border-radius: 999px; padding: 12px 16px;
    color: rgba(26, 29, 40, 0.7) !important;
    font-size: 14px; font-weight: 800; transition: 0.2s;
}

.mr-nav a:hover,
.mr-nav a[aria-current='page'] {
    background: rgba(231, 176, 8, 0.12);
    color: #b7791f !important;
}

.mr-button {
    display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
    border-radius: 999px; background: var(--mr-gold); color: #000 !important;
    padding: 0 28px; font-size: 14px; font-weight: 900;
    box-shadow: 0 4px 18px rgba(231, 176, 8, 0.4);
    transition: 0.2s;
}

.mr-button:hover { background: #f8d56b; transform: translateY(-1px); }

.mr-button-secondary {
    background: rgba(0,0,0,0.05); color: #1a1d28 !important;
    border: 1px solid rgba(0,0,0,0.12); box-shadow: none;
}
.mr-button-secondary:hover { background: rgba(0,0,0,0.08); }

.mr-button-apk {
    background: linear-gradient(180deg, #fff7c2 0%, #facc15 48%, #d97706 100%);
    color: #1f1300 !important;
    border: 1px solid rgba(254, 243, 199, 0.72);
    box-shadow: 0 8px 28px rgba(245, 158, 11, 0.35), inset 0 2px 0 rgba(255, 255, 255, 0.55);
}

.mr-button-disabled {
    cursor: not-allowed !important; pointer-events: none !important;
    opacity: 0.58 !important; box-shadow: none !important;
}

.mr-header .mr-button { min-height: 44px; padding: 0 22px; font-size: 13px; white-space: nowrap; }
.mr-header-actions { display: flex; align-items: center; gap: 12px; }

.mr-lang-switch {
    display: inline-flex; align-items: center; gap: 4px;
    border: 1px solid rgba(0,0,0,0.12); border-radius: 999px;
    background: rgba(0,0,0,0.03); padding: 4px;
}

.mr-lang-switch a {
    display: inline-flex; align-items: center; border-radius: 999px;
    background: transparent; color: rgba(26,29,40,0.6) !important;
    font-size: 12px; font-weight: 900; line-height: 1; min-height: 34px; padding: 0 12px; transition: 0.2s;
}

.mr-lang-switch a:hover,
.mr-lang-switch a.is-active {
    background: rgba(231, 176, 8, 0.22);
    color: #b7791f !important;
}

/* ============================================
   HERO
   ============================================ */
.mr-hero {
    position: relative; min-height: 760px; overflow: hidden;
    background: linear-gradient(135deg, #e8edf2, #f0f4f8);
}

.mr-hero::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, #dce3ea 0%, #f0f4f8 50%, #e2eaf0 100%);
    opacity: 1;
}

.mr-hero::after {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 74% 18%, rgba(34, 197, 94, 0.08), transparent 32%),
                radial-gradient(circle at 38% 92%, rgba(231, 176, 8, 0.1), transparent 30%);
    pointer-events: none;
}

.mr-hero-content {
    position: relative; z-index: 2; min-height: 760px; max-width: 1180px; margin: 0 auto;
    padding: 122px 32px 74px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}

.mr-hero-content br { display: none !important; }

.mr-hero h1 {
    margin: 0 !important; max-width: 1080px !important;
    background: linear-gradient(180deg, #b7791f 0%, #d9981a 48%, #e7b008 100%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent !important;
    font-size: clamp(40px, 4.8vw, 64px) !important;
    font-weight: 900 !important; line-height: 1.04 !important; letter-spacing: 0 !important;
}

.mr-title-line { display: inline; }

.mr-hero-subtitle {
    margin: 24px auto 0 !important; max-width: 980px;
    color: rgba(26, 29, 40, 0.78) !important;
    font-size: clamp(16px, 2vw, 24px) !important;
    font-weight: 700 !important; line-height: 1.45 !important;
}

.mr-hero-subtitle strong { color: #b7791f; }

.mr-hero-actions {
    margin-top: 34px; width: 100%; max-width: 860px;
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px;
}

.mr-hero-actions-single { max-width: 560px; grid-template-columns: 1fr; }

@keyframes mrPulse {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-1px) scale(1.018); }
}

.mr-hero-button {
    position: relative; animation: mrPulse 2.4s ease-in-out infinite;
    display: inline-flex; align-items: center; justify-content: center; min-height: 76px;
    border-radius: 999px; padding: 0 32px;
    font-size: clamp(20px, 2vw, 26px); font-weight: 900; line-height: 1.1; white-space: nowrap; transition: 0.2s;
}

.mr-hero-button:hover { transform: translateY(-5px) !important; }

.mr-hero-button-primary {
    background: #22c55e; color: #03130a !important;
    border: 1px solid rgba(187, 247, 208, 0.55);
    box-shadow: 0 12px 36px rgba(34, 197, 94, 0.35), inset 0 2px 0 rgba(255, 255, 255, 0.45);
}

.mr-hero-button-secondary {
    padding-right: 58px;
    background: linear-gradient(180deg, #fff7c2 0%, #facc15 48%, #d97706 100%);
    color: #1f1300 !important;
    border: 1px solid rgba(254, 243, 199, 0.72);
    box-shadow: 0 14px 40px rgba(245, 158, 11, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.58);
}

.mr-hero-button-icon { width: 30px; height: 30px; margin-right: 12px; line-height: 1; flex: 0 0 auto; }
.mr-hero-button-copy { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.mr-hero-button-main { display: block; }
.mr-hero-button-sub { display: block; margin-top: 8px; font-size: 14px; font-weight: 900; opacity: 0.72; }

.mr-hero-button-badge {
    position: absolute; top: 50%; right: 18px;
    display: inline-flex; width: 28px; height: 28px; transform: translateY(-50%);
    align-items: center; justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 999px;
    background: rgba(31, 19, 0, 0.86); color: #fff7c2;
    font-size: 0; font-weight: 900; line-height: 1; padding: 0;
}

.mr-hero-button-badge svg { width: 14px; height: 14px; flex: 0 0 auto; }

.mr-qr-card {
    border: 1px solid rgba(231, 176, 8, 0.3); border-radius: 24px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}

.mr-qr-card img {
    display: block; width: 112px; height: 112px; border-radius: 18px;
    background: #fff7c2; padding: 8px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mr-qr-copy { min-width: 0; text-align: left; }
.mr-qr-copy strong { display: block; color: #1a1d28; font-size: 17px; font-weight: 900; line-height: 1.15; }
.mr-qr-copy span { display: block; margin-top: 5px; color: rgba(26,29,40,0.55); font-size: 13px; font-weight: 700; }
.mr-hero-qr { margin-top: 24px; align-items: center; gap: 14px; padding: 14px 18px; }

/* ============================================
   SOCIAL FLOAT
   ============================================ */
.mr-social-float {
    position: fixed; right: 18px; top: 50%; z-index: 9998;
    display: flex; flex-direction: column; gap: 10px; transform: translateY(-50%);
    padding: 10px;
    border: 1px solid rgba(231, 176, 8, 0.35); border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}

.mr-social-button {
    display: grid; place-items: center; width: 46px; height: 46px;
    border: 1px solid rgba(231, 176, 8, 0.45); border-radius: 999px;
    background: linear-gradient(180deg, #fff, #f5f5f5);
    color: #b7791f !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}

.mr-social-button svg { width: 22px; height: 22px; display: block; fill: currentColor; }

.mr-social-button:hover {
    transform: translateY(-3px);
    border-color: rgba(250, 204, 21, 0.8);
    background: linear-gradient(180deg, rgba(231, 176, 8, 0.15), #fff);
    box-shadow: 0 8px 20px rgba(231, 176, 8, 0.2);
}

/* ============================================
   TRUST BAR
   ============================================ */
.mr-trust-bar {
    border-top: 1px solid rgba(231, 176, 8, 0.3);
    border-bottom: 1px solid rgba(231, 176, 8, 0.3);
    background: #fff;
}

.mr-trust-bar-inner {
    max-width: 1280px; margin: 0 auto; padding: 20px 32px;
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}

.mr-trust-cell {
    display: flex; align-items: center; gap: 16px;
    border: 1px solid rgba(0,0,0,0.06); border-radius: 20px;
    background: #fafbfc; padding: 18px;
}

.mr-trust-cell strong { display: block; color: #1a1d28; font-size: 16px; font-weight: 900; }
.mr-trust-cell span { font-size: 32px; }
.mr-trust-cell p { margin: 4px 0 0 !important; color: rgba(26,29,40,0.55); font-size: 14px; font-weight: 600; }

/* ============================================
   STATS
   ============================================ */
.mr-stats {
    overflow: hidden;
    border-bottom: 1px solid rgba(231, 176, 8, 0.25);
    background: #fafbfc;
}

.mr-stats-inner {
    max-width: 1120px; margin: 0 auto; padding: 24px 32px;
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; text-align: center;
}

.mr-stat {
    border: 1px solid rgba(231, 176, 8, 0.25); border-radius: 20px;
    background: linear-gradient(180deg, rgba(231, 176, 8, 0.06), rgba(34, 197, 94, 0.04));
    padding: 18px;
}

.mr-stat strong { display: block; color: #16a34a; font-size: 32px; font-weight: 900; }
.mr-stat span { display: block; margin-top: 4px; color: rgba(26,29,40,0.55); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }

/* ============================================
   SECTIONS & GRIDS
   ============================================ */
.mr-section { max-width: 1200px; margin: 0 auto; padding: 64px 32px; }

.mr-section h1, .mr-section h2, .mr-page-hero h1,
.mr-card h2, .mr-card h3, .mr-article h1, .mr-article h2 {
    color: #1a1d28 !important; font-weight: 900 !important;
    letter-spacing: -0.04em !important; line-height: 1.05 !important;
}

.mr-section h2 { font-size: 30px !important; margin: 0 0 12px !important; }

.mr-kicker {
    color: #b7791f; font-size: 12px; font-weight: 900;
    letter-spacing: 0.16em; text-transform: uppercase;
}

.mr-muted { color: var(--mr-muted) !important; line-height: 1.75 !important; }
.mr-grid { display: grid; gap: 24px; }
.mr-grid > br, .mr-grid > p:empty { display: none !important; }
.mr-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mr-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ============================================
   CARDS
   ============================================ */
.mr-card {
    border: 1px solid rgba(0,0,0,0.08); border-radius: 22px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    overflow: hidden; padding: 24px;
    transition: transform 0.28s, border-color 0.28s, box-shadow 0.28s;
}

.mr-card:hover {
    transform: translateY(-5px);
    border-color: rgba(231, 176, 8, 0.55);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.mr-download-card:hover {
    transform: none;
}

.mr-card img:not([src*="download-qr.png"]):not([src*="api.qrserver.com"]),
.mr-card > div:first-child:not(.mr-download-qr) {
    width: 100%; height: 200px; object-fit: cover;
    margin: -24px -24px 20px !important; max-width: calc(100% + 48px) !important;
    transition: transform 0.45s ease;
}

.mr-card:hover img:not([src*="download-qr.png"]):not([src*="api.qrserver.com"]),
.mr-card:hover > div:first-child:not(.mr-download-qr) { transform: scale(1.05); }

.mr-download-qr img,
.mr-card img[src*="download-qr.png"],
.mr-card:hover img[src*="download-qr.png"],
.mr-card img[src*="api.qrserver.com"],
.mr-card:hover img[src*="api.qrserver.com"] {
    display: block;
    width: 130px !important;
    height: 130px !important;
    max-width: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

.mr-card > .mr-download-qr,
.mr-card:hover > .mr-download-qr,
.mr-download-card > .mr-download-qr,
.mr-download-card:hover > .mr-download-qr,
.mr-card > div:first-child:has(img[src*="api.qrserver.com"]),
.mr-card:hover > div:first-child:has(img[src*="api.qrserver.com"]) {
    display: grid !important;
    place-items: center !important;
    width: 148px !important;
    height: 148px !important;
    max-width: 148px !important;
    margin: 0 auto 20px !important;
    overflow: visible !important;
    transform: none !important;
}

.mr-card h3 a { color: #1a1d28 !important; }
.mr-card h3 { font-size: 18px !important; margin: 0 0 8px !important; }
.mr-card p { color: rgba(26,29,40,0.6); font-size: 14px; line-height: 1.65; margin: 0 !important; }
.mr-card-link { display: inline-flex; margin-top: 10px; color: #b7791f !important; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }

/* ============================================
   STEPS
   ============================================ */
.mr-steps {
    display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center; gap: 16px;
}

.mr-step {
    border: 1px solid rgba(0,0,0,0.06); border-radius: 24px;
    background: #fff; padding: 26px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
}

.mr-step-label {
    display: inline-flex; border-radius: 999px;
    background: linear-gradient(135deg, #e7b008, #facc15);
    color: #1f1300; padding: 8px 14px; font-size: 12px; font-weight: 900;
    text-transform: uppercase; letter-spacing: 0.12em;
}

.mr-step h3 { margin: 18px 0 8px !important; color: #1a1d28 !important; font-size: 24px !important; font-weight: 900 !important; }
.mr-step p { margin: 0 !important; color: rgba(26,29,40,0.6); line-height: 1.75; }
.mr-step-arrow { display: grid; place-items: center; color: rgba(231, 176, 8, 0.7); font-size: 32px; }

/* ============================================
   VIDEO
   ============================================ */
.mr-video-feature { width: 100%; }

.mr-video-head {
    display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px;
}

.mr-video-head h2 { margin: 0 !important; }

.mr-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }

.mr-video-frame {
    border: 1px solid rgba(0,0,0,0.06); border-radius: 22px;
    background: #fff; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
    transition: transform 0.28s, border-color 0.28s;
}

.mr-video-frame:hover { transform: translateY(-5px); border-color: rgba(231, 176, 8, 0.55); }

.mr-video-body { padding: 18px 20px; }
.mr-video-body h3 { margin: 0 0 6px !important; font-size: 18px !important; }
.mr-video-body h3 a { color: #1a1d28 !important; }
.mr-video-meta { color: rgba(26,29,40,0.45); font-size: 13px; font-weight: 600; }

/* ============================================
   FAQ
   ============================================ */
.mr-faq { max-width: 960px; }

.mr-faq-list {
    margin-top: 28px; border: 1px solid rgba(0,0,0,0.08);
    border-radius: 24px; background: #fff; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.03);
}

.mr-faq details {
    padding: 22px 26px; border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mr-faq details:last-child { border-bottom: 0; }
.mr-faq summary { cursor: pointer; color: #1a1d28; font-size: 18px; font-weight: 900; }
.mr-faq p { color: rgba(26,29,40,0.6); line-height: 1.75; margin: 12px 0 0 !important; }

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.mr-page-hero {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 148px 40px 76px;
    background: linear-gradient(135deg, #e8edf2, #f0f4f8);
}

.mr-page-hero-inner { max-width: 960px; margin: 0 auto; }
.mr-page-hero h1 { font-size: clamp(36px, 5vw, 60px) !important; margin: 0 0 20px !important; color: #1a1d28 !important; }
.mr-page-hero p { max-width: 780px; color: rgba(26,29,40,0.6); font-size: 17px; line-height: 1.75; margin: 0 !important; }

/* ============================================
   ARTICLE
   ============================================ */
.mr-article {
    max-width: 860px; margin: 0 auto; padding: 64px 40px;
    color: rgba(26,29,40,0.75); font-size: 16.5px; line-height: 1.85;
}

.mr-article h1 { font-size: clamp(34px, 5vw, 56px) !important; color: #1a1d28 !important; margin: 0 0 20px !important; }
.mr-article h2 { font-size: 26px !important; color: #1a1d28 !important; margin: 34px 0 12px !important; }
.mr-article h3 { font-size: 20px !important; color: #1a1d28 !important; margin: 24px 0 8px !important; }
.mr-article p { margin: 0 0 16px !important; }
.mr-article ul, .mr-article ol { margin: 0 0 16px !important; padding-left: 24px; }
.mr-article li { margin-bottom: 8px; }

/* ============================================
   FOOTER
   ============================================ */
.mr-footer {
    border-top: 1px solid rgba(231, 176, 8, 0.3);
    background: #1a1d28; padding: 48px 32px 32px;
}

.mr-footer-inner { max-width: 1200px; margin: 0 auto; }

.mr-footer-links {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; margin-bottom: 32px;
}

.mr-footer-links strong { display: block; color: #fff; font-size: 16px; font-weight: 900; margin-bottom: 12px; }
.mr-footer-links a { display: block; color: rgba(255,255,255,0.6) !important; font-size: 14px; font-weight: 600; padding: 6px 0; transition: color 0.2s; }
.mr-footer-links a:hover { color: #facc15 !important; }
.mr-footer-email { color: rgba(255,255,255,0.5); font-size: 14px; }
.mr-footer-email a { color: #facc15 !important; }

.mr-copy {
    text-align: center; color: rgba(255,255,255,0.4); font-size: 13px; font-weight: 600;
    padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
}

.mr-compliance-badges {
    display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 18px;
}

.mr-age-note {
    text-align: center; color: rgba(255,255,255,0.4); font-size: 12px; font-weight: 600; margin-bottom: 18px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .mr-nav { display: none; }
    .mr-steps { grid-template-columns: 1fr; gap: 12px; }
    .mr-step-arrow { transform: rotate(90deg); }
    .mr-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mr-hero-actions { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .mr-header-inner { padding: 0 20px; }
    .mr-hero-content { padding: 100px 20px 50px; min-height: auto; }
    .mr-hero { min-height: auto; }
    .mr-hero h1 { font-size: 32px !important; }
    .mr-hero-subtitle { font-size: 16px !important; }
    .mr-trust-bar-inner, .mr-stats-inner { grid-template-columns: 1fr; }
    .mr-grid-2, .mr-grid-3 { grid-template-columns: 1fr; }
    .mr-video-grid { grid-template-columns: 1fr; }
    .mr-section { padding: 40px 20px; }
    .mr-page-hero { padding: 120px 20px 50px; }
    .mr-page-hero h1 { font-size: 28px !important; }
    .mr-article { padding: 40px 20px; }
    .mr-article h1 { font-size: 28px !important; }
    .mr-social-float { display: none; }
    .mr-footer { padding: 32px 20px 24px; }
    .mr-video-head { flex-direction: column; align-items: flex-start; }
}
