/*
Theme Name: RingZone Final Live
Theme URI: https://ringzone.co.uk/
Description: Stable Flatsome child theme for RingZone smart security installation.
Author: RingZone
Template: flatsome
Version: 3.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ringzone-final-live
*/

:root {
  --rz-ink: #030a12;
  --rz-midnight: #061524;
  --rz-navy: #09233a;
  --rz-blue: #0877ff;
  --rz-cyan: #20d7ff;
  --rz-green: #7ce35a;
  --rz-ice: #f4f9fd;
  --rz-paper: #ffffff;
  --rz-text: #0b1d2e;
  --rz-muted: #5d7184;
  --rz-line: rgba(22, 170, 255, 0.18);
  --rz-glass: rgba(255, 255, 255, 0.13);
  --rz-shadow: 0 30px 90px rgba(3, 10, 18, 0.28);
  --rz-deep-shadow: 0 42px 130px rgba(0, 0, 0, 0.54);
  --rz-radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.rz-final-site {
  margin: 0;
  overflow-x: clip;
  color: var(--rz-text);
  background: var(--rz-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body.rz-final-site a {
  color: inherit;
}

body.rz-final-site img {
  max-width: 100%;
  height: auto;
}

.rz-wrap,
.rz-ux-home .row.rz-wrap {
  width: min(1380px, calc(100% - 64px)) !important;
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rz-ux-home .row::before,
.rz-ux-home .row::after {
  display: none !important;
}

.rz-ux-home .row.rz-wrap > .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.rz-ux-home .row.rz-wrap > .col > .col-inner {
  height: 100%;
}

.rz-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(3, 10, 18, 0.9), rgba(6, 21, 36, 0.84)),
    repeating-linear-gradient(90deg, rgba(32, 215, 255, 0.05) 0 1px, transparent 1px 86px);
  backdrop-filter: blur(24px);
}

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

.rz-logo {
  display: inline-grid;
  text-decoration: none;
}

.rz-logo img {
  width: 286px;
  display: block;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.34));
}

.rz-logo-tagline {
  margin: -12px 0 0 64px;
  color: rgba(244, 249, 253, 0.78);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rz-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(244, 249, 253, 0.84);
  font-size: 14px;
  font-weight: 800;
}

.rz-nav a {
  text-decoration: none;
}

.rz-menu-toggle,
.rz-mobile-panel {
  display: none;
}

.rz-btn,
.button.rz-btn,
.rz-finder button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 28px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rz-btn-primary,
.rz-finder button {
  border-color: rgba(32, 215, 255, 0.42);
  background: linear-gradient(135deg, var(--rz-blue), var(--rz-cyan) 58%, var(--rz-green));
  box-shadow: 0 22px 54px rgba(8, 119, 255, 0.34);
}

.rz-btn-light {
  color: var(--rz-ink) !important;
  background: #fff;
}

.rz-btn:hover,
.rz-btn:focus,
.rz-finder button:hover,
.rz-finder button:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.rz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--rz-blue);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.rz-hero .rz-eyebrow,
.rz-dark .rz-eyebrow,
.rz-final .rz-eyebrow {
  color: #9ff2ff;
}

.rz-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rz-green);
  box-shadow: 0 0 22px rgba(124, 227, 90, 0.72);
}

.rz-hero {
  position: relative;
  min-height: calc(100svh - 86px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--rz-ink);
}

.rz-hero::before {
  content: "";
  position: absolute;
  inset: -6%;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 10, 18, 0.97) 0%, rgba(3, 10, 18, 0.78) 32%, rgba(3, 10, 18, 0.2) 68%, rgba(3, 10, 18, 0.72) 100%),
    url("assets/img/ringzone-installation-montage.png") center center / cover no-repeat;
  filter: saturate(1.16) contrast(1.08);
  transform: translate3d(0, calc(var(--rz-parallax, 0) * -30px), 0) scale(1.06);
}

