/* ============ WEBSITES FOR SALE — LISTINGS INDEX (v5, live-structure mirror) ============ */

/* ---- COMPACT HERO ---- */
.wfs-hero {
    background: linear-gradient(160deg, var(--charcoal-deep) 0%, var(--charcoal) 55%, #2a3d47 100%);
    position: relative;
    overflow: hidden;
    padding: clamp(90px, 10vw, 130px) 0 clamp(50px, 6vw, 80px);
}

.wfs-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 60% at 12% 40%, rgba(74, 124, 63, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 45% 55% at 90% 60%, rgba(0, 76, 151, 0.10) 0%, transparent 60%);
    pointer-events: none;
}

.wfs-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 40%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 40%, transparent 90%);
    pointer-events: none;
}

.wfs-hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
}

.wfs-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border-radius: 100px;
    background: rgba(91, 154, 79, 0.12);
    border: 1px solid rgba(91, 154, 79, 0.28);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--forest-light);
    margin-bottom: 22px;
}

.wfs-hero-eyebrow::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--forest-light);
    box-shadow: 0 0 12px var(--forest-light);
    animation: wfs-pulse 2s ease-in-out infinite;
}

@keyframes wfs-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.wfs-hero h1 {
    font-size: clamp(38px, 5vw, 68px);
    color: var(--white);
    line-height: 1.05;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}

.wfs-hero h1 em {
    font-style: italic;
    color: var(--forest-light);
}

.wfs-hero p {
    font-family: var(--font-body);
    font-size: clamp(15px, 1.5vw, 18px);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    line-height: 1.65;
    max-width: 560px;
}

.wfs-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(14px, 1.8vw, 20px);
}

.wfs-hero-stat {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: clamp(18px, 2vw, 24px);
    transition: background 0.3s, border-color 0.3s;
}

.wfs-hero-stat:hover {
    background: rgba(91, 154, 79, 0.08);
    border-color: rgba(91, 154, 79, 0.3);
}

.wfs-hero-stat-value {
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 36px);
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

.wfs-hero-stat-value em {
    font-style: italic;
    color: var(--forest-light);
    font-size: 0.62em;
}

.wfs-hero-stat-label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

/* ---- Buyer List (PBA) sign-up card — emphasized top-right (Set 1A) ---- */
.wfs-hero-left {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 36px);
}

.wfs-pba {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: clamp(22px, 2.4vw, 30px);
    box-shadow: var(--shadow-md);
}

.wfs-pba__eyebrow {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--forest);
    display: block;
    margin-bottom: 10px;
}

.wfs-pba__title {
    font-family: var(--font-display);
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.12;
    color: var(--charcoal-deep);
    margin: 0 0 8px;
}

.wfs-pba .wfs-pba__sub {
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.55;
    color: var(--charcoal);
    margin: 0 0 18px;
    max-width: none;
}

/* ---- Buyer List Card (.wfs-pba) Form & Formidable Overrides ---- */
.wfs-pba__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wfs-pba__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* Reset any negative margins/paddings on Formidable wrapper containers to align with text */
.wfs-pba .frm_forms,
.wfs-pba .frm_forms form,
.wfs-pba .frm_form_fields,
.wfs-pba .frm_form_fields>fieldset,
.wfs-pba .frm_fields_container {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.wfs-pba .frm_submit {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 16px !important;
    width: 100% !important;
}

/* Ensure container grid/flex behavior for Formidable Form inside .wfs-pba */
.wfs-pba .with_frm_style .frm_form_fields>fieldset,
.wfs-pba .frm_form_fields>fieldset,
.wfs-pba .frm_fields_container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 10px !important;
}

