:root {
  --bg: #02060b;
  --bg-2: #04111f;
  --surface: rgba(7, 18, 32, 0.78);
  --surface-2: rgba(10, 22, 38, 0.92);
  --primary: #1877f2;
  --primary-2: #3a95ff;
  --primary-3: #0d5fc7;
  --text: #fff;
  --muted: #cfd6df;
  --soft: #8d99aa;
  --border: rgba(255, 255, 255, 0.13);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --glow: 0 0 34px rgba(24, 119, 242, 0.42);
  --radius: 16px;
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(2, 6, 11, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(2, 6, 11, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.4);
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.logo-mark {
  width: 38px;
  color: var(--primary-2);
  filter: drop-shadow(0 0 16px rgba(24, 119, 242, 0.5));
}

.logo-text strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.logo-text strong span {
  color: var(--primary-2);
}

.logo-text small {
  display: block;
  color: #aab4c2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 700;
}

.nav a {
  color: #e9eef5;
  transition: 0.2s;
}

.nav a:hover {
  color: var(--primary-2);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-icon {
  color: var(--primary-2);
  font-size: 27px;
}

.phone strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
}

.phone small {
  display: block;
  color: #c2cad7;
  font-size: 13px;
  font-weight: 600;
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: white;
  border-radius: 10px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: 0.25s ease;
  white-space: nowrap;
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  box-shadow: var(--glow);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #55a6ff, var(--primary));
  box-shadow: 0 0 44px rgba(24, 119, 242, 0.55);
}

.btn-outline {
  color: #fff;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--border);
}

.btn-outline:hover {
  background: rgba(24, 119, 242, 0.12);
  border-color: var(--primary-2);
}

.header-btn {
  height: 50px;
  padding: 0 26px;
}

.btn-lg {
  height: 70px;
  padding: 0 34px;
  font-size: 18px;
}

/* Hero */
.hero {
  position: relative;
  min-height: auto;
  padding-top: 96px;
  padding-bottom: 120px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 30%, rgba(17, 74, 141, 0.35), transparent 34%),
    linear-gradient(180deg, #04111f 0%, #02060b 100%);
}

.hero-bg {
  position: absolute;
  inset: 96px 0 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 11, 0.95) 0%,
      rgba(2, 8, 15, 0.76) 45%,
      rgba(2, 6, 11, 0.2) 75%
    );
  opacity: 0.78;
}

.hero-plumber {
  position: absolute;
  top: 96px;
  right: 0;
  width: 58vw;
  max-width: 820px;
  height: 720px;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 11, 0) 0%,
      rgba(2, 6, 11, 0.05) 50%,
      rgba(2, 6, 11, 0.55) 100%
    ),
    url("img/hero/hero-plumber.webp") center right / cover no-repeat;
  filter: contrast(1.04) saturate(1.05);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 96px;
  right: 0;
  left: 0;
  height: 720px;
  background:
    linear-gradient(0deg, #02060b 0%, transparent 34%),
    linear-gradient(90deg, #02060b 0%, rgba(2, 6, 11, 0.78) 36%, transparent 62%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
}

.hero-content {
  padding-top: 25px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  padding: 14px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  background: rgba(24, 119, 242, 0.16);
  border: 1px solid rgba(58, 149, 255, 0.8);
  border-radius: 8px;
  box-shadow:
    inset 0 0 18px rgba(24, 119, 242, 0.18),
    0 0 22px rgba(24, 119, 242, 0.24);
}

h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 65px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.55);
}

h1 span {
  color: var(--primary-2);
  text-shadow: 0 0 28px rgba(24, 119, 242, 0.42);
}

.hero-text {
  margin: 32px 0 42px;
  color: #eef3f8;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  margin-top: 70px;
  color: #f2f6fb;
  font-size: 16px;
  font-weight: 700;
}

.hero-points div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--primary-2);
  font-style: normal;
  font-weight: 900;
  border: 3px solid var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(24, 119, 242, 0.28);
}

.hero-point-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.rating-card {
  position: absolute;
  right: 24px;
  bottom: 175px;
  width: 380px;
  padding: 28px 32px;
  background: rgba(2, 6, 11, 0.62);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.rating-card strong {
  display: block;
  font-size: 33px;
  font-weight: 500;
}

.rating-card > span {
  display: block;
  margin: 4px 0 18px;
  color: #e9eef5;
  font-size: 18px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.avatars {
  display: flex;
}

.avatars b {
  width: 36px;
  height: 36px;
  margin-left: -8px;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
}

.avatars b:first-child {
  margin-left: 0;
}

.avatars b:nth-child(1) {
  background-image: url("img/hero/man 1 (3).jpg");
}

.avatars b:nth-child(2) {
  background-image: url("img/hero/woman 1 (4).jpg");
}

.avatars b:nth-child(3) {
  background-image: url("img/hero/man 2 (1).jpg");
}

.avatars b:nth-child(4) {
  background-image: url("img/hero/woman 2 (2).jpg");
}

.rating-row em {
  color: #ffc33c;
  font-style: normal;
  letter-spacing: 2px;
}

.rating-row small {
  display: inline-block;
  margin-left: 8px;
  color: white;
  font-size: 14px;
  line-height: 1.2;
}

/* Features */
.features-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 50px;
  padding: 46px 48px;
  background: linear-gradient(180deg, #071b33cc, rgba(3, 12, 22, 0.92));
  border: 1px solid rgba(58, 149, 255, 0.22);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.feature {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 30px;
  border-right: 1px solid var(--border);
}

.feature:last-child {
  border-right: 0;
}

.feature-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.feature i {
  width: 58px;
  height: 58px;
  font-size: 15px;
}

.feature strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.feature span {
  color: #c2cad7;
  font-size: 15px;
  line-height: 1.6;
}

/* Animations */
.reveal,
[data-animate] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

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

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

@media (max-width: 1100px) {
  .nav {
    position: absolute;
    top: 84px;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    padding: 22px;
    background: rgba(2, 6, 11, 0.96);
    border: 1px solid var(--border);
    border-radius: 14px;
  }

  .nav.is-open {
    display: flex;
  }

  .burger {
    display: block;
  }

  .phone {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 760px;
  }

  .hero-plumber {
    right: -130px;
    width: 78vw;
    opacity: 0.75;
  }

  .rating-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 0 32px auto;
  }

  .features-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .feature {
    padding: 0 18px;
  }

  .feature:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    height: 76px;
  }

  .logo {
    min-width: auto;
  }

  .logo-mark {
    width: 30px;
  }

  .logo-text strong {
    font-size: 19px;
  }

  .logo-text small {
    font-size: 10px;
  }

  .header-btn {
    display: none;
  }

  .nav {
    top: 72px;
  }

  .hero {
    padding-top: 76px;
  }

  .hero-bg {
    inset: 76px 0 0;
  }

  .hero-plumber {
    top: 76px;
    right: -160px;
    width: 115vw;
    height: 540px;
    opacity: 0.42;
  }

  .hero::after {
    top: 76px;
    height: 560px;
    background:
      linear-gradient(0deg, #02060b 0%, transparent 40%),
      linear-gradient(90deg, #02060b 0%, rgba(2, 6, 11, 0.9) 52%, transparent 100%);
  }

  .hero-grid {
    min-height: 670px;
    align-items: start;
    padding-top: 70px;
  }

  .badge {
    margin-bottom: 28px;
    font-size: 12px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.15;
  }

  .hero-text {
    margin: 24px 0 30px;
    font-size: 16px;
  }

  .hero-buttons {
    gap: 14px;
  }

  .btn-lg {
    width: 100%;
    height: 58px;
    font-size: 15px;
  }

  .hero-points {
    gap: 18px;
    margin-top: 34px;
    font-size: 14px;
  }

  .rating-card {
    width: 100%;
    margin-top: 30px;
    padding: 22px;
  }

  .rating-card strong {
    font-size: 26px;
  }

  .features-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 22px;
  }

  .feature {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .feature:last-child {
    border-bottom: 0;
  }

  .feature-icon,
  .feature i {
    width: 48px;
    height: 48px;
  }
}


/* Advantages block */
.advantages {
  position: relative;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.16), transparent 28%),
    radial-gradient(circle at 12% 28%, rgba(17, 74, 141, 0.16), transparent 30%),
    linear-gradient(180deg, #02060b 0%, #04111f 52%, #02060b 100%);
  overflow: hidden;
}

.advantages::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: .18;
  pointer-events: none;
}

.section-head {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto 70px;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--primary-2);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .08em;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--primary-2);
  box-shadow: 0 0 18px rgba(24,119,242,.65);
}

