
/* =========================================================
   BFC Bootstrap-Lite Utility Layer v1.0.5
   Small local replacement for the Bootstrap CDN classes used by this theme.
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
.container { width: min(100% - 32px, 1140px); margin-inline: auto; }
.row { display: flex; flex-wrap: wrap; margin-inline: -0.75rem; }
.row > * { width: 100%; padding-inline: 0.75rem; }
.g-3 { row-gap: 1rem; }
.g-4 { row-gap: 1.5rem; }
.g-5 { row-gap: 3rem; }
.align-items-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.align-items-stretch { align-items: stretch; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.d-flex { display: flex; }
.flex-column { flex-direction: column; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: 1rem; }
.h-100 { height: 100%; }
.mx-auto { margin-left: auto; margin-right: auto; }
.ms-auto { margin-left: auto; }
.mt-1 { margin-top: .25rem; } .mt-2 { margin-top: .5rem; } .mt-3 { margin-top: 1rem; } .mt-4 { margin-top: 1.5rem; } .mt-5 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; } .mb-2 { margin-bottom: .5rem; } .mb-3 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 1.5rem; } .mb-5 { margin-bottom: 3rem; }
.p-4 { padding: 1.5rem; } .py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.text-center { text-align: center; } .text-muted { color: var(--bfc-muted); } .text-white { color: #fff; }
.fw-bold { font-weight: 800; }
.small { font-size: .875rem; }
.display-4 { font-size: clamp(2.45rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -0.055em; }
.lead { font-size: clamp(1.02rem, 2vw, 1.28rem); font-weight: 400; }
.h2, h2 { font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.08; }
.h3, h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.15; }
.h4 { font-size: 1.35rem; } .h5 { font-size: 1.15rem; } .h6 { font-size: 1rem; }
.bg-white { background-color: #fff; } .bg-light { background-color: var(--bfc-light); }
.border-bottom { border-bottom: 1px solid var(--bfc-border); }
.border-0 { border: 0; }
.shadow-sm { box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.sticky-top { position: sticky; top: 0; z-index: 1020; }
.img-fluid { max-width: 100%; height: auto; }
.list-unstyled { list-style: none; padding-left: 0; }
.card { background: #fff; border: 1px solid var(--bfc-border); border-radius: 22px; overflow: hidden; }
.card-body { padding: 1.5rem; }
.card-footer { padding: 1rem 1.5rem; border-top: 1px solid var(--bfc-border); background: rgba(0,0,0,.015); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .72rem 1rem; border: 1px solid transparent; border-radius: .6rem; text-decoration: none; cursor: pointer; font-weight: 800; line-height: 1.15; }
.btn-lg { padding: .9rem 1.2rem; font-size: 1.04rem; }
.btn-sm { padding: .45rem .7rem; font-size: .875rem; }
.btn-light { background: #fff; color: var(--bfc-green-deep); border-color: #fff; }
.btn-light:hover, .btn-light:focus { background: #effaf3; color: var(--bfc-green-deep); }
.navbar { display: flex; align-items: center; padding-block: .55rem; }
.navbar > .container { display: flex; align-items: center; flex-wrap: wrap; }
.navbar-brand { display: inline-flex; align-items: center; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin: 0; list-style: none; }
.navbar-collapse { display: none; flex-basis: 100%; flex-grow: 1; align-items: center; }
.navbar-collapse.show { display: block; }
.navbar-toggler { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 40px; margin-left: auto; border: 1px solid var(--bfc-border); border-radius: .5rem; background: #fff; }
.navbar-toggler-icon { position: relative; width: 22px; height: 2px; background: var(--bfc-charcoal); display: inline-block; }
.navbar-toggler-icon::before, .navbar-toggler-icon::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--bfc-charcoal); }
.navbar-toggler-icon::before { top: -7px; } .navbar-toggler-icon::after { top: 7px; }
.collapse:not(.show) { display: none; }
.visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.modal { position: fixed; inset: 0; display: none; z-index: 1080; overflow: auto; padding: 1rem; background: rgba(0,0,0,.55); }
.modal.show { display: flex; align-items: center; justify-content: center; }
.modal-dialog { width: min(100%, 640px); margin: auto; }
.modal-content { background: #fff; border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.35); overflow: hidden; }
.modal-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--bfc-border); }
.modal-body { padding: 1.5rem; }
.modal-open { overflow: hidden; }
.btn-close { width: 36px; height: 36px; border: 0; border-radius: 999px; background: #eef5f1; position: relative; cursor: pointer; }
.btn-close::before, .btn-close::after { content: ""; position: absolute; top: 17px; left: 10px; width: 16px; height: 2px; background: var(--bfc-charcoal); }
.btn-close::before { transform: rotate(45deg); } .btn-close::after { transform: rotate(-45deg); }
@media (min-width: 576px) { .flex-sm-row { flex-direction: row; } }
@media (min-width: 768px) { .col-md-3 { flex: 0 0 auto; width: 25%; } .col-md-4 { flex: 0 0 auto; width: 33.333333%; } .col-md-5 { flex: 0 0 auto; width: 41.666667%; } .col-md-6 { flex: 0 0 auto; width: 50%; } .flex-md-row { flex-direction: row; } }
@media (min-width: 992px) { .col-lg-3 { flex: 0 0 auto; width: 25%; } .col-lg-4 { flex: 0 0 auto; width: 33.333333%; } .col-lg-5 { flex: 0 0 auto; width: 41.666667%; } .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-7 { flex: 0 0 auto; width: 58.333333%; } .col-lg-8 { flex: 0 0 auto; width: 66.666667%; } .navbar-expand-lg .navbar-toggler { display: none; } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lg .navbar-nav { flex-direction: row; align-items: center; } .mb-lg-0 { margin-bottom: 0; } .ms-lg-3 { margin-left: 1rem; } .text-lg-end { text-align: right; } }

:root {
    --bfc-green: #006838;
    --bfc-green-dark: #004f2b;
    --bfc-green-deep: #003d22;
    --bfc-green-soft: #eaf5ef;
    --bfc-lawn: #7cb342;
    --bfc-orange: #ff9933;
    --bfc-charcoal: #1f2a24;
    --bfc-muted: #66736d;
    --bfc-light: #f7faf8;
    --bfc-border: #dce8e1;
    --bfc-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--bfc-charcoal);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--bfc-green);
}

a:hover {
    color: var(--bfc-green-dark);
}

section[id] {
    scroll-margin-top: 96px;
}

/* Header */
.site-header .navbar {
    min-height: 78px;
}

.navbar-brand,
.site-brand {
    color: var(--bfc-charcoal);
    text-decoration: none;
}

.custom-logo {
    max-height: 54px;
    width: auto;
}

.site-brand-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--bfc-green-soft);
    border: 1px solid var(--bfc-border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
}

.site-brand-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--bfc-green);
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong {
    font-size: 1.18rem;
    letter-spacing: -0.02em;
}

.brand-text small {
    color: var(--bfc-muted);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.76rem;
}

.navbar-nav .nav-link {
    font-weight: 700;
    color: var(--bfc-charcoal);
}

.navbar-nav .nav-link:hover {
    color: var(--bfc-green);
}

.menu-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.menu-item a {
    display: block;
    padding: 0.5rem 0.75rem;
    color: var(--bfc-charcoal);
    text-decoration: none;
    font-weight: 700;
}

.menu-item a:hover {
    color: var(--bfc-green);
}

/* Buttons */
.btn {
    border-radius: 0.6rem;
}

.btn-bfc {
    background: var(--bfc-green);
    border-color: var(--bfc-green);
    color: #fff;
    font-weight: 800;
}

.btn-bfc:hover,
.btn-bfc:focus {
    background: var(--bfc-green-dark);
    border-color: var(--bfc-green-dark);
    color: #fff;
}


/* =========================================================
   Header Navigation Hardening v1.0.5
   Fixes desktop menu spacing after removing Bootstrap CDN.
   ========================================================= */
.site-header .navbar {
    width: 100%;
}

.site-header .navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 2vw, 2rem);
}

.site-header .site-brand {
    flex: 0 0 auto;
    min-width: 0;
    margin-right: clamp(0.75rem, 2vw, 1.75rem);
}

.site-header .navbar-collapse {
    min-width: 0;
}

.site-header .navbar-nav {
    width: 100%;
    align-items: center;
}

.site-header .navbar-nav,
.site-header .navbar-nav ul {
    list-style: none;
}

.site-header .navbar-nav > li,
.site-header .navbar-nav .menu-item,
.site-header .navbar-nav .page_item {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.site-header .navbar-nav > li > a,
.site-header .navbar-nav .menu-item > a,
.site-header .navbar-nav .page_item > a,
.site-header .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.5rem 0.62rem;
    color: var(--bfc-charcoal);
    font-size: clamp(0.89rem, 1vw, 1rem);
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
}

