/* Redline Rolloffs — hand-rolled, BEM naming, no framework */
:root { --rl-red: #c8102e; --rl-red-deep: #7d0a1d; --rl-coal: #1b1b1f; --rl-smoke: #f4f2f0; --rl-line: #d9d4cf; }
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--rl-coal); background: #fff; line-height: 1.55; }
a { color: var(--rl-red-deep); }
img, svg { vertical-align: middle; }

.topbar { display: flex; align-items: center; gap: 1.2rem; padding: .65rem 1.2rem; background: var(--rl-coal); position: sticky; top: 0; z-index: 40; }
.topbar__brand { display: flex; align-items: center; gap: .5rem; color: #fff; text-decoration: none; font-weight: 800; font-size: 1.12rem; letter-spacing: .02em; }
.topbar__links { display: flex; flex-wrap: wrap; gap: .95rem; margin-left: auto; }
.topbar__links a { color: #cfcbc7; text-decoration: none; font-size: .93rem; }
.topbar__links a:hover { color: #fff; }
.topbar__phone { background: var(--rl-red); color: #fff; text-decoration: none; font-weight: 800; padding: .5rem .95rem; border-radius: 3px; white-space: nowrap; }
.topbar__phone:hover { background: var(--rl-red-deep); }

.pagehead { background: var(--rl-smoke); border-bottom: 3px solid var(--rl-red); padding: 2.4rem 1.2rem; }
.pagehead__title { max-width: 62rem; margin: 0 auto; font-size: 1.9rem; }

.splash { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; max-width: 68rem; margin: 0 auto; padding: 3rem 1.2rem; align-items: center; }
.splash__h1 { font-size: 2.5rem; line-height: 1.12; margin: 0 0 1rem; }
.splash__h1 em { color: var(--rl-red); font-style: normal; }
.splash__sub { font-size: 1.12rem; color: #444; margin: 0 0 1.4rem; }
.splash__cta { display: inline-block; background: var(--rl-red); color: #fff; font-weight: 800; text-decoration: none; padding: .85rem 1.5rem; border-radius: 3px; font-size: 1.05rem; }
.splash__cta:hover { background: var(--rl-red-deep); }
.splash__aside { border: 2px solid var(--rl-coal); border-radius: 6px; padding: 1.3rem; box-shadow: 6px 6px 0 var(--rl-red); background: #fff; }
.splash__aside h2 { margin: 0 0 .6rem; font-size: 1.15rem; }
.splash__rate { display: flex; justify-content: space-between; border-bottom: 1px dashed var(--rl-line); padding: .4rem 0; font-size: .97rem; }
.splash__rate b { color: var(--rl-red-deep); }

.band { padding: 3rem 1.2rem; }
.band--tint { background: var(--rl-smoke); }
.band__inner { max-width: 68rem; margin: 0 auto; }
.band__title { font-size: 1.7rem; margin: 0 0 .4rem; }
.band__kick { color: var(--rl-red); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; font-size: .8rem; margin: 0 0 .3rem; }

.cardrow { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.1rem; margin-top: 1.4rem; }
.card { border: 1px solid var(--rl-line); border-top: 4px solid var(--rl-red); border-radius: 4px; padding: 1.1rem; background: #fff; }
.card__name { font-size: 1.08rem; margin: 0 0 .45rem; }
.card__name a { color: var(--rl-coal); text-decoration: none; }
.card__name a:hover { color: var(--rl-red); }
.card__text { margin: 0; font-size: .95rem; color: #4a4a4a; }
.card__meta { font-size: .85rem; color: #6b6b6b; margin: .6rem 0 0; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.2rem; margin-top: 1.4rem; }
.steps__item { position: relative; padding: 1rem 1rem 1rem 3.4rem; background: #fff; border: 1px solid var(--rl-line); border-radius: 4px; }
.steps__item::before { counter-increment: step; content: counter(step); position: absolute; left: .9rem; top: .9rem; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--rl-red); color: #fff; font-weight: 800; display: grid; place-items: center; }
.steps__item h3 { margin: 0 0 .3rem; font-size: 1rem; }
.steps__item p { margin: 0; font-size: .92rem; color: #4a4a4a; }

.qa { margin-top: 1.2rem; }
.qa__pair { border-bottom: 1px solid var(--rl-line); padding: .9rem 0; }
.qa__q { font-weight: 700; margin: 0 0 .3rem; }
.qa__a { margin: 0; color: #444; }

.ratetable { width: 100%; border-collapse: collapse; margin-top: 1.3rem; }
.ratetable th { text-align: left; background: var(--rl-coal); color: #fff; padding: .6rem .8rem; font-size: .9rem; }
.ratetable td { border-bottom: 1px solid var(--rl-line); padding: .65rem .8rem; font-size: .95rem; }
.ratetable tr:nth-child(even) td { background: var(--rl-smoke); }
.ratetable .ratetable__price { font-weight: 800; color: var(--rl-red-deep); }

.prose { max-width: 46rem; }
.prose p { margin: 0 0 1rem; }
.prose h2 { font-size: 1.35rem; margin: 1.8rem 0 .6rem; }

.closer { background: var(--rl-red); text-align: center; padding: 2.6rem 1.2rem; }
.closer__line { color: #fff; font-size: 1.5rem; margin: 0 0 1rem; }
.closer__btn { display: inline-block; background: var(--rl-coal); color: #fff; font-weight: 800; text-decoration: none; padding: .8rem 1.6rem; border-radius: 3px; }

.basefoot { background: var(--rl-coal); color: #b9b5b1; padding: 2.6rem 1.2rem 1.2rem; }
.basefoot__grid { max-width: 68rem; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.6rem; }
.basefoot__brand { color: #fff; font-weight: 800; font-size: 1.1rem; margin: 0 0 .4rem; }
.basefoot__head { color: #fff; font-weight: 700; margin: 0 0 .5rem; text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }
.basefoot__col p { margin: 0 0 .4rem; font-size: .9rem; }
.basefoot__col a { color: #b9b5b1; text-decoration: none; }
.basefoot__col a:hover { color: #fff; }
.basefoot__legal { max-width: 68rem; margin: 1.8rem auto 0; border-top: 1px solid #33333a; padding-top: 1rem; font-size: .85rem; }
.basefoot__legal a { color: #b9b5b1; }

.ringer { position: fixed; right: 1.1rem; bottom: 1.1rem; width: 3.2rem; height: 3.2rem; border-radius: 50%; background: var(--rl-red); display: grid; place-items: center; box-shadow: 0 4px 14px rgba(0,0,0,.35); z-index: 50; }

.formgrid { display: grid; gap: .9rem; max-width: 34rem; }
.formgrid label { font-weight: 700; font-size: .9rem; }
.formgrid input, .formgrid textarea, .formgrid select { width: 100%; padding: .6rem; border: 1px solid var(--rl-line); border-radius: 3px; font: inherit; }
.formgrid button { background: var(--rl-red); color: #fff; border: 0; font-weight: 800; padding: .8rem; border-radius: 3px; font-size: 1rem; cursor: pointer; }

@media (max-width: 760px) {
  .splash { grid-template-columns: 1fr; }
  .splash__h1 { font-size: 1.9rem; }
  .topbar__links { display: none; }
}