.rz-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, transparent 0 45%, rgba(32, 215, 255, 0.24) 48%, transparent 58%),
    linear-gradient(180deg, rgba(3, 10, 18, 0.02), rgba(3, 10, 18, 0.92) 92%),
    repeating-linear-gradient(90deg, rgba(32, 215, 255, 0.07) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px);
  opacity: 0.98;
}

.rz-hero-inner {
  position: relative;
  min-height: calc(100svh - 86px);
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.58fr);
  align-items: center;
  gap: clamp(34px, 5vw, 90px);
  padding: clamp(70px, 9vw, 130px) 0 clamp(76px, 9vw, 138px);
  perspective: 1400px;
}

.rz-hero-inner::before {
  content: "";
  position: absolute;
  right: clamp(360px, 34vw, 520px);
  bottom: clamp(52px, 7vw, 110px);
  width: clamp(170px, 16vw, 260px);
  height: clamp(280px, 27vw, 440px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    linear-gradient(145deg, rgba(8, 119, 255, 0.26), rgba(3, 10, 18, 0.66));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.46), inset 0 0 0 8px rgba(255, 255, 255, 0.035);
  transform: translate3d(0, calc(var(--rz-parallax, 0) * -18px), 0) rotateY(-18deg) rotateX(8deg);
  pointer-events: none;
}

.rz-hero-inner::after {
  content: "SECURE ROUTE READY";
  position: absolute;
  right: clamp(340px, 33vw, 500px);
  bottom: clamp(84px, 10vw, 160px);
  border: 1px solid rgba(32, 215, 255, 0.3);
  border-radius: 999px;
  padding: 10px 13px;
  color: rgba(244, 249, 253, 0.84);
  background: rgba(3, 10, 18, 0.54);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.4px;
  pointer-events: none;
}

.rz-hero-copy {
  max-width: none !important;
}

.rz-hero h1 {
  max-width: 980px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(4.2rem, 6.8vw, 7.7rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 18px 64px rgba(0, 0, 0, 0.68);
}

.rz-hero-lede {
  max-width: 690px;
  margin: 0 0 30px;
  color: rgba(244, 249, 253, 0.88);
  font-size: clamp(1.12rem, 1.55vw, 1.34rem);
  line-height: 1.58;
}

.rz-hero-actions,
.rz-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rz-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 770px;
  margin-top: 24px;
}

.rz-hero-proof span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 11px 14px;
  color: rgba(244, 249, 253, 0.88);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 850;
}

