@font-face {
  font-family: "Kramola";
  src: local("Kramola"), url("../media/fonts/Kramola.ttf") format("truetype");
  font-display: swap;
}

:root {
  --blue: #0071c8;
  --blue-dark: #004c8f;
  --red: #e60000;
  --green: #2f8b45;
  --ink: #1d1d22;
  --muted: #65727f;
  --snow: #f6fbff;
  --ice: #e7f5ff;
  --glass: rgba(255, 255, 255, 0.74);
  --shadow: 0 24px 70px rgba(6, 35, 63, 0.18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --kramola: "Kramola", "Georgia", serif;
  --body: "Myriad Pro", "Myriad", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: #f5fbff;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 113, 200, 0.18), transparent 28rem),
    linear-gradient(180deg, #eef8ff 0%, #ffffff 38%, #eff8f3 100%);
  overflow-x: hidden;
}

body::selection {
  color: #fff;
  background: var(--blue);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.cursor-glow {
  position: fixed;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  left: var(--glow-x, 50%);
  top: var(--glow-y, 30%);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 113, 200, 0.15), rgba(255, 255, 255, 0) 65%);
  filter: blur(14px);
  opacity: 0.65;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 28px));
  height: 72px;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 16px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 50px rgba(0, 39, 71, 0.14);
}

.brand {
  display: flex;
  align-items: center;
  width: 235px;
  min-width: 180px;
}

.brand img {
  width: 100%;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.12));
}

.top-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(29, 29, 34, 0.72);
  font-size: 15px;
}

.top-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.top-nav a:hover {
  color: var(--blue-dark);
  background: rgba(0, 113, 200, 0.1);
  transform: translateY(-1px);
}

.header-phone {
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(0, 113, 200, 0.26);
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(292px, 374px);
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 4.2vw, 58px);
  padding: 118px clamp(32px, 4vw, 56px) 96px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(5, 40, 31, 0.74), rgba(6, 46, 74, 0.38) 44%, rgba(255, 255, 255, 0.03)),
    linear-gradient(0deg, rgba(0, 28, 50, 0.6), rgba(0, 28, 50, 0.05) 42%, rgba(255, 255, 255, 0.04)),
    url("../media/wp.jpg") center / cover no-repeat;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-frost {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 17% 28%, rgba(255, 245, 176, 0.42), transparent 18rem),
    radial-gradient(circle at 85% 12%, rgba(225, 245, 255, 0.58), transparent 23rem),
    linear-gradient(180deg, transparent 0%, rgba(245, 251, 255, 0.12) 55%, rgba(245, 251, 255, 0.92) 100%);
  mix-blend-mode: screen;
}

.hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -60px;
  height: 150px;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(245,251,255,0.96), rgba(245,251,255,0.2) 70%, transparent 71%);
  filter: blur(2px);
}

.snow,
.snow::before,
.snow::after {
  position: absolute;
  inset: -24%;
  content: "";
  pointer-events: none;
  mix-blend-mode: screen;
}

.snow {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.34));
}

.snow-one {
  z-index: -2;
  opacity: 0.68;
  background-image:
    radial-gradient(circle at 7% 12%, rgba(255,255,255,0.98) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 18% 41%, rgba(255,255,255,0.72) 0 1.9px, transparent 2.5px),
    radial-gradient(circle at 27% 8%, rgba(255,255,255,0.9) 0 1.4px, transparent 2px),
    radial-gradient(circle at 39% 68%, rgba(255,255,255,0.82) 0 2.2px, transparent 2.9px),
    radial-gradient(circle at 51% 24%, rgba(255,255,255,0.66) 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 61% 53%, rgba(255,255,255,0.92) 0 1.6px, transparent 2.3px),
    radial-gradient(circle at 72% 17%, rgba(255,255,255,0.78) 0 2.4px, transparent 3.1px),
    radial-gradient(circle at 84% 75%, rgba(255,255,255,0.9) 0 1.3px, transparent 2px),
    radial-gradient(circle at 94% 36%, rgba(255,255,255,0.7) 0 1.8px, transparent 2.5px);
  background-size: 760px 620px;
  animation: snowFallA 23s linear infinite;
}

.snow-one::before {
  background-image:
    radial-gradient(circle at 11% 77%, rgba(255,255,255,0.52) 0 3.4px, transparent 4.4px),
    radial-gradient(circle at 30% 28%, rgba(255,255,255,0.46) 0 2.8px, transparent 3.8px),
    radial-gradient(circle at 48% 84%, rgba(255,255,255,0.5) 0 3.8px, transparent 4.9px),
    radial-gradient(circle at 67% 31%, rgba(255,255,255,0.42) 0 2.5px, transparent 3.6px),
    radial-gradient(circle at 89% 58%, rgba(255,255,255,0.48) 0 3.2px, transparent 4.3px);
  background-size: 940px 780px;
  opacity: 0.62;
  filter: blur(0.25px);
  animation: snowFallB 38s linear infinite reverse;
}

.snow-one::after {
  background-image:
    radial-gradient(circle at 4% 25%, rgba(255,255,255,0.72) 0 0.9px, transparent 1.4px),
    radial-gradient(circle at 16% 64%, rgba(255,255,255,0.58) 0 1px, transparent 1.5px),
    radial-gradient(circle at 29% 46%, rgba(255,255,255,0.72) 0 0.8px, transparent 1.3px),
    radial-gradient(circle at 44% 11%, rgba(255,255,255,0.62) 0 1px, transparent 1.6px),
    radial-gradient(circle at 58% 72%, rgba(255,255,255,0.74) 0 0.9px, transparent 1.4px),
    radial-gradient(circle at 73% 39%, rgba(255,255,255,0.55) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 91% 18%, rgba(255,255,255,0.7) 0 0.85px, transparent 1.35px);
  background-size: 410px 530px;
  opacity: 0.55;
  animation: snowFallC 17s linear infinite;
}

