﻿/* Visual Studio 2017 compatible stylesheet.
   Flexbox only. No CSS Grid, fr units, CSS variables or clamp(). */

.container {
    width: 92%;
    max-width: 1380px;
    margin: 0 auto;
}

.eyebrow {
    margin: 0 0 16px;
    color: #52663c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.offers-hero {
    padding: 100px 0 90px;
    background: #f5f3ea;
}

.offers-hero-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}

.offers-hero-content {
    flex: 5;
    min-width: 0;
}

.offers-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #2f4827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 1.05;
}

.offers-hero-lead {
    max-width: 700px;
    margin: 26px 0 0;
    color: #62685f;
    font-size: 19px;
    line-height: 1.7;
}

.offers-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.button-secondary {
    border: 1px solid #52663c;
    background: transparent;
    color: #2f4827;
}

    .button-secondary:hover {
        background: #dfe4d2;
        color: #2f4827;
    }

.offers-hero-highlight {
    display: flex;
    flex: 3;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px;
    border: 1px solid #e4e0d5;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(41, 52, 35, 0.11);
}

.highlight-label,
.offer-badge {
    display: inline-block;
    padding: 7px 11px;
    border-radius: 20px;
    background: #dfe4d2;
    color: #2f4827;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.offers-hero-highlight > strong {
    margin-top: 22px;
    color: #2f4827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
}

.highlight-price {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #e4e0d5;
}

    .highlight-price span {
        color: #62685f;
        font-size: 17px;
    }

    .highlight-price b {
        color: #52663c;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 48px;
        font-weight: 500;
    }

.offers-hero-highlight p {
    margin: 18px 0 0;
    color: #62685f;
}

.offers-section {
    padding: 95px 0;
}

.offers-heading {
    max-width: 800px;
    margin-bottom: 48px;
}

    .offers-heading h2,
    .offers-terms-inner h2,
    .offers-cta h2 {
        margin: 0;
        color: #2f4827;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 52px;
        font-weight: 500;
        line-height: 1.1;
    }

    .offers-heading > p:not(.eyebrow) {
        margin: 18px 0 0;
        color: #62685f;
        font-size: 17px;
    }

.offers-row {
    display: flex;
    flex-wrap: wrap;
    margin: -13px;
}

.offer-card {
    display: flex;
    width: calc(50% - 26px);
    min-height: 520px;
    margin: 13px;
    padding: 34px;
    flex-direction: column;
    border: 1px solid #e4e0d5;
    border-radius: 20px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 14px 36px rgba(41, 52, 35, 0.07);
}

.offer-card-featured {
    border-color: #9aaa84;
    background: #f8faf4;
}

.offer-card-top {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.offer-number {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dfe4d2;
    color: #2f4827;
    font-family: Georgia, "Times New Roman", serif;
}

.offer-card h2 {
    margin: 24px 0 0;
    color: #2f4827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
}

.offer-description {
    margin: 16px 0 0;
    color: #62685f;
    font-size: 17px;
    line-height: 1.7;
}

.offer-price-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding: 22px;
    border-radius: 12px;
    background: #f3f1e8;
}

    .offer-price-box span {
        max-width: 250px;
        color: #62685f;
    }

    .offer-price-box strong {
        color: #52663c;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 44px;
        font-weight: 500;
        white-space: nowrap;
    }

.offer-discount {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    margin-top: 28px;
    padding: 22px 0;
    border-top: 1px solid #e4e0d5;
    border-bottom: 1px solid #e4e0d5;
}

    .offer-discount strong {
        color: #52663c;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 48px;
        font-weight: 500;
        line-height: 1;
    }

    .offer-discount span {
        padding-bottom: 5px;
        color: #62685f;
    }

.offer-note {
    margin: 22px 0 0;
    color: #62685f;
    line-height: 1.65;
}

.offer-button {
    margin-top: auto;
    align-self: flex-start;
}

.stamp-row {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

    .stamp-row span {
        display: flex;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border: 2px dashed #aab59b;
        border-radius: 50%;
        color: #52663c;
        font-family: Georgia, "Times New Roman", serif;
    }

    .stamp-row .stamp-highlight {
        border-style: solid;
        background: #52663c;
        color: #ffffff;
    }

.offer-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

    .offer-groups span {
        padding: 8px 12px;
        border-radius: 18px;
        background: #f3f1e8;
        color: #52663c;
        font-size: 14px;
        font-weight: 600;
    }

.offers-terms-section {
    padding: 85px 0;
    background: #f3f1e8;
}

.offers-terms-inner {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

    .offers-terms-inner > div:first-child {
        flex: 1;
    }

.terms-list {
    display: flex;
    flex: 1.4;
    flex-direction: column;
}

    .terms-list > div {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        padding: 18px 0;
        border-bottom: 1px solid #dcd8cb;
    }

    .terms-list span {
        display: flex;
        width: 42px;
        height: 42px;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #dfe4d2;
        color: #2f4827;
        font-family: Georgia, "Times New Roman", serif;
    }

    .terms-list p {
        margin: 7px 0 0;
        color: #62685f;
        line-height: 1.65;
    }

.offers-cta {
    padding: 80px 0;
    background: #52663c;
    color: #ffffff;
}

.offers-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.offers-cta .eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.offers-cta h2 {
    color: #ffffff;
}

.offers-cta p {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.84);
}

.offers-cta small {
    display: block;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.62);
}

.button-light {
    flex: 0 0 auto;
    background: #ffffff;
    color: #2f4827;
}

    .button-light:hover {
        background: #dfe4d2;
        color: #2f4827;
    }

@media (max-width: 1050px) {
    .offers-hero-inner,
    .offers-terms-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .offers-hero-highlight {
        max-width: 620px;
    }
}

@media (max-width: 800px) {
    .offer-card {
        width: calc(100% - 26px);
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .offers-hero {
        padding: 65px 0 58px;
    }

        .offers-hero h1 {
            font-size: 46px;
        }

    .offers-section,
    .offers-terms-section {
        padding: 65px 0;
    }

    .offers-heading h2,
    .offers-terms-inner h2,
    .offers-cta h2 {
        font-size: 36px;
    }

    .offer-card {
        padding: 28px 22px;
    }

    .offer-price-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .stamp-row {
        flex-wrap: wrap;
    }

    .offers-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
