/*
Theme Name: Rapid Home Maintenance
Theme URI: https://homerepairs.ae/
Author: Rapid Home Technical Services
Author URI: https://homerepairs.ae/
Description: A lightweight, mobile-first maintenance services theme built for Rapid Home lead generation and advertising landing pages.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: rapid-home-maintenance
*/

:root {
  --rh-navy: #071d35;
  --rh-navy-2: #0d2f52;
  --rh-blue: #0d6efd;
  --rh-blue-dark: #0758ce;
  --rh-orange: #ff8a00;
  --rh-orange-soft: #fff2df;
  --rh-green: #20b968;
  --rh-ink: #102235;
  --rh-copy: #526071;
  --rh-line: #dde5ec;
  --rh-soft: #f4f7fa;
  --rh-white: #ffffff;
  --rh-shadow: 0 20px 60px rgba(7, 29, 53, .12);
  --rh-radius: 24px;
  --rh-radius-sm: 14px;
  --rh-container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--rh-ink);
  background: var(--rh-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header { top: 32px; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed !important;
  z-index: 99999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  color: var(--rh-white);
  background: var(--rh-navy);
  border-radius: 8px;
}

.rh-container {
  width: min(calc(100% - 40px), var(--rh-container));
  margin-inline: auto;
}

.rh-section { padding: 96px 0; }
.rh-section--soft { background: var(--rh-soft); }
.rh-section--navy { color: var(--rh-white); background: var(--rh-navy); }
.rh-section--tight { padding: 64px 0; }

.rh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--rh-blue-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rh-eyebrow::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--rh-orange);
  border-radius: 100px;
}