.section-head h2 {
  margin: 28px 0 18px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 12px 36px rgba(0,0,0,.6);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.45;
}

.advantages-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.advantage-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 34px 58px;
  text-align: center;
  background: linear-gradient(180deg, rgba(8, 19, 33, .88), rgba(2, 8, 15, .96));
  border: 1px solid rgba(145, 176, 212, .28);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.advantage-card:hover {
  transform: translateY(-8px);
  border-color: rgba(58,149,255,.62);
  box-shadow: 0 28px 90px rgba(0,0,0,.5), 0 0 34px rgba(24,119,242,.2);
}

.advantage-media {
  position: absolute;
  inset: 0 0 auto;
  height: 270px;
  background-position: center;
  background-size: cover;
}

.advantage-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,6,11,.08) 0%, rgba(2,6,11,.45) 48%, #02060b 100%),
    linear-gradient(90deg, rgba(0,112,255,.16), transparent 50%, rgba(0,112,255,.12));
}

.advantage-media-speed {
  background-image: linear-gradient(120deg, rgba(4,17,31,.55), rgba(4,17,31,.15)), url('img/bl2/fon 1.webp');
  background-position: 45% 34%;
}

.advantage-media-price {
  background-image: linear-gradient(120deg, rgba(4,17,31,.55), rgba(4,17,31,.15)), url('img/bl2/fon 2.webp');
  background-position: 58% 48%;
}

.advantage-media-quality {
  background-image: linear-gradient(120deg, rgba(4,17,31,.55), rgba(4,17,31,.15)), url('img/bl2/fon 3.webp');
  background-position: 68% 40%;
}

.advantage-media-support {
  background-image: linear-gradient(120deg, rgba(4,17,31,.55), rgba(4,17,31,.15)), url('img/bl2/fon 4.webp');
  background-position: 82% 45%;
}

.advantage-icon {
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 2;
  width: 120px;
  height: 120px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  color: #69b3ff;
  border: 6px solid #238cff;
  border-radius: 999px;
  background: rgba(0, 77, 166, .2);
  box-shadow: 0 0 34px rgba(24,119,242,.78), inset 0 0 22px rgba(24,119,242,.32);
}

.advantage-icon svg {
  width: 78px;
  height: 78px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.advantage-icon-text {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
}

.advantage-line {
  width: 56px;
  height: 3px;
  margin-bottom: 38px;
  background: var(--primary-2);
  box-shadow: 0 0 18px rgba(24,119,242,.7);
}

.advantage-card h3 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.advantage-card p {
  margin: 0;
  color: #cfd6df;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage-card {
    min-height: 460px;
  }
}

@media (max-width: 720px) {
  .advantages {
    padding: 72px 0 82px;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .section-kicker {
    font-size: 14px;
  }

  .section-kicker::before,
  .section-kicker::after {
    width: 28px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .advantage-card {
    min-height: 360px;
    padding: 0 24px 36px;
  }

  .advantage-media {
    height: 205px;
  }

  .advantage-icon {
    top: 74px;
    width: 88px;
    height: 88px;
    border-width: 4px;
  }

  .advantage-icon svg {
    width: 56px;
    height: 56px;
  }

  .advantage-icon-text {
    font-size: 25px;
  }

  .advantage-line {
    margin-bottom: 24px;
  }

  .advantage-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .advantage-card p {
    font-size: 17px;
  }
}


/* Services section */
.services {
  position: relative;
  padding: 108px 0 120px;
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.14), transparent 28%),
    linear-gradient(180deg, #02060b 0%, #04111f 48%, #02060b 100%);
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(58,149,255,.1), transparent 30%),
    radial-gradient(circle at 82% 54%, rgba(58,149,255,.08), transparent 34%);
  pointer-events: none;
}

.services-head {
  margin-bottom: 52px;
}

.services-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  min-height: 368px;
  overflow: hidden;
  border: 1px solid rgba(145, 176, 212, .28);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(8,19,33,.92), rgba(2,8,15,.96));
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(58,149,255,.64);
  box-shadow: 0 28px 90px rgba(0,0,0,.52), 0 0 36px rgba(24,119,242,.22);
}

.service-media {
  position: absolute;
  inset: 0 0 auto;
  height: 190px;
  background-image:
    linear-gradient(180deg, rgba(2,6,11,.08) 0%, rgba(2,6,11,.32) 42%, #02060b 100%),
    linear-gradient(90deg, rgba(0,112,255,.14), transparent 46%, rgba(0,112,255,.1)),
    var(--service-bg);
  background-position: center;
  background-size: cover;
  filter: saturate(1.05) contrast(1.08);
}

.service-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 368px;
  padding: 0 30px 30px;
}

.service-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #3a95ff, #0d5fc7);
  box-shadow: 0 0 28px rgba(24,119,242,.55), inset 0 0 18px rgba(255,255,255,.12);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.service-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.service-card p {
  margin: 0 0 25px;
  color: #cfd6df;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.service-card a {
  width: fit-content;
  color: var(--primary-2);
  font-size: 16px;
  font-weight: 800;
  transition: color .22s ease, transform .22s ease;
}

.service-card a:hover {
  color: #69b3ff;
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .services {
    padding: 72px 0 82px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card,
  .service-content {
    min-height: 340px;
  }

  .service-media {
    height: 170px;
  }

  .service-content {
    padding: 0 22px 26px;
  }

  .service-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
  }

  .service-icon svg {
    width: 30px;
    height: 30px;
  }

  .service-icon img {
    width: 35px;
    height: 35px;
  }

  .service-card h3 {
    font-size: 20px;
  }

  .service-card p {
    font-size: 15px;
  }
}

/* ========================================
   BRANDS SECTION
======================================== */

.brands {
  position: relative;
  padding: 110px 0 125px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(24, 119, 242, 0.11),
      transparent 27%
    ),
    radial-gradient(
      circle at 8% 70%,
      rgba(24, 119, 242, 0.06),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 70%,
      rgba(24, 119, 242, 0.06),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      #02060b 0%,
      #030a13 48%,
      #02060b 100%
    );
}

.brands::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );
  background-size: 90px 90px;
}

.brands::after {
  content: "";
  position: absolute;
  top: -220px;
  left: 50%;
  width: 900px;
  height: 500px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(
    ellipse,
    rgba(24, 119, 242, 0.1),
    transparent 68%
  );
  filter: blur(10px);
}

.brands-container {
  position: relative;
  z-index: 2;
}

/* Заголовок секції */

.brands-head {
  max-width: 1180px;
  margin-bottom: 58px;
}

.brands-head .section-kicker {
  font-size: 18px;
}

.brands-head h2 {
  margin-top: 28px;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.brands-head p {
  max-width: 900px;
  margin-inline: auto;
  color: #c9d0da;
  font-size: clamp(17px, 1.7vw, 25px);
  line-height: 1.75;
}

/* Сітка брендів */

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

/* Картка бренду */

.brand-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 0.78;
  overflow: hidden;
  border: 1px solid rgba(150, 176, 207, 0.35);
  border-radius: 16px;
  background:
    linear-gradient(
      180deg,
      rgba(5, 15, 27, 0.2),
      rgba(2, 8, 15, 0.65)
    ),
    url("img/b4/bg bren.png") center / cover no-repeat;
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.4),
    inset 0 0 30px rgba(32, 99, 171, 0.05);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* Синє світіння зверху і знизу */