.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li > a:focus,
.site-header .navbar-nav .menu-item > a:hover,
.site-header .navbar-nav .menu-item > a:focus,
.site-header .navbar-nav .page_item > a:hover,
.site-header .navbar-nav .page_item > a:focus,
.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link:focus {
    color: var(--bfc-green);
    text-decoration: none;
}

.site-header .navbar-nav .btn,
.site-header .navbar-nav .btn-bfc {
    padding: 0.78rem 1.05rem;
    color: #ffffff;
    white-space: nowrap;
}

.site-header .navbar-nav .btn:hover,
.site-header .navbar-nav .btn:focus,
.site-header .navbar-nav .btn-bfc:hover,
.site-header .navbar-nav .btn-bfc:focus {
    color: #ffffff;
}

@media (min-width: 992px) {
    .site-header .navbar > .container {
        flex-wrap: nowrap;
    }

    .site-header .navbar-collapse {
        display: flex !important;
        flex: 1 1 auto;
        flex-basis: auto;
        justify-content: flex-end;
    }

    .site-header .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 0.15rem;
        margin-left: auto;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1120px) and (min-width: 992px) {
    .brand-text strong {
        font-size: 1.02rem;
    }

    .brand-text small {
        font-size: 0.68rem;
    }

    .site-brand-icon-wrap {
        width: 52px;
        height: 52px;
    }

    .site-brand-icon {
        width: 46px;
        height: 46px;
    }

    .site-header .site-brand {
        gap: 0.55rem;
        margin-right: 0.75rem;
    }

    .site-header .navbar-nav > li > a,
    .site-header .navbar-nav .menu-item > a,
    .site-header .navbar-nav .page_item > a,
    .site-header .navbar-nav .nav-link {
        padding-inline: 0.42rem;
        font-size: 0.88rem;
    }

    .site-header .navbar-nav .btn,
    .site-header .navbar-nav .btn-bfc {
        padding-inline: 0.82rem;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar > .container {
        flex-wrap: wrap;
    }

    .site-header .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid var(--bfc-border);
    }

    .site-header .navbar-collapse.show {
        display: block;
    }

    .site-header .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
        margin-left: 0;
    }

    .site-header .navbar-nav > li > a,
    .site-header .navbar-nav .menu-item > a,
    .site-header .navbar-nav .page_item > a,
    .site-header .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: 0.72rem 0.25rem;
    }

    .site-header .navbar-nav .btn,
    .site-header .navbar-nav .btn-bfc {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }
}

.btn-outline-bfc {
    border-color: var(--bfc-green);
    color: var(--bfc-green);
    font-weight: 800;
}

.btn-outline-bfc:hover,
.btn-outline-bfc:focus {
    background: var(--bfc-green);
    border-color: var(--bfc-green);
    color: #fff;
}

/* Layout */
.text-bfc {
    color: var(--bfc-green);
}

.bg-bfc-soft {
    background: var(--bfc-green-soft);
}

.section-padding {
    padding: 5.5rem 0;
}

.section-heading {
    max-width: 820px;
}

.eyebrow {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: var(--bfc-orange);
}

.min-vh-75 {
    min-height: 75vh;
}

/* Hero */
.hero-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 14%, rgba(124, 179, 66, 0.55), transparent 32%),
        linear-gradient(115deg, rgba(0, 61, 34, 0.97), rgba(0, 104, 56, 0.9)),
        linear-gradient(135deg, #003d22, #006838);
}

.hero-v5::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.18;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section .lead {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.65vw, 1.18rem);
    line-height: 1.48;
}

.hero-diy-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

.hero-diy-link a {
    color: #fff;
    font-weight: 900;
}

.hero-splash-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    padding: 0.75rem;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.hero-splash-card img,
.hero-splash-img {
    display: block;
    width: 100%;
    border-radius: 22px;
}

/* Chips / Pills */
.path-pill,
.product-tag,
.mini-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.15rem; /* more space below pill */
    border: 1px solid transparent;
}

/* Main path pills */
.path-pill {
    color: #fff;
}

.pill-orange {
    background: #ff9933;
    border-color: #e6871f;
    color: #fff;
}

.pill-green {
    background: #006838;
    border-color: #00542d;
    color: #fff;
}

.pill-lawn {
    background: #7cb342;
    border-color: #689a34;
    color: #fff;
}

/* Shared smaller chips */
.product-tag,
.mini-chip {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

/* Core system chips */
.chip-orange {
    background: #fff1e4;
    color: #9a4f00;
    border-color: #f5c28b;
}

.chip-green {
    background: #e7f4ec;
    color: #005c31;
    border-color: #b8d8c5;
}

.chip-slate {
    background: #e8f1ef;
    color: #3f6f68;
    border-color: #bdd1cc;
}

/* Product category pills */
.product-tag-fertility {
    background: #e7f4ec;
    color: #005c31;
    border-color: #b8d8c5;
}

.product-tag-nutrients {
    background: #edf3f6;
    color: #4b6670;
    border-color: #c6d5db;
}

.product-tag-spray {
    background: #fff1e4;
    color: #9a4f00;
    border-color: #f5c28b;
}

.product-tag-soil {
    background: #eef7e8;
    color: #4f7d28;
    border-color: #c9dfb1;
}

/* ==========================================
   Product category pills — more color, better spacing
   ========================================== */

.product-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    margin-bottom: 1.15rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid transparent;
}

/* More breathing room between pill and heading/text */
.product-card h3 {
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.product-card p {
    margin-top: 0;
}

/* Fertility */
.product-tag-fertility {
    background: #dff1e7;
    color: #005c31;
    border-color: #9bc7ad;
}

/* Nutrients */
.product-tag-nutrients {
    background: #e6eef5;
    color: #35586b;
    border-color: #bccfdd;
}

/* Spray Support */
.product-tag-spray {
    background: #fff0e0;
    color: #9a4f00;
    border-color: #f2c38d;
}

/* Soil Support */
.product-tag-soil {
    background: #edf7e5;
    color: #527d2e;
    border-color: #c6dda9;
}

/* Optional: match the top accent stripe to the pill color */
.product-card-fertility::before {
    background: #006838;
}

.product-card-nutrients::before {
    background: #5d7c8c;
}

.product-card-spray::before {
    background: #ff9933;
}

.product-card-soil::before {
    background: #7cb342;
}

/* Path Cards */
.path-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.path-card {
    border: 1px solid var(--bfc-border);
    border-radius: 24px;
    box-shadow: var(--bfc-shadow);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    overflow: hidden;
    height: 100%;
}

.path-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.09);
}

.path-card-primary {
    border: 2px solid var(--bfc-green);
}

.path-card-link:hover .path-card,
.path-card-link:focus .path-card {
    border-color: var(--bfc-green);
}

.path-card p {
    color: var(--bfc-charcoal);
}

.path-card-footer {
    margin-top: 1.25rem;
    font-weight: 800;
    color: var(--bfc-green-dark);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

/* Check Lists */
.check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.check-list li {
    position: relative;
    padding-left: 1.7rem;
    margin-bottom: 0.62rem;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--bfc-green);
    font-weight: 900;
}

/* Cards */
.system-card,
.tool-card,
.mini-card,
.product-card,
.support-card,
.section-intro-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--bfc-border);
    border-radius: 22px;
    padding: 1.55rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.system-card h3,
.tool-card h3,
.mini-card h4,
.product-card h3,
.support-card h3,
.section-intro-card h2 {
    color: var(--bfc-green-dark);
}

.system-card p,
.tool-card p,
.mini-card p,
.product-card p,
.support-card p,
.section-intro-card p {
    color: var(--bfc-muted);
    margin-bottom: 0;
}

/* Product Cards */
.product-card {
    position: relative;
    overflow: hidden;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--bfc-green), var(--bfc-lawn));
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

/* Quality Panel */
.product-quality-panel {
    background: linear-gradient(180deg, #fff, var(--bfc-green-soft));
    border: 1px solid var(--bfc-border);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--bfc-shadow);
}

.quality-list {
    display: grid;
    gap: 1rem;
}

.quality-callout {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid var(--bfc-border);
    border-left: 5px solid var(--bfc-green);
    border-radius: 18px;
    padding: 1rem 1.15rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.quality-callout:hover,
.quality-callout:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    outline: none;
}

.quality-callout-orange {
    border-left-color: var(--bfc-orange);
}

.quality-callout-green {
    border-left-color: var(--bfc-green);
}

