@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/inter-var-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/inter-var-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/inter-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/inter-var-latin.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 {
  --paper: #fcfbf9;
  --soft: #f5f3ee;
  --card: #ffffff;
  --ink: #14202e;
  --muted: #5c6a7a;
  --line: #e8e5de;
  --line-cool: #e3eaf1;
  --tint: #f3f8fc;
  --blue: #1f8fd4;
  --blue-deep: #0f6cab;
  --blue-ink: #0d5c91;
  --blue-soft: #d9ecfa;
  --amber-ink: #9a5b07;
  --amber-soft: #fcf0df;
  --green-ink: #176b2c;
  --green-soft: #e2f4e5;
  --green-dot: #2da44e;
  --red-ink: #ad2e24;
  --red-soft: #fdeae7;
  --navy: #0c1521;
  --navy-card: #131f2e;
  --navy-ink: #9db0c3;
  --grad: linear-gradient(135deg, #1787c9, #0d63a2);
  --radius: 20px;
  --shadow-card: 0 1px 2px rgba(20, 32, 46, 0.05), 0 14px 36px -18px rgba(20, 32, 46, 0.14);
  --shadow-pop: 0 2px 6px rgba(20, 32, 46, 0.06), 0 20px 44px -20px rgba(20, 32, 46, 0.24);
  --shadow-btn: 0 1px 2px rgba(13, 92, 145, 0.3), 0 10px 24px -10px rgba(15, 108, 171, 0.5);
  --ease: cubic-bezier(0.16, 0.7, 0.3, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--blue-ink);
  text-decoration: none;
}

p a,
.faq a,
.price-list a {
  text-decoration: underline;
  text-decoration-color: rgba(15, 108, 171, 0.35);
  text-underline-offset: 3px;
}

p a:hover,
.faq a:hover,
.price-list a:hover {
  text-decoration-color: var(--blue-deep);
}

:focus-visible {
  outline: 2px solid var(--blue-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection {
  background: #cdeafc;
}

section[id] {
  scroll-margin-top: 84px;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

html.reveal [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease) var(--d, 0s), transform 0.7s var(--ease) var(--d, 0s);
}

html.reveal [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-ink);
  margin-bottom: 18px;
}

.eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  flex: none;
}

.eyebrow--light {
  color: #7cc8f2;
}

.sec-head {
  margin-bottom: 56px;
}

.sec-title {
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
  font-weight: 800;
  max-width: 24ch;
  text-wrap: balance;
}

.sec-lead {
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 36rem;
  margin-top: 16px;
}

.sec-head--split {
  display: grid;
  gap: 18px 56px;
  align-items: end;
}

.sec-head--split .sec-lead {
  margin-top: 0;
  margin-bottom: 6px;
}

.sec-head--center {
  text-align: center;
}

.sec-head--center .eyebrow {
  justify-content: center;
}

.sec-head--center .eyebrow::before {
  display: none;
}

.sec-head--center .sec-title,
.sec-head--center .sec-lead {
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
}

.section-lead {
  text-align: center;
  color: var(--muted);
  max-width: 38rem;
  margin: 0 auto 52px;
}

.section-title + .grid,
.section-title + .steps,
.section-title + .bento {
  margin-top: 52px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 650;
  padding: 4px 11px;
  border-radius: 999px;
  white-space: nowrap;
}

.chip--warn {
  background: var(--amber-soft);
  color: var(--amber-ink);
}

.chip--bad {
  background: var(--red-soft);
  color: var(--red-ink);
}

.chip--blue {
  background: var(--blue-soft);
  color: var(--blue-ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--grad);
  color: #fff;
  font-weight: 650;
  font-size: 1.02rem;
  padding: 15px 28px;
  border-radius: 14px;
  box-shadow: var(--shadow-btn);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.07);
  box-shadow: 0 1px 2px rgba(13, 92, 145, 0.3), 0 14px 30px -10px rgba(15, 108, 171, 0.6);
}

.btn:active {
  transform: translateY(0);
}

