
/* ============ AMAZON FBA — PAGE STYLES (REDESIGN v7) ============ */

/* ---- 1. FBA HERO — "The Warehouse Gate" ----
    Asymmetric editorial with dateline, left-aligned copy,
    and a monumental stats strip.
    ------------------------------------------------------------ */
.fba-hero {
    background: linear-gradient(172deg, #0a1820 0%, #12222e 40%, #1a3038 100%);
    position: relative; overflow: hidden;
    padding: clamp(64px, 7vw, 100px) 0 clamp(64px, 8vw, 120px);
}
.fba-hero::before {
    content: ''; position: absolute; inset: 0;
    background:
    radial-gradient(ellipse 45% 55% at 6% 30%, rgba(74,124,63,0.20) 0%, transparent 55%),
    radial-gradient(ellipse 35% 45% at 88% 70%, rgba(0,76,151,0.12) 0%, transparent 55%);
    pointer-events: none;
}
.fba-hero::after {
    content: ''; position: absolute; inset: 0;
    background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 100px 100px;
    mask-image: radial-gradient(ellipse 65% 65% at 55% 50%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 65% 65% at 55% 50%, black 30%, transparent 70%);
    pointer-events: none;
}
.fba-hero .container { position: relative; z-index: 2; max-width: 1200px; text-align: left; }
.fba-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-body); font-size: 10px; font-weight: 700;
    letter-spacing: 0.36em; text-transform: uppercase; color: rgba(232,237,229,0.45);
    margin-bottom: clamp(24px, 3vw, 36px);
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
    background: none; border-radius: 0; border-top: none; border-left: none; border-right: none;
    padding-top: 0; padding-left: 0; padding-right: 0;
}
.fba-hero h1 {
    font-size: clamp(42px, 6vw, 88px); color: var(--white);
    line-height: 1.02; margin-bottom: clamp(18px, 2vw, 28px);
    letter-spacing: -0.03em; max-width: 14ch;
}
.fba-hero h1 em { font-style: italic; color: var(--forest-light); }
.fba-hero-sub {
    font-family: var(--font-body); font-size: clamp(16px, 1.5vw, 19px);
    color: rgba(255,255,255,0.65); font-weight: 300; line-height: 1.65;
    max-width: 56ch; margin: 0 0 clamp(32px, 4vw, 44px);
}
.fba-hero-actions {
    display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap;
    margin-bottom: clamp(56px, 7vw, 96px);
}
.fba-hero-actions .btn-ghost {
    color: var(--white); border-color: rgba(255,255,255,0.22);
}
.fba-hero-actions .btn-ghost:hover { background: rgba(255,255,255,0.06); }
.fba-hero-stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid rgba(232,237,229,0.12);
    border-bottom: 1px solid rgba(232,237,229,0.06);
}
.fba-hero-stat {
    text-align: left; padding: clamp(24px, 3vw, 40px) clamp(12px, 1.6vw, 24px);
    position: relative;
}
.fba-hero-stat + .fba-hero-stat::before {
    content: ''; position: absolute; left: 0; top: 20%; height: 60%;
    width: 1px; background: rgba(232,237,229,0.08);
}
.fba-hero-stat-value {
    font-family: var(--font-display); font-size: clamp(30px, 3.6vw, 48px);
    color: var(--white); line-height: 1; margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.fba-hero-stat-value em { font-style: italic; color: var(--forest-light); }
.fba-hero-stat-label {
    font-family: var(--font-body); font-size: 10px; font-weight: 700;
    letter-spacing: 0.20em; text-transform: uppercase;
    color: rgba(232,237,229,0.42);
}

/* ---- 2. FBA MARKET — "The Briefing Room" ----
    Two-column editorial with structured data cards
    that feel like intelligence dossier items.
    ------------------------------------------------------------ */
.fba-market {
    background:
    radial-gradient(ellipse 50% 40% at 90% 10%, rgba(74,124,63,0.04) 0%, transparent 50%),
    var(--white);
    position: relative; overflow: clip;
}
.fba-market .container {
    max-width: 1200px;
    display: grid; grid-template-columns: 1.4fr 1fr;
    gap: clamp(40px, 6vw, 88px); align-items: start;
}
.fba-market-left p.eyebrow { color: var(--forest); }
.fba-market-left h2 {
    font-size: clamp(32px, 4vw, 56px); margin-bottom: clamp(24px, 2.5vw, 32px);
    line-height: 1.08; color: var(--charcoal-deep); letter-spacing: -0.02em;
}
.fba-market-left h2 em { color: var(--forest); font-style: italic; }
.fba-market-left p {
    font-size: clamp(15px, 1.5vw, 17px); color: var(--charcoal-72);
    line-height: 1.75; margin-bottom: 16px;
}
.fba-takeaways {
    background: linear-gradient(160deg, var(--cloud) 0%, #e8ede5 100%);
    border: 1px solid rgba(74,124,63,0.12);
    border-left: 4px solid var(--forest);
    border-radius: var(--radius-lg);
    padding: clamp(20px, 2.4vw, 28px); margin-top: 24px;
    box-shadow: 0 4px 16px -4px rgba(29,40,48,0.05);
}
.fba-takeaways-label {
    font-family: var(--font-body); font-size: 10px; font-weight: 700;
    letter-spacing: 0.20em; text-transform: uppercase;
    color: var(--forest); margin-bottom: 12px;
}
.fba-takeaways ul {
    list-style: none; margin: 0; padding: 0;
    font-size: 14px; color: var(--charcoal-deep); line-height: 1.7;
}
.fba-takeaways li { padding-left: 22px; position: relative; margin-bottom: 6px; }
.fba-takeaways li::before {
    content: ''; position: absolute; left: 0; top: 10px;
    width: 10px; height: 2px; background: var(--forest);
}
.fba-market-cards {
    display: flex; flex-direction: column; gap: 14px;
    position: sticky; top: 100px;
}
.fba-mkt-card {
    background: var(--white); border: 1px solid var(--charcoal-12);
    border-radius: var(--radius-xl); padding: clamp(24px, 2.8vw, 34px);
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
    position: relative; overflow: hidden;
}
.fba-mkt-card::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 4px; height: 100%; background: var(--forest);
    border-radius: 4px 0 0 4px; opacity: 0.4;
    transition: opacity 0.3s var(--ease-out);
}
.fba-mkt-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.fba-mkt-card:hover::before { opacity: 1; }
.fba-mkt-card-label {
    font-family: var(--font-body); font-size: 10px; font-weight: 700;
    letter-spacing: 0.20em; text-transform: uppercase;
    color: var(--forest); margin-bottom: 10px;
}
.fba-mkt-card-value {
    font-family: var(--font-display); font-size: clamp(26px, 2.8vw, 36px);
    color: var(--charcoal-deep); line-height: 1.15; margin-bottom: 8px;
    letter-spacing: -0.01em;
}
.fba-mkt-card-note {
    font-size: 13px; color: var(--charcoal-72); line-height: 1.6;
}

/* ---- 3. FBA UW — "The Inspection Bay" ---- */
.fba-uw {
    background:
    radial-gradient(ellipse 40% 50% at 100% 100%, rgba(74,124,63,0.06) 0%, transparent 50%),
    var(--cloud);
    position: relative; overflow: hidden;
}
.fba-uw::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 40% 60% at 0% 0%, rgba(0,76,151,0.04) 0%, transparent 55%);
    pointer-events: none;
}
.fba-uw .container { position: relative; z-index: 1; }
.fba-uw-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 1.8vw, 22px);
    margin-top: clamp(48px, 6vw, 72px);
}
.fba-uw-card {
    background: var(--white); border: none;
    border-radius: var(--radius-xl); padding: clamp(28px, 3.2vw, 40px);
    position: relative; overflow: hidden;
    box-shadow: 0 1px 0 rgba(54,69,79,0.05), 0 8px 28px -8px rgba(29,40,48,0.07);
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.fba-uw-card::after {
    content: ''; position: absolute; top: 0; left: 0;
    width: 4px; height: 100%; background: var(--forest);
    border-radius: 4px 0 0 4px; opacity: 0.35;
    transition: opacity 0.3s var(--ease-out);
}
.fba-uw-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1px 0 rgba(54,69,79,0.05), 0 24px 48px -12px rgba(29,40,48,0.12);
}
.fba-uw-card:hover::after { opacity: 1; }
.fba-uw-card-num {
    position: absolute; top: 18px; right: 22px;
    font-family: var(--font-display); font-size: clamp(48px, 5vw, 64px);
    color: var(--forest); opacity: 0.12; line-height: 1;
}
.fba-uw-icon {
    width: 48px; height: 48px; border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(74,124,63,0.10) 0%, rgba(74,124,63,0.04) 100%);
    border: 1px solid var(--forest-12);
    display: flex; align-items: center; justify-content: center;
    color: var(--forest); margin-bottom: 18px;
}
.fba-uw-card h3 {
    font-size: clamp(17px, 1.7vw, 20px); margin-bottom: 10px; color: var(--charcoal-deep);
    line-height: 1.3;
}
.fba-uw-card p {
    font-size: 14px; color: var(--charcoal-72); line-height: 1.7;
}

