body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #f5f5f5;
}

section.navigation {
    background: linear-gradient(to right, #5e0b0b, #8b0000);

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 30px;
    height: 120px;
    font-weight: bold;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.25);
}

section.navigation h1 {
    margin: 0;
    font-size: 65px;
}

section.navigation ul {
    display: flex;
    gap: 30px;

    list-style-type: none;

    font-size: 25px;

    padding: 0;
    margin: 0;
}

section.navigation a {
    text-decoration: none;
    color: #ffe5e5;

    transition: 0.2s ease;
}

section.navigation a:hover {
    color: #ffb3b3;
}

section.navigation a:hover {
    color: #ffb3b3;
}
.contact-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

.contact-container h2 {
    font-size: 60px;
    margin-bottom: 40px;
    color: #5e0b0b;
    text-align: center;
}

.contact-box {
    background-color: white;

    padding: 25px;
    margin-bottom: 20px;

    border-left: 6px solid #8b0000;

    border-radius: 10px;

    box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
}

.contact-box h3 {
    margin-top: 0;
    color: #8b0000;
    font-size: 35px;
}

.contact-box p {
    font-size: 27px;
    line-height: 1.6;
    color: #333;
}
.faq-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

.faq-container h2 {
    font-size: 60px;
    margin-bottom: 40px;
    color: #5e0b0b;
    text-align: center;
}

.faq-box {
    background-color: white;

    padding: 25px;
    margin-bottom: 20px;

    border-left: 6px solid #8b0000;

    border-radius: 10px;

    box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
}

.faq-box h3 {
    margin-top: 0;
    color: #8b0000;
    font-size: 35px;
}

.faq-box p {
    font-size: 27px;
    line-height: 1.6;
    color: #333;
}
/* PIN SCREEN */


.pin-container {
    text-align: center;
    margin-top: 90px;
}

.pin-container h2 {
    font-size: 60px;
    color: #8b0000;

    margin-bottom: 15px;
}

.pin-container p {
    font-size: 20px;
    color: #333;
}

.pin-container input {
    padding: 15px;
    width: 280px;

    font-size: 18px;

    border: 2px solid #8b0000;
    border-radius: 8px;

    outline: none;

    margin-top: 15px;
}

.pin-container button {
    padding: 15px 28px;

    font-size: 18px;
    font-weight: bold;

    background: linear-gradient(to right, #5e0b0b, #8b0000);

    color: #ffe5e5;

    border: none;
    border-radius: 8px;

    cursor: pointer;

    margin-left: 10px;

    transition: 0.2s ease;
}

.pin-container button:hover {
    opacity: 0.9;
}

#pin-error {
    color: #8b0000;
    font-weight: bold;

    margin-top: 20px;
}

/* PRICING */

.pricing-container {
    padding: 40px 20px;
    position: relative;
}

.pricing-container h2 {
    text-align: center;

    font-size: 70px;

    color: #8b0000;

    margin-top: 0;
    margin-bottom: 50px;
}

.pricing-grid {
    display: block;
}

.price-list {
    text-align: center;
    font-weight: bold;

    max-width: 1300px;
    margin: auto;
}

.price-list .price-label {
    font-size: 22px;
    color: #333;

    margin-bottom: 50px;
}

.price-list h3 {
    font-size: 38px;

    color: #111;

    margin-top: 50px;
    margin-bottom: 10px;
}

.price-list h4 {
    font-size: 28px;

    color: #8b0000;

    margin-top: 45px;
    margin-bottom: 15px;
}

.price-list p {
    font-size: 30px;

    color: #222;

    margin: 18px 0;
}

.price-list hr {
    border: none;
    border-top: 2px solid #8b0000;

    margin: 10px 250px 30px;
}
.recommended-container {
    padding: 40px;
    text-align: center;
}

.recommended-container h2 {
    font-size: 60px;
    color: #7a0000;
    margin-bottom: 30px;
}

.image-box {
    width: 95%;
    height: 750px;

    margin: auto;
    margin-bottom: 35px;

    background-color: white;

    border-radius: 20px;
    overflow: hidden;

    border: 4px solid #8b0000;

    box-shadow: 0px 5px 18px rgba(0,0,0,0.25);
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit:contain;
}