.btn svg {
  width: 20px;
  height: 20px;
  flex: none;
}

.btn--small {
  font-size: 0.88rem;
  padding: 9px 16px;
  border-radius: 11px;
  box-shadow: none;
}

.btn--small svg {
  width: 16px;
  height: 16px;
}

.btn--ghost {
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 1px 2px rgba(20, 32, 46, 0.05);
}

.btn--ghost:hover {
  filter: none;
  border-color: #d4d0c7;
  box-shadow: 0 4px 12px -4px rgba(20, 32, 46, 0.12);
}

.btn--inverse {
  background: #fff;
  color: var(--blue-deep);
  box-shadow: 0 12px 30px -10px rgba(5, 32, 51, 0.55);
}

.btn--inverse:hover {
  filter: none;
  box-shadow: 0 16px 36px -12px rgba(5, 32, 51, 0.65);
}

.btn--wide {
  width: 100%;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(252, 251, 249, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20, 32, 46, 0.07);
}

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

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
  font-size: 1.12rem;
  letter-spacing: -0.015em;
}

.logo img {
  height: 27px;
  width: auto;
}

.nav {
  display: none;
  gap: 26px;
  font-size: 0.92rem;
  font-weight: 550;
}

.nav a {
  color: var(--muted);
  transition: color 0.15s ease;
}

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

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  font-size: 0.78rem;
  font-weight: 650;
  background: var(--card);
}

.lang a,
.lang span {
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--muted);
}

.lang a:hover {
  color: var(--ink);
}

.lang span {
  background: var(--soft);
  color: var(--ink);
}

.hero {
  position: relative;
  padding: 136px 0 64px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -320px;
  right: -220px;
  width: 860px;
  height: 860px;
  background: radial-gradient(circle, rgba(31, 143, 212, 0.12), transparent 62%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -340px;
  left: -260px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(228, 160, 70, 0.09), transparent 62%);
  pointer-events: none;
}

.hero-bird {
  display: none;
  position: absolute;
  top: -60px;
  right: -70px;
  height: 115%;
  width: auto;
  opacity: 0.05;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px 7px 11px;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--muted);
  box-shadow: 0 1px 2px rgba(20, 32, 46, 0.05);
  margin-bottom: 26px;
}

.hero-eyebrow img {
  height: 18px;
  width: auto;
}

.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin-bottom: 24px;
  text-wrap: balance;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, #2aabee, #0f6cab);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: 1.13rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 31rem;
  margin-bottom: 34px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}

.link-how {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 650;
  font-size: 0.98rem;
  color: var(--blue-ink);
  padding: 14px 4px;
}

.link-how svg {
  width: 17px;
  height: 17px;
  flex: none;
  transition: transform 0.2s var(--ease);
}

.link-how:hover svg {
  transform: translateY(3px);
}

.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 22px;
  font-size: 0.88rem;
  font-weight: 550;
  color: var(--muted);
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.hero-points svg {
  width: 15px;
  height: 15px;
  color: var(--green-dot);
  flex: none;
}

.cta-note {
  margin-top: 14px;
  font-size: 0.86rem;
  color: var(--muted);
}

.hero-phones {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 26px 0 30px;
}

.hero-phones::before {
  content: '';
  position: absolute;
  inset: 0 -40px 0 -40px;
  background-image: radial-gradient(rgba(20, 32, 46, 0.2) 1px, transparent 1.4px);
  background-size: 21px 21px;
  -webkit-mask-image: radial-gradient(ellipse 62% 48% at 50% 46%, #000 35%, transparent 75%);
  mask-image: radial-gradient(ellipse 62% 48% at 50% 46%, #000 35%, transparent 75%);
  pointer-events: none;
}

.hero-phones .phone--front {
  position: relative;
  z-index: 2;
}

.hero-phones .phone--back {
  display: none;
}

.phone {
  width: min(288px, 76vw);
  background: #0e141b;
  border-radius: 46px;
  padding: 10px;
  box-shadow:
    0 2px 5px rgba(13, 25, 38, 0.18),
    0 30px 60px -22px rgba(13, 35, 54, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  flex: none;
}

.phone-screen {
  position: relative;
  border-radius: 37px;
  overflow: hidden;
  background: #fff;
}

.phone-screen::before {
  content: '';
  display: block;
  height: 36px;
}

.phone-screen::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 21px;
  border-radius: 11px;
  background: #0e141b;
}

.phone--dark .phone-screen {
  background: #212d3b;
}

.fchip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px) saturate(1.5);
  -webkit-backdrop-filter: blur(10px) saturate(1.5);
  border: 1px solid rgba(20, 32, 46, 0.08);
  border-radius: 15px;
  padding: 10px 16px 10px 11px;
  box-shadow: var(--shadow-pop);
}

