/*
Theme Name: Bossard Homes Distressed Seller
Theme URI: https://BossardHomes.com
Author: Bossard Investment Group LLC dba Bossard Homes
Description: Conversion-focused WordPress theme for distressed property sellers in DC, Maryland and Virginia to request a fair as-is offer from Bossard Investment Group LLC dba Bossard Homes.
Version: 1.0.0
License: Proprietary
Text Domain: bossard-homes
*/

:root{
  --bh-gold:#e2b313;
  --bh-gold-dark:#b88b00;
  --bh-blue:#101bd9;
  --bh-navy:#111742;
  --bh-ink:#101323;
  --bh-muted:#5d6475;
  --bh-bg:#f7f8fb;
  --bh-white:#fff;
  --bh-border:#dfe3ec;
  --bh-radius:18px;
  --bh-shadow:0 20px 60px rgba(17,23,66,.14);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bh-ink);background:var(--bh-bg);line-height:1.55}
a{color:var(--bh-blue);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.bh-container{width:min(1160px,calc(100% - 40px));margin:auto}
.bh-topbar{background:var(--bh-navy);color:white;font-size:.95rem}
.bh-topbar .bh-container{display:flex;justify-content:space-between;gap:20px;padding:9px 0;flex-wrap:wrap}
.bh-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--bh-border)}
.bh-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}
.bh-logo{display:flex;align-items:center;gap:14px;color:var(--bh-navy);font-weight:900}
.bh-logo img{height:64px;width:auto}
.bh-menu{display:flex;gap:22px;align-items:center;font-weight:700;flex-wrap:wrap}
.bh-button,.bh-form button,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bh-gold),var(--bh-gold-dark));color:var(--bh-navy)!important;font-weight:900;padding:14px 22px;border-radius:999px;border:0;box-shadow:0 10px 30px rgba(226,179,19,.28);cursor:pointer;text-decoration:none}
.bh-button:hover{text-decoration:none;transform:translateY(-1px)}
.bh-button.blue{background:var(--bh-blue);color:white!important;box-shadow:0 10px 30px rgba(16,27,217,.20)}
.bh-hero{padding:68px 0;background:radial-gradient(circle at top right,rgba(226,179,19,.22),transparent 28%),linear-gradient(180deg,#fff 0%,#f3f5fb 100%)}
.bh-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}
.bh-kicker{display:inline-flex;gap:8px;align-items:center;background:#fff5cc;color:#533f00;font-weight:900;border:1px solid #f0d46a;border-radius:999px;padding:7px 13px;margin-bottom:18px}
h1,h2,h3{font-family:Montserrat,Inter,sans-serif;line-height:1.08;color:var(--bh-navy);margin:0 0 16px}
h1{font-size:clamp(2.35rem,6vw,4.8rem);letter-spacing:-.06em}
h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.045em}
h3{font-size:1.35rem}
.bh-lead{font-size:1.24rem;color:#31384d;max-width:780px}
.bh-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}
.bh-proof div,.bh-card{background:white;border:1px solid var(--bh-border);border-radius:var(--bh-radius);padding:18px;box-shadow:0 8px 28px rgba(17,23,66,.06)}
.bh-proof strong{display:block;color:var(--bh-blue);font-size:1.1rem}
.bh-form-card{background:white;padding:26px;border-radius:28px;box-shadow:var(--bh-shadow);border:1px solid var(--bh-border)}
.bh-form-card h2{font-size:2rem}
.bh-form{display:grid;gap:13px}
.bh-form input,.bh-form select,.bh-form textarea{width:100%;border:1px solid var(--bh-border);border-radius:12px;padding:13px 14px;font:inherit;background:#fff}
.bh-form textarea{min-height:96px}
.bh-form small{color:var(--bh-muted)}
.bh-section{padding:70px 0}
.bh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bh-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.bh-icon{width:46px;height:46px;border-radius:14px;background:#f6df77;display:grid;place-items:center;font-weight:900;color:var(--bh-navy);margin-bottom:14px}
.bh-band{background:var(--bh-navy);color:white}
.bh-band h2,.bh-band h3{color:white}
.bh-band .bh-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:white}
.bh-list{display:grid;gap:12px;padding:0;list-style:none}
.bh-list li{background:white;border:1px solid var(--bh-border);border-radius:14px;padding:14px 16px}
.bh-list li:before{content:"✓";font-weight:900;color:var(--bh-blue);margin-right:10px}
.bh-faq details{background:#fff;border:1px solid var(--bh-border);border-radius:14px;padding:18px;margin-bottom:12px}
.bh-faq summary{font-weight:900;cursor:pointer;color:var(--bh-navy)}
.bh-footer{background:#080b28;color:white;padding:46px 0 20px}
.bh-footer a{color:#ffe58a}
.bh-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}
.bh-disclaimer{border-top:1px solid rgba(255,255,255,.15);margin-top:26px;padding-top:18px;color:#c8ccda;font-size:.9rem}
.bh-sticky-cta{position:fixed;left:0;right:0;bottom:0;background:rgba(8,11,40,.96);padding:10px;z-index:50;display:none}
.bh-sticky-cta .bh-container{display:flex;justify-content:space-between;align-items:center;gap:12px;color:white}
.bh-page-hero{padding:54px 0;background:white;border-bottom:1px solid var(--bh-border)}
.bh-ai-note{font-size:.9rem;color:var(--bh-muted);border-left:4px solid var(--bh-gold);padding-left:12px}
@media(max-width:900px){
 .bh-hero-grid,.bh-grid-3,.bh-grid-2,.bh-footer-grid{grid-template-columns:1fr}
 .bh-menu{display:none}
 .bh-proof{grid-template-columns:1fr}
 .bh-sticky-cta{display:block}
 .bh-logo img{height:54px}
}

/* Investor concierge additions */
.bh-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.bh-highlight{background:linear-gradient(135deg,#ffffff 0%,#eef1ff 100%)}
.bh-split-card{min-height:280px;display:flex;flex-direction:column;justify-content:space-between}
.bh-alert{background:#fff8da;border:1px solid #f2d56b;border-radius:var(--bh-radius);padding:16px;color:#352800}
.bh-eyebrow{font-weight:900;color:var(--bh-blue);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;margin-bottom:10px}
.bh-timeline{counter-reset:step;display:grid;gap:14px}
.bh-timeline .bh-card{position:relative;padding-left:76px}
.bh-timeline .bh-card:before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:20px;width:38px;height:38px;border-radius:50%;background:var(--bh-gold);color:var(--bh-navy);display:grid;place-items:center;font-weight:900}
@media(max-width:1100px){.bh-grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.bh-grid-4{grid-template-columns:1fr}.bh-timeline .bh-card{padding-left:18px;padding-top:68px}.bh-timeline .bh-card:before{top:18px}}
