@font-face {
  font-family: 'Xolonium';
  src: url('image/Xolonium-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Xolonium';
  src: url('image/Xolonium-Bold.otf') format('opentype');
  font-weight: 700 900;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter Tight', sans-serif;
  background: #DFDFDF;
  color: #1F1F1F;
}

/* ── LAYOUT ── */
.layout {
  display: flex;
  min-height: 100vh;
  max-width: 1400px;
  margin: 0 auto;
}

/* ── LEFT COLUMN ── */
.col-left {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 32px;
  padding-top: 36px;
}

.hero-slider {
  position: relative;
  width: 656px;
  height: 736px;
}

.phone-img {
  width: 656px;
  height: 736px;
  display: block;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

.hero-slide--active {
  opacity: 1;
  transform: translateY(0);
}

/* ── RIGHT COLUMN ── */
.col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 36px 60px 60px 77px;
}

/* ── NAV ── */
nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nav-links a {
  text-decoration: none;
  color: #111;
  font-size: 20px;
  line-height: 1.4;
}

.nav-links a:hover { opacity: 0.6; }

.logo {
  height: 22px;
  width: auto;
}

/* ── HERO TEXT ── */
.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-title {
  font-family: 'Xolonium', sans-serif;
  margin-top: 120px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: #111;
  white-space: nowrap;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #666;
  margin-bottom: 35px;
  max-width: 440px;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #017DFF;
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 24px;
  width: 165px;
  height: 67px;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}

.btn-download:hover { background: #0066dd; }

/* ── ICONS ROW ── */
.icons-row {
  display: flex;
  gap: 10px;
  margin-top: 150px;
  align-items: center;
  align-self: center;
}

.icons-row img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* ── BLOCK 2: ПРОБЛЕМЫ ── */
.problems {
  background: #DFDFDF;
}

.problems-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 60px 0;
}

.problems-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}

.problems-title {
  font-family: 'Xolonium', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #1F1F1F;
}

.problems-desc {
  font-family: 'Inter Tight', sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.3;
  max-width: 600px;
}

.problems-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.problems-img {
  width: 652px;
  height: auto;
  display: block;
}

.problems-footnote {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.5;
  padding-bottom: 60px;
}

/* ── BLOCK 3: КАК ЭТО РАБОТАЕТ ── */
.how {
  background: #DFDFDF;
  overflow: hidden;
}

.how-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 60px;
  display: flex;
  align-items: center;
}

.how-left {
  flex: 0 0 656px;
  width: 656px;
  height: 614px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: #CACACA;
  padding: 60px;
  position: relative;
}

.how-left::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  background: #CACACA;
}

.how-title {
  font-family: 'Xolonium', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #1F1F1F;
  margin-bottom: 12px;
}

.how-subtitle {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.5;
}

.how-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.how-item {
  cursor: default;
}

.how-item-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #1F1F1F;
  margin-bottom: 6px;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.how-item-desc {
  font-family: 'Inter Tight', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.how-item--active .how-item-title {
  color: #1F1F1F;
  opacity: 1;
}

.how-item--active .how-item-desc {
  color: #555;
  opacity: 1;
}

.how-item--dimmed .how-item-title {
  color: #AAAAAA;
  opacity: 0.6;
}

.how-item--dimmed .how-item-desc {
  color: #AAAAAA;
  opacity: 0.5;
}

.how-right {
  flex-shrink: 0;
  background: url('image/Frame67924.svg') center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 614px;
  position: relative;
}

.how-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 9999px;
  height: 100%;
  background: url('image/Frame67924.svg') center / cover no-repeat;
}

.how-phone {
  height: 100%;
  width: auto;
  display: block;
  transition: opacity 0.2s ease;
}

.how-item-img {
  display: none;
}

/* ── BLOCK 4: ЧТО ВЫ ПОЛУЧИТЕ ── */
.results {
  background: #DFDFDF;
}

.results-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 60px;
}

.results-title {
  font-family: 'Xolonium', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #1F1F1F;
  margin-bottom: 60px;
}

.results-list-wrap {
  position: relative;
}

.results-list {
  list-style: none;
}

