:root {
  color-scheme: light;
  --ink: #10233d;
  --muted: #5f7187;
  --line: rgba(28, 100, 150, 0.15);
  --paper: #ffffff;
  --mist: #f3fbff;
  --water: #1599df;
  --water-deep: #0b5ca8;
  --green: #18aa83;
  --gold: #d7a84f;
  --navy: #092a4d;
  --telegram: #229ed9;
  --shadow: 0 18px 50px rgba(9, 42, 77, 0.14);
  --radius: 8px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --ease-lux: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(243, 251, 255, 0.96), rgba(255, 255, 255, 0.98) 44%, #f9fdff),
    repeating-linear-gradient(128deg, rgba(21, 153, 223, 0.055) 0 2px, transparent 2px 28px);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(80% 55% at 50% -20%, rgba(50, 174, 225, 0.2), transparent 70%),
    linear-gradient(115deg, transparent 0 38%, rgba(24, 170, 131, 0.08) 38% 48%, transparent 48% 100%);
}

body::after {
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 52vh;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(160deg, transparent 0 35%, rgba(21, 153, 223, 0.08) 35% 37%, transparent 37% 100%),
    repeating-linear-gradient(172deg, rgba(21, 153, 223, 0.08) 0 1px, transparent 1px 24px);
  animation: waterDrift 11s linear infinite;
}

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

img,
canvas {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  padding-bottom: calc(86px + var(--safe-bottom));
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(16px, 5vw, 48px);
  background: rgba(248, 253, 255, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(56vw, 238px);
  gap: 1px;
}

.brand small {
  display: block;
  white-space: nowrap;
}

.brand-logo {
  width: min(100%, 190px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(9, 42, 77, 0.1));
}

.brand small {
  align-self: flex-start;
  margin-left: 58px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-action {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--water-deep);
  border: 1px solid rgba(21, 153, 223, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
  transition:
    transform 420ms var(--ease-lux),
    box-shadow 420ms var(--ease-lux),
    border-color 420ms var(--ease-lux),
    background 420ms var(--ease-lux);
}

.telegram-action {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, var(--telegram), var(--water-deep));
}

.icon-action svg,
.btn svg,
.service-chip svg,
.hero-trust svg,
.benefit-grid svg,
.quality-list svg,
.map-copy svg,
.back-button svg,
.sticky-contact svg,
.document-slots svg {
  width: 1.08em;
  height: 1.08em;
  stroke-width: 2.4;
}

.view {
  display: block;
}

.site-shell[data-view="legal"] .view-home,
.site-shell[data-view="legal"] .footer,
.site-shell[data-view="legal"] .sticky-contact {
  display: none;
}

.site-shell[data-view="home"] .view-legal {
  display: none;
}

.section-panel {
  position: relative;
  width: 100%;
  padding-inline: clamp(16px, 5vw, 48px);
}

.hero {
  isolation: isolate;
  min-height: calc(100svh - 72px);
  padding-top: clamp(18px, 5vw, 56px);
  padding-bottom: clamp(34px, 9vw, 84px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(239, 250, 255, 0.9)),
    linear-gradient(130deg, rgba(21, 153, 223, 0.12), transparent 42%),
    linear-gradient(30deg, transparent 55%, rgba(24, 170, 131, 0.1));
}

.bottle-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 30px 44px rgba(9, 42, 77, 0.18));
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}

.hero::before,
.hero::after {
  position: absolute;
  inset: auto -8% 3%;
  z-index: 0;
  height: 30%;
  pointer-events: none;
  content: "";
  border-top: 1px solid rgba(21, 153, 223, 0.22);
  background:
    linear-gradient(180deg, transparent, rgba(21, 153, 223, 0.07)),
    repeating-linear-gradient(178deg, rgba(255, 255, 255, 0.45) 0 1px, transparent 1px 36px);
  transform: skewY(-3deg);
}

.hero::after {
  inset: auto -8% 9%;
  height: 20%;
  border-top-color: rgba(24, 170, 131, 0.14);
  transform: skewY(4deg);
  animation: waveSlide 8s ease-in-out infinite alternate;
}

.hero-water {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-water span {
  position: absolute;
  left: -18%;
  width: 138%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(21, 153, 223, 0.28), rgba(24, 170, 131, 0.16), transparent);
  transform: rotate(-10deg);
  animation: stream 9s linear infinite;
}

.hero-water span:nth-child(1) {
  top: 24%;
}

.hero-water span:nth-child(2) {
  top: 54%;
  animation-delay: -3s;
}

.hero-water span:nth-child(3) {
  top: 78%;
  animation-delay: -6s;
}

.hero-product-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(54vw, 680px);
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42) 18%, rgba(223, 246, 255, 0.56)),
    radial-gradient(circle at 52% 38%, rgba(21, 153, 223, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(21, 153, 223, 0.08));
  border-left: 1px solid rgba(21, 153, 223, 0.14);
  box-shadow: inset 24px 0 52px rgba(255, 255, 255, 0.44);
}

.hero-product-panel::before,
.hero-product-panel::after {
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.hero-product-panel::before {
  top: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(21, 153, 223, 0.24), transparent);
  box-shadow:
    0 98px 0 rgba(21, 153, 223, 0.12),
    0 196px 0 rgba(24, 170, 131, 0.12);
}

.hero-product-panel::after {
  right: -26%;
  bottom: 4%;
  left: auto;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(21, 153, 223, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.62), transparent 66%);
  transform: rotateX(62deg);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: calc(100svh - 160px);
  max-width: min(640px, calc(100vw - 32px));
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  pointer-events: none;
}

.hero-copy {
  display: grid;
  max-width: 600px;
  gap: 14px;
}

.hero-actions {
  display: grid;
  width: min(100%, 560px);
  gap: 10px;
}

.hero-content a,
.hero-content button {
  pointer-events: auto;
}

.service-chip,
.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  color: #0f6c80;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-chip {
  padding: 8px 10px;
  border: 1px solid rgba(24, 170, 131, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(9, 42, 77, 0.09);
}

.hero h1 {
  max-width: 9.8ch;
  margin: 0;
  font-size: clamp(2.42rem, 11.2vw, 6.4rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 28rem;
  margin: 0;
  color: #263c55;
  font-size: clamp(1.06rem, 4.6vw, 1.42rem);
  font-weight: 750;
  line-height: 1.35;
}

.hero-lead strong {
  display: inline-block;
  color: var(--water-deep);
  font-size: 1.08em;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.hero-badges span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 7px 10px;
  color: #0d5567;
  border: 1px solid rgba(24, 170, 131, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 251, 255, 0.8));
  box-shadow: 0 10px 24px rgba(9, 42, 77, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
  backdrop-filter: blur(10px);
}

.hero-badges span:nth-child(2) {
  color: #7a5411;
  border-color: rgba(215, 168, 79, 0.28);
  background: linear-gradient(180deg, rgba(255, 250, 232, 0.96), rgba(255, 241, 196, 0.82));
}

.hero-cta-row {
  position: relative;
  z-index: 5;
  display: flex;
  width: min(100%, 520px);
  flex-direction: column;
  gap: 10px;
}

.hero .hero-cta-row {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: rgba(248, 253, 255, 0.58);
  box-shadow: 0 18px 44px rgba(9, 42, 77, 0.1);
  backdrop-filter: blur(10px);
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition:
    transform 520ms var(--ease-lux),
    box-shadow 520ms var(--ease-lux),
    border-color 520ms var(--ease-lux),
    background 520ms var(--ease-lux),
    filter 520ms var(--ease-lux);
}

.btn::before,
.icon-action::before,
.sticky-contact a::before,
.back-button::before {
  position: absolute;
  inset: -32% -55%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(105deg, transparent 22%, rgba(255, 255, 255, 0.48) 46%, transparent 66%);
  opacity: 0;
  transform: translateX(-62%) skewX(-18deg);
  transition:
    opacity 520ms var(--ease-lux),
    transform 820ms var(--ease-lux);
}

.btn svg,
.icon-action svg,
.sticky-contact a svg,
.back-button svg {
  position: relative;
  z-index: 1;
}

.btn:focus-visible,
.icon-action:focus-visible,
.sticky-contact a:focus-visible,
.back-button:focus-visible {
  outline: 3px solid rgba(215, 168, 79, 0.5);
  outline-offset: 3px;
}

.btn:active {
  transform: translateY(1px) scale(0.985);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--telegram), var(--water-deep));
  background-size: 180% 180%;
  box-shadow: 0 18px 34px rgba(11, 92, 168, 0.28);
  animation: buttonCurrent 7.5s ease-in-out infinite;
}

.btn-ghost {
  color: var(--water-deep);
  border: 1px solid rgba(21, 153, 223, 0.25);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 250, 255, 0.78));
  box-shadow: 0 12px 28px rgba(9, 42, 77, 0.08);
}

.btn-map {
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #18aa83, #0b7f83);
  background-size: 180% 180%;
  box-shadow: 0 18px 34px rgba(24, 170, 131, 0.22);
  animation: buttonCurrent 8s ease-in-out infinite reverse;
}

.hero-trust {
  display: grid;
  width: min(100%, 560px);
  grid-template-columns: 1fr;
  gap: 8px;
}

.hero-trust span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: #12324f;
  border: 1px solid rgba(21, 153, 223, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
  transition:
    transform 520ms var(--ease-lux),
    border-color 520ms var(--ease-lux),
    background 520ms var(--ease-lux);
}

.hero-trust svg {
  color: var(--green);
}

.order-strip {
  display: grid;
  max-width: 1120px;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.order-strip h2,
.section-heading h2,
.quality h2,
.coverage h2,
.final-cta h2 {
  max-width: 100%;
  margin: 6px 0 0;
  font-size: clamp(1.65rem, 7vw, 3.6rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.price-lockup {
  display: grid;
  width: 100%;
  min-height: 124px;
  place-items: center;
  padding: 20px;
  color: white;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent),
    linear-gradient(135deg, var(--navy), var(--water-deep));
  box-shadow: var(--shadow);
}

.price-lockup strong {
  font-size: clamp(3.5rem, 18vw, 6rem);
  font-weight: 950;
  line-height: 0.8;
}

.price-lockup span {
  font-weight: 900;
}

.benefits,
.flow,
.quality,
.coverage,
.final-cta {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: clamp(48px, 12vw, 92px);
  padding-bottom: clamp(48px, 12vw, 92px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.benefit-grid article {
  position: relative;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 250, 255, 0.74)),
    repeating-linear-gradient(135deg, rgba(21, 153, 223, 0.045) 0 1px, transparent 1px 20px);
  box-shadow: 0 14px 34px rgba(9, 42, 77, 0.08);
  overflow: hidden;
  transition:
    transform 620ms var(--ease-lux),
    box-shadow 620ms var(--ease-lux),
    border-color 620ms var(--ease-lux);
}

.benefit-grid article::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 46%);
  opacity: 0;
  transition: opacity 620ms var(--ease-lux);
}

.benefit-grid article:nth-child(2) svg,
.benefit-grid article:nth-child(3) svg {
  color: var(--green);
}

.benefit-grid article:nth-child(4) svg {
  color: var(--gold);
}

.benefit-grid svg,
.document-slots svg {
  width: 34px;
  height: 34px;
  color: var(--water-deep);
}

.benefit-grid h3,
.timeline h3,
.map-copy h3,
.document-slots h2 {
  margin: 16px 0 8px;
  font-size: 1.14rem;
  line-height: 1.1;
}

.benefit-grid p,
.timeline p,
.quality p,
.map-copy p,
.final-cta p,
.legal-page p,
.document-slots p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.56;
}

.timeline {
  position: relative;
  display: grid;
  gap: 12px;
}

.timeline article {
  position: relative;
  min-height: 144px;
  padding: 18px 18px 18px 78px;
  border-left: 1px solid rgba(21, 153, 223, 0.18);
  background: rgba(255, 255, 255, 0.56);
  transition:
    transform 560ms var(--ease-lux),
    background 560ms var(--ease-lux),
    border-color 560ms var(--ease-lux);
}

.timeline article span {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--water-deep), var(--water));
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(21, 153, 223, 0.22);
}

.timeline a {
  color: var(--water-deep);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quality {
  display: grid;
  gap: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(21, 153, 223, 0.06), transparent 34%),
    linear-gradient(180deg, transparent, rgba(24, 170, 131, 0.055));
}

.quality-copy {
  max-width: 620px;
}

.quality-list {
  display: grid;
  gap: 10px;
}

.quality-list div {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 170, 131, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  font-weight: 880;
  box-shadow: 0 12px 28px rgba(9, 42, 77, 0.055);
  transition:
    transform 560ms var(--ease-lux),
    box-shadow 560ms var(--ease-lux),
    background 560ms var(--ease-lux);
}

.quality-list svg {
  color: var(--green);
}

.coverage-map {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 600px;
  align-items: end;
  overflow: hidden;
  padding: 14px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 10%, rgba(24, 170, 131, 0.16), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(21, 153, 223, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(232, 248, 255, 0.95));
  box-shadow: var(--shadow);
  perspective: 900px;
}

.coverage-map::before {
  position: absolute;
  inset: 10px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(21, 153, 223, 0.14);
  border-radius: 8px;
}

.coverage-map::after {
  position: absolute;
  right: -14%;
  bottom: -22%;
  width: 118%;
  height: 42%;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.3), transparent 60%),
    repeating-linear-gradient(20deg, rgba(11, 92, 168, 0.12) 0 2px, transparent 2px 42px);
  transform: rotateX(72deg) rotateZ(-9deg);
  transform-origin: bottom center;
}

.map-live-card {
  position: relative;
  z-index: 1;
  min-height: 360px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(11, 92, 168, 0.16);
  border-radius: 8px;
  background: #dff3f8;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    0 22px 52px rgba(9, 42, 77, 0.14);
  transform-style: preserve-3d;
  transform: rotateX(3deg);
}

.map-live-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 0;
  filter: saturate(1.05) contrast(0.92) brightness(1.05);
  transform: scale(1.06);
}

.map-sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 34%, rgba(21, 153, 223, 0.08) 64%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(9, 42, 77, 0.12));
  mix-blend-mode: screen;
}

.map-radius {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(74vw, 420px);
  aspect-ratio: 1;
  border: 2px solid rgba(24, 170, 131, 0.78);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 170, 131, 0.08), transparent 62%);
  box-shadow:
    0 0 0 10px rgba(24, 170, 131, 0.08),
    0 0 36px rgba(24, 170, 131, 0.2);
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-10deg);
  animation: pulseRadius 3.6s ease-in-out infinite;
}

.map-pin-card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  min-width: 154px;
  gap: 2px;
  padding: 12px 14px 12px 52px;
  border: 1px solid rgba(11, 92, 168, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(9, 42, 77, 0.22);
  transform: translate(-50%, -78%);
  backdrop-filter: blur(12px);
}

.map-pin-card span {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--water-deep), var(--green));
}

.map-pin-card strong {
  color: var(--navy);
  font-size: 0.94rem;
  line-height: 1.1;
}