.brand-card::before,
.brand-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 90px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #168cff;
  box-shadow:
    0 0 7px #168cff,
    0 0 17px rgba(22, 140, 255, 0.9),
    0 0 34px rgba(22, 140, 255, 0.5);
  opacity: 0.95;
  transition:
    width 0.35s ease,
    opacity 0.35s ease;
}

.brand-card::before {
  top: -1px;
}

.brand-card::after {
  bottom: -1px;
}

.brand-card-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 24px;
}

/* Додаткове затемнення */

.brand-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025),
      transparent 22%,
      transparent 72%,
      rgba(0, 0, 0, 0.14)
    );
}

/* Логотип */

.brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 92%;
  max-height: 105px;
  object-fit: contain;
  filter:
    drop-shadow(0 5px 9px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.06));
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

/* Hover */

.brand-card:hover {
  transform: translateY(-9px);
  border-color: rgba(58, 149, 255, 0.72);
  box-shadow:
    0 28px 75px rgba(0, 0, 0, 0.52),
    0 0 32px rgba(24, 119, 242, 0.17),
    inset 0 0 32px rgba(24, 119, 242, 0.07);
}

.brand-card:hover::before,
.brand-card:hover::after {
  width: 130px;
  opacity: 1;
}

.brand-card:hover .brand-logo {
  transform: scale(1.055);
  filter:
    drop-shadow(0 7px 12px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 16px rgba(255, 255, 255, 0.13));
}

/* Затримка для шостої картки */

.brand-card-delay-6 {
  transition-delay: 0.6s;
}

/* ========================================
   BRANDS — ADAPTIVE
======================================== */

@media (max-width: 1300px) {
  .brands-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .brand-card {
    aspect-ratio: 1.2;
  }

  .brand-card-inner {
    min-height: 270px;
  }

  .brand-logo {
    max-width: 78%;
  }
}

@media (max-width: 900px) {
  .brands {
    padding: 88px 0 95px;
  }

  .brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .brand-card {
    aspect-ratio: 1.05;
  }

  .brand-card-inner {
    min-height: 250px;
  }
}

@media (max-width: 720px) {
  .brands {
    padding: 72px 0 82px;
  }

  .brands-head {
    margin-bottom: 38px;
  }

  .brands-head .section-kicker {
    font-size: 13px;
    gap: 11px;
  }

  .brands-head .section-kicker::before,
  .brands-head .section-kicker::after {
    width: 22px;
  }

  .brands-head h2 {
    margin-top: 21px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }

  .brands-head p {
    font-size: 16px;
    line-height: 1.55;
  }

  .brands-head p br {
    display: none;
  }

  .brands-grid {
    gap: 14px;
  }

  .brand-card {
    border-radius: 13px;
  }

  .brand-card-inner {
    min-height: 210px;
    padding: 28px 18px;
  }

  .brand-logo {
    max-width: 90%;
    max-height: 78px;
  }
}

@media (max-width: 480px) {
  .brands-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    aspect-ratio: 1.5;
  }

  .brand-card-inner {
    min-height: 190px;
  }

  .brand-logo {
    max-width: 76%;
    max-height: 82px;
  }
}

/* Вимикаємо hover-анімацію на сенсорних пристроях */

@media (hover: none) {
  .brand-card:hover {
    transform: none;
  }

  .brand-card:hover .brand-logo {
    transform: none;
  }
}

/* Зменшення анімації для користувачів,
   які вимкнули її в системі */

@media (prefers-reduced-motion: reduce) {
  .brand-card,
  .brand-logo {
    transition: none;
  }
}

/* ========================================
   HOW WE WORK
======================================== */

.work-process {
  position: relative;
  padding: 115px 0 125px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(24, 119, 242, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 8% 65%,
      rgba(24, 119, 242, 0.06),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 65%,
      rgba(24, 119, 242, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #02060b 0%,
      #030b15 50%,
      #02060b 100%
    );
}

.work-process::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );
  background-size: 86px 86px;
}

.work-process::after {
  content: "";
  position: absolute;
  top: -260px;
  left: 50%;
  width: 1050px;
  height: 600px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(
    ellipse,
    rgba(24, 119, 242, 0.12),
    transparent 68%
  );
  filter: blur(12px);
}

.work-process .container {
  position: relative;
  z-index: 2;
}

/* Заголовок */

.process-head {
  max-width: 1180px;
  margin-bottom: 108px;
}

.process-head h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.06;
}

.process-head h2 span {
  display: block;
  color: var(--primary-2);
  text-shadow: 0 0 30px rgba(24, 119, 242, 0.36);
}

.process-head p {
  max-width: 950px;
  margin-inline: auto;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.6;
}

/* Сітка */

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

/* Картка */

.process-card {
  position: relative;
  min-width: 0;
  min-height: 550px;
  overflow: visible;
  border: 1px solid rgba(145, 176, 212, 0.36);
  border-radius: 15px;
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 30, 0.98),
      rgba(2, 8, 15, 0.98)
    );
  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.46),
    inset 0 0 35px rgba(24, 119, 242, 0.035);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* Легкий синій внутрішній відблиск */

.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(24, 119, 242, 0.07),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02),
      transparent 25%
    );
}

/* Іконка */

.process-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 5;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border: 4px solid #168cff;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(8, 43, 79, 0.96),
      rgba(2, 11, 21, 0.98)
    );
  box-shadow:
    0 0 10px rgba(22, 140, 255, 0.95),
    0 0 30px rgba(22, 140, 255, 0.42),
    inset 0 0 26px rgba(24, 119, 242, 0.22);
}

.process-icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 8px rgba(24, 119, 242, 0.72));
}

/* Текст */

.process-content {
  position: relative;
  z-index: 3;
  padding: 48px 28px 260px;
}

.process-number {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-2);
  font-size: 43px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(24, 119, 242, 0.35);
}

.process-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.process-line {
  display: block;
  width: 45px;
  height: 2px;
  margin: 21px 0 18px;
  background: var(--primary-2);
  box-shadow: 0 0 14px rgba(24, 119, 242, 0.75);
}

.process-card p {
  margin: 0;
  color: #d3d9e2;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

/* Зображення внизу */

.process-image {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 285px;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
  background:
    linear-gradient(
      180deg,
      #030b15 0%,
      rgba(3, 11, 21, 0.58) 26%,
      rgba(2, 7, 13, 0.08) 58%,
      rgba(2, 7, 13, 0.18) 100%
    ),
    var(--process-bg) center bottom / cover no-repeat;
}

.process-image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 15, 0.22),
      transparent 48%,
      rgba(2, 8, 15, 0.16)
    ),
    linear-gradient(
      0deg,
      rgba(2, 6, 11, 0.14),
      transparent 48%
    );
}

/* Стрілка між картками */

.process-arrow {
  position: absolute;
  top: 43%;
  right: -21px;
  z-index: 10;
  width: 18px;
  height: 18px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 4px solid #168cff;
  border-right: 4px solid #168cff;
  filter:
    drop-shadow(0 0 5px #168cff)
    drop-shadow(0 0 11px rgba(22, 140, 255, 0.8));
}

/* Hover */

.process-card:hover {
  transform: translateY(-9px);
  border-color: rgba(58, 149, 255, 0.75);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 34px rgba(24, 119, 242, 0.18);
}

.process-card:hover .process-icon {
  box-shadow:
    0 0 13px rgba(22, 140, 255, 1),
    0 0 40px rgba(22, 140, 255, 0.55),
    inset 0 0 28px rgba(24, 119, 242, 0.25);
}

/* ========================================
   ADAPTIVE
======================================== */

@media (max-width: 1250px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px 26px;
  }

  .process-card {
    min-height: 520px;
  }

  .process-arrow {
    display: none;
  }

  .process-content {
    padding-bottom: 250px;
  }
}

