/* Melzov Portal Enhancer 13.1 */

.melzov-enhancer-review {
    --melzov-green: #0f4b3f;
    --melzov-gold: #c8972f;
    --melzov-ink: #13251f;
    --melzov-soft: #f7f4ed;
    --melzov-line: #dfe6e2;
    max-width: 980px;
    margin: 0 auto;
    color: var(--melzov-ink);
    font-size: 18px;
    line-height: 1.72;
}

.melzov-enhancer-disclosure,
.melzov-enhancer-note {
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--melzov-gold);
    border-radius: 8px;
    background: #fffaf0;
}

.melzov-enhancer-hero {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.6fr);
    gap: 34px;
    align-items: center;
    margin: 28px 0 34px;
    padding: 34px;
    border: 1px solid var(--melzov-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(19, 37, 31, 0.08);
}

.melzov-enhancer-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.melzov-enhancer-product-image img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.melzov-enhancer-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--melzov-green);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.melzov-enhancer-rating {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 14px;
}

.melzov-enhancer-rating strong {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
}

.melzov-enhancer-rating span {
    font-size: 1.15rem;
    opacity: 0.72;
}

.melzov-enhancer-verdict {
    margin: 0 0 22px;
    font-size: 1.08rem;
}

.melzov-enhancer-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--melzov-line);
    border-radius: 12px;
    overflow: hidden;
}

.melzov-enhancer-facts > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 16px;
    border-bottom: 1px solid var(--melzov-line);
}

.melzov-enhancer-facts > div:nth-child(odd) {
    border-right: 1px solid var(--melzov-line);
}

.melzov-enhancer-facts > div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.melzov-enhancer-facts span {
    color: #53645d;
}

.melzov-enhancer-actions {
    margin: 24px 0 0;
}

.melzov-enhancer-button {
    display: inline-flex;
    min-height: 58px;
    padding: 16px 30px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--melzov-green);
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(15, 75, 63, 0.2);
    transition: transform .2s ease, box-shadow .2s ease;
}

.melzov-enhancer-button:hover,
.melzov-enhancer-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 75, 63, 0.26);
}

.melzov-enhancer-procon {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 34px 0 44px;
}

.melzov-enhancer-procon article {
    padding: 28px;
    border: 1px solid var(--melzov-line);
    border-radius: 15px;
}

.melzov-enhancer-pros {
    background: #f2faf6;
}

.melzov-enhancer-cons {
    background: #fff6f5;
}

.melzov-enhancer-procon h2 {
    margin-top: 0;
}

.melzov-enhancer-procon li {
    margin: 8px 0;
}

.melzov-enhancer-pros li::marker {
    content: "✓  ";
}

.melzov-enhancer-cons li::marker {
    content: "–  ";
}

.melzov-enhancer-content h2 {
    margin-top: 48px;
}

.melzov-enhancer-faq {
    margin-top: 48px;
}

.melzov-enhancer-faq details {
    margin: 12px 0;
    border: 1px solid var(--melzov-line);
    border-radius: 10px;
    background: #fff;
}

.melzov-enhancer-faq summary {
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 800;
}

.melzov-enhancer-faq details p {
    margin: 0;
    padding: 0 20px 20px;
}

.melzov-enhancer-final-cta {
    margin-top: 52px;
    padding: 46px 30px;
    border-radius: 18px;
    background: var(--melzov-green);
    color: #fff;
    text-align: center;
}

.melzov-enhancer-final-cta h2 {
    margin-top: 0;
    color: #fff;
}

.melzov-enhancer-button-light {
    background: #fff;
    color: var(--melzov-green) !important;
}

@media (max-width: 780px) {
    .melzov-enhancer-hero,
    .melzov-enhancer-procon {
        grid-template-columns: 1fr;
    }

    .melzov-enhancer-hero {
        padding: 24px 20px;
    }

    .melzov-enhancer-product-image img {
        max-height: 280px;
    }

    .melzov-enhancer-facts {
        grid-template-columns: 1fr;
    }

    .melzov-enhancer-facts > div,
    .melzov-enhancer-facts > div:nth-child(odd),
    .melzov-enhancer-facts > div:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid var(--melzov-line);
    }

    .melzov-enhancer-facts > div:last-child {
        border-bottom: 0;
    }

    .melzov-enhancer-button {
        width: 100%;
    }
}
