@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/manrope-cyrillic-400.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/manrope-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/manrope-cyrillic-500.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/manrope-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/manrope-cyrillic-600.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/manrope-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/manrope-cyrillic-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/manrope-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/manrope-cyrillic-800.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/manrope-latin-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --blue: #2563eb;
  --blue-deep: #1d4ed8;
  --blue-soft: #eff4ff;
  --blue-glow: #60a5fa;
  --dark: #1e293b;
  --hero-dark: #0f172a;
  --text: #111827;
  --muted: #6b7280;
  --muted-2: #4b5563;
  --label: #8a93a3;
  --line: #e5e7eb;
  --card: #f3f4f6;
  --white: #ffffff;
  --radius: 14px;
  --radius-pill: 999px;
  --max: 1080px;
  --font: Manrope, "Segoe UI", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
li,
summary {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 0 0 0.75rem;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.75rem, 6vw, 4.5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 18ch;
}

h3 {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 1rem;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.label {
  margin: 0 0 0.75rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--label);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.logo-mark {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: block;
}

.nav {
  display: flex;
  gap: 1.35rem;
  margin-left: auto;
  font-size: 1.02rem;
  color: var(--muted-2);
  font-weight: 600;
}

.nav a:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  margin: 6px 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.8rem 1.45rem;
  border-radius: var(--radius-pill);
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  font-size: 1.02rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-sm {
  min-height: 42px;
  padding: 0.5rem 1.15rem;
  font-size: 0.95rem;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--dark);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.btn-shimmer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 18%,
    rgba(255, 255, 255, 0.45) 42%,
    rgba(96, 165, 250, 0.55) 52%,
    transparent 72%
  );
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.btn-shimmer:hover::before {
  transform: translateX(120%);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--blue-glow), var(--blue), var(--blue-deep));
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
}

.btn-light:hover,
.btn-ghost:hover {
  background: linear-gradient(135deg, var(--blue-glow), var(--blue), var(--blue-deep));
  color: var(--white);
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}

/* Hero — Direct style */
.hero {
  position: relative;
  min-height: min(92vh, 760px);
  display: flex;
  align-items: stretch;
  background: var(--hero-dark);
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.94) 0%,
      rgba(15, 23, 42, 0.82) 22%,
      rgba(15, 23, 42, 0.45) 42%,
      rgba(15, 23, 42, 0.12) 58%,
      transparent 72%
    ),
    linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, transparent 35%, rgba(15, 23, 42, 0.2) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
  padding: 5.5rem 0 4.5rem;
}

.hero-copy {
  max-width: 28rem;
  text-align: left;
}

.hero-brand {
  margin: 0 0 1.1rem;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #93c5fd;
}

.hero h1 {
  margin: 0 0 1rem;
  color: var(--white);
}

.hero-lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
  max-width: 30ch;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Channels / tabs */
.channels {
  background: var(--blue);
  color: var(--white);
  padding: 4.5rem 0;
}

.channels-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) 1.3fr;
  gap: 2rem;
  align-items: start;
}

.channels h2 {
  color: var(--white);
  max-width: 12ch;
  margin-bottom: 1.5rem;
}

.channel-tabs {
  display: grid;
  gap: 0.55rem;
}

.channel-tab {
  text-align: left;
  border: 0;
  border-radius: var(--radius-pill);
  padding: 0.95rem 1.2rem;
  background: rgba(17, 24, 39, 0.28);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.channel-tab:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(2px);
}

.channel-tab.is-active {
  background: var(--white);
  color: var(--dark);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(147, 197, 253, 0.7);
}

.channels-panels {
  min-height: 280px;
}

.channel-panel {
  display: none;
  grid-template-columns: 1fr 1.1fr;
  gap: 1rem;
}

.channel-panel.is-active {
  display: grid;
  animation: panelIn 0.35s ease;
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.channel-card,
.channel-visual {
  background: var(--white);
  color: var(--text);
  border-radius: 28px;
  padding: 1.5rem 1.4rem;
}

.channel-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--blue-soft);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  position: relative;
}