.list-box {
    width: 35%;

    margin: auto;

    background-color: white;

    padding: 30px;

    border-radius: 20px;

    border: 4px solid #8b0000;

    box-shadow: 0px 5px 18px rgba(0,0,0,0.25);
}

.recommended-list {
    text-align: left;

    font-size: 25px;

    line-height: 2;

    color: #333;
}

.note-button {
    margin-top: 25px;

    background-color: #8b0000;

    color: white;

    border: none;

    padding: 14px 34px;

    font-size: 23px;

    border-radius: 10px;

    cursor: pointer;

    transition: 0.2s ease;
}

.note-button:hover {
    background-color: #b30000;
}

.note-popup {
    display: none;

    width: 60%;

    margin: auto;
    margin-top: 30px;

    background-color: #ffe5e5;

    border-left: 8px solid #8b0000;

    padding: 25px;

    border-radius: 14px;

    font-size: 20px;

    color: #333;

    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.note-popup button {
    margin-top: 15px;

    background-color: #5e0b0b;

    color: white;

    border: none;

    padding: 10px 20px;

    border-radius: 8px;

    cursor: pointer;
}
.notes-popout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.65);

    justify-content: center;
    align-items: center;

    z-index: 9999;
}

.notes-box {
    background: white;
    padding: 25px;
    border-radius: 12px;
    width: 70%;
    max-width: 700px;
    text-align: center;
    position: relative;
}

.notes-box img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.close-notes {
    position: absolute;
    top: 10px;
    right: 10px;

    background: darkred;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}
.notes-trigger {
    position: absolute;
    top: 30px;
    right: 30px;

    background: linear-gradient(to right, #7a0000, #b30000);

    color: white;

    border: none;
    border-radius: 10px;

    padding: 12px 22px;

    font-size: 16px;
    font-weight: bold;

    cursor: pointer;

    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);

    transition: 0.2s ease;
}

.notes-trigger:hover {
    background: linear-gradient(to right, #990000, #d10000);

    transform: scale(1.05);
}
.legal-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

.legal-container h2 {
    font-size: 70px;
    margin-bottom: 40px;
    color: #5e0b0b;
    text-align: center;
}

.legal-box {
    background-color: white;

    padding: 25px;
    margin-bottom: 20px;

    border-left: 6px solid #8b0000;

    border-radius: 10px;

    box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
}

.legal-box h3 {
    margin-top: 0;
    color: #8b0000;
    font-size: 40px;
}

.legal-box p {
    font-size: 30px;
    line-height: 1.6;
    color: #333;
}
.samples-page {
    background-color: #f5f5f5;
    padding: 25px 40px 50px;
}

.sample-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px 25px;
}

.sample-card {
    text-align: center;
}

.sample-image-slider {
    background: rgb(245, 245, 245);

    height: 380px;

    border-radius: 14px;

    position: relative;

    overflow: hidden;

    cursor: pointer;

    transition: 0.2s ease;
}

.sample-image-slider:hover {
    transform: scale(1.02);
}

.sample-image-slider img {
    position: absolute;

    width: 100%;
    height: 100%;

    object-fit: contain;

    left: 0;
    top: 0;

    opacity: 0;

    transition: opacity 0.3s ease;
}

.sample-image-slider img.active {
    opacity: 1;
}

.sample-card h3 {
    color: #76210f;

    font-size: 20px;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-top: 7px;

    margin-bottom: 0;
}

@media (max-width: 1050px) {

    .sample-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 700px) {

    .samples-page {
        padding: 20px;
    }

    .samples-top-bar {
        flex-direction: column;

        gap: 12px;

        align-items: flex-start;
    }

    .sample-grid {
        grid-template-columns: 1fr;
    }

    .sample-image-slider {
        height: 320px;
    }

}
.sample-price {
    color: #2f2e2e;

    font-size: 18px;


    margin-top: 10px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #f5f5f5;
}

/* NAVIGATION */