.fchip-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.fchip-icon svg {
  width: 18px;
  height: 18px;
}

.fchip-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.fchip-text strong {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.fchip-text span {
  font-size: 0.76rem;
  color: var(--muted);
  white-space: nowrap;
}

.fcard {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: -20px;
  width: 188px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px) saturate(1.5);
  -webkit-backdrop-filter: blur(10px) saturate(1.5);
  border: 1px solid rgba(20, 32, 46, 0.08);
  border-radius: 15px;
  padding: 13px 15px;
  box-shadow: var(--shadow-pop);
}

.fcard-title {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.fcard-title span {
  display: block;
}

.fcard-meta {
  font-size: 0.75rem;
  color: var(--muted);
  white-space: nowrap;
}

.fcard .bar {
  height: 6px;
}

.bar--low i {
  width: 30%;
  background: linear-gradient(90deg, #e8a13e, #d97f28);
}

.fchip--done .fchip-icon {
  background: var(--green-soft);
  color: var(--green-ink);
}

.fchip--done {
  bottom: 148px;
  right: -26px;
}

.fpass {
  display: none;
}

.audience {
  border-top: 1px solid var(--line);
  padding: 64px 0 70px;
}

.audience .sec-head {
  margin-bottom: 32px;
}

.audience-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  max-width: 720px;
  margin: 0 auto;
}

.audience-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 550;
  color: var(--muted);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 16px;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.adot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--c, var(--blue));
  flex: none;
}

.audience-chips li:hover {
  color: var(--ink);
  border-color: #d4d0c7;
}

.section {
  padding: 88px 0;
}

.section--soft {
  background: var(--soft);
}

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

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-pop);
}

.card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--blue-soft);
  color: var(--blue-ink);
  margin-bottom: 18px;
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.pain-demo {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--tint);
  border: 1px solid var(--line-cool);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 22px;
  min-height: 72px;
}

.pain-demo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  min-width: 0;
  flex: 1;
}

.pain-demo-text strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.pain-demo-text span {
  font-size: 0.8rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pain-bubble {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line-cool);
  border-radius: 13px 13px 13px 4px;
  padding: 8px 13px;
  font-size: 0.85rem;
  color: var(--muted);
  box-shadow: 0 1px 2px rgba(20, 32, 46, 0.05);
}

.pain-demo--bar {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.bar-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.82rem;
  color: var(--muted);
}

.bar-row strong {
  color: var(--red-ink);
  font-weight: 700;
}

.bar {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: #e4ebf2;
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--blue);
  width: 60%;
}

.bar--over i {
  width: 100%;
  background: linear-gradient(90deg, #e2774d, #cb3f33);
}

.dava {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue-ink);
  font-size: 0.82rem;
  font-weight: 700;
  flex: none;
}

.steps {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr);
}

.step-visual {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 0.94;
  background: var(--tint);
  box-shadow: var(--shadow-card);
}

.step-visual--shot::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 64px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96));
  pointer-events: none;
}

.step-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.step-num {
  display: block;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #2aabee, #0f6cab);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 16px;
}

.step h3 {
  margin-top: 22px;
}

