:root {
    --bg-color: #0f1013;
    --card-bg: #1a1b20;
    --accent-gold: #ffbe0f;
    --accent-gold-hover: #e0a70d;
    --text-light: #ffffff;
    --text-muted: #a0a0a0;
    --success-green: #00d26a;
    --warning-yellow: #ffb800;
    --danger-red: #f23645;
    --accent-gradient: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: var(--bg-color);
    color: var(--text-light);
}

img {
    -webkit-user-drag: none;
    user-drag: none;
}

body {
    background-color: var(--bg-color);
    color: var(--text-light);
    line-height: 1.6;
    min-height: 100vh;
    padding-bottom: 80px;
    background-image: radial-gradient(circle at 50% 0%, #2a1b15 0%, #0f1013 70%);
}

/* Header */
header {
    background: rgba(26, 27, 32, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}
.logo-container h1 {
    color: var(--accent-gold);
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-container span {
    color: var(--text-light);
}

.live-time {
    font-size: 0.9rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background-color: var(--danger-red);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

/* Controls Section */
.controls-section {
    background: linear-gradient(180deg, #2a1b15 0%, #1a120f 100%);
    margin: 1.5rem auto;
    max-width: 1200px;
    border-radius: 1.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}

/* Header Main Bar Bar */
.header-main-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.header-center {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.header-right {
    margin-left: auto;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Slots Badge */
.slots-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.8rem;
    padding: 0.6rem 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    height: 48px;
    flex-shrink: 0;
}

.slots-badge img {
    width: 24px;
    height: 24px;
}

/* Vertical Separator */
@media (min-width: 769px) {
    .header-left::after {
        content: "";
        width: 2px;
        height: 32px;
        background: rgba(255, 255, 255, 0.1);
        margin: 0 10px;
    }
}

/* Category Info */
.category-info {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.cat-icon-wrapper {
    width: 48px;
    height: 48px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.cat-icon-wrapper img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.cat-text h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 0px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
}

.cat-subtext {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
    font-weight: 500;
}

.game-count-badge {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    border: none;
}

/* Global Search */
.global-search-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    padding: 0.7rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    max-width: 350px;
}

.global-search-wrapper input {
    background: none;
    border: none;
    color: #fff;
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    outline: none;
}

.global-search-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.search-icon {
    font-size: 1.1rem;
    opacity: 0.4;
}

/* Provider Filter */
.provider-filter {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.provider-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); /* Matched to button width */
    gap: 1.5rem;
    max-height: 280px; /* Slightly increased for more space */
    overflow-y: auto;
    padding: 15px 10px 15px 10px; /* Added vertical padding to prevent hover clipping */
}

/* Custom Scrollbar for Provider Grid */
.provider-grid-wrapper::-webkit-scrollbar {
    width: 4px;
}

.provider-grid-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.filter-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.filter-btn span {
    color: rgba(255,255,255,0.4);
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 110px; /* Increased from 90px to prevent truncation of "No Limit City" */
}

.provider-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.provider-icon-wrapper img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(1) opacity(0.4);
    transition: all 0.3s ease;
}

.filter-btn:hover .provider-icon-wrapper,
.filter-btn.active .provider-icon-wrapper {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ff7e5f;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 126, 95, 0.3);
}

.filter-btn:hover img,
.filter-btn.active img {
    filter: grayscale(0) opacity(1);
}

.filter-btn.active span {
    color: #fff;
    font-weight: 800;
}

/* Badges on Buttons */
.btn-badge {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background: #111;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    z-index: 5;
}

.btn-badge.trophy {
    color: #ffbe0f;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-color: #4ade80;
}

/* Game Grid */
.game-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
}

.game-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 126, 95, 0.3);
}