.snow-two {
  z-index: -3;
  opacity: 0.46;
  background-image:
    radial-gradient(circle at 8% 58%, rgba(255,255,255,0.72) 0 1.8px, transparent 2.7px),
    radial-gradient(circle at 22% 16%, rgba(255,255,255,0.45) 0 2.8px, transparent 4px),
    radial-gradient(circle at 35% 89%, rgba(255,255,255,0.6) 0 1.3px, transparent 2.1px),
    radial-gradient(circle at 54% 37%, rgba(255,255,255,0.7) 0 2.1px, transparent 3px),
    radial-gradient(circle at 69% 73%, rgba(255,255,255,0.48) 0 3.1px, transparent 4.2px),
    radial-gradient(circle at 82% 9%, rgba(255,255,255,0.65) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 95% 48%, rgba(255,255,255,0.53) 0 2.6px, transparent 3.8px);
  background-size: 1120px 870px;
  filter: blur(0.15px);
  animation: snowFallB 47s linear infinite;
}

.snow-two::before {
  background-image:
    linear-gradient(118deg, transparent 0 47%, rgba(255,255,255,0.15) 47.4% 47.9%, transparent 48.3% 100%),
    linear-gradient(118deg, transparent 0 61%, rgba(255,255,255,0.11) 61.4% 62%, transparent 62.4% 100%);
  background-size: 360px 260px, 520px 390px;
  opacity: 0.44;
  animation: snowWind 19s linear infinite;
}

.snowfield {
  position: absolute;
  inset: -10vh 0 -8vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
}

.snowflake {
  position: absolute;
  top: -12vh;
  left: var(--x);
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  background: rgba(255, 255, 255, var(--alpha));
  box-shadow: 0 0 calc(var(--size) * 2.6) rgba(255, 255, 255, 0.44);
  filter: blur(var(--blur));
  opacity: 0;
  transform: translate3d(0, -12vh, 0) scale(var(--scale));
  animation: snowParticle var(--duration) linear var(--delay) infinite;
}

.snowflake::after {
  content: "";
  position: absolute;
  inset: 28%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.66);
}

.hero-content {
  grid-column: 1;
  width: 100%;
  margin: 0;
  color: #fff;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
}


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

.hero .eyebrow {
  color: #e7f7ff;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(230, 0, 0, 0.11);
}

h1,
h2,
h3,
.cold-number,
.stat-number,
.offer-kicker {
  font-family: var(--kramola);
  line-height: 0.95;
  letter-spacing: 0.01em;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 6.8vw, 102px);
  font-weight: 700;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(42px, 5.35vw, 80px);
  line-height: 1.01;
}

.hero-lead {
  max-width: 680px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 16px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover { transform: translateY(-3px); }

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 18px 40px rgba(0, 113, 200, 0.32);
}

.button-primary::after {
  content: "→";
  font-size: 18px;
}

.button-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.hero-stats {
  grid-column: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 374px;
  gap: 14px;
  align-self: center;
  margin-top: 4px;
}

.stat-card {
  position: relative;
  min-height: 146px;
  padding: 22px 23px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(231, 245, 255, 0.68)),
    radial-gradient(circle at 88% 18%, rgba(0, 113, 200, 0.18), transparent 7.5rem);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 70px rgba(6, 35, 63, 0.23);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.stat-card::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -44px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 200, 0.22), transparent 68%);
}

.stat-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--blue), var(--green));
  opacity: 0.74;
}

.stat-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 34px 86px rgba(6, 35, 63, 0.3);
}

.stat-number {
  position: relative;
  z-index: 1;
  font-size: clamp(44px, 4.1vw, 64px);
  color: var(--blue);
}

.stat-label {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.35;
  color: #203245;
  font-weight: 900;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-hint span {
  width: 28px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  position: relative;
}

.scroll-hint span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  animation: scrollDot 1.6s ease-in-out infinite;
}

.main-depth {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.main-depth::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 10% 18%, rgba(52, 139, 69, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(0, 113, 200, 0.14), transparent 27rem),
    linear-gradient(180deg, rgba(246, 251, 255, 0.98), rgba(255, 255, 255, 0.94) 28%, rgba(238, 249, 243, 0.96));
}

.pattern-depth {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
}

.pattern-stripe {
  position: absolute;
  left: -24vw;
  right: -24vw;
  height: clamp(86px, 8vw, 132px);
  background-image: url("../media/pattern-loop.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto clamp(82px, 7.2vw, 122px);
  opacity: 0.075;
  mix-blend-mode: multiply;
  filter: saturate(0.84) contrast(1.08);
  transform: translate3d(var(--pattern-x, 0px), var(--pattern-y, 0px), 0) rotate(-9deg);
  transform-origin: center;
  will-change: transform;
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.pattern-stripe-1 { top: 7%; }
.pattern-stripe-2 { top: 34%; opacity: 0.06; transform: translate3d(var(--pattern-x-alt, 0px), var(--pattern-y-soft, 0px), 0) rotate(8deg); }
.pattern-stripe-3 { top: 61%; opacity: 0.07; }
.pattern-stripe-4 { top: 86%; opacity: 0.055; transform: translate3d(var(--pattern-x-alt2, 0px), var(--pattern-y-soft2, 0px), 0) rotate(7deg); }

.tree-stage {
  position: absolute;
  inset: -160px 0 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.46;
  overflow: hidden;
}

.tree {
  position: absolute;
  user-select: none;
  will-change: transform;
  filter: drop-shadow(0 34px 36px rgba(0, 45, 34, 0.16));
  transform: translate3d(0, var(--tree-y, 0px), 0) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
}

.tree.mirror {
  transform: translate3d(0, var(--tree-y, 0px), 0) rotate(var(--rotate, 0deg)) scaleX(-1) scale(var(--scale, 1));
}

.tree-giant { width: min(58vw, 760px); opacity: 0.32; }
.tree-mid { width: min(34vw, 460px); opacity: 0.19; }
.tree-small { width: min(22vw, 290px); opacity: 0.13; }

.tree-a { left: -22vw; top: 20px; --scale: 1.24; --rotate: -2deg; }
.tree-b { right: -24vw; top: 320px; --scale: 1.28; --rotate: 2deg; }
.tree-c { left: 8vw; top: 640px; --scale: 0.88; --rotate: 1deg; }
.tree-d { right: 13vw; top: 920px; --scale: 0.7; --rotate: -1deg; }
.tree-e { left: -25vw; top: 1180px; --scale: 1.35; --rotate: 2deg; }
.tree-f { right: 4vw; top: 1510px; --scale: 0.92; --rotate: -2deg; }
.tree-g { left: 48vw; top: 1710px; --scale: 0.68; }
.tree-h { right: -28vw; top: 2030px; --scale: 1.42; --rotate: 1deg; }
.tree-i { left: 2vw; top: 2350px; --scale: 0.86; --rotate: -1deg; }
.tree-j { right: 18vw; top: 2640px; --scale: 0.62; }
.tree-k { left: -23vw; top: 3000px; --scale: 1.3; --rotate: -2deg; }
.tree-l { right: 7vw; top: 3300px; --scale: 0.9; --rotate: 1deg; }
.tree-m { left: 41vw; top: 3600px; --scale: 0.68; }
.tree-n { right: -24vw; top: calc(100% - 1180px); --scale: 1.32; --rotate: -2deg; }
.tree-o { left: 6vw; top: calc(100% - 840px); --scale: 0.86; }
.tree-p { right: 22vw; top: calc(100% - 540px); --scale: 0.64; --rotate: 1deg; }

.section {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 116px) 0;
  z-index: 1;
}

.two-cols {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.align-start { align-items: start; }

.section-copy h2,
.section-heading h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(44px, 5.6vw, 78px);
  color: #15191f;
}

.section-copy p,
.section-heading p:not(.eyebrow),
.feature-card p,
.quote-card p,
.offer-card p,
.calculator-card p,
.launch-offer-card p,
.condition-card p,
.contact-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.section-copy p {
  margin: 20px 0 0;
  max-width: 620px;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 42px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.cold-card {
  position: relative;
  min-height: 380px;
  border-radius: var(--radius-xl);
  padding: 34px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 245, 255, 0.82)),
    url("../media/pattern.png") center top / 520px auto repeat-x;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.cold-card::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 200, 0.22), transparent 68%);
}

