.rz-home {
  --rz-bg: #030912;
  --rz-panel: rgba(10, 34, 48, 0.68);
  --rz-panel-strong: rgba(9, 42, 58, 0.86);
  --rz-line: rgba(147, 232, 255, 0.2);
  --rz-line-strong: rgba(83, 224, 255, 0.42);
  --rz-cyan: #53e0ff;
  --rz-green: #78e84a;
  --rz-teal: #00b9bd;
  --rz-text: #f4fbff;
  --rz-muted: #a9bdca;
  --rz-dark: #06111d;
  --rz-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  background: var(--rz-bg);
  color: var(--rz-text);
  overflow: clip;
}

body.rz-home-body {
  margin: 0;
  background: #030912;
  color: #f4fbff;
  overflow-x: clip;
}

body.rz-home-body.rz-home-menu-open {
  overflow: hidden;
}

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

@media (max-width: 782px) {
  body.rz-home-body.admin-bar .rz-home-header {
    top: 46px;
  }
}

.rz-home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(160, 239, 255, 0.14);
  background: linear-gradient(90deg, rgba(3, 9, 18, 0.38), rgba(7, 20, 33, 0.26));
  backdrop-filter: blur(22px);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.rz-home-header.is-scrolled,
.rz-home-header.is-open {
  border-color: rgba(160, 239, 255, 0.22);
  background: linear-gradient(90deg, rgba(3, 9, 18, 0.9), rgba(7, 26, 39, 0.86));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
}

.rz-home-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rz-home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.rz-home-brand img {
  display: block;
  width: min(254px, 44vw);
  max-height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.36));
}

