@charset "utf-8";
/* CSS Document */

.florist-marketing {
    --fm-green: #536b5b;
    --fm-green-dark: #34483c;
    --fm-green-light: #eef3ef;
    --fm-cream: #faf8f4;
    --fm-gold: #b8955a;
    --fm-text: #3d403d;
    --fm-muted: #6d716d;
    --fm-border: #e3e5df;
    --fm-white: #ffffff;

    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 24px 70px;
    box-sizing: border-box;

    color: var(--fm-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.florist-marketing *,
.florist-marketing *::before,
.florist-marketing *::after {
    box-sizing: border-box;
}

.florist-marketing img {
    max-width: 100%;
    height: auto;
}


.fm-header {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.fm-eyebrow {
    display: inline-block;
    margin-bottom: 10px;

    color: var(--fm-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.florist-marketing h1 {
    margin: 0 0 18px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 3.7rem);
    font-weight: 400;
    line-height: 1.12;
}

.fm-intro {
    max-width: 760px;
    margin: 0 auto;

    color: var(--fm-muted);
    font-size: 1.05rem;
}


.fm-section {
    margin-bottom: 55px;
}

.fm-section-heading {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.fm-section-heading h2 {
    margin: 0 0 12px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.15rem;
    font-weight: 400;
    line-height: 1.25;
}

.fm-section-heading p {
    margin: 0;
    color: var(--fm-muted);
}



.fm-email {
    display: grid;
    grid-template-columns: minmax(0, 1fr) ;
    gap: 45px;
    align-items: center;

    margin-bottom: 55px;
    padding: 45px;

    background: var(--fm-cream);
    border: 1px solid #ebe7df;
    border-radius: 10px;
}

.fm-email-image {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: auto;
    padding: 30px;

    background: var(--fm-white);
    border-radius: 9px;
	margin-bottom:20px;

    box-shadow: 0 10px 28px rgba(35, 45, 38, 0.07);
}

.fm-email-image img {
    display: block;
    width: min(100%, 330px);
    height: auto;
    object-fit: contain;
}

.fm-email-content .fm-label {
    display: block;
    margin-bottom: 8px;

    color: var(--fm-gold);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.fm-email-content h2 {
    margin: 0 0 16px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.15rem;
    font-weight: 400;
    line-height: 1.25;
}

.fm-email-content > p {
    margin: 0 0 25px;
    color: var(--fm-muted);
}


.fm-email-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.fm-email-feature {
    padding: 20px;

    background: var(--fm-white);
    border: 1px solid var(--fm-border);
    border-radius: 7px;
}

.fm-email-feature h3 {
    margin: 0 0 7px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.3;
}

.fm-email-feature p {
    margin: 0;

    color: var(--fm-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}



.fm-price-callout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    margin-top: 25px;
    padding: 18px 22px;

    background: var(--fm-green-dark);
    border-radius: 7px;

    color: #ffffff;
}

.fm-price-callout strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 400;
}

.fm-price-callout span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
}



.fm-storefront {
    margin-bottom: 55px;
    padding: 45px;

    background: var(--fm-green-light);
    border-radius: 10px;

    text-align: center;
}

.fm-storefront h2 {
    max-width: 780px;
    margin: 0 auto 18px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.25;
}

.fm-storefront p {
    max-width: 820px;
    margin: 0 auto;
    color: var(--fm-text);
}



.fm-banners {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    align-items: center;

    margin-bottom: 55px;
}

.fm-banner-image {
    overflow: hidden;

    border-radius: 9px;
    background: var(--fm-cream);

    box-shadow: 0 10px 30px rgba(35, 45, 38, 0.08);
}

.fm-banner-image img {
    display: block;
    width: 100%;
    height: auto;
}

.fm-banner-content h2 {
    margin: 0 0 16px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.15rem;
    font-weight: 400;
    line-height: 1.25;
}

.fm-banner-content p {
    margin: 0 0 18px;
    color: var(--fm-muted);
}

.fm-banner-content p:last-child {
    margin-bottom: 0;
}



.fm-banner-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;

    margin-top: 28px;
}

.fm-banner-option {
    padding: 20px;

    background: var(--fm-white);
    border: 1px solid var(--fm-border);
    border-radius: 7px;

    text-align: center;
}

.fm-banner-option strong {
    display: block;
    margin-bottom: 5px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-weight: 400;
}

.fm-banner-option span {
    color: var(--fm-muted);
    font-size: 0.82rem;
}



.fm-custom-banner {
    margin-top: 30px;
    margin-bottom: 55px;
    padding: 25px 28px;

    background: var(--fm-cream);
    border-left: 4px solid var(--fm-gold);
    border-radius: 0 7px 7px 0;
}

.fm-custom-banner h3 {
    margin: 0 0 8px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
    font-weight: 400;
}

.fm-custom-banner p {
    margin: 0;

    color: var(--fm-muted);
    font-size: 0.92rem;
}



.fm-holiday {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: 45px;
    align-items: center;

    margin-bottom: 55px;
    padding: 45px;

    background: var(--fm-green-dark);
    border-radius: 10px;

    color: #ffffff;
}

.fm-holiday-content .fm-label {
    display: block;
    margin-bottom: 8px;

    color: var(--fm-gold);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.fm-holiday-content h2 {
    margin: 0 0 18px;

    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.25;
}

.fm-holiday-content p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.82);
}

.fm-holiday-content p:last-child {
    margin-bottom: 0;
}



.fm-holiday-card {
    padding: 30px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
}

.fm-holiday-card h3 {
    margin: 0 0 15px;

    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.fm-holiday-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fm-holiday-card li {
    position: relative;

    margin-bottom: 11px;
    padding-left: 25px;

    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.fm-holiday-card li:last-child {
    margin-bottom: 0;
}

.fm-holiday-card li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: var(--fm-gold);
    font-weight: 700;
}



.fm-siteworks {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 35px;
    align-items: center;

    margin-bottom: 55px;
    padding: 38px;

    background: var(--fm-cream);
    border: 1px solid #ebe7df;
    border-radius: 9px;
}

.fm-siteworks-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 150px;
    padding: 25px;

    background: var(--fm-white);
    border-radius: 8px;

    text-align: center;

    box-shadow: 0 7px 20px rgba(35, 45, 38, 0.06);
}

.fm-siteworks-badge img { width:auto; height:auto; max-width:100%; }

.fm-siteworks-badge span {
    color: var(--fm-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
}

.fm-siteworks-content h2 {
    margin: 0 0 13px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.9rem;
    font-weight: 400;
}

.fm-siteworks-content p {
    margin: 0;
    color: var(--fm-muted);
}



.fm-cta {
    padding: 48px 30px;

    background: var(--fm-cream);
    border: 1px solid #ebe7df;
    border-radius: 10px;

    text-align: center;
}

.fm-cta h2 {
    margin: 0 0 13px;

    color: var(--fm-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.1rem;
    font-weight: 400;
}

.fm-cta p {
    max-width: 750px;
    margin: 0 auto;
    color: var(--fm-muted);
}



@media (max-width: 900px) {

    .fm-email,
    .fm-banners,
    .fm-holiday,
    .fm-siteworks {
        grid-template-columns: 1fr;
    }

    .fm-email-image {
        min-height: 180px;
    }

    .fm-banner-image {
        max-width: 750px;
        margin: 0 auto;
    }

    .fm-holiday-card {
        max-width: 600px;
    }

    .fm-siteworks-badge {
        min-height: 120px;
    }
}



@media (max-width: 650px) {

    .florist-marketing {
        padding: 20px 15px 45px;
    }

    .fm-header {
        margin-bottom: 35px;
    }

    .florist-marketing h1 {
        font-size: 2.15rem;
    }

    .fm-intro {
        font-size: 0.98rem;
    }

    .fm-email,
    .fm-holiday {
        padding: 28px 20px;
    }

    .fm-storefront {
        padding: 32px 22px;
    }

    .fm-section {
        margin-bottom: 40px;
    }

    .fm-email-content h2,
    .fm-banner-content h2,
    .fm-holiday-content h2,
    .fm-storefront h2 {
        font-size: 1.75rem;
    }

    .fm-email-features {
        grid-template-columns: 1fr;
    }

    .fm-banner-options {
        grid-template-columns: 1fr;
    }

    .fm-price-callout {
        flex-direction: column;
        gap: 3px;
        text-align: center;
    }

    .fm-custom-banner {
        padding: 22px;
    }

    .fm-siteworks {
        padding: 28px 20px;
    }

    .fm-siteworks-content h2 {
        font-size: 1.7rem;
    }

    .fm-cta {
        padding: 35px 22px;
    }

    .fm-cta h2 {
        font-size: 1.75rem;
    }
}