.step h3 {
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.step p {
  color: var(--muted);
  font-size: 0.95rem;
}

.chat {
  height: 100%;
  background: linear-gradient(160deg, #d9eefc, #cfe6f5 60%, #d6ecf3);
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.94);
  margin: 0 -16px 8px;
  padding: 12px 16px;
  box-shadow: 0 1px 1px rgba(20, 32, 46, 0.06);
}

.chat-head img {
  height: 30px;
  width: auto;
}

.chat-head-name {
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
}

.chat-head-status {
  display: block;
  font-weight: 400;
  font-size: 0.78rem;
  color: var(--muted);
}

.chat-msg {
  max-width: 82%;
  border-radius: 16px;
  padding: 10px 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  box-shadow: 0 1px 1px rgba(20, 32, 46, 0.08);
}

.chat-msg--user {
  align-self: flex-end;
  background: #effdde;
  border-bottom-right-radius: 5px;
}

.chat-msg--bot {
  align-self: flex-start;
  background: #fff;
  border-bottom-left-radius: 5px;
  width: 82%;
}

.chat-bot-name {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--blue-ink);
  margin-bottom: 2px;
}

.chat-msg--bot p {
  color: var(--ink);
}

.chat-btn {
  display: block;
  margin-top: 10px;
  text-align: center;
  background: rgba(31, 143, 212, 0.12);
  color: var(--blue-ink);
  font-weight: 650;
  font-size: 0.9rem;
  border-radius: 10px;
  padding: 9px 0;
}

.chat-input {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.88rem;
  color: #97a6b4;
  box-shadow: 0 1px 1px rgba(20, 32, 46, 0.08);
}

.chat-input span {
  flex: 1;
}

.chat-input svg {
  width: 19px;
  height: 19px;
  flex: none;
  color: #a8b6c3;
}

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

.bcard {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.bcard:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-pop);
}

.bcard h3 {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 7px;
}

.bcard p {
  color: var(--muted);
  font-size: 0.95rem;
}

.bcard .demo {
  flex: 1;
}

.demo {
  background: var(--tint);
  border: 1px solid var(--line-cool);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 22px;
}

.demo--list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
}

.dhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px 6px;
}

.dhead strong {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.dhead span {
  font-size: 0.8rem;
  font-weight: 650;
  color: var(--blue-deep);
}

.drow {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  border-radius: 11px;
  padding: 8px 12px;
}

.dbox {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid #c3d2df;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: none;
}

.dbox--on {
  background: var(--blue);
  border-color: var(--blue);
}

.dbox svg {
  width: 12px;
  height: 12px;
}

.drow .dava {
  width: 32px;
  height: 32px;
  font-size: 0.74rem;
}

.dname {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  min-width: 0;
  flex: 1;
}

.dname small {
  font-size: 0.76rem;
  font-weight: 450;
  color: var(--muted);
}

.dname small.t-warn {
  color: var(--amber-ink);
}

.dpill {
  min-width: 28px;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--blue-ink);
  background: var(--blue-soft);
  border-radius: 999px;
  padding: 3px 9px;
  flex: none;
}

.dpill--mute {
  color: var(--muted);
  background: #edf0f3;
}

.dactions {
  margin-top: auto;
  display: flex;
  border-radius: 11px;
  overflow: hidden;
}

.dcancel,
.dmark {
  flex: 1;
  text-align: center;
  padding: 9px 0;
  font-size: 0.84rem;
  font-weight: 650;
}

.dcancel {
  background: #fff;
  color: var(--blue-deep);
}

.dmark {
  background: var(--blue);
  color: #fff;
}

.demo--status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.demo--status .bar-row {
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
}

.demo--status .bar-row strong {
  color: var(--ink);
  font-weight: 700;
}

.demo--status .bar {
  width: 100%;
}

.bar--mid i {
  width: 70%;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 650;
  padding: 6px 13px;
  border-radius: 999px;
}

.status i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  flex: none;
}

.status--ok {
  background: var(--green-soft);
  color: var(--green-ink);
}

.status--warn {
  background: var(--amber-soft);
  color: var(--amber-ink);
}

.status--bad {
  background: var(--red-soft);
  color: var(--red-ink);
}

.demo--kinds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}