.rh-section--navy .rh-eyebrow { color: #7db7ff; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: inherit;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.45rem, 6vw, 4.9rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }

.rh-lead {
  max-width: 720px;
  color: var(--rh-copy);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

.rh-section--navy .rh-lead { color: #bdcadd; }

.rh-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.rh-section-head > div:first-child { max-width: 760px; }

.rh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  color: var(--rh-white);
  background: var(--rh-blue);
  border: 1px solid var(--rh-blue);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(13, 110, 253, .22);
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.rh-button:hover,
.rh-button:focus-visible {
  color: var(--rh-white);
  background: var(--rh-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(13, 110, 253, .28);
}

.rh-button--orange {
  color: var(--rh-navy);
  background: var(--rh-orange);
  border-color: var(--rh-orange);
  box-shadow: 0 10px 26px rgba(255, 138, 0, .24);
}

.rh-button--orange:hover,
.rh-button--orange:focus-visible {
  color: var(--rh-navy);
  background: #f59a2e;
}

.rh-button--ghost {
  color: var(--rh-navy);
  background: transparent;
  border-color: var(--rh-line);
  box-shadow: none;
}

.rh-button--ghost:hover,
.rh-button--ghost:focus-visible {
  color: var(--rh-navy);
  background: var(--rh-soft);
  border-color: #cbd7e1;
  box-shadow: none;
}

.rh-button--white {
  color: var(--rh-navy);
  background: var(--rh-white);
  border-color: var(--rh-white);
  box-shadow: none;
}

.rh-button--white:hover,
.rh-button--white:focus-visible { color: var(--rh-navy); background: #eef4fb; }

.rh-arrow { font-size: 1.15em; line-height: 1; }

.rh-topbar {
  color: #dfe9f4;
  background: var(--rh-navy);
  font-size: .83rem;
}

.rh-topbar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rh-topbar__items { display: flex; align-items: center; gap: 22px; }
.rh-topbar a:hover { color: var(--rh-white); }
.rh-topbar strong { color: var(--rh-white); }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(221, 229, 236, .8);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand { display: flex; align-items: center; gap: 12px; }
.site-brand__logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
  border-radius: 8px;
}
.site-brand__text { line-height: 1.15; }
.site-brand__name { display: block; color: var(--rh-navy); font-size: 1.08rem; font-weight: 900; }
.site-brand__tagline { display: block; margin-top: 4px; color: var(--rh-copy); font-size: .74rem; font-weight: 700; white-space: nowrap; }

.rh-nav { display: flex; align-items: center; gap: 30px; }
.rh-nav__links { display: flex; align-items: center; gap: 28px; }
.rh-nav__links a {
  position: relative;
  padding: 28px 0;
  color: #25384c;
  font-size: .95rem;
  font-weight: 750;
}
.rh-nav__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--rh-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.rh-nav__links a:hover::after,
.rh-nav__links a[aria-current="page"]::after { transform: scaleX(1); }
.rh-nav__links a[aria-current="page"] { color: var(--rh-navy); }

.rh-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--rh-navy);
  background: var(--rh-soft);
  border: 1px solid var(--rh-line);
  border-radius: 12px;
}

.rh-menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.rh-menu-toggle:focus-visible + .rh-menu-button {
  outline: 3px solid rgba(13, 110, 253, .3);
  outline-offset: 3px;
}

.rh-menu-button span,
.rh-menu-button span::before,
.rh-menu-button span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.rh-menu-button span { position: relative; }
.rh-menu-button span::before,
.rh-menu-button span::after { content: ""; position: absolute; left: 0; }
.rh-menu-button span::before { top: -6px; }
.rh-menu-button span::after { top: 6px; }
  .rh-menu-toggle:checked + .rh-menu-button span { background: transparent; }
  .rh-menu-toggle:checked + .rh-menu-button span::before { top: 0; transform: rotate(45deg); }
  .rh-menu-toggle:checked + .rh-menu-button span::after { top: 0; transform: rotate(-45deg); }

.rh-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 82px;
  background:
    radial-gradient(circle at 14% 8%, rgba(13, 110, 253, .13), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #fff 54%, #fff7ec 100%);
}

.rh-hero::before {
  content: "";
  position: absolute;
  top: 18%;
  left: -90px;
  width: 210px;
  height: 210px;
  border: 38px solid rgba(255, 138, 0, .08);
  border-radius: 50%;
}

.rh-hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(46px, 7vw, 92px);
}

.rh-hero__copy { position: relative; z-index: 2; }
.rh-hero__copy h1 { max-width: 750px; margin-bottom: 22px; color: var(--rh-navy); }
.rh-hero__copy h1 span { color: var(--rh-blue); }
.rh-hero__copy .rh-lead { max-width: 650px; margin-bottom: 28px; }
.rh-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.rh-hero__points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; color: #31485f; font-size: .9rem; font-weight: 700; }
.rh-hero__points span { display: inline-flex; align-items: center; gap: 8px; }
.rh-check { color: var(--rh-green); font-weight: 900; }

.rh-hero__visual { position: relative; min-height: 580px; }
.rh-hero__image-main {
  position: absolute;
  inset: 0 0 0 62px;
  overflow: hidden;
  background: #d8e3ed;
  border: 10px solid var(--rh-white);
  border-radius: 36px;
  box-shadow: var(--rh-shadow);
}
.rh-hero__image-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rh-hero__image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 29, 53, .42));
}
.rh-hero__image-small {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  left: 0;
  width: 205px;
  overflow: hidden;
  background: var(--rh-white);
  border: 8px solid var(--rh-white);
  border-radius: 24px;
  box-shadow: var(--rh-shadow);
}
.rh-hero__image-small img { width: 100%; height: 210px; object-fit: cover; }
.rh-hero__badge {
  position: absolute;
  z-index: 3;
  right: -12px;
  bottom: 28px;
  max-width: 220px;
  padding: 16px 18px;
  color: var(--rh-navy);
  background: var(--rh-white);
  border-left: 5px solid var(--rh-orange);
  border-radius: 14px;
  box-shadow: var(--rh-shadow);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.35;
}

.rh-trade-strip {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  color: var(--rh-white);
  background: var(--rh-navy);
}
.rh-trade-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.rh-trade-strip a,
.rh-trade-strip span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-right: 1px solid rgba(255,255,255,.12);
  font-weight: 800;
}
.rh-trade-strip a:last-child { border-right: 0; }
.rh-trade-strip a:hover { color: var(--rh-white); background: rgba(255,255,255,.06); }
.rh-trade-dot { width: 8px; height: 8px; background: var(--rh-orange); border-radius: 50%; }