.thermo {
  position: relative;
  height: 260px;
  width: 38px;
  margin: auto;
  border-radius: 999px;
  background: #d8ecfb;
  border: 7px solid #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 113, 200, 0.12), 0 20px 44px rgba(0, 113, 200, 0.18);
}

.thermo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 72px;
  height: 72px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--blue);
  border: 8px solid #fff;
  box-shadow: 0 20px 35px rgba(0, 113, 200, 0.24);
}

.thermo-fill {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  height: 70%;
  border-radius: 999px;
  background: linear-gradient(180deg, #b5e5ff, var(--blue));
  animation: chillPulse 2.8s ease-in-out infinite;
}

.cold-number {
  display: block;
  color: var(--blue);
  font-size: clamp(62px, 7vw, 106px);
}

.cold-card p { margin: 10px 0 0; font-weight: 700; }

.cold-card.text-card {
  grid-template-columns: 1fr;
  align-items: center;
}

.cold-card.text-card > div {
  position: relative;
  z-index: 1;
}

.cold-card.text-card p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

.cold-card.text-card p + p {
  margin-top: 20px;
}

.pattern-runner {
  position: relative;
  z-index: 3;
  height: 70px;
  overflow: hidden;
  margin: 6px 0 -8px;
  background: rgba(255, 255, 255, 0.64);
  border-block: 1px solid rgba(47, 139, 69, 0.12);
}

.pattern-track {
  --pattern-step: 84.64px;
  height: 100%;
  background-image: url("../media/pattern-loop.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 46px;
  animation: patternMove 12s linear infinite;
}

.pattern-track.reverse { animation-direction: reverse; animation-duration: 16s; }
.pattern-runner-small { height: 56px; margin: 0; opacity: 0.82; }

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

.feature-card,
.quote-card,
.offer-card,
.calculator-card,
.launch-offer-card,
.condition-card,
.contact-card,
.distance-panel,
.rates-table-wrap {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.feature-card {
  position: relative;
  min-height: 290px;
  padding: 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: auto 22px 22px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 200, 0.13), transparent 68%);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(6, 35, 63, 0.22);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 19px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-size: 26px;
  box-shadow: 0 16px 34px rgba(0, 113, 200, 0.22);
}

.feature-card h3,
.condition-card h3,
.offer-card h3,
.calculator-card h3 {
  margin: 0 0 12px;
  color: #171b20;
  font-size: 34px;
}

.feature-card p { margin: 0; }

.visual-band {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 22px;
  align-items: stretch;
}

.visual-card {
  position: relative;
  min-height: 460px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.visual-card:hover img { transform: scale(1.06); }

.visual-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 420px;
  padding: 18px 22px;
  border-radius: 22px;
  color: #fff;
  background: rgba(0, 38, 62, 0.48);
  backdrop-filter: blur(18px);
}

.visual-caption span {
  color: #d6f2ff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 800;
}

.visual-caption strong {
  display: block;
  margin-top: 6px;
  font-family: var(--kramola);
  font-size: 34px;
}

.quote-card {
  border-radius: var(--radius-xl);
  padding: 34px;
  display: grid;
  align-content: center;
  gap: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.9), rgba(232, 247, 255, 0.78)),
    radial-gradient(circle at 70% 20%, rgba(230, 0, 0, 0.1), transparent 14rem);
}

.quote-label {
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(0, 113, 200, 0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-card h3 {
  margin: 0;
  color: #152534;
  font-size: clamp(34px, 3vw, 44px);
}

.quote-card p {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: #415364;
}

.quote-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.quote-mini-grid span {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px;
  border-radius: 16px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 113, 200, 0.11);
  font-weight: 900;
  white-space: nowrap;
}

.distance-panel {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(255,255,255,0.9), rgba(232, 247, 255, 0.82)),
    radial-gradient(circle at 50% 40%, rgba(0, 113, 200, 0.12), transparent 20rem);
}

.distance-panel::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px dashed rgba(0, 113, 200, 0.35);
  border-radius: 50%;
  animation: spin 24s linear infinite;
}

.map-core {
  position: relative;
  width: 210px;
  height: 210px;
  margin: 18px auto 28px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 34px 24px 50px;
  text-align: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
  box-shadow: 0 25px 55px rgba(0, 113, 200, 0.26);
}

.map-core::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 34px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 10px rgba(230, 0, 0, 0.14);
}