.quality-callout-lawn {
    border-left-color: var(--bfc-lawn);
}

.quality-callout-title {
    display: block;
    color: var(--bfc-green-dark);
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
}

.quality-callout-copy {
    display: block;
    color: var(--bfc-muted);
}

.quality-callout-more {
    display: inline-block;
    margin-top: 0.55rem;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--bfc-green-dark);
}

/* Modal */
.quality-modal {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.quality-modal .modal-header {
    border-bottom: 1px solid var(--bfc-border);
}

.quality-modal .modal-body {
    padding: 1.5rem;
}

/* Training */
.training-panel {
    background: #fff;
    border: 1px solid var(--bfc-border);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--bfc-shadow);
    border-top: 5px solid var(--bfc-green);
}

.training-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.25rem;
}

.training-list li {
    position: relative;
    padding-left: 1.7rem;
    margin-bottom: 0.7rem;
    font-weight: 700;
}

.training-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--bfc-green);
    font-weight: 900;
}

.training-note {
    background: var(--bfc-green-soft);
    border-radius: 14px;
    padding: 1rem;
    font-size: 0.92rem;
    color: var(--bfc-charcoal);
}

/* Intro / Steps / Support */
.steps-panel,
.test-panel,
.math-card,
.diy-logo-panel,
.problem-panel,
.contact-info-card {
    background: #fff;
    border: 1px solid var(--bfc-border);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--bfc-shadow);
}

.section-intro-card {
    padding: 2rem;
}

.process-step {
    display: flex;
    gap: 1rem;
    padding: 1.05rem 0;
    border-top: 1px solid var(--bfc-border);
}

.process-step:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.process-step:last-of-type {
    padding-bottom: 0;
}

.process-step span {
    flex: 0 0 auto;
    min-width: 64px;
    height: 34px;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: var(--bfc-green-soft);
    color: var(--bfc-green-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.process-step h4 {
    margin-bottom: 0.15rem;
}

.process-step p {
    margin-bottom: 0;
    color: var(--bfc-muted);
}

.math-card {
    border-left: 5px solid var(--bfc-green);
}

.math-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    margin: 1rem 0;
}

.math-grid div {
    background: #dce8e1;
    border-radius: 16px;
    padding: 1rem;
}

.math-grid strong {
    display: block;
    color: var(--bfc-green-dark);
    font-size: 1.35rem;
    line-height: 1.1;
}

.math-grid span {
    display: block;
    color: var(--bfc-muted);
    font-size: 0.88rem;
    margin-top: 0.35rem;
}

/* Operator */
.small-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.small-list li {
    margin-bottom: 0.4rem;
}

.operator-note {
    color: var(--bfc-muted);
}

/* DIY */
.diy-logo-panel {
    text-align: center;
    background: linear-gradient(180deg, #fff, var(--bfc-green-soft));
}

.diy-logo-img {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
}

/* Testimonials */
.testimonial-card {
    background: #fff;
    border: 1px solid var(--bfc-border);
    border-radius: 22px;
    padding: 1.6rem;
    box-shadow: var(--bfc-shadow);
}

.testimonial-quote {
    font-style: italic;
    color: var(--bfc-charcoal);
    font-size: 1.02rem;
    line-height: 1.7;
}

.testimonial-quote p:last-child {
    margin-bottom: 0;
}

.testimonial-author {
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bfc-border);
    color: var(--bfc-green-dark);
    font-weight: 900;
}

.testimonial-disclaimer {
    margin-top: 1rem;
    color: var(--bfc-muted);
    font-size: 0.9rem;
}

.testimonials-count-1 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Contact */
.contact-section {
    background:
        linear-gradient(135deg, rgba(0, 104, 56, 0.96), rgba(0, 61, 34, 0.98)),
        var(--bfc-green);
    color: #fff;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.98);
    color: var(--bfc-charcoal);
}

.contact-steps {
    margin: 0;
    padding-left: 1.2rem;
}

.contact-steps li + li {
    margin-top: 0.45rem;
}

.form-shell {
    background: rgba(255, 255, 255, 0.98);
    color: var(--bfc-charcoal);
    border-radius: 26px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.form-shell-header {
    padding: 1.75rem 2rem 0.75rem;
}

.form-shell-body {
    padding: 0 2rem 1rem;
}

.form-note {
    padding: 0 2rem 1.75rem;
    color: var(--bfc-muted);
    font-size: 0.92rem;
}

/* WPForms cleanup */
.form-shell .wpforms-container {
    margin-bottom: 0;
}

.form-shell .wpforms-form {
    max-width: 100%;
}

.form-shell .wpforms-field-label {
    font-weight: 700;
    color: var(--bfc-charcoal);
}

.form-shell .wpforms-submit-container {
    margin-top: 1rem;
}

.form-shell .wpforms-submit {
    background: var(--bfc-green) !important;
    border-color: var(--bfc-green) !important;
    color: #fff !important;
    border-radius: 0.6rem !important;
    font-weight: 800 !important;
    padding: 0.85rem 1.2rem !important;
}

.form-shell .wpforms-submit:hover {
    background: var(--bfc-green-dark) !important;
    border-color: var(--bfc-green-dark) !important;
}

/* Generic panels */
.disclaimer-box {
    border-left: 5px solid var(--bfc-orange);
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    color: var(--bfc-charcoal);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

/* Footer */
.footer-cta {
    background: var(--bfc-green);
    color: #fff;
}

.footer-main {
    background: var(--bfc-charcoal);
    color: rgba(255, 255, 255, 0.8);
}

.footer-main h3 {
    color: #fff;
}

.footer-links a,
.footer-link {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.footer-links a:hover,
.footer-link:hover {
    color: #fff;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.18);
}

/* Responsive */
@media (max-width: 991.98px) {
    .section-padding {
        padding: 4rem 0;
    }

    .hero-section {
        padding: 3.25rem 0;
    }

    .min-vh-75 {
        min-height: auto;
    }

    .display-4 {
        font-size: 2.4rem;
    }

    .math-grid {
        grid-template-columns: 1fr;
    }

    .menu-item {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-item a {
        padding: 0.6rem 0;
    }
}

@media (max-width: 575.98px) {
    .section-padding {
        padding: 3rem 0;
    }

    .hero-splash-card,
    .product-quality-panel,
    .training-panel,
    .steps-panel,
    .test-panel,
    .math-card,
    .diy-logo-panel,
    .section-intro-card,
    .support-card,
    .contact-info-card,
    .form-shell {
        border-radius: 18px;
    }

    .hero-splash-card,
    .product-quality-panel,
    .training-panel,
    .steps-panel,
    .test-panel,
    .math-card,
    .diy-logo-panel,
    .section-intro-card,
    .support-card,
    .contact-info-card {
        padding: 1.35rem;
    }

    .form-shell-header,
    .form-shell-body,
    .form-note {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .site-brand-icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .site-brand-icon {
        width: 43px;
        height: 43px;
    }

    .brand-text strong {
        font-size: 1rem;
    }

    .brand-text small {
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }

    .process-step {
        flex-direction: column;
        gap: 0.6rem;
    }
}
/* Admin-only warning for missing / non-rendering contact shortcode */
.admin-form-warning {
    background: #fff8e8;
    border: 1px solid #f2c36b;
    border-left: 5px solid var(--bfc-orange);
    border-radius: 14px;
    padding: 1rem 1.15rem;
    color: var(--bfc-charcoal);
}

.admin-form-warning p {
    margin-top: 0.5rem;
}

.admin-form-warning code {
    display: inline-block;
    background: #fff;
    border: 1px solid #ead9b1;
    border-radius: 6px;
    padding: 0.15rem 0.35rem;
    color: var(--bfc-green-dark);
    font-weight: 800;
}

/* =========================================================
   Apps, Training & Resources section
   ========================================================= */

.app-tool-card {
    position: relative;
    overflow: hidden;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.app-tool-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: var(--bfc-green);
}

.app-tool-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.app-tool-card-lawn::before {
    background: var(--bfc-lawn);
}

.app-tool-card-spray::before {
    background: var(--bfc-orange);
}

.app-tool-card-boundary::before {
    background: #5d7c8c;
}

.app-tool-card-training::before {
    background: var(--bfc-green);
}

.tool-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.95rem;
    margin-bottom: 1.15rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid transparent;
}

.tool-status-development,
.tool-status-dev {
    background: #fff0e0;
    color: #9a4f00;
    border-color: #f2c38d;
}

.tool-status-testing {
    background: #edf7e5;
    color: #527d2e;
    border-color: #c6dda9;
}

.tool-status-current {
    background: #e7f4ec;
    color: #005c31;
    border-color: #b8d8c5;
}

.tool-status-released {
    background: #006838;
    color: #fff;
    border-color: #00542d;
}

.tool-status-planned {
    background: #edf3f6;
    color: #35586b;
    border-color: #bccfdd;
}

.tool-status-neutral {
    background: #f2f5f3;
    color: var(--bfc-muted);
    border-color: var(--bfc-border);
}

.tools-note {
    background: var(--bfc-green-soft);
    border: 1px solid var(--bfc-border);
    border-left: 5px solid var(--bfc-green);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    color: var(--bfc-charcoal);
}

/* =========================================================
   Header / Anchor Offset Hardening v1.0.6
   Prevents sticky header from covering section content when
   users click the desktop menu links.
   ========================================================= */
html {
    scroll-padding-top: 112px;
}

body.admin-bar html,
body.admin-bar {
    scroll-padding-top: 144px;
}

body {
    overflow-x: hidden;
}

.site-header {
    background: #ffffff;
    z-index: 1040;
}

#main-content {
    display: block;
    position: relative;
    z-index: 1;
}

/* Apply anchor offset broadly, not only to <section id="...">. */
[id] {
    scroll-margin-top: 112px;
}

body.admin-bar [id] {
    scroll-margin-top: 144px;
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 96px;
    }

    body.admin-bar html,
    body.admin-bar {
        scroll-padding-top: 142px;
    }

    [id] {
        scroll-margin-top: 96px;
    }

    body.admin-bar [id] {
        scroll-margin-top: 142px;
    }
}

/* Keep the first visible section from tucking under the sticky header. */
#main-content > section:first-child {
    margin-top: 0;
}

/* Stronger desktop header layout guard. */
@media (min-width: 992px) {
    .site-header .navbar {
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .site-header .navbar > .container {
        min-height: 66px;
    }

    .site-header .navbar-collapse {
        overflow: visible;
    }

    .site-header .navbar-nav {
        min-width: 0;
    }
}


/* =========================================================
   Layout Rhythm / Card Spacing Hardening v1.0.7
   Adds more breathing room between stacked card rows and
   prevents anchor jumps from landing too tightly under the
   sticky header.
   ========================================================= */

/* Slightly larger anchor buffer so linked sections do not feel cramped. */
html {
    scroll-padding-top: 128px;
}

body.admin-bar html,
body.admin-bar {
    scroll-padding-top: 160px;
}

[id] {
    scroll-margin-top: 128px;
}

body.admin-bar [id] {
    scroll-margin-top: 160px;
}

/* Restore Bootstrap-like gutter behavior with better vertical rhythm. */
.row.g-3 {
    row-gap: 1.25rem;
}

.row.g-4 {
    row-gap: 2rem;
}

.row.g-5 {
    row-gap: 3.25rem;
}

/* Cards should never visually kiss the next card row. */
.path-card,
.system-card,
.tool-card,
.mini-card,
.product-card,
.support-card,
.section-intro-card,
.steps-panel,
.test-panel,
.math-card,
.diy-logo-panel,
.problem-panel,
.contact-info-card,
.app-tool-card,
.product-quality-panel,
.training-panel,
.form-shell {
    margin-bottom: 0.75rem;
}

/* If a card is the last item inside its column, keep the column gap in charge. */
.row > * > .path-card:last-child,
.row > * > .system-card:last-child,
.row > * > .tool-card:last-child,
.row > * > .mini-card:last-child,
.row > * > .product-card:last-child,
.row > * > .support-card:last-child,
.row > * > .section-intro-card:last-child,
.row > * > .steps-panel:last-child,
.row > * > .test-panel:last-child,
.row > * > .math-card:last-child,
.row > * > .diy-logo-panel:last-child,
.row > * > .problem-panel:last-child,
.row > * > .contact-info-card:last-child,
.row > * > .app-tool-card:last-child,
.row > * > .product-quality-panel:last-child,
.row > * > .training-panel:last-child,
.row > * > .form-shell:last-child {
    margin-bottom: 0;
}

/* Give split layouts a bit more internal breathing room. */
.steps-panel,
.test-panel,
.math-card,
.diy-logo-panel,
.problem-panel,
.contact-info-card,
.section-intro-card,
.support-card,
.product-quality-panel,
.training-panel,
.form-shell {
    padding-top: 2.15rem;
    padding-bottom: 2.15rem;
}

/* Process steps were reading too tight when anchored under the sticky header. */
.process-step {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
}

.process-step:first-of-type {
    padding-top: 0.25rem;
}

.process-step:last-of-type {
    padding-bottom: 0.25rem;
}

/* Cards with lists need a little more bottom breathing room. */
.check-list li:last-child,
.small-list li:last-child,
.training-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 112px;
    }

    body.admin-bar html,
    body.admin-bar {
        scroll-padding-top: 156px;
    }

    [id] {
        scroll-margin-top: 112px;
    }

    body.admin-bar [id] {
        scroll-margin-top: 156px;
    }

    .row.g-4 {
        row-gap: 1.65rem;
    }
}

@media (max-width: 575.98px) {
    .row.g-4 {
        row-gap: 1.35rem;
    }

    .steps-panel,
    .test-panel,
    .math-card,
    .diy-logo-panel,
    .problem-panel,
    .contact-info-card,
    .section-intro-card,
    .support-card,
    .product-quality-panel,
    .training-panel,
    .form-shell {
        padding-top: 1.45rem;
        padding-bottom: 1.45rem;
    }
}


/* =========================================================
   Starter Path Row Gap Correction v1.0.8
   Fixes the visual problem where the lower card row nearly
   touches the bottom of the upper startup-path card row.
   ========================================================= */

#starter-path .starter-support-row,
#starter-path .row.g-4.mt-5.starter-support-row {
    margin-top: clamp(2.25rem, 4vw, 3.5rem) !important;
}