.kchip {
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--blue-ink);
  background: #fff;
  border: 1px solid rgba(31, 143, 212, 0.3);
  border-radius: 999px;
  padding: 5px 13px;
  white-space: nowrap;
}

.demo--tpl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}

.trow {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line-cool);
  border-radius: 11px;
  padding: 9px 13px;
  line-height: 1.35;
}

.trow strong {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.trow small {
  font-size: 0.76rem;
  color: var(--muted);
}

.demo--filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-content: flex-start;
}

.filter {
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line-cool);
  border-radius: 999px;
  padding: 5px 13px;
  white-space: nowrap;
}

.filter--on {
  background: var(--blue-deep);
  border-color: var(--blue-deep);
  color: #fff;
}

.demo--hist {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 0.85rem;
  font-weight: 550;
  color: var(--ink);
}

.demo--hist::before {
  content: '';
  position: absolute;
  left: 19.5px;
  top: 26px;
  height: 66px;
  width: 2px;
  border-radius: 2px;
  background: #d9e3ec;
}

.hrow {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  flex: none;
}

.dot--ok {
  background: var(--green-dot);
  box-shadow: 0 0 0 3px rgba(45, 164, 78, 0.18);
}

.dot--queue {
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 143, 212, 0.18);
}

.dot--off {
  background: #b6c2cd;
  box-shadow: 0 0 0 3px rgba(182, 194, 205, 0.22);
}

.section--dark {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section--dark::before {
  content: '';
  position: absolute;
  top: -280px;
  left: -160px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(31, 143, 212, 0.16), transparent 62%);
  pointer-events: none;
}

.section--dark .sec-title,
.section--dark .section-title {
  color: #fff;
}

.section--dark .section-title {
  text-align: left;
}

.dark-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

.dark-points {
  display: grid;
  gap: 14px;
  margin-top: 40px;
}

.dark-point {
  display: flex;
  gap: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px 22px;
}

.dark-point-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(124, 200, 242, 0.13);
  color: #7cc8f2;
}

.dark-point-icon svg {
  width: 22px;
  height: 22px;
}

.dark-point h3 {
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}

.dark-point p {
  color: var(--navy-ink);
  font-size: 0.94rem;
}

.dark-phone {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.section--dark .phone {
  background: #1a2634;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.4),
    0 34px 64px -24px rgba(0, 0, 0, 0.65),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.section--dark .phone-screen::after {
  background: #1a2634;
}

.section--pricing {
  position: relative;
  overflow: hidden;
}

.section--pricing::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(31, 143, 212, 0.09), transparent 62%);
  pointer-events: none;
}

.price-wrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.price-pill {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: var(--grad);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 18px -8px rgba(13, 92, 145, 0.6);
}

.price-panel {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-pop);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.price-panel::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--grad);
}

.price-main {
  padding: 40px 34px 34px;
}

.price-main .chip {
  margin-bottom: 22px;
}

.price-big {
  font-size: clamp(2.7rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.price-big span {
  display: block;
  margin-top: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0;
}

.price-after {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 18px 0 26px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
}

.price-after strong {
  color: var(--ink);
  font-weight: 700;
}

.price-main .cta-note {
  text-align: center;
}

.price-side {
  background: var(--tint);
  border-top: 1px solid var(--line-cool);
  padding: 34px;
}

.price-side-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}

.price-list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.price-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.95rem;
}

.price-list svg {
  flex: none;
  width: 19px;
  height: 19px;
  color: var(--green-dot);
  margin-top: 3px;
}