@media (max-width: 720px) {
  .work-process {
    padding: 76px 0 88px;
  }

  .process-head {
    margin-bottom: 72px;
  }

  .process-head h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
  }

  .process-head p {
    font-size: 16px;
    line-height: 1.55;
  }

  .process-head p br {
    display: none;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .process-card {
    min-height: 500px;
  }

  .process-content {
    padding: 52px 28px 250px;
  }

  .process-number {
    font-size: 38px;
  }

  .process-card h3 {
    font-size: 18px;
  }

  .process-card p {
    font-size: 15px;
  }

  .process-image {
    height: 275px;
  }

  .process-icon {
    width: 94px;
    height: 94px;
  }

  .process-icon img {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 420px) {
  .process-card {
    min-height: 480px;
  }

  .process-content {
    padding-right: 22px;
    padding-left: 22px;
    padding-bottom: 235px;
  }

  .process-card h3 {
    font-size: 17px;
  }

  .process-image {
    height: 255px;
  }
}

/* Для сенсорних пристроїв */

@media (hover: none) {
  .process-card:hover {
    transform: none;
  }
}

/* Користувачі, які вимкнули анімацію */

@media (prefers-reduced-motion: reduce) {
  .process-card,
  .process-icon {
    transition: none;
  }
}

/* ========================================
   REVIEWS SECTION
======================================== */

.reviews {
  position: relative;
  padding: 112px 0 125px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(24, 119, 242, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 72%,
      rgba(24, 119, 242, 0.06),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 72%,
      rgba(24, 119, 242, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #02060b 0%,
      #030a13 50%,
      #02060b 100%
    );
}

.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );
  background-size: 86px 86px;
}

.reviews::after {
  content: "";
  position: absolute;
  top: -270px;
  left: 50%;
  width: 1050px;
  height: 600px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(
    ellipse,
    rgba(24, 119, 242, 0.12),
    transparent 68%
  );
  filter: blur(14px);
}

.reviews .container {
  position: relative;
  z-index: 2;
}

/* Heading */

.reviews-head {
  max-width: 1050px;
  margin-bottom: 62px;
}

.reviews-head h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.04;
}

.reviews-head h2 span {
  display: block;
  color: var(--primary-2);
  text-shadow: 0 0 30px rgba(24, 119, 242, 0.38);
}

.reviews-head p {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.65;
}

/* Grid */

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

/* Review card */

.review-card {
  position: relative;
  min-width: 0;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: 42px 42px 38px;
  overflow: hidden;
  border: 1px solid rgba(145, 176, 212, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(
      180deg,
      rgba(3, 13, 24, 0.25),
      rgba(2, 8, 15, 0.88)
    ),
    url("img/b5/vidguki fon.png") center / cover no-repeat;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.46),
    inset 0 0 35px rgba(24, 119, 242, 0.035);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.review-card::before,
.review-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 110px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #168cff;
  box-shadow:
    0 0 7px #168cff,
    0 0 17px rgba(22, 140, 255, 0.9),
    0 0 34px rgba(22, 140, 255, 0.5);
  transition:
    width 0.35s ease,
    box-shadow 0.35s ease;
}

.review-card::before {
  top: -1px;
}

.review-card::after {
  bottom: -1px;
}

.review-card > * {
  position: relative;
  z-index: 2;
}

/* Stars */

.review-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 25px;
  color: #ffbd2e;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: 0 0 14px rgba(255, 189, 46, 0.16);
}

/* Quote mark */

.review-quote {
  height: 42px;
  margin-bottom: 8px;
  color: var(--primary-2);
  font-family: Arial, sans-serif;
  font-size: 78px;
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 0 20px rgba(24, 119, 242, 0.34);
}

/* Review text */

.review-card blockquote {
  margin: 0 0 35px;
  color: #f1f4f8;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
}

/* Author */

.review-author {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}

.review-photo {
  flex: 0 0 auto;
  width: 104px;
  height: 104px;
  padding: 3px;
  overflow: hidden;
  border: 3px solid #168cff;
  border-radius: 50%;
  background: #05111f;
  box-shadow:
    0 0 10px rgba(22, 140, 255, 0.95),
    0 0 27px rgba(22, 140, 255, 0.35);
}

.review-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.review-author-info {
  min-width: 0;
}

.review-author-info strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.review-author-info span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #bfc9d7;
  font-size: 18px;
  font-weight: 500;
}

.review-author-info svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--primary-2);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(24, 119, 242, 0.55));
}

/* Hover */

.review-card:hover {
  transform: translateY(-9px);
  border-color: rgba(58, 149, 255, 0.78);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.56),
    0 0 36px rgba(24, 119, 242, 0.18);
}

.review-card:hover::before,
.review-card:hover::after {
  width: 160px;
  box-shadow:
    0 0 8px #168cff,
    0 0 21px rgba(22, 140, 255, 0.96),
    0 0 42px rgba(22, 140, 255, 0.6);
}

.review-card:hover .review-photo {
  box-shadow:
    0 0 13px rgba(22, 140, 255, 1),
    0 0 35px rgba(22, 140, 255, 0.46);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1100px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .reviews {
    padding: 75px 0 85px;
  }

  .reviews-head {
    margin-bottom: 40px;
  }

  .reviews-head h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
  }

  .reviews-head p {
    font-size: 16px;
    line-height: 1.55;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-card,
  .review-card:last-child {
    width: 100%;
    min-height: 430px;
    grid-column: auto;
    padding: 34px 28px 30px;
  }

  .review-rating {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .review-quote {
    height: 34px;
    font-size: 65px;
  }

  .review-card blockquote {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.58;
  }

  .review-author {
    gap: 18px;
  }

  .review-photo {
    width: 88px;
    height: 88px;
  }

  .review-author-info strong {
    font-size: 23px;
  }

  .review-author-info span {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .review-card {
    min-height: 410px;
    padding: 30px 22px 26px;
  }

  .review-card blockquote {
    font-size: 16px;
  }

  .review-photo {
    width: 78px;
    height: 78px;
  }

  .review-author-info strong {
    font-size: 21px;
  }
}

@media (hover: none) {
  .review-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-card,
  .review-photo {
    transition: none;
  }
}

/* ========================================
   PRICES SECTION
======================================== */

.prices {
  position: relative;
  padding: 112px 0 120px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(24, 119, 242, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 10% 70%,
      rgba(24, 119, 242, 0.055),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 70%,
      rgba(24, 119, 242, 0.055),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #02060b 0%,
      #030a13 50%,
      #02060b 100%
    );
}

.prices::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );
  background-size: 86px 86px;
}

.prices::after {
  content: "";
  position: absolute;
  top: -270px;
  left: 50%;
  width: 1050px;
  height: 600px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(
    ellipse,
    rgba(24, 119, 242, 0.12),
    transparent 68%
  );
  filter: blur(14px);
}

.prices .container {
  position: relative;
  z-index: 2;
}

/* Heading */

.prices-head {
  max-width: 1120px;
  margin-bottom: 58px;
}

.prices-head h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.05;
}

.prices-head h2 span {
  display: block;
  color: var(--primary-2);
  text-shadow: 0 0 30px rgba(24, 119, 242, 0.38);
}

.prices-head p {
  max-width: 930px;
  margin-inline: auto;
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.6;
}

/* Grid */

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

/* Price card */

.price-card {
  position: relative;
  min-width: 0;
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(120px, 42%) 1fr;
  align-items: center;
  gap: 18px;
  padding: 26px 30px;
  overflow: hidden;
  border: 1px solid rgba(145, 176, 212, 0.42);
  border-radius: 15px;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 15, 0.24),
      rgba(2, 8, 15, 0.76)
    ),
    url("img/b7/bl6fon.png") center / cover no-repeat;
  box-shadow:
    0 22px 65px rgba(0, 0, 0, 0.44),
    inset 0 0 32px rgba(24, 119, 242, 0.035);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.price-card::before,
.price-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 85px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #168cff;
  box-shadow:
    0 0 7px #168cff,
    0 0 17px rgba(22, 140, 255, 0.9),
    0 0 34px rgba(22, 140, 255, 0.5);
  transition:
    width 0.35s ease,
    box-shadow 0.35s ease;
}

.price-card::before {
  top: -1px;
}

.price-card::after {
  bottom: -1px;
}

.price-card-image,
.price-card-content {
  position: relative;
  z-index: 2;
}

/* Image */

