@charset "UTF-8";* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}

:root {
  /* Шрифт по умолчанию */
  --font-family: "Arial", "Helvetica Neue", sans-serif;
  /* Размер шрифта по умолчанию (де 16 - размер шрифта по умолчанию с макета)  */
  --font-size: 1rem;
  /* Основные цвета */
  --main-color: #202124;
  /* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

body {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  min-width: 20rem;
  background: #f6f5f2;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 0.1875rem solid #202124;
  outline-offset: 0.1875rem;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
:root {
  --red:#e3262e;
  --red-dark:#b9141c;
  --ink:#202124;
  --paper:#f6f5f2;
  --line:#d9d7d1;
}

.landing {
  overflow: clip;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background: url("../assets/img/hero/foto.webp") 85% center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.34) 42%, rgba(255, 255, 255, 0.08) 68%, transparent 84%);
  pointer-events: none;
}

.hero__container {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  padding-top: clamp(1.25rem, 3.2vh, 2.25rem);
  padding-bottom: clamp(1.5rem, 4vh, 3rem);
}

.brand {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 0.8125rem;
  color: #000;
  font-weight: 800;
  font-size: 1.125rem;
  text-decoration: none;
}

.brand img {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 0.875rem;
  object-fit: cover;
}

.hero__content {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr) minmax(22.5rem, 0.82fr);
  grid-template-areas: "title card" "lead card" "purchase card" "button card" "note card";
  align-content: center;
  align-items: center;
  column-gap: clamp(3.75rem, 8vw, 8.125rem);
  padding-top: 2.25rem;
}

.eyebrow {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 1rem;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  grid-area: title;
  max-width: 47.5rem;
  margin-bottom: 1.5rem;
  color: #202124;
  font-size: clamp(3.5rem, 6.2vw, 6.125rem);
  line-height: 0.91;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

h1 em {
  color: var(--red);
  font-style: normal;
}

.hero__intro {
  grid-area: lead;
  max-width: 36.875rem;
}

.hero__lead {
  margin-bottom: 0.3125rem;
  color: #000;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.4;
}

.hero__stations {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.hero-card {
  grid-area: card;
  position: relative;
  isolation: isolate;
  width: min(100% - 1.125rem, 31.25rem);
  aspect-ratio: 1.586;
  justify-self: end;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.375rem);
  color: #fff;
  background: radial-gradient(circle at 54% 46%, #1b1b1b 0%, #141414 38%, #111 67%, #0d0d0d 100%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.11);
  border-radius: clamp(1.25rem, 2.4vw, 1.875rem);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.045), inset 0 -1.5rem 3rem rgba(0, 0, 0, 0.22), 0 1.375rem 2.8125rem rgba(0, 0, 0, 0.18);
  transform: rotate(-4deg);
  transform-origin: center;
}

.hero-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -28% -18% 42% 22%;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012) 45%, transparent 72%);
  transform: skewX(-12deg);
  pointer-events: none;
}

.hero-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image: repeating-linear-gradient(108deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 0.0625rem, transparent 0.0625rem, transparent 0.25rem), linear-gradient(154deg, transparent 0 58%, rgba(0, 0, 0, 0.18) 58% 76%, transparent 76%);
  pointer-events: none;
}

.hero-card__brand {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.hero-card__logo {
  display: grid;
  place-items: center;
  width: 2.875rem;
  height: 2.875rem;
  flex: 0 0 auto;
  border-radius: 0.6875rem;
  background: var(--red);
  font-size: 1.1875rem;
  font-weight: 800;
}

.hero-card__brand strong {
  font-size: clamp(1.0625rem, 1.7vw, 1.375rem);
}

.hero-card__nfc {
  width: 1.8125rem;
  height: 1.8125rem;
  margin-left: auto;
  fill: none;
  stroke: #fff;
  stroke-width: 1.35;
  stroke-linecap: round;
}

.hero-card__details {
  margin: auto 0;
}

.hero-card__details strong {
  display: block;
  color: #fff;
  font-size: clamp(1.375rem, 2.25vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.hero-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.125rem;
}

.hero-card__holder span, .hero-card__holder strong {
  display: block;
}

.hero-card__holder span {
  margin-bottom: 0.25rem;
  color: #9a9a9a;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-card__holder strong {
  color: #fff;
  font-size: clamp(0.75rem, 1.15vw, 0.9375rem);
  font-weight: 600;
}

.hero-card small {
  color: #9a9a9a;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  text-align: right;
}

.hero__purchase {
  grid-area: purchase;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.75rem;
  margin: 1.25rem 0 1.75rem;
}

.hero__purchase > div {
  min-width: 0;
  border-top: 0.0625rem solid rgba(32, 33, 36, 0.38);
  padding-top: 0.75rem;
}

.hero__purchase > div > span, .hero__purchase strong {
  display: block;
}

.hero__purchase > div > span {
  margin-bottom: 0.25rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.35;
}

.hero__purchase strong {
  color: #000;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hero__purchase strong span {
  display: inline;
}

.button {
  min-height: 3.5rem;
  border: 0;
  border-radius: 0.875rem;
  padding: 1rem 1.5625rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.button:hover {
  transform: translateY(-0.125rem);
}

.button--primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 0.875rem 2rem rgba(227, 38, 46, 0.23);
}

.button--primary:hover {
  background: var(--red-dark);
}

.button--light {
  color: var(--ink);
  background: #fff;
}

.button--secondary {
  color: var(--ink);
  background: #eeeae4;
}

.button--wide {
  width: 100%;
  margin-top: 0.5rem;
}

.hero__button {
  grid-area: button;
  width: min(100%, 22.5rem);
  min-height: 4rem;
  border-radius: 0.875rem;
  box-shadow: none;
  font-size: 1.1875rem;
}

.fine-print {
  grid-area: note;
  max-width: 35.625rem;
  margin: 1.0625rem 0 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 500;
}

.sticky-cta {
  display: none;
}

.section {
  padding: 6.875rem 0;
}

.section h2, .final-cta h2 {
  font-size: clamp(2.625rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
  margin-bottom: 2.75rem;
}

.section--dark {
  color: #fff;
  background: #202124;
}

.section--dark h2 {
  font-size: clamp(3rem, 3.8vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.section--dark .eyebrow {
  color: #ff6066;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 0.0625rem solid #4b4c50;
}

.steps li {
  min-height: 14.6875rem;
  padding: 1.5625rem 1.5rem 0 0;
  border-right: 0.0625rem solid #4b4c50;
}

.steps li + li {
  padding-left: 1.5rem;
}

.steps li:last-child {
  border-right: 0;
}

.steps span {
  color: #ff6066;
  font-weight: 800;
  font-size: 0.8125rem;
  line-height: 1.3;
}

.steps h3 {
  margin: 3.625rem 0 0.625rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
}

.steps p {
  color: #bdbec2;
  font-size: 1rem;
  line-height: 1.5;
}

.steps__app h3 {
  margin-top: 2.25rem;
}

.steps__download {
  min-height: 2.75rem;
  margin-top: 0.875rem;
  border: 0.0625rem solid #ff6066;
  border-radius: 0.875rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background: transparent;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.steps__download:hover {
  color: var(--ink);
  background: #fff;
  transform: translateY(-0.125rem);
}

.steps__download:focus-visible {
  outline-color: #fff;
}

.app-modal[hidden] {
  display: none;
}

.app-modal {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.app-modal__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(10, 10, 12, 0.76);
  backdrop-filter: blur(0.5rem);
  transition: opacity 220ms ease;
}

.app-modal__dialog {
  position: relative;
  width: min(27.5rem, 100%);
  max-height: calc(100dvh - 2.5rem);
  overflow: auto;
  opacity: 0;
  transform: translateY(1.5rem);
  background: #fff;
  border-radius: 1.75rem;
  padding: 2.5rem;
  box-shadow: 0 1.875rem 6.25rem rgba(0, 0, 0, 0.4);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.app-modal.--open .app-modal__backdrop {
  opacity: 1;
}

.app-modal.--open .app-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}

.app-modal.--closing .app-modal__backdrop {
  opacity: 0;
  transition: opacity 180ms ease-in;
}

.app-modal.--closing .app-modal__dialog {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: transform 240ms ease-in, opacity 180ms ease-in;
}

.app-modal__close {
  position: absolute;
  right: 1rem;
  top: 0.9375rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: #efede9;
  font-size: 1.75rem;
  cursor: pointer;
}

.app-modal__dialog .eyebrow {
  margin-bottom: 1rem;
  color: var(--red);
}

.app-modal__dialog h2 {
  margin: 0 3rem 0.5rem 0;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 2.625rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.app-modal__description {
  margin: 0 0 1.75rem;
  color: #66686d;
  font-size: 1.125rem;
}

.app-modal__links {
  display: grid;
  gap: 0.75rem;
}

.app-modal__links a {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  border: 0.0625rem solid var(--line);
  border-radius: 0.875rem;
  padding: 0.875rem 1rem;
  color: var(--ink);
  background: #fff;
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.app-modal__links a::after {
  content: "↗";
  color: var(--red);
}

.app-modal__links a:hover {
  background: var(--paper);
  transform: translateY(-0.125rem);
}

.section--benefits .section__container {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3.5rem, 7vw, 6rem);
  align-items: start;
}

.section-heading {
  margin: 0;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 3.8vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.section-heading > p {
  max-width: 27.5rem;
  margin: 1.5rem 0 0;
  color: #66686d;
  font-size: 1.125rem;
  line-height: 1.5;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.benefit {
  min-height: 13.125rem;
  padding: 1.625rem;
  border: 0.0625rem solid #e5e2dd;
  border-radius: 1.375rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.benefit > span {
  color: var(--red);
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.benefit h3 {
  margin: auto 0 0.625rem;
  font-size: 1.3125rem;
  line-height: 1.25;
  font-weight: 700;
}

.benefit p {
  margin: 0;
  color: #686a70;
  font-size: 1rem;
  line-height: 1.5;
}
.benefits-note {
  grid-column: 1/-1;
  width: min(100%, 43.75rem);
  justify-self: end;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid var(--line);
}

.benefits-note .eyebrow {
  margin-bottom: 0.875rem;
}

.benefits-note > p:not(.eyebrow) {
  margin: 0;
  color: var(--ink);
  font-size: 1.0625rem;
  line-height: 1.5;
}

.benefits-note > p + p {
  margin-top: 0.625rem;
}

.section--muted {
  background: #eae8e3;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(11.875rem, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(3rem, 6vw, 4.5rem);
}

.faq-layout h2 {
  position: sticky;
  top: 1.875rem;
  margin: 0;
  font-size: clamp(3rem, 3.8vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.faq {
  min-width: 0;
}

.faq details {
  border-top: 0.0625rem solid #c9c6bf;
}

.faq details:last-child {
  border-bottom: 0.0625rem solid #c9c6bf;
}

.faq summary {
  position: relative;
  min-height: 4rem;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  padding: 1.125rem 3.25rem 1.125rem 0;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 800;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 43.75rem;
  margin: 0;
  padding: 0 2.8125rem 1.375rem 0;
  color: #62646a;
  font-size: 1rem;
  line-height: 1.55;
}

.faq a {
  color: var(--ink);
  text-decoration-color: rgba(227, 38, 46, 0.55);
  text-underline-offset: 0.1875rem;
}

.faq a:hover {
  color: var(--red-dark);
}

.faq__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  max-width: 43.75rem;
  margin: -0.625rem 0 0;
  padding: 0 2.8125rem 1.375rem 1.25rem;
}

.faq__links li {
  padding-left: 0.125rem;
}

@supports (interpolate-size: allow-keywords) {
  .faq {
    interpolate-size: allow-keywords;
  }
  .faq details::details-content {
    block-size: 0;
    overflow: hidden;
    opacity: 0;
    transition: block-size 0.22s ease, opacity 0.16s ease;
  }
  .faq details[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
}
.final-cta {
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  padding: clamp(4.5rem, 8vw, 6.75rem) 0;
}

.final-cta__container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20.625rem, 0.72fr);
  grid-template-areas: "eyebrow visual" "title visual" "lead visual" "usage visual" "offer visual" "button visual";
  column-gap: clamp(4rem, 8vw, 7.5rem);
  align-items: start;
}

.final-cta .eyebrow {
  grid-area: eyebrow;
  margin-bottom: 1.125rem;
  color: var(--red);
}

.final-cta h2 {
  grid-area: title;
  max-width: 37.5rem;
  margin: 0 0 1.5rem;
  font-size: clamp(3rem, 4.2vw, 3.875rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.final-cta__lead {
  grid-area: lead;
  max-width: 36.25rem;
  margin: 0 0 1.375rem;
  color: #62646a;
  font-size: 1.125rem;
  line-height: 1.55;
}

.final-cta__usage {
  grid-area: usage;
  margin: 0 0 1.625rem;
  color: var(--ink);
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 700;
}

.final-cta__offer {
  grid-area: offer;
  max-width: 32.5rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.125rem;
  align-items: center;
  margin-bottom: 1.75rem;
  padding-top: 1.375rem;
  border-top: 0.0625rem solid var(--line);
}

.final-cta__offer > strong {
  white-space: nowrap;
  font-size: clamp(2.125rem, 3vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.final-cta__offer p {
  margin: 0;
  color: #66686d;
  font-size: 1rem;
  line-height: 1.45;
}

.final-cta > .final-cta__container > .button {
  grid-area: button;
  width: min(100%, 22.5rem);
  min-height: 4rem;
  font-size: 1.1875rem;
}

.final-cta__phone-visual {
  grid-area: visual;
  justify-self: center;
  align-self: center;
  width: min(100%, 22.5rem);
}

.phone {
  position: relative;
  width: 100%;
  aspect-ratio: 0.535;
  border: 0.3125rem solid #151619;
  border-radius: 2.75rem;
  padding: 0.3125rem;
  background: #090a0b;
  box-shadow: 0 1.5rem 3.4375rem rgba(32, 33, 36, 0.18);
  transform: rotate(1.5deg);
}

.phone__speaker {
  position: absolute;
  z-index: 2;
  top: 0.6875rem;
  left: 50%;
  width: 29%;
  height: 1.25rem;
  border-radius: 0.8125rem;
  translate: -50% 0;
  background: #0d0e10;
}

.phone__screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2.1875rem;
  padding: 2.625rem 0.9375rem 0;
  overflow: hidden;
  background: #fff;
}

.phone__notice {
  width: 100%;
  border-radius: 0.5625rem;
  padding: 0.5625rem 0.6875rem;
  color: #fff;
  background: #202124;
  font-size: 0.6875rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.phone__card-info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.8125rem 0.125rem 0.5625rem;
}

.phone__card-info > span {
  display: grid;
  place-items: center;
  width: 1.875rem;
  height: 1.875rem;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 0.6875rem;
  font-weight: 800;
}

.phone__card-info p, .phone__qr-copy {
  margin: 0;
}

.phone__card-info strong, .phone__card-info small, .phone__qr-copy strong, .phone__qr-copy small {
  display: block;
}

.phone__card-info strong {
  color: var(--ink);
  font-size: 0.8125rem;
  line-height: 1.25;
  letter-spacing: 0.055em;
}

.phone__card-info small {
  margin-top: 0.125rem;
  color: #777980;
  font-size: 0.5625rem;
  line-height: 1.3;
}

.phone__qr {
  position: relative;
  width: min(76%, 12.8125rem);
  aspect-ratio: 1;
  padding: 0.4375rem;
  border: 0.0625rem solid #dedede;
  border-radius: 0.5rem;
  background: #fff;
}

.phone__qr svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #111214;
  shape-rendering: crispEdges;
}

.phone__qr > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0.25rem solid #fff;
  border-radius: 0.3125rem;
  color: #fff;
  background: var(--red);
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 800;
  translate: -50% -50%;
}

.phone__qr-copy {
  margin-top: 0.5rem;
  text-align: center;
}

.phone__qr-copy strong {
  color: var(--ink);
  font-size: 0.75rem;
  line-height: 1.3;
}

.phone__qr-copy small {
  margin-top: 0.125rem;
  color: #777980;
  font-size: 0.5625rem;
  line-height: 1.3;
}

.phone__hotline {
  margin: auto 0 0.5rem;
  color: #62646a;
  font-size: 0.625rem;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.phone__refresh {
  width: 100%;
  min-height: 2.375rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  color: #fff;
  background: var(--red);
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 800;
}

.phone__nav {
  width: calc(100% + 1.875rem);
  min-height: 3.625rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  margin-top: 0.625rem;
  padding: 0.4375rem 0.5rem 0.375rem;
  color: #bdbec2;
  background: #121315;
}

.phone__nav > span {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 0.25rem;
}

.phone__nav i {
  position: relative;
  width: 0.875rem;
  height: 0.75rem;
  border: 0.09375rem solid currentColor;
  border-radius: 0.1875rem;
}

.phone__nav > span:nth-child(2) i {
  border-radius: 0.125rem;
  box-shadow: 0.1875rem -0.1875rem 0 -0.0625rem #121315, 0.1875rem -0.1875rem 0 0 currentColor;
}

.phone__nav > span:nth-child(3) i {
  border-radius: 50%;
}

.phone__nav > span:nth-child(3) i::after {
  content: "";
  position: absolute;
  inset: 0.1875rem;
  border-radius: 50%;
  background: currentColor;
}

.phone__nav > span:nth-child(4) i {
  border-radius: 0.4375rem 0.4375rem 0.1875rem 0.1875rem;
}

.phone__nav > span:nth-child(5) i {
  width: 0.75rem;
  border-radius: 50% 50% 0.25rem 0.25rem;
}

.phone__nav small {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.375rem;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: clip;
}

.phone__nav .--active {
  color: #ff4f56;
}

.site-footer {
  padding: 3.75rem 0 2rem;
  color: #d7d7d9;
  background: #121214;
}

.site-footer__container {
  display: grid;
  grid-template-columns: minmax(13.75rem, 0.8fr) minmax(20rem, 1.25fr) minmax(10.625rem, 0.55fr);
  gap: 2.5rem clamp(2.25rem, 5vw, 4.5rem);
  align-items: start;
}

.site-footer__brand {
  display: flex;
  gap: 0.8125rem;
  align-items: center;
  color: #fff;
}

.site-footer__brand img {
  border-radius: 0.75rem;
}

.site-footer__brand strong {
  font-size: 1.1875rem;
  line-height: 1.3;
}

.site-footer__details {
  min-width: 0;
  color: #b9babd;
  font-size: 1rem;
  line-height: 1.5;
}

.site-footer__details p {
  margin: 0 0 0.3125rem;
}

.site-footer__details strong {
  color: #fff;
  font-weight: 700;
}

.site-footer__details a {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.5rem;
  color: #fff;
  overflow-wrap: anywhere;
  text-underline-offset: 0.25rem;
}

.site-footer__contact > p {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.site-footer__messengers {
  display: flex;
  gap: 0.625rem;
}

.site-footer__messenger {
  width: 2.875rem;
  height: 2.875rem;
  display: grid;
  place-items: center;
  border: 0.0625rem solid #343438;
  border-radius: 0.75rem;
  opacity: 0.72;
  cursor: default;
}

.site-footer__messenger img {
  width: 2rem;
  height: 2rem;
  display: block;
  object-fit: contain;
}

.site-footer__legal {
  grid-column: 1/-1;
  display: flex;
  gap: 0.875rem 1.75rem;
  flex-wrap: wrap;
  padding-top: 1.75rem;
  border-top: 0.0625rem solid #343438;
}

.site-footer__legal span, .site-footer__legal > a {
  color: #a6a7ab;
  font-size: 1rem;
  line-height: 1.45;
  cursor: default;
}

.site-footer__legal > a {
  cursor: pointer;
  text-underline-offset: 0.25rem;
}

.site-footer__copyright {
  grid-column: 1/-1;
  margin: 0;
  color: #77787e;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.site-footer__visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.order-modal[hidden] {
  display: none;
}

.order-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 12, 0.76);
  backdrop-filter: blur(0.5rem);
}

.order-modal__dialog {
  position: relative;
  width: min(43.125rem, 100%);
  max-height: calc(100dvh - 2.5rem);
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  border-radius: 1.75rem;
  padding: 2.75rem;
  box-shadow: 0 1.875rem 6.25rem rgba(0, 0, 0, 0.4);
}

.order-modal__close {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  top: 0.9375rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: #efede9;
  font-size: 1.75rem;
  cursor: pointer;
}

.order-modal__progress {
  display: flex;
  gap: 0.4375rem;
  margin-bottom: 2.1875rem;
  padding-right: 3.125rem;
}

.order-modal__progress span {
  height: 0.25rem;
  flex: 1;
  background: #dedcd7;
  overflow: hidden;
  text-indent: -62.4375rem;
}

.order-modal__progress span.--active {
  background: var(--red);
}

.order-modal h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
  margin-bottom: 1.5625rem;
}

.modal-offer {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}

.modal-offer span {
  flex: 1;
  background: #f1efeb;
  padding: 0.8125rem 0.9375rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
}

.modal-offer strong {
  display: block;
  font-size: 1.125rem;
}

.modal-offer__note {
  margin: 0 0 1.5625rem;
  color: #66686d;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.0625rem;
}

.form-grid label {
  font-size: 0.8125rem;
  font-weight: 700;
}

.form-grid input {
  width: 100%;
  height: 3.25rem;
  border: 0.0625rem solid #cfcdc7;
  border-radius: 0.6875rem;
  margin-top: 0.4375rem;
  padding: 0 0.875rem;
  background: #fff;
}

.form-grid small {
  display: none;
  color: #c71820;
  margin-top: 0.3125rem;
}

.form-grid label.--invalid input {
  border-color: #d21f28;
  box-shadow: 0 0 0 0.1875rem rgba(210, 31, 40, 0.1);
}

.form-grid label.--invalid small {
  display: block;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-top: 1rem;
  font-size: 0.8125rem;
}

.check input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: var(--red);
  flex: 0 0 auto;
}

.check.--invalid {
  color: #c71820;
}

.modal-state {
  min-height: 23.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal-state[hidden] {
  display: none;
}

.modal-state p {
  max-width: 30.625rem;
  color: #66686d;
}

.state-icon {
  display: grid;
  place-items: center;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  background: #fee9e9;
  color: var(--red);
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 1.5625rem;
}

.state-icon--success {
  color: #18794e;
  background: #e1f5ea;
}

.loader {
  width: 3.25rem;
  height: 3.25rem;
  border: 0.25rem solid #eee;
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1.5625rem;
}

.text-button {
  border: 0;
  background: none;
  padding: 0.9375rem;
  text-decoration: underline;
  cursor: pointer;
}

.demo-badge {
  color: #fff !important;
  background: var(--red);
  border-radius: 1.25rem;
  padding: 0.4375rem 0.8125rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.demo-card {
  width: 100%;
  padding: 1.5625rem;
  border-radius: 1.125rem;
  color: #fff;
  background: #202124;
  text-align: left;
  margin-bottom: 1.25rem;
}

.demo-card span, .demo-card strong {
  display: block;
}

.demo-card span {
  color: #aaa;
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin-top: 0.875rem;
}

.demo-card span:first-child {
  margin-top: 0;
}

.demo-card strong {
  font-size: clamp(1.125rem, 5vw, 1.75rem);
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.order-modal__backdrop {
  opacity: 0;
  transition: opacity 220ms ease;
}

.order-modal__dialog {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.order-modal.--open .order-modal__backdrop {
  opacity: 1;
}

.order-modal.--open .order-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}

.order-modal.--closing .order-modal__backdrop {
  opacity: 0;
  transition: opacity 180ms ease-in;
}

.order-modal.--closing .order-modal__dialog {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: transform 240ms ease-in, opacity 180ms ease-in;
}

.order-modal__progress {
  margin-bottom: 1.5rem;
}

.order-modal h2 {
  margin: 0 3.125rem 1.25rem 0;
}

.modal-offer span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.35;
}

.modal-offer strong {
  margin-top: 0.1875rem;
  line-height: 1.25;
}

.modal-offer__note {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.order-form__lead {
  margin: 0 0 1.125rem;
  color: #62646a;
  font-size: 1.125rem;
  line-height: 1.45;
}

.plan-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}

.plan-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.plan-option > input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: 0;
  opacity: 0;
}

.plan-option__content {
  min-height: 8.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  border: 0.125rem solid #d9d7d1;
  border-radius: 1.125rem;
  padding: 1.125rem;
  background: #fff;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.plan-option__content > strong {
  margin-bottom: 0.1875rem;
  color: var(--ink);
  font-size: 1.375rem;
  line-height: 1.2;
}

.plan-option__content > span {
  color: #62646a;
  font-size: 1rem;
  line-height: 1.4;
}

.plan-option__content b {
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.plan-option > input:checked + .plan-option__content {
  border-color: var(--red);
  background: #fff8f8;
  box-shadow: 0 0 0 0.1875rem rgba(227, 38, 46, 0.12);
}

.plan-option > input:focus-visible + .plan-option__content {
  outline: 0.1875rem solid var(--ink);
  outline-offset: 0.1875rem;
}
.order-form__explanation {
  margin: 0 0 1.25rem;
  color: #62646a;
  font-size: 1rem;
  line-height: 1.45;
}

.order-form__explanation p {
  margin: 0;
}

.order-form__explanation p + p {
  margin-top: 0.4375rem;
}

.form-grid label {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.form-grid__full {
  grid-column: 1/-1;
}

.form-grid input {
  font-size: 1rem;
}

.form-grid input:focus-visible {
  border-color: var(--ink);
  outline: 0.125rem solid var(--ink);
  outline-offset: 0.0625rem;
}

.form-grid small, .check small {
  color: #c71820;
  font-size: 0.875rem;
  line-height: 1.35;
}

.check {
  min-height: 2.75rem;
  align-items: flex-start;
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.4;
  cursor: pointer;
}

.check input {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}

.check > span {
  min-width: 0;
  padding-top: 0.0625rem;
}

.check small {
  display: none;
  margin-top: 0.25rem;
}

.check.--invalid small {
  display: block;
}

.order-form__agreements {
  display: grid;
  gap: 0.25rem;
  margin: 1.25rem 0 0.375rem;
}

.order-form__agreements .check {
  width: 100%;
  margin-top: 0;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}

.order-form__agreement-text a, .order-form__privacy-link {
  color: var(--ink);
  text-decoration-color: rgba(227, 38, 46, 0.55);
  text-underline-offset: 0.1875rem;
}

.order-form__agreement-text a:hover, .order-form__privacy-link:hover {
  color: var(--red-dark);
}

.order-form__privacy-link {
  display: inline-block;
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  line-height: 1.4;
}
.button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.order-modal .button--wide {
  min-height: 3.75rem;
  font-size: 1.125rem;
}

.order-modal.--save-site .order-modal__dialog {
  width: min(32.5rem, 100%);
}

.order-modal.--save-site .order-modal__progress {
  display: none;
}

.order-save-prompt {
  padding: 0.375rem 0 0.125rem;
}

.order-save-prompt .eyebrow {
  margin-bottom: 0.875rem;
}

.order-save-prompt h2 {
  margin: 0 3rem 1rem 0;
  font-size: clamp(2rem, 5vw, 2.625rem);
  line-height: 1.05;
}

.order-save-prompt > p:not(.eyebrow) {
  margin: 0;
  color: #62646a;
  font-size: 1.125rem;
  line-height: 1.5;
}

.order-save-prompt__instruction {
  margin-top: 1.25rem !important;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  background: #f1efeb;
  color: var(--ink) !important;
  font-size: 1rem !important;
}

.order-save-prompt__actions {
  display: grid;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.order-save-prompt__actions .button {
  width: 100%;
  min-height: 3.5rem;
  font-size: 1.0625rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@supports (backdrop-filter: blur(0.1875rem)) or (-webkit-backdrop-filter: blur(0.1875rem)) {
}
.phone__qr-zone {
  width: 100%;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0 1.125rem;
}

.phone__nav {
  margin-top: auto;
}

.final-cta__container {
  grid-template-areas: "eyebrow visual" "title visual" "lead visual" "usage visual" "plans visual" "button visual";
}

.final-cta__plans {
  grid-area: plans;
  max-width: 36.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.final-cta__plan {
  min-width: 0;
  border: 0.0625rem solid var(--line);
  border-radius: 1.125rem;
  padding: 1.125rem;
  background: #fff;
}

.final-cta__plan > strong, .final-cta__plan > span {
  display: block;
}

.final-cta__plan > strong {
  margin-bottom: 0.625rem;
  font-size: 1.3125rem;
  line-height: 1.2;
}

.final-cta__plan > span {
  color: #62646a;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.final-cta__plan > span + span {
  margin-top: 0.3125rem;
}

.final-cta__plan b {
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.phone__access-brand {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1.125rem 0.125rem;
}

.phone__access-brand > span, .phone__access-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--red);
  font-weight: 800;
}

.phone__access-brand > span {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  font-size: 0.75rem;
}

.phone__access-brand p {
  margin: 0;
}

.phone__access-brand strong, .phone__access-brand small {
  display: block;
}

.phone__access-brand strong {
  color: var(--ink);
  font-size: 0.9375rem;
  line-height: 1.25;
}

.phone__access-brand small {
  margin-top: 0.1875rem;
  color: #777980;
  font-size: 0.625rem;
  line-height: 1.3;
}

.phone__access-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.125rem;
  border: 0.0625rem solid #dedede;
  border-radius: 1.125rem;
  padding: 1.75rem 1.125rem;
  text-align: center;
}

.phone__access-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.125rem;
  font-size: 1.375rem;
}

.phone__access-panel > strong {
  margin-top: 1.125rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.phone__access-panel > p {
  margin: 0.5625rem 0 0;
  color: #777980;
  font-size: 0.75rem;
  line-height: 1.45;
}

.phone__access-status {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  border-top: 0.0625rem solid #dedede;
  padding: 1.125rem 0.125rem 0.75rem;
}

.phone__access-status span {
  color: #777980;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.phone__access-status strong {
  font-size: 0.8125rem;
}

.phone__service-note {
  margin: 0 0 1.5rem;
  color: #62646a;
  font-size: 0.6875rem;
  line-height: 1.4;
  text-align: center;
}
/* Final UI system alignment: shared tokens and component rhythm. */
:root {
  --color-accent:var(--red);
  --color-text-primary:var(--ink);
  --color-text-secondary:#62646a;
  --color-bg-dark:#202124;
  --color-bg-light:var(--paper);
  --color-surface:#fff;
  --color-border:var(--line);
  --color-border-strong:#c9c6bf;
  --radius-control:0.875rem;
  --radius-card:1.375rem;
  --section-space:6rem;
}

.section {
  padding: var(--section-space) 0;
}

.section h2, .final-cta h2 {
  font-size: clamp(3rem, 3.8vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.eyebrow {
  margin-bottom: 0.875rem;
}

.section-heading > p, .benefit p, .faq__answer, .final-cta__lead, .final-cta__plan > span {
  color: var(--color-text-secondary);
}

.section--dark {
  background: var(--color-bg-dark);
}

.section--dark .steps p {
  color: #d7d7d9;
}

.steps h3 {
  min-height: 2.5em;
  font-size: 1.25rem;
  line-height: 1.25;
}

.steps__download {
  border-radius: var(--radius-control);
}

.section--benefits {
  background: var(--color-bg-light);
}

.benefit {
  padding: 1.75rem;
  border-color: var(--color-border);
  border-radius: var(--radius-card);
  background: var(--color-surface);
}

.benefit h3 {
  block-size: 2.5em;
  margin: 1.75rem 0 0.75rem;
  font-size: 1.3125rem;
  line-height: 1.25;
}

.benefit p {
  line-height: 1.55;
}

.benefits-note {
  margin-top: 1rem;
  border-color: var(--color-border-strong);
}

.benefits-note > p:not(.eyebrow) {
  font-size: 1.0625rem;
  line-height: 1.55;
}

.section--muted {
  background: #efede9;
}

.faq-layout {
  gap: clamp(2.5rem, 5vw, 4rem);
}

.faq {
  border-top: 0.0625rem solid var(--color-border-strong);
}

.faq details {
  border-bottom: 0.0625rem solid var(--color-border-strong);
}

.faq summary {
  min-height: 4rem;
  padding: 1.125rem 0.5rem 1.125rem 0;
  font-size: 1.1875rem;
  line-height: 1.4;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.faq summary::after {
  width: 2rem;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
}

.faq__answer {
  font-size: 1.0625rem;
  line-height: 1.6;
}
.faq summary:focus-visible {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.55);
  outline: 0.125rem solid var(--color-accent);
  outline-offset: 0.1875rem;
}

.final-cta {
  background: var(--color-bg-light);
  padding: var(--section-space) 0;
}

.final-cta__plans {
  max-width: 38.75rem;
  gap: 0.875rem;
}

.final-cta__plan {
  border-color: var(--color-border);
  border-radius: var(--radius-card);
  padding: 1.375rem;
  background: var(--color-surface);
}

.final-cta__plan > strong {
  font-size: 1.375rem;
}

.final-cta__plan > span {
  font-size: 1rem;
  line-height: 1.5;
}

.final-cta > .final-cta__container > .button {
  width: min(100%, 25rem);
  min-height: 4rem;
  border-radius: var(--radius-control);
  box-shadow: 0 0.875rem 2rem rgba(227, 38, 46, 0.23);
}

.site-footer__container {
  align-items: start;
}

.site-footer__details {
  color: #d7d7d9;
  line-height: 1.6;
}

.site-footer__legal {
  gap: 0.5rem 1.5rem;
}

.site-footer__legal span, .site-footer__legal > a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.site-footer__legal > a {
  color: #d7d7d9;
  transition: color 0.2s ease;
}

.site-footer__legal > a:hover {
  color: #fff;
}

.site-footer__legal > a:focus-visible {
  outline-color: #fff;
}

.site-footer__legal span {
  color: #77787e;
}

@media (max-width: 61.9375rem){
  .hero__container {
    width: 100%;
    max-width: none;
    min-height: 100svh;
    margin: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.26) 56%, rgba(255, 255, 255, 0.08) 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .hero__content {
    grid-template-columns: minmax(0, 1fr) 20.625rem;
    column-gap: 2.5rem;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .steps li:nth-child(even) {
    border-right: 0;
  }
  .steps li:nth-child(n+3) {
    border-top: 0.0625rem solid #4b4c50;
  }
  .section--benefits .section__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .section-heading h2 {
    font-size: clamp(2.5rem, 5vw, 2.875rem);
  }
  .section-heading > p {
    max-width: 42.5rem;
  }
  .benefits-note {
    width: 100%;
    margin-top: 0.5rem;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 2.1875rem;
  }
  .faq-layout h2 {
    position: static;
    font-size: clamp(2.5rem, 5vw, 2.875rem);
  }
  .app-modal {
    align-items: end;
    padding: 0;
  }
  .app-modal__dialog {
    width: min(43.125rem, 100%);
    max-height: 96dvh;
    border-radius: 1.5rem 1.5rem 0 0;
    transform: translateY(100vh);
  }
  .app-modal.--open .app-modal__dialog {
    transform: translateY(0);
  }
  .app-modal.--closing .app-modal__dialog {
    transform: translateY(100vh);
  }
  .order-modal {
    align-items: end;
    padding: 0;
  }
  .order-modal__dialog {
    width: min(43.125rem, 100%);
    max-height: 96dvh;
    border-radius: 1.5rem 1.5rem 0 0;
    transform: translateY(100vh);
  }
  .order-modal.--open .order-modal__dialog {
    transform: translateY(0);
  }
  .order-modal.--closing .order-modal__dialog {
    transform: translateY(100vh);
  }
}

@media (max-width: 47.9375rem){
  .hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.46) 48%, rgba(255, 255, 255, 0.56) 76%, rgba(255, 255, 255, 0.74) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14));
  }
    .hero__container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.18) 58%, rgba(255, 255, 255, 0.04) 100%);
      -webkit-backdrop-filter: blur(0.1875rem);
      backdrop-filter: blur(0.1875rem);
    }
  .hero__container {
    padding-top: 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }
  .brand {
    gap: 0.625rem;
    font-size: 1rem;
  }
  .brand img {
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 0.75rem;
  }
  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: clamp(1.375rem, 4vh, 2.125rem);
  }
  .hero__content h1 {
    margin-bottom: 0.75rem;
  }
  .hero__lead {
    margin-bottom: clamp(1.25rem, 3.5vh, 1.75rem);
    font-size: 1.125rem;
  }
  .hero-card {
    order: 3;
    align-self: center;
    width: min(100% - 1rem, 23.75rem);
    margin-bottom: clamp(1.25rem, 3.5vh, 1.875rem);
    padding: 1.375rem;
    border-radius: 1.375rem;
    transform: rotate(-3deg);
  }
  .hero-card__logo {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    font-size: 1.0625rem;
  }
  .hero-card__brand strong {
    font-size: 1.0625rem;
  }
  .hero-card__nfc {
    width: 1.6875rem;
    height: 1.6875rem;
  }
  .hero-card__details strong {
    font-size: clamp(1.125rem, 5.2vw, 1.375rem);
  }
  .hero-card__holder strong {
    font-size: 0.75rem;
  }
  .hero-card small {
    font-size: 0.5625rem;
  }
  .hero__purchase {
    order: 4;
    gap: 0.625rem 1rem;
    margin: 0 0 1.125rem;
  }
  .hero__purchase > div {
    padding-top: 0.5625rem;
  }
  .hero__purchase > div > span {
    font-size: 0.9375rem;
  }
  .hero__purchase strong {
    font-size: clamp(1.3125rem, 6vw, 1.625rem);
  }
  .hero__button {
    order: 5;
    width: 100%;
    min-height: 3.75rem;
    margin-top: auto;
  }
  .fine-print {
    order: 6;
    margin-top: 0.8125rem;
    font-size: 1rem;
  }
  .section {
    padding: 4.6875rem 0;
  }
  .section h2, .final-cta h2 {
    margin-bottom: 1.875rem;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps li, .steps li + li {
    min-height: auto;
    padding: 1.375rem 0;
    border-right: 0;
    border-top: 0.0625rem solid #4b4c50;
  }
  .steps h3 {
    margin: 1.5625rem 0 0.375rem;
  }
  .section--benefits {
    padding: 3.5rem 0;
  }
  .section--benefits .section__container {
    gap: 1.75rem;
  }
  .section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 9vw, 2.25rem);
  }
  .section-heading > p {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }
  .benefit {
    min-height: 11.25rem;
    padding: 1.125rem;
    border-radius: 1.125rem;
  }
  .benefit h3 {
    block-size: 2lh;
    margin: 1rem 0 0.625rem;
    font-size: 1.125rem;
  }
  .benefit p {
    font-size: 1rem;
    line-height: 1.45;
  }
  .benefits-note {
    margin-top: 0.25rem;
    padding-top: 1.25rem;
  }
  .benefits-note > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.5;
  }
  .faq-layout h2 {
    font-size: clamp(2rem, 9vw, 2.25rem);
  }
  .faq summary {
    min-height: 3.75rem;
    padding-block: 1rem;
  }
  .site-footer {
    padding: 3rem 0 max(1.75rem, env(safe-area-inset-bottom));
  }
  .site-footer__container {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
  .site-footer__legal, .site-footer__copyright {
    grid-column: auto;
  }
  .site-footer__legal {
    gap: 0.75rem;
    padding-top: 1.5rem;
  }
  .site-footer__legal span {
    width: 100%;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
  }
  .order-modal {
    padding: 0;
    align-items: end;
  }
  .order-modal__dialog {
    width: 100%;
    max-height: 96dvh;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 2.125rem 1.25rem 1.5rem;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .modal-offer {
    flex-direction: column;
  }
  .final-cta {
    padding: 4.6875rem 0;
  }
  .sticky-cta {
    position: fixed;
    z-index: 80;
    right: 1rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    left: 1rem;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(calc(100% + 1.5rem));
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
    pointer-events: none;
  }
  .sticky-cta.--visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
    pointer-events: auto;
  }
  .sticky-cta.--keyboard {
    display: none;
  }
  .sticky-cta .button {
    width: 100%;
    min-height: 3.75rem;
    border-radius: 0.875rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
    font-size: 1.1875rem;
  }
  [data-fls-scrolllock] .sticky-cta {
    display: none;
  }
  .section--dark {
    padding: 2rem 0;
  }
  .section--dark > .section__container > .eyebrow {
    margin-bottom: 0.625rem;
  }
  .section--dark h2 {
    margin-bottom: 1.375rem;
    font-size: clamp(2rem, 9vw, 2.25rem);
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    border-top: 0;
  }
  .steps li, .steps li + li, .steps li:first-child {
    display: grid;
    grid-template-columns: 2.625rem minmax(0, 1fr);
    min-height: auto;
    align-items: center;
    padding: 0.875rem 1rem;
    border: 0.0625rem solid #4b4c50;
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.025);
  }
  .steps li > span {
    grid-column: 1;
    align-self: start;
    padding-top: 0.1875rem;
    letter-spacing: 0.05em;
  }
  .steps h3 {
    grid-column: 2;
    margin: 0;
    font-size: 1.125rem;
  }
  .steps li > p {
    display: none;
  }
  .steps .steps__app > p {
    grid-column: 2;
    display: block;
    margin: 0.375rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .steps__download {
    grid-column: 2;
    justify-self: start;
    min-height: 2.75rem;
    margin-top: 0.625rem;
    padding: 0.5625rem 0.75rem;
    border-radius: 0.75rem;
  }
  .app-modal {
    padding: 0;
    align-items: end;
  }
  .app-modal__dialog {
    width: 100%;
    max-height: 96dvh;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 2.125rem 1.25rem 1.5rem;
  }
  .final-cta {
    padding: 4rem 0 max(4rem, env(safe-area-inset-bottom));
  }
  .final-cta__container {
    grid-template-columns: 1fr;
    grid-template-areas: "eyebrow" "title" "lead" "visual" "offer" "button" "usage";
    column-gap: 0;
  }
  .final-cta .eyebrow {
    margin-bottom: 0.875rem;
  }
  .final-cta h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 9vw, 2.25rem);
    line-height: 1.05;
  }
  .final-cta__lead {
    margin-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .final-cta__phone-visual {
    width: min(82vw, 18.125rem);
    margin-bottom: 1.875rem;
  }
  .phone {
    border-width: 0.3125rem;
    border-radius: 2.375rem;
    padding: 0.3125rem;
    transform: none;
  }
  .phone__speaker {
    top: 0.625rem;
    height: 1.125rem;
  }
  .phone__screen {
    border-radius: 1.9375rem;
    padding: 2.375rem 0.8125rem 0;
  }
  .phone__notice {
    padding: 0.5rem;
    font-size: 0.625rem;
  }
  .phone__card-info {
    padding-block: 0.6875rem 0.4375rem;
  }
  .phone__qr {
    width: min(76%, 11.25rem);
  }
  .phone__nav {
    width: calc(100% + 1.625rem);
  }
  .final-cta__offer {
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
  }
  .final-cta__offer > strong {
    font-size: 2.125rem;
  }
  .final-cta__offer p {
    font-size: 1rem;
  }
  .final-cta > .final-cta__container > .button {
    width: 100%;
    min-height: 3.75rem;
  }
  .final-cta__usage {
    margin: 1rem 0 0;
    font-size: 1.0625rem;
  }
  .order-modal__dialog {
    max-height: 100dvh;
    padding: 1.25rem 1rem max(1rem, env(safe-area-inset-bottom));
  }
  .order-modal__close {
    top: 0.5625rem;
    right: 0.75rem;
  }
  .order-modal__progress {
    margin-bottom: 1rem;
    padding-right: 3rem;
  }
  .order-modal h2 {
    margin: 0 2.875rem 0.75rem 0;
    font-size: clamp(1.875rem, 8.5vw, 2.125rem);
    line-height: 1.02;
  }
  .order-form__lead {
    margin-bottom: 0.875rem;
    font-size: 1rem;
  }
  .plan-options {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 0.8125rem;
  }
  .plan-option__content {
    min-height: auto;
    gap: 0.25rem;
    border-radius: 0.875rem;
    padding: 0.8125rem 0.875rem;
  }
  .plan-option__content > strong {
    font-size: 1.1875rem;
  }
  .plan-option__content > span {
    font-size: 0.9375rem;
  }
  .order-form__explanation {
    margin-bottom: 0.875rem;
    font-size: 0.9375rem;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .form-grid input {
    margin-top: 0.3125rem;
  }
  .check {
    margin-top: 0.5rem;
  }
  .order-form__agreement, .order-form__agreement-text {
    min-height: 1.5rem;
  }
  .order-form__privacy-link {
    margin: 0.375rem 0 0.75rem;
  }
  .order-modal .button--wide {
    margin-top: 0.375rem;
  }
  .order-save-prompt {
    padding-top: 1.75rem;
  }
  .order-save-prompt h2 {
    font-size: clamp(1.875rem, 8.5vw, 2.125rem);
  }
  .order-save-prompt > p:not(.eyebrow) {
    font-size: 1.0625rem;
  }
  .order-save-prompt__actions .button {
    min-height: 3.5rem;
  }
  .final-cta__container {
    grid-template-areas: "eyebrow" "title" "lead" "usage" "visual" "plans" "button";
  }
  .final-cta__plans {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
  .final-cta__plan {
    border-radius: 1rem;
    padding: 1rem;
  }
  .final-cta__plan > strong {
    font-size: 1.1875rem;
  }
  .phone__access-panel {
    margin-top: 0.75rem;
    padding: 1.375rem 1rem;
  }
  .phone__access-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .phone__service-note {
    margin-bottom: 1.125rem;
  }
  .hero__intro {
    margin-bottom: clamp(1.25rem, 3.5vh, 1.75rem);
  }
  .hero__lead {
    margin-bottom: 0.25rem;
  }
  .hero__stations {
    font-size: 0.9375rem;
  }
  :root {
    --section-space:4rem;
  }
  .section, .final-cta {
    padding: var(--section-space) 0;
  }
  .section h2, .final-cta h2, .section-heading h2, .faq-layout h2, .section--dark h2 {
    font-size: clamp(2rem, 9vw, 2.25rem);
    line-height: 1.08;
  }
  .section--dark {
    padding: 3rem 0;
  }
  .steps h3 {
    min-height: 0;
  }
  .section--benefits {
    padding: var(--section-space) 0;
  }
  .section--benefits .section__container {
    gap: 1.75rem;
  }
  .benefit {
    padding: 1.25rem;
  }
  .benefit h3 {
    block-size: auto;
    min-height: 4em;
    margin: 1.125rem 0 0.625rem;
  }
  .benefits-note {
    margin-top: 0.5rem;
    border-color: var(--color-border-strong);
  }
  .faq-layout {
    gap: 1.5rem;
  }
  .faq summary {
    min-height: 3.5rem;
    padding-block: 0.9375rem;
    font-size: 1.125rem;
  }
  .faq summary::after {
    width: 1.75rem;
    font-size: 1.75rem;
  }
  .faq__answer {
    font-size: 1rem;
    line-height: 1.6;
  }
  .final-cta__plan {
    border-radius: 1.125rem;
    padding: 1.125rem;
  }
  .site-footer__legal {
    gap: 0.25rem;
  }
  .site-footer__legal span, .site-footer__legal > a {
    width: 100%;
  }
}

@media (max-width: 26.875rem){
  .hero__content h1 {
    font-size: clamp(2.1875rem, 11vw, 3.125rem);
  }
  .section-heading > p {
    font-size: 1rem;
  }
}

@media (max-width: 22.4375rem){
  .hero__content {
    padding-top: 1.125rem;
  }
  .hero__content h1 {
    font-size: 2.1875rem;
  }
  .hero__lead {
    margin-bottom: 1.125rem;
    line-height: 1.35;
  }
  .hero-card {
    margin-bottom: 1.125rem;
    padding: 1.125rem;
  }
  .hero-card__logo {
    width: 2.25rem;
    height: 2.25rem;
  }
  .hero-card__brand {
    gap: 0.625rem;
  }
  .hero-card__brand strong {
    font-size: 1rem;
  }
  .hero-card__details strong {
    font-size: 1rem;
  }
  .hero-card__holder strong {
    font-size: 0.6875rem;
  }
  .hero-card small {
    font-size: 0.5rem;
  }
  .hero__purchase {
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.875rem;
  }
  .hero__purchase > div > span {
    font-size: 0.875rem;
  }
  .hero__purchase strong {
    font-size: 1.25rem;
  }
  .hero__button {
    min-height: 3.625rem;
  }
  .fine-print {
    font-size: 1rem;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .benefit {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    min-height: auto;
    padding: 1rem;
  }
  .benefit > span {
    grid-row: 1/3;
    grid-column: 1;
    padding-top: 0.1875rem;
  }
  .benefit h3 {
    grid-column: 2;
    block-size: auto;
    margin: 0 0 0.375rem;
  }
  .benefit p {
    grid-column: 2;
  }
  .benefit {
    padding: 1rem;
  }
  .benefit h3 {
    block-size: auto;
    min-height: 0;
    margin: 0 0 0.375rem;
  }
}

@media (min-width: 22.5rem) and (max-width: 47.9375rem){
  .modal-offer {
    flex-direction: row;
  }
  .modal-offer span {
    flex-basis: 0;
  }
}

@media (min-width: 23.4375rem) and (max-width: 47.9375rem){
  .hero {
    background-position: 85% center;
  }
}

@media (min-width: 48rem) and (max-width: 61.9375rem){
  .hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.12) 58%, rgba(255, 255, 255, 0.36) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.46) 58%, rgba(255, 255, 255, 0.14) 84%, rgba(255, 255, 255, 0.06) 100%);
  }
    .hero__container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.12) 54%, rgba(255, 255, 255, 0.02) 100%);
      -webkit-backdrop-filter: blur(0.125rem);
      backdrop-filter: blur(0.125rem);
    }
  .hero {
    background-position: 60% center;
  }
  .section--dark {
    padding: 5rem 0;
  }
  .section--dark h2 {
    margin-bottom: 2rem;
    font-size: clamp(2.5rem, 5vw, 2.875rem);
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .steps li, .steps li + li {
    min-height: 12.5rem;
    padding: 1.25rem;
    border-top: 0;
    border-right: 0.0625rem solid #4b4c50;
  }
  .steps li:first-child {
    padding-left: 0;
  }
  .steps li:nth-child(even) {
    border-right: 0.0625rem solid #4b4c50;
  }
  .steps li:nth-child(n+3) {
    border-top: 0;
  }
  .steps li:nth-child(3n), .steps li:last-child {
    border-right: 0;
  }
  .steps li:nth-child(n+4) {
    border-top: 0.0625rem solid #4b4c50;
  }
  .steps h3 {
    margin: 1.875rem 0 0.5rem;
    font-size: 1.1875rem;
  }
  .site-footer__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 2.25rem 3rem;
  }
  .site-footer__contact {
    grid-column: 1;
  }
  .site-footer__details {
    grid-column: 2;
    grid-row: 1/3;
  }
  .site-footer__legal, .site-footer__copyright {
    grid-column: 1/-1;
  }
  .order-modal {
    align-items: center;
    padding: 1.25rem;
  }
  .order-modal__dialog {
    width: min(50rem, 100%);
    max-height: calc(100dvh - 2.5rem);
    border-radius: 1.75rem;
  }
  .final-cta__container {
    grid-template-columns: minmax(0, 1fr) 18.75rem;
    column-gap: 2.5rem;
  }
  .final-cta h2 {
    font-size: clamp(2.5rem, 5vw, 2.875rem);
  }
  .final-cta__lead {
    font-size: 1.0625rem;
  }
  .final-cta__offer {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .final-cta__phone-visual {
    width: 18.75rem;
  }
  :root {
    --section-space:5rem;
  }
  .section h2, .final-cta h2, .section-heading h2, .faq-layout h2, .section--dark h2 {
    font-size: 2.5rem;
  }
  .section--benefits .section__container {
    gap: 2rem;
  }
  .benefits-note {
    margin-top: 0.75rem;
  }
  .faq-layout {
    gap: 1.75rem;
  }
}

@media (min-width: 48rem){
  .benefit h3 {
    block-size: 2.5em;
    margin: 1.75rem 0 0.625rem;
  }
  .order-form__agreements {
    gap: 0.375rem;
    margin: 1.375rem 0 0.75rem;
  }
  .order-form__agreement {
    position: relative;
    align-items: center;
    gap: 0;
    min-height: 1.5rem;
    padding: 0;
  }
  .order-form__agreement-input {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: 0;
    opacity: 0;
  }
  .order-form__agreement-content {
    width: 100%;
    padding: 0 !important;
  }
  .order-form__agreement-text {
    position: relative;
    display: flex;
    min-height: 1.5rem;
    align-items: center;
    gap: 0.75rem;
    color: var(--ink);
  }
  .order-form__agreement-text::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    border: 0.0625rem solid #8f9196;
    border-radius: 0.3125rem;
    background: #fff;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  }
  .order-form__agreement-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5625rem;
    width: 0.375rem;
    height: 0.6875rem;
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    opacity: 0;
    transform: translateY(-62%) rotate(45deg) scale(0.7);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }
  .order-form__agreement-input:checked + .order-form__agreement-content .order-form__agreement-text::before {
    border-color: var(--red);
    background: var(--red);
  }
  .order-form__agreement-input:checked + .order-form__agreement-content .order-form__agreement-text::after {
    opacity: 1;
    transform: translateY(-62%) rotate(45deg) scale(1);
  }
  .order-form__agreement-input:focus-visible {
    outline: 0;
  }
  .order-form__agreement-input:focus-visible + .order-form__agreement-content .order-form__agreement-text::before {
    border-color: var(--red);
    box-shadow: 0 0 0 0.25rem rgba(227, 38, 46, 0.18);
  }
  .order-form__agreement.--invalid {
    color: inherit;
  }
  .order-form__agreement.--invalid .order-form__agreement-text::before {
    border-color: var(--red);
  }
  .order-form__agreement-input:disabled + .order-form__agreement-content {
    opacity: 0.55;
    cursor: not-allowed;
  }
}

@media (min-width: 62rem){
  .hero {
    background-position: center right;
  }
  .order-modal__dialog {
    width: min(50rem, 100% - 2.5rem);
  }
}

@media (hover: hover){
  .plan-option:hover .plan-option__content {
    border-color: var(--red);
  }
  .order-form__agreements .check:hover {
    background: #f6f5f2;
  }
  .faq summary:hover {
    color: var(--color-accent);
    background: rgba(255, 255, 255, 0.36);
  }
}

@media (prefers-reduced-motion: reduce){
  .order-modal__dialog, .order-modal.--closing .order-modal__dialog {
    transform: none;
  }
  .app-modal__dialog, .app-modal.--closing .app-modal__dialog {
    transform: none;
  }
  .app-modal__backdrop, .app-modal__dialog {
    transition-duration: 0.01ms !important;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}