/* Simpler editorial layout after the 2026-07-28 content review. */

html {
  scroll-behavior: smooth;
}

body {
  background: #f5f6f3;
}

.hero.hero--simple {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  min-height: auto;
  padding-top: clamp(64px, 8vw, 108px);
  padding-bottom: 42px;
}

.hero-simple__copy {
  align-self: center;
}

.hero-simple__copy h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.96;
}

.hero-simple__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: #3f4a50;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.42;
}

.hero-simple__form {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 10px;
  max-width: 610px;
}

.hero-simple__form > input {
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #aeb7ba;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
}

.hero-simple__form .btn {
  min-width: 188px;
}

.hero-simple__form .consent {
  grid-column: 1 / -1;
}

.consent--compact {
  margin-top: 2px;
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  color: #244bba;
  font-weight: 700;
  text-underline-offset: 4px;
}

.hero.hero--simple .hero__media {
  align-self: center;
}

.hero.hero--simple .hero__caption {
  margin-top: 10px;
  color: #5d686e;
  font-size: 14px;
  text-align: center;
}

.proof.proof--simple {
  gap: 0;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid #cfd5d4;
  border-bottom: 1px solid #cfd5d4;
}

.proof--simple > div {
  display: grid;
  gap: 7px;
  padding: 4px 24px;
  border-left: 1px solid #cfd5d4;
}

.proof--simple > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.proof--simple > div:last-child {
  padding-right: 0;
}

.proof--simple strong {
  font-family: var(--heading-font);
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.03;
}

.proof--simple span {
  color: #5b666c;
  line-height: 1.38;
}

.simple-section {
  padding-top: clamp(68px, 8vw, 108px);
  padding-bottom: clamp(68px, 8vw, 108px);
}

.simple-section + .simple-section {
  border-top: 1px solid #d7dcda;
}

#comparison {
  padding-top: clamp(42px, 5vw, 66px);
}

.simple-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 36px;
  align-items: end;
  max-width: none;
  margin-bottom: 38px;
}

.simple-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
}

.simple-heading p {
  max-width: 520px;
  margin-bottom: 3px;
  color: #566168;
  font-size: 18px;
  line-height: 1.48;
}

.simple-heading--single {
  display: block;
}

.simple-heading--single h2 {
  max-width: 900px;
}

.problems-section {
  padding-top: clamp(50px, 6vw, 78px);
}

.simple-heading--cases {
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.55fr);
  align-items: center;
}

.simple-heading--cases h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(40px, 4.1vw, 58px);
}

.help-list,
.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #bfc7c7;
}

.help-list article,
.process-list article {
  padding: 30px 34px 34px 0;
  border-bottom: 1px solid #bfc7c7;
}

.help-list article:nth-child(odd),
.process-list article:nth-child(odd) {
  padding-right: 44px;
  border-right: 1px solid #bfc7c7;
}

.help-list article:nth-child(even),
.process-list article:nth-child(even) {
  padding-left: 44px;
}

.help-list h3,
.process-list h3 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.04;
}

.help-list p,
.process-list p {
  max-width: 500px;
  margin: 0;
  color: #566168;
  font-size: 17px;
  line-height: 1.52;
}

.case-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.case-simple {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.case-simple__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dfe3e0;
  border-radius: 10px;
}

.case-simple__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.05) saturate(1.04);
  transition: filter 260ms ease, transform 260ms ease;
}

.case-simple__media::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(8, 13, 18, 0.82));
  transition: opacity 260ms ease;
}

.case-simple__media strong {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 1;
  color: #fff;
  font-family: var(--heading-font);
  font-size: clamp(33px, 4vw, 50px);
  line-height: 0.95;
}

.case-simple__copy {
  display: grid;
  grid-template-rows: repeat(3, max-content);
  align-content: start;
  gap: 7px;
  padding: 18px 2px 0;
}

.case-simple__copy b {
  color: #213c9c;
  font-size: 15px;
}

.case-simple__copy > span {
  font-family: var(--heading-font);
  font-size: clamp(23px, 2.3vw, 31px);
  font-weight: 700;
  line-height: 1.08;
}

.case-simple__copy small {
  color: #606b70;
  font-size: 15px;
  line-height: 1.35;
}

.case-simple:hover .case-simple__media img,
.case-simple:focus-visible .case-simple__media img,
.case-simple:active .case-simple__media img {
  filter: brightness(1.15) saturate(1.1);
  transform: scale(1.025);
}