.price-card-image {
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-card-image img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 165px;
  object-fit: contain;
  filter:
    drop-shadow(0 14px 16px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.06));
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

/* Text */

.price-card-content {
  min-width: 0;
}

.price-card h3 {
  min-height: 56px;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0;
}

.price-line {
  display: block;
  width: 45px;
  height: 3px;
  margin: 19px 0 17px;
  background: var(--primary-2);
  box-shadow: 0 0 14px rgba(24, 119, 242, 0.75);
}

.price-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  color: #fff;
}

.price-value small {
  font-size: 20px;
  font-weight: 700;
}

.price-value strong {
  color: var(--primary-2);
  font-size: clamp(40px, 3.2vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 23px rgba(24, 119, 242, 0.32);
}

.price-value span {
  font-size: 19px;
  font-weight: 600;
}

/* Hover */

.price-card:hover {
  transform: translateY(-8px);
  border-color: rgba(58, 149, 255, 0.78);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.54),
    0 0 34px rgba(24, 119, 242, 0.18);
}

.price-card:hover::before,
.price-card:hover::after {
  width: 130px;
}

.price-card:hover .price-card-image img {
  transform: translateY(-4px) scale(1.045);
  filter:
    drop-shadow(0 18px 20px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.1));
}

/* Button */

.prices-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.prices-btn {
  min-width: 430px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 19px;
}

.prices-btn-icon {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.prices-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1150px) {
  .prices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .prices {
    padding: 75px 0 85px;
  }

  .prices-head {
    margin-bottom: 40px;
  }

  .prices-head h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
  }

  .prices-head p {
    font-size: 16px;
    line-height: 1.55;
  }

  .prices-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .price-card {
    min-height: 190px;
    grid-template-columns: 125px 1fr;
    gap: 15px;
    padding: 23px 22px;
  }

  .price-card-image {
    height: 145px;
  }

  .price-card-image img {
    max-width: 125px;
    max-height: 145px;
  }

  .price-card h3 {
    min-height: auto;
    font-size: 19px;
  }

  .price-line {
    margin: 15px 0 13px;
  }

  .price-value {
    gap: 6px;
  }

  .price-value small {
    font-size: 17px;
  }

  .price-value strong {
    font-size: 40px;
  }

  .price-value span {
    font-size: 16px;
  }

  .prices-action {
    margin-top: 28px;
  }

  .prices-btn {
    width: 100%;
    min-width: 0;
    padding-inline: 22px;
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .price-card {
    grid-template-columns: 100px 1fr;
    gap: 12px;
    padding: 20px 16px;
  }

  .price-card-image {
    height: 125px;
  }

  .price-card-image img {
    max-width: 100px;
    max-height: 125px;
  }

  .price-card h3 {
    font-size: 17px;
  }

  .price-value strong {
    font-size: 34px;
  }

  .prices-btn {
    height: auto;
    min-height: 58px;
    white-space: normal;
    line-height: 1.25;
  }
}

@media (hover: none) {
  .price-card:hover {
    transform: none;
  }

  .price-card:hover .price-card-image img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .price-card,
  .price-card-image img {
    transition: none;
  }
}

/* ========================================
   FAQ SECTION
======================================== */

.faq {
  position: relative;
  padding: 112px 0 125px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(24, 119, 242, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 10% 72%,
      rgba(24, 119, 242, 0.055),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 72%,
      rgba(24, 119, 242, 0.055),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #02060b 0%,
      #030a13 50%,
      #02060b 100%
    );
}

.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );
  background-size: 86px 86px;
}

.faq::after {
  content: "";
  position: absolute;
  top: -270px;
  left: 50%;
  width: 1050px;
  height: 600px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(
    ellipse,
    rgba(24, 119, 242, 0.12),
    transparent 68%
  );
  filter: blur(14px);
}

.faq .container {
  position: relative;
  z-index: 2;
}

/* Heading */

.faq-head {
  max-width: 1180px;
  margin-bottom: 48px;
}

.faq-head h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.05;
}

.faq-head h2 span {
  color: var(--primary-2);
  text-shadow: 0 0 30px rgba(24, 119, 242, 0.38);
}

.faq-head p {
  max-width: 850px;
  margin-inline: auto;
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.6;
}

/* FAQ list */

.faq-list {
  max-width: 1120px;
  margin-inline: auto;
  display: grid;
  gap: 14px;
}

/* FAQ item */

.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(145, 176, 212, 0.42);
  border-radius: 15px;
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(24, 119, 242, 0.06),
      transparent 55%
    ),
    linear-gradient(
      180deg,
      rgba(5, 17, 30, 0.98),
      rgba(2, 8, 15, 0.98)
    );
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.38),
    inset 0 0 32px rgba(24, 119, 242, 0.035);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.faq-item::before,
.faq-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 90px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #168cff;
  box-shadow:
    0 0 7px #168cff,
    0 0 17px rgba(22, 140, 255, 0.9),
    0 0 34px rgba(22, 140, 255, 0.5);
  opacity: 0.75;
  transition:
    width 0.3s ease,
    opacity 0.3s ease;
}

.faq-item::before {
  top: -1px;
}

.faq-item::after {
  bottom: -1px;
}

/* Question */

.faq-question {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 38px;
  color: #fff;
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.faq-question span:first-child {
  min-width: 0;
}

/* Arrow */

.faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  transition: transform 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 13px;
  height: 3px;
  border-radius: 10px;
  background: #fff;
  transition: background 0.3s ease;
}

.faq-icon::before {
  left: 0;
  transform: rotate(45deg);
}

.faq-icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* Answer animation */

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.4s ease,
    opacity 0.3s ease;
}

.faq-answer-inner {
  min-height: 0;
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: 0 38px 30px;
  color: #d4dae3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

/* Open state */

.faq-item.is-open {
  border-color: rgba(58, 149, 255, 0.72);
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.46),
    0 0 28px rgba(24, 119, 242, 0.12);
}

.faq-item.is-open::before,
.faq-item.is-open::after {
  width: 135px;
  opacity: 1;
}

.faq-item.is-open .faq-question {
  color: var(--primary-2);
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

.faq-item.is-open .faq-icon::before,
.faq-item.is-open .faq-icon::after {
  background: var(--primary-2);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

/* Hover */

.faq-item:hover {
  border-color: rgba(58, 149, 255, 0.65);
  transform: translateY(-2px);
}

.faq-item:hover::before,
.faq-item:hover::after {
  width: 125px;
}

.faq-question:focus-visible {
  outline: 2px solid var(--primary-2);
  outline-offset: -4px;
}

/* Animation delay */

.faq-delay-6 {
  transition-delay: 0.6s;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 720px) {
  .faq {
    padding: 75px 0 85px;
  }

  .faq-head {
    margin-bottom: 38px;
  }

  .faq-head h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
  }

  .faq-head h2 span {
    display: block;
  }

  .faq-head p {
    font-size: 16px;
    line-height: 1.55;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-question {
    min-height: 72px;
    gap: 20px;
    padding: 20px 22px;
    font-size: 18px;
  }

  .faq-answer p {
    padding: 0 22px 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  .faq-icon {
    width: 18px;
    height: 18px;
  }

  .faq-icon::before,
  .faq-icon::after {
    top: 8px;
    width: 11px;
    height: 2px;
  }
}

@media (max-width: 420px) {
  .faq-question {
    padding: 18px;
    font-size: 17px;
  }

  .faq-answer p {
    padding: 0 18px 22px;
    font-size: 15px;
  }
}

@media (hover: none) {
  .faq-item:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-icon,
  .faq-answer {
    transition: none;
  }
}

/* ========================================
   FINAL CTA SECTION
======================================== */

.final-cta {
  position: relative;
  min-height: 760px;
  padding: 105px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 35%,
      rgba(24, 119, 242, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 20% 60%,
      rgba(24, 119, 242, 0.07),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #02060b 0%,
      #030b15 52%,
      #02060b 100%
    );
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 11, 0.98) 0%,
      rgba(2, 8, 15, 0.9) 42%,
      rgba(2, 8, 15, 0.42) 68%,
      rgba(2, 6, 11, 0.2) 100%
    );
  z-index: 1;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );
  background-size: 86px 86px;
  z-index: 1;
}