/* ---- 4. FBA LISTINGS — "The Showroom Floor" ---- */
.fba-listings { background: var(--white); }
.fba-listings-controls {
    display: flex; justify-content: space-between; align-items: center;
    margin: clamp(32px, 4vw, 48px) 0 clamp(24px, 3vw, 32px);
    gap: 16px; flex-wrap: wrap;
    padding-bottom: clamp(16px, 2vw, 24px);
    border-bottom: 1px solid var(--charcoal-12);
}
.fba-listings-count {
    font-family: var(--font-body); font-size: 13px; color: var(--charcoal-72);
}
.fba-listings-count strong { color: var(--charcoal-deep); }
.fba-select-wrap { position: relative; display: inline-flex; align-items: center; }
.fba-select {
    appearance: none; -webkit-appearance: none;
    background: var(--cloud); border: 1px solid var(--charcoal-12);
    color: var(--charcoal-deep); padding: 10px 36px 10px 14px;
    border-radius: var(--radius-md);
    font-family: var(--font-body); font-size: 13px; font-weight: 500;
    cursor: pointer;
    transition: border-color 0.2s var(--ease-out);
}
.fba-select:hover { border-color: var(--charcoal-20); }
.fba-select-wrap::after {
    content: ''; position: absolute; right: 14px; top: 50%;
    width: 8px; height: 8px; border-right: 2px solid var(--charcoal-42);
    border-bottom: 2px solid var(--charcoal-42);
    transform: translateY(-75%) rotate(45deg); pointer-events: none;
}
.fba-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 1.8vw, 22px);
}
.fba-card {
    background: var(--white); border: 1px solid var(--charcoal-12);
    border-radius: var(--radius-xl); padding: clamp(24px, 2.8vw, 32px);
    display: flex; flex-direction: column; position: relative;
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s;
    box-shadow: 0 2px 8px rgba(29,40,48,0.04);
}
.fba-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--forest), var(--forest-light));
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s var(--ease-out);
}
.fba-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 8px rgba(29,40,48,0.04), 0 20px 48px -12px rgba(29,40,48,0.12);
    border-color: var(--forest-12);
}
.fba-card:hover::before { transform: scaleX(1); }
.fba-card-top {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 14px;
}
.fba-card-badge {
    display: inline-block; font-family: var(--font-body); font-size: 10px;
    font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--forest); background: var(--forest-pale);
    padding: 5px 12px; border-radius: var(--radius-sm);
    border: 1px solid var(--forest-12);
}
.fba-card-badge--sold {
    color: var(--charcoal-72); background: var(--cloud);
    border-color: var(--charcoal-12);
}
.fba-card-num {
    font-family: var(--font-body); font-size: 11px; color: var(--charcoal-42);
}
.fba-card h3 {
    font-family: var(--font-display); font-size: 17px;
    color: var(--charcoal-deep); line-height: 1.3; margin-bottom: 10px;
    min-height: 44px;
}
.fba-card-region {
    font-size: 12px; color: var(--charcoal-72); margin-bottom: 14px;
}
.fba-card-price-row {
    padding: 16px 0; margin-bottom: 14px;
    border-top: 1px solid var(--charcoal-12);
    border-bottom: 1px solid var(--charcoal-12);
}
.fba-card-price {
    font-family: var(--font-display); font-size: clamp(28px, 3vw, 34px);
    color: var(--forest); line-height: 1; margin-bottom: 4px;
}
.fba-card-price-label {
    font-family: var(--font-body); font-size: 10px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--charcoal-42);
}
.fba-card-stats {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
    margin-bottom: 18px;
}
.fba-card-stat { text-align: center; }
.fba-card-stat-value {
    font-family: var(--font-body); font-size: 13px; font-weight: 600;
    color: var(--charcoal-deep); display: block;
}
.fba-card-stat-label {
    font-size: 9px; font-weight: 700; letter-spacing: 0.10em;
    text-transform: uppercase; color: var(--charcoal-42);
}
.fba-card-nda {
    display: block; text-align: center; padding: 12px 16px;
    background: var(--charcoal-deep); color: var(--white);
    font-family: var(--font-body); font-size: 13px; font-weight: 600;
    border-radius: var(--radius-md); margin-top: auto;
    transition: background 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
    text-decoration: none;
}
.fba-card-nda:hover {
    background: var(--forest);
    box-shadow: 0 8px 20px -4px rgba(74,124,63,0.3);
}
.fba-listings-footer { text-align: center; margin-top: clamp(36px, 4.5vw, 56px); }
.fba-listings-footer a {
    color: var(--forest); font-family: var(--font-body); font-weight: 600;
    font-size: 16px; border-bottom: 2px solid var(--forest-12);
    padding-bottom: 3px; text-decoration: none;
    transition: border-color 0.25s var(--ease-out);
}
.fba-listings-footer a:hover { border-color: var(--forest); }