.rz-hero-hud {
  width: min(100%, 360px);
  margin-top: 28px;
  border: 1px solid rgba(32, 215, 255, 0.28);
  border-radius: 22px;
  padding: 16px;
  color: rgba(244, 249, 253, 0.82);
  background:
    linear-gradient(90deg, rgba(32, 215, 255, 0.14), transparent),
    rgba(3, 10, 18, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.rz-hero-hud span,
.rz-hero-hud em {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-style: normal;
}

.rz-hero-hud strong {
  display: block;
  margin: 5px 0;
  color: #fff;
  font-size: 1.25rem;
}

.rz-hero-form-col > .col-inner {
  display: flex;
  justify-content: flex-end;
}

.rz-finder {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 34px;
  padding: clamp(24px, 3vw, 38px);
  color: #fff;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.07)),
    linear-gradient(145deg, rgba(8, 119, 255, 0.16), rgba(3, 10, 18, 0.78));
  box-shadow: var(--rz-deep-shadow);
  backdrop-filter: blur(26px);
  transform: translate3d(0, calc(var(--rz-parallax, 0) * 14px), 0);
}

.rz-finder::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(32, 215, 255, 0.7), transparent 38%, rgba(124, 227, 90, 0.48));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.rz-finder h2 {
  margin: 4px 0 10px;
  color: #fff;
  font-size: clamp(1.48rem, 2vw, 1.95rem);
  line-height: 1.08;
}

.rz-finder p {
  margin: 0 0 22px;
  color: rgba(244, 249, 253, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.rz-field-row {
  display: grid;
  gap: 15px;
}

.rz-finder label {
  display: block;
  margin: 0 0 8px;
  color: rgba(244, 249, 253, 0.9);
  font-size: 13px;
  font-weight: 850;
}

.rz-finder input,
.rz-finder select {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(244, 249, 253, 0.2);
  border-radius: 18px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 16px;
}

.rz-finder input::placeholder {
  color: rgba(244, 249, 253, 0.54);
}

.rz-finder select option {
  color: var(--rz-text);
}

.rz-service-step {
  opacity: 0.68;
  transition: opacity 180ms ease;
}

.rz-service-step.is-active {
  opacity: 1;
}

.rz-finder button {
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  font-size: 15px;
}

.rz-form-status {
  min-height: 46px;
  margin-top: 15px;
  border: 1px solid rgba(244, 249, 253, 0.14);
  border-radius: 17px;
  padding: 13px 14px;
  color: rgba(244, 249, 253, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  line-height: 1.35;
}

.rz-form-status.is-ok {
  color: #dcffc9;
  border-color: rgba(124, 227, 90, 0.54);
}

.rz-form-status.is-error {
  color: #ffe0e0;
  border-color: rgba(255, 120, 120, 0.52);
}

.rz-trust-strip {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7fbff, #eaf3f8);
}

.rz-trust-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(8, 119, 255, 0.11), transparent);
  opacity: 0.8;
}

.rz-trust-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 0;
}

.rz-trust-grid > .col {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

.rz-trust-grid article {
  min-height: 104px;
  border: 1px solid rgba(8, 119, 255, 0.12);
  border-radius: 22px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(10, 28, 46, 0.08);
  backdrop-filter: blur(14px);
}

.rz-trust-grid strong {
  display: block;
  color: var(--rz-text);
  font-size: 17px;
  line-height: 1.2;
}

.rz-trust-grid span {
  display: block;
  margin-top: 7px;
  color: var(--rz-muted);
  font-size: 14px;
  line-height: 1.42;
}

.rz-section {
  position: relative;
  overflow: hidden;
  background: var(--rz-paper);
}

.rz-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(8, 119, 255, 0.035) 0 1px, transparent 1px 118px),
    linear-gradient(115deg, transparent 0 50%, rgba(32, 215, 255, 0.08) 51%, transparent 62%);
}

.rz-section.rz-ice {
  background: linear-gradient(180deg, #f8fcff, #eaf4fa);
}

.rz-section.rz-dark {
  color: #fff;
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(32, 215, 255, 0.12) 50%, transparent 62%),
    linear-gradient(180deg, #081f35, #030a12);
}

.rz-section > .section-content {
  position: relative;
  z-index: 1;
}

.rz-section > .section-content > .rz-wrap {
  padding-top: clamp(78px, 8vw, 132px);
  padding-bottom: clamp(78px, 8vw, 132px);
}

.rz-section-head {
  max-width: 790px;
  margin: 0 0 38px;
}

.rz-section-head-wide {
  max-width: 1050px;
}

.rz-section-head h2,
.rz-final h2 {
  margin: 0 0 16px;
  color: var(--rz-text);
  font-size: clamp(2.55rem, 4.9vw, 5.35rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
}

.rz-dark .rz-section-head h2,
.rz-final h2 {
  color: #fff;
}

.rz-section-head p,
.rz-final p {
  margin: 0;
  color: var(--rz-muted);
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.rz-dark .rz-section-head p,
.rz-final p {
  color: rgba(244, 249, 253, 0.78);
}

.rz-card,
.rz-decision-row article,
.rz-faq-grid details,
.rz-area-card {
  border: 1px solid rgba(8, 119, 255, 0.14);
  border-radius: var(--rz-radius);
  color: var(--rz-text);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--rz-shadow);
  transform-style: preserve-3d;
}

.rz-card {
  padding: clamp(22px, 2.4vw, 32px);
}

.rz-dark .rz-card,
.rz-dark .rz-decision-row article {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(3, 10, 18, 0.34);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.rz-card h3,
.rz-decision-row strong,
.rz-faq-grid summary,
.rz-area-card strong {
  margin: 0 0 10px;
  color: inherit;
  font-size: clamp(1.22rem, 1.7vw, 1.5rem);
  line-height: 1.12;
}

.rz-card p,
.rz-decision-row em,
.rz-faq-grid p,
.rz-area-card span {
  margin: 0;
  color: var(--rz-muted);
  font-size: 15px;
  line-height: 1.58;
  font-style: normal;
}

.rz-dark .rz-card p,
.rz-dark .rz-decision-row em {
  color: rgba(244, 249, 253, 0.74);
}

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

.rz-service-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(3, 10, 18, 0.06), rgba(3, 10, 18, 0.88)),
    url("assets/img/ringzone-installation-montage.png") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(3, 10, 18, 0.26);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.rz-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 50%, rgba(32, 215, 255, 0.18) 52%, transparent 62%),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(255, 255, 255, 0.035) 29px);
  opacity: 0.7;
  pointer-events: none;
}

.rz-service-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 0 42px 110px rgba(3, 10, 18, 0.34);
}

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

.rz-service-card p {
  color: rgba(244, 249, 253, 0.78);
}

.rz-service-card:nth-child(1) { background-position: left center; }
.rz-service-card:nth-child(2) { background-position: center center; }
.rz-service-card:nth-child(3) { background-position: right center; }
.rz-service-card:nth-child(4) { background-position: 28% center; }
.rz-service-card:nth-child(5) { background-position: 62% center; }
.rz-service-card:nth-child(6) { background-position: 82% center; }

.rz-service-visual {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 94px;
  height: 124px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    rgba(3, 10, 18, 0.46);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.3), inset 0 0 0 7px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}

.rz-service-cctv .rz-service-visual,
.rz-service-wifi .rz-service-visual {
  width: 124px;
  height: 84px;
  border-radius: 999px;
}

.rz-service-tv .rz-service-visual {
  width: 132px;
  height: 84px;
  border-radius: 18px;
}

.rz-service-visual::after {
  content: "";
  position: absolute;
  inset: 38% 34%;
  border-radius: 50%;
  background: var(--rz-cyan);
  box-shadow: 0 0 30px rgba(32, 215, 255, 0.72);
}

.rz-service-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  color: #c7f8ff;
  font-size: 13px;
  font-weight: 950;
}

.rz-service-code,
.rz-mini-chip {
  display: inline-flex;
  border: 1px solid rgba(32, 215, 255, 0.26);
  border-radius: 999px;
  padding: 8px 11px;
  color: #d7fbff;
  background: rgba(32, 215, 255, 0.1);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.rz-story-wrap,
.rz-booking-band,
.rz-coverage-band,
.rz-faq-band {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.72fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
}

.rz-story-wrap > .col,
.rz-booking-band > .col,
.rz-coverage-band > .col,
.rz-faq-band > .col {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

.rz-story-image {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(3, 10, 18, 0.04), rgba(3, 10, 18, 0.42)),
    url("assets/img/ringzone-security-install-hero.png") center center / cover no-repeat;
  box-shadow: var(--rz-deep-shadow);
  transform: translate3d(0, calc(var(--rz-parallax, 0) * -16px), 0);
}

.rz-story-image::after {
  content: "APP CONNECTED  |  ALERTS TUNED  |  COVERAGE READY";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid rgba(32, 215, 255, 0.24);
  border-radius: 18px;
  padding: 16px;
  color: rgba(244, 249, 253, 0.86);
  background: rgba(3, 10, 18, 0.52);
  backdrop-filter: blur(18px);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.3px;
  text-align: center;
}

.rz-decision-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.rz-decision-row article {
  position: relative;
  padding: 22px;
}

.rz-decision-row span {
  display: block;
  margin-bottom: 16px;
  color: var(--rz-green);
  font-size: 13px;
  font-weight: 950;
}

.rz-step-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
  perspective: 1000px;
}