/* Safety net for this section: consecutive rows need real space. */
#starter-path .container > .row + .row {
    margin-top: clamp(2.25rem, 4vw, 3.5rem) !important;
}

/* Keep each lower card from crowding the row above on narrow widths too. */
#starter-path .support-card,
#starter-path .math-card {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    #starter-path .container > .row + .row {
        margin-top: 2rem !important;
    }

    #starter-path .row.g-5 > [class*="col-"] + [class*="col-"] {
        margin-top: 1.5rem;
    }
}


/* =========================================================
   Starter Path Hard Row Separation v1.0.9
   This is the exact visual issue Craig flagged: the lower
   Startup Notes / Planning Example cards were nearly touching
   the upper startup-path card row.
   ========================================================= */

#starter-path .bfc-starter-row-divider {
    display: block !important;
    width: 100% !important;
    height: clamp(4.5rem, 7vw, 6.5rem) !important;
    flex: 0 0 100% !important;
    clear: both !important;
}

#starter-path .starter-support-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#starter-path .steps-panel {
    margin-bottom: 0 !important;
}

/* Extra insurance if the spacer gets removed later. */
#starter-path .row.align-items-start + .starter-support-row,
#starter-path .row.align-items-start + .row.starter-support-row,
#starter-path .container > .row.g-5.align-items-start + .row.starter-support-row {
    margin-top: clamp(4.5rem, 7vw, 6.5rem) !important;
}

@media (max-width: 991.98px) {
    #starter-path .bfc-starter-row-divider {
        height: 3.5rem !important;
    }

    #starter-path .row.align-items-start + .starter-support-row,
    #starter-path .row.align-items-start + .row.starter-support-row,
    #starter-path .container > .row.g-5.align-items-start + .row.starter-support-row {
        margin-top: 3.5rem !important;
    }
}

@media (max-width: 575.98px) {
    #starter-path .bfc-starter-row-divider {
        height: 2.75rem !important;
    }

    #starter-path .row.align-items-start + .starter-support-row,
    #starter-path .row.align-items-start + .row.starter-support-row,
    #starter-path .container > .row.g-5.align-items-start + .row.starter-support-row {
        margin-top: 2.75rem !important;
    }
}


/* =========================================================
   Starter Path Absolute Row Gap Fix v1.1.0
   The lower Startup Notes / Planning Example row must not
   visually touch the upper startup path row. This rule is
   intentionally direct and paired with an inline spacer in
   front-page.php so it survives cache/cascade problems.
   ========================================================= */

#starter-path .bfc-starter-row-divider {
    display: block !important;
    width: 100% !important;
    min-height: clamp(5.5rem, 8vw, 7.5rem) !important;
    height: clamp(5.5rem, 8vw, 7.5rem) !important;
    clear: both !important;
}

#starter-path .starter-support-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 991.98px) {
    #starter-path .bfc-starter-row-divider {
        min-height: 4.25rem !important;
        height: 4.25rem !important;
    }
}

