.elementor-11 .elementor-element.elementor-element-e584070{width:var( --container-widget-width, 100.062% );max-width:100.062%;--container-widget-width:100.062%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-e584070.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   RBG Remodeling | Landing Page
   Cole este CSS em: Elementor > Configurações da página > Avançado > CSS personalizado
   (ou Aparência > Personalizar > CSS adicional)
   Tudo está escopado em .rbg-lp para não conflitar com o tema.
   ========================================================= */

.rbg-lp {
  /* ---- Cores da marca (ajuste aqui para bater com a logo) ---- */
  --rbg-slate: #0F0F0F;      /* preto - fundo do hero */
  --rbg-slate-2: #1E1E1E;
  --rbg-stone: #F3F1EC;      /* off-white - fundo de seções */
  --rbg-line: #DCD8CF;
  --rbg-white: #FFFFFF;
  --rbg-brass: #C9A24D;      /* dourado - destaque/botões */
  --rbg-brass-hover: #D9B566;
  --rbg-brass-deep: #8C6A1F; /* dourado escuro para texto sobre fundo claro */
  --rbg-ink: #141414;
  --rbg-muted: #5E5A53;
  --rbg-error: #B3261E;

  --rbg-serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --rbg-sans: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --rbg-wrap: 1200px;
  --rbg-radius: 3px;

  font-family: var(--rbg-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--rbg-ink);
  background: var(--rbg-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.rbg-lp *,
.rbg-lp *::before,
.rbg-lp *::after { box-sizing: border-box; }

.rbg-lp img { display: block; max-width: 100%; height: auto; }
.rbg-lp p { margin: 0; }
.rbg-lp ul { margin: 0; padding: 0; list-style: none; }
.rbg-lp figure { margin: 0; }
.rbg-lp blockquote { margin: 0; padding: 0; border: 0; font-style: normal; }

.rbg-lp .rbg-wrap {
  max-width: var(--rbg-wrap);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Tipografia ---------- */
.rbg-lp .rbg-h1,
.rbg-lp .rbg-h2,
.rbg-lp .rbg-h3 {
  font-family: var(--rbg-serif);
  font-weight: 400;
  margin: 0;
  text-transform: none;
  letter-spacing: -0.012em;
}
.rbg-lp .rbg-h1 {
  font-size: clamp(40px, 5.4vw, 70px);
  line-height: 1.04;
  color: var(--rbg-white);
}
.rbg-lp .rbg-h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.1;
  color: var(--rbg-ink);
}
.rbg-lp .rbg-h3 {
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.15;
  color: var(--rbg-ink);
}
.rbg-lp .rbg-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--rbg-muted);
  max-width: 60ch;
}

/* ---------- Botões ---------- */
.rbg-lp .rbg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 26px;
  font-family: var(--rbg-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  border: 0;
  border-radius: var(--rbg-radius);
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}
.rbg-lp .rbg-btn--brass { background: var(--rbg-brass); color: var(--rbg-slate); }
.rbg-lp .rbg-btn--brass:hover,
.rbg-lp .rbg-btn--brass:focus { background: var(--rbg-brass-hover); color: var(--rbg-slate); }
.rbg-lp .rbg-btn--dark { background: var(--rbg-slate); color: var(--rbg-white); }
.rbg-lp .rbg-btn--dark:hover,
.rbg-lp .rbg-btn--dark:focus { background: var(--rbg-slate-2); color: var(--rbg-white); }
.rbg-lp .rbg-btn:focus-visible,
.rbg-lp a:focus-visible,
.rbg-lp .rbg-shot:focus-visible {
  outline: 3px solid var(--rbg-brass);
  outline-offset: 3px;
}
.rbg-lp .rbg-btn[disabled] { opacity: .7; cursor: progress; }

/* ---------- Topo ---------- */
.rbg-lp .rbg-top {
  background: var(--rbg-white);
  border-bottom: 1px solid var(--rbg-line);
}
.rbg-lp .rbg-top__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px;
}
.rbg-lp .rbg-top__logo img { height: 56px; width: auto; }
.rbg-lp .rbg-top__call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rbg-ink);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
}
.rbg-lp .rbg-top__call:hover { color: var(--rbg-brass-deep); }
.rbg-lp .rbg-top__call svg { width: 20px; height: 20px; color: var(--rbg-brass-deep); flex: none; }
.rbg-lp .rbg-top__call strong { display: block; font-size: 18px; font-weight: 700; }
.rbg-lp .rbg-top__call small { display: block; font-size: 13px; color: var(--rbg-muted); }