.rz-step-timeline span {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(8, 119, 255, 0.16);
  border-radius: 22px;
  padding: 17px;
  color: var(--rz-text);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 60px rgba(8, 24, 40, 0.12);
  transform: rotateX(4deg);
  font-size: 14px;
  font-weight: 900;
}

.rz-step-timeline b {
  margin-bottom: 8px;
  color: var(--rz-blue);
  font-size: 12px;
  letter-spacing: 1px;
}

.rz-booking-panel {
  border: 1px solid rgba(8, 119, 255, 0.16);
  border-radius: 32px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 253, 0.86));
  box-shadow: var(--rz-shadow);
}

.rz-booking-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--rz-text);
}

.rz-bookly-shell {
  min-height: 190px;
  border: 1px dashed rgba(8, 119, 255, 0.28);
  border-radius: 22px;
  padding: 18px;
  background:
    repeating-linear-gradient(90deg, rgba(8, 119, 255, 0.045) 0 1px, transparent 1px 56px),
    linear-gradient(180deg, #f9fdff, #eaf4fa);
}

.rz-booking-note {
  margin: 16px 0 0;
  color: var(--rz-muted);
  font-size: 14px;
  line-height: 1.5;
}

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

.rz-price {
  display: block;
  margin: 14px 0;
  color: var(--rz-green);
  font-size: clamp(2.2rem, 3.2vw, 3.25rem);
  font-weight: 950;
  line-height: 1;
}

.rz-pricing-featured {
  border-color: rgba(32, 215, 255, 0.28) !important;
  background:
    linear-gradient(140deg, rgba(8, 119, 255, 0.26), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08) !important;
}

.rz-area-card {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 38px);
  background:
    repeating-linear-gradient(90deg, rgba(8, 119, 255, 0.045) 0 1px, transparent 1px 74px),
    linear-gradient(180deg, #fff, #f3f9fd);
}

.rz-location-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.rz-location-chips i {
  border: 1px solid rgba(8, 119, 255, 0.16);
  border-radius: 999px;
  padding: 9px 11px;
  color: var(--rz-text);
  background: rgba(8, 119, 255, 0.06);
  font-size: 12px;
  font-weight: 850;
  font-style: normal;
}

.rz-area-card .rz-btn {
  justify-self: start;
}

.rz-faq-grid {
  display: grid;
  gap: 13px;
}

.rz-faq-grid details {
  padding: 21px 24px;
}

.rz-faq-grid summary {
  cursor: pointer;
  list-style: none;
}

.rz-faq-grid summary::-webkit-details-marker {
  display: none;
}

.rz-faq-grid p {
  padding-top: 5px;
}

.rz-bookly-shell .bookly-form,
.rz-bookly-shell .bookly-form *,
.woocommerce,
.woocommerce-page {
  max-width: 100%;
}

.rz-bookly-shell .bookly-form input,
.rz-bookly-shell .bookly-form select,
.rz-bookly-shell .bookly-form textarea,
.woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea {
  min-height: 50px;
  border-radius: 16px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rz-blue), var(--rz-cyan), var(--rz-green));
  color: #fff;
  font-weight: 950;
}

.woocommerce .cart_totals,
.woocommerce form.checkout,
.woocommerce table.shop_table,
.woocommerce-order {
  border-color: rgba(8, 119, 255, 0.14);
  border-radius: var(--rz-radius);
  color: var(--rz-text);
  background: #fff;
}

.rz-final {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 11vw, 168px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 10, 18, 0.98), rgba(3, 10, 18, 0.62), rgba(3, 10, 18, 0.96)),
    url("assets/img/ringzone-security-install-hero.png") center center / cover no-repeat;
}

.rz-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 45%, rgba(32, 215, 255, 0.18) 50%, transparent 64%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 96px);
  pointer-events: none;
}