/* If Formidable uses grid layout container (.frm_grid_2, etc.) */
.wfs-pba .with_frm_style .frm_grid_2,
.wfs-pba .with_frm_style .frm_grid,
.wfs-pba .frm_grid_2,
.wfs-pba .frm_grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* All form field containers inside .wfs-pba default to full width (100% on separate rows) */
.wfs-pba .with_frm_style .frm_form_field,
.wfs-pba .frm_form_field {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Keep ONLY First Name (1st field) and Last Name (2nd field) side-by-side in one row */
.wfs-pba .with_frm_style .frm_form_field:nth-of-type(1),
.wfs-pba .with_frm_style .frm_form_field:nth-of-type(2),
.wfs-pba .frm_form_field:nth-of-type(1),
.wfs-pba .frm_form_field:nth-of-type(2) {
    width: calc(50% - 5px) !important;
    flex: 0 0 calc(50% - 5px) !important;
    grid-column: span 1 !important;
    clear: none !important;
}

/* Keep Phone and Email fields side-by-side in one row */
.wfs-pba .with_frm_style .frm_form_field:nth-of-type(3),
.wfs-pba .with_frm_style .frm_form_field:nth-of-type(4),
.wfs-pba .frm_form_field:nth-of-type(3),
.wfs-pba .frm_form_field:nth-of-type(4),
.wfs-pba .frm_form_field:has(input[type="tel"]),
.wfs-pba .frm_form_field:has(input[type="email"]),
.wfs-pba .frm_form_field:has(input[placeholder*="Phone" i]),
.wfs-pba .frm_form_field:has(input[placeholder*="Email" i]) {
    width: calc(50% - 5px) !important;
    flex: 0 0 calc(50% - 5px) !important;
    grid-column: span 1 !important;
    clear: none !important;
}

/* Force Captcha / subsequent fields into separate full-width rows */
.wfs-pba .with_frm_style .frm_form_field:nth-of-type(n+5),
.wfs-pba .frm_form_field:nth-of-type(n+5),
.wfs-pba .with_frm_style .frm_form_field.frm_type_captcha,
.wfs-pba .frm_form_field.frm_type_captcha,
.wfs-pba .frm_form_field:has(div.g-recaptcha),
.wfs-pba .frm_form_field:has(div.frm_captcha) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    grid-column: 1 / -1 !important;
    float: none !important;
    clear: both !important;
}

/* Google reCAPTCHA responsive scaling override to prevent sidebar overflow */
.wfs-pba .g-recaptcha>div,
.wfs-pba .frm_captcha>div,
.wfs-pba .frm_form_field.frm_type_captcha .g-recaptcha>div {
    transform: scale(0.85) !important;
    transform-origin: left top !important;
    -webkit-transform: scale(0.85) !important;
    -webkit-transform-origin: left top !important;
}

.wfs-pba .frm_form_field.frm_type_captcha,
.wfs-pba .frm_type_captcha {
    /* height: 40px !important; */
    margin: 4px 0 16px !important;
}

.wfs-pba div#frm_field_328_container {
    height: 40px !important;
}

/* Input Fields Styling */
.wfs-pba__form input,
.wfs-pba .with_frm_style input[type="text"],
.wfs-pba .with_frm_style input[type="email"],
.wfs-pba .with_frm_style input[type="tel"],
.wfs-pba .with_frm_style select,
.wfs-pba .with_frm_style textarea,
.wfs-pba input[type="text"],
.wfs-pba input[type="email"],
.wfs-pba input[type="tel"],
.wfs-pba select,
.wfs-pba textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    font-family: var(--font-body) !important;
    font-size: 14px !important;
    padding: 11px 13px !important;
    border: 1px solid var(--charcoal-12) !important;
    border-radius: var(--radius-sm) !important;
    background: #fff !important;
    color: var(--charcoal-deep) !important;
    min-height: 30px !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
}

.wfs-pba__form input:focus,
.wfs-pba .with_frm_style input:focus,
.wfs-pba input:focus,
.wfs-pba select:focus,
.wfs-pba textarea:focus {
    outline: none !important;
    border-color: var(--forest) !important;
    box-shadow: 0 0 0 2px rgba(61, 99, 70, 0.12) !important;
}

/* Submit Button Override: Forest Green (#3d6346) matching Buyer List design */
.wfs-pba__form button,
.wfs-pba .with_frm_style .frm_submit input[type="submit"],
.wfs-pba .with_frm_style .frm_submit button,
.wfs-pba .with_frm_style input[type="submit"].frm_button_submit,
.wfs-pba .with_frm_style button.frm_button_submit,
.wfs-pba .frm_submit input[type="submit"],
.wfs-pba .frm_submit button,
.wfs-pba input[type="submit"],
.wfs-pba button {
    width: 100% !important;
    font-family: var(--font-body) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 13px !important;
    border: none !important;
    border-radius: var(--radius-sm) !important;
    background: var(--forest) !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    margin-top: 8px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    height: auto !important;
}

.wfs-pba__form button:hover,
.wfs-pba .with_frm_style .frm_submit input[type="submit"]:hover,
.wfs-pba .with_frm_style .frm_submit button:hover,
.wfs-pba .with_frm_style input[type="submit"].frm_button_submit:hover,
.wfs-pba .with_frm_style button.frm_button_submit:hover,
.wfs-pba .frm_submit input[type="submit"]:hover,
.wfs-pba .frm_submit button:hover,
.wfs-pba input[type="submit"]:hover,
.wfs-pba button:hover {
    background: var(--charcoal-deep) !important;
    color: #fff !important;
}

.wfs-pba .wfs-pba__fine {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--charcoal-42);
    margin: 12px 0 0;
    text-align: center;
}