.pricing-card {
  max-width: 430px;
  margin: 52px auto 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 40px 36px;
  box-shadow: var(--shadow-pop);
  text-align: center;
  position: relative;
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 16px;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-plan {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.pricing-price {
  font-size: 3.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pricing-price span {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0;
}

.pricing-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 14px 0 26px;
}

.pricing-list {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: grid;
  gap: 12px;
}

.pricing-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.97rem;
}

.pricing-list svg {
  flex: none;
  width: 20px;
  height: 20px;
  color: var(--green-dot);
  margin-top: 3px;
}

.pricing-card .btn {
  width: 100%;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.faq-intro .sec-title {
  margin-bottom: 14px;
}

.faq-intro-note {
  color: var(--muted);
  font-size: 0.97rem;
  max-width: 26rem;
}

.fchip-icon--blue {
  background: var(--blue-soft);
  color: var(--blue-ink);
}

.faq-card {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 10px 18px 10px 11px;
  box-shadow: 0 1px 2px rgba(20, 32, 46, 0.05);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}

.faq-card:hover {
  transform: translateY(-2px);
  border-color: #d4d0c7;
  box-shadow: var(--shadow-card);
}

.faq-card .fchip-text strong {
  color: var(--ink);
}

.faq {
  max-width: 760px;
  margin: 0 auto;
}

.faq-grid .faq {
  margin: 0;
  max-width: none;
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq details:first-child {
  border-top: 1px solid var(--line);
}

.faq summary {
  font-weight: 650;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 19px 2px;
  transition: color 0.15s ease;
}

.faq summary:hover {
  color: var(--blue-deep);
}

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

.faq summary::after {
  content: '';
  width: 27px;
  height: 27px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    linear-gradient(var(--blue-deep), var(--blue-deep)) center / 11px 1.6px no-repeat,
    linear-gradient(var(--blue-deep), var(--blue-deep)) center / 1.6px 11px no-repeat,
    var(--card);
  transition: transform 0.2s ease;
  flex: none;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  color: var(--muted);
  padding: 0 40px 20px 2px;
  font-size: 0.95rem;
}

.final {
  background: linear-gradient(150deg, #1787c9, #0d5c91 58%, #0b4b78);
  color: #fff;
  text-align: center;
  padding: 104px 0;
  position: relative;
  overflow: hidden;
}

.final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 55% at 50% -12%, rgba(255, 255, 255, 0.17), transparent 62%),
    radial-gradient(ellipse 45% 60% at 8% 112%, rgba(42, 171, 238, 0.4), transparent 60%);
  pointer-events: none;
}

.final::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.07;
  pointer-events: none;
}

.final-bird {
  position: absolute;
  right: -40px;
  bottom: -120px;
  height: 135%;
  width: auto;
  opacity: 0.1;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.final .container {
  position: relative;
}

.final h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  letter-spacing: -0.028em;
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 18px;
}

.final p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 34rem;
  margin: 0 auto 34px;
}

.final p.final-note {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 44px auto 0;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 44px 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.88rem;
  color: var(--muted);
}

.footer-brand p {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-copy {
  color: var(--muted);
}

.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 130px 24px 80px;
}

.legal h1 {
  font-size: 2rem;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}

.legal .updated {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 36px;
}

.legal h2 {
  font-size: 1.25rem;
  margin: 32px 0 10px;
}

.legal p,
.legal li {
  color: var(--muted);
}

.legal ul {
  padding-left: 22px;
  margin: 10px 0;
}