.results-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #BEBEBE;
  color: #999;
  cursor: default;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.results-item:first-child {
  border-top: 1px solid #BEBEBE;
}

.results-item--active {
  color: #1F1F1F;
  opacity: 1;
}

.results-item--dimmed {
  color: #C0C0C0;
  opacity: 0.6;
}

.results-item-name {
  font-family: 'Inter Tight', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 24px;
}

.results-item-note {
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.results-item--active .results-item-note {
  opacity: 1;
}

.results-item-num {
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.results-float {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 280px;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease;
  opacity: 1;
}

.results-card-header,
.results-card-note {
  display: none;
}

.results-item-img {
  display: none;
}

.results-card-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.25;
  flex: 1;
}

.results-card-num {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  margin-left: 12px;
  flex-shrink: 0;
}

.results-float-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}

/* ── BLOCK 5: FIXBOT ПОДХОДИТ ── */
.cta {
  background: #DFDFDF;
}

.cta-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.cta-title {
  font-family: 'Xolonium', sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #1F1F1F;
  max-width: 900px;
}

.cta-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  flex-shrink: 0;
}

.cta-desc {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.5;
}

/* ── BLOCK 6: НОВИЧОК ── */
.novice {
  background: #DFDFDF;
}

.novice-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  border-top: 1px solid #000000;
  padding-top: 31px;
}

.novice-left {
  flex-shrink: 0;
}

.novice-img {
  width: 656px;
  height: 582px;
  display: block;
}

.novice-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 30px 48px 60px;
}

.novice-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #1F1F1F;
}

.novice-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: auto;
  width: 280px;
}

.novice-list li {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.4;
}

.novice--reverse {
  padding-top: 31px;
  padding-bottom: 31px;
}

.novice-right--reverse {
  padding: 48px 60px 48px 0;
}

.novice-list--left {
  margin-left: 0;
  margin-right: auto;
}

/* ── BLOCK 10: FAQ ── */
.faq {
  background: #DFDFDF;
  margin-top: 260px;
  overflow: hidden;
}

.faq-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  position: relative;
}

.faq-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 9999px;
  height: 100%;
  background: #CACACA;
}

.faq-left {
  overflow: hidden;
  flex-shrink: 0;
  width: 700px;
  align-self: flex-start;
  height: 650px;
}

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

.faq-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 60px 210px 80px;
  gap: 200px;
  background: #CACACA;
  height: 650px;
  overflow: hidden;
}

.faq-title {
  font-family: 'Xolonium', sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #1F1F1F;
}

.faq-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #000000;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1F1F1F;
  text-align: left;
}

.faq-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item--open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item--open .faq-answer {
  max-height: 200px;
}

.faq-answer p {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  padding-bottom: 16px;
}

/* ── BLOCK 9: ОТЗЫВ ── */
.review {
  background: #DFDFDF;
}

.review-inner {
  max-width: 1400px;
  margin: 160px auto 0;
  display: grid;
  grid-template-columns: 290px 1fr 290px;
  grid-template-rows: auto auto;
}

.review-photo {
  grid-column: 1;
  grid-row: 1 / 3;
}

.review-img {
  width: 290px;
  height: 441px;
  display: block;
}

.review-center {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 48px 60px 0;
}

.review-title {
  font-family: 'Xolonium', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #1F1F1F;
}

.review-tag {
  background-color: #CACACA;
  display: inline-block;
  border: 1px solid #CACACA;
  border-radius: 50px;
  padding: 8px 20px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F1F1F;
  width: fit-content;
}

.review-dots {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 40px 0 48px;
}

.review-side-img {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 290px;
  height: 441px;
  display: block;
}

/* ── BLOCK 11: ФИНАЛЬНЫЙ CTA ── */
.final-cta {
  max-width: 1400px;
  margin: 10px auto 60px;
  background: #DFDFDF;
  display: flex;
  align-items: stretch;
}

.final-cta-left {
  flex: 0 0 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 20px 80px 20px;
  gap: 32px;
}

.final-cta-title {
  font-family: 'Xolonium', sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.05;
  color: #1F1F1F;
}

.final-cta-desc {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.5;
}

.btn-appstore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #017DFF;
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 20px;
  font-weight: 400;
  width: 260px;
  height: 67px;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
  margin-top: 140px;
}