@media (max-width: 575.98px) {
    #starter-path .bfc-starter-row-divider {
        min-height: 3.25rem !important;
        height: 3.25rem !important;
    }
}


/* =========================================================
   BFC Lawns v1.1.1 - Lighthouse + Visual Cleanup
   ========================================================= */

/* The flagged orange/green eyebrow text needed stronger contrast. */
.eyebrow,
.text-bfc,
p.eyebrow.text-bfc {
    color: #004f2b !important;
}

.hero-section .eyebrow,
.hero-section .text-bfc,
.hero-section p.eyebrow.text-bfc {
    color: #ffb36b !important;
}

.path-pill.pill-orange {
    background: #8a3f00 !important;
    color: #ffffff !important;
}

.path-pill.pill-lawn {
    background: #315f00 !important;
    color: #ffffff !important;
}

.path-pill.pill-green {
    background: #004f2b !important;
    color: #ffffff !important;
}

/* Hard visual gap for the exact card-row issue in the Start a Lawn Business section. */
#starter-path .bfc-starter-row-divider {
    display: block !important;
    width: 100% !important;
    min-height: clamp(7rem, 9vw, 9rem) !important;
    height: clamp(7rem, 9vw, 9rem) !important;
    clear: both !important;
}

#starter-path .starter-support-row {
    margin-top: clamp(2rem, 4vw, 3.5rem) !important;
    padding-top: 0 !important;
}

#starter-path .row.g-5.align-items-start {
    margin-bottom: 0 !important;
}

/* Make the lower row visibly separated even if a browser/cache misses the spacer element. */
#starter-path .starter-support-row .support-card,
#starter-path .starter-support-row .math-card {
    transform: translateY(0);
}

/* Make the smaller uploaded images do the work instead of full-size customizer uploads. */
.hero-splash-img {
    width: min(100%, 319px);
    height: auto;
    margin-inline: auto;
}

.diy-logo-img {
    width: min(100%, 220px);
    height: auto;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    #starter-path .bfc-starter-row-divider {
        min-height: 5rem !important;
        height: 5rem !important;
    }

    #starter-path .starter-support-row {
        margin-top: 2rem !important;
    }
}

@media (max-width: 575.98px) {
    #starter-path .bfc-starter-row-divider {
        min-height: 4rem !important;
        height: 4rem !important;
    }

    #starter-path .starter-support-row {
        margin-top: 1.75rem !important;
    }
}

/* =========================================================
   BFC Lawns v1.1.2 - TBT + Mobile Image Cleanup
   ========================================================= */

/* Keep the splash card visually small and force the browser to use the smallest generated crop. */
.hero-splash-img {
    width: min(100%, 319px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-inline: auto;
}

/* Go-live form loader: the form prepares automatically; no manual load button is shown. */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bfc-lazy-form {
    border: 1px solid var(--bfc-border);
    border-radius: 18px;
    background: #ffffff;
    padding: clamp(1.25rem, 3vw, 2rem);
    min-height: 360px;
}

.bfc-lazy-form[aria-busy="false"] {
    min-height: 0;
}

.bfc-lazy-form-placeholder {
    display: grid;
    gap: 1rem;
}

.bfc-form-skeleton-line,
.bfc-form-skeleton-field,
.bfc-form-skeleton-area {
    display: block;
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(90deg, #eef4ef 0%, #f7faf8 48%, #eef4ef 100%);
    border: 1px solid var(--bfc-border);
}

.bfc-form-skeleton-line {
    height: 18px;
}

.bfc-form-skeleton-line-long {
    max-width: 72%;
}

.bfc-form-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.bfc-form-skeleton-field {
    height: 52px;
}

.bfc-form-skeleton-area {
    height: 120px;
}

.bfc-lazy-form-target:not(:empty) {
    margin-top: 0;
}

.bfc-form-load-error {
    color: var(--bfc-text);
}

.bfc-load-form-button:disabled {
    opacity: 0.7;
    cursor: wait;
}

@media (max-width: 700px) {
    .bfc-form-skeleton-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   BFC Lawns v1.1.3 - Critical CSS + Final Mobile Image Cleanup
   ========================================================= */
.hero-splash-card {
    max-width: 345px;
    margin-inline: auto;
}

.hero-splash-img {
    max-width: 319px !important;
}

@media (max-width: 575.98px) {
    .hero-splash-card {
        max-width: 343px;
    }
}


/* =========================================================
   BFC Lawns v1.1.5 - Visual Palette Lock
   ---------------------------------------------------------
   Performance work must not randomly repaint the site.
   These rules restore the intentional BFC / AgroVantage lawn
   palette while keeping Lighthouse contrast at 100.
   ========================================================= */

:root {
    --bfc-green: #006838;
    --bfc-green-dark: #004f2b;
    --bfc-green-deep: #003d22;
    --bfc-green-soft: #eaf5ef;
    --bfc-lawn: #7cb342;
    --bfc-orange: #ff9933;
    --bfc-charcoal: #1f2a24;
    --bfc-muted: #66736d;
    --bfc-light: #f7faf8;
    --bfc-border: #dce8e1;
}

.site-header,
.site-header .navbar,
.bg-white {
    background-color: #ffffff !important;
}

.hero-section {
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 14%, rgba(124, 179, 66, 0.55), transparent 32%),
        linear-gradient(115deg, rgba(0, 61, 34, 0.97), rgba(0, 104, 56, 0.9)),
        linear-gradient(135deg, #003d22, #006838) !important;
}

.hero-section .eyebrow,
.hero-section .text-bfc,
.hero-section p.eyebrow.text-bfc {
    color: #ffb36b !important;
}

.eyebrow,
.text-bfc,
p.eyebrow.text-bfc {
    color: #004f2b !important;
}

.btn-bfc,
.btn.btn-bfc,
.site-header .navbar-nav .btn-bfc {
    background-color: #006838 !important;
    border-color: #006838 !important;
    color: #ffffff !important;
}

.btn-bfc:hover,
.btn-bfc:focus,
.btn.btn-bfc:hover,
.btn.btn-bfc:focus,
.site-header .navbar-nav .btn-bfc:hover,
.site-header .navbar-nav .btn-bfc:focus {
    background-color: #004f2b !important;
    border-color: #004f2b !important;
    color: #ffffff !important;
}

.btn-light {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #003d22 !important;
}

.btn-outline-bfc {
    background-color: transparent !important;
    border-color: #006838 !important;
    color: #006838 !important;
}

.btn-outline-bfc:hover,
.btn-outline-bfc:focus {
    background-color: #006838 !important;
    border-color: #006838 !important;
    color: #ffffff !important;
}

/* Primary path pills: recognizable brand colors, accessible text. */
.path-pill {
    border: 1px solid transparent !important;
}

.path-pill.pill-orange,
.pill-orange {
    background-color: #ff9933 !important;
    border-color: #d66f00 !important;
    color: #102719 !important;
}

.path-pill.pill-lawn,
.pill-lawn {
    background-color: #7cb342 !important;
    border-color: #5e8f2e !important;
    color: #102719 !important;
}

.path-pill.pill-green,
.pill-green {
    background-color: #006838 !important;
    border-color: #004f2b !important;
    color: #ffffff !important;
}

/* Category chips: keep useful color meaning instead of turning everything green. */
.product-tag,
.mini-chip {
    color: inherit !important;
}

.chip-orange,
.product-tag-spray {
    background-color: #fff1e4 !important;
    border-color: #f5c28b !important;
    color: #7a3a00 !important;
}

.chip-green,
.product-tag-fertility {
    background-color: #e7f4ec !important;
    border-color: #b8d8c5 !important;
    color: #004f2b !important;
}

.chip-slate,
.product-tag-nutrients {
    background-color: #edf3f6 !important;
    border-color: #c6d5db !important;
    color: #344f59 !important;
}

.product-tag-soil {
    background-color: #eef7e8 !important;
    border-color: #c9dfb1 !important;
    color: #315f00 !important;
}

/* Number/status chips still need strong contrast. */

.tool-status.status-current {
    background-color: #006838 !important;
    color: #ffffff !important;
}

.tool-status.status-testing {
    background-color: #ff9933 !important;
    color: #102719 !important;
}

.tool-status.status-development {
    background-color: #e8f1ef !important;
    color: #25433d !important;
}


/* =========================================================
   BFC Lawns v1.1.9 - Modal Request Form
   ========================================================= */
.request-info-shell .form-shell-body {
    padding-bottom: 1.5rem;
}

.request-info-cta-card {
    display: grid;
    gap: 1.25rem;
    border: 1px solid var(--bfc-border);
    border-radius: 18px;
    background: #ffffff;
    padding: 1.35rem;
}

.request-info-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.request-info-modal-dialog {
    width: min(100%, 860px);
    max-width: 860px;
}

.request-info-modal-content .modal-body {
    padding: 1.5rem;
}

.request-info-modal-intro {
    color: var(--bfc-muted);
}

.request-info-modal-note {
    padding: 1rem 0 0;
}

.request-info-modal-content .bfc-lazy-form {
    min-height: 0;
}

.request-info-modal-content .bfc-lazy-form-placeholder {
    margin-bottom: 0;
}

.request-info-modal-content .wpforms-container,
.request-info-modal-content .wpforms-form {
    margin-bottom: 0;
    max-width: 100%;
}

.request-info-modal-content .wpforms-submit {
    background: var(--bfc-green) !important;
    border-color: var(--bfc-green) !important;
    color: #fff !important;
    border-radius: 0.6rem !important;
    font-weight: 800 !important;
    padding: 0.85rem 1.2rem !important;
}

.request-info-modal-content .wpforms-submit:hover,
.request-info-modal-content .wpforms-submit:focus {
    background: var(--bfc-green-dark) !important;
    border-color: var(--bfc-green-dark) !important;
}

@media (max-width: 767.98px) {
    .request-info-modal-dialog {
        width: min(100%, 100%);
        max-width: 100%;
    }

    .request-info-modal-content .modal-body,
    .request-info-modal-content .modal-header {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/* =========================================================
   BFC Lawns v1.2.0 - Go-Live Modal Form Styling
   Purpose: make the click-loaded WPForms modal usable and polished
   without depending on delayed plugin CSS for basic input styling.
   ========================================================= */

.modal {
    z-index: 10000;
}

.modal.show {
    align-items: flex-start;
    padding-top: clamp(1rem, 4vh, 2.5rem);
    padding-bottom: clamp(1rem, 4vh, 2.5rem);
}

.request-info-modal-dialog {
    width: min(100% - 32px, 820px);
    max-width: 820px;
    margin: 0 auto;
}

.request-info-modal-content {
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
}

.request-info-modal-content .modal-header {
    flex: 0 0 auto;
    background: #ffffff;
    border-bottom: 1px solid var(--bfc-border);
    padding: 1.15rem 1.35rem;
}

.request-info-modal-content .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: clamp(1rem, 2.2vw, 1.5rem);
}

.request-info-modal-intro {
    max-width: 680px;
    color: var(--bfc-muted);
}

.request-info-cta-card {
    align-items: start;
}

.request-info-cta-actions .btn {
    min-height: 52px;
}

/* Make WPForms readable even when its full stylesheet loads after the click. */
.request-info-modal-content .wpforms-container,
.request-info-modal-content .wpforms-container-full,
.request-info-modal-content .wpforms-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.request-info-modal-content .wpforms-field,
.request-info-modal-content .wpforms-field-container .wpforms-field {
    clear: both;
    padding: 0 0 1rem !important;
    margin: 0 !important;
}

.request-info-modal-content .wpforms-field-label,
.request-info-modal-content .wpforms-field-sublabel,
.request-info-modal-content label {
    display: block;
    color: var(--bfc-charcoal);
}

.request-info-modal-content .wpforms-field-label {
    margin-bottom: 0.42rem !important;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.25;
}

.request-info-modal-content .wpforms-required-label {
    color: #8a2800;
}

.request-info-modal-content .wpforms-field-sublabel {
    margin-top: 0.25rem !important;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--bfc-muted);
}

.request-info-modal-content input[type="text"],
.request-info-modal-content input[type="email"],
.request-info-modal-content input[type="tel"],
.request-info-modal-content input[type="url"],
.request-info-modal-content input[type="number"],
.request-info-modal-content select,
.request-info-modal-content textarea,
.request-info-modal-content .wpforms-field input,
.request-info-modal-content .wpforms-field select,
.request-info-modal-content .wpforms-field textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px;
    padding: 0.72rem 0.82rem !important;
    border: 1px solid #b8c7bf !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: var(--bfc-charcoal) !important;
    font: inherit !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
    appearance: auto;
}

.request-info-modal-content textarea,
.request-info-modal-content .wpforms-field textarea {
    min-height: 112px;
    resize: vertical;
}

.request-info-modal-content input:focus,
.request-info-modal-content select:focus,
.request-info-modal-content textarea:focus {
    outline: 3px solid rgba(0, 104, 56, 0.2) !important;
    outline-offset: 2px;
    border-color: var(--bfc-green) !important;
}

.request-info-modal-content .wpforms-field-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
}

.request-info-modal-content .wpforms-field-row-block {
    width: 100% !important;
    padding: 0 !important;
}

.request-info-modal-content .wpforms-field-medium,
.request-info-modal-content .wpforms-field-large {
    max-width: 100% !important;
}

.request-info-modal-content .wpforms-submit-container {
    padding-top: 0.25rem !important;
    margin-top: 0.25rem !important;
}

.request-info-modal-content .wpforms-submit {
    min-height: 50px !important;
    padding: 0.85rem 1.2rem !important;
    border-radius: 10px !important;
    background: var(--bfc-green) !important;
    border: 1px solid var(--bfc-green) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

.request-info-modal-content .wpforms-submit:hover,
.request-info-modal-content .wpforms-submit:focus {
    background: var(--bfc-green-dark) !important;
    border-color: var(--bfc-green-dark) !important;
}

.request-info-modal-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bfc-border);
    font-size: 0.9rem;
}

