/* RIDGELINE HEATING, AIR & PLUMBING -- the Custom example (examples.py).

   A Custom site is made by hand, so this one does not use the builder's
   stylesheet at all: its own type (Barlow Condensed over Barlow, the
   lettering on a service truck), its own colours, and one signature -- the
   warm-to-cool line, red for heat into blue for air, drawn wherever the
   page wants a rule. Everything is under body.rl.

   Colours:  paper #f5f3ee   panels #ffffff   ink #0f2033   soft #53627a
             line  #dcdfe5   cool   #1668d6   heat #d23c28  ok   #1f8a4c */

body.rl {
  --paper: #f5f3ee;
  --panel: #ffffff;
  --ink: #0f2033;
  --soft: #53627a;
  --line: #dcdfe5;
  --cool: #1668d6;
  --cool-deep: #0f4fa8;
  --heat: #d23c28;
  --ok: #1f8a4c;
  --navy: #0f2033;
  --navy-2: #172d4a;
  --warmcool: linear-gradient(90deg, #d23c28 0%, #e0823a 30%, #8a8fc4 62%, #1668d6 100%);
  --r: 14px;
  --wrap: 1180px;
  --shadow: 0 1px 2px rgba(15, 32, 51, .06), 0 10px 28px rgba(15, 32, 51, .07);

  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Barlow, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.rl *, body.rl *::before, body.rl *::after { box-sizing: border-box; }
/* The plain elements' own look, at no weight at all (:where), so any class
   below can change it -- ".rl p" would otherwise out-rank a class like
   .rl-hero-lead and quietly take its spacing away. */
:where(.rl) h1, :where(.rl) h2, :where(.rl) h3, .rl-display {
  font-family: "Barlow Condensed", "Arial Narrow", Barlow, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: .005em;
  margin: 0;
  text-wrap: balance;
}
:where(.rl) h1 { font-size: clamp(40px, 6.2vw, 72px); }
:where(.rl) h2 { font-size: clamp(30px, 4vw, 46px); }
:where(.rl) h3 { font-size: 24px; font-weight: 700; }
:where(.rl) p { margin: 0 0 12px; }
:where(.rl) a { color: var(--cool); text-underline-offset: 3px; }
.rl a:focus-visible, .rl button:focus-visible, .rl input:focus-visible,
.rl summary:focus-visible { outline: 3px solid var(--cool); outline-offset: 3px; }
.rl-wrap { width: min(var(--wrap), calc(100% - 32px)); margin: 0 auto; }
.rl-eyebrow {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 700; font-size: 15px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--soft); margin: 0 0 12px;
}
.rl-rule { height: 4px; background: var(--warmcool); border: 0; margin: 0; }
.rl-skip { position: absolute; left: -9999px; }
.rl-skip:focus { left: 12px; top: 12px; z-index: 99; background: #fff; padding: 8px 12px; }

/* ---- buttons ------------------------------------------------------------- */
.rl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 700; font-size: 20px; letter-spacing: .03em;
  text-decoration: none; cursor: pointer;
  padding: 12px 24px; border-radius: 10px; border: 2px solid var(--cool);
  background: var(--cool); color: #fff !important;
  transition: background .15s ease, transform .15s ease;
}
.rl-btn:hover { background: var(--cool-deep); border-color: var(--cool-deep); }
.rl-btn:active { transform: translateY(1px); }
.rl-btn-ghost { background: transparent; color: var(--ink) !important; border-color: var(--ink); }
.rl-btn-ghost:hover { background: var(--ink); color: #fff !important; border-color: var(--ink); }
.rl-btn-light { background: #fff; color: var(--navy) !important; border-color: #fff; }
.rl-btn-light:hover { background: #e8eef7; border-color: #e8eef7; }
.rl-btn-heat { background: var(--heat); border-color: var(--heat); }
.rl-btn-heat:hover { background: #b12f1e; border-color: #b12f1e; }
.rl-btn-sm { font-size: 17px; padding: 8px 16px; }
.rl-btn[aria-disabled="true"] { opacity: .45; pointer-events: none; }

/* ---- the strip above the header -------------------------------------------- */
.rl-util { background: var(--navy); color: #cfd9e6; font-size: 14.5px; }
.rl-util-in { display: flex; align-items: center; gap: 8px 22px; flex-wrap: wrap; padding: 8px 0; }
.rl-util a { color: #fff; font-weight: 600; text-decoration: none; }
.rl-util a:hover { text-decoration: underline; }
.rl-util-emerg { display: inline-flex; align-items: center; gap: 9px; }
.rl-pulse {
  width: 9px; height: 9px; border-radius: 50%; background: #ff5a43;
  box-shadow: 0 0 0 0 rgba(255, 90, 67, .6); animation: rl-pulse 2s infinite;
}
@keyframes rl-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 90, 67, .55); }
  70% { box-shadow: 0 0 0 9px rgba(255, 90, 67, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 90, 67, 0); }
}
.rl-util-since { color: #9fb0c6; }
.rl-util-login { margin-left: auto; }

/* ---- the header ------------------------------------------------------------- */
.rl-top {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.rl-top::after { content: ""; display: block; height: 3px; background: var(--warmcool); }
.rl-top-in { display: flex; align-items: center; gap: 22px; min-height: 72px; }
.rl-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink) !important; }
.rl-logo svg { width: 46px; height: 30px; flex: none; }
.rl-logo-words { display: flex; flex-direction: column; line-height: 1; }
.rl-logo-name {
  font-family: "Barlow Condensed", Barlow, sans-serif; font-weight: 800;
  font-size: 27px; letter-spacing: .04em; text-transform: uppercase;
}
.rl-logo-sub {
  font-size: 10.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--soft); margin-top: 3px;
}
.rl-nav { display: flex; gap: 4px; margin-left: auto; }
.rl-nav a {
  color: var(--ink); text-decoration: none; font-weight: 600; font-size: 16px;
  padding: 8px 12px; border-radius: 8px;
}
.rl-nav a:hover { background: #eef1f6; }
.rl-nav a[aria-current="page"] { color: var(--cool); box-shadow: inset 0 -3px 0 var(--cool); border-radius: 0; }
.rl-top-cta { flex: none; }
.rl-menu { display: none; margin-left: auto; position: relative; }
.rl-menu summary {
  list-style: none; cursor: pointer; font-weight: 700; padding: 8px 14px;
  border: 2px solid var(--ink); border-radius: 9px;
}
.rl-menu summary::-webkit-details-marker { display: none; }
.rl-menu nav {
  position: absolute; right: 0; top: calc(100% + 10px); width: 230px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow); padding: 8px; display: flex; flex-direction: column;
}
.rl-menu nav a { color: var(--ink); text-decoration: none; font-weight: 600; padding: 10px 12px; border-radius: 8px; }
.rl-menu nav a:hover { background: #eef1f6; }
@media (max-width: 980px) {
  .rl-nav, .rl-top-cta { display: none; }
  .rl-menu { display: block; }
  .rl-util-since { display: none; }
}

/* ---- sections -------------------------------------------------------------- */
.rl-sec { padding: clamp(56px, 7vw, 96px) 0; }
.rl-sec-head { max-width: 720px; margin-bottom: 30px; }
.rl-sec-head p { color: var(--soft); font-size: 18.5px; margin-top: 12px; }
.rl-sec-dark { background: var(--navy); color: #e7eef7; }
.rl-sec-dark .rl-eyebrow { color: #98acc6; }
.rl-sec-dark p { color: #c3d0e0; }
.rl-sec-white { background: var(--panel); }

/* ---- the home page's top ------------------------------------------------------ */
.rl-hero { padding: clamp(40px, 6vw, 80px) 0 clamp(40px, 5vw, 64px); }
.rl-hero-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.rl-hero h1 span { color: var(--cool); }
.rl-hero-lead { font-size: clamp(18px, 2vw, 21px); color: var(--soft); margin: 18px 0 26px; max-width: 34em; }
.rl-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.rl-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 26px 0 0; padding: 0; list-style: none; font-weight: 600; font-size: 15.5px; }
.rl-trust li { display: inline-flex; align-items: center; gap: 8px; }
.rl-trust li::before {
  content: ""; width: 18px; height: 18px; border-radius: 50%; flex: none;
  background: var(--ok) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.rl-hero-pic { position: relative; }
.rl-hero-pic img {
  display: block; width: 100%; aspect-ratio: 5 / 4; object-fit: cover;
  object-position: 62% center; border-radius: 22px; box-shadow: var(--shadow);
}
.rl-next {
  position: absolute; left: -22px; bottom: 26px; width: min(300px, 80%);
  background: #fff; border-radius: 16px; padding: 20px 18px 16px;
  box-shadow: 0 14px 40px rgba(15, 32, 51, .22); overflow: hidden;
}
.rl-next::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--warmcool); }
.rl-next small { display: block; font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--soft); }
.rl-next strong { display: block; font-family: "Barlow Condensed", Barlow, sans-serif; font-size: 27px; line-height: 1.1; margin: 4px 0 8px; }
.rl-next a { font-weight: 700; }
@media (max-width: 880px) {
  .rl-hero-in { grid-template-columns: 1fr; }
  .rl-next { left: 12px; bottom: 12px; }
}

/* ---- three things you can do here --------------------------------------------- */
.rl-do { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rl-do a {
  display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: var(--ink);
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px 24px 22px; box-shadow: var(--shadow);
  transition: transform .15s ease, border-color .15s ease;
}
.rl-do a:hover { transform: translateY(-3px); border-color: var(--cool); }
.rl-do svg { width: 42px; height: 42px; color: var(--cool); }
.rl-do h3 { font-size: 27px; }
.rl-do p { color: var(--soft); margin: 0; }
.rl-do span { margin-top: auto; font-weight: 700; color: var(--cool); }
@media (max-width: 880px) { .rl-do { grid-template-columns: 1fr; } }

/* ---- what we do, with photos ------------------------------------------------------ */
.rl-two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 880px) { .rl-two { grid-template-columns: 1fr; } }
.rl-trade { background: var(--panel); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); display: flex; flex-direction: column; }
.rl-trade img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.rl-trade-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.rl-trade-body h3 { font-size: 32px; margin-bottom: 12px; }
.rl-list { list-style: none; margin: 0 0 18px; padding: 0; }
.rl-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.rl-list li:last-child { border-bottom: 0; }
.rl-list b { font-weight: 600; }
.rl-list em { font-style: normal; color: var(--soft); white-space: nowrap; }
.rl-trade-body .rl-btn { margin-top: auto; align-self: flex-start; }

/* ---- the club ------------------------------------------------------------------ */
.rl-club { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(26px, 4vw, 56px); align-items: center; }
.rl-club img { width: 100%; border-radius: 18px; display: block; aspect-ratio: 4 / 3; object-fit: cover; }
.rl-price-tag { font-family: "Barlow Condensed", Barlow, sans-serif; font-weight: 800; font-size: 54px; line-height: 1; color: #fff; margin: 14px 0 6px; }
.rl-price-tag small { font-size: 22px; font-weight: 600; color: #98acc6; }
.rl-perks { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; }
.rl-perks li { padding-left: 30px; position: relative; color: #e7eef7; }
.rl-perks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--warmcool); }
@media (max-width: 880px) { .rl-club { grid-template-columns: 1fr; } }

/* ---- do you come to me? ------------------------------------------------------------ */
.rl-area { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
@media (max-width: 880px) { .rl-area { grid-template-columns: 1fr; } }
.rl-area-form { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.rl-area-form input {
  flex: 1 1 220px; font: inherit; padding: 12px 14px; border-radius: 10px;
  border: 2px solid var(--line); background: #fff; color: var(--ink);
}
.rl-area-form input:focus { border-color: var(--cool); outline: none; }
.rl-answer { margin-top: 14px; padding: 14px 16px; border-radius: 12px; font-weight: 600; }
.rl-answer.is-yes { background: #e6f5ec; color: #145c33; }
.rl-answer.is-no { background: #fdecea; color: #8c2517; }
.rl-answer:empty { display: none; }
.rl-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.rl-chips li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; font-weight: 600; font-size: 15px; }

/* ---- the emergency line ------------------------------------------------------------ */
.rl-emerg { background: var(--heat); color: #fff; }
.rl-emerg-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 26px 0; }
.rl-emerg h2 { font-size: clamp(26px, 3.4vw, 38px); }
.rl-emerg p { margin: 6px 0 0; color: #ffe2dc; }

/* ---- the foot ---------------------------------------------------------------------- */
.rl-foot { background: #0a1726; color: #b9c6d6; padding: 56px 0 30px; font-size: 15.5px; }
.rl-foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
@media (max-width: 880px) { .rl-foot-grid { grid-template-columns: 1fr; } }
.rl-foot h3 { color: #fff; font-size: 20px; margin-bottom: 12px; letter-spacing: .04em; text-transform: uppercase; }
.rl-foot a { color: #fff; }
.rl-foot .rl-logo { color: #fff !important; margin-bottom: 14px; }
.rl-foot .rl-logo-sub { color: #8ea1b8; }
.rl-foot table { border-collapse: collapse; }
.rl-foot td { padding: 3px 18px 3px 0; vertical-align: top; }
.rl-foot-small { border-top: 1px solid #1f3149; margin-top: 36px; padding-top: 20px; color: #8ea1b8; font-size: 14px; }

/* ---- a page's own heading ---------------------------------------------------------- */
.rl-pagehead { padding: clamp(40px, 5vw, 64px) 0 clamp(26px, 3vw, 36px); }
.rl-pagehead p { color: var(--soft); font-size: 19px; max-width: 42em; margin-top: 14px; }

/* ---- booking ----------------------------------------------------------------------- */
.rl-book { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; padding-bottom: 80px; }
@media (max-width: 960px) { .rl-book { grid-template-columns: 1fr; } .rl-sum { order: -1; } }
.rl-steps { display: flex; gap: 6px; list-style: none; padding: 0; margin: 0 0 22px; flex-wrap: wrap; }
.rl-steps li { display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--soft); font-size: 15.5px; }
.rl-steps li + li::before { content: ""; width: 22px; height: 2px; background: var(--line); margin-right: 2px; }
.rl-steps b {
  display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px;
  border-radius: 50%; background: #e3e8f0; color: var(--soft); font-size: 14px;
}
.rl-steps .is-now { color: var(--ink); }
.rl-steps .is-now b { background: var(--cool); color: #fff; }
.rl-steps .is-done b { background: var(--ok); color: #fff; }
.rl-steps a { color: inherit; text-decoration: none; }
.rl-steps a:hover { text-decoration: underline; }
.rl-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: clamp(20px, 3vw, 32px); box-shadow: var(--shadow); }
.rl-panel h2 { font-size: clamp(28px, 3.4vw, 38px); margin-bottom: 6px; }
.rl-panel > p { color: var(--soft); }
.rl-choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
@media (max-width: 620px) { .rl-choices { grid-template-columns: 1fr; } }
.rl-choice {
  display: flex; flex-direction: column; gap: 4px; text-decoration: none; color: var(--ink) !important;
  border: 2px solid var(--line); border-radius: 14px; padding: 16px 18px; background: #fff;
  transition: border-color .15s ease, background .15s ease;
}
.rl-choice:hover { border-color: var(--cool); background: #f6f9fe; }
.rl-choice b { font-family: "Barlow Condensed", Barlow, sans-serif; font-size: 23px; font-weight: 700; }
.rl-choice span { color: var(--soft); font-size: 15.5px; }
.rl-choice.is-on { border-color: var(--cool); background: #eef4fd; }

.rl-cal-head { display: flex; align-items: center; justify-content: space-between; margin: 18px 0 10px; }
.rl-cal-head strong { font-family: "Barlow Condensed", Barlow, sans-serif; font-size: 26px; }
.rl-cal-nav { display: flex; gap: 6px; }
.rl-cal-nav a, .rl-cal-nav span {
  display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center;
  border-radius: 10px; border: 2px solid var(--line); text-decoration: none; color: var(--ink); font-weight: 700; font-size: 20px;
}
.rl-cal-nav a:hover { border-color: var(--cool); color: var(--cool); }
.rl-cal-nav span { opacity: .35; }
.rl-cal { width: 100%; border-collapse: separate; border-spacing: 6px; table-layout: fixed; margin: 0 -6px; width: calc(100% + 12px); }
.rl-cal th { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--soft); padding: 4px 0; }
.rl-cal td { padding: 0; }
.rl-day {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between;
  height: 64px; padding: 7px 9px; border-radius: 10px; font-weight: 700; font-size: 17px;
  text-decoration: none; color: var(--ink); background: #f3f5f9; border: 2px solid transparent;
}
.rl-day small { font-size: 11.5px; font-weight: 600; color: var(--soft); line-height: 1.1; }
a.rl-day { background: #fff; border-color: #cfdcf0; }
a.rl-day small { color: var(--ok); }
a.rl-day:hover { border-color: var(--cool); background: #f3f8ff; }
.rl-day.is-picked { background: var(--cool); border-color: var(--cool); color: #fff; }
.rl-day.is-picked small { color: #dce9ff; }
.rl-day.is-past, .rl-day.is-out { background: transparent; color: #b3bccb; }
.rl-day.is-out { visibility: hidden; }
.rl-day.is-full small { color: var(--heat); }
.rl-day.is-closed small, .rl-day.is-later small { color: #8b96a8; }
.rl-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; color: var(--soft); margin-top: 12px; }
.rl-legend i { display: inline-block; width: 12px; height: 12px; border-radius: 4px; margin-right: 6px; vertical-align: -1px; }
@media (max-width: 560px) {
  .rl-day { height: 52px; padding: 5px 6px; font-size: 15px; }
  .rl-day small { display: none; }
  a.rl-day::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
  .rl-day.is-picked::after { background: #fff; }
  .rl-cal { border-spacing: 4px; }
}
.rl-wins { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
@media (max-width: 560px) { .rl-wins { grid-template-columns: 1fr; } }
.rl-win {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 16px 18px; border-radius: 12px; border: 2px solid #cfdcf0; background: #fff;
  font-family: "Barlow Condensed", Barlow, sans-serif; font-size: 24px; font-weight: 700;
  text-decoration: none; color: var(--ink) !important;
}
.rl-win small { font-family: Barlow, sans-serif; font-size: 14px; font-weight: 600; color: var(--ok); }
a.rl-win:hover { border-color: var(--cool); background: #f3f8ff; }
span.rl-win { background: #f3f5f9; border-color: transparent; color: #a3adbd !important; text-decoration: line-through; }
span.rl-win small { color: #a3adbd; text-decoration: none; }
.rl-win.is-on { border-color: var(--cool); background: #eef4fd; }

.rl-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
@media (max-width: 620px) { .rl-fields { grid-template-columns: 1fr; } }
.rl-field { background: #f6f8fb; border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; }
.rl-field small { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--soft); }
.rl-field span { font-weight: 600; }
.rl-field-wide { grid-column: 1 / -1; }
.rl-hint { font-size: 14.5px; color: var(--soft); }
.rl-check { display: flex; gap: 10px; align-items: center; font-weight: 600; margin: 4px 0 20px; }
.rl-check i {
  width: 22px; height: 22px; border-radius: 6px; background: var(--cool) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px no-repeat;
}
.rl-done { text-align: center; padding: clamp(26px, 4vw, 40px) clamp(10px, 3vw, 30px); }
.rl-done-mark {
  width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 16px; background: var(--ok)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 44px no-repeat;
  animation: rl-pop .45s cubic-bezier(.2, 1.4, .4, 1) both;
}
@keyframes rl-pop { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.rl-done h2 { margin-bottom: 8px; }
.rl-done-card { text-align: left; max-width: 460px; margin: 22px auto; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.rl-done-card div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.rl-done-card div:last-child { border-bottom: 0; }
.rl-done-card dt { color: var(--soft); }
.rl-done-card dd { margin: 0; font-weight: 700; text-align: right; }
.rl-nextsteps { text-align: left; max-width: 460px; margin: 0 auto 22px; padding: 0; list-style: none; counter-reset: n; }
.rl-nextsteps li { counter-increment: n; position: relative; padding: 0 0 12px 38px; color: var(--soft); }
.rl-nextsteps li::before {
  content: counter(n); position: absolute; left: 0; top: 0; width: 26px; height: 26px; border-radius: 50%;
  background: #e3e8f0; color: var(--ink); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center;
}
.rl-nextsteps b { color: var(--ink); }
.rl-example-note { font-size: 14.5px; color: var(--soft); background: #f6f8fb; border-radius: 10px; padding: 12px 14px; max-width: 520px; margin: 10px auto 0; }

.rl-sum { position: sticky; top: 100px; }
.rl-sum h3 { font-size: 26px; margin-bottom: 14px; }
.rl-sum dl { margin: 0 0 16px; }
.rl-sum dl div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.rl-sum dt { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--soft); }
.rl-sum dd { margin: 2px 0 0; font-weight: 600; }
.rl-sum dd.is-empty { color: #a3adbd; font-weight: 500; }
.rl-sum-fee { font-size: 15px; color: var(--soft); }
@media (max-width: 960px) { .rl-sum { position: static; } }

/* ---- instant prices ---------------------------------------------------------------- */
.rl-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.rl-tabs a {
  text-decoration: none; font-weight: 700; color: var(--ink); padding: 10px 16px; border-radius: 999px;
  border: 2px solid var(--line); background: #fff;
}
.rl-tabs a:hover { border-color: var(--cool); }
.rl-tabs a[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.rl-q { border: 0; padding: 0; margin: 0 0 22px; }
.rl-q legend { font-family: "Barlow Condensed", Barlow, sans-serif; font-weight: 700; font-size: 23px; margin-bottom: 10px; padding: 0; }
.rl-opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.rl-opt { position: relative; }
.rl-opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.rl-opt span {
  display: flex; flex-direction: column; gap: 2px; padding: 13px 15px; border-radius: 12px;
  border: 2px solid var(--line); background: #fff; font-weight: 700; transition: border-color .12s ease, background .12s ease;
}
.rl-opt span small { font-weight: 500; color: var(--soft); font-size: 14.5px; }
.rl-opt input:checked + span { border-color: var(--cool); background: #eef4fd; box-shadow: inset 0 0 0 1px var(--cool); }
.rl-opt input:focus-visible + span { outline: 3px solid var(--cool); outline-offset: 2px; }
.rl-opt:hover span { border-color: #9dbbe8; }
.rl-q-go.is-live { display: none; }
.rl-quote {
  position: sticky; top: 100px; color: #fff; border-radius: 18px; overflow: hidden;
  background: var(--navy); box-shadow: 0 16px 40px rgba(15, 32, 51, .25);
}
.rl-quote::before { content: ""; display: block; height: 5px; background: var(--warmcool); }
.rl-quote-in { padding: 24px 24px 22px; }
.rl-quote small { display: block; font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: #98acc6; }
.rl-quote-price {
  font-family: "Barlow Condensed", Barlow, sans-serif; font-weight: 800; font-size: clamp(40px, 5vw, 52px);
  line-height: 1.02; margin: 6px 0 4px; font-variant-numeric: tabular-nums; transition: opacity .15s ease;
}
.rl-quote-what { color: #c3d0e0; margin-bottom: 16px !important; }
.rl-quote ul { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 8px; }
.rl-quote li { padding-left: 26px; position: relative; color: #e7eef7; font-size: 15.5px; }
.rl-quote li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%;
  background: #2e9d5d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 7' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.rl-quote .rl-btn { width: 100%; }
.rl-quote-note { font-size: 14px; color: #98acc6; margin: 14px 0 0 !important; }
.rl-quote.is-busy .rl-quote-price { opacity: .45; }
@media (max-width: 960px) { .rl-quote { position: static; } }

/* ---- the customer login and the account -------------------------------------------- */
.rl-login { display: grid; grid-template-columns: minmax(0, 480px) minmax(0, 1fr); gap: clamp(26px, 5vw, 70px); align-items: center; padding: clamp(36px, 5vw, 70px) 0 90px; }
@media (max-width: 880px) { .rl-login { grid-template-columns: 1fr; } }
.rl-login .rl-panel h1 { font-size: clamp(34px, 4vw, 44px); margin-bottom: 8px; }
.rl-fake-input { margin: 14px 0; }
.rl-fake-input small { display: block; font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.rl-fake-input div { border: 2px solid var(--line); border-radius: 10px; padding: 12px 14px; background: #f6f8fb; color: var(--soft); }
.rl-login .rl-btn { width: 100%; margin-top: 10px; }
.rl-login-get { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 14px; }
.rl-login-get li { display: flex; gap: 14px; align-items: flex-start; }
.rl-login-get svg { width: 30px; height: 30px; flex: none; color: var(--cool); margin-top: 2px; }
.rl-login-get b { display: block; font-size: 18px; }
.rl-login-get span { color: var(--soft); }

.rl-acct-top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 14px; padding: clamp(34px, 4vw, 54px) 0 24px; }
.rl-acct-top p { margin: 8px 0 0; color: var(--soft); }
.rl-badge { display: inline-flex; align-items: center; gap: 8px; background: #e6f5ec; color: #145c33; font-weight: 700; font-size: 14.5px; border-radius: 999px; padding: 6px 13px; }
.rl-acct { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; padding-bottom: 90px; }
.rl-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 22px 24px; box-shadow: var(--shadow); }
.rl-card h2 { font-size: 26px; margin-bottom: 14px; }
.rl-c8 { grid-column: span 8; } .rl-c4 { grid-column: span 4; } .rl-c12 { grid-column: span 12; } .rl-c6 { grid-column: span 6; }
@media (max-width: 960px) { .rl-c8, .rl-c4, .rl-c6 { grid-column: span 12; } }
.rl-visit { background: var(--navy); color: #fff; border: 0; position: relative; overflow: hidden; }
.rl-visit::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--warmcool); }
.rl-visit small { display: block; font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: #98acc6; }
.rl-visit strong { display: block; font-family: "Barlow Condensed", Barlow, sans-serif; font-size: clamp(30px, 3.6vw, 40px); line-height: 1.05; margin: 8px 0 4px; }
.rl-visit p { color: #c3d0e0; }
.rl-visit-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.rl-filter strong { display: block; font-family: "Barlow Condensed", Barlow, sans-serif; font-size: 44px; line-height: 1; margin: 6px 0; }
.rl-meter { height: 10px; border-radius: 99px; background: #e8ecf2; overflow: hidden; margin: 12px 0; }
.rl-meter i { display: block; height: 100%; background: var(--warmcool); border-radius: 99px; }
.rl-kit { list-style: none; margin: 0; padding: 0; }
.rl-kit li { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.rl-kit li:last-child { border-bottom: 0; }
.rl-kit b { font-size: 18px; }
.rl-kit em { font-style: normal; color: var(--soft); }
.rl-kit p { grid-column: 1 / -1; margin: 0; font-size: 15px; color: var(--soft); }
.rl-age { font-weight: 700; font-size: 14px; border-radius: 999px; padding: 3px 10px; background: #e6f5ec; color: #145c33; align-self: start; }
.rl-age.is-old { background: #fdf1e2; color: #8a4b09; }
.rl-kit .rl-warn { color: #8a4b09; }
.rl-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.rl-timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.rl-timeline li { position: relative; padding: 0 0 18px 32px; }
.rl-timeline li::before { content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--cool); }
.rl-timeline time { font-size: 14px; font-weight: 700; color: var(--soft); }
.rl-timeline b { display: block; font-size: 18px; }
.rl-timeline p { margin: 2px 0 0; color: var(--soft); font-size: 15.5px; }
.rl-bills { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.rl-bills th { text-align: left; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--soft); padding: 0 10px 8px 0; }
.rl-bills td { padding: 11px 10px 11px 0; border-top: 1px solid var(--line); }
.rl-bills td.amt { text-align: right; font-weight: 700; }
.rl-bills-wrap { overflow-x: auto; }
.rl-paid { display: inline-block; font-weight: 700; font-size: 13px; border-radius: 999px; padding: 2px 10px; background: #e6f5ec; color: #145c33; }

@media (prefers-reduced-motion: reduce) {
  .rl-pulse, .rl-done-mark { animation: none; }
  .rl-do a, .rl-btn, .rl-choice { transition: none; }
}

/* ---- the services page --------------------------------------------------------- */
.rl-split { align-items: center; }
.rl-side-pic img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.rl-promises { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 960px) { .rl-promises { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .rl-promises { grid-template-columns: 1fr; } }
.rl-promises li { border-top: 4px solid transparent; border-image: var(--warmcool) 1; padding: 16px 4px 0; }
.rl-promises b { display: block; font-family: "Barlow Condensed", Barlow, sans-serif; font-size: 26px; color: #fff; margin-bottom: 6px; }
.rl-promises span { color: #c3d0e0; }

/* The first day of a month, and the first day shown, carry the month. */
.rl-day em { font-style: normal; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--cool); }
.rl-day.is-picked em { color: #dce9ff; }
.rl-day.is-past em { color: #b3bccb; }
