body {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    background: #15151e;
    color: #fff;
    min-height: 100vh;
}
.main-section {
    max-width: 1200px;
    margin: 16px auto 0 auto; /* Reduced top margin from 40px to 12px */
    display: flex;
    flex-wrap: wrap;
    gap: 24px; /* Reduced gap between main-image-card and content-card */
    align-items: flex-start;
    justify-content: center;
    border-radius: 12px; /* Match buy-section for consistency */
}
.main-image-card {
    background: #23232b;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    border: none;
    padding: 32px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 340px;
    max-width: 400px;
    flex: 1 1 340px;
    align-self: stretch;
}
.main-image {
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
    margin-bottom: 18px;
    box-shadow: 0 8px 32px rgba(225,6,0,0.13), 0 2px 8px rgba(0,0,0,0.25);
    background: #232a34;
    border: 2px solid #fff;
}
.thumbnails {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0;
}
.thumbnail {
    width: 110px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(225,6,0,0.10), 0 1px 4px rgba(0,0,0,0.18);
    background: #232a34;
    border: 2px solid #fff;
}
.content-card {
    background: #23232b;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    min-width: 340px;
    max-width: 600px;
    flex: 1 1 340px;
    padding: 32px 32px 24px 32px;

}

.tagline {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e10600;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1 {
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-size: 2.3rem;
    margin-bottom: 0.5em;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-left: 8px solid #e10600;
    padding-left: 18px;
    line-height: 1.1;
}
.desc {
    font-size: 0.98rem;
    margin-bottom: 24px;
    color: #bfc9d1;
    line-height: 1.6;
}
.features-list {
    text-align: left;
    max-width: 500px;
    margin: 12px auto 0 auto;
    color: #fff;
    padding-left: 0;
    list-style: none;
}
.features-list li {
    margin-bottom: 6px;
    padding: 0.45em 0.8em 0.45em 2.1em;
    position: relative;
    font-size: 0.98rem;
    background: #1a1a24;
    border-left: 4px solid #e10600;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    transition: background 0.2s, box-shadow 0.2s;
    min-height: 1.6em;
    display: flex;
    align-items: center;
}
.features-list li::before {
    content: '\2714'; /* Heavy checkmark */
    position: absolute;
    left: 0.7em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    color: #4be106;
    font-weight: bold;
    opacity: 0.85;
}
.features-list li:hover {
    background: #23232b;
    box-shadow: 0 2px 8px rgba(225,6,0,0.08);
    border-left-color: #fff200;
}
.features-list-highlight {
    color: #fff;
    display: block;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
    font-size: 1.04rem;
}
.buy-section {
    max-width: 1200px;
    margin: 16px auto 0 auto; /* Reduced top margin from 32px to 16px */
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    text-align: center;        
}
.buy-card {
    background: #23232b;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    margin: 0 24px 0 24px; /* Reduced top margin from 32px to 24px */ 
    min-width: 340px;
    flex: 1 1 340px;
    padding: 12px 32px 24px 32px;

}
.buy-title {
    color: #fff;
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.buy-links {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.buy-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    background: #e10600;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 6px rgba(225,6,0,0.10);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    min-width: 120px;
    height: 32px;
}
.buy-btn:hover {
    background: #fff;
    color: #e10600;
    border: 1.5px solid #e10600;
    box-shadow: 0 2px 8px rgba(225,6,0,0.18);
}
.flag-img{
    width:16px;height:12px;object-fit:cover;margin-right:4px;vertical-align:middle;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.10);background:#fff;
}
footer {
    text-align: center;
    color: #bfc9d1;
    font-size: 1rem;
    margin: 48px 0 16px 0;
    letter-spacing: 0.5px;
    border-top: 2px solid #22222a;
    padding-top: 18px;
}
.socials-section {
    max-width: 1200px;
    margin: 16px auto 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    text-align: center;
}
.socials-card {
    background: #23232b;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    margin: 0 24px 0 24px;
    min-width: 340px;
    flex: 1 1 340px;
    padding: 12px 32px 24px 32px;
}
.socials-title {
    color: #fff;
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.social-links {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.social-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    background: #e10600;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 6px rgba(225,6,0,0.10);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    min-width: 120px;
    height: 32px;
}
.social-btn:hover {
    background: #fff;
    color: #e10600;
    border: 1.5px solid #e10600;
    box-shadow: 0 2px 8px rgba(225,6,0,0.18);
}
.social-btn img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.image-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity 0.2s;
}
.image-popup[style*="display: flex"] {
    display: flex !important;
}
.popup-img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.4);
    background: #23232b;
    border: 4px solid #fff;
}
.close-popup {
    position: absolute;
    top: 32px;
    right: 48px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    text-shadow: 0 2px 8px #000;
    transition: color 0.2s;
}
.close-popup:hover {
    color: #e10600;
}
@media (max-width: 900px) {
    .main-section {
        flex-direction: column;
        gap: 32px;
        padding: 0 4vw;
    }
    .main-image-card, .content-card { max-width: 95vw; }
}
@media (max-width: 600px) {
    header { height: 54px; }
    .main-section { gap: 18px; padding: 0 2vw; }
    .main-image-card, .content-card { padding: 18px 8px; }
    h1 { font-size: 1.4rem; padding-left: 8px; border-left-width: 4px; }
    .main-image { width: 95vw; max-width: 220px; }
    .thumbnails { gap: 4px; }
    .thumbnail { width: 68px; height: 92px; }
    .close-popup {
        top: 12px;
        right: 18px;
        font-size: 2rem;
    }
    .popup-img {
        max-width: 98vw;
        max-height: 60vh;
    }
}