.rz-home-brand-mark {
  font-size: clamp(1.24rem, 2vw, 1.6rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.rz-home-brand span {
  max-width: 120px;
  color: #b7d7e2;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.rz-home-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rz-home-nav a,
.rz-home-header-phone {
  color: rgba(236, 251, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
}

.rz-home-nav a:hover,
.rz-home-header-phone:hover {
  color: var(--rz-green);
}

.rz-home-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rz-home-header .rz-home-btn {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.84rem;
}

.rz-home-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(160, 239, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.rz-home-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: currentColor;
}

.rz-home-menu-button em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.rz-home-mobile-menu {
  display: grid;
  gap: 6px;
  width: min(420px, calc(100% - 24px));
  margin: 0 auto 12px;
  padding: 10px;
  border: 1px solid rgba(160, 239, 255, 0.22);
  border-radius: 20px;
  background: rgba(3, 9, 18, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.rz-home-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

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

.rz-home a {
  color: inherit;
}

.rz-home-wrap {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
}

.rz-home-hero {
  position: relative;
  min-height: clamp(620px, 82vh, 900px);
  display: grid;
  align-items: center;
  padding: clamp(112px, 11vw, 152px) 0 clamp(44px, 7vw, 88px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(3, 9, 18, 0.9), rgba(3, 9, 18, 0.3) 44%, rgba(3, 9, 18, 0.7)),
    radial-gradient(circle at 74% 24%, rgba(83, 224, 255, 0.58), transparent 30%),
    radial-gradient(circle at 88% 74%, rgba(120, 232, 74, 0.34), transparent 26%),
    linear-gradient(120deg, rgba(0, 185, 189, 0.32), transparent 38%),
    url("../img/ringzone-installation-montage.png") center / cover no-repeat,
    linear-gradient(135deg, #0c2534, #02060d);
}

.rz-home-hero-device {
  position: absolute;
  right: min(4vw, 56px);
  top: 24%;
  width: clamp(200px, 24vw, 360px);
  aspect-ratio: 0.72;
  border: 1px solid rgba(160, 239, 255, 0.18);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 22%, rgba(83, 224, 255, 0.45), transparent 8%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 30px 90px rgba(0, 0, 0, 0.35);
  opacity: 0.56;
  pointer-events: none;
}

.rz-home-hero-device::before,
.rz-home-hero-device::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
}

.rz-home-hero-device::before {
  top: 15%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(83, 224, 255, 0.34);
  background: radial-gradient(circle, rgba(83, 224, 255, 0.3), rgba(3, 9, 18, 0.2));
}

.rz-home-hero-device::after {
  bottom: 12%;
  width: 34%;
  height: 10px;
  background: rgba(120, 232, 74, 0.5);
  box-shadow: 0 0 24px rgba(120, 232, 74, 0.56);
}

.rz-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(83, 224, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 224, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 72%);
}

.rz-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  z-index: -1;
  background:
    linear-gradient(to bottom, transparent, var(--rz-bg)),
    radial-gradient(ellipse at 50% 100%, rgba(83, 224, 255, 0.2), transparent 50%);
}

.rz-home-glow {
  position: absolute;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.44;
  z-index: -1;
  pointer-events: none;
}

.rz-home-glow-one {
  left: -12vw;
  top: 18%;
  background: rgba(83, 224, 255, 0.58);
}

.rz-home-glow-two {
  right: -10vw;
  bottom: 12%;
  background: rgba(120, 232, 74, 0.42);
}

.rz-home-hero-grid,
.rz-home-booking-grid,
.rz-home-conversion-grid,
.rz-home-coverage-grid,
.rz-home-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(410px, 0.62fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.rz-home-hero-copy {
  max-width: 920px;
}

.rz-home-kicker {
  margin: 0 0 14px;
  color: var(--rz-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rz-home h1,
.rz-home h2,
.rz-home h3,
.rz-home p {
  letter-spacing: 0;
}

.rz-home h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.92;
  font-weight: 950;
}

.rz-home h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 1;
  font-weight: 920;
}

.rz-home h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.1;
  font-weight: 900;
}

.rz-home p {
  color: var(--rz-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.72;
}

.rz-home-lede {
  max-width: 760px;
  margin: 24px 0 0;
  color: #e0f2f7;
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
}

.rz-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rz-home-actions-center {
  justify-content: center;
}

.rz-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--rz-line);
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.rz-home-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 42px rgba(0, 185, 189, 0.22);
}

.rz-home-btn-primary {
  border-color: rgba(83, 224, 255, 0.64);
  background: linear-gradient(135deg, #17d9ff 0%, #00b9bd 44%, #78e84a 100%);
  color: #021019;
  box-shadow: 0 20px 48px rgba(0, 185, 189, 0.34);
}

.rz-home-btn-ghost {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(83, 224, 255, 0.08));
  color: #fff;
}

.rz-home-btn-light {
  background: rgba(255, 255, 255, 0.9);
  color: #06111d;
}

.rz-home-trust-pills,
.rz-home-flow,
.rz-home-area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rz-home-trust-pills {
  max-width: 720px;
  margin-top: 22px;
}

.rz-home-trust-pills span,
.rz-home-flow span,
.rz-home-area-pills span {
  border: 1px solid var(--rz-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #dff8ff;
  padding: 9px 12px;
  font-size: 0.84rem;
  font-weight: 850;
}

.rz-home-hero-card,
.rz-home-booking-panel,
.rz-home-service-card,
.rz-home-price-grid article,
.rz-home-accordions details,
.rz-home-trust article,
.rz-home-steps article {
  border: 1px solid rgba(160, 239, 255, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: var(--rz-shadow);
  backdrop-filter: blur(22px);
}

.rz-home-hero-card {
  position: relative;
  border-radius: 24px;
  padding: clamp(18px, 2.4vw, 28px);
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48), 0 0 70px rgba(83, 224, 255, 0.18);
}

.rz-home-hero-card::before,
.rz-home-booking-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(83, 224, 255, 0.26), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 46%);
  pointer-events: none;
}

.rz-home-card-top,
.rz-home-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: #c6f4ff;
  font-size: 0.82rem;
  font-weight: 850;
}

.rz-home-card-top strong,
.rz-home-panel-head strong {
  color: var(--rz-green);
}

.rz-home-security-frame {
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  border: 1px solid rgba(83, 224, 255, 0.12);
  pointer-events: none;
}

.rz-home-security-frame span {
  position: absolute;
  width: 34px;
  height: 34px;
  border-color: rgba(120, 232, 74, 0.5);
}

.rz-home-security-frame span:nth-child(1) {
  left: 0;
  top: 0;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 14px;
}

.rz-home-security-frame span:nth-child(2) {
  right: 0;
  top: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  border-top-right-radius: 14px;
}

.rz-home-security-frame span:nth-child(3) {
  right: 0;
  bottom: 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-bottom-right-radius: 14px;
}

.rz-home-hero-card .rz-finder {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 18px;
  border-color: rgba(83, 224, 255, 0.24);
  background: linear-gradient(145deg, rgba(5, 20, 32, 0.82), rgba(12, 54, 70, 0.62));
  box-shadow: none;
}

.rz-home .rz-finder h2 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.rz-home .rz-finder .rz-field-row {
  grid-template-columns: 1fr;
}

.rz-home .rz-finder input,
.rz-home .rz-finder select {
  min-width: 0;
}

.rz-home-section {
  position: relative;
  padding: clamp(58px, 8vw, 108px) 0;
}

.rz-home-trust {
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.rz-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rz-home-trust article {
  min-height: 92px;
  border-radius: 18px;
  padding: 18px;
}

.rz-home-trust strong,
.rz-home-trust span {
  display: block;
}

.rz-home-trust strong {
  color: #fff;
  font-size: 0.98rem;
}

.rz-home-trust span {
  margin-top: 7px;
  color: var(--rz-muted);
  font-size: 0.88rem;
}

.rz-home-conversion {
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 185, 189, 0.2), transparent 30%),
    linear-gradient(180deg, #071522, #0a1b28);
}

.rz-home-conversion-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
}

.rz-home-steps {
  display: grid;
  gap: 12px;
}

.rz-home-steps article {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
  padding: 18px;
}

.rz-home-steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(83, 224, 255, 0.12);
  color: var(--rz-cyan);
  font-weight: 950;
}

.rz-home-section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.rz-home-services {
  background: linear-gradient(180deg, #071522 0%, #e6f4f8 16%, #f8fdff 48%, #e7f7fb 100%);
  color: #06111d;
}

.rz-home-services .rz-home-section-head {
  max-width: 900px;
}

.rz-home-services .rz-home-kicker {
  color: #007f91;
}

.rz-home-services h2,
.rz-home-services h3 {
  color: #06111d;
}

.rz-home-services p {
  color: #355162;
}

.rz-home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rz-home-service-card {
  position: relative;
  min-height: 244px;
  border-radius: 22px;
  padding: 22px;
  overflow: hidden;
  border-color: rgba(0, 119, 168, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(226, 249, 255, 0.86)),
    radial-gradient(circle at 88% 10%, rgba(83, 224, 255, 0.34), transparent 28%),
    radial-gradient(circle at 74% 82%, rgba(120, 232, 74, 0.18), transparent 24%);
  box-shadow: 0 22px 58px rgba(0, 43, 66, 0.14);
}

.rz-home-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(83, 224, 255, 0.24), transparent 42%),
    radial-gradient(circle at 85% 15%, rgba(120, 232, 74, 0.22), transparent 28%);
  pointer-events: none;
}

.rz-home-service-card > * {
  position: relative;
  z-index: 1;
}

.rz-home-service-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(83, 224, 255, 0.2), rgba(120, 232, 74, 0.18));
  color: #006f7f;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rz-home-service-index {
  color: rgba(0, 61, 84, 0.22);
  font-size: 0.82rem;
  font-weight: 950;
}

.rz-home-service-card span {
  display: inline-flex;
  margin-top: 46px;
  color: var(--rz-cyan);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rz-home-service-card h3 {
  margin-top: 10px;
}

.rz-home-service-card strong {
  display: block;
  margin-top: 10px;
  color: #008b4d;
  font-size: 1.05rem;
}

.rz-home-service-card p {
  margin: 12px 0 0;
  font-size: 0.96rem;
  line-height: 1.58;
}

.rz-home-service-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #006f7f;
  font-size: 0.88rem;
  font-weight: 950;
  text-decoration: none;
}

.rz-home-service-card a::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
}

.rz-home-booking {
  background:
    linear-gradient(180deg, #e7f7fb, #071421 14%, #071421),
    radial-gradient(circle at 20% 30%, rgba(83, 224, 255, 0.18), transparent 28%);
}

.rz-home-booking-panel {
  position: relative;
  border-radius: 24px;
  padding: clamp(20px, 3vw, 34px);
  overflow: hidden;
  border-color: rgba(83, 224, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(12, 42, 58, 0.9), rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at 85% 20%, rgba(120, 232, 74, 0.2), transparent 30%);
}

.rz-home-booking-panel > * {
  position: relative;
  z-index: 1;
}

.rz-home-booking-panel .rz-btn {
  width: 100%;
  justify-content: center;
}

.rz-home-flow {
  margin-top: 22px;
}

.rz-home-pricing {
  background: linear-gradient(180deg, #071421, #06111d);
}

.rz-home-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rz-home-price-grid article {
  border-radius: 22px;
  padding: 24px;
}

.rz-home-price-grid article.is-featured {
  border-color: rgba(120, 232, 74, 0.46);
  background: linear-gradient(145deg, rgba(120, 232, 74, 0.16), rgba(83, 224, 255, 0.08));
}

.rz-home-price-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--rz-green);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
}

.rz-home-coverage {
  background:
    linear-gradient(180deg, #06111d, #0d2634),
    radial-gradient(circle at 86% 50%, rgba(0, 185, 189, 0.18), transparent 26%);
}

.rz-home-area-pills {
  justify-content: flex-end;
}

.rz-home-area-pills span {
  min-width: 112px;
  text-align: center;
}

.rz-home-faq {
  background: linear-gradient(180deg, #0d2634, #071421);
}

.rz-home-faq-grid {
  align-items: start;
}

.rz-home-accordions {
  display: grid;
  gap: 10px;
}

.rz-home-accordions details {
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
}

.rz-home-accordions summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #fff;
  font-weight: 900;
  list-style: none;
}

.rz-home-accordions summary::-webkit-details-marker {
  display: none;
}

.rz-home-accordions summary::after {
  content: "+";
  float: right;
  color: var(--rz-cyan);
}

.rz-home-accordions details[open] summary::after {
  content: "-";
}

.rz-home-accordions p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 0.96rem;
}

.rz-home-final {
  position: relative;
  padding: clamp(74px, 10vw, 132px) 0;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(3, 9, 18, 0.92), rgba(3, 9, 18, 0.38), rgba(3, 9, 18, 0.9)),
    url("../img/ringzone-security-install-hero.png") center / cover no-repeat,
    linear-gradient(135deg, #071421, #030912);
}

.rz-home-final p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.rz-home-footer-block {
  padding: clamp(42px, 6vw, 74px) 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(83, 224, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #06111d 0%, #0b2534 52%, #071421 100%);
  color: #ecfbff;
  border-top: 1px solid rgba(83, 224, 255, 0.18);
}

.rz-home-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(160px, 0.6fr));
  gap: clamp(20px, 4vw, 48px);
}

.rz-home-footer-block h2,
.rz-home-footer-block h3 {
  margin: 0 0 12px;
  color: #fff;
}

.rz-home-footer-block h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.rz-home-footer-block h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.rz-home-footer-block p {
  margin: 0 0 12px;
  color: #b9cbd5;
  font-size: 0.98rem;
}

.rz-home-footer-block a {
  display: block;
  margin: 0 0 9px;
  color: #dff8ff;
  font-weight: 800;
  text-decoration: none;
}

.rz-home-footer-block a:hover {
  color: var(--rz-green);
}

.rz-home-footer-logo {
  display: block;
  width: min(260px, 66vw);
  max-height: 72px;
  object-fit: contain;
  margin: 0 0 14px;
}

.rz-home-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.rz-home-footer-social a,
.rz-home-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(160, 239, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.rz-home-footer-bottom {
  width: min(1380px, calc(100% - 48px));
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(160, 239, 255, 0.12);
  color: #94aeba;
  font-size: 0.84rem;
}

body.home .footer-wrapper,
body.home #footer,
body.home footer#footer,
body.home .ux-footer,
body.home .absolute-footer,
body.home .copyright-footer,
body.home .footer-secondary,
body.home .footer-1,
body.home .footer-2,
body.home .payment-icons,
body.home .back-to-top {
  display: none !important;
}

body.home .footer-widgets .widget_archive,
body.home .footer-widgets .widget_categories,
body.home footer .widget_archive,
body.home footer .widget_categories,
body.home .widget-area .widget_archive,
body.home .widget-area .widget_categories {
  display: none !important;
}

.rz-home [data-rz-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.rz-home [data-rz-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .rz-home-nav,
  .rz-home-header-phone,
  .rz-home-header-actions > .rz-home-btn {
    display: none;
  }

  .rz-home-menu-button {
    display: grid;
  }

  .rz-home-header-inner {
    min-height: 70px;
  }

  .rz-home-brand span {
    display: none;
  }

  .rz-home-hero {
    min-height: auto;
    padding-top: 96px;
  }

  .rz-home-hero-grid,
  .rz-home-booking-grid,
  .rz-home-conversion-grid,
  .rz-home-coverage-grid,
  .rz-home-faq-grid {
    grid-template-columns: 1fr;
  }

  .rz-home-hero-card {
    max-width: 620px;
  }

  .rz-home-trust-grid,
  .rz-home-service-grid,
  .rz-home-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rz-home-area-pills {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .rz-home-wrap {
    width: min(100% - 24px, 1380px);
  }

  .rz-home-hero {
    padding-top: 80px;
    padding-bottom: 28px;
    background-position: 58% center;
  }

  .rz-home-header-inner {
    min-height: 64px;
  }

  .rz-home-brand img {
    width: min(196px, 56vw);
    max-height: 50px;
  }

  .rz-home-hero-device {
    display: none;
  }

  .rz-home h1 {
    max-width: 320px;
    font-size: clamp(1.9rem, 10.8vw, 2.7rem);
    line-height: 0.95;
  }

  .rz-home h2 {
    font-size: clamp(1.7rem, 9vw, 2.55rem);
  }

  .rz-home-lede {
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .rz-home-section {
    padding: 34px 0;
  }

  .rz-home-actions,
  .rz-home-trust-pills,
  .rz-home-flow {
    gap: 9px;
  }

  .rz-home-btn {
    width: 100%;
    min-height: 44px;
  }

  .rz-home-actions .rz-home-btn-ghost,
  .rz-home-trust-pills span:nth-child(n + 2),
  .rz-home-trust-grid article:nth-child(n + 3) {
    display: none;
  }

  .rz-home-trust-pills span {
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  .rz-home-trust-grid,
  .rz-home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rz-home-price-grid {
    grid-template-columns: 1fr;
  }

  .rz-home-trust {
    margin-top: 0;
    padding-top: 10px;
  }

  .rz-home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .rz-home-trust article,
  .rz-home-price-grid article {
    min-height: auto;
    border-radius: 18px;
  }

  .rz-home-service-card {
    min-height: 150px;
    border-radius: 16px;
    padding: 12px;
  }

  .rz-home-service-card h3 {
    font-size: 1rem;
  }

  .rz-home-service-card p {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .rz-home-service-card a {
    margin-top: 10px;
    font-size: 0.8rem;
  }

  .rz-home-service-card a::after {
    width: 18px;
  }

  .rz-home-service-card span {
    margin-top: 6px;
  }

  .rz-home-hero-card,
  .rz-home-booking-panel {
    border-radius: 20px;
    padding: 12px;
  }

  .rz-home .rz-finder h2 {
    font-size: 1.35rem;
  }

  .rz-home .rz-finder p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .rz-home-card-top,
  .rz-home-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rz-home-area-pills span,
  .rz-home-trust-pills span,
  .rz-home-flow span {
    width: 100%;
  }

  .rz-home-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .rz-home-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .rz-home-footer-block {
    padding: 26px 0;
  }

  .rz-home-footer-block p,
  .rz-home-footer-block a {
    font-size: 0.84rem;
  }
}

@media (max-width: 420px) {
  .rz-home-footer-grid {
    grid-template-columns: 1fr;
  }

  .rz-home-service-card a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .rz-home-service-card a::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rz-home *,
  .rz-home *::before,
  .rz-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .rz-home [data-rz-reveal] {
    opacity: 1;
    transform: none;
  }
}
