/* Best Rate Buddy - front page.
   Palette: charcoal + citrus on warm white. Layout is table-led: the subject is
   a comparison of weighted factors, so it is presented as one. */
:root{--brb-chr:#2E3132;--brb-chr-d:#1D1F20;--brb-lim:#9DBF3C;--brb-bg:#FBFAF6;--brb-ink:#222526;--brb-mut:#61686A;--brb-line:#E4E2D9}
.hp{background:var(--brb-bg);color:var(--brb-ink);font-size:17px;line-height:1.65}
.hp .brb-wrap{max-width:1060px;margin:0 auto;padding:0 24px}
.hp .brb-narrow{max-width:720px}
.hp h1,.hp h2{letter-spacing:-.02em;margin:0}

.hp .brb-hero{background:var(--brb-bg);padding:92px 0 64px;border-bottom:3px solid var(--brb-chr)}
.hp .brb-hero h1{font-size:clamp(34px,6vw,68px);line-height:1.04;color:var(--brb-chr);margin:0 0 26px;font-weight:800}
.hp .brb-hero h1 em{font-style:normal;color:var(--brb-lim)}
.hp .brb-lede{max-width:60ch;color:var(--brb-mut);font-size:18px;margin:0}

.hp .brb-sec{padding:70px 0}
.hp .brb-lab{text-transform:uppercase;letter-spacing:.16em;font-size:11.5px;font-weight:700;color:var(--brb-lim);margin:0 0 22px}
.hp .brb-h2{font-size:clamp(24px,3vw,34px);margin:0 0 22px;color:var(--brb-chr)}

.hp .brb-table{border-top:2px solid var(--brb-chr)}
.hp .brb-row{display:grid;grid-template-columns:1fr 130px 210px;gap:20px;padding:17px 0;border-bottom:1px solid var(--brb-line);align-items:baseline}
.hp .brb-head{font-size:11.5px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--brb-mut);padding:11px 0}
.hp .brb-row strong{display:block;font-size:17px;color:var(--brb-ink)}
.hp .brb-row span{display:block;font-size:14px;color:var(--brb-mut);margin-top:3px}
.hp .brb-row em{font-style:normal;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.hp .brb-hi{color:#B3431F}.hp .brb-md{color:#7A6A17}.hp .brb-lo{color:var(--brb-mut)}
.hp .brb-row > div:last-child{font-size:15px;color:var(--brb-mut)}

.hp .brb-dark{background:var(--brb-chr)}
.hp .brb-dark h2{color:#fff;font-size:23px;margin:0 0 14px}
.hp .brb-dark p{color:#B9BEBF;margin:0 0 14px}
.hp .brb-two{display:grid;grid-template-columns:1fr 1fr;gap:56px}

.hp .brb-narrow p{color:var(--brb-mut);margin:0 0 18px}

.hp .brb-end{background:var(--brb-chr-d);padding:54px 0;text-align:center}
.hp .brb-end p{color:#B9BEBF;margin:0 0 22px;font-size:17.5px}
.hp .brb-end a{display:inline-block;background:var(--brb-lim);color:#1D2208;text-decoration:none;font-weight:800;padding:14px 34px;border-radius:2px}
.hp .brb-end a:hover{background:#AECF4C;color:#1D2208}

@media(max-width:860px){
 .hp .brb-two{grid-template-columns:1fr;gap:32px}
 .hp .brb-row{grid-template-columns:1fr;gap:6px;padding:15px 0}
 .hp .brb-head{display:none}
 .hp .brb-row em:before{content:"Weight: ";color:var(--brb-mut);font-weight:600}
 .hp .brb-hero{padding:60px 0 44px}
 .hp .brb-sec{padding:50px 0}
}
