* {
    box-sizing: border-box;
}

body {
    background-color: rgb(45, 45, 50);
    margin: 0;
    padding: 0;
    color: white;
    font-weight: bold;
    font-family: "Montenegrin Gothic One", sans-serif, arial;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 32px;
    min-height: 100vh;
}

.welcome-message {
    border-radius: 20px;
    background-color: rgb(87, 87, 93);
    padding: 20px;
    max-width: 640px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    
}

.navbar {
    background-color: rgb(41, 41, 45);
    padding: 15px;
    margin: 0;
    border-bottom: 5px solid #ffffff;
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar p {
    margin: 0;
}

.nav-links {
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

.nav-links:hover {
    cursor: pointer;
    color: rgb(190, 184, 184);
    transition: 0.5s;
}

.nova-hub {
    background-color: rgb(81, 81, 81);
    padding: 5px;
    border-radius: 5px;
    border: 1.985px solid white;
}

.nova-hub:hover {
    background-color: rgb(101, 101, 101);
    box-shadow: white;
    cursor: default;
}

.site-footer {
    background: linear-gradient(90deg, rgb(28, 28, 31), rgb(60, 60, 66));
    padding: 16px 24px;
    border-top: 2px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #e8e8e8;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

.site-footer p {
    margin: 0;
}

.privacy-policy:hover, .terms-of-use:hover {
    color: rgb(130, 130, 130);
    transition: 0.5s;
    cursor: pointer;
}

.privacy-policy, .terms-of-use {
    padding: 10px;
    padding-bottom: 8px;
    color: white;
    text-decoration: none;
}

.nm19 {
    border-radius: 20px;
    background-color: rgb(87, 87, 93);
    padding: 20px;
    max-width: 320px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    
}

.icon-image {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 0;
    margin-left: 0;
    margin: 0;
    max-width: 100%;
    height: 200px;
    align-items: left;
}

.nova-matter-19 {
            border-radius: 20px; 
            background-color: rgb(57, 57, 62);
            padding: 15px; 
            max-width: 100%;
            margin: 0;
            margin-top: 25px;
            color: #ffffff;
            font-size: 15px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
}

.nm19-title {
            font-size: 50px;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 0;
        }

.nm19-text {
            flex: 1;
            font-size: 20px;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

.text-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nm19-description {
    margin: 0;
}

.game-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.game-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #f5f5f5;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.play-button {
            font-family: "Montenegrin Gothic One", sans-serif, arial;
            font-size: 28px;
            font-weight: bold;
            padding: 16px 40px;
            background-color: #757575;
            color: white;
            border: 3px solid white;
            border-radius: 14px;
            cursor: pointer;
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
            transition: transform 0.1s ease, box-shadow 0.1s ease;
        }

.nm19 {
    border-radius: 20px;
    background-color: rgb(87, 87, 93);
    padding: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    
}

.icon-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    margin: 0;
    max-width: 100%;
    height: 200px;
    align-items: left;
}

.the-love-that-bloomed {
            border-radius: 20px; 
            background-color: rgb(57, 57, 62);
            padding: 15px; 
            max-width: 1200px;
            margin: 0;
            margin-top: 25px;
            color: #ffffff;
            font-size: 15px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
}

.ltb-title {
            font-size: 50px;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 0;
        }

.ltb-text {
            flex: 1;
            font-size: 20px;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

.play-button {
            font-family: "Montenegrin Gothic One", sans-serif, arial;
            font-size: 28px;
            font-weight: bold;
            padding: 16px 40px;
            background-color: #757575;
            color: white;
            border: 3px solid white;
            border-radius: 14px;
            cursor: pointer;
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
            transition: transform 0.1s ease, box-shadow 0.1s ease;
        }

.recent-games {
    width: 100%;
    max-width: 980px;
    margin-top: 32px;
    padding: 24px;
    border-radius: 24px;
    background-color: rgb(58, 58, 63);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.recent-game-area {
    border-radius: 15px;
    min-height: 170px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
}

.recent-game-area a {
    display: block;
    width: 100%;
    height: 100%;
}

.recent-game-area img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.recent-games h1 {
    margin: 0 0 18px;
    font-size: 2rem;
    letter-spacing: 0.02em;
}

.recent-games-gallery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.recent-game-slot {
    min-height: 170px;
    border-radius: 18px;
    border: 2px dashed rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    overflow: hidden;
    padding: 0;
}

.recent-game-slot a {
    display: block;
    width: 100%;
    height: 100%;
}

.recent-game-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.recent-book-image {
    display: block;
    align-items: top;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 18px;
    padding: 8px;
}

.recent-game-slot p {
    margin: 0;
    padding: 16px;
    text-align: center;
}

.store-hero {
    width: 100%;
    max-width: 1100px;
    background: linear-gradient(135deg, rgb(87, 87, 93), rgb(58, 58, 63));
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    display: grid;
    gap: 24px;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}

.store-hero-content h1 {
    margin: 0 0 10px;
    font-size: 2.2rem;
}

.store-hero-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.store-eyebrow {
    display: inline-block;
    margin-bottom: 10px !important;
    padding: 6px 12px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.14);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.store-cta {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background-color: white;
    color: rgb(45, 45, 50);
    text-decoration: none;
    font-weight: bold;
}

.store-cta.secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.store-hero-panel {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 20px;
}

.store-hero-panel h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.store-hero-panel ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.8;
}

.store-categories {
    width: 100%;
    max-width: 1100px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.store-card {
    background-color: rgb(58, 58, 63);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.store-card h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.store-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.5;
}

@media (max-width: 760px) {
    .store-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {}