/* MIRA sales website v3 — brand hub and PWA landing only. */

.sales-v3 {
  --sales-ink: #21172f;
  --sales-copy: #625a6e;
  --sales-muted: #837b90;
  --sales-purple: #7652ef;
  --sales-purple-dark: #5931c8;
  --sales-purple-soft: #eee7ff;
  --sales-purple-wash: #f7f3ff;
  --sales-green: #2fb27b;
  --sales-line: rgba(68, 42, 111, 0.12);
  --sales-shadow: 0 30px 80px rgba(72, 44, 122, 0.13);
  --sales-max: 1280px;
  background:
    radial-gradient(circle at 4% 8%, rgba(230, 221, 255, 0.86), transparent 28rem),
    radial-gradient(circle at 96% 16%, rgba(238, 232, 255, 0.88), transparent 30rem),
    linear-gradient(180deg, #fcfbff 0%, #fff 32%, #fbf9ff 100%);
  color: var(--sales-ink);
}

.sales-v3 main {
  overflow: clip;
}

.sales-v3 h1,
.sales-v3 h2,
.sales-v3 h3,
.sales-v3 p {
  text-wrap: pretty;
}

.sales-v3 svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sales-v3 a:focus-visible,
.sales-v3 button:focus-visible {
  outline: 3px solid rgba(118, 82, 239, 0.38);
  outline-offset: 3px;
}

.sales-v3 [id] {
  scroll-margin-top: 100px;
}

.sales-v3 .mira-global-header {
  width: min(calc(100% - 32px), var(--sales-max));
  min-height: 76px;
  margin-top: 12px;
  padding: 10px 12px 10px 14px;
  position: sticky;
  top: 8px;
  border-color: rgba(85, 57, 134, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(73, 48, 115, 0.08);
}

.sales-v3 .mira-global-header .button {
  border: 0;
}

.sales-v3 .mira-page-nav a {
  color: #6d6478;
}

.sales-eyebrow {
  margin: 0 0 18px;
  color: #7555ce;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.145em;
  text-transform: uppercase;
}

.sales-capability-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sales-capability-row > span {
  min-height: 40px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(86, 56, 141, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 9px 25px rgba(73, 48, 115, 0.05);
  color: #5d536b;
  font-size: 0.76rem;
  font-weight: 760;
}

.sales-capability-row svg {
  width: 17px;
  height: 17px;
  color: var(--sales-purple);
}

.lang-visual {
  display: block;
}

.lang-visual-ru {
  display: none !important;
}

html[data-lang="ru"] .lang-visual-en {
  display: none !important;
}

html[data-lang="ru"] .lang-visual-ru {
  display: block !important;
}

/* Brand gateway */

.brand-gateway {
  width: min(calc(100% - 32px), var(--sales-max));
  min-height: 750px;
  margin: 0 auto;
  padding: clamp(58px, 6.5vh, 84px) 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(600px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
}

.brand-gateway-copy {
  min-width: 0;
}

.brand-gateway h1 {
  max-width: 660px;
  margin: 0;
  color: var(--sales-ink);
  font-size: clamp(3.25rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.brand-gateway h1 em {
  display: block;
  margin-top: 0.08em;
  color: var(--sales-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.048em;
}

.brand-gateway-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--sales-copy);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.7;
}

.brand-gateway .sales-capability-row {
  margin-top: 26px;
}

.brand-gateway .brand-choice-label {
  margin: 32px 0 0;
  color: #716779;
  font-size: 0.82rem;
  font-weight: 780;
}

.brand-channel-grid-v3 {
  align-items: stretch;
  gap: 16px;
}

.brand-channel-grid-v3 .brand-channel-card {
  min-height: 565px;
  border-radius: 34px;
  box-shadow: 0 30px 76px rgba(68, 44, 108, 0.13);
}

.brand-channel-grid-v3 .brand-channel-copy {
  padding: 30px 26px 0;
}

.brand-channel-grid-v3 .brand-channel-copy h2 {
  max-width: 300px;
  font-size: clamp(1.65rem, 2vw, 2.05rem);
}

.brand-channel-grid-v3 .brand-channel-copy p {
  line-height: 1.55;
}

.brand-channel-grid-v3 .brand-channel-copy b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brand-channel-grid-v3 .brand-channel-copy b i {
  font-style: normal;
  transition: translate 180ms ease;
}

.brand-channel-grid-v3 .brand-channel-card:hover .brand-channel-copy b i {
  translate: 4px 0;
}

.brand-product-preview {
  width: 218px;
  height: 394px;
  position: absolute;
  right: 17px;
  bottom: -108px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 34px 34px 0 0;
  background: #f5f0ff;
  box-shadow: 0 24px 60px rgba(67, 43, 109, 0.2);
  transform: rotate(3.5deg);
}

.brand-product-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.brand-preview-float {
  min-height: 42px;
  padding: 9px 11px;
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(81, 53, 133, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(70, 45, 114, 0.15);
  color: #3c2d51;
  font-size: 0.69rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.brand-preview-float svg {
  width: 18px;
  height: 18px;
  color: var(--sales-green);
}

.brand-preview-photo {
  right: 132px;
  bottom: 80px;
}

.brand-telegram-preview-v3 {
  min-height: 270px;
  right: 19px;
  bottom: 26px;
  left: 19px;
  transform: none;
}

.brand-telegram-preview-v3 .brand-chat-bubble {
  font-size: 0.7rem;
}

.brand-telegram-reference-preview {
  min-height: 334px;
  right: 14px;
  bottom: -42px;
  left: 14px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-telegram-shot {
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #050608;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.52);
}

.brand-telegram-shot-chat {
  width: 178px;
  height: 364px;
  top: 0;
  right: 5px;
  border-radius: 27px 27px 0 0;
  transform: rotate(2.5deg);
}

.brand-telegram-shot-info {
  width: 132px;
  height: 166px;
  top: 132px;
  left: 0;
  z-index: 2;
  border-radius: 21px;
  transform: rotate(-4deg);
}

.brand-telegram-proof {
  min-height: 34px;
  padding: 7px 10px;
  position: absolute;
  z-index: 4;
  left: 8px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(12, 17, 22, 0.88);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.61rem;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.brand-telegram-proof i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #48d79b;
  box-shadow: 0 0 0 5px rgba(72, 215, 155, 0.11);
}

.brand-voice-note {
  width: 152px;
  min-height: 42px;
  margin: 11px 12px 0 auto;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 14px 14px 4px 14px;
  background: #39cc88;
  color: #07120d;
}

.brand-voice-note span {
  width: 3px;
  height: 10px;
  border-radius: 3px;
  background: currentColor;
}

.brand-voice-note span:nth-child(2) { height: 18px; }
.brand-voice-note span:nth-child(3) { height: 13px; }
.brand-voice-note span:nth-child(4) { height: 22px; }
.brand-voice-note span:nth-child(5) { height: 8px; }

.brand-voice-note b {
  margin-left: auto;
  font-size: 0.62rem;
}

/* PWA hero */

.sales-hero {
  width: min(calc(100% - 32px), var(--sales-max));
  min-height: 780px;
  margin: 0 auto;
  padding: clamp(78px, 8vw, 118px) 0 clamp(96px, 10vw, 142px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
}

.sales-hero-copy {
  min-width: 0;
  position: relative;
  z-index: 4;
}

.sales-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--sales-ink);
  font-size: clamp(3.65rem, 5.5vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.sales-hero h1 em {
  display: block;
  margin-top: 0.12em;
  color: var(--sales-purple);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: inherit;
}

.sales-hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--sales-copy);
  font-size: clamp(1.04rem, 1.38vw, 1.2rem);
  line-height: 1.72;
}

.sales-hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

.sales-hero-actions .button {
  border: 0;
}

.sales-hero-actions .button i {
  font-style: normal;
  transition: translate 180ms ease;
}

.sales-hero-actions .button:hover i {
  translate: 4px 0;
}

.sales-text-link {
  min-height: 48px;
  padding: 10px 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5f3fc0;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.sales-text-link i {
  font-style: normal;
}

.sales-hero-capabilities {
  margin-top: 27px;
}

.sales-hero-scene {
  min-height: 660px;
  position: relative;
  isolation: isolate;
}

.sales-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(119, 81, 226, 0.13);
  border-radius: 50%;
}

.sales-orbit-one {
  width: 570px;
  height: 570px;
  top: 32px;
  left: 48px;
}

.sales-orbit-two {
  width: 430px;
  height: 430px;
  top: 102px;
  left: 118px;
  background: radial-gradient(circle, rgba(226, 214, 255, 0.8), rgba(243, 238, 255, 0.33) 54%, transparent 72%);
  filter: blur(1px);
}

.sales-phone {
  overflow: hidden;
  position: relative;
  border: 8px solid #fff;
  border-radius: 44px;
  background: #f1ecfb;
  box-shadow:
    0 36px 90px rgba(67, 42, 112, 0.21),
    0 12px 30px rgba(67, 42, 112, 0.11);
}

.sales-phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(77, 51, 120, 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.sales-phone > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.sales-phone-main {
  width: 330px;
  height: 646px;
  margin: 0 0 0 156px;
  z-index: 2;
  transform: rotate(2.4deg);
}

.sales-phone-speaker {
  width: 82px;
  height: 21px;
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 50%;
  border-radius: 999px;
  background: #191421;
  translate: -50% 0;
}

.sales-hero-scan-card {
  width: 245px;
  min-height: 180px;
  padding: 10px;
  position: absolute;
  z-index: 5;
  top: 250px;
  left: -2px;
  overflow: hidden;
  border: 1px solid rgba(80, 53, 126, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 25px 58px rgba(68, 43, 111, 0.17);
  backdrop-filter: blur(18px);
}

.sales-hero-scan-card > img {
  width: 100%;
  height: 134px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

.sales-hero-scan-card > div {
  padding: 10px 5px 3px;
  display: grid;
}

.sales-hero-scan-card b {
  color: #2e2240;
  font-size: 0.75rem;
}

.sales-hero-scan-card small {
  margin-top: 3px;
  color: #766d80;
  font-size: 0.6rem;
}

.sales-scan-beam {
  height: 2px;
  position: absolute;
  top: 30px;
  right: 18px;
  left: 18px;
  border-radius: 4px;
  background: #9c7cff;
  box-shadow: 0 0 16px 5px rgba(156, 124, 255, 0.36);
}

.sales-hero-status,
.sales-mira-badge {
  min-height: 62px;
  padding: 11px 13px;
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(80, 53, 126, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 52px rgba(68, 43, 111, 0.14);
  backdrop-filter: blur(18px);
}

.sales-status-voice {
  right: 4px;
  bottom: 96px;
}

.sales-status-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #efe8ff;
  color: var(--sales-purple);
}

.sales-status-icon svg {
  width: 20px;
}

.sales-hero-status > span:last-child,
.sales-mira-badge > span {
  display: grid;
  line-height: 1.12;
}

.sales-hero-status b,
.sales-mira-badge b {
  color: #302440;
  font-size: 0.72rem;
}

.sales-hero-status small,
.sales-mira-badge small {
  margin-top: 4px;
  color: #6e6578;
  font-size: 0.61rem;
}

.sales-mira-badge {
  top: 65px;
  left: 66px;
}

.sales-mira-badge img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.sales-mira-badge small i {
  width: 6px;
  height: 6px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 50%;
  background: var(--sales-green);
}

/* Section headings */

.sales-section-heading {
  max-width: 850px;
}

.sales-section-heading h2 {
  margin: 0;
  color: var(--sales-ink);
  font-size: clamp(2.8rem, 5vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.sales-section-heading > p:last-child {
  max-width: 710px;
  margin: 24px 0 0;
  color: var(--sales-copy);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

/* Product stories */

.sales-how {
  padding: clamp(96px, 10vw, 150px) 0 60px;
  background:
    radial-gradient(circle at 86% 8%, rgba(228, 216, 255, 0.7), transparent 30rem),
    linear-gradient(180deg, #fff, #fbf8ff);
}

.sales-how > .sales-section-heading,
.sales-story-list {
  width: min(calc(100% - 32px), var(--sales-max));
  margin-right: auto;
  margin-left: auto;
}

.sales-how > .sales-section-heading {
  text-align: left;
}

.sales-story-list {
  margin-top: 70px;
  display: grid;
  gap: 30px;
}

.sales-story {
  min-height: 760px;
  padding: clamp(38px, 5vw, 72px);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(450px, 1.18fr);
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
  border: 1px solid rgba(78, 51, 126, 0.1);
  border-radius: 48px;
  background:
    radial-gradient(circle at 84% 18%, rgba(219, 204, 255, 0.58), transparent 23rem),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 34px 90px rgba(67, 42, 112, 0.1);
}

.sales-story-voice {
  background:
    radial-gradient(circle at 14% 18%, rgba(218, 204, 255, 0.62), transparent 24rem),
    rgba(255, 255, 255, 0.92);
}

.sales-story-progress {
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 240, 231, 0.66), transparent 23rem),
    rgba(255, 255, 255, 0.92);
}

.sales-story-voice .sales-story-copy {
  order: 2;
}

.sales-story-voice .voice-demo {
  order: 1;
}

.sales-story-copy {
  position: relative;
  z-index: 4;
}

.sales-story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7555ce;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.sales-story-kicker > b {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(117, 82, 239, 0.17);
  border-radius: 13px;
  background: #f0eaff;
  color: var(--sales-purple);
  font-size: 0.68rem;
  letter-spacing: 0;
}

.sales-story-copy h3 {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--sales-ink);
  font-size: clamp(2.45rem, 4vw, 4.45rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.sales-story-copy > p {
  max-width: 550px;
  margin: 24px 0 0;
  color: var(--sales-copy);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.72;
}

.sales-inline-note {
  max-width: 440px;
  min-height: 48px;
  margin-top: 24px;
  padding: 11px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(47, 178, 123, 0.14);
  border-radius: 15px;
  background: rgba(232, 249, 241, 0.72);
  color: #3e6956;
  font-size: 0.76rem;
  font-weight: 760;
}

.sales-inline-note i {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sales-green);
  color: #fff;
  font-size: 0.68rem;
  font-style: normal;
}

/* Camera demo */

.camera-demo {
  width: min(100%, 442px);
  min-height: 720px;
  margin: 0 auto;
  padding: 18px 18px 24px;
  position: relative;
  border: 8px solid #29252f;
  border-radius: 46px;
  background: #050506;
  box-shadow: 0 34px 80px rgba(23, 16, 33, 0.27);
  color: #fff;
}

.camera-top {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.camera-top button,
.camera-top > span {
  border: 0;
  background: #f3f2f4;
  color: #211e25;
}

.camera-top button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 1.28rem;
  font-weight: 800;
}

.camera-top > span {
  min-height: 44px;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.camera-viewport {
  height: 358px;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
  background: #111;
}

.camera-viewport > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

.camera-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), transparent 62%, rgba(0, 0, 0, 0.2));
}

.camera-corner {
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 3;
  border-color: #fff;
  border-style: solid;
}

.camera-corner-tl { top: 22px; left: 22px; border-width: 4px 0 0 4px; border-radius: 18px 0 0; }
.camera-corner-tr { top: 22px; right: 22px; border-width: 4px 4px 0 0; border-radius: 0 18px 0 0; }
.camera-corner-bl { bottom: 22px; left: 22px; border-width: 0 0 4px 4px; border-radius: 0 0 0 18px; }
.camera-corner-br { right: 22px; bottom: 22px; border-width: 0 4px 4px 0; border-radius: 0 0 18px; }

.camera-scan-line {
  height: 2px;
  position: absolute;
  z-index: 4;
  top: 54px;
  right: 28px;
  left: 28px;
  border-radius: 2px;
  background: #ab8cff;
  box-shadow: 0 0 20px 7px rgba(171, 140, 255, 0.45);
}

.nutrition-label {
  width: 118px;
  padding: 8px;
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 31px;
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  color: #111;
  font-family: Arial, sans-serif;
  transform: rotate(2deg);
}

.nutrition-label b {
  padding-bottom: 3px;
  border-bottom: 3px solid #111;
  font-size: 0.64rem;
  line-height: 1;
}

.nutrition-label strong {
  padding: 4px 0;
  border-bottom: 1px solid #111;
  font-size: 0.53rem;
}

.nutrition-label span {
  padding-top: 3px;
  font-size: 0.43rem;
  line-height: 1.1;
}

.camera-hint {
  margin-top: 16px;
  display: grid;
  text-align: center;
}

.camera-hint b {
  font-size: 0.88rem;
}

.camera-hint small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.66rem;
}

.camera-modes {
  margin-top: 17px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.camera-modes > span {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
}

.camera-modes i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1a181f;
  color: #fff;
}

.camera-modes svg {
  width: 22px;
}

.camera-modes b {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.camera-modes .is-active i {
  background: #fff;
  color: #211e25;
}

.camera-modes .is-active b {
  color: #fff;
}

.camera-shutter {
  width: 72px;
  height: 72px;
  margin: 16px auto 0;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.camera-shutter span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.camera-result {
  width: 248px;
  min-height: 82px;
  padding: 10px;
  position: absolute;
  z-index: 8;
  top: 300px;
  right: -58px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(82, 54, 130, 0.12);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
  color: #2e2240;
  backdrop-filter: blur(16px);
}

.camera-result img {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  object-fit: cover;
}

.camera-result > span {
  min-width: 0;
  display: grid;
}

.camera-result b {
  overflow: hidden;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.camera-result small {
  margin-top: 4px;
  color: #7b7286;
  font-size: 0.53rem;
}

.camera-result i {
  width: 26px;
  height: 26px;
  margin-left: auto;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sales-green);
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
}

/* Voice and progress */

.voice-demo,
.progress-demo {
  min-height: 660px;
  position: relative;
  display: grid;
  place-items: center;
}

.sales-phone-story {
  width: 330px;
  height: 640px;
}

.sales-story-voice .sales-phone-story {
  transform: rotate(-2deg);
}

.sales-story-progress .sales-phone-story {
  transform: rotate(2deg);
}

.voice-capsule {
  width: 300px;
  min-height: 78px;
  padding: 12px 14px;
  position: absolute;
  z-index: 5;
  right: -10px;
  bottom: 75px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(83, 54, 130, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(68, 43, 111, 0.2);
  backdrop-filter: blur(18px);
}

.voice-mic {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #7b57eb;
  color: #fff;
}

.voice-mic svg {
  width: 21px;
}

.voice-wave {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.voice-wave i {
  width: 3px;
  height: 8px;
  border-radius: 3px;
  background: #8f70e8;
}

.voice-wave i:nth-child(2) { height: 16px; }
.voice-wave i:nth-child(3) { height: 23px; }
.voice-wave i:nth-child(4) { height: 13px; }
.voice-wave i:nth-child(5) { height: 26px; }
.voice-wave i:nth-child(6) { height: 17px; }

.voice-capsule > span:last-child {
  min-width: 0;
  display: grid;
}

.voice-capsule b {
  color: #322540;
  font-size: 0.7rem;
}

.voice-capsule small {
  margin-top: 3px;
  overflow: hidden;
  color: #766d80;
  font-size: 0.57rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.progress-medal {
  min-width: 210px;
  min-height: 84px;
  padding: 11px 14px 11px 64px;
  position: absolute;
  z-index: 5;
  right: -18px;
  bottom: 94px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(129, 82, 33, 0.12);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(68, 43, 111, 0.18);
  backdrop-filter: blur(18px);
}

.progress-medal > span {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 13px;
  left: -9px;
  display: grid;
  place-items: center;
  border: 4px solid #f3d69f;
  border-radius: 50%;
  background: linear-gradient(145deg, #efc87f, #b8782e);
  box-shadow: 0 10px 26px rgba(145, 92, 32, 0.3);
  color: #fff;
  font-size: 1.1rem;
}

.progress-medal b {
  color: #35283f;
  font-size: 0.72rem;
}

.progress-medal small {
  margin-top: 3px;
  color: #6e6578;
  font-size: 0.58rem;
}

/* Whole day */

.whole-day-section {
  width: min(calc(100% - 32px), var(--sales-max));
  margin: clamp(100px, 12vw, 170px) auto 0;
  padding: clamp(58px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
  align-items: start;
  gap: clamp(50px, 7vw, 100px);
  border: 1px solid rgba(82, 54, 129, 0.1);
  border-radius: 52px;
  background:
    radial-gradient(circle at 86% 18%, rgba(190, 164, 255, 0.48), transparent 28rem),
    linear-gradient(145deg, #f8f4ff, #fff);
  box-shadow: var(--sales-shadow);
}

.whole-day-copy .sales-section-heading h2 {
  font-size: clamp(2.65rem, 4.45vw, 4.75rem);
}

.whole-day-steps {
  margin-top: 44px;
  display: grid;
  gap: 9px;
}

.whole-day-step {
  min-height: 152px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 39px 1fr;
  align-items: center;
  gap: 13px;
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 260ms ease, background 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.whole-day-step:focus-visible {
  outline: 3px solid rgba(118, 82, 239, 0.34);
  outline-offset: 3px;
}

.whole-day-step.is-active {
  border-color: rgba(104, 68, 191, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(70, 44, 116, 0.08);
  opacity: 1;
  transform: translateX(5px);
}

.whole-day-step > b {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eee7ff;
  color: #6f49d4;
  font-size: 0.67rem;
}

.whole-day-step h3 {
  margin: 0;
  color: #312340;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.whole-day-step p {
  margin: 5px 0 0;
  color: #776e80;
  font-size: 0.78rem;
  line-height: 1.55;
}

.whole-day-visual {
  min-height: 760px;
  position: sticky;
  top: 30px;
  display: grid;
  place-items: center;
}

.whole-day-halo {
  width: 520px;
  height: 520px;
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 194, 255, 0.76), rgba(237, 229, 255, 0.42) 58%, transparent 72%);
}

.whole-day-phone {
  width: 354px;
  height: 704px;
  z-index: 2;
}

.whole-day-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: top;
  opacity: 0;
  transition: opacity 480ms ease, transform 650ms cubic-bezier(.2,.7,.2,1);
  transform: scale(1.015);
}

.whole-day-screen.is-active {
  opacity: 1;
  transform: scale(1);
}

.whole-day-screen.lang-visual-ru {
  display: none !important;
}

html[data-lang="ru"] .whole-day-screen.lang-visual-en {
  display: none !important;
}

html[data-lang="ru"] .whole-day-screen.lang-visual-ru {
  display: block !important;
}

.whole-day-float {
  min-width: 195px;
  min-height: 68px;
  padding: 11px 13px;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(80, 53, 126, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 52px rgba(68, 43, 111, 0.16);
  backdrop-filter: blur(18px);
}

.whole-day-float > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #e7f8f0;
  color: #239b68;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 850;
}

.whole-day-float > span {
  display: grid;
}

.whole-day-float b {
  color: #352740;
  font-size: 0.69rem;
}

.whole-day-float small {
  margin-top: 4px;
  color: #6e6578;
  font-size: 0.57rem;
}

.whole-day-float-photo {
  top: 185px;
  left: -22px;
}

.whole-day-float-context {
  right: -30px;
  bottom: 175px;
}

.whole-day-float-context > i {
  background: #eee7ff;
  color: #6d48d3;
}

/* Real life cards */

.real-life-section {
  width: min(calc(100% - 32px), var(--sales-max));
  margin: clamp(105px, 12vw, 170px) auto 0;
  padding-bottom: 30px;
}

.real-life-section > .sales-section-heading {
  max-width: 930px;
}

.real-life-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.real-life-card {
  min-height: 620px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(80, 53, 126, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 70%, rgba(220, 206, 255, 0.56), transparent 21rem),
    #fff;
  box-shadow: 0 28px 72px rgba(67, 42, 112, 0.1);
}

.real-life-card > div {
  padding: 28px 27px 0;
  position: relative;
  z-index: 3;
}

.real-life-card > div > span {
  color: #7b59d5;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.real-life-card h3 {
  max-width: 330px;
  margin: 17px 0 0;
  color: var(--sales-ink);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.real-life-card p {
  margin: 12px 0 0;
  color: #716879;
  font-size: 0.82rem;
  line-height: 1.55;
}

.real-life-card figure {
  width: 228px;
  height: 385px;
  margin: 33px auto 0;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 31px 31px 0 0;
  background: #f2edfb;
  box-shadow: 0 24px 55px rgba(68, 43, 111, 0.17);
  transform: rotate(2deg);
}

.real-life-card:nth-child(2) figure {
  transform: rotate(-1.5deg);
}

.real-life-card:nth-child(3) figure {
  transform: rotate(1deg);
}

.real-life-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Final CTA */

.sales-final-cta {
  width: min(calc(100% - 32px), var(--sales-max));
  min-height: 650px;
  margin: clamp(100px, 12vw, 170px) auto 80px;
  padding: clamp(68px, 8vw, 108px) 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(87, 56, 143, 0.11);
  border-radius: 52px;
  background:
    radial-gradient(circle at 50% 25%, rgba(196, 170, 255, 0.55), transparent 21rem),
    linear-gradient(145deg, #f5efff, #fff 66%);
  box-shadow: var(--sales-shadow);
  text-align: center;
}

.sales-final-cta h2 {
  max-width: 920px;
  margin: 0;
  color: var(--sales-ink);
  font-size: clamp(3rem, 6.3vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.sales-final-cta > p:not(.sales-eyebrow):not(.subscription-brief) {
  max-width: 620px;
  margin: 25px 0 0;
  color: var(--sales-copy);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.sales-final-cta .button {
  margin-top: 30px;
  border: 0;
}

.sales-final-cta .button i {
  font-style: normal;
}

.sales-final-orb {
  width: 124px;
  height: 124px;
  margin-bottom: 33px;
  position: relative;
  display: grid;
  place-items: center;
}

.sales-final-orb > span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(119, 82, 220, 0.17);
  border-radius: 50%;
}

.sales-final-orb > span:nth-child(2) {
  inset: -18px;
  opacity: 0.55;
}

.sales-final-orb img {
  width: 92px;
  height: 92px;
  border-radius: 27px;
  box-shadow: 0 20px 48px rgba(95, 54, 195, 0.26);
}

.subscription-brief {
  max-width: 720px;
  margin: 24px 0 0;
  color: #6e6578;
  font-size: 0.7rem;
  line-height: 1.6;
}

.subscription-brief a {
  margin-left: 5px;
  color: #6340bd;
  font-weight: 800;
}

/* Footer overrides */

.sales-v3 .site-footer {
  width: min(calc(100% - 32px), var(--sales-max));
  margin: 0 auto;
  padding: 44px 0 48px;
  border-top: 1px solid rgba(78, 51, 126, 0.1);
  color: #716879;
}

.sales-v3 .site-footer b {
  color: #312440;
}

.sales-v3 .site-footer a {
  color: #635a6f;
}

/* Motion */

html.mira-motion-ready [data-sales-reveal] {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(24px);
  transition:
    opacity 760ms cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
    transform 760ms cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
    filter 760ms cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms);
}

html.mira-motion-ready [data-sales-reveal].is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

html.mira-motion-ready .sales-phone-main {
  animation: sales-phone-float 7s ease-in-out infinite;
}

html.mira-motion-ready .sales-hero-scan-card {
  animation: sales-card-float 6.6s ease-in-out -2.8s infinite;
}

html.mira-motion-ready .sales-status-voice,
html.mira-motion-ready .sales-mira-badge {
  animation: sales-card-float 6.2s ease-in-out infinite;
}

html.mira-motion-ready .sales-scan-beam,
html.mira-motion-ready .camera-scan-line {
  animation: sales-scan 6.4s cubic-bezier(.3,.1,.2,1) infinite;
}

html.mira-motion-ready .voice-wave i,
html.mira-motion-ready .brand-voice-note span {
  animation: sales-wave 1.1s ease-in-out infinite alternate;
  animation-delay: calc(var(--wave-index, 0) * -90ms);
}

html.mira-motion-ready .brand-telegram-shot-info {
  animation: sales-card-float 5.8s ease-in-out -2.1s infinite;
}

html.mira-motion-ready .voice-wave i:nth-child(2),
html.mira-motion-ready .brand-voice-note span:nth-child(2) { --wave-index: 1; }
html.mira-motion-ready .voice-wave i:nth-child(3),
html.mira-motion-ready .brand-voice-note span:nth-child(3) { --wave-index: 2; }
html.mira-motion-ready .voice-wave i:nth-child(4),
html.mira-motion-ready .brand-voice-note span:nth-child(4) { --wave-index: 3; }
html.mira-motion-ready .voice-wave i:nth-child(5),
html.mira-motion-ready .brand-voice-note span:nth-child(5) { --wave-index: 4; }
html.mira-motion-ready .voice-wave i:nth-child(6) { --wave-index: 5; }
html.mira-motion-ready .voice-wave i:nth-child(7) { --wave-index: 6; }

html.mira-motion-ready .progress-medal > span {
  animation: sales-medal-glow 4.8s ease-in-out infinite;
}

html.mira-motion-ready .sales-final-orb > span:nth-child(2) {
  animation: sales-orb-breathe 5s ease-in-out infinite;
}

@keyframes sales-phone-float {
  0%, 100% { transform: rotate(2.4deg) translateY(0); }
  50% { transform: rotate(1.5deg) translateY(-10px); }
}

@keyframes sales-card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes sales-scan {
  0%, 15% { transform: translateY(0); opacity: 0; }
  22% { opacity: 1; }
  56% { transform: translateY(230px); opacity: 1; }
  64%, 100% { transform: translateY(230px); opacity: 0; }
}

@keyframes sales-wave {
  from { scale: 1 0.55; opacity: 0.72; }
  to { scale: 1 1; opacity: 1; }
}

@keyframes sales-medal-glow {
  0%, 76%, 100% { box-shadow: 0 10px 26px rgba(145, 92, 32, 0.3); }
  86% { box-shadow: 0 10px 32px rgba(145, 92, 32, 0.44), 0 0 0 9px rgba(232, 190, 115, 0.15); }
}

@keyframes sales-orb-breathe {
  0%, 100% { scale: 0.96; opacity: 0.4; }
  50% { scale: 1.06; opacity: 0.75; }
}

/* Responsive */

@media (min-width: 1024px) and (max-height: 900px) {
  .sales-hero {
    min-height: calc(100svh - 96px);
    padding: clamp(42px, 5.8vh, 54px) 0 clamp(48px, 6.5vh, 62px);
    gap: clamp(34px, 4.5vw, 66px);
  }

  .sales-hero h1 {
    font-size: clamp(3.65rem, 4.75vw, 4.75rem);
  }

  .sales-hero-lead {
    margin-top: 22px;
    font-size: clamp(1rem, 1.18vw, 1.1rem);
    line-height: 1.6;
  }

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

  .sales-hero-capabilities {
    margin-top: 20px;
  }

  .sales-hero-scene {
    min-height: 610px;
    transform: scale(0.91);
    transform-origin: center right;
  }
}

@media (min-width: 1024px) and (max-height: 780px) {
  .sales-hero {
    min-height: calc(100svh - 90px);
    padding: 32px 0 42px;
  }

  .sales-hero h1 {
    font-size: clamp(3.4rem, 4.35vw, 4.2rem);
  }

  .sales-hero-lead {
    max-width: 570px;
    margin-top: 18px;
    line-height: 1.52;
  }

  .sales-hero-actions {
    margin-top: 20px;
  }

  .sales-hero-capabilities {
    margin-top: 16px;
  }

  .sales-hero-scene {
    min-height: 560px;
    transform: scale(0.83);
  }
}

@media (max-width: 1180px) {
  .brand-gateway {
    grid-template-columns: minmax(0, 0.72fr) minmax(555px, 1.28fr);
    gap: 34px;
  }

  .sales-hero {
    grid-template-columns: minmax(0, 0.78fr) minmax(510px, 1.22fr);
    gap: 32px;
  }

  .sales-hero-scene {
    transform: scale(0.92);
    transform-origin: center right;
  }

  .sales-story {
    grid-template-columns: minmax(0, 0.82fr) minmax(410px, 1.18fr);
    gap: 36px;
  }

  .whole-day-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 40px;
  }

  .whole-day-phone {
    width: 320px;
    height: 650px;
  }
}

@media (max-width: 1023px) {
  .brand-gateway,
  .sales-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-gateway {
    gap: 46px;
    padding-top: 82px;
  }

  .brand-gateway-copy {
    text-align: center;
  }

  .brand-gateway h1,
  .brand-gateway-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .brand-gateway .sales-capability-row {
    justify-content: center;
  }

  .sales-hero {
    padding-top: 88px;
  }

  .sales-hero-copy {
    max-width: 780px;
    text-align: center;
    margin-inline: auto;
  }

  .sales-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .sales-hero-actions,
  .sales-hero-capabilities {
    justify-content: center;
  }

  .sales-hero-scene {
    width: min(100%, 720px);
    margin-inline: auto;
    transform: none;
  }

  .sales-story {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sales-story-copy {
    max-width: 700px;
  }

  .sales-story-voice .sales-story-copy,
  .sales-story-voice .voice-demo {
    order: initial;
  }

  .whole-day-section {
    grid-template-columns: 1fr;
  }

  .whole-day-visual {
    min-height: 720px;
    position: relative;
    top: auto;
  }

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

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

  .real-life-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .sales-v3 .mira-global-header {
    min-height: 64px;
    margin-top: 0;
    padding: 8px 10px;
    border-radius: 0 0 20px 20px;
  }

  .brand-gateway,
  .sales-hero,
  .sales-how > .sales-section-heading,
  .sales-story-list,
  .whole-day-section,
  .real-life-section,
  .sales-final-cta,
  .sales-v3 .site-footer {
    width: min(calc(100% - 24px), var(--sales-max));
  }

  .brand-gateway {
    min-height: auto;
    padding: 64px 0 54px;
  }

  .brand-gateway h1 {
    font-size: clamp(2.75rem, 12vw, 4.25rem);
  }

  .brand-gateway-lead {
    font-size: 0.98rem;
  }

  .brand-channel-grid-v3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .brand-channel-grid-v3 .brand-channel-card {
    min-height: 510px;
  }

  .brand-channel-grid-v3 .brand-web-channel {
    border-color: rgba(105, 72, 184, 0.2);
    background:
      radial-gradient(circle at 88% 78%, rgba(150, 112, 242, 0.34), transparent 47%),
      radial-gradient(circle at 8% 4%, rgba(255, 255, 255, 0.78), transparent 34%),
      linear-gradient(150deg, #f5f0ff 0%, #e9dfff 56%, #ded2f8 100%);
    box-shadow:
      0 24px 58px rgba(78, 50, 139, 0.17),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .brand-channel-grid-v3 .brand-telegram-channel {
    border-color: rgba(95, 218, 165, 0.18);
    background:
      radial-gradient(circle at 86% 78%, rgba(57, 207, 136, 0.22), transparent 46%),
      radial-gradient(circle at 8% 6%, rgba(126, 91, 225, 0.24), transparent 44%),
      linear-gradient(155deg, #2b2639 0%, #22232f 52%, #182028 100%);
    box-shadow:
      0 24px 58px rgba(38, 27, 62, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .brand-channel-grid-v3 .brand-telegram-channel .brand-channel-copy p {
    color: rgba(255, 255, 255, 0.68);
  }

  .brand-product-preview {
    width: 205px;
    height: 365px;
  }

  .brand-telegram-reference-preview {
    width: auto;
  }

  .sales-hero {
    min-height: auto;
    padding: 70px 0 95px;
  }

  .sales-hero h1 {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .sales-hero-lead {
    font-size: 0.98rem;
  }

  .sales-hero-scene {
    min-height: 590px;
    margin-top: 8px;
    transform: scale(0.87);
    transform-origin: center top;
  }

  .sales-phone-main {
    margin-left: 132px;
  }

  .sales-hero-scan-card {
    left: 15px;
  }

  .sales-section-heading h2 {
    font-size: clamp(2.65rem, 11vw, 4.3rem);
  }

  .sales-how {
    padding-top: 86px;
  }

  .sales-story-list {
    margin-top: 45px;
    gap: 17px;
  }

  .sales-story {
    padding: 35px 22px 38px;
    border-radius: 34px;
  }

  .sales-story-copy h3 {
    font-size: clamp(2.35rem, 9.5vw, 3.45rem);
  }

  .camera-demo {
    width: min(100%, 405px);
    min-height: 686px;
  }

  .camera-result {
    width: 225px;
    right: 6px;
    top: 315px;
  }

  .voice-demo,
  .progress-demo {
    min-height: 620px;
  }

  .sales-phone-story {
    width: 300px;
    height: 600px;
  }

  .voice-capsule,
  .progress-medal {
    right: 0;
  }

  .whole-day-section {
    margin-top: 88px;
    padding: 48px 22px;
    border-radius: 34px;
  }

  .whole-day-steps {
    grid-template-columns: 1fr;
  }

  .whole-day-step {
    min-height: auto;
    opacity: 1;
  }

  .whole-day-visual {
    min-height: 680px;
  }

  .whole-day-phone {
    width: 300px;
    height: 620px;
  }

  .whole-day-float-photo {
    left: -6px;
  }

  .whole-day-float-context {
    right: -6px;
  }

  .real-life-section {
    margin-top: 92px;
  }

  .real-life-grid {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .real-life-card:last-child {
    grid-column: auto;
  }

  .real-life-card {
    min-height: 575px;
  }

  .sales-final-cta {
    min-height: 590px;
    margin: 94px auto 52px;
    padding: 66px 18px;
    border-radius: 34px;
  }

  .sales-final-cta h2 {
    font-size: clamp(2.75rem, 12vw, 4.7rem);
  }
}

@media (max-width: 520px) {
  .sales-v3 .mira-global-header {
    gap: 7px;
  }

  .sales-v3 .mira-product-switch {
    gap: 1px;
    padding: 3px;
  }

  .sales-v3 .mira-product-switch a {
    min-height: 38px;
    padding: 6px 8px;
    font-size: 0.64rem;
  }

  .sales-v3 .mira-global-header .lang-toggle {
    width: 40px;
    height: 40px;
  }

  .sales-capability-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-capability-row > span {
    justify-content: center;
  }

  .brand-gateway-copy {
    text-align: left;
  }

  .brand-gateway .sales-capability-row {
    justify-content: initial;
  }

  .brand-gateway h1 {
    font-size: clamp(2.65rem, 13vw, 3.75rem);
  }

  .brand-channel-grid-v3 .brand-channel-copy {
    padding: 26px 23px 0;
  }

  .brand-channel-grid-v3 .brand-channel-card {
    min-height: 490px;
  }

  .brand-product-preview {
    right: 10px;
    width: 188px;
  }

  .brand-telegram-shot-chat {
    width: 168px;
    height: 344px;
  }

  .brand-telegram-shot-info {
    width: 122px;
    height: 153px;
    top: 138px;
  }

  .brand-preview-photo {
    right: 108px;
  }

  .sales-hero-copy {
    text-align: left;
  }

  .sales-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.85rem, 13.5vw, 4.15rem);
  }

  .sales-hero-actions,
  .sales-hero-capabilities {
    justify-content: initial;
  }

  .sales-hero-actions {
    align-items: stretch;
    display: grid;
  }

  .sales-hero-actions .button,
  .sales-text-link {
    width: 100%;
  }

  .sales-text-link {
    justify-content: center;
  }

  .sales-hero-scene {
    min-height: 515px;
    margin-left: -50px;
    transform: scale(0.72);
    transform-origin: top center;
  }

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

  .sales-story-copy {
    width: 100%;
    min-width: 0;
  }

  .sales-hero-scan-card {
    left: 30px;
  }

  .sales-status-voice {
    right: 2px;
  }

  .sales-story {
    padding-inline: 17px;
  }

  .camera-demo {
    min-height: 640px;
    padding: 14px;
    border-width: 6px;
    border-radius: 38px;
  }

  .camera-top > span {
    padding-inline: 12px;
    font-size: 0.68rem;
  }

  .camera-viewport {
    height: 320px;
  }

  .camera-modes b {
    font-size: 0.52rem;
  }

  .camera-result {
    top: 288px;
  }

  .voice-demo,
  .progress-demo {
    min-height: 560px;
  }

  .sales-phone-story {
    width: 270px;
    height: 540px;
  }

  .voice-capsule {
    width: 265px;
    right: -5px;
    bottom: 56px;
  }

  .progress-medal {
    right: -4px;
    bottom: 68px;
  }

  .whole-day-section {
    padding-inline: 17px;
  }

  .whole-day-visual {
    min-height: 590px;
    margin-inline: -8px;
  }

  .whole-day-phone {
    width: 266px;
    height: 550px;
  }

  .whole-day-float {
    min-width: 166px;
  }

  .whole-day-float-photo {
    top: 145px;
  }

  .whole-day-float-context {
    bottom: 110px;
  }

  .sales-final-cta .button {
    width: 100%;
    max-width: 340px;
  }

  .subscription-brief a {
    display: block;
    margin: 7px 0 0;
  }
}

@media (max-width: 359px) {
  .brand-gateway,
  .sales-hero,
  .sales-how > .sales-section-heading,
  .sales-story-list,
  .whole-day-section,
  .real-life-section,
  .sales-final-cta,
  .sales-v3 .site-footer {
    width: min(calc(100% - 20px), var(--sales-max));
  }

  .sales-v3 .mira-product-switch a {
    padding-inline: 6px;
    font-size: 0.59rem;
  }

  .brand-gateway h1,
  .sales-hero h1 {
    font-size: 2.65rem;
  }

  .sales-hero-scene {
    margin-left: -71px;
    transform: scale(0.66);
  }

  .camera-demo {
    transform: scale(0.94);
    transform-origin: top center;
    margin-bottom: -36px;
  }

  .voice-capsule {
    right: -10px;
  }

  .whole-day-phone {
    width: 250px;
    height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.mira-motion-ready [data-sales-reveal],
  html.mira-motion-ready [data-sales-reveal].is-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  html.mira-motion-ready .sales-phone-main,
  html.mira-motion-ready .sales-hero-scan-card,
  html.mira-motion-ready .sales-status-voice,
  html.mira-motion-ready .sales-mira-badge,
  html.mira-motion-ready .sales-scan-beam,
  html.mira-motion-ready .camera-scan-line,
  html.mira-motion-ready .voice-wave i,
  html.mira-motion-ready .brand-voice-note span,
  html.mira-motion-ready .brand-telegram-shot-info,
  html.mira-motion-ready .progress-medal > span,
  html.mira-motion-ready .sales-final-orb > span:nth-child(2) {
    animation: none;
  }

  .whole-day-screen,
  .whole-day-step {
    transition: none;
  }
}
