/* Sell vs. Rent Checker — mockup layout on GoCheckMyHome's token system.
   pine → emerald, copper → amber (CLOCK ONLY), primary CTA → emerald, sell → clay.
   Our system: system font, weights 400/500, sentence case. */

.srnav { max-width: 720px; margin: 0 auto; display: flex; align-items: center; gap: 8px; padding: 20px 22px 0; }
.srnav .brand { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none; }
.srnav .brand .mk { width: 26px; height: 26px; border-radius: 50%; background: var(--emerald-deep); display: grid; place-items: center; }
.srnav .brand .mk svg { width: 15px; height: 15px; stroke: #fff; }
.srnav .free { margin-left: auto; font-size: 12px; background: var(--card); border: 0.5px solid #E3E1DA; border-radius: 999px; padding: 4px 11px; color: var(--ink-soft); }

.srwrap { max-width: 1040px; margin: 0 auto; padding: 14px 22px 70px; }

.sr-hero { background: linear-gradient(120deg, #0B5C44, #0E7A57 60%, #16A578); color: #fff; border-radius: 18px; padding: 28px; }
.sr-hero .eyebrow { font-size: 12px; color: var(--emerald-light); margin-bottom: 8px; }
.sr-hero h1 { font-size: clamp(1.5rem, 4.5vw, 2rem); font-weight: 500; line-height: 1.16; letter-spacing: -0.02em; }
.sr-hero h1 em { font-style: normal; color: var(--emerald-light); }
.sr-hero p { color: var(--emerald-sub); font-size: 15px; margin-top: 10px; max-width: 57ch; }
/* the §121 tax-clock hook — the one urgent element, amber-accented */
.sr-hero .clockhook { margin-top: 16px; background: rgba(181,113,14,.16); border: 1px solid rgba(232,198,162,.45); border-radius: 11px; padding: 11px 14px; font-size: 14px; color: #F3E2CB; }
.sr-hero .clockhook strong { color: #F0C99A; font-weight: 500; }

.sr-panel { background: var(--surface); border: 1.5px solid var(--line); border-radius: 16px; padding: 20px; margin-top: 16px; }
.sr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sr-field { display: flex; flex-direction: column; }
.sr-field.full { grid-column: 1 / -1; }
.sr-field label { font-size: 13px; font-weight: 500; margin-bottom: 5px; }
.sr-field label .hint { display: block; font-weight: 400; color: var(--ink-soft); font-size: 12px; }
.sr-field input, .sr-field select { font-family: var(--font); font-size: 15px; padding: 11px 12px; border: 0.5px solid #DCD9CF; border-radius: 10px; background: #FCFBF9; color: var(--ink); }
.sr-field input:focus, .sr-field select:focus { outline: 2px solid var(--emerald); outline-offset: 1px; border-color: var(--emerald); }
.avm-row { display: flex; gap: 10px; align-items: flex-end; }
.avm-row .sr-field { flex: 1; }
.btn-ghost { font-family: var(--font); font-weight: 500; font-size: 13px; border: 1px solid var(--emerald); background: transparent; color: var(--emerald-deep); border-radius: 999px; padding: 11px 15px; cursor: pointer; white-space: nowrap; }
.btn-ghost:hover { background: var(--emerald-tint); }
.avm-note { font-size: 12px; color: var(--ink-soft); margin-top: 6px; }
.demo-chip { display: inline-block; font-size: 11px; font-weight: 500; background: var(--amber-tint); color: var(--amber-tint-ink); border-radius: 999px; padding: 2px 8px; margin-left: 4px; }
.sr-go { margin-top: 18px; width: 100%; font-family: var(--font-head); font-weight: 600; font-size: 16px; background: linear-gradient(135deg, var(--emerald-deep), var(--emerald)); color: #fff; border: none; border-radius: 14px; padding: 16px; cursor: pointer; box-shadow: 0 12px 28px -10px rgba(11,92,68,.5); transition: transform .1s, box-shadow .15s; }
.sr-go:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(11,92,68,.6); } .sr-go:active { transform: translateY(0); }
.sr-privacy { font-size: 12px; color: var(--ink-soft); text-align: center; margin-top: 10px; }

.verdict { display: none; margin-top: 20px; }
.v-band { border-radius: 18px; padding: 26px; color: #fff; background: linear-gradient(120deg, #0B5C44, #0E7A57 60%, #16A578); }
.v-chip { display: inline-block; border-radius: 999px; padding: 4px 12px; font-size: 12px; font-weight: 500; margin-bottom: 10px; }
.v-chip.rent { background: rgba(159,225,203,.18); border: 1px solid rgba(159,225,203,.5); color: #BFEAD4; }
.v-chip.clock { background: rgba(232,198,162,.16); border: 1px solid rgba(232,198,162,.5); color: #F0C99A; }
.v-chip.sell { background: rgba(214,150,132,.18); border: 1px solid rgba(214,150,132,.5); color: #F0BCAC; }
.v-band h2 { font-size: clamp(1.3rem, 4vw, 1.6rem); font-weight: 500; line-height: 1.2; }
.v-band h2 em { font-style: normal; color: var(--emerald-light); }
.v-band p { color: var(--emerald-sub); font-size: 15px; margin-top: 8px; }
.v-band p strong { color: #fff; font-weight: 500; }
.kpis { margin-top: 16px; display: flex; gap: 12px; flex-wrap: wrap; }
.kpi { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 12px 16px; min-width: 140px; }
.kpi .n { font-weight: 500; font-size: 1.25rem; color: #fff; font-variant-numeric: tabular-nums; }
.kpi .l { font-size: 11px; color: var(--emerald-sub); margin-top: 2px; }

/* clock card — the signature urgent element: amber warning treatment ONLY here */
.clockcard { display: none; background: var(--surface); border: 1.5px solid var(--line); border-left: 4px solid var(--amber); border-radius: 0 14px 14px 0; padding: 20px; margin-top: 14px; }
.clockcard h3 { font-size: 15px; font-weight: 500; }
.clockcard .big { font-weight: 500; font-size: 1.55rem; color: var(--amber-ink); margin: 6px 0 2px; font-variant-numeric: tabular-nums; }
.clockcard p { font-size: 14px; color: var(--ink-soft); }

.sr-card { background: var(--surface); border: 1.5px solid var(--line); border-radius: 16px; padding: 20px; margin-top: 14px; }
.sr-card h3 { font-size: 15px; font-weight: 500; margin-bottom: 12px; }
.mrow { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 9px 0; border-top: 0.5px solid #EEEBE2; }
.mrow:first-of-type { border-top: none; }
.mrow .mv { font-weight: 500; white-space: nowrap; font-variant-numeric: tabular-nums; }
.mv.pos { color: var(--emerald); } .mv.neg { color: var(--clay); }
.sr-card ol { margin: 4px 0 0 18px; font-size: 14px; } .sr-card li { margin-bottom: 8px; line-height: 1.5; }

.offramp { display: none; margin-top: 14px; }
.off-card { background: var(--surface); border: 1.5px solid var(--line); border-radius: 16px; padding: 20px; }
.off-card h3 { font-size: 15px; font-weight: 500; }
.off-card p { font-size: 14px; color: var(--ink-soft); margin-top: 5px; line-height: 1.55; }
.off-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.btn-aff { display: inline-block; background: var(--emerald); color: #fff; text-decoration: none; font-weight: 500; font-size: 14px; border-radius: 999px; padding: 11px 18px; }
.btn-aff:hover { background: var(--emerald-deep); }
.btn-aff.pending { background: var(--emerald-tint); color: var(--emerald-tint-ink); }
.off-pending { font-size: 11px; color: var(--ink-soft); margin-top: 8px; }
.xlink { display: none; margin-top: 14px; background: var(--emerald-tint); border: 0.5px solid #CDE7DA; border-radius: 14px; padding: 15px; font-size: 14px; color: var(--emerald-tint-ink); }
.xlink a { color: var(--emerald-deep); font-weight: 500; }

.assump { font-size: 12px; color: var(--ink-soft); margin-top: 16px; border-top: 0.5px solid #E3E1DA; padding-top: 12px; line-height: 1.6; }
.redo { background: none; border: none; color: var(--emerald-deep); font-weight: 500; font-size: 14px; text-decoration: underline; cursor: pointer; margin-top: 16px; font-family: var(--font); min-height: 24px; padding: 4px 6px; }
.sr-foot { max-width: 720px; margin: 0 auto; padding: 8px 22px 40px; font-size: 12px; }
.sr-foot .fl a { color: var(--ink-faint); margin-right: 14px; }

@media (max-width: 560px) { .sr-grid { grid-template-columns: 1fr; } .avm-row { flex-direction: column; align-items: stretch; } }

/* family-of-sites line (hub link pending) */
.sr-foot .fam { margin-top: 6px; color: var(--ink-faint); }