.map-core span {
  font-family: var(--kramola);
  font-size: clamp(30px, 3vw, 38px);
  line-height: 0.95;
}

.map-core small {
  display: block;
  max-width: 130px;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 0;
  opacity: 0.92;
}

.route-chip {
  display: inline-flex;
  margin-top: 26px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #196b31);
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(47, 139, 69, 0.24);
}

.distance-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.distance-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 113, 200, 0.08);
  color: #203245;
}

.distance-list strong { color: var(--blue-dark); }

.rates-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
  gap: 22px;
  align-items: stretch;
}

.rates-table-wrap {
  border-radius: var(--radius-xl);
  padding: 14px;
  overflow: auto;
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 740px;
  overflow: hidden;
  border-radius: 24px;
}

.rates-table th,
.rates-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(20, 52, 77, 0.08);
}

.rates-table th {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-family: var(--kramola);
  font-size: 24px;
  font-weight: 700;
}

.rates-table tr:nth-child(even) td { background: rgba(231, 245, 255, 0.45); }
.rates-table tr:hover td { background: rgba(47, 139, 69, 0.09); }
.rates-table td:first-child { font-weight: 800; color: #19324a; }
.rates-table td:last-child { font-weight: 900; color: var(--blue-dark); }

.offer-card {
  position: sticky;
  top: 112px;
  border-radius: var(--radius-xl);
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(237,248,255,0.86)),
    url("../media/pattern.png") center bottom / 420px auto repeat-x;
}

.offer-kicker {
  color: var(--red);
  font-size: 30px;
}

.offer-card h3 {
  margin-top: 14px;
  font-size: 46px;
  color: var(--blue-dark);
}

.offer-card .button { margin-top: 8px; }

.calculator-card {
  position: relative;
  top: auto;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(233,248,255,0.88)),
    radial-gradient(circle at 88% 12%, rgba(0, 113, 200, 0.2), transparent 12rem),
    url("../media/pattern.png") center bottom / 420px auto repeat-x;
}

.calculator-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 0, 0, 0.13), transparent 68%);
  pointer-events: none;
}

.calc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(0, 113, 200, 0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calc-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 7px rgba(230, 0, 0, 0.1);
}

.calculator-card h3 {
  position: relative;
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: clamp(34px, 3.4vw, 48px);
  color: var(--blue-dark);
}

.calc-fields {
  position: relative;
  display: grid;
  gap: 12px;
}

.calc-field {
  display: grid;
  gap: 8px;
  color: #203245;
  font-weight: 900;
}

.calc-field span {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.calc-field input {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(0, 113, 200, 0.18);
  outline: none;
  background: rgba(255, 255, 255, 0.82);
  color: #132536;
  font: 900 22px/1 var(--body);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.calc-field input:focus {
  border-color: rgba(0, 113, 200, 0.52);
  box-shadow: 0 0 0 4px rgba(0, 113, 200, 0.12);
  transform: translateY(-1px);
}

.calc-options {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.calc-options label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 13px;
  border-radius: 16px;
  color: #33485a;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(0, 113, 200, 0.08);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.calc-options input {
  accent-color: var(--blue);
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.calc-result {
  position: relative;
  margin-top: auto;
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, var(--blue), var(--blue-dark)),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.24), transparent 8rem);
  box-shadow: 0 18px 42px rgba(0, 113, 200, 0.28);
  overflow: hidden;
}

.calc-result::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  right: -22px;
  bottom: -22px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.86;
}

.calc-result span,
.calc-result strong,
.calc-result small {
  position: relative;
  z-index: 1;
  display: block;
}

.calc-result span {
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.calc-result strong {
  margin-top: 8px;
  font-family: var(--kramola);
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 0.95;
}

.calc-result small {
  margin-top: 10px;
  max-width: 260px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.35;
}

.launch-offer-section { padding-top: 0; }

.launch-offer-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(22px, 5vw, 60px);
  align-items: center;
  padding: clamp(32px, 5vw, 56px);
  border-radius: 46px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(229,246,255,0.86)),
    radial-gradient(circle at 12% 90%, rgba(47, 139, 69, 0.17), transparent 21rem),
    radial-gradient(circle at 88% 10%, rgba(230, 0, 0, 0.1), transparent 18rem);
}

.launch-offer-card::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: 0;
  height: 58px;
  --pattern-step: 80.96px;
  background: url("../media/pattern-loop.png") repeat-x center / auto 44px;
  opacity: 0.68;
  animation: patternMove 18s linear infinite;
}

.launch-offer-copy,
.launch-offer-side {
  position: relative;
  z-index: 1;
}

.launch-offer-copy h2 {
  margin: 16px 0 0;
  max-width: 720px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 0.96;
  color: #15191f;
}

.launch-offer-copy p,
.launch-offer-side p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.launch-offer-side {
  padding: 26px;
  border-radius: 30px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(0,113,200,0.1);
  box-shadow: 0 22px 58px rgba(6,35,63,0.12);
}

.offer-badge {
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #b90000);
  font-family: var(--kramola);
  font-size: 58px;
  box-shadow: 0 22px 45px rgba(230, 0, 0, 0.22);
}

.launch-offer-side .button {
  width: 100%;
  margin-top: 20px;
}

.conditions-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 0;
}

.condition-card {
  border-radius: var(--radius-lg);
  padding: 28px;
}

.condition-card span {
  display: inline-flex;
  margin-bottom: 18px;
  font-family: var(--kramola);
  color: var(--blue);
  font-size: 44px;
}

.contact-section { padding-bottom: 140px; }

.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 46px;
  padding: clamp(84px, 8vw, 104px) clamp(32px, 6vw, 64px) clamp(32px, 6vw, 64px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(229, 246, 255, 0.86)),
    radial-gradient(circle at 12% 88%, rgba(47, 139, 69, 0.14), transparent 20rem),
    radial-gradient(circle at 88% 12%, rgba(0, 113, 200, 0.16), transparent 20rem);
}

.contact-card::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 0;
  height: 72px;
  --pattern-step: 95.68px;
  background: url("../media/pattern-loop.png") repeat-x center / auto 52px;
  opacity: 0.78;
  animation: patternMove 16s linear infinite;
}

.contact-card .eyebrow { justify-content: center; }
.contact-card p { max-width: 720px; margin: 18px auto 0; }
.contact-actions { justify-content: center; }

