@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");

:root {
  --ink: #08182c;
  --navy: #0a2b55;
  --navy-2: #123e70;
  --blue: #4d83bc;
  --blue-soft: #8cb2d8;
  --ice: #edf4fb;
  --ice-2: #f7faff;
  --white: #ffffff;
  --muted: #61738a;
  --line: rgba(19, 63, 111, 0.14);
  --shadow: 0 30px 80px rgba(7, 27, 52, 0.16);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1240px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(11, 36, 66, 0.08);
  backdrop-filter: blur(22px);
}

.brand {
  width: 142px;
  justify-self: start;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav {
  display: grid;
  grid-template-columns: 138px 118px 112px 70px;
  gap: 8px;
  color: #556a82;
  font-size: 14px;
  font-weight: 620;
  text-align: center;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--navy);
  transition: right 0.25s ease;
}

.nav a:hover::after {
  right: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(237, 244, 251, 0.72);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.language-switch a,
.language-switch [aria-current="page"] {
  display: grid;
  min-width: 34px;
  min-height: 30px;
  place-items: center;
  border-radius: 8px;
}

.language-switch a {
  color: #6a7e93;
}

.language-switch a:hover {
  color: var(--navy);
  background: #fff;
}

.language-switch [aria-current="page"] {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 6px 14px rgba(10, 43, 85, 0.16);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 760;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button--small {
  justify-self: end;
  width: 158px;
  min-height: 46px;
  padding-inline: 19px;
  font-size: 14px;
}

.button--dark {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #123c6a);
  box-shadow: 0 10px 26px rgba(10, 43, 85, 0.2);
}

.button--dark:hover {
  box-shadow: 0 16px 34px rgba(10, 43, 85, 0.28);
}

.button--light {
  color: var(--navy);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.75);
}

.button--white {
  color: var(--navy);
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.hero {
  position: relative;
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(560px, 1.02fr);
  align-items: center;
  gap: clamp(48px, 6vw, 100px);
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 154px 0 96px;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 -120px 0 -120px;
  background:
    radial-gradient(circle at 77% 43%, rgba(101, 151, 201, 0.18), transparent 32%),
    radial-gradient(circle at 62% 22%, rgba(221, 235, 248, 0.8), transparent 25%);
}

.hero__halo {
  position: absolute;
  z-index: -1;
  right: -220px;
  top: 128px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(46, 96, 148, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 0 76px rgba(255, 255, 255, 0.22), inset 0 0 0 77px rgba(46, 96, 148, 0.08);
}

.eyebrow {
  margin: 0 0 19px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #91b8de;
}

.hero h1 {
  margin: 0;
  color: var(--navy);
  min-height: 1.98em;
  font-size: clamp(60px, 5.05vw, 74px);
  font-weight: 800;
  letter-spacing: -0.014em;
  line-height: 0.99;
}

.hero h1 span {
  white-space: nowrap;
}

.hero__lead {
  margin: 18px 0 30px;
  color: #334c67;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 450;
  letter-spacing: -0.006em;
  line-height: 1.18;
}

.pain-list {
  display: grid;
  width: 100%;
  max-width: 580px;
  margin-top: 2px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pain-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding: 9px 4px;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.35;
}

.pain-item + .pain-item {
  border-top: 1px solid var(--line);
}

.pain-item__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--navy);
  background: var(--ice);
}

.pain-item__icon svg {
  width: 17px;
  fill: currentColor;
}

.loss-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 22px;
  width: min(580px, 100%);
  min-height: 136px;
  margin-top: 16px;
  padding: 22px 24px 20px;
  overflow: hidden;
  color: #fff;
  border-radius: 20px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.08), transparent 45%),
    linear-gradient(135deg, #081f3c, #164978);
  box-shadow: 0 18px 38px rgba(7, 37, 71, 0.2);
}

.loss-card__amount {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.loss-card__amount strong {
  font-size: clamp(38px, 3.25vw, 48px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

.loss-card__amount span {
  color: #fff;
  font-size: 17px;
  font-weight: 760;
  white-space: nowrap;
}

.loss-card__period {
  padding: 9px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
}

.loss-card__caption {
  grid-column: 1 / -1;
  margin-top: 14px;
  padding-top: 13px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  min-height: 34px;
  font-weight: 720;
  line-height: 1.35;
}

.footnote {
  width: 100%;
  max-width: 580px;
  min-height: 61px;
  margin: 10px 0 0;
  color: #687b91;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.hero__promise {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin: 23px 0 0;
  gap: 18px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.promise-mark {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--ice);
  clip-path: polygon(50% 0, 91% 24%, 91% 76%, 50% 100%, 9% 76%, 9% 24%);
}

.promise-mark svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 4;
}

.promise-mark svg circle {
  stroke: #1c71ca;
  stroke-width: 5;
  stroke-dasharray: 45.5 5;
  transform: rotate(-28deg);
  transform-origin: center;
}

.promise-copy {
  min-width: 0;
}

.promise-copy p {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  min-height: 24px;
  font-weight: 720;
  line-height: 1.38;
}

.promise-copy p + p {
  min-height: 56px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.hero__actions .button:first-child {
  width: 202px;
}

.hero__actions .button:last-child {
  width: 178px;
}

.hero__visual {
  position: relative;
  min-height: 630px;
}

.camera-frame {
  position: relative;
  overflow: hidden;
  background: #0b1d32;
  box-shadow: var(--shadow);
}

.camera-frame--hero {
  position: absolute;
  inset: 16px 0 auto 0;
  height: 500px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  transform: perspective(1100px) rotateY(-2.5deg) rotateX(1deg);
  box-shadow: 0 44px 90px rgba(5, 31, 58, 0.23);
}

.camera-frame::after,
.case-row__media::after,
.setup-window::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 25, 47, 0.16), transparent 24%, transparent 76%, rgba(5, 24, 46, 0.2));
}

.camera-frame img,
.case-row__media img,
.setup-window > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-frame__top,
.case-row__camera {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.9);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}

.camera-frame__top span,
.case-row__camera span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.camera-frame__top i,
.case-row__camera i {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--blue-soft);
  box-shadow: 0 0 0 4px rgba(118, 166, 211, 0.18);
}

.camera-frame__scan {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.16;
  background: repeating-linear-gradient(180deg, transparent 0, transparent 3px, rgba(255,255,255,.28) 4px);
  mix-blend-mode: overlay;
}

.camera-frame__status,
.case-row__tag {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: rgba(5, 26, 49, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9bc2e8;
  box-shadow: 0 0 0 4px rgba(155, 194, 232, 0.16);
}

.alert-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(21, 69, 116, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 20px 50px rgba(6, 32, 61, 0.22);
  backdrop-filter: blur(16px);
}

.alert-card--main {
  position: absolute;
  z-index: 5;
  left: -38px;
  top: 430px;
  width: 340px;
}

.alert-card__icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 12px;
  background: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.alert-card small,
.alert-card strong,
.alert-card span,
.mini-event strong,
.mini-event span {
  display: block;
}

.alert-card small {
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.alert-card strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
}

.alert-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.mini-event {
  position: absolute;
  z-index: 4;
  right: -34px;
  bottom: 9px;
  width: 295px;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(6, 32, 61, 0.24);
  transform: rotate(2deg);
}

.mini-event img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 14px;
}

.mini-event div {
  height: 56px;
  padding: 10px;
}

.mini-event strong {
  color: var(--navy);
  font-size: 12px;
}

.mini-event span {
  margin-top: 3px;
  color: var(--muted);
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--ice-2);
}

.proof-strip div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 94px;
  padding: 0 25px;
}

.proof-strip div + div {
  border-left: 1px solid var(--line);
}

.proof-strip > div:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 6px);
  right: -7px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7ba4cb;
  border-right: 2px solid #7ba4cb;
  background: var(--ice-2);
  transform: rotate(45deg);
  animation: connectorNudge 1.8s ease-in-out infinite;
}

.proof-strip__icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--navy);
  border: 1px solid rgba(48, 99, 151, 0.12);
  border-radius: 14px;
  background: #e7f1fb;
  box-shadow: 0 8px 18px rgba(17, 62, 105, 0.07);
}

.proof-strip__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.proof-strip__text {
  color: var(--navy);
  font-size: 16px;
  font-weight: 740;
  line-height: 1.3;
}

.section {
  padding: 120px max(32px, calc((100vw - 1240px) / 2));
}

.section-heading {
  width: min(1120px, 100%);
  margin-bottom: 56px;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(43px, 4.65vw, 66px);
  font-weight: 780;
  letter-spacing: -0.015em;
  line-height: 1.12;
}

.section-heading h2 {
  min-height: 2.24em;
}

.section--cases {
  background: linear-gradient(180deg, #fff 0%, #f5f9fe 48%, #fff 100%);
}

.case-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(9, 39, 74, 0.09);
}

.case-row + .case-row {
  margin-top: 30px;
}

.case-row--reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.case-row--reverse .case-row__media {
  order: 2;
}

.case-row__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.case-row__media img {
  transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}

.case-row:hover .case-row__media img {
  transform: scale(1.025);
}

.case-row__camera {
  top: 18px;
  left: 20px;
  right: 20px;
}

.case-row__tag {
  right: auto;
  left: 20px;
  bottom: 20px;
}

.case-row__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px clamp(38px, 3.2vw, 54px);
}

.case-number {
  margin-bottom: 18px;
  color: var(--blue);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-row h3 {
  margin: 0 0 19px;
  color: var(--navy);
  font-size: clamp(32px, 3.3vw, 48px);
  min-height: 2.24em;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.case-row__content > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.case-row__content > p:not(.case-result) {
  min-height: 56px;
}

.case-note {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 16px;
  margin: 28px 0 22px;
  padding: 16px 18px 16px 15px;
  color: #244d76;
  border: 1px solid rgba(30, 83, 135, 0.12);
  border-radius: 15px;
  background: var(--ice);
  font-size: 16px;
  min-height: 96px;
  font-weight: 700;
  line-height: 1.45;
}

.case-note__graphic {
  width: 56px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(135deg, #0a2b55, #245c91);
  box-shadow: 0 10px 22px rgba(10, 43, 85, 0.18);
  animation: graphicPulse 3s ease-in-out infinite;
}

.case-note__graphic--alert {
  background: linear-gradient(135deg, #123e70, #4d83bc);
  animation-delay: 0.35s;
}

.case-note__graphic svg {
  width: 40px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@keyframes lensPulse {
  0%, 100% { opacity: 0.65; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes connectorNudge {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

@keyframes graphicPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 10px 22px rgba(10, 43, 85, 0.18); }
  50% { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(10, 43, 85, 0.24); }
}

.case-result {
  min-height: 72px;
  padding-top: 20px;
  color: var(--ink) !important;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.section--connect {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 52px;
  width: min(1240px, calc(100% - 64px));
  margin: 34px auto 120px;
  padding: 70px 62px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 8%, rgba(93, 143, 190, 0.2), transparent 32%),
    linear-gradient(135deg, #06182e, #0a2b55 62%, #164978);
  box-shadow: 0 30px 80px rgba(7, 35, 66, 0.2);
}

.section--connect::before {
  content: "";
  position: absolute;
  right: -190px;
  top: -310px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(157, 193, 226, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 74px rgba(143, 181, 216, 0.025), inset 0 0 0 75px rgba(153, 191, 227, 0.1);
}

.connect-copy,
.setup-visual {
  position: relative;
  z-index: 1;
}

.connect-copy h2 {
  color: #fff;
  min-height: 2.24em;
  font-size: clamp(44px, 3.7vw, 51px);
}

.connect-copy__lead {
  max-width: 500px;
  margin: 23px 0 34px;
  color: #d3e0ec;
  font-size: 19px;
  min-height: 58px;
  font-weight: 560;
  line-height: 1.5;
}

.steps {
  display: grid;
  gap: 0;
  max-width: 590px;
  border-top: 1px solid rgba(196, 218, 239, 0.2);
  border-bottom: 1px solid rgba(196, 218, 239, 0.2);
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 66px;
  padding: 11px 0;
}

.step + .step {
  border-top: 1px solid rgba(196, 218, 239, 0.16);
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  bottom: -7px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #8db5d9;
  border-bottom: 2px solid #8db5d9;
  transform: rotate(45deg);
  animation: connectorNudge 1.8s ease-in-out infinite;
}

.step > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  background: rgba(144, 184, 221, 0.08);
  font-family: ui-monospace, monospace;
  font-size: 14px;
  font-weight: 800;
}

.step strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.35;
  white-space: nowrap;
}

.setup-visual {
  padding: 0;
}

.setup-window {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 6px solid rgba(255,255,255,.13);
  border-radius: 25px;
  background: #091b30;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.3);
}

.setup-window__bar {
  position: absolute;
  z-index: 4;
  inset: 0 0 auto 0;
  height: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 16px;
  color: #d5e5f4;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(5, 20, 38, 0.88), rgba(5, 20, 38, 0));
  backdrop-filter: blur(14px);
  font-size: 12px;
}

.setup-window__bar span {
  display: none;
}

.setup-window__bar i {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
}

.setup-window__bar em {
  justify-self: end;
  color: #88add1;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.setup-window > img {
  padding-top: 0;
}

.setup-window__badge {
  position: absolute;
  z-index: 5;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 190px);
  padding: 10px 13px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 10px;
  background: rgba(5, 26, 49, 0.76);
  box-shadow: 0 10px 26px rgba(0,0,0,.2);
  font-size: 14px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.setup-stat {
  position: absolute;
  z-index: 6;
  right: 16px;
  bottom: 16px;
  min-width: 148px;
  padding: 11px 13px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 11px;
  background: rgba(5, 26, 49, 0.82);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.setup-stat strong,
.setup-stat span {
  display: block;
}

.setup-stat strong {
  font-size: 19px;
  letter-spacing: -0.01em;
}

.setup-stat span {
  margin-top: 3px;
  color: #d2e0ed;
  font-size: 13px;
  font-weight: 700;
}

.section--telegram {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 100px;
  background:
    radial-gradient(circle at 20% 50%, rgba(182, 210, 236, 0.32), transparent 32%),
    #fff;
}

.telegram-visual {
  position: relative;
  min-height: 680px;
}

.phone {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(380px, 78%);
  height: 655px;
  overflow: hidden;
  border: 10px solid #07111d;
  border-radius: 50px;
  background: #dae7f1;
  box-shadow: 0 40px 90px rgba(6, 34, 63, 0.28);
  transform: translateX(-50%) rotate(-2deg);
}

.phone__speaker {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 50%;
  width: 100px;
  height: 24px;
  border-radius: 20px;
  background: #050a10;
  transform: translateX(-50%);
}

.phone__head {
  height: 87px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding: 0 16px 12px;
  color: #2a82c3;
  background: rgba(255,255,255,.95);
  font-size: 11px;
}

.phone__head div {
  text-align: center;
}

.phone__head strong,
.phone__head small {
  display: block;
}

.phone__head strong {
  color: var(--ink);
  font-size: 12px;
}

.phone__head small {
  margin-top: 2px;
  color: #7690a8;
  font-size: 8px;
}

.phone__feed {
  height: calc(100% - 87px);
  padding: 14px 12px 30px;
  overflow: hidden;
  background:
    linear-gradient(rgba(224, 235, 244, .92), rgba(224, 235, 244, .92)),
    radial-gradient(circle at 40% 20%, #fff, transparent 30%);
}

.message-date {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  background: rgba(74, 112, 148, 0.55);
  font-size: 8px;
}

.message {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(20, 55, 90, 0.12);
}

.message img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.message div {
  padding: 12px;
}

.message strong,
.message small {
  display: block;
}

.message strong {
  color: var(--navy);
  font-size: 11px;
}

.message small {
  margin-top: 4px;
  color: #72869a;
  font-size: 8px;
}

.telegram-badge {
  position: absolute;
  z-index: 5;
  display: grid;
  min-width: 138px;
  padding: 14px;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 45px rgba(8, 37, 70, 0.17);
  backdrop-filter: blur(14px);
}

.telegram-badge--one {
  top: 100px;
  left: 0;
}

.telegram-badge--two {
  right: -12px;
  bottom: 104px;
}

.telegram-badge strong {
  font-size: 23px;
  letter-spacing: -0.01em;
}

.telegram-badge span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.telegram-copy__lead {
  max-width: 550px;
  min-height: 62px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.telegram-copy h2 {
  min-height: 2.24em;
  font-size: clamp(43px, 4.2vw, 60px);
}

.telegram-copy > .eyebrow {
  min-height: 15px;
}

.features {
  display: grid;
  gap: 10px;
  max-width: 560px;
}

.features > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  height: 68px;
  padding: 8px 16px 8px 9px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ice-2);
}

.features span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--navy);
  border-radius: 12px;
  background: #e6f0fa;
  font-family: ui-monospace, monospace;
  font-size: 11px;
  font-weight: 850;
}

.features strong {
  color: var(--navy);
  font-size: 15px;
}

.telegram-copy__strong {
  min-height: 26px;
  margin: 27px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
}

.pricing {
  width: min(1240px, calc(100% - 64px));
  margin: 8px auto 48px;
}

.pricing__heading {
  margin-bottom: 38px;
}

.pricing__heading .eyebrow {
  margin-bottom: 14px;
}

.pricing__heading h2 {
  min-height: 1.12em;
  font-size: clamp(42px, 4.25vw, 60px);
}

.pricing__heading > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.pricing__grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 20px;
}

.price-card {
  min-height: 252px;
  padding: 32px 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(9, 39, 74, 0.08);
}

.price-card--monthly {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 92% 8%, rgba(104, 153, 199, 0.18), transparent 34%),
    linear-gradient(135deg, #edf5fc, #f8fbff);
}

.price-card--start {
  display: grid;
  grid-template-rows: auto 1fr 1fr;
  background: #fff;
}

.price-card__label,
.price-annual__label {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price-card__amount {
  display: flex;
  align-items: baseline;
  gap: 15px;
  color: var(--navy);
}

.price-card__amount strong {
  font-size: clamp(58px, 5.5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1;
}

.price-card__amount span {
  color: #3d5874;
  font-size: 19px;
  font-weight: 650;
  white-space: nowrap;
}

.price-card__caption {
  margin: 0;
  padding-top: 16px;
  color: #294d72;
  border-top: 1px solid var(--line);
  font-size: 18px;
  font-weight: 650;
}

.price-start__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  color: #29445f;
  font-size: 17px;
}

.price-start__row + .price-start__row {
  border-top: 1px solid var(--line);
}

.price-start__row strong {
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.annual-offer {
  position: relative;
  margin-top: 20px;
  padding: 28px 42px 34px;
  overflow: hidden;
  color: #fff;
  border-radius: 26px;
  background:
    radial-gradient(circle at 96% -44%, rgba(74, 143, 211, 0.38), transparent 35%),
    linear-gradient(135deg, #061b35, #0a2e59 68%, #174b7b);
  box-shadow: 0 26px 70px rgba(7, 35, 66, 0.2);
}

.annual-offer::before,
.annual-offer::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border: 44px solid rgba(116, 174, 226, 0.08);
  border-radius: 50%;
}

.annual-offer::before {
  right: -116px;
  top: -220px;
}

.annual-offer::after {
  left: -238px;
  bottom: -242px;
}

.annual-offer__title,
.annual-offer__body {
  position: relative;
  z-index: 1;
}

.annual-offer__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 28px;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-align: center;
}

.annual-offer__title::before,
.annual-offer__title::after {
  content: "";
  width: min(130px, 10vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, #4ea5f4);
}

.annual-offer__title::after {
  transform: scaleX(-1);
}

.annual-offer__title span {
  position: relative;
}

.annual-offer__title span::before,
.annual-offer__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f4fbff;
  box-shadow: 0 0 9px #1c8cff;
  transform: translateY(-50%);
}

.annual-offer__title span::before {
  left: calc(-18px - 3.5px);
}

.annual-offer__title span::after {
  right: calc(-18px - 3.5px);
}

.annual-offer__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 1px minmax(0, 1.1fr);
  align-items: center;
  gap: 42px;
}

.annual-offer__old {
  display: grid;
  gap: 14px;
}

.annual-offer__old strong {
  position: relative;
  width: fit-content;
  font-size: clamp(60px, 6.3vw, 92px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.9;
  white-space: nowrap;
}

.annual-offer__old strong::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -9px;
  top: 53%;
  height: 7px;
  border-radius: 999px;
  background: #ff232b;
  box-shadow: 0 2px 6px rgba(129, 0, 5, 0.24);
  transform: rotate(-7deg);
}

.annual-offer__old span {
  color: #75b7f4;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.annual-offer__divider {
  align-self: stretch;
  min-height: 118px;
  background: linear-gradient(transparent, #49a4ef 22%, #49a4ef 78%, transparent);
  box-shadow: 0 0 14px rgba(36, 143, 235, 0.55);
}

.annual-offer__new {
  display: grid;
  gap: 17px;
}

.annual-offer__amount {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.annual-offer__amount strong {
  color: #bdddff;
  font-size: clamp(60px, 6.3vw, 92px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
  white-space: nowrap;
  text-shadow: 0 5px 18px rgba(62, 151, 235, 0.22);
}

.annual-offer__amount span {
  font-size: 17px;
  font-weight: 650;
  white-space: nowrap;
}

.annual-offer__new p {
  margin: 0;
  color: #e4eff9;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.4;
}

.annual-offer__new mark {
  display: inline-block;
  margin-left: 7px;
  padding: 7px 18px 6px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, #2888ee, #0963d3);
  box-shadow: 0 8px 24px rgba(0, 69, 158, 0.34);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .annual-offer {
    padding: 26px 28px 30px;
  }

  .annual-offer__body {
    gap: 24px;
  }

  .annual-offer__amount {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 760px) {
  .annual-offer {
    margin-top: 14px;
    padding: 25px 22px 24px;
    border-radius: 22px;
  }

  .annual-offer__title {
    gap: 12px;
    margin-bottom: 26px;
    font-size: 20px;
  }

  .annual-offer__title::before,
  .annual-offer__title::after {
    width: 34px;
  }

  .annual-offer__title span::before {
    left: calc(-12px - 3.5px);
  }

  .annual-offer__title span::after {
    right: calc(-12px - 3.5px);
  }

  .annual-offer__body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .annual-offer__old strong,
  .annual-offer__amount strong {
    font-size: clamp(43px, 13vw, 58px);
  }

  .annual-offer__old span {
    font-size: 12px;
  }

  .annual-offer__divider {
    width: 100%;
    min-height: 1px;
    background: linear-gradient(90deg, transparent, #49a4ef 15%, #49a4ef 85%, transparent);
  }

  .annual-offer__amount {
    display: flex;
    gap: 10px;
  }

  .annual-offer__amount span,
  .annual-offer__new p {
    font-size: 15px;
  }

  .annual-offer__new mark {
    margin-top: 9px;
    margin-left: 0;
    font-size: 16px;
  }
}

.final-cta {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  width: min(1240px, calc(100% - 64px));
  margin: 10px auto 80px;
  padding: 62px;
  overflow: hidden;
  color: #fff;
  border-radius: 32px;
  background: linear-gradient(135deg, #06182d, #0b2f59 62%, #164c7f);
  box-shadow: 0 30px 80px rgba(7, 35, 66, 0.2);
}

.final-cta__copy {
  min-height: 172px;
}

.final-cta__copy .eyebrow {
  min-height: 15px;
}

.final-cta__glow {
  position: absolute;
  right: -80px;
  top: -240px;
  width: 550px;
  height: 550px;
  border: 1px solid rgba(153, 191, 227, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 62px rgba(143, 181, 216, 0.035), inset 0 0 0 63px rgba(153, 191, 227, 0.12);
}

.final-cta__copy,
.final-cta .button {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  color: #fff;
  min-height: 2.24em;
}

.final-cta .button {
  width: 190px;
}

.footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.brand--footer {
  width: 125px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.7,.2,1);
}

.reveal--late {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 44px;
    width: min(100% - 44px, 1100px);
  }

  .hero h1 {
    font-size: clamp(50px, 5.75vw, 64px);
  }

  .hero__visual {
    min-height: 570px;
  }

  .camera-frame--hero {
    height: 450px;
  }

  .alert-card--main {
    top: 386px;
    left: -20px;
  }

  .mini-event {
    right: -10px;
  }

  .section--telegram {
    gap: 55px;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
    width: calc(100% - 28px);
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 138px;
  }

  .hero__copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(56px, 10vw, 76px);
  }

  .hero__visual {
    min-height: 650px;
    margin-top: 16px;
  }

  .camera-frame--hero {
    height: 520px;
  }

  .proof-strip {
    width: calc(100% - 44px);
  }

  .proof-strip div {
    padding-inline: 18px;
  }

  .case-row,
  .case-row--reverse {
    grid-template-columns: 1fr;
  }

  .case-row--reverse .case-row__media {
    order: 0;
  }

  .section--connect,
  .section--telegram {
    grid-template-columns: 1fr;
  }

  .section--connect {
    width: calc(100% - 44px);
    margin-bottom: 86px;
    padding: 64px 44px;
  }

  .setup-visual {
    padding-left: 0;
  }

  .section--telegram {
    gap: 60px;
  }

  .telegram-visual {
    order: 2;
    min-height: 650px;
  }

  .pricing {
    width: calc(100% - 44px);
  }

  .pricing__grid,
  .price-annual {
    grid-template-columns: 1fr;
  }

  .price-annual {
    gap: 26px;
  }

  .price-annual__saving {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 68px;
    margin-top: 9px;
    padding: 0 10px 0 15px;
    border-radius: 17px;
  }

  .brand {
    width: 108px;
  }

  .header-actions {
    gap: 7px;
  }

  .language-switch {
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .language-switch [aria-current="page"] {
    display: none;
  }

  .language-switch a {
    min-width: 32px;
    min-height: 34px;
    border: 1px solid var(--line);
    background: var(--ice);
  }

  .button--small {
    width: 136px;
    min-height: 42px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .hero {
    width: calc(100% - 28px);
    padding: 112px 0 62px;
  }

  .hero h1 {
    font-size: clamp(44px, 13.2vw, 52px);
    letter-spacing: -0.012em;
  }

  .hero__lead {
    margin-top: 14px;
    font-size: 27px;
  }

  .hero__promise {
    grid-template-columns: 46px 1fr;
    gap: 13px;
  }

  .promise-mark {
    width: 44px;
    height: 44px;
  }

  .promise-mark svg {
    width: 38px;
    height: 38px;
  }

  .promise-copy p {
    font-size: 16px;
  }

  .promise-copy p:first-child {
    min-height: 44px;
  }

  .promise-copy p + p {
    min-height: 76px;
  }

  .pain-item {
    min-height: 66px;
    font-size: 14px;
  }

  .loss-card {
    grid-template-columns: 1fr auto;
  }

  .loss-card__amount {
    display: grid;
    gap: 4px;
  }

  .loss-card__amount strong {
    font-size: 40px;
  }

  .loss-card__amount span {
    font-size: 15px;
  }

  .loss-card__period {
    padding: 8px 10px;
    font-size: 13px;
  }

  .footnote {
    min-height: 100px;
    font-size: 14px;
  }

  .step strong {
    font-size: 15px;
    white-space: normal;
  }

  .hero__actions .button {
    width: 100%;
    flex: 1 1 100%;
  }

  .hero__visual {
    min-height: 465px;
    margin-top: 12px;
  }

  .camera-frame--hero {
    height: 300px;
    border-width: 5px;
    border-radius: 21px;
  }

  .alert-card--main {
    top: 262px;
    left: 10px;
    width: min(310px, calc(100% - 30px));
  }

  .mini-event {
    right: 0;
    bottom: -25px;
    width: 190px;
    border-width: 4px;
    border-radius: 16px;
  }

  .mini-event img {
    height: 88px;
  }

  .mini-event div {
    padding: 8px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }

  .proof-strip div {
    min-height: 64px;
  }

  .proof-strip div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .proof-strip > div:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -7px;
    left: 31px;
    transform: rotate(135deg);
  }

  .section {
    padding: 82px 14px;
  }

  h2 {
    font-size: 39px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2 {
    min-height: 4.48em;
  }

  .case-row {
    min-height: auto;
    border-radius: 22px;
  }

  .case-row__media {
    min-height: 250px;
  }

  .case-row__content {
    padding: 29px 23px 32px;
  }

  .case-row h3 {
    font-size: 34px;
  }

  .case-row__content > p {
    font-size: 17px;
  }

  .section--connect {
    width: calc(100% - 28px);
    margin: 24px auto 70px;
    padding: 54px 22px 48px;
    border-radius: 24px;
  }

  .connect-copy__lead,
  .telegram-copy__lead {
    font-size: 17px;
  }

  .connect-copy h2 {
    font-size: 36px;
  }

  .telegram-copy h2 {
    font-size: 34px;
  }

  .setup-visual {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .setup-window {
    height: auto;
    aspect-ratio: 16 / 9;
    border-width: 4px;
    border-radius: 19px;
  }

  .setup-window__bar {
    grid-template-columns: 1fr auto;
  }

  .setup-window__bar em {
    display: none;
  }

  .setup-window__badge {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 135px);
    padding: 8px 10px;
    font-size: 12px;
  }

  .setup-stat {
    right: 12px;
    bottom: 12px;
    min-width: 112px;
    padding: 8px 10px;
  }

  .setup-stat strong {
    font-size: 16px;
  }

  .setup-stat span {
    font-size: 11px;
  }

  .section--telegram {
    padding-bottom: 60px;
  }

  .telegram-visual {
    min-height: 570px;
  }

  .phone {
    width: 82%;
    height: 550px;
    border-width: 8px;
    border-radius: 42px;
  }

  .message img {
    height: 124px;
  }

  .telegram-badge--one {
    left: -3px;
    top: 108px;
  }

  .telegram-badge--two {
    right: -3px;
    bottom: 80px;
  }

  .pricing {
    width: calc(100% - 28px);
    margin: 4px auto 30px;
  }

  .pricing__heading {
    margin-bottom: 28px;
  }

  .pricing__heading h2 {
    min-height: 2.24em;
    font-size: 38px;
  }

  .pricing__heading > p:last-child {
    min-height: 54px;
    margin-top: 12px;
    font-size: 16px;
  }

  .pricing__grid {
    gap: 14px;
  }

  .price-card {
    min-height: 0;
    padding: 25px 22px;
    border-radius: 22px;
  }

  .price-card--monthly {
    gap: 26px;
  }

  .price-card__amount {
    display: grid;
    gap: 3px;
  }

  .price-card__amount strong {
    font-size: 56px;
  }

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

  .price-card__caption {
    font-size: 16px;
  }

  .price-card--start {
    grid-template-rows: auto auto auto;
    gap: 0;
  }

  .price-start__row {
    min-height: 76px;
    gap: 12px;
    font-size: 15px;
  }

  .price-start__row strong {
    font-size: 16px;
  }

  .price-annual {
    margin-top: 14px;
    padding: 28px 22px 22px;
    border-radius: 22px;
  }

  .price-annual::before {
    right: -260px;
  }

  .price-annual__amount {
    display: grid;
    gap: 4px;
  }

  .price-annual__amount strong {
    font-size: 48px;
  }

  .price-annual__amount span,
  .price-annual__free {
    font-size: 16px;
  }

  .price-annual__free mark {
    display: block;
    width: fit-content;
    margin: 9px 0 0;
    font-size: 19px;
  }

  .price-annual__saving {
    padding: 24px 18px;
  }

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

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 28px);
    margin-bottom: 46px;
    padding: 38px 24px;
    border-radius: 24px;
  }

  .final-cta__copy {
    min-height: 166px;
  }

  .final-cta h2 {
    font-size: 30px;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer {
    width: calc(100% - 28px);
    min-height: 116px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
  }
}

/* Mobile layout guardrails: keep every section on the viewport canvas. */
@media (max-width: 920px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  main,
  section,
  .hero,
  .proof-strip,
  .section--connect,
  .section--telegram,
  .pricing,
  .final-cta,
  .footer {
    min-width: 0;
    max-width: 100%;
  }

  .hero__copy,
  .hero__visual,
  .case-row,
  .case-row__media,
  .case-row__content,
  .connect-copy,
  .setup-visual,
  .telegram-copy,
  .telegram-visual,
  .price-card,
  .price-annual__copy,
  .price-annual__saving {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .section--connect,
  .section--telegram {
    display: flex;
    flex-direction: column;
  }

  .telegram-copy {
    order: 1;
  }

  .telegram-visual {
    order: 2;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 88px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    width: calc(100% - 20px);
  }

  .brand {
    width: 104px;
  }

  .button--small {
    width: auto;
    min-width: 122px;
    padding-inline: 14px;
  }

  .hero {
    width: 100%;
    gap: 28px;
    padding: 104px 16px 54px;
  }

  .hero h1,
  .hero__lead,
  .section-heading h2,
  .case-row h3,
  .case-row__content > p,
  .case-result,
  .connect-copy h2,
  .connect-copy__lead,
  .telegram-copy h2,
  .telegram-copy__lead,
  .telegram-copy__strong,
  .pricing__heading h2,
  .pricing__heading > p:last-child,
  .final-cta__copy {
    min-height: 0;
  }

  .hero h1 {
    font-size: clamp(40px, 12.5vw, 50px);
    line-height: 0.98;
  }

  .hero__lead {
    margin-top: 22px;
    font-size: 19px;
    line-height: 1.45;
  }

  .hero__visual {
    min-height: 410px;
    margin-top: 0;
  }

  .camera-frame--hero {
    height: 300px;
  }

  .proof-strip {
    width: calc(100% - 32px);
  }

  .section {
    padding: 72px 16px;
  }

  h2,
  .section-heading h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .case-row,
  .case-row--reverse {
    display: flex;
    flex-direction: column;
  }

  .case-row h3 {
    font-size: 31px;
  }

  .section--connect {
    width: calc(100% - 24px);
    gap: 34px;
    margin: 18px auto 68px;
    padding: 44px 18px 36px;
  }

  .connect-copy h2,
  .telegram-copy h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .connect-copy__lead,
  .telegram-copy__lead {
    margin: 18px 0 24px;
    font-size: 17px;
    line-height: 1.5;
  }

  .steps {
    width: 100%;
  }

  .step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
  }

  .step strong {
    font-size: 15px;
    white-space: normal;
  }

  .setup-visual {
    padding-top: 0;
  }

  .section--telegram {
    gap: 34px;
    padding: 72px 16px 62px;
  }

  .features {
    width: 100%;
    max-width: none;
  }

  .features > div {
    grid-template-columns: 44px minmax(0, 1fr);
    height: auto;
    min-height: 68px;
  }

  .telegram-copy__strong {
    margin-top: 23px;
  }

  .telegram-visual {
    min-height: 520px;
  }

  .phone {
    width: min(330px, 88%);
    height: 500px;
  }

  .pricing {
    width: calc(100% - 32px);
  }

  .pricing__heading h2 {
    font-size: 34px;
  }

  .pricing__heading > p:last-child {
    font-size: 17px;
    line-height: 1.5;
  }

  .pricing__grid,
  .price-annual {
    display: flex;
    flex-direction: column;
  }

  .price-card__amount strong {
    font-size: clamp(46px, 14vw, 56px);
  }

  .price-start__row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .price-start__row span,
  .price-start__row strong {
    min-width: 0;
  }

  .price-annual__amount strong {
    font-size: clamp(40px, 12.5vw, 48px);
  }

  .price-annual__saving strong {
    font-size: clamp(31px, 10vw, 40px);
    white-space: normal;
  }

  .final-cta {
    width: calc(100% - 28px);
  }

  .footer {
    width: calc(100% - 28px);
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brand {
    width: 96px;
  }

  .button--small {
    min-width: 112px;
    padding-inline: 11px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .telegram-badge {
    min-width: 126px;
    padding: 12px;
  }
}