@media (min-width: 640px) {
  .grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .bcard--tap {
    grid-column: 1 / -1;
  }

  .bcard--hist {
    grid-column: 1 / -1;
  }

  .bcard--hist .demo--hist {
    flex-direction: row;
    gap: 22px;
  }

  .bcard--hist .demo--hist::before {
    display: none;
  }

  .sec-head--split {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .price-panel {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .price-side {
    border-top: 0;
    border-left: 1px solid var(--line-cool);
  }
}

@media (min-width: 920px) {
  .section {
    padding: 116px 0;
  }

  .sec-head {
    margin-bottom: 64px;
  }

  .hero {
    padding: 168px 0 96px;
  }

  .hero-inner {
    grid-template-columns: 1.04fr 0.96fr;
    gap: 40px;
  }

  .hero-phones {
    margin: 0 0 0 auto;
    padding-right: 158px;
  }

  .hero-phones .phone--back {
    display: block;
    position: absolute;
    left: 58%;
    top: 64px;
    transform: rotate(5deg);
    transform-origin: top left;
    z-index: 1;
  }

  .hero-phones .phone--back .phone-screen::after {
    content: none;
  }

  .fcard {
    top: 158px;
    left: -84px;
  }

  .fchip--done {
    bottom: 132px;
    right: 44px;
  }

  .nav {
    display: flex;
  }

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

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

  .bcard,
  .bcard--hist {
    grid-column: span 3;
  }

  .bcard--tap {
    grid-column: span 7;
  }

  .bcard--tap + .bcard {
    grid-column: span 5;
  }

  .bcard--hist .demo--hist {
    flex-direction: column;
    gap: 11px;
  }

  .bcard--hist .demo--hist::before {
    display: block;
  }

  .dark-inner {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 72px;
  }

  .faq-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 72px;
  }

  .faq-intro {
    position: sticky;
    top: 110px;
    align-self: start;
  }
}

@media (max-width: 919px) {
  .sec-lead {
    max-width: 34rem;
  }

  .hero-inner > * {
    min-width: 0;
  }

  .hero-phones {
    width: min(100%, 420px);
    margin: 0 auto;
    padding: 26px 0 30px;
  }

  .hero-phones .phone--front {
    width: min(288px, 76vw);
    margin-right: auto;
  }

  .fcard {
    display: none;
  }

  .fpass {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    z-index: 3;
    top: min(164px, 42vw);
    right: max(-12px, -3vw);
    width: min(224px, 58vw);
    padding: 15px 16px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px) saturate(1.5);
    -webkit-backdrop-filter: blur(12px) saturate(1.5);
    border: 1px solid rgba(20, 32, 46, 0.1);
    border-radius: 18px;
    box-shadow: 0 2px 5px rgba(20, 32, 46, 0.08), 0 26px 52px -18px rgba(20, 32, 46, 0.32);
  }

  .fpass-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .fpass-head strong {
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }

  .fpass-head strong span {
    display: block;
  }

  .fpass-chip {
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--green-ink);
    background: var(--green-soft);
    border-radius: 999px;
    padding: 3px 9px;
    flex: none;
  }

  .fpass-tiles {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .fpass-tile {
    position: relative;
    background: #e8f1f8;
    border-radius: 12px;
    padding: 10px 9px 23px;
    font-size: 0.74rem;
    font-weight: 550;
    line-height: 1.25;
  }

  .fpass-tile b {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .fpass-tile span {
    display: block;
    font-size: 0.66rem;
    font-weight: 400;
    color: var(--muted);
    margin-top: 3px;
  }

  .fpass-tile .bar {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 10px;
    height: 5px;
    margin-top: 0;
  }

  .fpass-range {
    font-size: 0.72rem;
    color: var(--muted);
  }

  .fchip--done {
    left: -12px;
    right: auto;
    bottom: 80px;
  }
}

@media (max-width: 359px) {
  .fpass {
    padding: 13px;
  }

  .fpass-tile {
    padding: 9px 9px 21px;
    font-size: 0.7rem;
  }

  .fpass-tile span {
    font-size: 0.62rem;
  }

  .fpass-tile .bar {
    bottom: 9px;
  }
}

@media (max-width: 639px) {
  .hero {
    padding-top: 118px;
  }

  .hero-inner {
    gap: 36px;
  }

  .hero-phones {
    padding-top: 10px;
  }

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

  .fchip {
    padding: 8px 13px 8px 9px;
  }

  .fchip-icon {
    width: 30px;
    height: 30px;
  }

  .fchip-text strong {
    font-size: 0.8rem;
  }

  .fchip-text span {
    font-size: 0.72rem;
  }

  .section {
    padding: 72px 0;
  }

  .price-main,
  .price-side {
    padding: 30px 24px;
  }

  .faq details p {
    padding-right: 8px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .final-bird {
    height: 90%;
    right: -90px;
    bottom: -60px;
    opacity: 0.09;
  }
}

@media (max-width: 480px) {
  .header .btn span {
    display: none;
  }

  .header .btn {
    padding: 9px 11px;
  }
}