.booking-form {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 113, 200, 0.1);
  box-shadow: 0 22px 58px rgba(6, 35, 63, 0.1);
}

.booking-form label {
  display: block;
  text-align: left;
}

.booking-form label span {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.booking-form input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(0, 113, 200, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #15191f;
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.booking-form input:focus {
  border-color: rgba(0, 113, 200, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 113, 200, 0.1);
}

.booking-form__consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.booking-form__consent input {
  width: auto;
  margin-top: 2px;
}

.booking-form .button {
  min-height: 58px;
  white-space: nowrap;
}

.contact-link {
  min-width: 250px;
  padding: 18px 20px;
  border-radius: 22px;
  text-align: left;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(0, 113, 200, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 45, 90, 0.14);
}

.contact-link span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.contact-link strong { color: var(--blue-dark); }

.contact-link.messenger-link {
  width: 64px;
  min-width: 64px;
  height: 64px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.messenger-logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.messenger-logo-max {
  width: 48px;
  height: 48px;
}

.messenger-link:hover .messenger-logo {
  transform: scale(1.06);
}


.site-footer {
  position: relative;
  z-index: 1;
  padding: 0 24px 40px;
  background: #071d2e;
  color: rgba(255, 255, 255, 0.78);
}

.footer-pattern { margin: 0 -24px 38px; background: #fff; }

.footer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.footer-logo {
  width: min(360px, 86vw);
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.footer-grid p {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
}

.footer-legal {
  display: grid;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
}

.footer-legal strong { color: #fff; }

.has-js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.8,.2,1);
}

.has-js [data-reveal="fade-left"] { transform: translate3d(34px, 0, 0); }
.has-js [data-reveal="fade-right"] { transform: translate3d(-34px, 0, 0); }
.has-js [data-reveal="fade-down"] { transform: translate3d(-50%, -16px, 0); opacity: 0; }
.has-js [data-reveal="zoom"] { transform: scale(0.94); }
.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.has-js .site-header[data-reveal].is-visible { transform: translateX(-50%) translateY(0); }

@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(-8px, -4px, 0); }
  to { transform: scale(1.1) translate3d(12px, 7px, 0); }
}

@keyframes snowFallA {
  0% { transform: translate3d(-3%, -7%, 0) rotate(0.001deg); background-position: 0 0; }
  100% { transform: translate3d(8%, 16%, 0) rotate(0.001deg); background-position: 180px 660px; }
}

@keyframes snowFallB {
  0% { transform: translate3d(4%, -9%, 0) rotate(0.001deg); background-position: 120px -60px; }
  100% { transform: translate3d(-7%, 15%, 0) rotate(0.001deg); background-position: -260px 720px; }
}

@keyframes snowFallC {
  0% { transform: translate3d(-1%, -8%, 0) rotate(0.001deg); background-position: -80px -120px; }
  100% { transform: translate3d(12%, 18%, 0) rotate(0.001deg); background-position: 260px 520px; }
}

@keyframes snowWind {
  0% { transform: translate3d(-6%, -4%, 0); background-position: 0 0, 90px -40px; }
  100% { transform: translate3d(9%, 11%, 0); background-position: 360px 260px, 610px 350px; }
}

@keyframes snowParticle {
  0% { opacity: 0; transform: translate3d(0, -14vh, 0) scale(var(--scale)); }
  8% { opacity: var(--alpha); }
  78% { opacity: var(--alpha); }
  100% { opacity: 0.08; transform: translate3d(var(--drift), 118vh, 0) scale(var(--scale)); }
}

@keyframes snowParticleLite {
  0% { opacity: 0; transform: translate3d(0, -16vh, 0) scale(var(--scale)); }
  10% { opacity: var(--alpha); }
  86% { opacity: var(--alpha); }
  100% { opacity: 0; transform: translate3d(var(--drift), 112vh, 0) scale(var(--scale)); }
}

@keyframes scrollDot {
  0%, 100% { opacity: 0; transform: translate(-50%, 0); }
  45% { opacity: 1; }
  70% { opacity: 1; transform: translate(-50%, 16px); }
}

@keyframes patternMove {
  from { background-position: 0 center; }
  to { background-position: var(--pattern-step, 84.64px) center; }
}

@keyframes chillPulse {
  0%, 100% { height: 64%; filter: brightness(1); }
  50% { height: 74%; filter: brightness(1.08); }
}

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1020px) {
  .site-header { height: auto; border-radius: 28px; flex-wrap: wrap; justify-content: space-between; }
  .brand { width: 210px; }
  .top-nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; padding-top: 184px; }
  .hero-stats { grid-column: 1; margin: 48px auto 0; width: min(900px, 100%); max-width: 900px; grid-template-columns: repeat(3, 1fr); }
  .hero-content { grid-column: 1; margin-inline: auto; }
  .two-cols, .visual-band, .rates-layout, .footer-grid { grid-template-columns: 1fr; }
  .feature-grid, .conditions-section { grid-template-columns: repeat(2, 1fr); }
  .offer-card, .calculator-card { position: relative; top: auto; }
  .launch-offer-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { top: 10px; width: calc(100% - 18px); padding: 10px; }
  .brand { width: 176px; min-width: 160px; }
  .header-phone { padding: 10px 12px; font-size: 13px; }
  .top-nav { display: none; }
  .hero { padding: 146px 18px 82px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .stat-card { min-height: 132px; }
  .section { width: min(100% - 28px, 1180px); padding: 64px 0; }
  .section-copy h2, .section-heading h2, .contact-card h2 { font-size: clamp(38px, 13vw, 56px); }
  .cold-card { grid-template-columns: 1fr; min-height: auto; }
  .thermo { height: 190px; }
  .feature-grid, .conditions-section { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .visual-card { min-height: 360px; }
  .quote-card h3 { font-size: 34px; }
  .quote-mini-grid { grid-template-columns: 1fr; }
  .map-core { width: 180px; height: 180px; padding: 28px 20px 44px; }
  .map-core span { font-size: 30px; }
  .map-core small { font-size: 11px; }
  .contact-card, .launch-offer-card { border-radius: 30px; }
  .calculator-card { padding: 24px; }
  .calc-result strong { font-size: 42px; }
  .launch-offer-side { padding: 20px; }
  .offer-badge { width: 116px; height: 116px; font-size: 48px; }
  .booking-form { grid-template-columns: 1fr; padding: 16px; }
  .booking-form .button { width: 100%; }
  .contact-link { width: 100%; min-width: 0; }
  .tree-stage { opacity: 0.25; }
  .pattern-stripe { height: 74px; background-size: auto 68px; opacity: 0.055; }
  .pattern-stripe-2, .pattern-stripe-4 { opacity: 0.045; }
  .tree-giant { width: 92vw; }
  .tree-mid { width: 52vw; }
  .tree-small { width: 34vw; opacity: 0.08; }
}


/* Performance safeguard for real mobile devices: keep the snowy mood without heavy moving layers. */
@media (max-width: 820px), (pointer: coarse) {
  .cursor-glow,
  .snow-two,
  .snow-one::before,
  .snow-one::after {
    display: none !important;
  }

  .hero-bg {
    animation: none !important;
    transform: scale(1.02);
    will-change: auto;
  }

  .hero-frost {
    mix-blend-mode: normal;
    opacity: 0.82;
  }

  .hero::after {
    filter: none;
  }

  .site-header,
  .button-ghost,
  .stat-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand img {
    filter: none;
  }

  .snow {
    inset: 0;
    filter: none;
    mix-blend-mode: normal;
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .snow-one {
    z-index: -2;
    opacity: 0.22;
    background-image:
      radial-gradient(circle at 8% 14%, rgba(255,255,255,0.62) 0 1px, transparent 1.7px),
      radial-gradient(circle at 22% 38%, rgba(255,255,255,0.46) 0 1.3px, transparent 2px),
      radial-gradient(circle at 39% 18%, rgba(255,255,255,0.56) 0 1px, transparent 1.8px),
      radial-gradient(circle at 58% 52%, rgba(255,255,255,0.42) 0 1.5px, transparent 2.3px),
      radial-gradient(circle at 73% 24%, rgba(255,255,255,0.52) 0 1.1px, transparent 1.9px),
      radial-gradient(circle at 89% 62%, rgba(255,255,255,0.48) 0 1.4px, transparent 2.2px);
    background-size: 340px 420px;
  }

  .snowfield {
    display: block;
    inset: -14vh 0 -12vh;
    z-index: -1;
    overflow: hidden;
    contain: layout paint style;
    mix-blend-mode: normal;
  }

  .snowfield-lite .snowflake {
    background: rgba(255, 255, 255, var(--alpha));
    box-shadow: none;
    filter: none;
    will-change: transform, opacity;
    animation-name: snowParticleLite;
    animation-timing-function: linear;
  }

  .snowfield-lite .snowflake::after {
    display: none;
  }

  .pattern-stripe,
  .pattern-track,
  .mini-snow-ring,
  .mini-snow-ring::before,
  .mini-snow-ring::after {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .tree { transform: none !important; }
  .pattern-stripe { transform: rotate(-7deg) !important; }
}

/* Mobile polish: protect long Russian words, cards and forms from horizontal overflow */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero,
.hero-content,
.hero-stats,
.stat-card,
.section-grid,
.two-cols,
.section-copy,
.section-heading,
.cold-card,
.feature-grid,
.feature-card,
.visual-band,
.visual-card,
.visual-caption,
.quote-card,
.logistics-section,
.distance-panel,
.rates-layout,
.rates-table-wrap,
.calculator-card,
.launch-offer-card,
.launch-offer-copy,
.launch-offer-side,
.contact-card,
.booking-form,
.contact-link,
.footer-grid,
.footer-legal {
  min-width: 0;
}

h1,
h2,
h3,
.hero-lead,
.section-copy p,
.section-heading p,
.feature-card p,
.quote-card p,
.launch-offer-card p,
.contact-card p,
.footer-legal,
.route-chip,
.button,
.stat-label,
.calc-options label,
.booking-form label span {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.button,
.header-phone,
.route-chip {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.rates-table th,
.rates-table td {
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (max-width: 720px) {
  .site-header {
    gap: 8px;
    align-items: center;
  }

  .brand {
    flex: 1 1 150px;
    max-width: 176px;
    min-width: 0;
  }

  .header-phone {
    flex: 0 1 auto;
  }

  .hero,
  .section {
    max-width: 100%;
  }

  .hero-content,
  .hero-stats {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .visual-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
  }

  .visual-caption strong {
    font-size: clamp(28px, 9vw, 34px);
    line-height: 1.02;
  }

  .route-chip {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 20px;
    line-height: 1.35;
  }

  .distance-list li {
    flex-wrap: wrap;
    align-items: baseline;
  }

  .rates-table-wrap {
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .rates-table,
  .rates-table thead,
  .rates-table tbody,
  .rates-table tr,
  .rates-table th,
  .rates-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .rates-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: visible;
  }

  .rates-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .rates-table tr {
    margin-bottom: 14px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 44px rgba(6, 35, 63, 0.1);
  }

  .rates-table td {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(20, 52, 77, 0.08);
    background: rgba(255, 255, 255, 0.74) !important;
    color: #19324a;
  }

  .rates-table td:last-child {
    border-bottom: 0;
    color: var(--blue-dark);
  }

  .rates-table td::before {
    content: "";
    color: var(--muted);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rates-table td:nth-child(1)::before { content: "Услуга"; }
  .rates-table td:nth-child(2)::before { content: "Единица"; }
  .rates-table td:nth-child(3)::before { content: "Стоимость"; }

  .contact-actions {
    align-items: center;
  }

  .contact-link.messenger-link {
    width: 64px;
    min-width: 64px;
    flex: 0 0 64px;
  }
}

@media (max-width: 430px) {
  .eyebrow {
    max-width: 100%;
    align-items: flex-start;
    letter-spacing: 0.08em;
    line-height: 1.35;
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.6vw, 42px);
    line-height: 1.04;
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.52;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-card h2 {
    font-size: clamp(32px, 11.2vw, 44px);
    line-height: 1.02;
  }

  .section-copy p,
  .section-heading p:not(.eyebrow),
  .feature-card p,
  .quote-card p,
  .calculator-card p,
  .launch-offer-card p,
  .contact-card p,
  .cold-card.text-card p,
  .footer-grid p {
    font-size: 16.5px;
    line-height: 1.58;
  }

  .feature-card,
  .quote-card,
  .distance-panel,
  .calculator-card {
    padding: 24px;
  }

  .feature-card h3,
  .condition-card h3,
  .offer-card h3,
  .calculator-card h3,
  .quote-card h3 {
    font-size: clamp(29px, 8.8vw, 34px);
    line-height: 1.02;
  }

  .launch-offer-card {
    padding: 24px;
  }

  .contact-card {
    padding: 76px 18px 28px;
  }

  .booking-form {
    border-radius: 22px;
  }

  .booking-form input,
  .booking-form .button {
    min-height: 56px;
    height: auto;
  }

  .contact-link:not(.messenger-link) {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .site-header {
    width: calc(100% - 14px);
    padding: 8px;
    gap: 7px;
  }

  .brand {
    flex-basis: 138px;
    max-width: 150px;
  }

  .header-phone {
    padding: 9px 8px;
    font-size: 12px;
  }

  .hero {
    padding: 136px 14px 74px;
  }

  .section {
    width: calc(100% - 24px);
  }

  .button {
    padding-inline: 16px;
    font-size: 15px;
    line-height: 1.2;
  }

  .stat-card {
    padding: 20px;
  }

  .stat-number {
    font-size: 40px;
  }

  .visual-card {
    min-height: 320px;
  }

  .visual-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .visual-caption span,
  .calc-kicker,
  .rates-table td::before,
  .booking-form label span,
  .contact-link span {
    letter-spacing: 0.06em;
  }

  .rates-table td {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 13px 14px;
  }

  .calc-result strong {
    font-size: 38px;
  }
}

/* Extra tuning for iPhone: keep the hero title readable without splitting long words */
@media (max-width: 430px) {
  .hero h1 {
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }
}

/* On phones reveal animations move vertically only, so sections never slide outside the viewport while appearing */
@media (max-width: 720px) {
  [data-reveal="fade-left"],
  [data-reveal="fade-right"] {
    transform: translate3d(0, 24px, 0);
  }
}

/* Booking form delivery */
.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 1.35em;
  font-size: 0.96rem;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
  color: var(--muted);
}

.form-status[data-status="success"] {
  color: #167a3f;
}

.form-status[data-status="error"] {
  color: #b42318;
}

.form-status[data-status="loading"] {
  color: var(--blue);
}

.booking-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

/* Low-power desktop mode. The class is added before CSS loads in index.html and
   again in JS. It keeps the design recognizable, but removes expensive paint and
   scroll work that can block scrolling on weak PCs. */
html.lite-motion {
  scroll-behavior: auto;
}

html.lite-motion .cursor-glow,
html.lite-motion .snowfield,
html.lite-motion .snow-two,
html.lite-motion .snow-one::before,
html.lite-motion .snow-one::after,
html.lite-motion .tree-stage,
html.lite-motion .pattern-depth {
  display: none !important;
}

html.lite-motion .hero-bg {
  animation: none !important;
  transform: scale(1.01);
  will-change: auto;
}

html.lite-motion .hero-frost {
  mix-blend-mode: normal;
  opacity: 0.76;
}

html.lite-motion .hero::after,
html.lite-motion .snow,
html.lite-motion .brand img,
html.lite-motion .tree {
  filter: none !important;
}

html.lite-motion .snow {
  inset: 0;
  animation: none !important;
  transform: none !important;
  mix-blend-mode: normal;
  will-change: auto;
}

html.lite-motion .snow-one {
  opacity: 0.18;
  background-size: 360px 420px;
}

html.lite-motion .site-header,
html.lite-motion .button-ghost,
html.lite-motion .stat-card {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.lite-motion .pattern-track,
html.lite-motion .scroll-hint span::after,
html.lite-motion .mini-snow-ring,
html.lite-motion .mini-snow-ring::before,
html.lite-motion .mini-snow-ring::after {
  animation: none !important;
}


/* Snow performance patch: complex animated snow is disabled.
   The hero keeps a light static snowy texture without JS particles,
   moving pseudo-layers, heavy blur, drop-shadow, or repeated repainting. */
.snowfield,
.snow-two,
.snow-one::before,
.snow-one::after {
  display: none !important;
}

.snow {
  inset: 0;
  filter: none !important;
  mix-blend-mode: normal;
  animation: none !important;
  transform: none !important;
  will-change: auto;
}

.snow-one {
  z-index: -2;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 8% 14%, rgba(255,255,255,0.58) 0 1px, transparent 1.7px),
    radial-gradient(circle at 22% 38%, rgba(255,255,255,0.42) 0 1.3px, transparent 2px),
    radial-gradient(circle at 39% 18%, rgba(255,255,255,0.5) 0 1px, transparent 1.8px),
    radial-gradient(circle at 58% 52%, rgba(255,255,255,0.38) 0 1.5px, transparent 2.3px),
    radial-gradient(circle at 73% 24%, rgba(255,255,255,0.48) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 89% 62%, rgba(255,255,255,0.44) 0 1.4px, transparent 2.2px);
  background-size: 340px 420px;
}

.footer-policy {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-policy:hover {
  color: #fff;
}

.error-page,
.legal-page {
  min-height: 100vh;
  background: var(--bg-deep, #071018);
  color: var(--text, #e8f2f8);
}

.error-shell,
.legal-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 96px 24px 64px;
}

.legal-shell h1 {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.legal-shell h2 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
}

.legal-shell p,
.legal-shell li {
  line-height: 1.65;
  color: rgba(232, 242, 248, 0.88);
}

.legal-shell ul {
  padding-left: 1.25rem;
}

.legal-shell a {
  color: #9edcff;
}

.legal-back {
  display: inline-block;
  margin-bottom: 24px;
  color: #9edcff;
  text-decoration: none;
}

.legal-back:hover {
  text-decoration: underline;
}

.error-shell h1 {
  margin: 0 0 12px;
}

.error-shell p {
  margin: 0 0 24px;
  max-width: 42ch;
  line-height: 1.6;
}

.seo-section {
  position: relative;
  padding: 72px 0 88px;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(0, 113, 200, 0.42), transparent 42%),
    radial-gradient(ellipse at 88% 20%, rgba(0, 76, 143, 0.35), transparent 38%),
    linear-gradient(180deg, #0a4f8a 0%, #063a6b 42%, #042a4f 100%);
  border-top: 1px solid rgba(158, 220, 255, 0.18);
}

.seo-container {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  color: rgba(232, 242, 248, 0.9);
}

.seo-container h2 {
  margin: 0 0 20px;
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  line-height: 1.2;
  color: #fff;
}

.seo-container h3 {
  margin: 36px 0 14px;
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  line-height: 1.35;
  color: #e8f6ff;
}

.seo-container p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
}

.seo-container ul {
  margin: 0 0 18px;
  padding-left: 1.25rem;
}

.seo-container li {
  margin: 0 0 8px;
  line-height: 1.65;
}

.faq-section {
  margin-top: 48px;
  padding-top: 8px;
}

.faq-heading {
  margin: 0 0 20px;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  color: #fff;
}

.faq-item {
  border: 1px solid rgba(158, 220, 255, 0.22);
  border-radius: 14px;
  background: rgba(0, 40, 78, 0.42);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #f2fbff;
  font: inherit;
  font-size: 17px;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
  color: #9edcff;
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question::after {
  transform: rotate(45deg);
}

.faq-question:focus-visible {
  outline: 2px solid #9edcff;
  outline-offset: -2px;
}

.faq-answer {
  padding: 0 20px 18px;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(232, 242, 248, 0.86);
}

@media (max-width: 640px) {
  .seo-section {
    padding: 56px 0 72px;
  }

  .seo-container {
    width: min(100% - 32px, 760px);
  }

  .seo-container p,
  .faq-question {
    font-size: 16px;
  }
}

/* Внутренние страницы: города, блог */
.inner-page .inner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 140px clamp(20px, 4vw, 56px) 64px;
  color: #fff;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 40, 31, 0.82), rgba(6, 46, 74, 0.52) 52%, rgba(0, 28, 50, 0.28)),
    linear-gradient(180deg, rgba(0, 28, 50, 0.35), rgba(0, 28, 50, 0.12) 48%, rgba(238, 248, 255, 0.94)),
    url("../media/wp.jpg") center / cover no-repeat;
}

.inner-hero-copy {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.inner-hero .eyebrow {
  color: #e7f7ff;
}

.inner-hero h1 {
  max-width: 920px;
  font-size: clamp(28px, 4.4vw, 52px);
  line-height: 1.08;
  color: #fff;
}

.inner-hero .hero-lead {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(16px, 1.8vw, 20px);
}

.inner-hero .hero-actions {
  margin-top: 24px;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.crumbs li {
  display: inline-flex;
  align-items: center;
}

.crumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  opacity: 0.55;
}

.crumbs a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inner-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 15px;
  color: #f2fbff;
}

.inner-narrow {
  width: min(760px, 100%);
  margin-inline: auto;
}

.inner-page .section .inner-narrow.section-copy h2,
.inner-page .example-block h3 {
  max-width: none;
}

.example-block {
  margin-top: 36px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--radius-xl, 28px);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 113, 200, 0.08);
}

.example-block h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 32px);
  color: #15191f;
}

.example-block p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #203245;
}

.distance-list a {
  color: inherit;
  font-weight: 800;
}

.distance-list a:hover {
  color: var(--blue-dark);
}

.seo-container a {
  color: #9edcff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-container a:hover {
  color: #fff;
}

.faq-item h3 {
  margin: 0;
  max-width: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.footer-grid-inner {
  grid-template-columns: 0.9fr 0.75fr 1.1fr;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inner-hero--article::before {
  background:
    linear-gradient(105deg, rgba(5, 40, 31, 0.88) 0%, rgba(6, 46, 74, 0.72) 42%, rgba(0, 28, 50, 0.55) 68%, rgba(0, 28, 50, 0.62) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.45)),
    var(--article-hero-image, url("../media/wp.jpg")) center / cover no-repeat;
}

.inner-hero--article .hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
}

.blog-list-wrap,
.related-wrap {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.related-wrap h2 {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.6vw, 40px);
  color: #15191f;
}

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

.article-empty,
.article-card {
  padding: 0;
  border-radius: var(--radius-xl, 28px);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 113, 200, 0.08);
  overflow: hidden;
}

.article-empty {
  padding: clamp(22px, 3vw, 36px);
}

.article-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8f4fb;
}

.article-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.article-card:hover .article-card-media img {
  transform: scale(1.03);
}

.article-card-body {
  padding: 22px 24px 26px;
}

.article-empty h2,
.article-card h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
  color: #15191f;
  max-width: none;
}

.article-card h2 a {
  color: inherit;
  text-decoration: none;
}

.article-card h2 a:hover {
  color: var(--blue-dark);
}

.article-empty p,
.article-card-body > p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #203245;
}

