/* Mobile-first concepts. They intentionally share the A64 monochrome tokens
   from styles.css, but use shorter sections, larger touch targets and one clear
   action per screen. */

.mobile-variant {
  --mv-gutter: 20px;
  --mv-surface: #ffffff;
  --mv-muted-surface: #e8e8e4;
  overflow-x: hidden;
  background: var(--paper);
}

.mobile-variant * { -webkit-tap-highlight-color: transparent; }
.mobile-variant a,
.mobile-variant button { touch-action: manipulation; }
.mobile-variant .shell { width: min(var(--shell), calc(100% - 40px)); }

.mobile-head {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: env(safe-area-inset-top) var(--mv-gutter) 0;
  background: rgba(244, 244, 241, 0.95);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(16px);
}

.mobile-head-brand { display: inline-flex; align-items: center; min-width: 0; }
.mobile-head-brand img { width: 126px; height: 51px; object-fit: contain; mix-blend-mode: normal; filter: none; content: url("assets/a64-logo-transparent.png"); }
.mobile-head-phone { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-family: var(--font-mono); font-size: 10px; font-weight: 700; transition: background-color 180ms ease, color 180ms ease; }
.mobile-head-phone svg { width: 18px; height: 18px; }
.mobile-head-phone:hover, .mobile-head-phone:focus-visible { background: var(--ink); color: var(--paper); }
.mobile-app .mobile-head-phone { min-width: 0; min-height: 44px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--ink); font-family: var(--font-body); font-size: 12px; font-weight: 800; white-space: nowrap; }
.mobile-app .mobile-head-phone svg { display: none; }
.mobile-app .mobile-head-phone:hover, .mobile-app .mobile-head-phone:focus-visible { background: transparent; color: var(--ink); }