/* Slightly polish the form-loading skeleton inside the modal. */
.request-info-modal-content .bfc-lazy-form {
    border: 1px solid var(--bfc-border);
    border-radius: 18px;
    padding: clamp(1rem, 2vw, 1.25rem);
    background: #ffffff;
}

.request-info-modal-content .bfc-lazy-form[aria-busy="false"] {
    border-color: transparent;
    padding: 0;
}

@media (max-width: 767.98px) {
    .modal.show {
        padding: 0;
    }

    .request-info-modal-dialog {
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
    }

    .request-info-modal-content {
        min-height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .request-info-modal-content .modal-header {
        padding: 1rem;
    }

    .request-info-modal-content .modal-body {
        padding: 1rem;
    }

    .request-info-modal-content .wpforms-field-row {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .request-info-modal-content input[type="text"],
    .request-info-modal-content input[type="email"],
    .request-info-modal-content input[type="tel"],
    .request-info-modal-content input[type="url"],
    .request-info-modal-content input[type="number"],
    .request-info-modal-content select,
    .request-info-modal-content textarea,
    .request-info-modal-content .wpforms-field input,
    .request-info-modal-content .wpforms-field select,
    .request-info-modal-content .wpforms-field textarea {
        min-height: 48px;
        font-size: 16px !important;
    }

    .request-info-cta-actions .btn {
        width: 100%;
    }
}


/* =========================================================
   BFC Lawns v1.2.1 - Go-Live WPForms Modal Polish
   Purpose: make the modal form read like a finished lead form,
   not unstyled plugin output.
   ========================================================= */

.request-info-cta-card {
    gap: 1.35rem;
}

.request-info-cta-copy h4 {
    color: var(--bfc-green-deep);
}

.request-info-cta-actions .btn {
    text-align: center;
    white-space: normal;
}

/* Keep the modal under the browser chrome and above the page overlay. */
.request-info-modal-content {
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.request-info-modal-content .modal-header {
    position: sticky;
    top: 0;
    z-index: 2;
}

.request-info-modal-content .btn-close {
    flex: 0 0 auto;
}

/*
 * WPForms reset/polish.
 * WPForms sometimes outputs row blocks with floats, inline widths, or plugin
 * defaults that are not appropriate inside a custom modal. Reset them here.
 */
.request-info-modal-content .wpforms-field-row,
.request-info-modal-content .wpforms-field-row-block,
.request-info-modal-content .wpforms-one-half,
.request-info-modal-content .wpforms-first,
.request-info-modal-content .wpforms-last {
    float: none !important;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.request-info-modal-content .wpforms-field-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.9rem !important;
    align-items: start;
}

.request-info-modal-content .wpforms-field-row-block {
    display: block !important;
    padding: 0 !important;
}

/* Name field: label first, then first/last side by side. */
.request-info-modal-content .wpforms-field-name .wpforms-field-row {
    margin-top: 0.35rem !important;
}

/* Standard field rhythm. */
.request-info-modal-content .wpforms-field {
    display: block !important;
    padding: 0 0 1.05rem !important;
}

.request-info-modal-content .wpforms-field:last-child {
    padding-bottom: 0 !important;
}

/* Labels and helper labels. */
.request-info-modal-content .wpforms-field-label {
    margin: 0 0 0.42rem !important;
    font-size: 0.98rem !important;
    font-weight: 850 !important;
    line-height: 1.28 !important;
    color: var(--bfc-charcoal) !important;
}

.request-info-modal-content .wpforms-field-sublabel {
    display: block !important;
    margin: 0.28rem 0 0 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #52625b !important;
}

/* Inputs/selects/textareas. */
.request-info-modal-content .wpforms-form input[type="text"],
.request-info-modal-content .wpforms-form input[type="email"],
.request-info-modal-content .wpforms-form input[type="tel"],
.request-info-modal-content .wpforms-form input[type="url"],
.request-info-modal-content .wpforms-form input[type="number"],
.request-info-modal-content .wpforms-form select,
.request-info-modal-content .wpforms-form textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0.78rem 0.9rem !important;
    border: 1px solid #aebdb5 !important;
    border-radius: 11px !important;
    background-color: #ffffff !important;
    color: var(--bfc-charcoal) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025) !important;
}

.request-info-modal-content .wpforms-form textarea {
    min-height: 130px !important;
    resize: vertical !important;
}

.request-info-modal-content .wpforms-form select {
    cursor: pointer;
}

.request-info-modal-content .wpforms-form input:focus,
.request-info-modal-content .wpforms-form select:focus,
.request-info-modal-content .wpforms-form textarea:focus {
    border-color: var(--bfc-green) !important;
    outline: 3px solid rgba(0, 104, 56, 0.18) !important;
    outline-offset: 2px !important;
}

.request-info-modal-content .wpforms-required-label {
    color: #a03700 !important;
    font-weight: 900 !important;
}

.request-info-modal-content .wpforms-error,
.request-info-modal-content label.wpforms-error {
    color: #8a1f00 !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    margin-top: 0.35rem !important;
}

/* Submit area. */
.request-info-modal-content .wpforms-submit-container {
    margin-top: 0.35rem !important;
    padding-top: 0.35rem !important;
}

.request-info-modal-content .wpforms-submit,
.request-info-modal-content button[type="submit"] {
    width: auto !important;
    min-width: 180px !important;
    min-height: 52px !important;
    padding: 0.9rem 1.25rem !important;
    border-radius: 11px !important;
    background: var(--bfc-green) !important;
    border: 1px solid var(--bfc-green) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
}

.request-info-modal-content .wpforms-submit:hover,
.request-info-modal-content .wpforms-submit:focus,
.request-info-modal-content button[type="submit"]:hover,
.request-info-modal-content button[type="submit"]:focus {
    background: var(--bfc-green-dark) !important;
    border-color: var(--bfc-green-dark) !important;
}

/* Prevent the form from hiding under the sticky modal header. */
.request-info-modal-content .wpforms-container-full {
    padding-top: 0.15rem !important;
}

/* Mobile: one column, full-height modal, large tap targets. */
@media (max-width: 767.98px) {
    .request-info-modal-content .modal-title {
        font-size: 1.2rem;
    }

    .request-info-modal-intro {
        font-size: 0.98rem;
    }

    .request-info-modal-content .wpforms-field-row {
        grid-template-columns: 1fr !important;
        gap: 0.55rem !important;
    }

    .request-info-modal-content .wpforms-field {
        padding-bottom: 1rem !important;
    }

    .request-info-modal-content .wpforms-submit,
    .request-info-modal-content button[type="submit"] {
        width: 100% !important;
    }
}


/* =========================================================
   BFC Lawns v1.2.2 - WPForms Name Field Desktop Fix
   Purpose: force First and Last name fields into a clean two-column
   desktop row inside the modal, regardless of WPForms float/width output.
   ========================================================= */

.request-info-modal-content .wpforms-field-name {
    display: block !important;
    width: 100% !important;
}

.request-info-modal-content .wpforms-field-name > .wpforms-field-label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0.55rem !important;
}