.case-simple:hover .case-simple__media::after,
.case-simple:focus-visible .case-simple__media::after,
.case-simple:active .case-simple__media::after {
  opacity: 0.72;
}

.case-simple:focus-visible {
  outline: 3px solid rgba(36, 75, 186, 0.32);
  outline-offset: 5px;
}

.simple-section--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(48px, 8vw, 110px);
}

.simple-section--split h2,
.first-step h2,
.legal-simple h2 {
  max-width: 610px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}

.plain-check-list {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #bfc7c7;
}

.plain-check-list li {
  position: relative;
  padding: 15px 0 15px 32px;
  border-bottom: 1px solid #bfc7c7;
  font-size: 17px;
  line-height: 1.42;
}

.plain-check-list li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  color: #087c62;
  content: "✓";
  font-weight: 900;
}

.plain-check-list--columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(36px, 6vw, 72px);
  margin-top: 0;
}

.first-step {
  align-self: start;
  padding: 38px;
  background: #e4ecff;
  border-radius: 10px;
}

.first-step--wide {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
  margin-top: 52px;
}

.first-step--wide h2 {
  margin: 0;
}

.first-step--wide > div > p:first-child {
  margin-top: 0;
}

.first-step p {
  color: #3d4a54;
  font-size: 17px;
  line-height: 1.52;
}

.first-step .btn {
  margin-top: 8px;
}

.simple-prices {
  border-top: 1px solid #aeb7b8;
}

.simple-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin: 0 -14px;
  padding: 26px 14px;
  border-bottom: 1px solid #aeb7b8;
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.simple-price:hover,
.simple-price:focus-visible {
  background: rgba(36, 75, 186, 0.065);
  outline: none;
}

.simple-price:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(36, 75, 186, 0.28);
}

.simple-prices h3 {
  margin-bottom: 6px;
  font-size: clamp(25px, 3vw, 34px);
}

.simple-prices p {
  max-width: 680px;
  margin: 0;
  color: #586469;
  font-size: 16px;
  line-height: 1.45;
}

.simple-prices strong {
  white-space: nowrap;
  font-family: var(--heading-font);
  font-size: clamp(27px, 3vw, 38px);
}

.simple-prices strong small {
  font-size: 0.56em;
}

.pricing-note {
  max-width: none;
  margin: 20px 0 0;
  color: #566168;
  font-size: 16px;
  line-height: 1.48;
}

.simple-comparison {
  border-top: 1px solid #aeb7b8;
}

.simple-comparison > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #aeb7b8;
}

.simple-comparison b,
.simple-comparison span {
  padding: 22px 28px 22px 0;
}

.simple-comparison b + b,
.simple-comparison span + span {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid #aeb7b8;
}

.simple-comparison__head b {
  font-family: var(--heading-font);
  font-size: clamp(25px, 3vw, 34px);
}

.simple-comparison span {
  color: #566168;
  line-height: 1.5;
}

.simple-comparison span:first-child {
  color: #243038;
}

.simple-comparison span strong {
  color: #172129;
}

.legal-simple {
  --band-bg: #16202a;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
  background: #16202a;
  box-shadow: 0 0 0 100vmax #16202a;
  color: #fff;
}

#official {
  --band-bg: #16202a;
  background: #16202a;
  box-shadow: 0 0 0 100vmax #16202a;
}

.legal-simple h2 {
  color: #fff !important;
}

.legal-simple p {
  max-width: 520px;
  color: #c9d0d4;
  font-size: 18px;
  line-height: 1.48;
}

.legal-external-link {
  color: #fff;
  font-weight: 750;
  text-underline-offset: 4px;
}

.legal-external-link:hover,
.legal-external-link:focus-visible {
  color: #b8d7ff;
}

.legal-registry-proof {
  display: grid;
  gap: 4px;
  max-width: 520px;
  margin: 24px 0 18px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.legal-registry-proof span {
  color: #a8d7c6;
  font-size: 13px;
  font-weight: 750;
}

.legal-registry-proof strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.legal-registry-proof small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.legal-registry-proof:hover,
.legal-registry-proof:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.54);
  outline: none;
  transform: translateY(-1px);
}

.mobile-only-break {
  display: none;
}

.legal-simple .btn {
  display: inline-flex;
  margin-top: 12px;
  color: #172129 !important;
  background: #fff !important;
  border: 1px solid #fff;
}

.legal-simple .btn:hover,
.legal-simple .btn:focus-visible {
  color: #172129 !important;
  background: #eef2f4 !important;
}

