/* ===== Hero ===== */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;padding:70px 0;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(8,8,8,.9) 0%,rgba(10,10,10,.72) 46%,rgba(10,10,10,.42) 100%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .9fr;gap:48px;align-items:center;width:100%}

.hero-copy{color:#fff}
.hero-copy .eyebrow{color:var(--gold-2)}
.hero-copy h1{font-family:var(--font-head);font-size:clamp(34px,5.4vw,60px);line-height:1.08;margin:0 0 20px;font-weight:700}
.gold-text{background:linear-gradient(120deg,var(--gold-2),var(--gold));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.hero-copy > p{font-size:17px;color:#e4dfd4;max-width:560px;margin:0 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.hero-usps{list-style:none;padding:0;margin:0;display:flex;gap:22px;flex-wrap:wrap}
.hero-usps li{font-size:13.5px;color:#e4dfd4;display:flex;gap:8px;align-items:center}
.hero-usps i{color:var(--gold-2)}

.hero-form-card{background:rgba(255,255,255,.98);border-radius:18px;padding:30px 28px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.4)}
.hero-form-card h3{font-family:var(--font-head);font-size:23px;margin:0 0 4px;color:var(--ink)}
.hero-form-sub{font-size:13.5px;color:var(--muted);margin:0 0 18px}
.hero-form-card input,.hero-form-card select{width:100%;padding:13px 15px;margin-bottom:12px;border:1px solid var(--line);border-radius:10px;font-size:14.5px;font-family:var(--font-body);background:#fff;color:var(--text)}
.hero-form-card input:focus,.hero-form-card select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,162,76,.18)}
.hero-submit{width:100%;justify-content:center;margin-top:4px}
.hero-form-trust{display:flex;align-items:center;gap:7px;justify-content:center;font-size:12px;color:var(--muted);margin-top:12px}
.form-err{background:#fdecec;color:#b3261e;font-size:12.5px;padding:8px 12px;border-radius:8px;margin-bottom:10px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}

@media(max-width:940px){
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero{min-height:auto;padding:56px 0}
  .hero-form-card{max-width:520px}
}
