@media (max-width: 720px) {
  .kr-landing {
    padding: 12px 0 0;
    background: #f4f0e7;
  }

  body[data-page="seo-landing"] {
    padding-bottom: 0 !important;
  }

  body[data-page="seo-landing"] > .mobile-tab-bar {
    display: none !important;
  }

  .kr-landing .container {
    width: auto;
    max-width: none;
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 0;
    padding-left: 0;
  }

  .kr-hero {
    min-height: 0;
    margin: 0 12px;
    overflow: hidden;
    border: 1px solid rgba(173, 126, 76, .28);
    border-radius: 24px;
    background: #fbf8f0;
    box-shadow: 0 16px 36px rgba(46, 53, 45, .08);
  }

  .kr-hero::before {
    inset: 0 0 auto;
    height: 255px;
    background: url('../images/landing-krasnodar-hero-20260715.jpg?v=20260717-mobile-crop-1') 52% 48% / cover no-repeat;
  }

  .kr-hero::after {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: 255px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(18, 49, 36, .02), rgba(18, 49, 36, .14));
  }

  .kr-hero__inner {
    display: block;
    min-height: 0;
    padding: 282px 20px 22px;
    z-index: 1;
  }

  .kr-hero__content {
    width: 100%;
  }

  .kr-eyebrow {
    margin-bottom: 12px;
    color: #8b663f;
    font-size: 10px;
    letter-spacing: .13em;
  }

  .kr-hero h1 {
    max-width: 520px;
    font-size: clamp(35px, 8.8vw, 46px);
    line-height: .98;
    text-wrap: balance;
  }

  .kr-hero h1 br {
    display: none;
  }

  .kr-hero__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.58;
  }

  .kr-hero__actions {
    gap: 10px;
    margin-top: 20px;
  }

  .kr-button {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 14px;
    text-align: center;
  }

  .kr-button--link {
    min-height: 42px;
  }

  .kr-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .kr-proof li {
    display: block;
    padding: 10px 6px;
    border: 1px solid rgba(135, 111, 71, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    text-align: center;
  }

  .kr-proof li > span {
    width: 34px;
    height: 34px;
    margin: 0 auto 7px;
  }

  .kr-proof p,
  .kr-proof strong {
    font-size: 10px;
    line-height: 1.3;
  }

  .kr-region-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  .kr-region-card > svg {
    width: 23px;
    height: 23px;
  }

  .kr-region-card strong {
    font-size: 18px;
  }

  .kr-overview {
    padding: 24px 0 16px;
  }

  .kr-overview__grid {
    gap: 14px;
  }

  .kr-feature-card {
    min-height: 0;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(50, 57, 48, .08);
  }

  .kr-feature-card header {
    gap: 9px;
    padding: 20px 18px 10px;
  }

  .kr-feature-card header span {
    width: 32px;
    height: 32px;
  }

  .kr-feature-card h2 {
    font-size: 29px;
    line-height: 1;
  }

  .kr-detail-list,
  .kr-check-list,
  .kr-feature-card > p {
    padding-right: 18px;
    padding-left: 18px;
  }

  .kr-detail-list li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    min-height: 58px;
    font-size: 13px;
    line-height: 1.42;
  }

  .kr-detail-list li svg {
    width: 20px;
  }

  .kr-feature-card > p,
  .kr-check-list li {
    font-size: 13px;
    line-height: 1.55;
  }

  .kr-check-list {
    gap: 12px;
    margin: 16px 0 20px;
  }

  .kr-feature-card > img {
    height: 210px;
    margin-top: 18px;
    flex-basis: 210px;
  }

  .kr-process {
    padding: 20px 0 28px;
  }

  .kr-section-heading {
    display: block;
    margin-bottom: 18px;
    text-align: center;
  }

  .kr-section-heading > span {
    display: none;
  }

  .kr-section-heading h2 {
    font-size: 34px;
  }

  .kr-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kr-process__steps::before {
    content: '';
    position: absolute;
    top: 36px;
    bottom: 36px;
    left: 33px;
    border-left: 1px dashed rgba(46, 89, 67, .28);
  }

  .kr-process__steps li {
    display: grid;
    min-height: 82px;
    grid-template-columns: 66px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    align-items: center;
    padding: 10px 14px 10px 6px;
    border: 1px solid rgba(154, 134, 93, .18);
    border-radius: 18px;
    background: rgba(255, 253, 247, .88);
    text-align: left;
  }

  .kr-process__steps li > span {
    z-index: 1;
    width: 56px;
    height: 56px;
    margin: 0;
    grid-row: 1 / 3;
    border-radius: 16px;
  }

  .kr-process__steps li > span svg {
    width: 25px;
    height: 25px;
  }

  .kr-process__steps b {
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
  }

  .kr-process__steps h3 {
    align-self: end;
    margin: 0 0 3px;
    font-size: 17px;
  }

  .kr-process__steps p {
    max-width: none;
    align-self: start;
    margin: 0;
    font-size: 12px;
    line-height: 1.42;
  }

  .kr-cta {
    padding: 0 0 28px;
  }

  .kr-cta__inner {
    display: block;
    padding: 22px 18px;
    border-radius: 22px;
    text-align: center;
  }

  .kr-cta__inner > svg {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
  }

  .kr-cta h2 {
    font-size: 30px;
  }

  .kr-cta p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 390px) {
  .kr-hero::before,
  .kr-hero::after {
    height: 220px;
  }

  .kr-hero__inner {
    padding-top: 245px;
  }

  .kr-hero h1 {
    font-size: 34px;
  }

  .kr-proof p,
  .kr-proof strong {
    font-size: 9px;
  }
}