.final-cta-glow {
  position: absolute;
  top: 0;
  right: -100px;
  width: 850px;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(24, 119, 242, 0.17),
      transparent 68%
    );
  filter: blur(12px);
}

.final-cta-container {
  position: relative;
  z-index: 3;
}

.final-cta-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  min-height: 565px;
}

.final-cta-copy {
  position: relative;
  z-index: 4;
  max-width: 820px;
}

/* Kicker */

.final-cta-kicker {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
  color: var(--primary-2);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.final-cta-kicker span {
  width: 48px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--primary-2);
  box-shadow: 0 0 16px rgba(24, 119, 242, 0.75);
}

/* Heading */

.final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.58);
}

.final-cta h2 strong {
  display: block;
  margin-top: 8px;
  color: var(--primary-2);
  font-weight: 900;
  text-shadow: 0 0 30px rgba(24, 119, 242, 0.4);
}

/* Description */

.final-cta-text {
  max-width: 790px;
  margin: 30px 0 38px;
  color: #e4e9ef;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 500;
  line-height: 1.65;
}

/* Button */

.final-cta-action {
  display: flex;
}

.final-cta-btn {
  min-width: 455px;
  height: 76px;
  padding-inline: 38px;
  border: 1px solid rgba(105, 179, 255, 0.9);
  cursor: pointer;
  font-family: inherit;
  font-size: 21px;
  box-shadow:
    0 0 32px rgba(24, 119, 242, 0.45),
    inset 0 0 15px rgba(255, 255, 255, 0.1);
}

.final-cta-phone {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.final-cta-phone svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Benefits */

.final-cta-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 850px;
  margin-top: 58px;
}

.final-cta-benefit {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 28px;
}

.final-cta-benefit + .final-cta-benefit {
  padding-left: 28px;
  border-left: 1px solid rgba(58, 149, 255, 0.38);
}

.final-cta-benefit-icon {
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.final-cta-benefit-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 9px rgba(24, 119, 242, 0.9))
    drop-shadow(0 0 22px rgba(24, 119, 242, 0.38));
}

.final-cta-benefit p {
  margin: 0;
  color: #f2f5f8;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.final-cta-benefit strong {
  color: #fff;
  font-weight: 700;
}

/* Right person */

.final-cta-visual {
  position: absolute;
  z-index: 2;
  top: -70px;
  right: -80px;
  bottom: -90px;
  width: 57%;
  pointer-events: none;
}

.final-cta-person {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 11, 0.98) 0%,
      rgba(2, 6, 11, 0.24) 29%,
      transparent 54%
    ),
    linear-gradient(
      0deg,
      #02060b 0%,
      transparent 24%
    ),
    url("img/b8/cta lud.webp") center bottom / contain no-repeat;
  filter:
    contrast(1.04)
    saturate(1.06)
    drop-shadow(-20px 20px 40px rgba(0, 0, 0, 0.5));
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1200px) {
  .final-cta {
    min-height: 720px;
  }

  .final-cta-content {
    grid-template-columns: minmax(0, 1fr) 390px;
  }

  .final-cta-visual {
    right: -150px;
    width: 62%;
    opacity: 0.76;
  }

  .final-cta-copy {
    max-width: 720px;
  }

  .final-cta-benefit {
    gap: 13px;
    padding-right: 18px;
  }

  .final-cta-benefit + .final-cta-benefit {
    padding-left: 18px;
  }

  .final-cta-benefit-icon {
    width: 76px;
    height: 76px;
  }

  .final-cta-benefit p {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .final-cta {
    min-height: auto;
    padding: 88px 0 80px;
  }

  .final-cta::before {
    background:
      linear-gradient(
        90deg,
        rgba(2, 6, 11, 0.98) 0%,
        rgba(2, 8, 15, 0.88) 65%,
        rgba(2, 6, 11, 0.6) 100%
      );
  }

  .final-cta-content {
    display: block;
    min-height: 680px;
  }

  .final-cta-copy {
    max-width: 650px;
  }

  .final-cta-visual {
    top: 95px;
    right: -220px;
    bottom: -80px;
    width: 760px;
    opacity: 0.42;
  }

  .final-cta-benefits {
    position: relative;
    z-index: 4;
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }

  .final-cta-benefit,
  .final-cta-benefit + .final-cta-benefit {
    max-width: 330px;
    padding: 0;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .final-cta {
    padding: 74px 0 72px;
  }

  .final-cta-content {
    min-height: 650px;
  }

  .final-cta-kicker {
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
    font-size: 13px;
    text-align: center;
  }

  .final-cta-kicker span {
    width: 26px;
  }

  .final-cta-copy {
    max-width: none;
    text-align: center;
  }

  .final-cta h2 {
    font-size: clamp(36px, 10.5vw, 50px);
    line-height: 1.06;
  }

  .final-cta-text {
    margin: 24px auto 30px;
    font-size: 16px;
    line-height: 1.55;
  }

  .final-cta-action {
    justify-content: center;
  }

  .final-cta-btn {
    width: 100%;
    min-width: 0;
    height: 62px;
    padding-inline: 20px;
    font-size: 17px;
  }

  .final-cta-phone {
    width: 28px;
    height: 28px;
  }

  .final-cta-benefits {
    max-width: 360px;
    margin: 38px auto 0;
    text-align: left;
  }

  .final-cta-benefit {
    max-width: none;
  }

  .final-cta-benefit-icon {
    width: 68px;
    height: 68px;
  }

  .final-cta-benefit p {
    font-size: 16px;
  }

  .final-cta-visual {
    top: 270px;
    right: -240px;
    bottom: -60px;
    width: 690px;
    opacity: 0.2;
  }
}

@media (max-width: 430px) {
  .final-cta h2 {
    font-size: 35px;
  }

  .final-cta-btn {
    min-height: 60px;
    height: auto;
    white-space: normal;
    line-height: 1.25;
  }

  .final-cta-benefits {
    max-width: 300px;
  }

  .final-cta-benefit-icon {
    width: 60px;
    height: 60px;
  }
}

@media (hover: none) {
  .final-cta-btn:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-cta-person,
  .final-cta-btn {
    transition: none;
  }
}

/* ========================================
   FOOTER
======================================== */

.site-footer {
  position: relative;
  padding: 50px 0 42px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(24, 119, 242, 0.08),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #02060b 0%,
      #030913 55%,
      #02060b 100%
    );
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.016) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.016) 1px,
      transparent 1px
    );
  background-size: 86px 86px;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

/* Contact strip */

.footer-contacts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-bottom: 48px;
  padding: 20px 28px;
  overflow: hidden;
  border: 1px solid rgba(145, 176, 212, 0.34);
  border-radius: 15px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(24, 119, 242, 0.06),
      transparent 55%
    ),
    linear-gradient(
      180deg,
      rgba(5, 17, 30, 0.93),
      rgba(2, 8, 15, 0.96)
    );
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.4),
    inset 0 0 30px rgba(24, 119, 242, 0.025);
}

.footer-contacts::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 110px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #168cff;
  box-shadow:
    0 0 7px #168cff,
    0 0 18px rgba(22, 140, 255, 0.88),
    0 0 34px rgba(22, 140, 255, 0.5);
}

.footer-contact-item {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 4px 26px;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.footer-contact-item + .footer-contact-item {
  border-left: 1px solid rgba(145, 176, 212, 0.28);
}

a.footer-contact-item:hover {
  transform: translateY(-3px);
}

.footer-contact-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--primary-2);
  border: 2px solid var(--primary-2);
  border-radius: 50%;
  background: rgba(4, 17, 31, 0.78);
  box-shadow:
    0 0 13px rgba(24, 119, 242, 0.65),
    inset 0 0 18px rgba(24, 119, 242, 0.13);
}

.footer-contact-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-text {
  min-width: 0;
}