.channel-icon::before {
  content: "";
  display: block;
  background: var(--blue);
}

.channel-icon--pin::before {
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.channel-icon--people::before {
  width: 22px;
  height: 12px;
  border-radius: 10px 10px 4px 4px;
  box-shadow: -8px -6px 0 -2px var(--blue), 8px -6px 0 -2px var(--blue);
}

.channel-icon--sport::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--blue);
  background: transparent;
  border: 2px solid var(--blue);
}

.channel-icon--phone::before,
.channel-icon--phone::after {
  display: none;
}

.channel-icon--phone svg {
  display: block;
}

.channel-icon--loop::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid var(--blue);
  border-top-color: transparent;
  transform: rotate(45deg);
}

.channel-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.35rem;
}

.channel-card p,
.channel-visual li {
  margin: 0;
  color: var(--muted-2);
  font-size: 1.08rem;
}

.channel-visual-title {
  margin: 0 0 0.85rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.channel-visual ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.channel-visual li {
  position: relative;
  padding-left: 1rem;
}

.channel-visual li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

/* Counter */
.counter-section {
  position: relative;
  padding: 5.5rem 0 5rem;
  background: var(--white);
  overflow: hidden;
}

.counter-band {
  position: absolute;
  left: 0;
  right: 0;
  height: 56px;
}

.counter-band--blue {
  top: 0;
  background: var(--blue);
  border-radius: 0 0 40% 40% / 0 0 100% 100%;
}

.counter-band--soft {
  bottom: 0;
  background: var(--blue-soft);
  border-radius: 40% 40% 0 0 / 100% 100% 0 0;
}

.counter-inner {
  position: relative;
  z-index: 1;
  text-align: left;
}

.counter-heading {
  max-width: 18ch;
  margin-bottom: 2rem;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.counter-stat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.4rem 1.1rem;
  text-align: left;
}

.counter-stat-value {
  color: var(--blue);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.counter-stat-label {
  color: var(--muted-2);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

.odometer {
  display: inline-flex;
  align-items: center;
  gap: 0.06em;
  vertical-align: baseline;
}

.odo-digit {
  display: inline-block;
  height: 1.15em;
  overflow: hidden;
  position: relative;
  width: 0.62em;
}

.odo-digit.is-space {
  width: 0.28em;
}

.odo-suffix {
  display: inline-block;
  margin-left: 0.05em;
}

.odo-reel {
  display: block;
  transition: transform 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.odo-reel span {
  display: block;
  height: 1.15em;
  line-height: 1.15em;
  text-align: center;
}

/* Benefits / flip cards */
.benefits {
  background: var(--blue);
  padding: 4.5rem 0 5rem;
  color: var(--white);
  overflow: hidden;
}

.label-on-blue {
  color: rgba(255, 255, 255, 0.65);
}

.benefits-intro {
  margin-bottom: 1.75rem;
  transition: opacity 0.45s ease, transform 0.55s ease;
}

.benefits-title {
  max-width: 16ch;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
}

.benefits.is-split .benefits-intro {
  opacity: 0.55;
  transform: translateY(-6px);
}

.flip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.flip-card {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  perspective: 1200px;
  min-height: 300px;
  font: inherit;
  text-align: left;
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.benefits.is-split .flip-card {
  opacity: 1;
  transform: none;
}

.benefits.is-split .flip-card:nth-child(1) { transition-delay: 0.05s; }
.benefits.is-split .flip-card:nth-child(2) { transition-delay: 0.14s; }
.benefits.is-split .flip-card:nth-child(3) { transition-delay: 0.23s; }
.benefits.is-split .flip-card:nth-child(4) { transition-delay: 0.32s; }

.flip-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.flip-card:hover .flip-inner,
.flip-card.is-flipped .flip-inner,
.flip-card:focus-visible .flip-inner {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-front {
  background: var(--dark);
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.flip-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1.25rem 1.15rem;
  color: var(--white);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.78) 55%);
}

.flip-back {
  background: var(--dark);
  color: var(--white);
  transform: rotateY(180deg);
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
}

.flip-back-title {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.flip-back-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 600;
  max-width: 28ch;
}

/* Shared sections */
.section {
  padding: 5rem 0;
}

.section-muted {
  background: #fafafa;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section h2 {
  margin-bottom: 1.5rem;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.step p {
  margin: 0.15rem 0 0;
  font-weight: 700;
  font-size: 1.08rem;
}

.step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
}

.review-card--chat {
  padding: 0.85rem 0.85rem 1.15rem;
  display: flex;
  flex-direction: column;
}

.chat-mock {
  margin: 0 0 1rem;
  padding: 1.1rem 0.95rem;
  min-height: 150px;
  border-radius: 14px;
  background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  justify-content: flex-end;
}

.chat-bubble {
  align-self: flex-start;
  max-width: 92%;
  padding: 0.7rem 0.85rem;
  border-radius: 16px 16px 16px 5px;
  background: #243447;
  color: #f3f4f6;
  font-size: 0.9rem;
  line-height: 1.45;
}

.review-name {
  margin: 0 0 0.3rem;
  font-weight: 700;
}

.review-city {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.caption {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.price-card {
  border: 2px solid var(--blue);
  border-radius: 24px;
  padding: 2.25rem 1.75rem;
  text-align: left;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
  max-width: 520px;
}

.price-value {
  color: var(--blue);
  font-size: clamp(3.2rem, 8vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.price-desc {
  margin: 0 0 0.35rem;
  font-weight: 700;
  font-size: 1.2rem;
}

.price-note {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: none;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 0.2rem 1.15rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.12rem;
  padding: 1.15rem 1.75rem 1.15rem 0;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 1.1rem;
  color: var(--muted-2);
  font-size: 1.05rem;
  max-width: 62ch;
}

.section-cta {
  padding-bottom: 5.5rem;
}

.cta-name {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.cta-text {
  color: var(--muted-2);
  max-width: 48ch;
  margin-bottom: 1.5rem;
  font-size: 1.08rem;
}

.contact-form-wrap {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  max-width: 480px;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted-2);
}

.field input {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(65, 134, 245, 0.18);
}

.form-status {
  margin: 0;
  font-size: 0.92rem;
}

.form-status.is-ok {
  color: #047857;
}

.form-status.is-error {
  color: #b91c1c;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.35rem 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.mobile-cta {
  display: none;
}

@media (max-width: 900px) {
  .channels-layout,
  .channel-panel.is-active {
    grid-template-columns: 1fr;
  }

  .flip-grid,
  .review-grid,
  .counter-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .nav,
  .header-inner > .btn-sm {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-header.is-open .nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 1rem 1.25rem 1.25rem;
    gap: 0.85rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.78) 0%,
        rgba(15, 23, 42, 0.55) 45%,
        rgba(15, 23, 42, 0.35) 100%
      );
  }

  .hero-media img {
    object-position: center 28%;
  }

  .hero-inner {
    padding: 3.5rem 0 3rem;
    align-items: flex-end;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-lead {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .mobile-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 0.7rem 0.9rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    transform: translateY(110%);
    transition: transform 0.25s ease;
  }

  .mobile-cta.is-visible {
    transform: translateY(0);
  }

  .mobile-cta.is-hidden-near-contact {
    transform: translateY(110%);
  }

  .mobile-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: var(--radius-pill);
    background: var(--blue);
    color: var(--white);
    font-weight: 800;
    font-size: 1.05rem;
    position: relative;
    overflow: hidden;
  }

  body {
    padding-bottom: 5.25rem;
  }

  .container {
    width: min(100% - 2rem, var(--max));
  }

  .channels,
  .benefits,
  .section {
    padding: 3rem 0;
  }

  .counter-section {
    padding: 4.25rem 0 3.75rem;
  }

  .counter-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 2.7rem);
  }

  h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.1rem);
    max-width: none;
  }

  .flip-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .flip-card,
  .flip-inner {
    min-height: 240px;
  }

  .hero-actions,
  .footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
}