/* ---- Light header (replaces the dark hero) ---- */
.wfs-head {
    background: var(--white);
    padding: clamp(28px, 4vw, 52px) 0 clamp(20px, 2.5vw, 32px);
}

.wfs-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--charcoal-42);
    margin-bottom: 18px;
}

.wfs-breadcrumb a {
    color: var(--charcoal-72);
    text-decoration: none;
}

.wfs-breadcrumb a:hover {
    color: var(--forest);
}

.wfs-breadcrumb__sep {
    color: var(--charcoal-72);
    font-size: 16px;
    line-height: 1;
}

.wfs-breadcrumb__current {
    color: var(--charcoal-deep);
    font-weight: 500;
}

.wfs-head h1 {
    font-family: var(--font-display);
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--charcoal-deep);
    margin: 0 0 12px;
}

.wfs-head h1 em {
    font-style: italic;
    color: var(--forest);
}

.wfs-head p {
    font-family: var(--font-body);
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.6;
    color: var(--charcoal-72);
    max-width: 640px;
    margin: 0;
}

/* ---- 2-column listings + sidebar ---- */
.wfs-layout {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--gutter);
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(300px, 26vw, 340px);
    gap: clamp(24px, 3vw, 40px);
    align-items: start;
}

.wfs-list {
    max-width: none;
    padding: 0;
}

.wfs-sidebar {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 22px);
    position: sticky;
    top: 90px;
}

.wfs-side-card {
    background: var(--white);
    border: 1px solid var(--charcoal-12);
    border-radius: var(--radius-lg);
    padding: clamp(18px, 2vw, 24px);
}

.wfs-side-card__eyebrow {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--forest);
    display: block;
    margin-bottom: 14px;
}

.wfs-testi {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--charcoal-05);
}

.wfs-testi:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wfs-testi p {
    font-family: var(--font-body);
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--charcoal-72);
    font-style: italic;
    margin: 0 0 8px;
}

.wfs-testi cite {
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    color: var(--charcoal-deep);
    font-weight: 600;
}

.wfs-testi cite span {
    display: block;
    color: var(--charcoal-42);
    font-weight: 400;
}

.wfs-side-more {
    display: inline-block;
    margin-top: 14px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    color: var(--forest);
    text-decoration: none;
}

.wfs-side-more:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .wfs-layout {
        grid-template-columns: 1fr;
    }
}

/* ---- SEARCH + SORT TOOLBAR ---- */
.wfs-toolbar-wrap {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--white);
    border-bottom: 1px solid var(--charcoal-12);
    box-shadow: 0 4px 20px rgba(29, 40, 48, 0.04);
}

.wfs-toolbar {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: clamp(14px, 1.8vw, 20px) var(--gutter);
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    align-items: center;
    justify-content: space-between;
}

.wfs-search {
    display: flex;
    flex: 1 1 320px;
    max-width: 440px;
    position: relative;
}

.wfs-search input[type="search"] {
    flex: 1;
    width: 100%;
    padding: 12px 48px 12px 16px;
    background: var(--cloud);
    border: 1px solid var(--charcoal-12);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--charcoal-deep);
    transition: border-color 0.25s, background 0.25s;
}

.wfs-search input[type="search"]::placeholder {
    color: var(--charcoal-42);
}

.wfs-search input[type="search"]:focus {
    outline: none;
    border-color: var(--forest);
    background: var(--white);
}

.wfs-search button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    background: var(--forest);
    color: var(--white);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s;
}

.wfs-search button:hover {
    background: #3a6a31;
}

.wfs-sort {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 18px;
}

.wfs-sort-label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--charcoal-42);
}

.wfs-sort a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--charcoal-72);
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    transition: color 0.25s, border-color 0.25s;
}

.wfs-sort a:hover {
    color: var(--forest);
}

.wfs-sort a[aria-current="true"] {
    color: var(--charcoal-deep);
    font-weight: 600;
    border-bottom-color: var(--forest);
}

/* ---- LISTINGS ---- */
.wfs-list-section {
    background: var(--cloud);
    padding: clamp(40px, 5vw, 64px) 0 clamp(56px, 7vw, 88px);
}

.wfs-list {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--gutter);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
}

.wfs-listing {
    background: var(--white);
    border: 1px solid var(--charcoal-12);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(210px, 21vw, 250px);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s, border-color 0.3s;
}

.wfs-listing:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--forest-12);
}