.footer-contact-text small {
  display: block;
  margin-bottom: 5px;
  color: #f1f4f8;
  font-size: 16px;
  font-weight: 500;
}

.footer-contact-text strong {
  display: block;
  color: var(--primary-2);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
  word-break: break-word;
}

.footer-contact-text em {
  display: block;
  margin-top: 5px;
  color: #aeb8c6;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}

/* Bottom */

.footer-bottom {
  display: grid;
  grid-template-columns:
    minmax(250px, 1fr)
    auto
    auto
    auto;
  align-items: center;
  gap: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(145, 176, 212, 0.2);
}

.footer-logo {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-logo-mark {
  width: 48px;
  flex: 0 0 auto;
  color: var(--primary-2);
  filter: drop-shadow(0 0 14px rgba(24, 119, 242, 0.5));
}

.footer-logo-mark svg {
  display: block;
  width: 100%;
}

.footer-logo-text strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.footer-logo-text strong span {
  color: var(--primary-2);
}

.footer-logo-text small {
  display: block;
  margin-top: 6px;
  color: #c1c8d1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.footer-copyright {
  margin: 0;
  color: #aeb6c2;
  font-size: 15px;
  white-space: nowrap;
}

.footer-policy {
  color: var(--primary-2);
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.footer-policy:hover {
  color: #69b3ff;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #d6dce4;
  border: 1px solid rgba(145, 176, 212, 0.36);
  border-radius: 11px;
  background: rgba(5, 14, 25, 0.7);
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.footer-social svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social:first-child svg {
  fill: currentColor;
  stroke: none;
}

.footer-social:hover {
  color: #fff;
  border-color: var(--primary-2);
  background: rgba(24, 119, 242, 0.14);
  transform: translateY(-3px);
}

/* ========================================
   FOOTER RESPONSIVE
======================================== */

@media (max-width: 1150px) {
  .footer-contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .footer-contact-item {
    padding: 18px 26px;
  }

  .footer-contact-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(145, 176, 212, 0.28);
  }

  .footer-contact-item:nth-child(4) {
    border-top: 1px solid rgba(145, 176, 212, 0.28);
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    gap: 26px;
  }

  .footer-copyright {
    justify-self: end;
  }

  .footer-policy {
    justify-self: start;
  }

  .footer-socials {
    justify-self: end;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding: 36px 0 30px;
  }

  .footer-contacts {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
    padding: 10px 18px;
  }

  .footer-contact-item {
    padding: 17px 4px;
  }

  .footer-contact-item + .footer-contact-item,
  .footer-contact-item:nth-child(3),
  .footer-contact-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(145, 176, 212, 0.23);
  }

  .footer-contact-icon {
    width: 54px;
    height: 54px;
  }

  .footer-contact-icon svg {
    width: 29px;
    height: 29px;
  }

  .footer-contact-text small {
    font-size: 14px;
  }

  .footer-contact-text strong {
    font-size: 17px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    padding-top: 28px;
    text-align: center;
  }

  .footer-copyright,
  .footer-policy,
  .footer-socials {
    justify-self: center;
  }

  .footer-logo-text strong {
    font-size: 23px;
  }
}

@media (max-width: 390px) {
  .footer-contact-item {
    gap: 14px;
  }

  .footer-contact-icon {
    width: 50px;
    height: 50px;
  }

  .footer-contact-text strong {
    font-size: 16px;
  }

  .footer-copyright {
    font-size: 13px;
    white-space: normal;
  }
}

@media (hover: none) {
  .footer-contact-item:hover,
  .footer-social:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-contact-item,
  .footer-social {
    transition: none;
  }
}

/* Unified design pass */
:root {
  --bg: #05070a;
  --bg-2: #08111b;
  --surface: rgba(8, 17, 28, 0.82);
  --surface-2: rgba(11, 23, 36, 0.96);
  --primary: #1677e8;
  --primary-2: #45a3ff;
  --primary-3: #0f5fbd;
  --accent: #ffc247;
  --text: #ffffff;
  --muted: #d7dde6;
  --soft: #9aa6b5;
  --border: rgba(185, 207, 232, 0.2);
  --card-border: rgba(145, 176, 212, 0.34);
  --radius: 8px;
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
  --glow: 0 0 28px rgba(69, 163, 255, 0.35);
  --section-pad: 104px;
}

body {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
svg {
  max-width: 100%;
}

:focus-visible {
  outline: 2px solid var(--primary-2);
  outline-offset: 4px;
}

.btn,
.header-btn,
.prices-btn,
.final-cta-btn,
.modal-submit {
  border: 0;
  border-radius: var(--radius);
  letter-spacing: 0;
}

.btn:hover {
  transform: translateY(-2px);
}

h1,
.section-head h2,
.process-head h2,
.reviews-head h2,
.brands-head h2,
.prices-head h2,
.faq-head h2,
.final-cta h2,
.advantage-card h3,
.service-card h3,
.process-card h3,
.price-card h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 940px;
  font-size: 56px;
}

.section-head {
  max-width: 920px;
  margin-bottom: 56px;
}

.section-head h2,
.brands-head h2,
.process-head h2,
.reviews-head h2,
.prices-head h2,
.faq-head h2 {
  font-size: 56px;
  line-height: 1.08;
}

.section-head p,
.process-head p,
.reviews-head p,
.prices-head p,
.faq-head p {
  max-width: 820px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 20px;
}

.section-kicker {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.section-kicker::before,
.section-kicker::after {
  width: 36px;
}

:is(.advantages, .services, .work-process, .reviews, .brands, .prices, .faq, .final-cta) {
  padding-block: var(--section-pad);
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, #05070a 0%, #08111b 50%, #05070a 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

:is(.advantage-card, .service-card, .process-card, .review-card, .brand-card, .price-card, .faq-item, .rating-card, .footer-contacts) {
  border-color: var(--card-border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(69, 163, 255, 0.08), transparent 56%),
    linear-gradient(180deg, rgba(12, 25, 40, 0.96), rgba(5, 12, 21, 0.98));
  box-shadow: var(--shadow);
}

:is(.advantage-card, .service-card, .process-card, .review-card, .brand-card, .price-card, .faq-item):hover {
  border-color: rgba(69, 163, 255, 0.68);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.48), 0 0 28px rgba(69, 163, 255, 0.16);
}

:is(.advantage-line, .process-line, .price-line) {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--primary-2));
  box-shadow: 0 0 16px rgba(69, 163, 255, 0.45);
}

.review-rating,
.rating-row em {
  color: var(--accent);
}

.service-content,
.process-content,
.price-card-content {
  min-width: 0;
}

.service-card p,
.process-card p,
.review-card blockquote,
.faq-answer p,
.final-cta-text {
  color: var(--muted);
}

.modal-lock {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 11, 0.76);
  backdrop-filter: blur(12px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 34px;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 0%, rgba(69, 163, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(12, 25, 40, 0.98), rgba(5, 12, 21, 0.99));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  transform: translateY(18px);
  transition: transform 0.24s ease;
}

.modal.is-open .modal-dialog {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-copy {
  padding-right: 44px;
}

.modal-copy .section-kicker {
  font-size: 13px;
}

.modal-copy .section-kicker::before {
  display: none;
}

.modal-copy h2 {
  margin: 18px 0 12px;
  font-size: 38px;
  line-height: 1.1;
}

.modal-copy p {
  margin: 0 0 26px;
  color: var(--muted);
}

.modal-benefits {
  display: grid;
  gap: 10px;
  margin: -8px 0 26px;
  padding: 0;
  list-style: none;
}

.modal-benefits li {
  position: relative;
  padding-left: 24px;
  color: #f2f6fb;
  font-size: 14px;
  font-weight: 700;
}

.modal-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary-2));
  box-shadow: 0 0 12px rgba(69, 163, 255, 0.55);
}

.callback-form {
  display: grid;
  gap: 16px;
}

.callback-form label {
  display: grid;
  gap: 8px;
  color: #f2f6fb;
  font-size: 14px;
  font-weight: 700;
}