.rh-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.rh-service-card {
  position: relative;
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  background: var(--rh-white);
  border: 1px solid var(--rh-line);
  border-radius: 20px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.rh-service-card:hover {
  border-color: #c8d6e3;
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(7, 29, 53, .1);
}
.rh-service-card__number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: var(--rh-blue-dark);
  background: #eaf3ff;
  border-radius: 14px;
  font-weight: 900;
}
.rh-service-card h3 { margin-bottom: 12px; color: var(--rh-navy); font-size: 1.28rem; }
.rh-service-card p { margin-bottom: 24px; color: var(--rh-copy); font-size: .94rem; }
.rh-service-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--rh-blue-dark); font-size: .9rem; font-weight: 850; }
.rh-service-card__link span { transition: transform .2s ease; }
.rh-service-card:hover .rh-service-card__link span { transform: translateX(4px); }

.rh-split {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 88px);
}
.rh-split__media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--rh-shadow);
}
.rh-split__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.rh-split__media::after {
  content: "Real Rapid Home work";
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 11px 16px;
  color: var(--rh-navy);
  background: rgba(255,255,255,.94);
  border-radius: 10px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.rh-split__content h2 { margin-bottom: 20px; }

.rh-feature-list { display: grid; gap: 15px; margin: 28px 0 32px; padding: 0; list-style: none; }
.rh-feature-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: start;
}
.rh-feature-list__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--rh-green);
  background: #e9f9f1;
  border-radius: 50%;
  font-weight: 900;
}
.rh-feature-list strong { display: block; color: var(--rh-navy); }
.rh-feature-list span { color: var(--rh-copy); font-size: .92rem; }

.rh-gallery {
  display: grid;
  grid-template-columns: 1.35fr .65fr .65fr;
  grid-template-rows: 250px 250px;
  gap: 18px;
}
.rh-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dce5ed;
  border-radius: 20px;
}
.rh-gallery figure:first-child { grid-row: 1 / 3; }
.rh-gallery figure:nth-child(4) { grid-column: 2 / 4; }
.rh-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rh-gallery figure:hover img { transform: scale(1.035); }
.rh-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  color: var(--rh-white);
  background: linear-gradient(90deg, rgba(7,29,53,.92), rgba(7,29,53,.64));
  border-radius: 9px;
  font-size: .8rem;
  font-weight: 750;
}