/* ---------- Hero ---------- */
.rbg-lp .rbg-hero {
  position: relative;
  background-color: var(--rbg-slate);
  /* padrão sutil de azulejo "subway" dourado + degradê que some em direção ao formulário */
  background-image:
    linear-gradient(100deg, rgba(15,15,15,0) 0%, rgba(15,15,15,.55) 55%, rgba(15,15,15,.95) 80%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='48'%3E%3Cpath d='M0 .5h96M0 24.5h96M.5 0v24M48.5 0v24M24.5 24v24M72.5 24v24' fill='none' stroke='%23C9A24D' stroke-opacity='.10'/%3E%3C/svg%3E");
  color: rgba(255,255,255,.86);
  padding: 80px 0 88px;
}
/* OPCIONAL: para usar uma FOTO no fundo do hero, descomente e troque a URL:
.rbg-lp .rbg-hero {
  background-image:
    linear-gradient(100deg, rgba(15,15,15,.92) 0%, rgba(15,15,15,.78) 55%, rgba(15,15,15,.6) 100%),
    url("https://rbgremodeling.com/wp-content/uploads/SUA-FOTO.jpg");
  background-size: cover;
  background-position: center;
}
*/
.rbg-lp .rbg-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 72px;
  align-items: center;
}
.rbg-lp .rbg-hero__copy { max-width: 620px; }
.rbg-lp .rbg-hero__lead {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
  max-width: 54ch;
}
.rbg-lp .rbg-hero__points {
  margin-top: 32px;
  display: grid;
  gap: 14px;
}
.rbg-lp .rbg-hero__points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 17px;
  color: var(--rbg-white);
}
.rbg-lp .rbg-hero__points svg {
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--rbg-brass);
}
.rbg-lp .rbg-hero__area {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: 15px;
  color: rgba(255,255,255,.66);
}

/* entrada única no carregamento */
@keyframes rbgRise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
.rbg-lp .rbg-hero__copy { animation: rbgRise .7s cubic-bezier(.2,.7,.2,1) both; }
.rbg-lp .rbg-hero__form { animation: rbgRise .7s .15s cubic-bezier(.2,.7,.2,1) both; }

/* ---------- Formulário ---------- */
.rbg-lp .rbg-hero__form {
  background: var(--rbg-white);
  color: var(--rbg-ink);
  border-radius: 4px;
  padding: 34px 32px 28px;
  box-shadow: 0 30px 70px -24px rgba(0,0,0,.55);
  scroll-margin-top: 24px;
}
.rbg-lp .rbg-form__title {
  font-family: var(--rbg-serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.15;
  margin: 0;
  color: var(--rbg-ink);
  text-transform: none;
  letter-spacing: -0.01em;
}
.rbg-lp .rbg-form__sub {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--rbg-muted);
}
.rbg-lp .rbg-form__fields {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}
.rbg-lp .rbg-field--full { grid-column: 1 / -1; }