.article-empty .button {
  margin-top: 8px;
}

.article-read {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.article-read:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-meta {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-dark);
}

.article-list--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-list--related .article-card h2 {
  font-size: clamp(18px, 2.2vw, 24px);
}

.article-list--related .article-card-body > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-body {
  color: #203245;
}

.article-body h2,
.article-body h3 {
  margin: 32px 0 14px;
  color: #15191f;
}

.article-body p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
}

.article-body ul {
  margin: 0 0 18px;
  padding-left: 1.2em;
}

.article-body li {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.65;
}

.article-body a {
  color: var(--blue-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

.article-body .table-wrap {
  margin: 0 0 24px;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(0, 113, 200, 0.12);
}

.article-body .article-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}

.article-body .article-table th,
.article-body .article-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 113, 200, 0.1);
}

.article-body .article-table th {
  background: rgba(0, 113, 200, 0.08);
  color: #15191f;
  font-weight: 800;
}

.article-body .article-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 899px) {
  .article-list,
  .article-list--related {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1020px) {
  .inner-page .inner-hero {
    padding-top: 184px;
  }

  .footer-grid-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .inner-page .inner-hero {
    padding: 146px 18px 56px;
  }

  .inner-note {
    display: flex;
    width: fit-content;
    max-width: 100%;
  }
}
