/*
Theme Name: SMLF Rebuild
Description: Clean semantic rebuild of the sellmylandfastforcash.com 2017 layout. Black top bar, hero with teal banner, headline panel, two-column body, teal footer.
Version: 1.0
*/
:root{
  --smlf-teal:#2DB3CB;
  --smlf-max:955px;
}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:#222;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.6}
.smlf-topbar{height:15px;background:#000}
.smlf-wrap{max-width:var(--smlf-max);margin:0 auto;box-shadow:5px 5px 6px rgba(0,0,0,.25)}
.smlf-hero{position:relative;line-height:0}
.smlf-hero img{width:100%;height:auto;display:block}
.smlf-banner{position:absolute;top:0;left:40px;right:40px;background:rgba(45,179,203,.85);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;line-height:1.2}
.smlf-brand{font-size:22px;font-weight:bold}
.smlf-brand a{color:#fff;text-decoration:none}
.smlf-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:18px;flex-wrap:wrap}
.smlf-nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:bold;text-transform:uppercase}
.smlf-nav a:hover{text-decoration:underline}
.smlf-heropanel{position:absolute;left:0;right:0;bottom:18px;text-align:right;padding:10px 40px;line-height:1.3;background:rgba(0,0,0,.45)}
.smlf-heropanel .l1{color:#fff;font-size:20px;font-weight:bold}
.smlf-heropanel .l2{color:#fff;font-size:15px}
.smlf-body{padding:28px 40px;display:grid;grid-template-columns:1fr 350px;gap:28px}
.smlf-body h1{font-size:26px;margin:0 0 4px}
.smlf-body h2.sub{font-size:18px;font-weight:normal;margin:0 0 18px;color:#444}
.smlf-body ul.ticks{list-style:none;padding:0;margin:0 0 16px}
.smlf-body ul.ticks li{padding-left:28px;position:relative;margin:6px 0;font-weight:bold}
.smlf-body ul.ticks li::before{content:"\25AA";position:absolute;left:4px;color:var(--smlf-teal)}
.smlf-side img{width:100%;height:auto;display:block;margin:0 0 16px;border:1px solid #ddd}
.smlf-cta{background:#f2fafc;border-left:4px solid var(--smlf-teal);padding:12px 16px;margin:18px 0;font-weight:bold}
.smlf-footer{background:var(--smlf-teal);color:#fff;padding:22px 40px;font-size:13px}
.smlf-form{max-width:560px}
.smlf-form label{display:block;margin:12px 0 4px;font-weight:bold}
.smlf-form input[type=text],.smlf-form input[type=email],.smlf-form input[type=tel],.smlf-form textarea{width:100%;padding:9px;border:1px solid #bbb;border-radius:3px;font-size:15px}
.smlf-form textarea{min-height:110px}
.smlf-form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.smlf-form button{background:var(--smlf-teal);color:#fff;border:0;padding:12px 26px;font-size:16px;font-weight:bold;cursor:pointer;border-radius:3px;margin-top:14px}
.smlf-form button:hover{background:#2299ae}
.smlf-note{font-size:13px;color:#666}
.smlf-thanks{background:#eef9ec;border:1px solid #9ccc9c;padding:14px;margin:14px 0}
.smlf-err{background:#fdecec;border:1px solid #e0a0a0;padding:14px;margin:14px 0}
.smlf-hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
@media (max-width:820px){
  .smlf-body{grid-template-columns:1fr;padding:20px}
  .smlf-banner{left:0;right:0;flex-direction:column;gap:8px}
  .smlf-heropanel{position:static;background:#222}
  .smlf-hero{line-height:1.4}
  .smlf-form .row{grid-template-columns:1fr}
}
