* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f8f5ed;
    color: #202018;
}

img {
    width: 100%;
    display: block;
}

button,
a {
    font-family: inherit;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}


/* ================= HEADER ================= */

.header {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 4%;

    background: #f8f5ed;

    position: relative;
    z-index: 10;
}

.logo {
    font-family: Georgia, serif;

    font-size: 34px;
    font-weight: bold;

    color: #394323;
}

.navigation {
    display: flex;
    gap: 42px;

    font-size: 15px;
}

.navigation a {
    transition: 0.3s;
}

.navigation a:hover {
    color: #657445;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-button {
    background: #394323;
    color: white;

    padding: 13px 25px;

    border-radius: 25px;

    font-weight: bold;
}

.cart-button {
    border: 0;
    background: transparent;

    font-size: 20px;
}

.mobile-menu {
    display: none;

    border: 0;
    background: transparent;

    font-size: 28px;
}


/* ================= HERO ================= */

.hero {
    min-height: 570px;

    display: grid;
    grid-template-columns: 43% 57%;

    background: #f7f1e7;

    overflow: hidden;
}

.hero-content {
    padding: 70px 20px 70px 7%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
    z-index: 2;
}

.badge {
    width: fit-content;

    padding: 7px 16px;

    border-radius: 20px;

    background: #e5e1cd;

    font-size: 12px;
    font-weight: bold;

    margin-bottom: 20px;
}

.hero h1 {
    font-family: Georgia, serif;

    font-size: clamp(48px, 5vw, 76px);

    line-height: 0.95;

    color: #22221d;

    margin-bottom: 25px;
}

.hero-subtitle {
    font-size: 22px;

    margin-bottom: 35px;
}

.hero-features {
    display: flex;
    gap: 25px;

    margin-bottom: 30px;
}

.mini-feature {
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 13px;
}

.mini-feature div {
    display: flex;
    flex-direction: column;
}

.feature-icon {
    font-size: 30px;
}

.price-block {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 25px;
}

.current-price {
    font-size: 32px;

    font-weight: bold;

    color: #4c5c31;
}

.old-price {
    color: #777;
    text-decoration: line-through;
}

.discount {
    background: #c87832;
    color: white;

    padding: 9px 16px;

    border-radius: 20px;
}

.main-button {
    width: fit-content;

    padding: 16px 35px;

    border: 0;
    border-radius: 12px;

    background: #3d4925;
    color: white;

    font-size: 16px;
    font-weight: bold;

    transition: 0.3s;
}

.main-button:hover {
    transform: translateY(-3px);
}

.delivery {
    margin-top: 25px;

    font-size: 14px;
}

.hero-image {
    min-height: 570px;
}

.hero-image img {
    height: 100%;
    object-fit: cover;
}


/* ================= ADVANTAGES ================= */

.advantages {
    width: 94%;

    margin: -35px auto 60px;

    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    background: white;

    border-radius: 18px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    overflow: hidden;
}

.advantage {
    text-align: center;

    padding: 35px 20px;

    border-right: 1px solid #eee;
}

.advantage:last-child {
    border-right: 0;
}

.advantage-icon {
    font-size: 30px;

    color: #536132;

    margin-bottom: 15px;
}

.advantage h3 {
    margin-bottom: 10px;

    font-size: 17px;
}

.advantage p {
    color: #666;

    line-height: 1.5;

    font-size: 14px;
}


/* ================= FEATURES ================= */

.features-section {
    width: 92%;
    max-width: 1200px;

    margin: 0 auto 80px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;

    align-items: center;
}

.features-image {
    border-radius: 18px;

    overflow: hidden;
}

.features-image img {
    height: 430px;
    object-fit: cover;
}

.small-label {
    display: inline-block;

    background: #ebe7da;

    padding: 8px 14px;

    border-radius: 20px;

    font-size: 12px;
    font-weight: bold;

    margin-bottom: 20px;
}

.features-content h2,
.reviews h2,
.faq h2 {
    font-family: Georgia, serif;

    font-size: 42px;

    line-height: 1.05;

    margin-bottom: 30px;
}

.features-content ul {
    list-style: none;
}

.features-content li {
    margin-bottom: 18px;

    display: flex;
    align-items: center;

    gap: 12px;
}

.features-content li span {
    width: 23px;
    height: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #4c5c31;
    color: white;

    font-size: 12px;
}


/* ================= COLORS ================= */

.colors-section {
    width: 92%;
    max-width: 1200px;

    margin: 0 auto 80px;

    text-align: center;
}

.colors-section h2 {
    font-family: Georgia, serif;

    font-size: 38px;

    margin-bottom: 30px;
}

