body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: #040404;
    color: #fff;
    padding: 1em;
    max-width: 100%;
}

.container {
    background: #111111;
    margin: 0 auto;
    padding: 2em;
    max-width: 800px;
    border-radius: 1em;
}

a {
    color: #04e0ce;
    text-decoration: none;
}

img.screenshot {
    height: 300px;
    width: auto;
    box-shadow: 8px 8px 16px #030303, -8px -8px 16px #000;
    border-radius: 18px;
}

video {
    width: 400px;
    height: auto;
}


nav {
    margin-bottom: 4em;
}

nav a {
    display: inline-block;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 2em;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(100, 100, 100, 0.8);
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

nav a:last-child {
    margin-right: 0;
}

nav a:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), -2px -2px 4px rgba(180, 180, 180, 0.8);
    transform: scale(1.05);
}

nav a:active {
    background: #080808;
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.2), inset -4px -4px 8px rgba(20, 20, 20, 0.8);
    transform: scale(0.95);
}

footer {
    margin-top: 6em;
    border-top: 1px dotted #ddd;
    padding-top: 2em;
    margin-bottom: 2em;
}

footer a {
    font-size: 0.7em;
    text-decoration: underline;
    text-transform: uppercase;
    margin-right: 12px;
    padding: 4px;
    background: none;
    color: #ddd;
}

.header {
    background: #080808;
    border-radius: 12px;
    box-shadow: 8px 8px 16px #030303, -8px -8px 16px #000;
    padding: 20px;
    margin-bottom: 4em;
}

h1 a {
    background: none;
    padding: 0;
}

h1 a img {
    width: 200px;
}

ul {
    list-style-type: square;
}

hr {
    margin-top: 3em;
}

h2 {
    font-size: 1.1em;
    font-weight: lighter;
    color: #aaa;
    margin-bottom: 1em;
    text-align: right;
    font-family: "Courier New", monospace;
}

h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    background: #080808;
    border-radius: 12px;
    box-shadow: 8px 8px 16px #030303, -8px -8px 16px #000;
    padding: 1.2em;
    margin-bottom: 2.2em;
}

h4 {
    margin-top: 2em;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
}

li {
    list-style-type: disc;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.version {
    font-size: 0.9em;
    color: #aaa;
}

.descriptionBlock {
    margin-bottom: 4em;
    background: #141414;
    border-radius: 12px;
    box-shadow: 8px 8px 16px #030303, -8px -8px 16px #000;
    padding: 20px;
}

.descriptionBlock h4 {
    margin-top: 0;
}

.hint {
    color: #aaa;
    font-style: italic;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.8em;
}

.hint a {
    text-decoration: underline;
}

.buyLink {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 1.2em;
}

.price {
    font-size: 0.9em;
    color: #aaa;
}

.secure-note {
    font-size: 0.9em;
    color: #aaa;
    margin-top: -10px;
}

.faqBlock {
    margin-bottom: 4em;
    background: #080808;
    padding: 2em;
    border-radius: 12px;
    box-shadow: 8px 8px 16px #030303, -8px -8px 16px #000;
}

.question {
    color: #0eaddd;
    font-size: 1.2em;
}

.answer {
    margin-left: 2em;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

code {
    font-family: monospace;
    text-transform: none;
    background: #000;
    color: #fff;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.legalInfo {
    margin-top: 100px;
    color: #ddd;
    font-size: 0.8em;
}

.legalInfo h4 {
    margin-bottom: 10px;
}

.legalInfo p {
    font-size: 0.8em;
    margin: 0;
}

.small {
    font-size: 0.8em;
}

.warning {
    color: #de375b;
    font-size: 1.1em;
    text-decoration: underline;
}

.crossgrade p,
.crossgrade li {
    font-size: 0.8em;
}

.email {
    background: #212121;
    text-transform: lowercase;
}


.video-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    width: 100%;
    background: #080808;
    border-radius: 10px;
}

.plugins-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
    padding-top: 80px;
}

.plugin-card {
    text-align: center;
    margin-bottom: 4em;
    background: #141414;
    border-radius: 12px;
    box-shadow: 8px 8px 16px #030303, -8px -8px 16px #000;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.plugin-card:hover {
    transform: translateY(-5px);
    background: #111111;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.plugin-image {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
    border-radius: 8px;
}

.plugin-card h4 {
    margin: 10px 0;
    font-size: 1.2em;
}

.plugin-card p {
    color: #fff;
    font-size: 0.9em;
}

.plugin-card a {
    text-decoration: none;
    color: #04e0ce;
}

.plugin-card a:hover {
    text-decoration: underline;
}

.cta-container {
    text-align: center;
    margin-top: 40px;
}

.cta-button {
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 12px 20px;
    color: #fff;
    background: #0477b8;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(90, 120, 160, 0.8);
    transition: all 0.2s ease-in-out;
    margin-bottom: 40px;
}

.cta-button:hover {
    background: #03679d;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), -2px -2px 4px rgba(100, 130, 170, 0.8);
    transform: scale(1.05);
}

.cta-button:active {
    background: #024a72;
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.2), inset -4px -4px 8px rgba(20, 20, 20, 0.8);
    transform: scale(0.95);
}

.centered-title {
    text-align: center;
    padding-top: 2em;
    font-weight: bold;
}

.bref-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 2em;
}

.bref-content .bref-image {
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.bref-description {
    max-width: 600px;
    text-align: center;
}

.bref-description p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.bref-description .cta-button {
    margin-top: 80px;
    margin-bottom: 20px;
}

img.screenshot {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.plugin-tagline {
    font-size: 1.3em;
    font-weight: lighter;
}


@media screen and (min-width: 769px) {
    .container {
        max-width: 800px;
    }

    .bref-content {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }

    .bref-description {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: #111111;
        padding: 0;
    }

    .container {
        max-width: 100%;
        padding: 1em;
    }

    .plugins-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    video {
        max-width: 100%;
        height: auto;
    }

    .artistBlock img {
        max-width: 100%;
        height: auto;
    }

    nav a {
        display: block;
        margin-bottom: 1em;
        font-size: 1.1em;
        width: 80%;
    }

    .buyLink a {
        font-size: 1.2em;
        padding: 8px 8px;
        display: block;
    }
}