.rz-final .rz-wrap {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
}

.rz-final h2,
.rz-final p {
  max-width: 780px;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.68);
}

.rz-final-actions {
  margin-top: 30px;
}

.rz-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--rz-ink);
}

.rz-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 42px;
  padding: 48px 0;
}

.rz-site-footer img {
  width: 246px;
}

.rz-site-footer p,
.rz-site-footer a,
.rz-footer-bottom {
  color: rgba(244, 249, 253, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.rz-site-footer h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
}

.rz-site-footer a {
  display: block;
  margin: 8px 0;
  text-decoration: none;
}

.rz-footer-bottom {
  border-top: 1px solid rgba(244, 249, 253, 0.08);
  padding: 16px 0;
}

.rz-sticky-cta {
  display: none;
}

.rz-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 1120px) {
  .rz-hero-inner,
  .rz-story-wrap,
  .rz-booking-band,
  .rz-coverage-band,
  .rz-faq-band {
    grid-template-columns: 1fr !important;
  }

  .rz-hero-inner::before,
  .rz-hero-inner::after {
    right: 38px;
    opacity: 0.52;
  }

  .rz-hero-form-col > .col-inner {
    justify-content: flex-start;
  }

  .rz-finder {
    margin-left: 0;
  }

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

  .rz-nav {
    display: none;
  }

  .rz-menu-toggle {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(244, 249, 253, 0.2);
    border-radius: 999px;
    background: rgba(244, 249, 253, 0.08);
  }

  .rz-menu-toggle span:first-child,
  .rz-menu-toggle span:first-child::before,
  .rz-menu-toggle span:first-child::after {
    width: 18px;
    height: 2px;
    display: block;
    background: #fff;
  }

  .rz-menu-toggle span:first-child {
    position: relative;
  }

  .rz-menu-toggle span:first-child::before,
  .rz-menu-toggle span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .rz-menu-toggle span:first-child::before { top: -6px; }
  .rz-menu-toggle span:first-child::after { top: 6px; }

  .rz-mobile-panel:not([hidden]) {
    display: grid;
    gap: 1px;
    border-top: 1px solid rgba(244, 249, 253, 0.12);
    background: rgba(3, 10, 18, 0.98);
  }

  .rz-mobile-panel a {
    padding: 17px 30px;
    color: #fff;
    text-decoration: none;
    background: rgba(244, 249, 253, 0.045);
  }

  .rz-story-image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  body.rz-final-site {
    padding-bottom: 76px;
  }

  .rz-wrap,
  .rz-ux-home .row.rz-wrap {
    width: min(100% - 28px, 560px) !important;
  }

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

  .rz-logo img {
    width: 190px;
  }

  .rz-logo-tagline {
    margin: -8px 0 0 43px;
    font-size: 8px;
    letter-spacing: 0.8px;
  }

  .rz-hero {
    min-height: 92svh;
  }

  .rz-hero::before {
    inset: 0;
    opacity: 0.86;
    background-position: 57% top;
    transform: none;
  }

  .rz-hero::after {
    background:
      linear-gradient(120deg, transparent 0 42%, rgba(32, 215, 255, 0.18) 48%, transparent 60%),
      linear-gradient(180deg, rgba(3, 10, 18, 0.3), rgba(3, 10, 18, 0.9) 36%, #030a12 100%),
      repeating-linear-gradient(90deg, rgba(32, 215, 255, 0.06) 0 1px, transparent 1px 70px);
  }

  .rz-hero-inner {
    min-height: auto;
    gap: 24px;
    padding: 42px 0 46px;
  }

  .rz-hero-inner::before {
    top: 34px;
    right: -26px;
    bottom: auto;
    width: 112px;
    height: 188px;
    border-radius: 24px;
    opacity: 0.6;
    transform: rotateY(-22deg) rotateX(8deg);
  }

  .rz-hero-inner::after {
    display: none;
  }

  .rz-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .rz-hero h1 {
    max-width: 12.2ch;
    margin-bottom: 16px;
    font-size: clamp(2.7rem, 11.4vw, 3.42rem);
    line-height: 0.98;
  }

  .rz-hero-lede {
    max-width: 32ch;
    margin-bottom: 20px;
    font-size: 1.01rem;
    line-height: 1.48;
  }

  .rz-hero-actions,
  .rz-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rz-hero-actions .rz-btn,
  .rz-final-actions .rz-btn {
    width: 100%;
    min-height: 56px;
    font-size: 14px;
  }

  .rz-hero-proof {
    gap: 8px;
    margin-top: 18px;
  }

  .rz-hero-proof span {
    width: 100%;
    padding: 10px 12px;
    font-size: 12px;
  }

  .rz-hero-hud {
    display: none;
  }

  .rz-finder {
    width: 100%;
    border-radius: 26px;
    padding: 20px;
  }

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

  .rz-finder p {
    font-size: 14px;
  }

  .rz-finder input,
  .rz-finder select,
  .rz-finder button {
    min-height: 56px;
  }

  .rz-trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }

  .rz-trust-grid article {
    min-height: auto;
    border-radius: 20px;
    padding: 17px;
  }

  .rz-section > .section-content > .rz-wrap {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .rz-section-head {
    margin-bottom: 26px;
  }

  .rz-section-head h2,
  .rz-final h2 {
    font-size: clamp(2.08rem, 9.2vw, 2.85rem);
    line-height: 1.02;
  }

  .rz-section-head p,
  .rz-final p {
    font-size: 1rem;
    line-height: 1.56;
  }

  .rz-service-grid,
  .rz-pricing-grid,
  .rz-decision-row,
  .rz-step-timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rz-card,
  .rz-decision-row article,
  .rz-faq-grid details,
  .rz-area-card {
    border-radius: 22px;
    padding: 21px;
  }

  .rz-service-card {
    min-height: 340px;
    border-radius: 26px;
  }

  .rz-service-visual {
    top: 18px;
    right: 18px;
    transform: scale(0.86);
    transform-origin: top right;
  }

  .rz-story-image {
    border-radius: 26px;
    aspect-ratio: 4 / 3.45;
  }

  .rz-story-image::after {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px;
    font-size: 9px;
  }

  .rz-step-timeline span {
    min-height: 82px;
    transform: none;
  }

  .rz-booking-panel {
    border-radius: 26px;
    padding: 20px;
  }

  .rz-booking-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rz-bookly-shell {
    min-height: 150px;
    border-radius: 19px;
  }

  .rz-area-card .rz-btn {
    width: 100%;
  }

  .rz-location-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rz-location-chips i {
    text-align: center;
  }

  .rz-final {
    padding: 76px 0 104px;
  }

  .rz-final .rz-wrap {
    width: min(100% - 28px, 560px);
  }

  .rz-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 0;
  }

  .rz-sticky-cta {
    position: fixed;
    z-index: 9999;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 0.78fr;
    gap: 8px;
    border: 1px solid rgba(244, 249, 253, 0.18);
    border-radius: 22px;
    padding: 8px;
    background: rgba(3, 10, 18, 0.92);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
  }

  .rz-sticky-cta a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
  }

  .rz-sticky-cta a:first-child {
    background: linear-gradient(135deg, var(--rz-blue), var(--rz-cyan), var(--rz-green));
  }

  .rz-sticky-cta a:last-child {
    background: rgba(244, 249, 253, 0.1);
  }
}

@media (max-width: 390px) {
  .rz-wrap,
  .rz-ux-home .row.rz-wrap,
  .rz-final .rz-wrap {
    width: min(100% - 24px, 560px) !important;
  }

  .rz-hero h1 {
    font-size: 2.58rem;
  }

  .rz-finder {
    padding: 18px;
  }

  .rz-service-card {
    min-height: 322px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .rz-reveal {
    opacity: 1;
    transform: none;
  }
}