.game-image {
    width: 100%;
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hot-badge, .new-badge {
    position: absolute;
    top: 12px;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    text-transform: uppercase;
}

.hot-badge {
    right: 12px;
    background: linear-gradient(45deg, #ff3c00, #ff8c00);
    color: #fff;
}

.new-badge {
    left: 12px;
    background: linear-gradient(45deg, #0072ff, #00c6ff);
    color: #fff;
}

.game-info {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

.game-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* RTP Styles */
.rtp-bar-bg {
    width: 100%;
    height: 14px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.rtp-bar-fill {
    height: 100%;
    transition: width 1.5s cubic-bezier(0.1, 0, 0.1, 1);
}

.rtp-high .rtp-bar-fill { background: linear-gradient(90deg, #10b981, #34d399); } /* Vivid Green */
.rtp-medium .rtp-bar-fill { background: linear-gradient(90deg, #f59e0b, #fbbf24); } /* Warm Orange/Yellow */
.rtp-low .rtp-bar-fill { background: linear-gradient(90deg, #ef4444, #f87171); } /* Urgent Red */

/* Buttons */
.btn-play {
    display: block;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    border-radius: 12px;
    text-transform: uppercase;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 126, 95, 0.2);
}

.btn-play:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 126, 95, 0.4);
}

/* Global Navigation Dock */
.nav-dock {
    position: fixed;
    z-index: 2000;
    display: flex;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dock-container {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
}

.dock-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    flex: 1;
}

.dock-item span {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

.dock-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dock-icon img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.dock-item:hover, .dock-item:active {
    color: #fff;
}

.dock-item:hover .dock-icon img {
    opacity: 1;
    transform: scale(1.1);
}

/* Center Masuk Button (Glow Effect) */
.dock-masuk-wrapper {
    position: relative;
    top: -15px;
    z-index: 5;
}

.dock-masuk-btn {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #222 0%, #000 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5), inset 0 0 10px rgba(255, 0, 0, 0.3);
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

.dock-masuk-btn img {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.5));
}

.dock-item:hover .dock-masuk-btn {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.8), inset 0 0 15px rgba(255, 0, 0, 0.5);
    border-color: #ff4d4d;
}

/* Desktop Sidebar Mode */
@media (min-width: 1025px) {
    .nav-dock {
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
    }

    .dock-container {
        flex-direction: column;
        border-radius: 4rem;
        padding: 2.5rem 0.6rem;
        width: 80px;
        gap: 1.8rem;
    }

    .dock-masuk-wrapper {
        top: 0;
        margin: 0.5rem 0;
    }

    .dock-masuk-btn {
        width: 60px;
        height: 60px;
    }
}

/* Mobile Bottom Bar Mode */
@media (max-width: 1024px) {
    .nav-dock {
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 0;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0 10px;
    }

    .dock-container {
        flex-direction: row; /* Force horizontal on mobile */
        border-radius: 3rem;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        height: 65px;
        padding: 0 5px;
        gap: 0; /* Use space-around/between */
    }

    .dock-item {
        padding-top: 5px;
    }

    .dock-masuk-wrapper {
        top: -18px; /* Lift the center button up */
    }
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 15px rgba(255, 0, 0, 0.5); }
    50% { box-shadow: 0 0 30px rgba(255, 0, 0, 0.8); }
    100% { box-shadow: 0 0 15px rgba(255, 0, 0, 0.5); }
}

.dock-masuk-btn {
    animation: pulse-red 2s infinite;
}

/* Premium Pola Style for Gacor Games */
.premium-pola {
    background: #111a11; /* Dark aesthetic background */
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.jam-gacor-header {
    text-align: center;
    color: #ffd700; /* Distinctive Yellow/Gold */
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pola-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pola-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pola-label {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
}

.pola-dots {
    display: flex;
    gap: 8px;
}

.pola-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
}

.pola-dot.green {
    background: #10b981;
}

.pola-dot.red {
    background: #ef4444;
}

/* Locked / Forbidden State for Red RTP */
.game-details.locked {
    background: rgba(255, 0, 0, 0.05);
    border: 1px dashed rgba(255, 0, 0, 0.3);
    border-radius: 0.8rem;
    padding: 0.8rem;
    margin-top: 0.5rem;
    text-align: center;
}

.locked-warning {
    color: #ff4d4d;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.4;
}

.locked-warning span {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.btn-play.forbidden {
    background: #333;
    color: #888;
    cursor: not-allowed;
    border: 1px solid #444;
    pointer-events: none;
    box-shadow: none;
}

.game-card.card-locked {
    filter: grayscale(0.5);
    opacity: 0.9;
}

.game-card.card-locked:hover {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.5; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* Loading & States */
.loading-spinner, .no-games {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem;
    color: var(--text-muted);
    font-size: 1.3rem;
    font-weight: 700;
}

/* Responsive Implementation */
@media (max-width: 1024px) {
    .header-main-bar { flex-direction: column; gap: 1.5rem; align-items: stretch; }
    .header-center { order: -1; }
    .header-left, .header-right { display: flex; justify-content: center; }
}

@media (max-width: 768px) {
    .controls-section { margin: 0.5rem; padding: 0.8rem; border-radius: 1rem; }
    
    /* Reordered Mobile Header */
    .header-main-bar { 
        display: flex; 
        flex-direction: column;
        gap: 0.8rem; 
        align-items: stretch;
        text-align: left;
    }
    
    .header-center { order: 1; margin: 0; }
    .header-left { order: 2; display: flex; align-items: center; justify-content: space-between; }
    .header-right { order: 3; width: 100%; margin: 0; }
    
    .category-info { 
        justify-content: flex-start; 
        gap: 0.8rem; 
        background: rgba(255,255,255,0.03);
        padding: 1rem;
        border-radius: 1rem;
        border: 1px solid rgba(255,255,255,0.08);
        width: 100%;
        box-sizing: border-box;
    }

    .slots-badge { padding: 6px 12px; height: 36px; }
    .slots-badge img { width: 16px; height: 16px; }
    .slots-badge span { font-size: 0.8rem; }

    .global-search-wrapper { 
        padding: 0.6rem 1rem; 
        width: 100%; 
        box-sizing: border-box;
        box-shadow: none; 
        border: 1px solid rgba(255,255,255,0.1); 
        background: rgba(0,0,0,0.2);
    }
    
    .cat-icon-wrapper { width: 40px; height: 40px; }
    .cat-icon-wrapper img { width: 24px; height: 24px; }
    .cat-text h2 { font-size: 1.1rem; margin: 0; font-weight: 800; }
    
    #currentCatDesc { display: none; }
    .cat-subtext { flex-direction: row; align-items: center; gap: 8px; font-size: 0.75rem; color: rgba(255,255,255,0.5); }
    .game-count-badge { padding: 2px 8px; font-size: 0.7rem; background: rgba(255,255,255,0.1); }
    
    /* Provider Scroll Restored & Density Refined */
    .provider-filter { padding-top: 1rem; }
    .provider-grid-wrapper { 
        display: flex;
        flex-wrap: nowrap;
        gap: 0.8rem;
        padding-bottom: 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .filter-btn { flex: 0 0 110px; } /* Increased from 90px */
    .provider-icon-wrapper { width: 48px; height: 48px; }
    .provider-icon-wrapper img { width: 24px; height: 24px; }
    .filter-btn span { font-size: 0.65rem; margin-top: 4px; width: 105px; } /* Increased from 85px */
    
    .game-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.8rem; padding: 0 0.5rem; }
}

/* Production Polish */
.brand-logo {
    height: 42px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(255, 68, 68, 0.2));
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 45px;
    height: 45px;
    background: var(--brand-red);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #ff5555;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(255, 68, 68, 0.6);
}

.back-to-top svg {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: lineDraw 1s ease forwards;
}

/* Animated SVGs icon system */
.animated-svg, .animated-svg-masuk {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
}

.animated-svg path, .animated-svg circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: lineDraw 1.5s ease forwards;
}

.dock-item:hover .animated-svg path,
.dock-item:hover .animated-svg circle {
    animation: lineDrawHover 0.8s ease forwards;
}

@keyframes lineDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes lineDrawHover {
    0% { stroke-dashoffset: 100; }
    100% { stroke-dashoffset: 0; }
}

.dock-masuk-btn .animated-svg-masuk {
    width: 28px;
    height: 28px;
    stroke: white;
}

.production-footer {
    margin: 2rem 1rem 6rem; /* extra bottom margin for nav-dock */
    padding: 2rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    text-align: center;
}

.footer-article h3 {
    color: #ff4444;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-article p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 1.5rem;
}

.article-section {
    margin-bottom: 2rem;
    text-align: left;
}

.article-section p strong {
    color: #ff4444;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.footer-copyright {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .brand-logo { height: 32px; }
    .production-footer { padding: 1.5rem; margin: 2rem 0.5rem 7rem; }
    .footer-article h3 { font-size: 1rem; }
    .footer-article p { font-size: 0.8rem; }
}