.callback-form input,
.callback-form select,
.callback-form textarea {
  width: 100%;
  border: 1px solid rgba(185, 207, 232, 0.24);
  border-radius: var(--radius);
  padding: 15px 16px;
  color: #fff;
  background: rgba(2, 6, 11, 0.42);
}

.callback-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--primary-2) 50%),
    linear-gradient(135deg, var(--primary-2) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 15px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.callback-form select option {
  color: #101828;
}

.callback-form textarea {
  resize: vertical;
}

.callback-form input::placeholder,
.callback-form textarea::placeholder {
  color: #7f8c9c;
}

.form-consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--primary-2);
}

.modal-submit {
  width: 100%;
  margin-top: 4px;
}

.modal-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.form-status.is-success {
  color: #5ee0a0;
}

.form-status.is-error {
  color: #ff8a8a;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 48px;
  }

  .section-head h2,
  .brands-head h2,
  .process-head h2,
  .reviews-head h2,
  .prices-head h2,
  .faq-head h2 {
    font-size: 46px;
  }
}

@media (max-width: 720px) {
  :root {
    --section-pad: 74px;
  }

  .hero-content,
  .section-head,
  .final-cta-copy {
    width: min(100%, 360px, calc(100vw - 28px));
    max-width: min(360px, calc(100vw - 28px));
  }

  h1 {
    width: min(100%, 360px, calc(100vw - 28px));
    max-width: min(360px, calc(100vw - 28px));
    font-size: 28px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .section-head h2,
  .brands-head h2,
  .process-head h2,
  .reviews-head h2,
  .prices-head h2,
  .faq-head h2 {
    width: min(100%, 320px, calc(100vw - 28px));
    max-width: min(320px, calc(100vw - 28px));
  }

  .section-head {
    width: min(100%, 320px, calc(100vw - 28px));
    max-width: min(320px, calc(100vw - 28px));
    margin-bottom: 36px;
  }

  .process-head {
    margin-bottom: 82px;
  }

  .section-head h2,
  .brands-head h2,
  .process-head h2,
  .reviews-head h2,
  .prices-head h2,
  .faq-head h2,
  .final-cta h2 {
    width: min(100%, 360px, calc(100vw - 28px));
    max-width: min(360px, calc(100vw - 28px));
    font-size: 24px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .section-head p,
  .process-head p,
  .reviews-head p,
  .prices-head p,
  .faq-head p,
  .final-cta-text {
    font-size: 16px;
  }

  .section-kicker {
    justify-content: center;
    font-size: 12px;
  }

  .section-kicker::before,
  .section-kicker::after {
    width: 22px;
  }

  .service-card p br,
  .brands-head p br {
    display: none;
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hero-buttons,
  .hero-buttons .btn-lg {
    width: min(100%, 360px, calc(100vw - 28px));
    max-width: min(360px, calc(100vw - 28px));
  }

  .modal {
    padding: 14px;
  }

  .modal-dialog {
    max-height: calc(100vh - 28px);
    padding: 26px 20px 22px;
  }

  .modal-copy {
    padding-right: 42px;
  }

  .modal-copy h2 {
    font-size: 30px;
  }
}

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

/* Thank-you page */
.thankyou-page {
  min-height: 100vh;
}

.thankyou {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 56px 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 72% 26%, rgba(69, 163, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #05070a 0%, #08111b 54%, #05070a 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

.thankyou-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0%, rgba(5, 7, 10, 0.72) 46%, rgba(5, 7, 10, 0.38) 100%),
    url("img/hero/hero-plumber.webp") right center / contain no-repeat;
}

.thankyou-shell {
  position: relative;
  z-index: 1;
}

.thankyou-logo {
  width: fit-content;
  margin-bottom: 34px;
}

.thankyou-card {
  width: min(760px, 100%);
  padding: 44px;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 0%, rgba(69, 163, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(12, 25, 40, 0.96), rgba(5, 12, 21, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.thankyou-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 12px 16px;
  color: var(--primary-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border: 1px solid rgba(69, 163, 255, 0.56);
  border-radius: var(--radius);
  background: rgba(69, 163, 255, 0.1);
  box-shadow: inset 0 0 18px rgba(69, 163, 255, 0.1);
}

.thankyou-status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5ee0a0;
  box-shadow: 0 0 16px rgba(94, 224, 160, 0.7);
}

.thankyou-card h1 {
  margin: 0;
  max-width: 680px;
  font-size: 54px;
  line-height: 1.06;
  letter-spacing: 0;
}

.thankyou-card > p {
  margin: 24px 0 32px;
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.thankyou-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.thankyou-steps article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(185, 207, 232, 0.18);
  border-radius: var(--radius);
  background: rgba(2, 6, 11, 0.35);
}

.thankyou-steps strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-2);
  font-size: 22px;
  font-weight: 900;
}

.thankyou-steps span {
  color: #f2f6fb;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.thankyou-note {
  margin-bottom: 32px;
  padding: 16px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: rgba(255, 194, 71, 0.1);
}

.thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 720px) {
  .thankyou {
    align-items: start;
    padding: 28px 0 42px;
  }

  .thankyou-bg {
    background:
      linear-gradient(180deg, rgba(5, 7, 10, 0.74), #05070a 68%),
      url("img/hero/hero-plumber.webp") center top / 125% auto no-repeat;
  }

  .thankyou-logo {
    margin-bottom: 24px;
  }

  .thankyou-card {
    padding: 26px 20px;
  }

  .thankyou-card h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .thankyou-card > p {
    font-size: 16px;
  }

  .thankyou-steps {
    grid-template-columns: 1fr;
  }

  .thankyou-actions .btn-lg {
    width: 100%;
  }
}

/* Privacy policy page */
.privacy-page {
  min-height: 100vh;
}

.privacy {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 56px 0 72px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 76% 18%, rgba(69, 163, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #05070a 0%, #08111b 54%, #05070a 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

.privacy-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.68) 52%, rgba(5, 7, 10, 0.4) 100%),
    url("img/hero/hero-plumber.webp") right top / min(680px, 54vw) auto no-repeat;
}

.privacy-shell {
  position: relative;
  z-index: 1;
}

.privacy-logo {
  width: fit-content;
  margin-bottom: 34px;
}

.privacy-card {
  width: min(960px, 100%);
  padding: 46px;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(69, 163, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(12, 25, 40, 0.97), rgba(5, 12, 21, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.privacy-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 12px 16px;
  color: var(--primary-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border: 1px solid rgba(69, 163, 255, 0.56);
  border-radius: var(--radius);
  background: rgba(69, 163, 255, 0.1);
  box-shadow: inset 0 0 18px rgba(69, 163, 255, 0.1);
}

.privacy-status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5ee0a0;
  box-shadow: 0 0 16px rgba(94, 224, 160, 0.7);
}

.privacy-card h1 {
  margin: 0 0 24px;
  max-width: 780px;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.privacy-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.privacy-card a {
  color: var(--primary-2);
  font-weight: 800;
}

.privacy-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(185, 207, 232, 0.16);
}

.privacy-section h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: 0;
}

.privacy-section ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.privacy-section li {
  position: relative;
  padding-left: 24px;
  color: #f2f6fb;
  font-size: 17px;
  line-height: 1.55;
}

.privacy-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-2);
  box-shadow: 0 0 14px rgba(69, 163, 255, 0.62);
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

@media (max-width: 720px) {
  .privacy {
    padding: 28px 0 42px;
  }

  .privacy-bg {
    background:
      linear-gradient(180deg, rgba(5, 7, 10, 0.74), #05070a 58%),
      url("img/hero/hero-plumber.webp") center top / 125% auto no-repeat;
  }

  .privacy-logo {
    margin-bottom: 24px;
  }

  .privacy-card {
    padding: 26px 20px;
  }

  .privacy-card h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .privacy-card p,
  .privacy-section li {
    font-size: 16px;
  }

  .privacy-section {
    margin-top: 28px;
    padding-top: 24px;
  }

  .privacy-section h2 {
    font-size: 22px;
  }

  .privacy-actions .btn-lg {
    width: 100%;
  }
}