/* ---- 5. FBA CLOSES — "The Ledger" ---- */
.fba-closes {
    background:
    radial-gradient(ellipse 50% 50% at 50% 0%, rgba(74,124,63,0.12) 0%, transparent 55%),
    linear-gradient(178deg, #0d1820 0%, #14222e 50%, var(--charcoal-deep) 100%);
    color: var(--white); position: relative; overflow: hidden;
}
.fba-closes::before {
    content: ''; position: absolute; inset: 0;
    background:
    repeating-linear-gradient(90deg, transparent 0 99px, rgba(232,237,229,0.02) 99px 100px);
    pointer-events: none;
}
.fba-closes .container { position: relative; z-index: 1; }
.fba-closes .section-header h2 { color: var(--white); }
.fba-closes .section-header p { color: rgba(232,237,229,0.55); }
.fba-closes .eyebrow { color: var(--forest-light); }
.fba-closes-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 1.6vw, 20px); margin-top: clamp(48px, 6vw, 72px);
}
.fba-close-card {
    background: linear-gradient(170deg, rgba(255,252,245,0.05) 0%, rgba(255,252,245,0.02) 100%);
    border: 1px solid rgba(232,237,229,0.10);
    border-radius: var(--radius-xl); padding: clamp(24px, 2.8vw, 32px);
    backdrop-filter: blur(6px);
    transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
}
.fba-close-card:hover {
    border-color: rgba(91,154,79,0.35);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -8px rgba(0,0,0,0.2);
}
.fba-close-date {
    display: inline-block; font-family: var(--font-body); font-size: 10px;
    font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--forest-light); padding: 5px 12px;
    background: rgba(91,154,79,0.08); border: 1px solid rgba(91,154,79,0.22);
    border-radius: var(--radius-sm); margin-bottom: 16px;
}
.fba-close-card h4 {
    font-family: var(--font-display); font-size: clamp(17px, 1.7vw, 20px);
    color: var(--white); line-height: 1.3; margin-bottom: 16px;
}
.fba-close-price {
    font-family: var(--font-display); font-size: clamp(28px, 3vw, 36px);
    color: var(--forest-light); line-height: 1; margin-bottom: 4px;
    letter-spacing: -0.01em;
}
.fba-close-buyer {
    font-size: 12px; color: rgba(232,237,229,0.48);
    padding-top: 14px; margin-top: 14px;
    border-top: 1px solid rgba(232,237,229,0.08);
    letter-spacing: 0.02em;
}