.products {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.product-card {
    background: white;

    border: 2px solid transparent;

    border-radius: 15px;

    overflow: hidden;

    position: relative;

    cursor: pointer;

    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card.selected {
    border-color: #56663a;
}

.product-card img {
    height: 230px;

    object-fit: cover;
}

.product-info {
    padding: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-info span {
    font-size: 16px;
}

.product-info strong {
    font-size: 20px;
}

.radio {
    position: absolute;

    right: 20px;
    bottom: 20px;

    width: 20px;
    height: 20px;

    border: 1px solid #777;

    border-radius: 50%;

    background: white;
}

.selected .radio {
    border: 6px solid #56663a;
}


/* ================= CTA ================= */

.cta {
    width: 92%;
    max-width: 1200px;

    margin: 0 auto 90px;

    border-radius: 20px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(65, 75, 40, 0.96),
            rgba(100, 104, 78, 0.82)
        );

    color: white;
}

.cta-content {
    min-height: 230px;

    padding: 35px;

    display: flex;
    align-items: center;

    gap: 30px;
}

.bag-icon {
    width: 80px;
    height: 80px;

    border-radius: 50%;

    background: white;

    color: #3d4925;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 35px;
}

.cta h2 {
    font-family: Georgia, serif;

    font-size: 34px;

    margin-bottom: 10px;
}

.cta p {
    line-height: 1.5;
}

.cta-price {
    margin-left: auto;

    display: flex;
    flex-direction: column;

    gap: 5px;
}

.cta-price strong {
    font-size: 32px;
}

.cta-price del {
    opacity: 0.7;
}

.cta-button {
    padding: 17px 28px;

    border: 0;

    border-radius: 10px;

    background: #d77b2c;
    color: white;

    font-weight: bold;
}


/* ================= REVIEWS ================= */

.reviews {
    width: 92%;
    max-width: 1200px;

    margin: 0 auto 90px;

    text-align: center;
}

.review-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

    margin-top: 30px;
}

.review-card {
    padding: 30px;

    background: white;

    border-radius: 15px;

    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.stars {
    color: #bd752d;

    margin-bottom: 15px;

    font-size: 20px;
}

.review-card p {
    line-height: 1.6;

    color: #555;

    margin-bottom: 20px;
}


/* ================= FAQ ================= */

.faq {
    width: 90%;
    max-width: 850px;

    margin: 0 auto 100px;
}

.faq h2 {
    text-align: center;
}

.faq .small-label {
    display: block;

    width: fit-content;

    margin: 0 auto 20px;
}
details {
    background: white;

    margin-bottom: 12px;

    padding: 20px 25px;

    border-radius: 12px;
}

summary {
    cursor: pointer;

    font-weight: bold;
}

details p {
    padding-top: 15px;

    color: #666;

    line-height: 1.5;
}


/* ================= FOOTER ================= */

footer {
    background: #17150f;

    color: white;

    text-align: center;

    padding: 55px 20px;
}

.footer-logo {
    font-family: Georgia, serif;

    font-size: 38px;

    color: #cfd8aa;

    margin-bottom: 15px;
}

footer p {
    color: #bbb;

    margin-bottom: 25px;
}

footer span {
    font-size: 13px;

    color: #777;
}


/* ================= MODAL ================= */

.modal {
    display: none;

    position: fixed;

    inset: 0;

    background: rgba(0,0,0,0.6);

    z-index: 100;

    align-items: center;
    justify-content: center;

    padding: 20px;
}

.modal.active {
    display: flex;
}

.modal-content {
    width: 100%;
    max-width: 430px;

    background: #f8f5ed;

    padding: 35px;

    border-radius: 20px;

    position: relative;
}

.modal-content h2 {
    font-family: Georgia, serif;

    font-size: 32px;

    margin-bottom: 10px;
}

.modal-content p {
    color: #666;

    margin-bottom: 25px;
}

.close {
    position: absolute;

    right: 20px;
    top: 15px;

    border: 0;
    background: transparent;

    font-size: 30px;
}

form {
    display: flex;
    flex-direction: column;

    gap: 15px;
}

form input,
form select {
    padding: 15px;

    border: 1px solid #ddd;

    border-radius: 10px;

    font-size: 15px;

    outline: none;
}

.form-button {
    padding: 15px;

    border: 0;

    border-radius: 10px;

    background: #3d4925;

    color: white;

    font-weight: bold;
}


/* ================= MOBILE ================= */

@media (max-width: 850px) {

    .header {
        height: 75px;
    }

    .navigation,
    .header-right {
        display: none;
    }

    .mobile-menu {
        display: block;
    }


    .hero {
        grid-template-columns: 1fr;

        display: flex;
        flex-direction: column-reverse;
    }

    .hero-image {
        height: 330px;
        min-height: 0;
    }

    .hero-content {
        padding: 45px 25px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero-features {
        flex-direction: column;
        gap: 15px;
    }

    .advantages {
        grid-template-columns: 1fr 1fr;

        margin-top: -20px;
    }

    .advantage {
        border-bottom: 1px solid #eee;
    }


    .features-section {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .features-image img {
        height: 330px;
    }

    .features-content h2,
    .reviews h2,
    .faq h2 {
        font-size: 34px;
    }


    .products {
        grid-template-columns: 1fr;
    }


    .cta-content {
        flex-direction: column;

        align-items: flex-start;

        padding: 30px;
    }

    .cta-price {
        margin-left: 0;
    }

    .cta-button {
        width: 100%;
    }


    .review-grid {
        grid-template-columns: 1fr;
    }

}


/* ================= SMALL PHONES ================= */

@media (max-width: 500px) {

    .advantages {
        width: 94%;

        grid-template-columns: 1fr;
    }

    .advantage {
        border-right: 0;
    }

    .price-block {
        flex-wrap: wrap;
    }

    .current-price {
        font-size: 28px;
    }

    .hero h1 {
        font-size: 43px;
    }

    .hero-subtitle {
        font-size: 19px;
    }

    .features-section,
    .colors-section,
    .reviews {
        width: 90%;
    }

}