.mv-shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }
.mv-hero { position: relative; min-height: 0; padding: 40px 0 36px; overflow: hidden; background: var(--ink); color: var(--paper); }
.mv-hero h1 { max-width: 620px; margin: 12px 0 20px; font-size: clamp(43px, 12.8vw, 74px); line-height: 0.94; letter-spacing: -0.09em; }
.mv-hero p { max-width: 520px; margin: 0; color: rgba(244, 244, 241, 0.74); font-size: 16px; line-height: 1.6; }
.mv-kicker { display: inline-flex; color: rgba(244, 244, 241, 0.68); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }
.mv-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 15px 20px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.mv-button:hover { transform: translateY(-2px); }
.ui-arrow { display: inline-block; width: 15px; height: 15px; flex: 0 0 15px; vertical-align: middle; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.mv-button-light { background: var(--accent); color: var(--white); box-shadow: 0 12px 28px rgba(215, 9, 50, 0.24); }
.mv-button-light:hover { background: var(--accent-dark); }
.mv-button-dark { background: var(--ink); color: var(--paper); }
.mv-button-outline { border: 1px solid rgba(244, 244, 241, 0.52); color: var(--paper); }
.mv-button-outline:hover { background: rgba(244, 244, 241, 0.12); }
.mv-hero-cta { width: 100%; margin-top: 26px; }
.mv-hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(244, 244, 241, 0.22); }
.mv-hero-proof strong { display: block; font-size: 13px; }
.mv-hero-proof span { display: block; margin-top: 3px; color: rgba(244, 244, 241, 0.58); font-family: var(--font-mono); font-size: 8px; line-height: 1.35; text-transform: uppercase; }
.mv-photo-frame { position: relative; margin-top: 30px; overflow: hidden; background: #2a2a2a; }
.mv-photo-frame img { width: 100%; aspect-ratio: 1.32 / 1; object-fit: cover; filter: grayscale(1) contrast(1.04); }
.mv-photo-frame figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; display: flex; justify-content: space-between; gap: 12px; color: var(--paper); font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; }
.mv-section { padding: 48px 0; }
.mv-section-light { background: var(--paper); }
.mv-section-paper { background: var(--white); }
.mv-section-dark { background: var(--ink); color: var(--paper); }
.mv-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.mv-section-heading h2 { margin: 0; font-size: clamp(33px, 9vw, 58px); line-height: 0.98; letter-spacing: -0.085em; }
.mv-section-heading p { max-width: 230px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.mv-section-dark .mv-section-heading p { color: rgba(244, 244, 241, 0.62); }
.mv-section-label { display: block; margin-bottom: 12px; color: var(--ink-soft); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.mv-section-dark .mv-section-label { color: rgba(244, 244, 241, 0.6); }

.mv-service-list { border-top: 1px solid var(--line); }
.mv-service-row { display: grid; grid-template-columns: 36px minmax(0, 1fr) 32px; gap: 13px; align-items: center; min-height: 72px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.mv-service-row-icon { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.mv-service-row-icon svg { width: 18px; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.mv-service-row strong { display: block; font-size: 16px; line-height: 1.15; }
.mv-service-row small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.mv-service-row-arrow { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 15px; transition: background-color 180ms ease, color 180ms ease; }
.mv-service-row:hover .mv-service-row-arrow, .mv-service-row:focus-visible .mv-service-row-arrow { background: var(--ink); color: var(--paper); }

.mv-rating-strip { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding: 15px 16px; background: var(--ink); color: var(--paper); }
.mv-rating-score { font-size: 36px; font-weight: 800; line-height: 0.9; letter-spacing: -0.08em; }
.mv-rating-meta { display: grid; gap: 5px; margin-right: auto; }
.mv-rating-stars { color: #f2b400; font-size: 16px; letter-spacing: 0.08em; line-height: 1; }
.mv-rating-yandex { font-family: var(--font-body); font-size: 11px; }
.mv-rating-yandex strong { color: #fc3f1d; }

.mv-review-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; }
.mv-review-viewport::-webkit-scrollbar { display: none; }
.mv-review-track { display: flex; gap: 12px; width: max-content; padding: 1px 0 8px; }
.mv-review-card { display: flex; flex: 0 0 min(320px, calc(100vw - 56px)); min-height: 260px; flex-direction: column; justify-content: space-between; padding: 20px; scroll-snap-align: start; background: var(--white); border: 1px solid var(--line); }
.mv-review-author { display: flex; align-items: center; gap: 11px; }
.mv-review-avatar { display: grid; width: 38px; height: 38px; place-items: center; flex: 0 0 38px; border-radius: 50%; background: #e7e0ef; font-size: 11px; font-weight: 800; }
.mv-review-author strong, .mv-review-author small { display: block; }
.mv-review-author strong { font-size: 13px; }
.mv-review-author small { margin-top: 2px; color: var(--ink-soft); font-size: 10px; }
.mv-review-stars { margin: 19px 0 12px; color: #f2b400; font-size: 17px; letter-spacing: 0.08em; line-height: 1; }
.mv-review-card p { margin: 0; font-size: 16px; line-height: 1.45; }
.mv-review-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink-soft); font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.06em; text-transform: uppercase; }
.mv-review-footer a { color: var(--ink); font-family: var(--font-body); font-size: 11px; font-weight: 800; letter-spacing: 0; text-transform: none; text-decoration: underline; text-underline-offset: 4px; }
.mv-carousel-note { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--ink-soft); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.mv-carousel-note::before { content: ""; display: block; width: 24px; height: 1px; background: currentColor; }

.mv-steps { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.mv-step { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.mv-step-number { color: rgba(244, 244, 241, 0.58); font-family: var(--font-mono); font-size: 10px; }
.mv-step h3 { margin: 0 0 5px; font-size: 18px; }
.mv-step p { margin: 0; color: rgba(244, 244, 241, 0.64); font-size: 13px; line-height: 1.5; }

.mv-request { background: #202020; color: var(--paper); }
.mv-request h2 { max-width: 430px; margin: 0 0 14px; font-size: clamp(36px, 10vw, 64px); line-height: 0.95; letter-spacing: -0.09em; }
.mv-request-lead { max-width: 400px; margin: 0; color: rgba(244, 244, 241, 0.68); font-size: 14px; line-height: 1.55; }
.mv-form { display: grid; gap: 13px; margin-top: 26px; }
.mv-form-field { display: grid; gap: 7px; }
.mv-form-field label { color: rgba(244, 244, 241, 0.8); font-size: 11px; font-weight: 800; }
.mv-form-field input { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid rgba(244, 244, 241, 0.25); background: rgba(244, 244, 241, 0.08); color: var(--paper); font-size: 16px; }
.mv-form-field input::placeholder { color: rgba(244, 244, 241, 0.42); }
.mv-form-field input:focus { border-color: var(--paper); outline: 3px solid rgba(244, 244, 241, 0.13); outline-offset: 0; }
.mv-form .mv-button { width: 100%; margin-top: 3px; }
.mv-form .form-status { color: var(--paper); }
.mv-form-note { margin: 0; color: rgba(244, 244, 241, 0.44); font-size: 10px; line-height: 1.45; }

.mv-faq { display: grid; gap: 0; border-top: 1px solid var(--line); }
.mv-faq details { border-bottom: 1px solid var(--line); }
.mv-faq summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0; font-size: 15px; font-weight: 800; list-style: none; cursor: pointer; }
.mv-faq summary::-webkit-details-marker { display: none; }
.mv-faq summary span { display: grid; width: 30px; height: 30px; place-items: center; flex: 0 0 30px; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; font-weight: 400; }
.mv-faq details[open] summary span { transform: rotate(45deg); }
.mv-faq details p { max-width: 520px; margin: -2px 38px 17px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }

.mv-footer { padding: 34px 0 92px; background: var(--ink); color: var(--paper); }
.mv-footer-brand { display: grid; gap: 5px; }
.mv-footer-brand strong { font-size: 22px; letter-spacing: 0.15em; }
.mv-footer-brand span { color: rgba(244, 244, 241, 0.55); font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.12em; }
.mv-footer p { max-width: 250px; margin: 18px 0 0; color: rgba(244, 244, 241, 0.6); font-size: 12px; line-height: 1.55; }
.mv-footer-links { display: grid; gap: 10px; margin-top: 22px; }
.mv-footer-links a { font-size: 14px; font-weight: 700; }
.mv-footer-address { margin-top: 15px; color: rgba(244, 244, 241, 0.58); font-size: 12px; line-height: 1.55; }

/* 06 — app-like service hub */
.mv-app-hero { padding: 0 0 28px; }
.mv-app-hero-media { position: relative; height: 280px; overflow: hidden; }
.mv-app-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.78)); }
.mv-app-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }
.mv-app-hero-content { position: relative; z-index: 1; margin-top: 0; padding-top: 22px; }
.mv-app-hero h1 { max-width: 500px; font-size: clamp(39px, 11.5vw, 63px); }
.mv-app-actions { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 8px; margin-top: 24px; }
.mv-app-actions .mv-button { min-height: 50px; padding-inline: 13px; }
.mv-app-rating { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 13px 0 0; border-top: 1px solid rgba(244, 244, 241, 0.22); }
.mv-app-rating strong { font-size: 28px; line-height: 1; }
.mv-app-rating span { display: block; color: rgba(244, 244, 241, 0.6); font-size: 11px; }
.mv-app-rating .mv-rating-stars { color: #f2b400; font-size: 15px; }
.mv-app-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mv-app-service { display: grid; min-height: 128px; align-content: space-between; gap: 17px; padding: 15px; background: var(--white); border: 1px solid var(--line); transition: transform 180ms ease, background-color 180ms ease; }
.mv-app-service:hover { transform: translateY(-2px); background: #fff; }
.mv-app-service-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.mv-app-service-icon svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.mv-app-service strong { display: block; font-size: 14px; line-height: 1.15; }
.mv-app-service small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.mv-app-review-section { background: var(--paper-deep); }
.mv-app-review-card { flex-basis: min(340px, calc(100vw - 54px)); min-height: 286px; box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08); }
.mv-app-cta-band { padding: 18px 0 22px; background: var(--paper); }
.mv-app-cta-band .mv-button { width: 100%; }

@media (max-width: 719px) {
  .mobile-app .mv-app-review-card { flex-basis: min(340px, calc(100vw - 92px)); }
}

/* 07 — direct-response landing */
.mv-conversion-hero { background: var(--paper); color: var(--ink); }
.mv-conversion-hero h1 { max-width: 590px; margin-top: 14px; }
.mv-conversion-hero p { color: var(--ink-soft); }
.mv-conversion-hero .mv-kicker, .mv-conversion-hero .mv-section-label { color: var(--ink-soft); }
.mv-conversion-hero .mv-button-light { background: var(--ink); color: var(--paper); }
.mv-conversion-hero .mv-button-light:hover { background: #292929; }
.mv-conversion-hero .mv-photo-frame { margin-top: 28px; }
.mv-conversion-form-card { margin-top: 16px; padding: 18px; background: var(--ink); color: var(--paper); }
.mv-conversion-form-card h2 { margin: 0; font-size: 27px; line-height: 1.02; letter-spacing: -0.07em; }
.mv-conversion-form-card .mv-form { margin-top: 19px; }
.mv-conversion-form-card .mv-form-note { margin-top: 1px; }
.mv-benefit-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.mv-benefit { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.mv-benefit-mark { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 13px; font-weight: 800; }
.mv-benefit h3 { margin: 1px 0 4px; font-size: 16px; }
.mv-benefit p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.mv-chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.mv-chip { display: inline-flex; min-height: 40px; align-items: center; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 12px; font-weight: 700; }
.mv-featured-review { padding: 20px; background: var(--ink); color: var(--paper); }
.mv-featured-review .mv-review-author small { color: rgba(244, 244, 241, 0.55); }
.mv-featured-review-text { margin: 20px 0 0; font-size: 20px; line-height: 1.35; }
.mv-featured-review .mv-review-footer { border-color: rgba(244, 244, 241, 0.22); color: rgba(244, 244, 241, 0.58); }
.mv-featured-review .mv-review-footer a { color: var(--paper); }

@media (min-width: 720px) {
  .mobile-variant .shell, .mv-shell { width: min(var(--shell), calc(100% - 48px)); }
  .mobile-head { padding-right: 24px; padding-left: 24px; }
  .mobile-head-brand img { width: 150px; height: 58px; }
  .mobile-head-phone { padding: 0 16px; }
  .mobile-head-phone span { display: inline; }
  .mv-hero { padding: 72px 0; }
  .mv-hero-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr); gap: 64px; align-items: center; }
  .mv-hero-cta { width: auto; }
  .mv-photo-frame { margin-top: 0; }
  .mv-service-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .mv-rating-strip { max-width: 420px; }
  .mv-review-card { flex-basis: 390px; }
  .mv-steps { grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 0; }
  .mv-step { display: block; padding: 20px 0; border-top: 1px solid var(--line-dark); border-bottom: 0; }
  .mv-step-number { display: block; margin-bottom: 34px; }
  .mv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .mv-request .mv-form { max-width: 600px; }
  .mv-footer { padding-bottom: 42px; }
  .mv-app-hero-media { height: 460px; }
  .mv-app-hero-content { max-width: 780px; margin-top: -156px; padding-top: 0; }
  .mv-app-service-grid { grid-template-columns: repeat(3, 1fr); }
  .mv-app-service { min-height: 150px; }
  .mv-app-cta-band { padding: 24px 0; }
  .mv-app-cta-band .mv-button { width: auto; min-width: 360px; }
  .mobile-app .mv-app-review-card { flex-basis: 390px; }
  .mv-conversion-hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); gap: 64px; align-items: center; }
  .mv-conversion-form-card { margin-top: 0; padding: 26px; }
  .mv-benefit-list { grid-template-columns: repeat(3, 1fr); column-gap: 22px; border-top: 0; }
  .mv-benefit { display: block; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 0; }
  .mv-benefit-mark { margin-bottom: 34px; }
  .mv-featured-review { max-width: 680px; padding: 28px; }
}

@media (max-width: 380px) {
  .mv-shell, .mobile-variant .shell { width: min(100% - 32px, var(--shell)); }
  .mobile-head { --mv-gutter: 16px; }
  .mobile-head-brand img { width: 112px; }
  .mv-hero { padding-top: 32px; }
  .mv-hero h1, .mv-conversion-hero h1 { font-size: 40px; }
  .mv-app-actions { grid-template-columns: 1fr; }
  .mv-section-heading { display: block; }
  .mv-section-heading p { margin-top: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-variant .mv-button:hover, .mobile-variant .mv-app-service:hover { transform: none; }
}

@media (max-width: 719px) {
  .mobile-app .mobile-head { background: var(--paper); border-bottom-color: rgba(17, 17, 17, 0.1); }
  .mobile-app .mobile-head-brand img { mix-blend-mode: normal; }

  .mobile-app .mv-section { padding-block: 32px; }
  .mobile-app #mobile-services { padding-top: 22px; padding-bottom: 14px; }
  .mobile-app #mobile-services .mv-section-heading { margin-bottom: 18px; }
  .mobile-app #mobile-services .mv-section-heading > p { display: none; }

  .mobile-app .mv-app-actions { grid-template-columns: 0.72fr 1.28fr; gap: 10px; margin-top: 28px; align-items: stretch; }
  .mobile-app .mv-app-actions .mv-button { min-height: 56px; padding: 12px 13px; line-height: 1.16; text-align: center; }
  .mobile-app .mv-app-actions .mv-button-light { justify-content: space-between; text-align: left; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16); }
  .mobile-app .mv-app-actions .ui-arrow { width: 14px; height: 14px; flex-basis: 14px; }

  .mobile-app .mv-app-cta-band { padding: 10px 0 12px; }
  .mobile-app #mobile-reviews { padding-top: 24px; padding-bottom: 16px; }
  .mobile-app #mobile-reviews .mv-section-heading { margin-bottom: 18px; }
  .mobile-app .mv-section-dark { padding-top: 24px; padding-bottom: 14px; }
  .mobile-app #mobile-request { padding-top: 22px; }

  .mobile-app .svc-arrow .ui-arrow { width: 13px; height: 13px; flex-basis: 13px; }
  .mobile-app .mv-button:active, .mobile-app .mobile-action:active { transform: scale(0.98); }
}

/* Mobile hero: full-bleed photo with a readable lower gradient. */
.mobile-app .mv-app-hero--fullbleed {
  position: relative;
  min-height: clamp(600px, 165vw, 710px);
  overflow: hidden;
  padding: 0;
  background: var(--ink);
  color: var(--paper);
}
.mobile-app .mv-app-hero--fullbleed .mv-app-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: auto;
}
.mobile-app .mv-app-hero--fullbleed .mv-app-hero-media::after {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.03) 22%, rgba(17, 17, 17, 0.12) 45%, rgba(17, 17, 17, 0.94) 100%);
}
.mobile-app .mv-app-hero--fullbleed .mv-app-hero-media img {
  height: 100%;
  object-position: 30% center;
}
.mobile-app .mv-app-hero--fullbleed .mv-app-hero-content {
  display: flex;
  min-height: clamp(600px, 165vw, 710px);
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 230px 0 28px;
}
.mobile-app .mv-app-hero--fullbleed h1 {
  max-width: none;
  margin: 0 0 18px;
  font-size: clamp(43px, 12.8vw, 72px);
  line-height: 0.93;
}
.mobile-app .mv-app-hero--fullbleed p {
  max-width: 100%;
  margin: 0;
  color: rgba(244, 244, 241, 0.86);
  font-size: 16px;
  line-height: 1.55;
}
.mobile-app .mv-app-hero--fullbleed .mv-app-actions {
  margin-top: 26px;
}
.mobile-app .mv-app-hero--fullbleed .mv-app-actions .mv-button {
  min-height: 56px;
  padding: 12px 13px;
  line-height: 1.16;
}

@media (max-width: 380px) {
  .mobile-app .mv-app-hero--fullbleed .mv-app-actions { grid-template-columns: 0.72fr 1.28fr; }
}