.rbg-lp .rbg-form .rbg-field label,
.rbg-lp .rbg-form .rbg-field legend {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--rbg-ink);
  vertical-align: baseline;
}
.rbg-lp .rbg-form .rbg-field .rbg-input {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 14px;
  font-family: var(--rbg-sans);
  font-size: 16px;
  line-height: 1.2;
  color: var(--rbg-ink);
  background-color: var(--rbg-white);
  border: 1px solid #C9C7C2;
  border-radius: var(--rbg-radius);
  box-shadow: none;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.rbg-lp .rbg-form .rbg-field select.rbg-input {
  padding-right: 38px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23141414' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.rbg-lp .rbg-form .rbg-field .rbg-input:focus {
  border-color: var(--rbg-slate);
  box-shadow: 0 0 0 3px rgba(201,162,77,.4);
}
.rbg-lp .rbg-form .rbg-field.is-invalid .rbg-input { border-color: var(--rbg-error); }
.rbg-lp .rbg-field__msg {
  display: block;
  min-height: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--rbg-error);
}
.rbg-lp .rbg-field__msg:empty { display: none; }

/* seletor de tipo de projeto */
.rbg-lp .rbg-form .rbg-pills {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.rbg-lp .rbg-pills__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.rbg-lp .rbg-pill { position: relative; display: block; margin: 0; cursor: pointer; }
.rbg-lp .rbg-pill input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.rbg-lp .rbg-pill span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--rbg-ink);
  border: 1px solid #C9C7C2;
  border-radius: var(--rbg-radius);
  background: var(--rbg-white);
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
  text-align: center;
}
.rbg-lp .rbg-pill:hover span { border-color: var(--rbg-slate); }
.rbg-lp .rbg-pill input:checked + span {
  background: var(--rbg-slate);
  border-color: var(--rbg-slate);
  color: var(--rbg-white);
}
.rbg-lp .rbg-pill input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(201,162,77,.5);
}
.rbg-lp .rbg-pills.is-invalid .rbg-pill span { border-color: var(--rbg-error); }

.rbg-lp .rbg-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.rbg-lp .rbg-form__submit { width: 100%; margin-top: 20px; font-size: 17px; }
.rbg-lp .rbg-form__legal {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--rbg-muted);
}
.rbg-lp .rbg-form__error {
  margin-top: 14px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--rbg-error);
  background: #FBEDEC;
  border-radius: var(--rbg-radius);
}
.rbg-lp .rbg-form__error[hidden],
.rbg-lp .rbg-form[hidden],
.rbg-lp .rbg-form__done[hidden] { display: none; }

.rbg-lp .rbg-form__done { padding: 12px 0 8px; outline: none; }
.rbg-lp .rbg-form__done-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--rbg-slate);
  color: var(--rbg-brass);
  margin-bottom: 20px;
}
.rbg-lp .rbg-form__done-icon svg { width: 26px; height: 26px; }
.rbg-lp .rbg-form__done p { margin-top: 10px; color: var(--rbg-muted); font-size: 16px; }
.rbg-lp .rbg-form__done a { color: var(--rbg-brass-deep); font-weight: 600; }

/* ---------- Seções ---------- */
.rbg-lp .rbg-section { padding: 104px 0; }
.rbg-lp .rbg-section--stone { background: var(--rbg-stone); }
.rbg-lp .rbg-sechead { margin-bottom: 56px; }
.rbg-lp .rbg-sechead .rbg-lead { margin-top: 16px; }
.rbg-lp .rbg-sechead--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.rbg-lp .rbg-sechead--split .rbg-lead { margin-top: 0; max-width: 44ch; }

/* ---------- Serviços ---------- */
.rbg-lp .rbg-svc {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.rbg-lp .rbg-svc + .rbg-svc { margin-top: 88px; }
.rbg-lp .rbg-svc--flip { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); }
.rbg-lp .rbg-svc--flip .rbg-svc__media { order: 2; }
.rbg-lp .rbg-svc__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 2px;
  background: var(--rbg-slate-2);
}
.rbg-lp .rbg-svc__media img { width: 100%; height: 100%; object-fit: cover; }
.rbg-lp .rbg-svc__body > p {
  margin-top: 16px;
  font-size: 17px;
  color: var(--rbg-muted);
  max-width: 52ch;
}
.rbg-lp .rbg-svc__list {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--rbg-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
}
.rbg-lp .rbg-svc__list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--rbg-ink);
}
.rbg-lp .rbg-svc__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 8px;
  height: 8px;
  background: var(--rbg-brass);
}
.rbg-lp .rbg-svc__body .rbg-btn { margin-top: 32px; }

