/* Superior Top Agent — brand stylesheet */
:root {
  --bg: #faf9f7; --ink: #26221c; --ink-soft: #6b6459;
  --brand: #2b2723; --brand-deep: #1a1714;
  --accent: #c07a1f; --wash: #f4ece0; --line: #e5ded3;
  --head: "Sora", Georgia, serif; --body: "Karla", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.65;
  color: var(--ink); background: var(--bg); }
h1, h2, h3 { font-family: var(--head); color: var(--brand-deep); line-height: 1.15;
  letter-spacing: -0.01em; margin: 0 0 0.5em; }
p { margin: 0 0 1em; }
a { color: var(--accent); }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 22px; }
.topbar { background: var(--bg); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40; }
.topbar .wrap { display: flex; align-items: center; gap: 20px; min-height: 64px; }
.brand { font-family: var(--head); font-weight: 700; font-size: 19px;
  color: var(--brand-deep); text-decoration: none; margin-right: auto; }
nav a { color: var(--ink-soft); text-decoration: none; font-weight: 600;
  font-size: 14px; padding: 7px 12px; border-radius: 8px; }
nav a:hover { background: var(--wash); color: var(--brand-deep); }
.call { background: var(--brand); color: #fff; text-decoration: none; font-weight: 700;
  font-size: 14px; padding: 9px 16px; border-radius: 999px; white-space: nowrap; }
.call:hover { background: var(--brand-deep); }
.hero { background: linear-gradient(175deg, var(--wash) 0%, var(--bg) 90%);
  border-bottom: 1px solid var(--line); }
.hero .wrap { padding: 72px 22px 76px; }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.hero h1 { font-size: clamp(32px, 5vw, 50px); max-width: 18ch; }
.hero .sub { font-size: clamp(17px, 2.2vw, 21px); color: var(--ink-soft); max-width: 55ch; }
.btn { display: inline-block; font-weight: 700; font-size: 15px; text-decoration: none;
  padding: 13px 26px; border-radius: 10px; margin-top: 18px;
  background: var(--brand); color: #fff; transition: background 0.15s; }
.btn:hover { background: var(--brand-deep); }
section { padding: 60px 0; }
.about { display: grid; grid-template-columns: 5fr 7fr; gap: 42px; align-items: start; }
.section-title { font-size: clamp(24px, 3.2vw, 32px); }
.lede { color: var(--ink-soft); font-size: 18px; }
.quote-band { background: var(--wash); border-block: 1px solid var(--line); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 10px 30px -18px rgba(0,0,0,0.25); padding: 28px; max-width: 560px;
  margin: 24px auto 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 13px; color: var(--brand-deep); }
.field input { font-family: var(--body); font-size: 16px; padding: 11px 13px;
  border: 1px solid var(--line); border-radius: 9px; background: #fcfcfc; }
.field input:focus { outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent); }
.req { color: #b2472f; }
.consent { grid-column: 1 / -1; background: var(--wash); border: 1px solid var(--line);
  border-radius: 9px; padding: 15px 17px; font-size: 13px; line-height: 1.55;
  color: var(--ink-soft); }
.consent label { display: flex; align-items: flex-start; gap: 8px; }
.consent label + label { margin-top: 10px; }
.consent input { margin-top: 3px; accent-color: var(--brand); }
.submit { grid-column: 1 / -1; font-family: var(--body); font-weight: 800; font-size: 15px;
  letter-spacing: 0.06em; color: #fff; background: var(--brand); border: 0;
  border-radius: 9px; padding: 15px; cursor: pointer; }
.submit:hover { background: var(--brand-deep); }
.submit:disabled { background: var(--ink-soft); cursor: default; }
.status { grid-column: 1 / -1; display: none; border-radius: 9px; padding: 13px 16px;
  font-weight: 600; font-size: 15px; }
.status.ok { display: block; background: #e7f3e7; color: #205a20;
  border: 1px solid #bcdcbc; }
.legal-links { grid-column: 1 / -1; text-align: center; font-size: 13px; margin: 0; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.legal { max-width: 760px; margin: 0 auto; }
.legal h1 { font-size: clamp(28px, 4vw, 38px); }
.legal h2 { font-size: 20px; margin-top: 38px; padding-top: 10px;
  border-top: 2px solid var(--wash); }
.legal ul { padding-left: 22px; }
.placeholder { background: #fef3c7; border-radius: 4px; padding: 0 4px; }
footer { background: var(--brand-deep); color: #ffffffcc; margin-top: 30px; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 24px 48px; align-items: baseline;
  justify-content: space-between; padding: 34px 22px; }
footer a { color: #fff; }
.copyright { border-top: 1px solid #ffffff22; text-align: center; font-size: 13px;
  padding: 16px 22px 22px; }
@media (max-width: 800px) {
  .about, .form-grid { grid-template-columns: 1fr; }
  .topbar .wrap { flex-wrap: wrap; padding-block: 10px; }
}

/* —— Brand logo ————————————————————— */
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 36px; height: 36px; border-radius: 8px; }
.hero-grid { display: grid; grid-template-columns: 7fr 4fr; gap: 40px; align-items: center; }
.hero-logo { width: 100%; max-width: 300px; justify-self: center;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,0.2)); }
@media (max-width: 800px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-logo { max-width: 220px; }
}