section.navigation {
    background: linear-gradient(to right, #5e0b0b, #8b0000);

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 30px;

    height: 110px;

    box-shadow: 0px 3px 12px rgba(0,0,0,0.25);
}

section.navigation h1 {
    margin: 0;
    font-size: 55px;
}

section.navigation ul {
    display: flex;

    gap: 30px;

    list-style-type: none;

    font-size: 20px;

    padding: 0;
    margin: 0;
}

section.navigation a {
    text-decoration: none;

    color: #ffe5e5;

    transition: 0.2s ease;
}

section.navigation a:hover {
    color: #ffb3b3;
}

/* TOP SECTION */

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding: 30px 50px 0px 50px;
}

/* NOTE BOX */

.note-box {
    background-color: white;

    width: 320px;

    padding: 22px;

    border-radius: 16px;

    box-shadow: 0px 4px 14px rgba(0,0,0,0.12);
}

.note-box h2 {
    margin-top: 0;
    margin-bottom: 10px;

    font-size: 28px;

    color: #8b0000;
}

.note-box p,
.note-box li {
    margin: 0;

    font-size: 16px;

    line-height: 1.6;

    color: #444;
}

.note-box ul {
    margin: 0;
    padding-left: 20px;
}

.top-right-image {
    position: absolute;

    top: 160px;
    right: 40px;

    width: 320px;
    height: 320px;

    background-color: white;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}

.top-right-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}
/* BUTTON SECTION */

section.button-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

    margin-top: 80px;
    margin-bottom: 80px;
}

/* BUTTON SECTION */

section.button-section {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 40px;

    margin-top: 35px;
    margin-bottom: 35px;
}

/* BUTTONS */

a.order-button {
    background: linear-gradient(to bottom, #a00000, #700000);

    color: white;
    text-decoration: none;

    font-size: 28px;
    font-weight: bold;

    padding: 22px 55px;

    border-radius: 14px;

    box-shadow: 0px 4px 12px rgba(0,0,0,0.3);

    transition: 0.2s ease;
}

a.order-button:hover {
    transform: scale(1.05);

    background: linear-gradient(to bottom, #c40000, #8b0000);
}

/* RELEASES SECTION */

section.releases-section {
    margin-left: 50px;
    margin-top: -105px;
}
section.releases-section .note-box {
    margin-top: 0;
}
.order-container {
    width: 90%;
    max-width: 1200px;

    margin: 40px auto;
    padding: 35px;

    background: white;

    border-radius: 14px;

    box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
}

.order-container h2 {
    margin-top: 0;

    color: #8b0000;

    font-size: 38px;
}

.order-container h3 {
    margin-top: 35px;

    color: #8b0000;
}

.order-form {
    display: flex;
    flex-direction: column;
}

.form-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
}

.form-grid div {
    display: flex;
    flex-direction: column;
}

.full-width {
    margin-top: 20px;
}

.order-form label {
    margin-bottom: 8px;

    font-weight: bold;

    color: #333;
}

.order-form input,
.order-form select,
.order-form textarea {
    padding: 12px;

    border: 1px solid #bbb;

    border-radius: 8px;

    font-size: 16px;

    background-color: #fafafa;
}

.order-form textarea {
    resize: vertical;
}

.submit-btn {
    margin-top: 30px;

    padding: 16px;

    border: none;

    border-radius: 10px;

    background: linear-gradient(to right, #5e0b0b, #8b0000);

    color: white;

    font-size: 18px;

    font-weight: bold;

    cursor: pointer;

    transition: 0.2s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);

    opacity: 0.95;
}

@media (max-width: 800px) {

    .form-grid {
        grid-template-columns: 1fr;
    }

    .order-container {
        width: 95%;

        padding: 20px;
    }

}
.notes-box {
    margin-top: 30px;
    padding: 22px;
    background: #fff5f5;
    border: 1px solid #e6b3b3;
    border-left: 6px solid #8b0000;
    border-radius: 12px;
}

.notes-box label {
    color: #8b0000;
    font-size: 20px;
    font-weight: bold;
}

.notes-box p {
    margin: 8px 0 12px;
    color: #555;
}

.notes-box textarea {
    width: 100%;
    box-sizing: border-box;
}