/* ---------- Projetos recentes ---------- */
.rbg-lp .rbg-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 270px;
  gap: 16px;
}
.rbg-lp .rbg-shot {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background: var(--rbg-slate-2);
  color: var(--rbg-white);
  text-decoration: none;
}
.rbg-lp .rbg-shot--lg { grid-column: span 2; grid-row: span 2; }
.rbg-lp .rbg-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.rbg-lp .rbg-shot:hover img { transform: scale(1.03); }
.rbg-lp .rbg-shot__cap {
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 40px 18px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--rbg-white);
  background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
}

/* lightbox */
.rbg-lightbox {
  width: min(1100px, 92vw);
  max-height: 92vh;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.rbg-lightbox::backdrop { background: rgba(0,0,0,.9); }
.rbg-lightbox img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  margin: 0 auto;
}
.rbg-lightbox .rbg-lightbox__cap {
  margin: 12px 0 0;
  text-align: center;
  color: rgba(255,255,255,.85);
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 15px;
}
.rbg-lightbox .rbg-lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  cursor: pointer;
}
.rbg-lightbox .rbg-lightbox__close:hover,
.rbg-lightbox .rbg-lightbox__close:focus { background: rgba(255,255,255,.12); color: #fff; }

/* ---------- Avaliações ---------- */
.rbg-lp .rbg-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.rbg-lp .rbg-review {
  display: flex;
  flex-direction: column;
  padding-top: 28px;
  border-top: 2px solid var(--rbg-slate);
}
.rbg-lp .rbg-stars {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
  color: var(--rbg-brass);
}
.rbg-lp .rbg-review blockquote { margin-top: 20px; flex: 1; }
.rbg-lp .rbg-review blockquote p {
  font-family: var(--rbg-serif);
  font-size: 21px;
  line-height: 1.5;
  color: var(--rbg-ink);
}
.rbg-lp .rbg-review figcaption { margin-top: 24px; font-size: 15px; line-height: 1.4; }
.rbg-lp .rbg-review figcaption strong { display: block; font-weight: 700; color: var(--rbg-ink); }
.rbg-lp .rbg-review figcaption span { display: block; color: var(--rbg-muted); font-size: 14px; margin-top: 2px; }
.rbg-lp .rbg-reviews__more { margin-top: 48px; font-size: 15px; }
.rbg-lp .rbg-reviews__more a {
  color: var(--rbg-brass-deep);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- CTA final ---------- */
.rbg-lp .rbg-cta {
  background-color: var(--rbg-slate);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='48'%3E%3Cpath d='M0 .5h96M0 24.5h96M.5 0v24M48.5 0v24M24.5 24v24M72.5 24v24' fill='none' stroke='%23C9A24D' stroke-opacity='.08'/%3E%3C/svg%3E");
  padding: 80px 0;
}
.rbg-lp .rbg-cta__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.rbg-lp .rbg-cta .rbg-h2 { color: var(--rbg-white); }
.rbg-lp .rbg-cta p { margin-top: 12px; color: rgba(255,255,255,.75); font-size: 18px; }
.rbg-lp .rbg-cta .rbg-btn { flex: none; }

/* ---------- Rodapé ---------- */
.rbg-lp .rbg-foot {
  background: #000000;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  padding: 28px 0;
}
.rbg-lp .rbg-foot__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
}
.rbg-lp .rbg-foot a { color: rgba(255,255,255,.8); text-decoration: none; }
.rbg-lp .rbg-foot a:hover { color: var(--rbg-brass); }

/* ---------- Barra fixa mobile ---------- */
.rbg-lp .rbg-sticky { display: none; }

/* ---------- Responsivo ---------- */
@media (max-width: 1024px) {
  .rbg-lp .rbg-hero__grid { grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; }
  .rbg-lp .rbg-svc { gap: 44px; }
  .rbg-lp .rbg-reviews__grid { gap: 32px; }
}

@media (max-width: 860px) {
  .rbg-lp .rbg-hero { padding: 48px 0 56px; }
  .rbg-lp .rbg-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .rbg-lp .rbg-hero__form { max-width: 560px; }
  .rbg-lp .rbg-section { padding: 72px 0; }
  .rbg-lp .rbg-sechead { margin-bottom: 40px; }
  .rbg-lp .rbg-sechead--split { display: block; }
  .rbg-lp .rbg-sechead--split .rbg-lead { margin-top: 14px; }
  .rbg-lp .rbg-svc,
  .rbg-lp .rbg-svc--flip { grid-template-columns: 1fr; gap: 28px; }
  .rbg-lp .rbg-svc--flip .rbg-svc__media { order: 0; }
  .rbg-lp .rbg-svc + .rbg-svc { margin-top: 64px; }
  .rbg-lp .rbg-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 10px; }
  .rbg-lp .rbg-shot--lg { grid-column: 1 / -1; grid-row: span 2; }
  .rbg-lp .rbg-reviews__grid { grid-template-columns: 1fr; gap: 40px; }
  .rbg-lp .rbg-cta__in { display: block; }
  .rbg-lp .rbg-cta .rbg-btn { margin-top: 28px; }
}