.wfs-listing-main {
    padding: clamp(22px, 2.6vw, 32px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wfs-flag {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
}

.wfs-flag--pending {
    background: rgba(218, 145, 0, 0.10);
    color: #8f5d00;
    border: 1px solid rgba(218, 145, 0, 0.30);
}

.wfs-flag--current {
    background: rgba(91, 154, 79, 0.12);
    color: var(--forest);
    border: 1px solid rgba(91, 154, 79, 0.30);
}

.wfs-listing-title {
    font-family: var(--font-display);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.25;
    margin-bottom: 8px;
}

.wfs-listing-title a {
    color: var(--charcoal-deep);
    transition: color 0.25s;
}

.wfs-listing-title a:hover {
    color: var(--forest);
}

.wfs-listing-cat {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 14px;
}

.wfs-badges {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
}

.wfs-badges li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: 600;
    color: var(--charcoal);
    background: var(--sage);
    border: 1px solid var(--charcoal-12);
    border-radius: 100px;
    padding: 4px 12px;
}

.wfs-badges li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--forest);
    flex-shrink: 0;
}

.wfs-teaser {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--charcoal-72);
    line-height: 1.65;
    margin-bottom: 18px;
    max-width: 72ch;
}

.wfs-more {
    color: var(--forest);
    font-weight: 600;
    white-space: nowrap;
}

.wfs-more:hover {
    text-decoration: underline;
}

.wfs-listing-meta {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
    font-family: var(--font-body);
    font-size: 12.5px;
    color: var(--charcoal-72);
}

.wfs-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wfs-meta-item svg {
    flex-shrink: 0;
    color: var(--forest);
}

.wfs-meta-item strong {
    color: var(--charcoal-deep);
    font-weight: 600;
}

.wfs-listing-fin {
    padding: clamp(22px, 2.6vw, 32px) clamp(22px, 2.6vw, 32px) clamp(22px, 2.6vw, 32px) clamp(6px, 1vw, 12px);
    display: flex;
    flex-direction: column;
}

.wfs-fin-list {
    margin: 0 0 14px;
}

.wfs-fin-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid var(--charcoal-12);
}

.wfs-fin-row dt {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--charcoal-42);
}

.wfs-fin-row dd {
    font-family: var(--font-display);
    font-size: 15px;
    color: var(--charcoal-deep);
    margin: 0;
    text-align: right;
}

.wfs-fin-row--ask {
    border-bottom: none;
    padding-top: 14px;
}

.wfs-fin-row--ask dd {
    font-size: clamp(18px, 1.7vw, 21px);
    color: var(--forest);
}

.wfs-details {
    margin-top: auto;
    display: block;
    text-align: center;
    padding: 12px 18px;
    background: var(--charcoal-deep);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: background 0.3s;
}

.wfs-details:hover {
    background: var(--forest);
    color: var(--white);
}

/* ---- PAGINATION ---- */
.wfs-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: clamp(36px, 4.5vw, 56px);
}

.wfs-page {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    background: var(--white);
    border: 1px solid var(--charcoal-12);
    color: var(--charcoal-72);
    transition: all 0.25s;
}

a.wfs-page:hover {
    border-color: var(--forest);
    color: var(--forest);
}

.wfs-page.is-current {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
}

/* ---- SELLER STRIP ---- */
.wfs-sell-strip {
    background: linear-gradient(120deg, var(--forest) 0%, #3a6a31 100%);
    padding: clamp(30px, 4vw, 44px) 0;
}

.wfs-sell-strip .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px 32px;
}

.wfs-sell-strip h2 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(22px, 2.6vw, 30px);
    color: var(--white);
    margin-bottom: 4px;
    line-height: 1.2;
}

.wfs-sell-strip p {
    font-family: var(--font-body);
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.wfs-sell-btn {
    display: inline-block;
    padding: 13px 26px;
    background: var(--white);
    color: var(--forest);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-md);
    white-space: nowrap;
    transition: transform 0.25s, box-shadow 0.25s;
}

.wfs-sell-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(29, 40, 48, 0.22);
    color: var(--forest);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1120px) {
    .wfs-hero .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .wfs-listing {
        grid-template-columns: 1fr;
    }

    /* Stacked card: financial strip's left padding must match the body text
         (desktop uses a slim left pad because the strip sits in its own column) */
    .wfs-listing-fin {
        border-left: none;
        border-top: 1px solid var(--charcoal-12);
        padding-left: clamp(22px, 2.6vw, 32px);
    }

    .wfs-details {
        margin-top: 4px;
    }

    .wfs-toolbar {
        justify-content: flex-start;
    }
}

@media (max-width: 580px) {
    .wfs-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .wfs-sort {
        gap: 6px 14px;
    }
}

/* Tighter gap between the closing CTA and the footer on this page */
.closing {
    padding-bottom: clamp(48px, 6vw, 80px);
}