/*
Theme Name: OfferPoint Properties
Theme URI: https://offerpointproperties.com
Author: OfferPoint Properties LLC
Description: A clean, modern lead-generation and branding theme for OfferPoint Properties LLC (cash-offer / "we buy houses" real estate). Chrome + electric-blue brand palette. Includes a hero lead-capture form, how-it-works, benefits, about, testimonials, and contact sections.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: offerpoint
*/

/* ===== Design tokens (from OfferPoint logo: chrome + electric blue) ===== */
:root {
  --navy: #243746;        /* charcoal steel - headings & dark UI */
  --navy-700: #2e4a5c;
  --navy-900: #16232c;     /* hero darkest */
  --emerald: #0e8be8;      /* primary brand blue */
  --emerald-600: #0a6ccb;  /* blue hover */
  --gold: #35b6ff;         /* bright cyan accent (stars / secondary CTA) */
  --silver: #aeb8c0;
  --silver-hi: #eef2f5;
  --silver-lo: #8b959d;
  --ink: #2a3742;
  --slate: #61707e;
  --line: #e2e8ef;
  --bg: #ffffff;
  --bg-soft: #f4f8fc;
  --bg-tint: #e9f3fc;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(22, 55, 70, 0.10);
  --shadow-lg: 0 24px 60px rgba(22, 55, 70, 0.18);
  --maxw: 1140px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--emerald); text-decoration: none; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.18; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.35rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1rem; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); color: #d8e3f0; }