.legal-simple .plain-check-list,
.legal-simple .plain-check-list li {
  border-color: rgba(255, 255, 255, 0.22);
}

.legal-documents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 480px;
  justify-self: end;
}

.legal-document {
  appearance: none;
  display: grid;
  grid-template-rows: auto max-content max-content;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}

.legal-document__media {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1200 / 1710;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.legal-document__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.legal-document:hover .legal-document__media,
.legal-document:focus-visible .legal-document__media {
  border-color: #fff;
  transform: translateY(-2px);
}

.legal-document:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

.legal-document b {
  margin-top: 4px;
  font-family: var(--heading-font);
  font-size: 22px;
  line-height: 1.08;
}

.legal-document small {
  color: #aeb9c0;
  font-size: 13px;
  line-height: 1.35;
}

.legal-points {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 52px);
  margin-top: 8px;
  border-color: rgba(255, 255, 255, 0.22);
}

.legal-points li {
  border-color: rgba(255, 255, 255, 0.22);
}

.real-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.real-proof-grid .evidence-card {
  min-width: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.real-proof-grid .evidence-card__media {
  aspect-ratio: 4 / 5 !important;
  background: #fff;
  border: 1px solid #c9d0cf;
  border-radius: 8px;
}

.real-proof-grid .evidence-card__media img {
  object-fit: contain;
}

.real-proof-grid .evidence-card b {
  margin-top: 13px;
  color: #172129;
  font-size: 19px;
}

.real-proof-grid .evidence-card small {
  color: #657076;
}

.faq-list.faq-list--simple {
  max-width: 880px;
  background: transparent;
  border: 0;
  border-top: 1px solid #aeb7b8;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.faq-list--simple details {
  padding: 0;
  border-bottom: 1px solid #aeb7b8;
}

.faq-list--simple summary {
  padding: 22px 38px 22px 0;
  font-family: var(--heading-font);
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: 1.1;
}

.faq-list--simple p {
  max-width: 760px;
  margin: -4px 0 24px;
  font-size: 17px;
  line-height: 1.52;
}

.contact.contact--simple {
  grid-template-columns: minmax(0, 1fr) minmax(374px, 0.682fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
  border-top: 1px solid #d0d6d4;
}

.contact--simple .contact__copy h2 {
  max-width: 620px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
}

.contact--simple .contact__copy > p {
  max-width: 590px;
  font-size: 18px;
  line-height: 1.5;
}

.contact-steps {
  max-width: 590px;
  margin: 30px 0;
  padding: 24px 0;
  border-top: 1px solid #bfc7c7;
  border-bottom: 1px solid #bfc7c7;
}

.contact-steps h3 {
  font-size: 26px;
}

.contact-steps p {
  margin: 0;
  color: #566168;
  line-height: 1.5;
}

.contact-steps ol {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: contact-step;
}

.contact-steps li {
  position: relative;
  min-height: 34px;
  padding-left: 46px;
  color: #566168;
  line-height: 1.5;
  counter-increment: contact-step;
}

.contact-steps li::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: #244bba;
  border-radius: 50%;
  content: counter(contact-step);
  font-size: 14px;
  font-weight: 800;
}

.contact-assurances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  max-width: 590px;
  border-top: 1px solid #bfc7c7;
  border-bottom: 1px solid #bfc7c7;
}

.contact-assurances p {
  margin: 0;
  padding: 20px 0;
  color: #566168;
  font-size: 15px;
  line-height: 1.48;
}

.contact-assurances p + p {
  padding-left: 26px;
  border-left: 1px solid #bfc7c7;
}

.contact-assurances strong {
  display: block;
  margin-bottom: 6px;
  color: #172129;
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 1.12;
}

.form.form--simple {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid #d0d6d4;
  border-radius: 10px;
  box-shadow: none;
  backdrop-filter: none;
}

.form--simple label > span {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
}

.form--simple input[type="text"] {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #aeb7b8;
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
}

.form--simple .consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: start;
}