.btn-appstore:hover { background: #0066dd; }

.final-cta-img {
  display: block;
  flex-shrink: 0;
}

/* ── FOOTER ── */
.footer {
  background: #1A1A1A;
  background-image: url('image/Group194.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 200px 60px 50px;
  overflow: hidden;
}

.footer-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-col a {
  text-decoration: none;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  opacity: 0.8;
}

.footer-col a:hover { opacity: 1; }

.footer-app-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  opacity: 0.8;
}

.footer-appstore-img {
  display: block;
  height: 52px;
  width: auto;
}

.footer-logo-big {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo-img {
  height: 200px;
  width: auto;
  display: inline-block;
  filter: brightness(0) invert(1) brightness(0.875);
}

.footer-logo-mobile {
  display: none;
}

/* ══════════════════════════════════════════════════
   MOBILE ADAPTIVE — 375px
══════════════════════════════════════════════════ */
@media (max-width: 480px) {

  /* ── BLOCK 1: HERO ── */
  .layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .col-right {
    display: contents;
  }

  nav {
    grid-row: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 20px 20px;
  }

  .col-left {
    grid-row: 2;
    padding: 0 0 20px;
    justify-content: flex-start;
  }

  .hero-text {
    grid-row: 3;
    padding: 0 20px 40px;
    align-items: center;
    text-align: center;
  }

  .hero-slider {
    width: 100%;
    height: calc(100vw * 736 / 656);
  }

  .phone-img {
    width: 100%;
    height: 100%;
  }

  .nav-links {
    flex-direction: column;
    gap: 6px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .logo {
    height: 18px;
  }

  .hero-title {
    font-size: 34px;
    margin-top: 24px;
    white-space: normal;
    margin-bottom: 12px;
  }

  .hero-sub {
    font-size: 14px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .btn-download {
    font-size: 18px;
    width: 140px;
    height: 54px;
  }

  .icons-row {
    margin-top: 12px;
  }

  /* ── BLOCK 2: ПРОБЛЕМЫ ── */
  .problems-inner {
    padding: 40px 20px 0;
  }

  .problems-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }

  .problems-title {
    font-size: 28px;
  }

  .problems-desc {
    font-size: 18px;
    max-width: 100%;
  }

  .problems-body {
    flex-direction: column;
    gap: 24px;
  }

  .problems-img {
    width: 100%;
    height: auto;
  }

  .problems-footnote {
    font-size: 14px;
    padding-bottom: 40px;
  }

  /* ── BLOCK 3: КАК ЭТО РАБОТАЕТ ── */
  .how-inner {
    flex-direction: column;
    padding: 40px 20px;
    gap: 0;
  }

  .how {
    background: #CACACA;
  }

  .how-left {
    flex: none;
    width: 100%;
    height: auto;
    padding: 30px 0;
    gap: 32px;
    background: none;
  }

  .how-left::before {
    display: none;
  }

  .how-title {
    font-size: 26px;
  }

  .how-subtitle {
    font-size: 14px;
  }

  .how-item {
    display: flex;
    flex-direction: column;
  }

  .how-item--active,
  .how-item--dimmed {
    opacity: 1;
  }

  .how-item--dimmed .how-item-title {
    color: #1F1F1F;
    opacity: 1;
  }

  .how-item--dimmed .how-item-desc {
    color: #555;
    opacity: 1;
  }

  .how-item-title {
    font-size: 22px;
  }

  .how-item-desc {
    font-size: 14px;
  }

  .how-item-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 12px;
  }

  .how-right {
    display: none;
  }

  .how-right::after {
    display: none;
  }

  /* ── BLOCK 4: ЧТО ВЫ ПОЛУЧИТЕ ── */
  .results-inner {
    padding: 40px 20px;
  }

  .results-title {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .results-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    opacity: 1;
    color: #1F1F1F;
  }

  .results-item--dimmed,
  .results-item--active {
    opacity: 1;
    color: #1F1F1F;
  }

  .results-item-name {
    font-size: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 12px;
  }

  .results-item-note {
    display: block;
    font-size: 136
    color: #888;
    opacity: 1;
  }

  .results-item-num {
    display: none;
  }

  .results-item-img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .results-float {
    display: none;
  }

  /* ── BLOCK 5: FIXBOT ПОДХОДИТ ── */
  .cta-inner {
    flex-direction: column;
    padding: 40px 20px;
    gap: 24px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-desc {
    font-size: 14px;
  }

  /* ── БЛОКИ 6-8: НОВИЧОК / БАЗОВЫЙ / ПРОДВИНУТЫЙ ── */
  .novice-inner {
    flex-direction: column;
    padding-top: 24px;
  }

  .novice-right,
  .novice-right--reverse {
    order: 1;
    padding: 24px 20px;
    gap: 24px;
  }

  .novice-left {
    order: 2;
  }

  .novice-img {
    width: 100%;
    height: auto;
  }

  .novice-title {
    font-size: 28px;
  }

  .novice-list {
    width: 100%;
    margin-left: 0;
  }

  .novice {
    margin-bottom: 24px;
  }

  .novice--reverse {
    padding: 0;
  }

  /* ── BLOCK 9: ОТЗЫВ ── */
  .review {
    overflow: hidden;
  }

  .review-inner {
    display: grid;
    grid-template-columns: 1fr 28px;
    margin-top: 40px;
  }

  .review-center {
    grid-column: 1 / 3;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
    padding: 0 20px 20px;
    gap: 0;
    justify-content: flex-start;
  }

  .review-title {
    font-size: 24px;
    line-height: 1.05;
  }

  .review-tag {
    display: none;
  }

  .review-photo {
    grid-column: 2;
    grid-row: 2;
    overflow: hidden;
  }

  .review-img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .review-side-img {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: auto;
    display: block;
  }

  .review-dots {
    grid-column: 1 / 3;
    grid-row: 3;
    justify-content: center;
    padding: 24px 0 32px;
    margin-top: 0;
  }

  /* ── BLOCK 10: FAQ ── */
  .faq {
    margin-top: 60px;
  }

  .faq-inner {
    flex-direction: column;
  }

  .faq-inner::before,
  .faq-inner::after {
    display: none;
  }

  .faq-left {
    display: none;
  }

  .faq-right {
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 32px 20px 40px;
    gap: 24px;
  }

  .faq-title {
    font-size: 26px;
  }

  .faq-question {
    font-size: 16px;
  }

  /* ── BLOCK 11: ФИНАЛЬНЫЙ CTA ── */
  .final-cta {
    flex-direction: column;
    margin-top: 60px;
    padding: 0 20px;
  }

  .final-cta-left {
    flex: none;
    width: 100%;
    padding: 40px 0;
    gap: 20px;
  }

  .final-cta-title {
    font-size: 24px;
  }

  .final-cta-desc {
    font-size: 14px;
  }

  .btn-appstore {
    margin-top: 32px;
    font-size: 16px;
    width: 220px;
    height: 54px;
  }

  .final-cta-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ── FOOTER ── */
  .footer {
    padding: 48px 20px 32px;
  }

  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    padding-bottom: 48px;
    max-width: 100%;
  }

  /* HTML order: col1=Поддержка, col2=О нас, col3=ВК, col4=Скачай */
  /* Visual order: О нас (top-left), Скачай (top-right), Поддержка (bottom-left), ВК (bottom-right) */
  .footer-col {
    flex: 0 0 50%;
    box-sizing: border-box;
  }

  .footer-col:nth-child(1) { order: 3; padding-right: 10px; }
  .footer-col:nth-child(2) { order: 1; padding-right: 10px; }
  .footer-col:nth-child(3) { order: 4; }
  .footer-col:nth-child(4) { order: 2; }

  .footer-col a {
    font-size: 16px;
    line-height: 1.6;
  }

  .footer-app-label {
    font-size: 20px;
    line-height: 1.4;
    display: block;
    margin-bottom: 16px;
  }

  .footer-appstore-img {
    height: auto;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .footer-logo-desktop {
    display: none;
  }

  .footer-logo-mobile {
    display: block;
    width: 100%;
    height: auto;
    filter: none;
  }

  .footer-logo-big {
    text-align: left;
    padding: 0 0 8px;
  }
}
