/*
Theme Name: Georgia House Offers - Offer Landing
Author: Georgia House Offers
Description: Dedicated Meta Ads landing page using the approved GHO logo and visual identity.
Version: 1.1.0
*/

:root{
  --gho-green:#063b26;
  --gho-green-2:#0b5a3a;
  --gho-orange:#f45113;
  --gho-orange-2:#ff6a2a;
  --gho-cream:#fbf7f0;
  --gho-cream-2:#f8f1e7;
  --gho-ink:#183028;
  --gho-muted:#5d6b64;
  --gho-border:#dde5df;
  --gho-white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--gho-ink);
  background:var(--gho-cream);
  line-height:1.5;
}
a{color:inherit}
.wrap{max-width:1120px;margin:0 auto;padding:0 22px}

/* Header */
.site-header{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--gho-border);
  position:sticky;
  top:0;
  z-index:20;
}
.head{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand-link{display:inline-flex;align-items:center;text-decoration:none}
.brand-logo{width:78px;height:78px;display:block;object-fit:contain}
.header-right{display:flex;align-items:center;gap:16px}
.phone-link{
  color:var(--gho-green);
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}
.header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 17px;
  border-radius:8px;
  background:var(--gho-orange);
  color:#fff;
  text-decoration:none;
  font-weight:850;
  box-shadow:0 7px 18px rgba(244,81,19,.18);
}

/* Hero */
.hero{
  padding:60px 0 42px;
  background:
    radial-gradient(circle at 90% 10%, rgba(244,81,19,.08), transparent 28%),
    linear-gradient(180deg,#fff 0%,var(--gho-cream) 100%);
}
.grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:54px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--gho-orange);
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.eyebrow:before{
  content:"";
  width:28px;
  height:2px;
  background:var(--gho-orange);
}
h1{
  color:var(--gho-green);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,5.2vw,66px);
  line-height:1.03;
  letter-spacing:-.04em;
  margin:13px 0 19px;
}
.lead{
  font-size:19px;
  color:var(--gho-muted);
  max-width:650px;
  margin:0;
}
.points{display:grid;gap:11px;margin-top:26px}
.point{font-weight:750;display:flex;gap:10px;align-items:flex-start}
.check{color:var(--gho-orange);font-weight:950}

/* Form card */
.card{
  background:#fff;
  border:1px solid var(--gho-border);
  border-top:4px solid var(--gho-orange);
  border-radius:16px;
  padding:29px;
  box-shadow:0 20px 55px rgba(6,59,38,.10);
}
.card h2{
  color:var(--gho-green);
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  margin:0 0 7px;
  letter-spacing:-.025em;
}
.card-intro{color:var(--gho-muted);margin:0 0 21px}
form{display:grid;gap:14px}
label{display:block;font-weight:800;font-size:14px;margin-bottom:6px}
input{
  width:100%;
  min-height:53px;
  border:1px solid #c7d9d0;
  border-radius:9px;
  padding:13px 14px;
  font-size:16px;
  color:var(--gho-ink);
  background:#fff;
}
input:focus{
  outline:3px solid rgba(244,81,19,.13);
  border-color:var(--gho-orange);
}
button{
  min-height:56px;
  border:0;
  border-radius:9px;
  padding:14px 18px;
  background:var(--gho-orange);
  color:#fff;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 9px 22px rgba(244,81,19,.19);
}
button:hover{background:var(--gho-orange-2)}
button:disabled{opacity:.7;cursor:wait}
.fine{font-size:12px!important;line-height:1.45;color:var(--gho-muted);margin:0!important}
.status{
  display:none;
  padding:16px;
  border-radius:10px;
  background:var(--gho-cream-2);
  border:1px solid #c7d9d0;
  color:var(--gho-green);
}
.status.show{display:block}
.status strong{display:block;margin-bottom:5px;font-size:17px}
.callnow{
  display:inline-flex;
  margin-top:13px;
  padding:13px 18px;
  border-radius:8px;
  background:var(--gho-green);
  color:#fff;
  text-decoration:none;
  font-weight:850;
}

/* Trust strip */
.trust{padding:14px 0 54px;background:var(--gho-cream)}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.trustitem{
  background:#fff;
  border:1px solid var(--gho-border);
  border-radius:10px;
  padding:15px;
  text-align:center;
  font-weight:800;
  color:var(--gho-green);
}

/* How it works */
.how{padding:58px 0 82px;background:#fff}
.title{text-align:center;max-width:700px;margin:0 auto 32px}
.title h2{
  color:var(--gho-green);
  font-family:Georgia,"Times New Roman",serif;
  font-size:38px;
  letter-spacing:-.035em;
  margin:0 0 8px;
}
.title p{color:var(--gho-muted);margin:0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{
  border:1px solid var(--gho-border);
  border-radius:13px;
  padding:23px;
  background:var(--gho-cream);
}
.num{color:var(--gho-orange);font-weight:950;font-size:14px;letter-spacing:.08em}
.step h3{color:var(--gho-green);margin:6px 0}
.step p{color:var(--gho-muted);margin:0}

/* Footer */
footer{
  padding:35px 0 100px;
  background:var(--gho-green);
  color:#dfeae4;
  font-size:13px;
}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-brand{display:flex;align-items:center;gap:13px}
.footer-logo{width:62px;height:62px;object-fit:contain}
.footer-link{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.footer-note{margin:0;max-width:520px}

/* Mobile */
.sticky{display:none}
@media(max-width:820px){
  .head{min-height:70px}
  .brand-logo{width:64px;height:64px}
  .phone-link{display:none}
  .header-cta{min-height:42px;padding:10px 13px;font-size:14px}
  .hero{padding-top:37px}
  .grid{grid-template-columns:1fr;gap:29px}
  h1{font-size:43px}
  .lead{font-size:18px}
  .trustgrid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .card{padding:23px}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .sticky{
    display:block;
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:50;
    text-align:center;
    text-decoration:none;
    padding:14px;
    border-radius:10px;
    background:var(--gho-orange);
    color:#fff;
    font-weight:900;
    box-shadow:0 12px 30px rgba(0,0,0,.20);
  }
  footer{padding-bottom:95px}
}