.request-info-modal-content .wpforms-field-name .wpforms-field-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 0.95rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.request-info-modal-content .wpforms-field-name .wpforms-field-row-block,
.request-info-modal-content .wpforms-field-name .wpforms-one-half,
.request-info-modal-content .wpforms-field-name .wpforms-first,
.request-info-modal-content .wpforms-field-name .wpforms-last {
    float: none !important;
    clear: none !important;
    display: block !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.request-info-modal-content .wpforms-field-name .wpforms-first {
    order: 1 !important;
}

.request-info-modal-content .wpforms-field-name .wpforms-field-row-block:not(.wpforms-first),
.request-info-modal-content .wpforms-field-name .wpforms-last {
    order: 2 !important;
}

.request-info-modal-content .wpforms-field-name .wpforms-field-row-block input {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.request-info-modal-content .wpforms-field-name .wpforms-field-sublabel {
    margin-top: 0.32rem !important;
}

/* Desktop/tablet: keep name row side-by-side. */
@media (min-width: 768px) {
    .request-info-modal-content .wpforms-field-name .wpforms-field-row {
        display: flex !important;
        flex-direction: row !important;
    }
}

/* Phone: stack first/last for easier tap targets. */
@media (max-width: 767.98px) {
    .request-info-modal-content .wpforms-field-name .wpforms-field-row {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }

    .request-info-modal-content .wpforms-field-name .wpforms-field-row-block,
    .request-info-modal-content .wpforms-field-name .wpforms-one-half,
    .request-info-modal-content .wpforms-field-name .wpforms-first,
    .request-info-modal-content .wpforms-field-name .wpforms-last {
        width: 100% !important;
        flex-basis: auto !important;
    }
}


/* =========================================================
   BFC Lawns v1.2.3 - Remove Accidental Text Highlighting
   Purpose: undo overly broad contrast rule that painted ordinary
   Measure / Price / Track text blocks dark green.
   ========================================================= */

/* Keep normal descriptive text inside math cards readable and unhighlighted. */
.math-card span:not(.path-pill):not(.product-tag):not(.mini-chip),
.math-card p span,
.math-card li span {
    background: transparent !important;
    border-color: transparent !important;
    color: inherit !important;
    padding: 0 !important;
}

/* Only the actual small step markers/badges should carry the dark badge style. */
.process-step > .step-number,
.step-number {
    background-color: #004f2b !important;
    border-color: #004f2b !important;
    color: #ffffff !important;
}

/* The Measure / Price / Track blocks should keep their soft-card appearance. */
.math-card .mini-card,
.math-card .planning-mini-card,
.math-card .metric-card {
    background-color: rgba(0, 104, 56, 0.08);
}

/* Defensive reset for the common three-column planning boxes. */
.math-card h4 + p,
.math-card h5 + p,
.math-card h6 + p {
    background: transparent !important;
    color: var(--bfc-charcoal) !important;
}


/* =========================================================
   BFC Lawns v1.2.4 - CTA Modal Routing + Anchor Alignment
   Purpose: make request/contact CTAs open the modal and make
   true section links land below the sticky header cleanly.
   ========================================================= */

html {
    scroll-padding-top: 112px;
}

[id] {
    scroll-margin-top: 112px;
}

body.admin-bar [id] {
    scroll-margin-top: 146px;
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 126px;
    }

    [id] {
        scroll-margin-top: 126px;
    }

    body.admin-bar [id] {
        scroll-margin-top: 168px;
    }
}



/* =========================================================
   BFC Lawns v1.2.9 - Cookie / Tracking Notice
   ========================================================= */

.bfc-cookie-notice {
    position: fixed;
    left: max(1rem, env(safe-area-inset-left));
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 10050;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    width: min(960px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid var(--bfc-border);
    border-radius: 18px;
    background: #ffffff;
    color: var(--bfc-charcoal);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.bfc-cookie-notice[hidden] {
    display: none !important;
}

.bfc-cookie-notice__text {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.45;
}

.bfc-cookie-notice__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 0.35rem;
    font-size: 0.86rem;
    font-weight: 800;
}

.bfc-cookie-notice__links a {
    color: var(--bfc-green);
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.bfc-cookie-notice__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.bfc-cookie-notice__actions .btn {
    min-height: 42px;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .bfc-cookie-notice {
        grid-template-columns: 1fr;
        align-items: stretch;
        width: auto;
    }

    .bfc-cookie-notice__actions {
        justify-content: stretch;
    }

    .bfc-cookie-notice__actions .btn {
        flex: 1 1 120px;
    }
}



/* =========================================================
   BFC Lawns v1.3.0 - Visible Social Links + Policy Pages
   ========================================================= */

.bfc-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.bfc-social-links--header {
    margin-left: 1rem;
}

.bfc-social-links--footer {
    justify-content: center;
    padding: 1rem;
    background: #ffffff;
    border-top: 1px solid var(--bfc-border);
}

.bfc-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 38px;
    padding: 0.42rem 0.58rem;
    border: 1px solid var(--bfc-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--bfc-green-deep);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
}

.bfc-social-link:hover,
.bfc-social-link:focus {
    color: var(--bfc-green);
    border-color: rgba(0, 104, 56, 0.35);
    text-decoration: none;
}

.bfc-social-link:focus-visible {
    outline: 3px solid rgba(0, 104, 56, 0.2);
    outline-offset: 2px;
}

.bfc-social-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: var(--bfc-green);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.bfc-social-links--header .bfc-social-link__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .bfc-social-links--header {
        margin-left: 0;
        margin-top: 0.85rem;
        padding-top: 0.85rem;
        border-top: 1px solid var(--bfc-border);
    }

    .bfc-social-links--header .bfc-social-link__label {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip-path: none;
        white-space: normal;
    }
}

/* Policy page content readability */
body.page .entry-content h1,
body.page .entry-content h2,
body.page .entry-content h3 {
    color: var(--bfc-green-deep);
}

body.page .entry-content {
    line-height: 1.65;
}

body.page .entry-content ul,
body.page .entry-content ol {
    padding-left: 1.35rem;
}



/* =========================================================
   BFC Lawns v1.3.1 - WPForms production-hosting fixes
   Purpose: keep WPForms anti-spam/hidden utility fields hidden even when
   theme-level modal input styling is stronger than plugin styles.
   ========================================================= */
.request-info-modal-content .bfc-direct-form,
.request-info-modal-content .request-info-form-direct {
    width: 100%;
    max-width: 100%;
}

.request-info-modal-content input[type="hidden"],
.request-info-modal-content .wpforms-field-hidden,
.request-info-modal-content .wpforms-field-hp,
.request-info-modal-content .wpforms-field.wpforms-field-hidden,
.request-info-modal-content .wpforms-field.wpforms-field-hp,
.request-info-modal-content .wpforms-field[aria-hidden="true"],
.request-info-modal-content .wpforms-field[style*="display:none"],
.request-info-modal-content .wpforms-field[style*="display: none"],
.request-info-modal-content .wpforms-field[style*="visibility:hidden"],
.request-info-modal-content .wpforms-field[style*="visibility: hidden"] {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -99999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    max-width: 1px !important;
    max-height: 1px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.request-info-modal-content .wpforms-confirmation-container-full,
.request-info-modal-content .wpforms-confirmation-container {
    margin: 0 !important;
    padding: 1rem 1.1rem !important;
    border: 1px solid rgba(0, 104, 56, 0.22) !important;
    border-radius: 14px !important;
    background: #f1fbf5 !important;
    color: var(--bfc-charcoal) !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
}

/* =========================================================
   BFC Lawns v1.3.5 - tighter anchor landing and alias anchors
   ========================================================= */
html {
    scroll-padding-top: 96px;
}

body.admin-bar,
body.admin-bar html {
    scroll-padding-top: 132px;
}

[id] {
    scroll-margin-top: 96px;
}

body.admin-bar [id] {
    scroll-margin-top: 132px;
}

.bfc-anchor-alias {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 84px;
    }

    body.admin-bar,
    body.admin-bar html {
        scroll-padding-top: 128px;
    }

    [id] {
        scroll-margin-top: 84px;
    }

    body.admin-bar [id] {
        scroll-margin-top: 128px;
    }
}

/* =========================================================
   BFC Lawns v1.3.8 - Contact Section Contrast + Compact Modal
   Purpose: improve Get Started eyebrow contrast and make the
   request form modal fit better on desktop and phone screens.
   ========================================================= */
.contact-section .eyebrow,
.contact-section p.eyebrow,
.contact-section p.eyebrow.text-bfc {
    color: rgba(255, 255, 255, 0.78) !important;
}

#requestInfoModal {
    z-index: 20000;
}