.map-pin-card small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.map-zone-chip {
  position: absolute;
  z-index: 2;
  padding: 8px 10px;
  color: var(--navy);
  border: 1px solid rgba(21, 153, 223, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(9, 42, 77, 0.13);
  font-size: 0.74rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.zone-main {
  top: 18px;
  left: 18px;
}

.zone-radius {
  right: 18px;
  bottom: 76px;
  color: white;
  background: linear-gradient(135deg, var(--green), #087b88);
}

.zone-fast {
  right: 18px;
  bottom: 18px;
  color: #7b5b17;
  background: rgba(255, 247, 219, 0.9);
}

.map-copy {
  position: relative;
  z-index: 2;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 38px rgba(9, 42, 77, 0.08);
}

.map-copy h3 {
  margin-top: 0;
  font-size: 1.6rem;
}

.map-copy p {
  margin-bottom: 18px;
}

.map-facts {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.map-facts li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}

.map-facts svg {
  flex: 0 0 auto;
  width: 1.05em;
  height: 1.05em;
  margin-top: 0.1em;
  color: var(--green);
}

.final-cta {
  text-align: left;
}

.final-cta p {
  max-width: 600px;
  margin: 14px 0 20px;
}

.footer {
  display: grid;
  gap: 18px;
  padding: 28px clamp(16px, 5vw, 48px) 110px;
  color: white;
  background:
    linear-gradient(135deg, rgba(9, 42, 77, 0.96), rgba(11, 92, 168, 0.96)),
    repeating-linear-gradient(132deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 30px);
}

.footer strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer a {
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 800;
}

.sticky-contact {
  position: fixed;
  right: 12px;
  bottom: calc(12px + var(--safe-bottom));
  left: 12px;
  z-index: 50;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(21, 153, 223, 0.22);
  border-radius: 8px;
  background: rgba(248, 253, 255, 0.88);
  box-shadow: 0 18px 48px rgba(9, 42, 77, 0.22);
  backdrop-filter: blur(16px);
}

.sticky-contact a {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--water-deep);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 440ms var(--ease-lux),
    box-shadow 440ms var(--ease-lux),
    background 440ms var(--ease-lux);
}

.sticky-contact a:last-child {
  color: white;
  background: linear-gradient(135deg, var(--telegram), var(--water-deep));
}

.view-legal {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px clamp(16px, 5vw, 40px) 80px;
}

.back-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 10px 14px;
  color: var(--water-deep);
  cursor: pointer;
  border: 1px solid rgba(21, 153, 223, 0.2);
  border-radius: 8px;
  background: white;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(9, 42, 77, 0.08);
}

.legal-page {
  display: none;
  padding: clamp(22px, 6vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.legal-page.is-active {
  display: block;
}

.legal-page h1 {
  margin: 8px 0 18px;
  font-size: clamp(2rem, 9vw, 4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.legal-page h2 {
  margin: 28px 0 8px;
  font-size: 1.18rem;
}

.placeholder-note {
  padding: 14px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: rgba(215, 168, 79, 0.1);
}

.document-slots {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.document-slots > div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 820ms var(--ease-lux),
    transform 820ms var(--ease-lux);
  transition-delay: calc(var(--reveal-index, 0) * 58ms);
  will-change: opacity, transform;
}

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

@media (hover: hover) {
  .btn:hover,
  .icon-action:hover,
  .sticky-contact a:hover,
  .back-button:hover {
    transform: translateY(-3px);
  }

  .btn:hover::before,
  .icon-action:hover::before,
  .sticky-contact a:hover::before,
  .back-button:hover::before {
    opacity: 1;
    transform: translateX(62%) skewX(-18deg);
  }

  .btn-primary:hover,
  .telegram-action:hover,
  .sticky-contact a:last-child:hover {
    box-shadow: 0 24px 48px rgba(11, 92, 168, 0.34);
    filter: saturate(1.08);
  }

  .btn-ghost:hover,
  .icon-action:hover,
  .back-button:hover {
    border-color: rgba(21, 153, 223, 0.38);
    box-shadow: 0 20px 42px rgba(9, 42, 77, 0.12);
  }

  .btn-map:hover {
    box-shadow: 0 24px 48px rgba(24, 170, 131, 0.3);
  }

  .hero-trust span:hover,
  .quality-list div:hover,
  .timeline article:hover {
    transform: translateY(-3px);
    border-color: rgba(21, 153, 223, 0.28);
    background: rgba(255, 255, 255, 0.82);
  }

  .benefit-grid article:hover {
    border-color: rgba(21, 153, 223, 0.28);
    box-shadow: 0 22px 48px rgba(9, 42, 77, 0.12);
    transform: translateY(-5px);
  }

  .benefit-grid article:hover::after {
    opacity: 1;
  }
}

@media (min-width: 680px) {
  .brand {
    max-width: 238px;
  }

  .brand-logo {
    width: 210px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-content {
    min-height: 650px;
  }

  .hero-cta-row {
    flex-direction: row;
  }

  .hero-cta-row .btn {
    flex: 1;
  }

  .hero-trust {
    grid-template-columns: repeat(3, 1fr);
  }

  .order-strip {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

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

  .quality {
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: center;
  }

  .coverage-map {
    grid-template-columns: minmax(360px, 1.1fr) minmax(300px, 0.75fr);
    align-items: center;
    min-height: 560px;
    padding: 18px;
  }

  .map-live-card {
    min-height: 520px;
  }

  .footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .site-shell {
    padding-bottom: 0;
  }

  .sticky-contact {
    top: 50%;
    right: 18px;
    bottom: auto;
    left: auto;
    width: 164px;
    grid-template-columns: 1fr;
    transform: translateY(-50%);
  }

  .hero-content {
    margin-left: max(24px, calc((100vw - 1120px) / 2));
  }

  .hero h1 {
    max-width: 13ch;
  }

  .footer {
    padding-bottom: 36px;
  }
}

@media (max-width: 420px) {
  .topbar {
    padding-inline: 12px;
  }

  .brand {
    max-width: calc(100vw - 172px);
  }

  .brand-logo {
    width: 176px;
  }

  .brand small {
    margin-left: 54px;
    font-size: 0.66rem;
  }

  .hero {
    min-height: calc(100svh - 78px);
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .hero-content {
    min-height: calc(100svh - 142px);
    max-width: 100%;
    gap: 12px;
  }

  .hero-copy {
    width: min(45vw, 176px);
    max-width: 176px;
    gap: 10px;
  }

  .service-chip {
    max-width: 100%;
    padding: 7px 8px;
    font-size: 0.61rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.46rem, 6.7vw, 1.68rem);
    line-height: 0.98;
  }

  .hero-lead {
    max-width: 10.8rem;
    font-size: 0.84rem;
    line-height: 1.3;
  }

  .hero-badges {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    max-width: 176px;
    gap: 5px;
  }

  .hero-badges span {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 0.68rem;
  }

  .hero-actions {
    width: 100%;
    gap: 7px;
  }

  .hero .hero-cta-row {
    padding: 7px;
  }

  .section-heading h2,
  .quality h2,
  .coverage h2,
  .final-cta h2 {
    font-size: clamp(1.48rem, 6.4vw, 1.9rem);
    line-height: 1;
  }

  .hero-trust span {
    min-height: 40px;
  }
}

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

@keyframes waterDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-36px, 0, 0);
  }
}

@keyframes buttonCurrent {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes waveSlide {
  from {
    transform: translateY(0) skewY(4deg);
  }
  to {
    transform: translateY(18px) skewY(2deg);
  }
}

@keyframes stream {
  from {
    transform: translateX(-8%) rotate(-10deg);
  }
  to {
    transform: translateX(8%) rotate(-10deg);
  }
}

@keyframes mapFloat {
  from {
    transform: rotateX(12deg) rotateY(-16deg) translateY(0);
  }
  to {
    transform: rotateX(18deg) rotateY(18deg) translateY(-10px);
  }
}

@keyframes pulseRadius {
  0%,
  100% {
    opacity: 0.84;
    transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-10deg) scale(0.96);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-10deg) scale(1.04);
  }
}
