/*
Theme Name: MBS Home Buyers
Theme URI: https://mbshomebuyers.com/
Author: MBS Home Buyers, LLC
Description: A clean, professional one-page WordPress site for MBS Home Buyers, LLC.
Version: 1.0
Text Domain: mbs-home-buyers
*/

:root{
  --blue:#123f88;
  --blue-dark:#0b2858;
  --blue-soft:#eaf3ff;
  --text:#1f2933;
  --muted:#5f6b7a;
  --light:#f8fafc;
  --border:#dbe4ee;
  --white:#ffffff;
  --shadow:0 15px 35px rgba(15, 35, 65, .14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial, Helvetica, sans-serif;color:var(--text);line-height:1.6;background:#fff}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.container{width:min(1120px,92%);margin:0 auto}
.topbar{background:var(--blue-dark);color:#fff;font-size:.95rem;padding:.55rem 0}
.topbar .container{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.topbar a{color:#fff;font-weight:700}
.header{position:sticky;top:0;background:rgba(255,255,255,.96);z-index:50;border-bottom:1px solid var(--border);backdrop-filter:blur(8px)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:800;color:var(--blue-dark);font-size:1.05rem}.brand img{width:70px;height:70px;object-fit:contain}.menu{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;font-weight:700}.menu a{color:var(--text);font-size:.95rem}.menu .button{color:#fff}
.button{display:inline-block;background:var(--blue);color:#fff!important;padding:.8rem 1.05rem;border-radius:999px;font-weight:800;box-shadow:0 8px 18px rgba(18,63,136,.23)}.button.secondary{background:#fff;color:var(--blue)!important;border:2px solid var(--blue);box-shadow:none}.button:hover{text-decoration:none;transform:translateY(-1px)}
.hero{position:relative;min-height:620px;display:grid;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(7,24,55,.86),rgba(7,24,55,.53)),url('assets/images/IMG_7161.jpeg') center/cover no-repeat}.hero-card{max-width:760px;padding:4rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;font-weight:900;color:#cfe3ff}.hero h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.05;margin:.45rem 0 1rem}.hero p{font-size:1.22rem;max-width:650px;margin:0 0 1.5rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.hero .button.secondary{background:rgba(255,255,255,.93)}
.section{padding:5rem 0}.section.light{background:var(--light)}.section.blue{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff}.section-title{max-width:780px;margin:0 auto 2.2rem;text-align:center}.section-title h2{font-size:clamp(1.9rem,3.5vw,3rem);line-height:1.1;margin:.2rem 0 .75rem;color:var(--blue-dark)}.blue .section-title h2,.blue .section-title p{color:#fff}.section-title p{font-size:1.08rem;color:var(--muted);margin:0}.grid{display:grid;gap:1.5rem}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:1.5rem;box-shadow:0 7px 18px rgba(15,35,65,.06)}.card h3{margin:.1rem 0 .65rem;color:var(--blue-dark);font-size:1.35rem}.card p{margin:.25rem 0;color:var(--muted)}.card ul{margin:.7rem 0 0;padding-left:1.2rem;color:var(--muted)}.card li{margin:.35rem 0}.feature{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.feature img,.gallery img,.about-photo{border-radius:22px;box-shadow:var(--shadow);height:100%;object-fit:cover}.feature-copy h2{font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.15;margin:0 0 1rem;color:var(--blue-dark)}.feature-copy p{color:var(--muted);font-size:1.05rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.stat{background:var(--blue-soft);border-radius:18px;padding:1.25rem;text-align:center;border:1px solid #d1e6ff}.stat strong{display:block;color:var(--blue-dark);font-size:1.8rem}.stat span{color:var(--muted);font-weight:700;font-size:.93rem}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery img{width:100%;height:220px;border-radius:18px}.about-wrap{display:grid;grid-template-columns:360px 1fr;gap:2rem;align-items:start}.about-photo{width:100%;height:auto}.contact-box{background:#fff;color:var(--text);border-radius:24px;padding:2rem;max-width:760px;margin:0 auto;text-align:center;box-shadow:var(--shadow)}.contact-box h2{color:var(--blue-dark);font-size:2.2rem;line-height:1.15;margin:0 0 .7rem}.contact-box p{color:var(--muted)}.email-link{font-size:1.25rem;font-weight:900}.footer{background:#081f44;color:#d9e6f7;padding:2rem 0;text-align:center}.footer a{color:#fff;font-weight:800}.small{font-size:.9rem;color:#738195}
@media(max-width:900px){.menu{display:none}.hero{min-height:540px}.grid.three,.grid.two,.feature,.about-wrap,.stats{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.feature img{height:auto}.brand img{width:58px;height:58px}}
@media(max-width:560px){.hero-card{padding:3rem 0}.section{padding:3.5rem 0}.gallery{grid-template-columns:1fr}.gallery img{height:auto}.topbar .container{display:block}.button{width:100%;text-align:center}.hero-actions{display:grid}.stats{grid-template-columns:1fr 1fr}}