@media (max-width: 600px) {
  .rbg-lp { font-size: 16px; padding-bottom: 72px; }
  .rbg-lp .rbg-wrap { padding: 0 18px; }
  .rbg-lp .rbg-top__in { min-height: 68px; }
  .rbg-lp .rbg-top__logo img { height: 42px; }
  .rbg-lp .rbg-top__call small { display: none; }
  .rbg-lp .rbg-top__call strong { font-size: 15px; }
  .rbg-lp .rbg-hero__lead { font-size: 17px; margin-top: 18px; }
  .rbg-lp .rbg-hero__points { margin-top: 24px; gap: 10px; }
  .rbg-lp .rbg-hero__points li { font-size: 16px; }
  .rbg-lp .rbg-hero__area { display: none; }
  .rbg-lp .rbg-hero__form { padding: 26px 20px 22px; }
  .rbg-lp .rbg-form__title { font-size: 26px; }
  .rbg-lp .rbg-field--m-full { grid-column: 1 / -1; }
  .rbg-lp .rbg-pills__row { grid-template-columns: 1fr 1fr; }
  .rbg-lp .rbg-svc__list { grid-template-columns: 1fr; }
  .rbg-lp .rbg-svc__body .rbg-btn { width: 100%; }
  .rbg-lp .rbg-gallery { grid-auto-rows: 150px; }
  .rbg-lp .rbg-shot__cap {
  display: block; font-size: 12px; padding: 28px 10px 8px; }
  .rbg-lp .rbg-review blockquote p { font-size: 19px; }
  .rbg-lp .rbg-cta { padding: 60px 0; }
  .rbg-lp .rbg-cta .rbg-btn { width: 100%; }

  .rbg-lp .rbg-sticky {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: var(--rbg-white);
    border-top: 1px solid var(--rbg-line);
    box-shadow: 0 -8px 24px -12px rgba(0,0,0,.25);
    transition: transform .25s ease;
  }
  .rbg-lp .rbg-sticky.is-hidden { transform: translateY(110%); }
  .rbg-lp .rbg-sticky .rbg-btn { min-height: 48px; padding: 10px 12px; font-size: 15px; }
  .rbg-lp .rbg-sticky .rbg-btn--ghost {
    background: var(--rbg-white);
    color: var(--rbg-slate);
    box-shadow: inset 0 0 0 1px var(--rbg-slate);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rbg-lp *,
  .rbg-lp *::before,
  .rbg-lp *::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */