﻿
/* -------------------------------------------------------
   Furry Friends — Pricing Banner Styles
   Inherits --primary-font, --alt-font from furry-friends-custom.css.
   Falls back to Inter / Georgia if not loaded yet.
------------------------------------------------------- */
/* === Shared base === */
.ff-banner {
    font-family: var(--primary-font, 'Inter', sans-serif);
    box-sizing: border-box;
    width: 100%;
}

.ff-banner *,
.ff-banner *::before,
.ff-banner *::after {
    box-sizing: inherit;
}

.ff-banner__eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cta-color, #D4813A);
    margin-bottom: 10px;
}

.ff-banner__cta {
    display: inline-block;
    background-color: var(--cta-color, #D4813A);
    color: #ffffff !important;
    font-family: var(--primary-font, 'Inter', sans-serif);
    font-size: 16px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
    margin-top: 20px;
    white-space: nowrap;
}

    .ff-banner__cta:hover {
        background-color: var(--cta-color-hover, #B56B28);
        color: #ffffff !important;
        transform: translateY(-1px);
    }

.ff-banner__cta--sm {
    font-size: 15px;
    padding: 11px 24px;
}

/* ===================================================
   HOME PAGE BANNER
=================================================== */
.ff-banner--home {
    background-color: var(--base-color, #1A7A5E);
    background-image: linear-gradient(135deg, var(--base-color, #1A7A5E) 0%, #0E4A38 100%);
    color: #ffffff;
    padding: 60px 0;
}

    .ff-banner--home .ff-banner__inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        align-items: center;
        gap: 60px;
    }

    /* Headline block */
    .ff-banner--home .ff-banner__eyebrow {
        color: rgba(255, 255, 255, 0.7);
    }

    .ff-banner--home .ff-banner__title {
        font-family: var(--alt-font, 'DM Serif Display', Georgia, serif);
        font-size: 3rem;
        line-height: 1.1;
        font-weight: 400;
        color: #ffffff;
        margin: 0 0 16px 0;
    }

    .ff-banner--home .ff-banner__subtitle {
        font-size: 17px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.85);
        max-width: 400px;
        margin: 0;
    }

    .ff-banner--home .ff-banner__cta {
        background-color: var(--cta-color, #D4813A);
        border: 2px solid var(--cta-color, #D4813A);
    }

        .ff-banner--home .ff-banner__cta:hover {
            background-color: var(--cta-color-hover, #B56B28);
            border-color: var(--cta-color-hover, #B56B28);
        }

/* Pill cards */
.ff-banner__pills {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 300px;
}

.ff-banner__pill {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 14px 20px;
}

    .ff-banner__pill strong {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.2;
    }

.ff-banner__pill-icon {
    font-size: 22px;
    flex-shrink: 0;
    line-height: 1;
}

.ff-banner__pill-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-top: 4px;
}

.ff-banner__pill-tag--free {
    background-color: var(--cta-color, #D4813A);
    color: #ffffff;
}

.ff-banner__compare-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin: 6px 0 0 0;
    line-height: 1.5;
    text-align: center;
    padding: 0 4px;
}

    .ff-banner__compare-note strong {
        color: rgba(255, 255, 255, 0.9);
    }

/* ===================================================
   PRICING PAGE BANNER
=================================================== */
.ff-banner--pricing {
    background-color: var(--base-color-light, #E8F5F0);
    border-top: 4px solid var(--base-color, #1A7A5E);
    border-bottom: 4px solid var(--base-color, #1A7A5E);
    padding: 50px 0;
    margin: 40px 0;
}

.ff-banner__pricing-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.ff-banner__pricing-left {
    flex: 1;
    min-width: 0;
}

.ff-banner--pricing .ff-banner__eyebrow {
    color: var(--cta-color, #D4813A);
}

.ff-banner__pricing-title {
    font-family: var(--alt-font, 'DM Serif Display', Georgia, serif);
    font-size: 2.2rem;
    line-height: 1.15;
    font-weight: 400;
    color: var(--dark-gray, #1A2E28);
    margin: 0 0 16px 0;
}

.ff-banner__pricing-body {
    font-size: 16px;
    line-height: 1.7;
    color: var(--medium-gray, #717580);
    margin: 0;
}

    .ff-banner__pricing-body strong {
        color: var(--dark-gray, #1A2E28);
    }

/* Rate card */
.ff-banner__pricing-right {
    flex-shrink: 0;
    width: 320px;
}

.ff-banner__rate-card {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(26, 122, 94, 0.2);
    box-shadow: 0 4px 20px rgba(26, 122, 94, 0.1);
    overflow: hidden;
}

.ff-banner__rate-item {
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ff-banner__rate-item--highlight {
    background-color: var(--base-color, #1A7A5E);
}

.ff-banner__rate-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--medium-gray, #717580);
}

.ff-banner__rate-item--highlight .ff-banner__rate-label {
    color: rgba(255, 255, 255, 0.75);
}

.ff-banner__rate-value {
    font-family: var(--alt-font, 'DM Serif Display', Georgia, serif);
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    color: var(--dark-gray, #1A2E28);
    margin: 4px 0;
}

    .ff-banner__rate-value small {
        font-size: 1.1rem;
    }

.ff-banner__rate-value--free {
    color: var(--cta-color, #D4813A);
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--primary-font, 'Inter', sans-serif);
    letter-spacing: 1px;
}

.ff-banner__rate-item--highlight .ff-banner__rate-value--free {
    color: #ffffff;
}

.ff-banner__rate-note {
    font-size: 12px;
    color: var(--medium-gray, #717580);
}

.ff-banner__rate-item--highlight .ff-banner__rate-note {
    color: rgba(255, 255, 255, 0.75);
}

.ff-banner__rate-divider {
    height: 1px;
    background-color: var(--extra-medium-gray, #e4e4e4);
    margin: 0;
}

/* ===================================================
   RESPONSIVE
=================================================== */
@media (max-width: 900px) {
    .ff-banner--home .ff-banner__inner,
    .ff-banner__pricing-inner {
        flex-direction: column;
        gap: 36px;
        align-items: flex-start;
    }

    .ff-banner--home .ff-banner__title {
        font-size: 2.2rem;
    }

    .ff-banner__pills {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ff-banner__pill {
        flex: 1 1 calc(50% - 6px);
        min-width: 200px;
    }

    .ff-banner__pricing-right {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .ff-banner--home {
        padding: 44px 0;
    }

        .ff-banner--home .ff-banner__title {
            font-size: 1.9rem;
        }

        .ff-banner--home .ff-banner__subtitle {
            font-size: 15px;
        }

    .ff-banner__pills {
        flex-direction: column;
    }

    .ff-banner__pill {
        flex: unset;
    }

    .ff-banner--pricing {
        padding: 36px 0;
    }

    .ff-banner__pricing-title {
        font-size: 1.7rem;
    }

    .ff-banner__pricing-inner {
        padding: 0 20px;
    }

    .ff-banner--home .ff-banner__inner {
        padding: 0 20px;
    }
}

 
/* ── Hero Section ── */
.hero-ff {
    position: relative;
    background-color: #0E3D2C; /* fallback while image loads */
    background-image: url('images/hero-dog.jpg');
    background-size: cover;
    background-position: center 30%;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: var(--primary-font, 'Inter', sans-serif);
}

/* Dark gradient overlay — left side is darker for text legibility,
   right side lightens to let the photo breathe */
.hero-ff__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 100deg, rgba(12, 40, 28, 0.88) 0%, rgba(12, 40, 28, 0.72) 50%, rgba(12, 40, 28, 0.20) 100% );
    z-index: 1;
    pointer-events: none;
}

.hero-ff__inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* ── Text side ── */
.hero-ff__text {
    flex: 1;
    min-width: 0;
    color: #ffffff;
}

.hero-ff__badge-row {
    margin-bottom: 18px;
}

.hero-ff__badge {
    display: inline-block;
    background-color: var(--cta-color, #D4813A);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 3px;
}

.hero-ff__title {
    font-family: var(--alt-font, 'DM Serif Display', Georgia, serif);
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    line-height: 1.1;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.hero-ff__sub {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    max-width: 500px;
    margin: 0 0 28px 0;
}

/* CTA buttons */
.hero-ff__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.hero-ff__btn {
    display: inline-flex;
    align-items: center;
    font-family: var(--primary-font, 'Inter', sans-serif);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
}

.hero-ff__btn--primary {
    background-color: var(--cta-color, #D4813A);
    color: #ffffff;
    border: 2px solid var(--cta-color, #D4813A);
}

    .hero-ff__btn--primary:hover {
        background-color: var(--cta-color-hover, #B56B28);
        border-color: var(--cta-color-hover, #B56B28);
        color: #ffffff;
        transform: translateY(-1px);
    }

.hero-ff__btn--ghost {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

    .hero-ff__btn--ghost:hover {
        background-color: rgba(255, 255, 255, 0.12);
        border-color: #ffffff;
        color: #ffffff;
        transform: translateY(-1px);
    }

/* Highlights list */
.hero-ff__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .hero-ff__highlights li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
    }

        .hero-ff__highlights li svg {
            flex-shrink: 0;
            color: var(--cta-color, #D4813A);
        }

/* ── Image side ── */
.hero-ff__image-wrap {
    flex-shrink: 0;
    width: 520px;
}

.hero-ff__image-frame {
    position: relative;
    border-radius: 12px;
    overflow: visible; /* allows floating cards to bleed outside */
}

.hero-ff__image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 12px;
    display: block;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

/* Floating stat card */
.hero-ff__stat-card {
    position: absolute;
    bottom: -18px;
    left: -24px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 14px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
}

.hero-ff__stat-number {
    font-family: var(--alt-font, 'DM Serif Display', Georgia, serif);
    font-size: 2rem;
    font-weight: 400;
    color: var(--base-color, #1A7A5E);
    line-height: 1;
}

    .hero-ff__stat-number::after {
        content: '+';
        font-size: 1.4rem;
        color: var(--cta-color, #D4813A);
    }

.hero-ff__stat-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--medium-gray, #717580);
    margin-top: 4px;
    text-align: center;
}

/* Floating price tag */
.hero-ff__price-tag {
    position: absolute;
    top: -16px;
    right: -20px;
    background-color: var(--base-color, #1A7A5E);
    border-radius: 8px;
    padding: 12px 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.hero-ff__price-tag-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.75);
}

.hero-ff__price-tag-value {
    font-family: var(--alt-font, 'DM Serif Display', Georgia, serif);
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    margin: 2px 0;
}

.hero-ff__price-tag-sub {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .hero-ff__image-wrap {
        width: 420px;
    }
}

@media (max-width: 900px) {
    .hero-ff__inner {
        flex-direction: column;
        padding: 60px 24px 80px;
        gap: 48px;
    }

    .hero-ff__image-wrap {
        width: 100%;
        max-width: 520px;
    }

    .hero-ff__sub {
        max-width: 100%;
    }

    /* On mobile the image sits below text — reduce height */
    .hero-ff__image {
        height: 280px;
        object-position: center 15%;
    }

    /* Pull floating cards in closer on small screens */
    .hero-ff__stat-card {
        left: -10px;
        bottom: -14px;
    }

    .hero-ff__price-tag {
        right: -10px;
        top: -12px;
    }
}

@media (max-width: 600px) {
    .hero-ff {
        background-position: center 20%;
    }

    .hero-ff__inner {
        padding: 48px 20px 72px;
    }

    .hero-ff__title {
        font-size: 2.1rem;
    }

    .hero-ff__cta-row {
        flex-direction: column;
    }

    .hero-ff__btn {
        width: 100%;
        justify-content: center;
    }

    .hero-ff__image {
        height: 240px;
    }
}