.section--navy h2, .section--navy h3 { color: #fff; }
.eyebrow { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--emerald); margin-bottom: 14px; }
.lead { font-size: 1.12rem; color: var(--slate); max-width: 620px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; font-size: 1rem; padding: 15px 28px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; text-align: center; line-height: 1; }
.btn-primary { background: var(--emerald); color: #fff; box-shadow: 0 8px 22px rgba(14,139,232,.32); }
.btn-primary:hover { background: var(--emerald-600); transform: translateY(-2px); }
.btn-gold { background: linear-gradient(180deg, #4cc0ff, #18a3f5); color: #08263d; box-shadow: 0 8px 22px rgba(24,163,245,.34); }
.btn-gold:hover { transform: translateY(-2px); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline:hover { background: rgba(255,255,255,.10); }
.btn-lg { padding: 18px 36px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; border-radius: 10px; flex: 0 0 auto; background: linear-gradient(135deg, var(--navy), var(--emerald)); display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 1.1rem; }
.brand-name { font-weight: 800; color: var(--navy); font-size: 1.18rem; letter-spacing: -.02em; line-height: 1.1; }
.brand-name small { display: block; font-size: .68rem; font-weight: 600; color: var(--slate); letter-spacing: .12em; text-transform: uppercase; }
/* Logo lockup (icon + chrome/blue wordmark) */
.brand-logo { display: grid; place-items: center; flex: 0 0 auto; }
.brand-logo svg { height: 42px; width: auto; display: block; }
.brand-word { font-weight: 800; font-size: 1.3rem; letter-spacing: -.02em; line-height: 1; }
.brand-word .w-offer { background: linear-gradient(180deg, #cfd7dd 0%, #9aa4ac 55%, #757f87 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-word .w-point { color: var(--emerald); }
.brand-word small { display: block; font-size: .58rem; font-weight: 700; color: var(--slate); letter-spacing: .26em; text-transform: uppercase; margin-top: 4px; }
.site-footer .brand-word .w-offer { background: linear-gradient(180deg, #ffffff 0%, #c9d2d9 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.site-footer .brand-word small { color: #9fb3c8; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--navy); font-weight: 600; font-size: .96rem; }
.nav a:hover { color: var(--emerald); }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { font-weight: 800; color: var(--navy); white-space: nowrap; }
.header-phone span { display: block; font-size: .66rem; font-weight: 600; color: var(--slate); text-transform: uppercase; letter-spacing: .1em; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .2s; }

/* ===== Hero ===== */
.hero { position: relative; background: linear-gradient(160deg, var(--navy-900), var(--navy) 55%, var(--navy-700)); color: #fff; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: radial-gradient(circle at 80% 20%, var(--emerald), transparent 45%), radial-gradient(circle at 15% 90%, var(--gold), transparent 42%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 86px 0 96px; position: relative; z-index: 2; }
.hero h1 { color: #fff; }
.hero .lead { color: #c3d4e8; max-width: 540px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.hero-trust div { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: .94rem; color: #d8e3f0; }
.hero-trust .check { width: 22px; height: 22px; border-radius: 50%; background: var(--emerald); color: #fff; display: grid; place-items: center; font-size: .8rem; flex: 0 0 auto; }

/* ===== Lead form card ===== */
.lead-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 32px; color: var(--ink); }
.lead-card h3 { font-size: 1.5rem; margin-bottom: 4px; }
.lead-card .sub { color: var(--slate); font-size: .95rem; margin-bottom: 20px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: .82rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-size: 1rem; font-family: inherit; color: var(--ink); background: #fbfdff; transition: border .15s, box-shadow .15s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--emerald); box-shadow: 0 0 0 3px rgba(14,139,232,.15); background: #fff; }
.form-note { font-size: .78rem; color: var(--slate); text-align: center; margin-top: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ===== Stats band ===== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num { font-size: 2.4rem; font-weight: 900; color: var(--navy); letter-spacing: -.03em; }
.stat .label { color: var(--slate); font-weight: 600; font-size: .92rem; }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; position: relative; box-shadow: var(--shadow); }
.step .n { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-tint); color: var(--emerald); font-weight: 900; font-size: 1.2rem; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--slate); margin: 0; }

/* ===== Benefits ===== */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.benefit { padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.benefit .ic { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, var(--navy), var(--emerald)); display: grid; place-items: center; color: #fff; font-size: 1.4rem; margin-bottom: 16px; }
.benefit h3 { margin-bottom: 6px; }
.benefit p { color: var(--slate); margin: 0; font-size: .97rem; }

/* ===== About / compare ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.compare { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 15px 18px; text-align: left; font-size: .95rem; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--navy); color: #fff; font-weight: 700; }
.compare thead th:last-child { background: var(--emerald); }
.compare td:first-child { font-weight: 600; color: var(--navy); }
.compare tr:last-child td { border-bottom: 0; }
.compare .yes { color: var(--emerald); font-weight: 700; }
.compare .no { color: #c0392b; font-weight: 700; }

/* ===== Testimonials ===== */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.quote .stars { color: var(--gold); font-size: 1.05rem; margin-bottom: 12px; letter-spacing: 2px; }
.quote p { font-style: italic; color: var(--ink); }
.quote .who { font-weight: 700; color: var(--navy); font-style: normal; margin-top: 14px; }
.quote .who small { display: block; color: var(--slate); font-weight: 500; }

/* ===== CTA band ===== */
.cta-band { background: linear-gradient(135deg, var(--emerald), var(--emerald-600)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.92); max-width: 560px; margin: 0 auto 26px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== Footer ===== */
.site-footer { background: var(--navy-900); color: #9fb3c8; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer a { color: #9fb3c8; }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { max-width: 320px; font-size: .95rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 24px; font-size: .82rem; color: #7c91a8; }
.footer-bottom .disclaimer { margin-top: 10px; line-height: 1.6; }

/* ===== Notices ===== */
.notice { padding: 16px 20px; border-radius: var(--radius-sm); margin-bottom: 24px; font-weight: 600; }
.notice-success { background: #e8f7ee; color: #137a3a; border: 1px solid #b6e4c6; }
.notice-error { background: #fdecec; color: #b3261e; border: 1px solid #f3c2bf; }

/* ===== Responsive ===== */
@media (max-width: 920px) {
  .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps, .benefits, .quotes { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 32px 16px; }
  .nav, .header-phone span { display: none; }
  .nav.open { display: flex; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; background: #fff; padding: 18px 24px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-toggle { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 520px) {
  .section { padding: 60px 0; }
  .form-row { grid-template-columns: 1fr; }
  .hero-grid { padding: 60px 0 70px; }
}