.form--simple .consent span {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.section-cta {
  margin-top: 34px;
}

.section-cta--cases {
  margin-top: 82px;
}

.social-strip {
  display: flex;
  flex-direction: column;
  width: min(1180px, calc(100% - 48px));
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto;
  padding: 28px 0 44px;
  border-top: 1px solid #d0d6d4;
  text-align: center;
}

.social-strip p {
  margin: 0;
  color: #566168;
  font-size: 16px;
  font-weight: 700;
}

.social-strip > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.social-strip a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  color: #3f4a50;
  background: transparent;
  border: 1px solid #bfc7c7;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.social-strip a:hover,
.social-strip a:focus-visible,
.social-strip a:active {
  color: #fff;
  outline: none;
}

.social-strip .social-link--telegram:hover,
.social-strip .social-link--telegram:focus-visible,
.social-strip .social-link--telegram:active {
  background: #229ed9;
  border-color: #229ed9;
}

.social-strip .social-link--vk:hover,
.social-strip .social-link--vk:focus-visible,
.social-strip .social-link--vk:active {
  background: #0077ff;
  border-color: #0077ff;
}

.social-strip .social-link--youtube:hover,
.social-strip .social-link--youtube:focus-visible,
.social-strip .social-link--youtube:active {
  background: #ff0000;
  border-color: #ff0000;
}

.btn {
  border-radius: 8px;
  box-shadow: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .case-simple__media img,
  .case-simple__media::after,
  .legal-document__media,
  .btn {
    transition: none;
  }
}

@media (max-width: 900px) {
  .hero.hero--simple {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
  }

  .hero-simple__copy h1 {
    font-size: clamp(42px, 6.8vw, 60px);
  }

  .proof.proof--simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .proof--simple > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .simple-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .simple-heading--cases h2 {
    white-space: normal;
  }

  .simple-section--split,
  .legal-simple,
  .contact.contact--simple {
    grid-template-columns: 1fr;
  }

  .legal-documents {
    justify-self: start;
  }

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

@media (min-width: 681px) and (max-width: 900px) {
  .hero.hero--v2.hero--simple .hero__media {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 320px;
    min-width: 0;
  }

  .hero.hero--v2.hero--simple .hero__panel--photo {
    width: 100%;
    max-width: 320px;
    height: 380px;
  }

  .hero.hero--v2.hero--simple .hero__panel--photo picture,
  .hero.hero--v2.hero--simple .hero__panel--photo img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero.hero--v2.hero--simple .hero__caption {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 680px) {
  .hero.hero--simple {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 38px;
    padding-bottom: 28px;
  }

  .hero-simple__copy {
    order: 1;
  }

  .hero.hero--simple .hero__media {
    order: 0;
    width: min(100%, 340px);
    margin: 0 auto;
  }

  .hero.hero--v2.hero--simple .hero__panel--photo,
  .hero.hero--v2.hero--simple .hero__panel--photo picture,
  .hero.hero--v2.hero--simple .hero__panel--photo img,
  .hero.hero--v2.hero--simple .hero__caption {
    width: 100%;
    max-width: 340px;
  }

  .hero-simple__copy h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .hero-simple__lead {
    font-size: 19px;
  }

  .hero-simple__form {
    grid-template-columns: 1fr;
  }

  .hero-simple__form .consent {
    grid-column: auto;
  }

  .proof.proof--simple {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .proof--simple > div,
  .proof--simple > div:first-child,
  .proof--simple > div:nth-child(3),
  .proof--simple > div:last-child {
    padding: 18px 0;
    border-left: 0;
    border-bottom: 1px solid #cfd5d4;
  }

  .proof--simple > div:last-child {
    border-bottom: 0;
  }

  .simple-section {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .simple-heading h2,
  .simple-section--split h2,
  .first-step h2,
  .legal-simple h2 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .help-list,
  .process-list,
  .case-showcase,
  .real-proof-grid {
    grid-template-columns: 1fr;
  }

  .help-list article,
  .help-list article:nth-child(odd),
  .help-list article:nth-child(even),
  .process-list article,
  .process-list article:nth-child(odd),
  .process-list article:nth-child(even) {
    padding: 24px 0;
    border-right: 0;
  }

  .case-showcase {
    gap: 34px;
  }

  .case-simple__copy > span {
    font-size: 26px;
  }

  .first-step {
    padding: 28px 22px;
  }

  .first-step--wide {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .plain-check-list--columns {
    grid-template-columns: 1fr;
  }

  .simple-price {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .simple-comparison__head {
    display: none !important;
  }

  .simple-comparison > div {
    grid-template-columns: 1fr;
  }

  .simple-comparison span,
  .simple-comparison span + span {
    padding: 18px 0;
    border-left: 0;
  }

  .simple-comparison span:first-child::before,
  .simple-comparison span:last-child::before {
    display: block;
    margin-bottom: 7px;
    color: #68747a;
    content: "Напрямую со мной";
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .simple-comparison span:last-child {
    padding-top: 0;
    color: #68747a;
  }

  .simple-comparison span:last-child::before {
    content: "В агентстве";
  }

  .real-proof-grid .evidence-card--chat {
    max-width: 420px;
  }

  .legal-documents {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .legal-points {
    grid-template-columns: 1fr;
  }

  .contact-assurances {
    grid-template-columns: 1fr;
  }

  .contact-assurances p + p {
    padding-left: 0;
    border-top: 1px solid #bfc7c7;
    border-left: 0;
  }

  .form.form--simple {
    padding: 24px 18px;
  }

  .section-cta .btn {
    width: 100%;
  }

  .social-strip {
    width: min(100% - 40px, 1180px);
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }

  .social-strip > div {
    justify-content: center;
  }
}

/* Mobile rhythm and final-form refinements, 2026-07-29 */
.case-more-mobile {
  display: none;
}

.contact.contact--simple {
  --band-bg: #16232d !important;
  color: #fff;
  background: var(--band-bg);
  border-top: 0;
  box-shadow: 0 0 0 100vmax var(--band-bg);
  clip-path: inset(0 -100vmax);
}

.contact--simple .contact__copy h2,
.contact--simple .contact__copy > p,
.contact--simple .contact-steps h3,
.contact--simple .contact-steps li {
  color: #fff;
}

.contact--simple .contact__copy > p,
.contact--simple .contact-steps li {
  color: rgba(255, 255, 255, 0.78);
}

.contact--simple .contact-steps {
  border-color: rgba(255, 255, 255, 0.22);
}

.contact--simple .contact-steps li::before {
  color: #16232d;
  background: #fff;
}

.contact-form-column {
  width: 100%;
  min-width: 0;
}

.form-heading {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--heading-font);
  font-size: clamp(25px, 3vw, 32px);
  line-height: 1.05;
  scroll-margin-top: 120px;
}

.form--simple button[type="submit"] {
  color: #fff;
  background: #c53732 !important;
  border-color: #c53732 !important;
}

.form--simple button[type="submit"]:hover,
.form--simple button[type="submit"]:focus-visible {
  background: #a92d29 !important;
  border-color: #a92d29 !important;
}

@media (max-width: 680px) {
  .hero.hero--simple {
    padding-top: 52px;
  }

  .hero.hero--simple .hero__media {
    margin-top: 12px;
  }

  .simple-section {
    padding-top: 32px;
    padding-bottom: 46px;
  }

  .simple-section + .simple-section {
    border-top: 0;
  }

  .simple-heading {
    margin-bottom: 24px;
  }

  .section-cta {
    margin-top: 24px;
  }

  .section-cta--cases {
    margin-top: 36px;
  }

  #help,
  #cases,
  #process,
  #comparison,
  #trust {
    padding-bottom: 18px;
  }

  #cases,
  #problems,
  #process,
  #pricing,
  #comparison,
  #official,
  #trust,
  #faq {
    padding-top: 18px;
  }

  .mobile-only-break {
    display: initial;
  }

  #cases .case-showcase {
    position: relative;
  }

  #cases:not(.is-cases-expanded) .case-showcase {
    margin-bottom: -10px;
    padding-bottom: 42px;
    mask-image: linear-gradient(to bottom, #000 0%, #000 91%, transparent 100%);
  }

  #cases:not(.is-cases-expanded) [data-extra-case] {
    display: none;
  }

  .case-more-mobile {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    background: #172129;
    border: 0;
    border-radius: 8px;
    font: 800 18px/1 var(--body-font);
    cursor: pointer;
  }

  #cases.is-cases-expanded .case-more-mobile {
    display: none;
  }

  .legal-documents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 100%;
  }

  .legal-document b {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.12;
  }

  .legal-document small {
    font-size: 12px;
    line-height: 1.25;
  }

  .real-proof-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(214px, 76vw);
    grid-template-columns: none;
    gap: 16px;
    margin-right: 0;
    padding-right: 4px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .real-proof-grid .evidence-card {
    scroll-snap-align: start;
  }

  .real-proof-grid .evidence-card--chat {
    max-width: none;
  }

  .contact.contact--simple {
    gap: 28px;
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .contact--simple .contact-steps {
    margin-bottom: 0;
  }

  .form-heading {
    margin-bottom: 12px;
    scroll-margin-top: 104px;
  }
}
