@import url("/assets/fonts/fonts.css");

/* ===== Gabe Buys Houses — direct-response lander ===== */
:root{
  --navy:#1E293B; --navy-2:#16233B; --slate:#475569; --slate-2:#5B6B80;
  --copper:#BF7E44; --copper-dark:#A96A34;
  --green:#53804F; --green-dark:#456B42;
  --cream:#FAF1E5; --cream-2:#F4E9D6; --white:#fff;
  --line:#E7DCC7; --line-2:#EFE6D5;
  --head:'Inter Tight', system-ui, -apple-system, Segoe UI, sans-serif;
  --body:'IBM Plex Sans', system-ui, -apple-system, Segoe UI, sans-serif;
  --shadow:0 18px 50px -20px rgba(30,41,59,.35);
  --shadow-sm:0 6px 20px -12px rgba(30,41,59,.3);
  --r:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:var(--body); color:var(--slate);
  background:var(--white); font-size:17px; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
h1,h2,h3{font-family:var(--head); color:var(--navy); line-height:1.05; margin:0; letter-spacing:-.02em}
p{margin:0 0 1em}
a{color:inherit}
img{max-width:100%; display:block}
.copper{color:var(--copper)}
.wrap{max-width:1120px; margin:0 auto; padding:0 22px}
.center{text-align:center}

/* ---------- announcement bar ---------- */
.topbar{background:var(--copper); color:#fff; text-align:center; font-weight:600;
  font-size:15px; padding:10px 16px; letter-spacing:.01em}
.topbar a{color:#fff; text-decoration:none; white-space:nowrap}

/* ---------- header ---------- */
.site-head{background:var(--white); border-bottom:1px solid var(--line-2);
  position:sticky; top:0; z-index:40}
.site-head .wrap{display:flex; align-items:center; justify-content:space-between; padding-top:12px; padding-bottom:12px}
.brand img{height:44px; width:auto}
.head-cta{display:inline-flex; align-items:center; gap:8px; font-family:var(--head);
  font-weight:700; color:var(--navy); text-decoration:none; font-size:16px;
  min-height:44px; padding:6px 4px}
.head-cta .tel{color:var(--green); font-weight:800}

/* ---------- buttons ---------- */
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px;
  background:var(--green); color:#fff; font-family:var(--head); font-weight:800;
  font-size:18px; letter-spacing:.01em; border:0; border-radius:12px;
  padding:16px 28px; cursor:pointer; text-decoration:none; width:100%;
  transition:background .15s ease, transform .1s ease; box-shadow:var(--shadow-sm)}
.btn:hover{background:var(--green-dark)}
.btn:active{transform:translateY(1px)}
.btn-lg{padding:18px 30px; font-size:19px}
.btn .arrow{font-size:20px; line-height:1}

/* ---------- hero ---------- */
.hero{background:var(--cream); position:relative; overflow:hidden}
.hero .wrap{display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center;
  padding-top:54px; padding-bottom:40px}
.eyebrow{display:inline-flex; align-items:center; gap:8px; font-family:var(--head);
  font-weight:700; text-transform:uppercase; letter-spacing:.09em; font-size:13px;
  color:var(--copper-dark); margin-bottom:16px}
.eyebrow::before{content:""; width:26px; height:2px; background:var(--copper); display:inline-block}
.hero h1{font-size:clamp(38px,5vw,58px); font-weight:900; margin-bottom:18px}
.hero .sub{font-size:19px; color:var(--slate); max-width:36ch; margin-bottom:22px}
.hero-photo{position:relative}
.hero-photo img{width:100%; border-radius:18px}
.hero-benefits{display:flex; flex-wrap:wrap; gap:10px 20px; margin:0 0 26px; padding:0; list-style:none}
.hero-benefits li{display:flex; align-items:center; gap:8px; font-weight:600; color:var(--navy); font-size:16px}
.hero-benefits li::before{content:"✓"; color:var(--green); font-weight:800; font-family:var(--head)}
.hero-actions{display:flex; align-items:center; gap:18px; flex-wrap:wrap}
.hero-actions .btn{width:auto}
.hero-actions .or-call{font-size:15px; color:var(--slate)}
.hero-actions .or-call b{display:block; font-family:var(--head); font-size:20px; color:var(--navy)}

/* lead form card */
.lead-card{background:linear-gradient(160deg,var(--navy),var(--navy-2)); color:#fff;
  border-radius:20px; padding:30px 28px; box-shadow:var(--shadow)}
.lead-card h2{color:#fff; font-size:26px; font-weight:800; margin-bottom:6px}
.lead-card .lc-sub{color:#C7D2E0; font-size:15px; margin-bottom:20px}
.field{margin-bottom:14px}
.field label{display:block; font-size:13px; font-weight:600; color:#C7D2E0; margin-bottom:6px}
.field input, .field select{width:100%; border:0; border-radius:10px; padding:14px 15px;
  font-family:var(--body); font-size:16px; color:var(--navy); background:#F4F7FA}
.field input:focus, .field select:focus{outline:3px solid rgba(83,128,79,.55); outline-offset:1px}
.lead-card .btn{margin-top:6px}
.form-note{font-size:13.5px; color:#9FB0C4; text-align:center; margin:12px 0 0; line-height:1.5}
.form-note svg{vertical-align:-2px}

/* ---------- trust strip ---------- */
.trust{background:var(--navy); color:#fff; padding:22px 0}
.trust .wrap{display:flex; align-items:center; justify-content:center; gap:14px 40px; flex-wrap:wrap; text-align:center}
.trust .t-item{display:flex; flex-direction:column; line-height:1.15}
.trust .t-num{font-family:var(--head); font-weight:800; font-size:28px; color:#fff}
.trust .t-num .copper{color:#E0A968}
.trust .t-lab{font-size:13px; color:#B9C4D2; letter-spacing:.02em}
.trust .t-div{width:1px; height:38px; background:rgba(255,255,255,.16)}

/* ---------- generic section ---------- */
section{padding:66px 0}
.sec-head{max-width:80ch; margin:0 auto 40px; text-align:center}
.sec-head .eyebrow{justify-content:center}
.sec-head h2{font-size:clamp(28px,3.6vw,40px); font-weight:800; margin-bottom:14px}
.sec-head p{font-size:18px; color:var(--slate); text-wrap:pretty}
.soft{background:var(--cream)}

/* ---------- skip-all (objections→benefits) ---------- */
.skip-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.skip-card{background:var(--white); border:1px solid var(--line); border-radius:var(--r);
  padding:22px 20px; display:flex; gap:14px; align-items:flex-start}
.skip-card .x{flex:0 0 auto; width:30px; height:30px; border-radius:50%;
  background:#FBEBE7; color:#C0553E; display:grid; place-items:center; font-weight:800; font-family:var(--head)}
.skip-card h3{font-size:18px; font-weight:700; margin-bottom:4px}
.skip-card p{font-size:14.5px; margin:0; color:var(--slate)}

/* ---------- situations ---------- */
.sit-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
.sit{background:var(--white); border:1px solid var(--line-2); border-radius:var(--r);
  padding:20px 18px; text-align:center; box-shadow:var(--shadow-sm)}
.sit .ico{font-size:26px; margin-bottom:8px}
.sit b{display:block; font-family:var(--head); font-weight:700; color:var(--navy); font-size:16px; margin-bottom:3px}
.sit span{font-size:13.5px; color:var(--slate-2)}

/* ---------- steps ---------- */
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:22px}
.step{position:relative; text-align:center}
.step .num{position:absolute; top:-10px; left:50%; transform:translateX(-50%);
  font-family:var(--head); font-weight:900; font-size:13px; color:#fff; background:var(--copper);
  width:26px; height:26px; border-radius:50%; display:grid; place-items:center}
.step .ico-wrap{width:88px; height:88px; margin:14px auto 16px; border-radius:50%;
  background:var(--cream); display:grid; place-items:center; border:1px solid var(--line)}
.step .ico-wrap img{width:52px; height:52px}
.step h3{font-size:18px; font-weight:800; margin-bottom:6px}
.step p{font-size:14.5px; color:var(--slate); margin:0}

/* ---------- proof / testimonials ---------- */
.revs{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.rev{background:var(--white); border:1px solid var(--line-2); border-radius:var(--r);
  overflow:hidden; box-shadow:var(--shadow-sm); display:flex; flex-direction:column}
.rev .ph{aspect-ratio:16/9; width:100%; object-fit:cover}
.rev .body{padding:20px 20px 22px; display:flex; flex-direction:column; gap:12px; flex:1}
.stars{color:#E7A93F; font-size:17px; letter-spacing:2px}
.rev .quote{font-size:14.5px; color:var(--navy); line-height:1.55; margin:0}
.rev .who{font-family:var(--head); font-weight:700; color:var(--navy); font-size:15px; margin-top:auto}
.rev .who span{display:block; font-family:var(--body); font-weight:400; color:var(--slate-2); font-size:13px}
.g-badge{display:inline-flex; align-items:center; gap:8px; margin:0 auto 8px; font-size:14px; color:var(--slate)}
.g-badge b{color:var(--navy)}

/* ---------- about ---------- */
.about{display:grid; grid-template-columns:.8fr 1.2fr; gap:44px; align-items:center}
.about .photo{border-radius:18px; overflow:hidden; box-shadow:var(--shadow)}
.about h2{font-size:clamp(28px,3.4vw,38px); font-weight:800; margin-bottom:16px}
.about p{font-size:17px; color:var(--slate)}
.about .sig{font-family:var(--head); font-weight:800; color:var(--copper-dark); font-size:20px; margin-top:6px}

/* ---------- service area ---------- */
.area{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center}
.area .map{border-radius:16px; overflow:hidden; box-shadow:var(--shadow-sm); border:1px solid var(--line)}
.area h2{font-size:clamp(26px,3.2vw,36px); font-weight:800; margin-bottom:14px}
.towns{display:flex; flex-wrap:wrap; gap:8px; margin-top:18px}
.towns span{background:var(--white); border:1px solid var(--line); border-radius:999px;
  padding:7px 14px; font-size:13.5px; color:var(--navy); font-weight:600}

/* ---------- CTA band ---------- */
.cta-band{background:linear-gradient(150deg,var(--navy),var(--navy-2)); color:#fff; text-align:center}
.cta-band h2{color:#fff; font-size:clamp(28px,3.6vw,42px); font-weight:900; margin-bottom:14px}
.cta-band p{color:#C7D2E0; font-size:19px; max-width:60ch; margin:0 auto 28px}
.cta-band .actions{display:flex; gap:16px; justify-content:center; flex-wrap:wrap}
.cta-band .btn{width:auto}
.cta-band .btn.ghost{background:transparent; border:2px solid rgba(255,255,255,.4)}
.cta-band .btn.ghost:hover{background:rgba(255,255,255,.1)}
.cta-band .reassure{margin-top:18px; font-size:14px; color:#9FB0C4}

/* ---------- FAQ ---------- */
.faq{max-width:820px; margin:0 auto}
.faq details{background:var(--white); border:1px solid var(--line-2); border-radius:12px;
  padding:0; margin-bottom:12px; overflow:hidden}
.faq summary{list-style:none; cursor:pointer; padding:20px 22px; font-family:var(--head);
  font-weight:700; color:var(--navy); font-size:17px; display:flex; justify-content:space-between; gap:16px; align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pm{flex:0 0 auto; color:var(--green); font-size:24px; line-height:1; transition:transform .2s}
.faq details[open] summary .pm{transform:rotate(45deg)}
.faq .ans{padding:0 22px 20px; font-size:15.5px; color:var(--slate)}

/* ---------- footer ---------- */
.foot{background:var(--navy); color:#C7D2E0; padding:48px 0 30px; font-size:15px}
.foot .cols{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:32px; align-items:start}
.foot .logo-f{height:40px; margin-bottom:14px; filter:brightness(0) invert(1); opacity:.95}
.foot h4{font-family:var(--head); color:#fff; font-size:15px; text-transform:uppercase; letter-spacing:.06em; margin:0 0 12px}
.foot a{color:#C7D2E0; text-decoration:none}
.foot a:hover{color:#fff}
.foot .contact-line{margin-bottom:8px}
.foot .contact-line b{color:#fff}
.foot .fine{border-top:1px solid rgba(255,255,255,.12); margin-top:32px; padding-top:20px;
  font-size:13px; color:#8493A6; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}

/* ============ RESPONSIVE ============ */
@media (max-width:900px){
  .hero .wrap{grid-template-columns:1fr; gap:32px; padding-top:38px}
  .hero-photo{order:-1; max-width:440px}
  .about{grid-template-columns:1fr; gap:28px}
  .about .photo{max-width:420px; margin:0 auto}
  .area{grid-template-columns:1fr; gap:26px}
  .skip-grid{grid-template-columns:repeat(2,1fr)}
  .sit-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr); gap:30px 22px}
  .revs{grid-template-columns:1fr; max-width:460px; margin:0 auto}
  .foot .cols{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  body{font-size:16px}
  section{padding:48px 0}
  .wrap{padding:0 18px}
  .topbar{font-size:13.5px}
  .site-head .head-cta .lab{display:none}
  .hero{padding-top:6px}
  .hero h1{font-size:clamp(32px,8.5vw,40px)}
  .hero .sub{font-size:17px}
  .hero-actions{gap:14px}
  .hero-actions .btn, .cta-band .btn{width:100%}
  .lead-card{padding:24px 20px}
  .lead-card h2{font-size:23px}
  .trust .wrap{gap:12px 22px}
  .trust .t-num{font-size:23px}
  .trust .t-div{display:none}
  .skip-grid, .sit-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr; gap:26px}
  .foot .cols{grid-template-columns:1fr}
  .cta-band .actions{flex-direction:column}
}