/* ---- 6. FBA SELLER — "The Consultation" ---- */
.fba-seller {
    background:
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(74,124,63,0.05) 0%, transparent 50%),
    var(--cloud);
}
.fba-seller .container {
    max-width: 1200px;
    display: grid; grid-template-columns: 1.3fr 1fr;
    gap: clamp(40px, 6vw, 80px); align-items: center;
}
.fba-seller-left .eyebrow { color: var(--blue); }
.fba-seller h2 {
    font-size: clamp(30px, 3.8vw, 52px); line-height: 1.08;
    margin-bottom: clamp(18px, 2.2vw, 28px); color: var(--charcoal-deep);
    letter-spacing: -0.015em;
}
.fba-seller h2 em { color: var(--forest); font-style: italic; }
.fba-seller-left p {
    font-size: clamp(15px, 1.5vw, 17px); color: var(--charcoal-72);
    line-height: 1.75; margin-bottom: 20px;
}
.fba-seller-list {
    list-style: none; padding: 0; margin: 0 0 28px;
}
.fba-seller-list li {
    position: relative; padding: 12px 0 12px 32px;
    font-size: 15px; color: var(--charcoal-deep); line-height: 1.5;
    border-bottom: 1px solid var(--charcoal-12);
}
.fba-seller-list li:last-child { border-bottom: none; }
.fba-seller-list li::before {
    content: ''; position: absolute; left: 0; top: 18px;
    width: 16px; height: 2px; background: var(--forest);
}
.fba-seller-card {
    background: var(--white); border: none;
    border-radius: var(--radius-xl); padding: clamp(32px, 4vw, 48px);
    position: relative; overflow: hidden;
    box-shadow: 0 1px 0 rgba(54,69,79,0.04), 0 16px 48px -12px rgba(29,40,48,0.10);
}
.fba-seller-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--forest) 0%, var(--blue) 100%);
}
.fba-seller-card-eyebrow {
    font-family: var(--font-body); font-size: 10px; font-weight: 700;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--forest); margin-bottom: 12px;
}
.fba-seller-card h3 {
    font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 14px;
    color: var(--charcoal-deep); line-height: 1.15; letter-spacing: -0.01em;
}
.fba-seller-card p {
    font-size: 15px; color: var(--charcoal-72); line-height: 1.7;
    margin-bottom: 24px;
}
.fba-seller-card .btn-primary {
    width: 100%; justify-content: center; text-align: center;
}
.fba-seller-card-note {
    font-size: 11px; color: var(--charcoal-42); text-align: center;
    margin-top: 16px; font-style: italic;
}

