@media (max-width: 600px) {
  body {
    zoom: 1;
    font-size: 14px;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .topbar {
    min-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar > .container {
    min-height: 42px;
  }

  .brand-logo {
    width: 34px;
  }

  .navbar .btn-kl {
    min-height: 28px;
    padding: 0 13px;
    font-size: 11px;
  }

  main .btn-kl {
    font-size: 13px;
  }

  .navbar-collapse.show {
    top: 42px;
  }

  .navbar-toggler {
    width: 28px;
    height: 26px;
  }

  .navbar-toggler-icon,
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    width: 20px;
  }

  .nav-toggle::after {
    content: none;
  }

  .hero {
    min-height: 410px;
    padding: 34px 0 30px;
    background-position: center;
  }

  .hero h1 {
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.08;
    white-space: nowrap;
  }

  .hero p {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    width: 238px;
    margin: 28px auto 0;
  }

  .hero-actions .btn-kl {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  .stats {
    padding: 19px 0 17px;
  }

  .stat-grid {
    gap: 10px 8px;
  }

  .stat {
    min-height: 42px;
    gap: 7px;
  }

  .stat-icon.figma-icon {
    width: 43px;
    height: 43px;
  }

  .stat strong {
    font-size: 18px;
  }

  .stat span {
    font-size: 9px;
  }

  .media-logos {
    width: 132px;
    margin-top: 4px;
  }

  .intro-text {
    padding: 54px 0 60px;
  }

  .intro-text .container {
    max-width: 300px;
  }

  .intro-text p {
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.55;
  }

  .section {
    padding: 54px 0;
  }

  .section-title {
    font-size: 25px;
    line-height: 1.14;
  }

  .section-copy {
    max-width: 285px;
    font-size: 12px;
  }

  .domain-grid {
    gap: 45px;
    margin-top: 36px;
  }

  .domain-icon.figma-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .domain-card h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .domain-card p {
    max-width: 285px;
    font-size: 11px;
    line-height: 1.45;
  }

  .cabinet {
    padding-top: 20px;
  }

  .cabinet .row {
    row-gap: 34px;
  }

  .cabinet-photo {
    aspect-ratio: .8;
    border-radius: 9px;
    object-position: center;
  }

  .cabinet h2,
  .cabinet p {
    text-align: center;
  }

  .cabinet h2 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .cabinet h2::after {
    margin-right: auto;
    margin-left: auto;
  }

  .cabinet p {
    font-size: 12px;
    line-height: 1.55;
  }

  .cabinet .btn-kl,
  .articles > .container > .btn-kl,
  .contact-form .btn-kl {
    width: 100%;
  }

  .timeline {
    max-width: 300px;
    margin-top: 42px;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    grid-template-columns: 40px 1fr;
    padding-bottom: 50px;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    max-width: none;
    margin-top: 0;
    padding-left: 12px;
  }

  .timeline-content h3 {
    font-size: 19px;
    line-height: 1.12;
  }

  .timeline-content p {
    font-size: 12px;
    line-height: 1.58;
  }

  .reviews .row {
    --bs-gutter-y: 0;
    row-gap: 18px;
  }

  .reviews .row > * {
    margin-top: 0;
  }

  .review-card {
    min-height: 158px;
    padding: 18px;
  }

  .google-dot {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .review-favicons {
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .article-grid {
    gap: 18px;
    max-width: 100%;
    margin-top: 34px;
  }

  .article-grid .article-card:nth-child(4) {
    display: none;
  }

  .article-card img {
    aspect-ratio: 1.55 / 1;
  }

  .article-body {
    min-height: 105px;
  }

  .faq-list {
    margin-top: 24px;
  }

  .faq-row {
    min-height: 61px;
    font-size: 14px;
    line-height: 1.15;
  }

  .contact {
    padding-top: 34px;
  }

  .contact .section-title {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form {
    margin-top: 22px;
  }

  .contact-form .row {
    --bs-gutter-y: 0;
    gap: 6px;
  }

  .contact-form .row > * {
    margin-top: 0;
  }

  .contact-form .btn-kl {
    width: 100%;
  }
}