#requestInfoModal .modal-dialog.request-info-modal-dialog,
#requestInfoModal .modal-dialog-centered.request-info-modal-dialog {
    width: min(100% - 1.5rem, 820px);
    max-width: 820px;
    min-height: 0 !important;
    align-items: stretch !important;
    margin: 0.75rem auto !important;
}

#requestInfoModal .request-info-modal-content {
    max-height: calc(100dvh - 1.5rem);
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
}

#requestInfoModal .request-info-modal-content .modal-header {
    flex: 0 0 auto;
    padding: 0.85rem 1.1rem;
}

#requestInfoModal .request-info-modal-content .modal-title {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.15;
}

#requestInfoModal .request-info-modal-content .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 1.1rem 1.1rem;
}

#requestInfoModal .request-info-modal-intro {
    margin-bottom: 0.8rem !important;
    font-size: 0.95rem;
    line-height: 1.45;
}

#requestInfoModal .request-info-modal-note {
    padding-top: 0.75rem;
    font-size: 0.86rem;
    line-height: 1.45;
}

#requestInfoModal .request-info-modal-content .wpforms-field,
#requestInfoModal .request-info-modal-content .wpforms-field-container .wpforms-field {
    padding-bottom: 0.72rem !important;
}

#requestInfoModal .request-info-modal-content .wpforms-field-label {
    margin-bottom: 0.28rem !important;
    font-size: 0.93rem;
}

#requestInfoModal .request-info-modal-content input[type="text"],
#requestInfoModal .request-info-modal-content input[type="email"],
#requestInfoModal .request-info-modal-content input[type="tel"],
#requestInfoModal .request-info-modal-content input[type="url"],
#requestInfoModal .request-info-modal-content input[type="number"],
#requestInfoModal .request-info-modal-content select,
#requestInfoModal .request-info-modal-content textarea,
#requestInfoModal .request-info-modal-content .wpforms-field input,
#requestInfoModal .request-info-modal-content .wpforms-field select,
#requestInfoModal .request-info-modal-content .wpforms-field textarea {
    min-height: 42px !important;
    padding: 0.58rem 0.72rem !important;
    border-radius: 9px !important;
}

#requestInfoModal .request-info-modal-content textarea,
#requestInfoModal .request-info-modal-content .wpforms-field textarea {
    min-height: 92px !important;
}

#requestInfoModal .request-info-modal-content .wpforms-field-sublabel {
    margin-top: 0.18rem !important;
    font-size: 0.76rem;
}

#requestInfoModal .request-info-modal-content .wpforms-submit-container {
    padding-top: 0.05rem !important;
    margin-top: 0.05rem !important;
}

#requestInfoModal .request-info-modal-content .wpforms-submit,
#requestInfoModal .request-info-modal-content button[type="submit"] {
    min-height: 44px !important;
    padding: 0.68rem 1rem !important;
}

@media (max-width: 575.98px) {
    #requestInfoModal .modal-dialog.request-info-modal-dialog,
    #requestInfoModal .modal-dialog-centered.request-info-modal-dialog {
        width: calc(100vw - 0.75rem) !important;
        max-width: calc(100vw - 0.75rem) !important;
        margin: 0.375rem auto !important;
    }

    #requestInfoModal .request-info-modal-content {
        max-height: calc(100dvh - 0.75rem);
        border-radius: 16px;
    }

    #requestInfoModal .request-info-modal-content .modal-header {
        padding: 0.65rem 0.8rem;
    }

    #requestInfoModal .request-info-modal-content .modal-body {
        padding: 0.8rem;
    }

    #requestInfoModal .request-info-modal-intro {
        font-size: 0.9rem;
        line-height: 1.38;
    }

    #requestInfoModal .request-info-modal-content .wpforms-field,
    #requestInfoModal .request-info-modal-content .wpforms-field-container .wpforms-field {
        padding-bottom: 0.6rem !important;
    }

    #requestInfoModal .request-info-modal-content input[type="text"],
    #requestInfoModal .request-info-modal-content input[type="email"],
    #requestInfoModal .request-info-modal-content input[type="tel"],
    #requestInfoModal .request-info-modal-content input[type="url"],
    #requestInfoModal .request-info-modal-content input[type="number"],
    #requestInfoModal .request-info-modal-content select,
    #requestInfoModal .request-info-modal-content textarea,
    #requestInfoModal .request-info-modal-content .wpforms-field input,
    #requestInfoModal .request-info-modal-content .wpforms-field select,
    #requestInfoModal .request-info-modal-content .wpforms-field textarea {
        min-height: 40px !important;
        padding: 0.52rem 0.65rem !important;
    }

    #requestInfoModal .request-info-modal-content textarea,
    #requestInfoModal .request-info-modal-content .wpforms-field textarea {
        min-height: 82px !important;
    }

    #requestInfoModal .request-info-modal-note {
        display: none;
    }
}