/* ---- 7. FBA PROCESS — "The Assembly Line" ---- */
.fba-process {
    background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(232,237,229,0.35) 0%, transparent 50%),
    var(--white);
}
.fba-process-grid {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: clamp(12px, 1.5vw, 20px);
    margin-top: clamp(48px, 6vw, 72px);
    position: relative;
}
.fba-process-step {
    text-align: center; position: relative;
    background: var(--white); border: 1px solid var(--charcoal-12);
    border-radius: var(--radius-xl);
    padding: clamp(52px, 5vw, 64px) clamp(16px, 1.8vw, 24px) clamp(24px, 2.8vw, 32px);
    box-shadow: 0 2px 12px -4px rgba(29,40,48,0.05);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.fba-process-step:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.fba-process-num {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--forest) 0%, var(--forest-light) 100%);
    border: 3px solid var(--white);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-body); font-size: 15px; font-weight: 700;
    color: var(--white); margin: 0 auto 16px;
    box-shadow: 0 4px 12px -2px rgba(74,124,63,0.3);
    position: absolute; top: -24px; left: 50%; transform: translateX(-50%);
}
.fba-process-step h4 {
    font-family: var(--font-display); font-size: clamp(15px, 1.5vw, 18px);
    color: var(--charcoal-deep); margin-bottom: 8px;
}
.fba-process-step p { font-size: 12.5px; color: var(--charcoal-72); line-height: 1.6; }