.rh-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: steps; }
.rh-process__item {
  position: relative;
  padding: 30px;
  background: var(--rh-white);
  border: 1px solid var(--rh-line);
  border-radius: 20px;
  counter-increment: steps;
}
.rh-process__item::before {
  content: "0" counter(steps);
  display: inline-flex;
  margin-bottom: 25px;
  color: var(--rh-orange);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.rh-process__item h3 { margin-bottom: 9px; color: var(--rh-navy); }
.rh-process__item p { margin-bottom: 0; color: var(--rh-copy); }

.rh-quote-wrap {
  display: grid;
  align-items: stretch;
  grid-template-columns: .85fr 1.15fr;
  overflow: hidden;
  background: var(--rh-white);
  border-radius: 28px;
  box-shadow: var(--rh-shadow);
}
.rh-quote-copy {
  padding: clamp(34px, 5vw, 60px);
  color: var(--rh-white);
  background:
    linear-gradient(145deg, rgba(7,29,53,.95), rgba(13,47,82,.92)),
    url("https://homerepairs.ae/wp-content/uploads/2020/10/WhatsAppImage2025-09-15at2.19.00PM-ezgif.com-jpg-to-webp-converter.webp") center / cover;
}
.rh-quote-copy h2 { margin-bottom: 18px; }
.rh-quote-copy p { color: #c7d4e3; }
.rh-contact-lines { display: grid; gap: 12px; margin-top: 28px; }
.rh-contact-lines a { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.rh-contact-lines a:hover { color: var(--rh-orange); }

.rh-form { padding: clamp(32px, 5vw, 56px); }
.rh-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rh-field--full { grid-column: 1 / -1; }
.rh-field label { display: block; margin-bottom: 7px; color: var(--rh-navy); font-size: .84rem; font-weight: 800; }
.rh-field input,
.rh-field select,
.rh-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--rh-ink);
  background: #fbfdff;
  border: 1px solid #ccd8e3;
  border-radius: 10px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rh-field textarea { min-height: 118px; resize: vertical; }
.rh-field input:focus,
.rh-field select:focus,
.rh-field textarea:focus { border-color: var(--rh-blue); box-shadow: 0 0 0 4px rgba(13,110,253,.11); }
.rh-field--honeypot { position: absolute; left: -9999px; }
.rh-form__privacy { margin: 15px 0 18px; color: var(--rh-copy); font-size: .77rem; }
.rh-form__status { margin-bottom: 18px; padding: 12px 14px; border-radius: 10px; font-size: .9rem; font-weight: 750; }
.rh-form__status--sent { color: #12643b; background: #e8f8ef; border: 1px solid #b8e7cd; }
.rh-form__status--failed { color: #873238; background: #fff0f1; border: 1px solid #f0c5c8; }

.rh-page-hero {
  padding: 74px 0;
  color: var(--rh-white);
  background:
    radial-gradient(circle at 86% 16%, rgba(13,110,253,.35), transparent 28%),
    linear-gradient(135deg, #071d35, #0c335a);
}
.rh-page-hero__inner { display: grid; align-items: center; grid-template-columns: minmax(0,1fr) minmax(300px,.55fr); gap: 48px; }
.rh-page-hero h1 { max-width: 820px; margin-bottom: 18px; font-size: clamp(2.4rem,5.4vw,4.5rem); }
.rh-page-hero p { max-width: 720px; color: #c5d4e4; font-size: 1.1rem; }
.rh-page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.rh-page-hero__card { padding: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; }
.rh-page-hero__card strong { display: block; margin-bottom: 10px; color: var(--rh-orange); }
.rh-page-hero__card ul { margin: 0; padding-left: 20px; color: #d7e2ee; }

.rh-service-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.rh-service-row {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  padding: 26px;
  background: var(--rh-white);
  border: 1px solid var(--rh-line);
  border-radius: 18px;
}
.rh-service-row__index { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; color: var(--rh-blue-dark); background: #eaf3ff; border-radius: 15px; font-weight: 900; }
.rh-service-row h3 { margin-bottom: 8px; color: var(--rh-navy); }
.rh-service-row p { margin: 0; color: var(--rh-copy); }
.rh-service-row a { display: inline-flex; margin-top: 12px; color: var(--rh-blue-dark); font-size: .88rem; font-weight: 850; }

.rh-landing-hero { padding: 64px 0 74px; background: linear-gradient(135deg, #f4f9ff, #fff 58%, #fff7ed); }
.rh-landing-hero__grid { display: grid; align-items: center; grid-template-columns: minmax(0,1fr) minmax(420px,.8fr); gap: clamp(46px,7vw,86px); }
.rh-landing-hero h1 { margin-bottom: 20px; color: var(--rh-navy); font-size: clamp(2.45rem,5.5vw,4.7rem); }
.rh-landing-hero p { max-width: 670px; color: var(--rh-copy); font-size: 1.1rem; }
.rh-landing-hero__media { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; box-shadow: var(--rh-shadow); }
.rh-landing-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rh-landing-hero__label { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 13px 16px; color: var(--rh-white); background: rgba(7,29,53,.9); border-radius: 10px; font-size: .84rem; font-weight: 800; }
.rh-landing-bullets { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; }
.rh-landing-bullets span { padding: 8px 11px; color: #21415f; background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 999px; font-size: .82rem; font-weight: 750; }

.rh-problems { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rh-problem { padding: 25px; background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 17px; }
.rh-problem h3 { margin-bottom: 8px; color: var(--rh-navy); font-size: 1.12rem; }
.rh-problem p { margin: 0; color: var(--rh-copy); font-size: .92rem; }

.rh-project-gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.rh-project-gallery figure { margin: 0; overflow: hidden; background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 18px; box-shadow: 0 12px 32px rgba(7,29,53,.07); }
.rh-project-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.rh-project-gallery figure:hover img { transform: scale(1.025); }
.rh-project-gallery figcaption { padding: 13px 15px 15px; color: var(--rh-navy); font-size: .86rem; font-weight: 800; }

.rh-project-proof { display: grid; align-items: center; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(28px,5vw,64px); }
.rh-project-proof__copy h2 { margin-bottom: 16px; color: var(--rh-navy); }
.rh-project-proof__copy p { color: var(--rh-copy); }
.rh-video-card { overflow: hidden; background: #071d35; border-radius: 22px; box-shadow: var(--rh-shadow); }
.rh-video-card video { display: block; width: 100%; max-height: 620px; background: #071d35; object-fit: contain; }
.rh-video-card figcaption { padding: 14px 18px; color: #dce8f5; font-size: .85rem; font-weight: 750; }

.rh-faqs { max-width: 880px; margin-inline: auto; }
.rh-faqs details { background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 14px; }
.rh-faqs details + details { margin-top: 12px; }
.rh-faqs summary { position: relative; padding: 20px 54px 20px 22px; color: var(--rh-navy); font-weight: 850; cursor: pointer; list-style: none; }
.rh-faqs summary::-webkit-details-marker { display: none; }
.rh-faqs summary::after { content: "+"; position: absolute; top: 14px; right: 18px; font-size: 1.45rem; color: var(--rh-blue); }
.rh-faqs details[open] summary::after { content: "–"; }
.rh-faqs details p { padding: 0 22px 20px; margin: 0; color: var(--rh-copy); }

.rh-contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.rh-contact-card { padding: 26px; background: var(--rh-white); border: 1px solid var(--rh-line); border-radius: 18px; }
.rh-contact-card small { display: block; margin-bottom: 8px; color: var(--rh-copy); font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.rh-contact-card strong { color: var(--rh-navy); font-size: 1.13rem; }

.rh-cta-band { padding: 48px 0; color: var(--rh-white); background: linear-gradient(110deg, var(--rh-blue-dark), var(--rh-blue)); }
.rh-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.rh-cta-band h2 { margin-bottom: 7px; font-size: clamp(1.65rem,3.2vw,2.6rem); }
.rh-cta-band p { margin: 0; color: #dcecff; }
.rh-cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.site-footer { color: #bfcbd8; background: #05172a; }
.site-footer__main { display: grid; grid-template-columns: 1.35fr .75fr .85fr 1fr; gap: 50px; padding: 70px 0 48px; }
.site-footer__brand img { width: 78px; height: 78px; margin-bottom: 18px; object-fit: contain; background: var(--rh-white); border-radius: 10px; }
.site-footer__brand p { max-width: 360px; }
.site-footer h3 { margin-bottom: 18px; color: var(--rh-white); font-size: 1rem; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 10px; }
.site-footer a:hover { color: var(--rh-white); }
.site-footer__contact { display: grid; gap: 10px; }
.site-footer__bottom { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__legal { display: flex; gap: 20px; }

.rh-sticky-actions {
  position: fixed;
  z-index: 1100;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 10px;
}
.rh-sticky-action {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: var(--rh-white);
  background: var(--rh-blue);
  border: 3px solid var(--rh-white);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(7,29,53,.24);
  font-size: 1.35rem;
  font-weight: 900;
}
.rh-sticky-action--whatsapp { background: var(--rh-green); }
.rh-sticky-action:hover { color: var(--rh-white); transform: translateY(-2px); }

.rh-content { max-width: 820px; margin-inline: auto; }
.rh-content > * + * { margin-top: 1.2em; }
.rh-content h2, .rh-content h3 { color: var(--rh-navy); }
.rh-404 { padding: 110px 0; text-align: center; }
.rh-404 h1 { margin-bottom: 12px; color: var(--rh-navy); }

@media (max-width: 1080px) {
  .rh-nav { gap: 18px; }
  .rh-nav__links { gap: 19px; }
  .rh-nav .rh-button { display: none; }
  .rh-services-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__main { grid-template-columns: 1.2fr 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .rh-topbar__inner { justify-content: center; }
  .rh-topbar__items:first-child { display: none; }
  .rh-menu-button { display: inline-flex; }
  .rh-nav__links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 16px 20px 24px;
    background: var(--rh-white);
    border-top: 1px solid var(--rh-line);
    box-shadow: 0 20px 38px rgba(7,29,53,.12);
  }
  .rh-nav__links.is-open { display: grid; }
  .rh-menu-toggle:checked ~ .rh-nav__links { display: grid; }
  .rh-nav__links a { padding: 10px 6px; }
  .rh-nav__links a::after { display: none; }
  .rh-hero__grid,
  .rh-landing-hero__grid,
  .rh-page-hero__inner,
  .rh-project-proof { grid-template-columns: 1fr; }
  .rh-hero__visual { min-height: 540px; }
  .rh-hero__image-main { inset: 0 0 0 40px; }
  .rh-split { grid-template-columns: 1fr; }
  .rh-split__media { min-height: 500px; }
  .rh-project-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rh-gallery { grid-template-columns: repeat(2,1fr); grid-template-rows: 370px 230px 230px; }
  .rh-gallery figure:first-child { grid-row: auto; grid-column: 1 / 3; }
  .rh-gallery figure:nth-child(4) { grid-column: auto; }
  .rh-quote-wrap { grid-template-columns: 1fr; }
  .rh-contact-cards { grid-template-columns: 1fr; }
  .site-footer__main { grid-template-columns: repeat(2, 1fr); }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .rh-container { width: min(calc(100% - 28px), var(--rh-container)); }
  .rh-section { padding: 68px 0; }
  .rh-section--tight { padding: 48px 0; }
  .site-header__inner { min-height: 70px; }
  .site-brand__logo { width: 54px; height: 54px; }
  .site-brand { gap: 9px; }
  .site-brand__name { font-size: .98rem; }
  .site-brand__tagline { font-size: .59rem; }
  .rh-hero { padding: 54px 0 62px; }
  .rh-hero__grid { gap: 42px; }
  .rh-hero__visual { min-height: 450px; }
  .rh-hero__image-main { inset: 0 0 0 22px; border-width: 7px; border-radius: 25px; }
  .rh-hero__image-small { bottom: 20px; width: 145px; border-width: 5px; border-radius: 18px; }
  .rh-hero__image-small img { height: 150px; }
  .rh-hero__badge { right: 8px; bottom: 16px; max-width: 165px; padding: 12px; font-size: .73rem; }
  .rh-trade-strip__inner { grid-template-columns: repeat(2,1fr); }
  .rh-trade-strip a:nth-child(2) { border-right: 0; }
  .rh-trade-strip a:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .rh-section-head { display: block; margin-bottom: 34px; }
  .rh-section-head .rh-button { margin-top: 18px; }
  .rh-services-grid,
  .rh-service-list,
  .rh-process,
  .rh-problems { grid-template-columns: 1fr; }
  .rh-service-card { min-height: auto; }
  .rh-project-gallery { grid-template-columns: 1fr; }
  .rh-split__media { min-height: 420px; }
  .rh-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .rh-gallery figure:first-child,
  .rh-gallery figure:nth-child(4) { grid-column: auto; }
  .rh-form__grid { grid-template-columns: 1fr; }
  .rh-field--full { grid-column: auto; }
  .rh-landing-hero__media { min-height: 420px; }
  .rh-page-hero__card { display: none; }
  .rh-cta-band__inner { display: block; }
  .rh-cta-band__actions { margin-top: 20px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 34px; padding-top: 54px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .rh-sticky-actions { right: 14px; bottom: 14px; }
}

@media (max-width: 430px) {
  .site-brand__logo { width: 48px; height: 48px; }
  .site-brand__name { font-size: .9rem; }
  .site-brand__tagline { font-size: .54rem; }
  .rh-topbar__items { gap: 12px; font-size: .76rem; }
  .rh-button { width: 100%; }
  .rh-hero__actions .rh-button,
  .rh-page-hero__actions .rh-button,
  .rh-cta-band__actions .rh-button { width: 100%; }
  .rh-hero__points { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