/* ---- 8. FAQ SECTION — "The Field Manual" ---- */
.faq-section {
    background:
    radial-gradient(ellipse 50% 50% at 10% 20%, rgba(74,124,63,0.03) 0%, transparent 50%),
    var(--cloud);
}
.faq-header { text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-list details {
    background: var(--white); border: 1px solid var(--charcoal-12);
    border-radius: var(--radius-xl); margin-bottom: 10px; overflow: hidden;
    transition: box-shadow 0.3s var(--ease-out), border-color 0.3s;
    box-shadow: 0 2px 8px -4px rgba(29,40,48,0.04);
}
.faq-list details:hover { box-shadow: var(--shadow-md); }
.faq-list details[open] {
    box-shadow: var(--shadow-md); border-color: rgba(74,124,63,0.18);
    background: linear-gradient(180deg, var(--white) 0%, #fafcf9 100%);
}
.faq-list summary {
    padding: clamp(20px, 2.2vw, 28px) clamp(24px, 2.8vw, 32px);
    font-family: var(--font-display); font-size: clamp(18px, 1.9vw, 22px);
    cursor: pointer; list-style: none;
    display: flex; align-items: center; justify-content: space-between;
    color: var(--charcoal-deep); gap: 20px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
    content: '+'; font-family: var(--font-body); font-size: 22px; font-weight: 300;
    color: var(--forest); transition: transform 0.3s var(--ease-out);
    flex-shrink: 0;
    width: 32px; height: 32px; border-radius: 50%;
    border: 1px solid var(--charcoal-20);
    display: grid; place-items: center;
    background: var(--white);
}
.faq-list details[open] summary::after {
    transform: rotate(45deg);
    background: var(--charcoal-deep); border-color: var(--charcoal-deep);
    color: var(--white);
}
.faq-list .faq-answer {
    padding: 0 clamp(24px, 2.8vw, 32px) clamp(20px, 2.4vw, 28px);
    font-size: 15px; color: var(--charcoal-72); line-height: 1.75;
    animation: fbaFaqReveal 0.3s var(--ease-out);
}
@keyframes fbaFaqReveal {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---- 9. FBA FINAL — "The Fork" ---- */
.fba-final {
    background:
    radial-gradient(ellipse 50% 60% at 30% 20%, rgba(74,124,63,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 80% 80%, rgba(0,76,151,0.08) 0%, transparent 55%),
    linear-gradient(176deg, #0d1820 0%, var(--charcoal-deep) 100%);
    color: var(--white);
    padding: clamp(80px, 10vw, 140px) 0 clamp(36px, 4vw, 56px);
}
.fba-final .container { max-width: 1040px; text-align: center; }
.fba-final .eyebrow { color: var(--forest-light); }
.fba-final h2 {
    font-size: clamp(34px, 4.4vw, 60px); color: var(--white);
    margin-bottom: 16px; letter-spacing: -0.02em;
}
.fba-final p {
    font-size: 17px; color: rgba(232,237,229,0.55);
    margin: 0 auto clamp(40px, 5vw, 64px); max-width: 600px;
}
.fba-final-tiles {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2vw, 24px);
}
.fba-final-tile {
    background: linear-gradient(170deg, rgba(255,252,245,0.05) 0%, rgba(255,252,245,0.02) 100%);
    border: 1px solid rgba(232,237,229,0.10);
    border-radius: var(--radius-xl); padding: clamp(36px, 4.4vw, 52px);
    text-align: left; text-decoration: none; display: block;
    backdrop-filter: blur(6px);
    transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
}
.fba-final-tile:hover {
    border-color: rgba(91,154,79,0.35);
    transform: translateY(-5px);
    box-shadow: 0 20px 48px -12px rgba(0,0,0,0.22);
}
.fba-final-tile-icon {
    width: 48px; height: 48px; border-radius: var(--radius-md);
    background: rgba(91,154,79,0.10); border: 1px solid rgba(91,154,79,0.25);
    display: flex; align-items: center; justify-content: center;
    color: var(--forest-light); margin-bottom: 22px;
}
.fba-final-tile h4 {
    font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 32px);
    color: var(--white); margin-bottom: 12px;
}
.fba-final-tile p {
    font-size: 14.5px; color: rgba(232,237,229,0.58);
    line-height: 1.65; margin: 0 0 20px; max-width: none;
}
.fba-final-tile a, .fba-final-tile span {
    font-family: var(--font-body); font-size: 13px; font-weight: 600;
    color: var(--forest-light); letter-spacing: 0.06em;
}
.fba-final-tile span::after { content: ' \2192'; display: inline-block; transition: margin 0.3s; }
.fba-final-tile:hover span::after { margin-left: 4px; }

/* ---- 10. DISCLAIMER — "The Fine Print" (inside fba-final) ---- */
.fba-disclaimer {
    max-width: none; margin: 0 auto;
    font-size: 9.5px; color: rgba(232,237,229,0.35); line-height: 1.6;
    text-align: center;
    padding: 0;
    border: none;
    border-top: 1px solid rgba(232,237,229,0.08);
    border-radius: 0;
    background: none;
    padding-top: 16px;
}

/* buyer-cta kept for potential use */
.buyer-cta {
    background: linear-gradient(135deg, var(--forest) 0%, #3a6a31 50%, var(--charcoal-deep) 130%);
    padding: clamp(56px, 7vw, 96px) 0; text-align: center;
    position: relative; overflow: hidden;
}
.buyer-cta::before {
    content: ''; position: absolute; inset: 0;
    background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(0,76,151,0.15) 0%, transparent 40%);
    pointer-events: none;
}
.buyer-cta .container { position: relative; z-index: 1; max-width: 760px; }
.buyer-cta-eyebrow {
    display: inline-block; font-family: var(--font-body); font-size: 11px;
    font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: rgba(255,255,255,0.75); margin-bottom: 16px;
    padding: 6px 14px; background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18); border-radius: 100px;
}
.buyer-cta h3 {
    font-size: clamp(28px, 3.6vw, 44px); font-style: italic;
    color: var(--white); margin-bottom: 16px; line-height: 1.15;
}
.buyer-cta p {
    font-size: clamp(15px, 1.4vw, 17px); color: rgba(255,255,255,0.78);
    line-height: 1.7; margin-bottom: clamp(24px, 3vw, 32px);
}
.buyer-cta .btn-primary {
    background: var(--white); color: var(--forest); border-color: var(--white);
}

@media (max-width: 1120px) {
    .fba-market .container { grid-template-columns: 1fr; }
    .fba-market-cards { position: static; }
    .fba-uw-grid { grid-template-columns: repeat(2, 1fr); }
    .fba-grid { grid-template-columns: repeat(2, 1fr); }
    .fba-closes-grid { grid-template-columns: repeat(2, 1fr); }
    .fba-seller .container { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
    .fba-hero-stats { grid-template-columns: repeat(2, 1fr); }
    .fba-process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
    .fba-final-tiles { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
    .fba-uw-grid, .fba-grid, .fba-closes-grid { grid-template-columns: 1fr; }
}
