
  /* Non-critical styles loaded after page render */
  .home-info-call-btn,
  .services-by-one-hour__btn {
    background: #0b5ed7 !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: none;
    transition: background 0.2s;
  }
  .home-info-call-btn:hover,
  .services-by-one-hour__btn:hover {
    background: #084aab !important;
  }
  .home-benefit-icon img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain;
    display: block;
  }

  /* --- Второй блок: инфо + форма --- */
  .home-info-form-section {
    background: #fff;
    padding: 60px 0 40px 0;
    display: flex;
    justify-content: center;
  }
  .home-info-form-container {
    display: flex;
    max-width: 1400px;
    width: 100%;
    gap: 40px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.07);
    padding: 40px 30px;
  }
  .home-info-text {
    flex: 1.2;
    padding-right: 30px;
  }
  .home-info-text h2 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .home-info-underline {
    width: 80px;
    height: 7px;
    background: #ff5e2e;
    border-radius: 4px;
    margin-bottom: 18px;
  }
  .home-info-bold {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .home-info-consult {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 600;
    font-size: 1.1em;
  }
  .home-info-call-btn {
    background: #ff5e2e;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
  }
  .home-info-call-btn:hover {
    background: #e04c1a;
  }
  .home-info-form {
    flex: 1;
    background: #f7f9fd;
    border-radius: 14px;
    padding: 32px 0 18px 0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0 !important;
    align-items: flex-start;
  }
  .home-quote-form h3 {
    font-size: 1.15em;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;
  }
  .home-form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
  }
  .home-quote-form input[type="text"],
  .home-quote-form input[type="email"],
  .home-quote-form input[type="tel"],
  .home-quote-form input[type="password"],
  .home-quote-form select,
  .home-quote-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cfd8dc;
    margin-bottom: 12px;
    font-size: 1em;
  }
  
  .home-quote-form input[type="checkbox"] {
    width: auto;
    margin: 0;
  }
  .home-quote-form select {
    margin-bottom: 16px;
  }
  .home-form-privacy {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 16px !important;
    margin-bottom: 28px !important;
    gap: 18px !important;
  }
  .home-form-privacy label {
    display: inline;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
  }
  .home-quote-form button {
    background: #1877ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 0;
    font-size: 1.1em;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    transition: background 0.2s;
  }
  .home-quote-form button:hover {
    background: #0d5fd3;
  }
  .home-form-note {
    text-align: center;
    color: #ff5e2e;
    font-size: 0.98em;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
  }
  .home-note-icon {
    display: inline-flex;
    align-items: center;
    font-size: 1.1em;
  }
  @media (max-width: 1100px) {
    .home-info-form-container { flex-direction: column; gap: 24px; }
    .home-info-text { padding-right: 0; }
    .home-info-form { padding: 24px 10px 10px 10px; }
  }

  .home-benefits-section {
    background: #f7f9fd;
    padding: 60px 0 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .home-benefits-container {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
  }
  .home-benefits-title {
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 38px;
    letter-spacing: -1px;
  }
  .home-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .home-benefit-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 32px 22px 28px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s;
    min-height: 340px;
  }
  .home-benefit-card:hover {
    box-shadow: 0 8px 32px rgba(24,119,255,0.10);
  }
  .home-benefit-icon {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
  }
  .home-benefit-title {
    font-size: 1.18em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
  }
  .home-benefit-text {
    font-size: 1em;
    color: #444;
    font-weight: 400;
  }
  @media (max-width: 1100px) {
    .home-benefits-grid {
      grid-template-columns: 1fr 1fr;
      gap: 22px;
    }
  }
  @media (max-width: 700px) {
    .home-benefits-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .home-benefit-card {
      min-height: unset;
      padding: 24px 10px 18px 10px;
    }
    .home-benefits-title {
      font-size: 1.3em;
    }
  }

  .home-cta-wide {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fafbfc;
    padding: 32px 0 32px 0;
  }
  .home-cta-wide-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 24px 32px;
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .home-cta-wide-photo img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff6f2;
    box-shadow: 0 2px 8px rgba(255,94,46,0.07);
  }
  .home-cta-wide-content {
    flex: 1 1 0;
    padding: 0 24px;
    border-right: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .home-cta-wide-service {
    color: #444;
    font-size: 1em;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .home-cta-wide-title {
    font-size: 1.18em;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .home-cta-wide-desc {
    color: #222;
    font-size: 1em;
    font-weight: 400;
  }
  .home-cta-wide-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 220px;
    align-items: stretch;
  }
  .home-cta-wide-phone,
  .home-cta-wide-book {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1.15em;
    border-radius: 24px;
    padding: 14px 38px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background 0.2s;
  }
  .home-cta-wide-phone {
    background: #ff5e2e;
    color: #fff;
  }
  .home-cta-wide-book {
    background: #1877ff;
    color: #fff;
  }
  .home-cta-wide-phone:hover {
    background: #e04c1a;
  }
  .home-cta-wide-book:hover {
    background: #0d5fd3;
  }
  @media (max-width: 900px) {
    .home-cta-wide-container {
      flex-direction: column;
      align-items: stretch;
      gap: 18px;
      padding: 18px 8px;
    }
    .home-cta-wide-content {
      border: none;
      padding: 0;
    }
    .home-cta-wide-actions {
      align-items: stretch;
      min-width: 0;
    }
  }

  .services-by-one-hour {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.09);
    padding: 36px 32px;
    margin: 32px auto;
    max-width: 1100px;
    position: relative;
  }
  .services-by-one-hour__container {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }
  .services-by-one-hour__left {
    flex: 1.2;
    min-width: 220px;
  }
  .services-by-one-hour__subtitle {
    color: #444;
    font-size: 1.1em;
    margin-bottom: 8px;
  }
  .services-by-one-hour__title {
    font-size: 2.1em;
    font-weight: 800;
    margin-bottom: 22px;
    color: #111;
    line-height: 1.1;
  }
  .services-by-one-hour__btn {
    display: inline-block;
    background: #e6004c;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 24px;
    padding: 12px 32px;
    margin-bottom: 18px;
    margin-top: 8px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .services-by-one-hour__btn:hover {
    background: #b8003a;
  }
  .services-by-one-hour__right {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services-by-one-hour__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 36px;
  }
  .service-icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #222;
    transition: transform 0.18s, box-shadow 0.18s;
    border-radius: 12px;
    padding: 8px 4px;
    background: transparent;
  }
  .service-icon-card__icon {
    margin-bottom: 8px;
    transition: filter 0.18s;
  }
  .service-icon-card__title {
    font-size: 1em;
    font-weight: 700;
    margin-top: 2px;
  }
  .service-icon-card:hover {
    background: #fffbe6;
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 4px 18px rgba(255,214,0,0.13);
  }
  .service-icon-card:hover .service-icon-card__icon {
    filter: brightness(1.2) drop-shadow(0 2px 6px #ffd60044);
  }
  @media (max-width: 900px) {
    .services-by-one-hour__container {
      flex-direction: column;
      gap: 18px;
    }
    .services-by-one-hour__right {
      justify-content: flex-start;
    }
    .services-by-one-hour__grid {
      grid-template-columns: 1fr 1fr;
      gap: 18px 18px;
    }
  }
  @media (max-width: 600px) {
    .services-by-one-hour {
      padding: 18px 4px;
    }
    .services-by-one-hour__grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  }
  @media (max-width: 700px) {
    .services-by-one-hour {
      padding: 10px 0 !important;
      margin: 12px 0 !important;
      border-radius: 0 !important;
      max-width: 100% !important;
      width: 100% !important;
      box-shadow: none !important;
      overflow-x: hidden !important;
    }
    .services-by-one-hour__container {
      padding: 0 !important;
      margin: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .services-by-one-hour__left {
      width: 100% !important;
      text-align: center !important;
      align-items: center !important;
      margin-bottom: 10px;
    }
    .services-by-one-hour__title,
    .services-by-one-hour__subtitle {
      text-align: center !important;
      width: 100% !important;
    }
    .services-by-one-hour__grid {
      width: 100% !important;
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 14px 10px !important;
      margin: 0 !important;
      padding: 0 !important;
      box-sizing: border-box;
    }
    .service-icon-card {
      width: 100%;
      margin: 0;
      padding: 10px 2px;
      box-sizing: border-box;
    }
    .services-by-one-hour__title {
      font-size: 1.3em !important;
      word-break: break-word;
      line-height: 1.15;
    }
    .services-by-one-hour__subtitle {
      font-size: 1em !important;
      word-break: break-word;
      line-height: 1.2;
    }
    .service-icon-card__title {
      font-size: 0.95em !important;
      word-break: break-word;
    }
    .home-info-text h2 {
      font-size: 1.2em !important;
      word-break: break-word;
      line-height: 1.15;
    }
    .home-info-bold,
    .home-info-description {
      font-size: 1em !important;
      word-break: break-word;
      line-height: 1.3;
    }
  }

  .brands-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.09);
    padding: 36px 32px;
    margin: 32px auto;
    max-width: 1100px;
  }
  .brands-section__container {
    width: 100%;
  }
  .brands-section__title {
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 32px;
    color: #111;
  }
  .brands-section__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 36px 48px;
    justify-items: center;
  }
  .brand-card {
    background: #fafbfc;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(24,119,255,0.07);
    padding: 32px 18px 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.18s, transform 0.18s, background 0.18s;
    min-width: 180px;
    min-height: 160px;
  }
  .brand-card__icon {
    margin-bottom: 18px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brand-card__icon img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0.2) brightness(0.95);
    transition: filter 0.18s;
  }
  .brand-card__name {
    font-size: 1.08em;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-top: 6px;
  }
  .brand-card:hover {
    background: #fffbe6;
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 4px 18px rgba(255,214,0,0.13);
  }
  .brand-card:hover .brand-card__icon img {
    filter: none;
  }
  @media (max-width: 700px) {
    .brands-section {
      padding: 18px 4px;
    }
    .brands-section__grid {
      gap: 14px 8px;
    }
  }

  .service-banner-img {
   
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(24,119,255,0.07);
    background: #f7f9fd;
    display: block;
    margin: 0 auto;
  }
  .service-banner-placeholder {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #e8eef7 0%, #d0dceb 100%);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(24,119,255,0.07);
  }

  .home-services-section {
    background: #fafbfc;
    padding: 60px 0 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .home-services-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
  }
  .home-services-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 38px;
    letter-spacing: -1px;
  }
  .home-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .home-service-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 28px 22px 24px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #222;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-service-card:hover {
    box-shadow: 0 8px 32px rgba(24,119,255,0.13);
    transform: translateY(-6px) scale(1.03);
    border-color: #ff5e2e;
  }
  .home-service-icon {
    min-width: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff6f2;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(255,94,46,0.07);
    transition: background 0.2s;
  }
  .home-service-card:hover .home-service-icon {
    background: #ffe3d6;
  }
  .home-service-title {
    font-size: 1.18em;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
  }
  .home-seo-section {
  width: 100%;
  background: #fff;
  padding: 64px 0 64px 0;
  display: flex;
  justify-content: center;
}
.home-seo-container {
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
}
.home-seo-text {
  font-size: 1.18em;
  color: #222;
  line-height: 1.7;
  text-align: left;
  background: #f7f9fd;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  padding: 48px 36px;
}
@media (max-width: 700px) {
  .home-seo-text { padding: 18px 8px; font-size: 1em; }
}

.home-quote-form {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left !important;
  align-items: flex-start !important;
}

  @media (max-width: 700px) {
    .home-info-consult {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 28px;
    }
    .home-info-call-btn {
      display: block;
      margin: 18px auto 0 auto;
      text-align: center;
      min-width: 180px;
      max-width: 90%;
    }
    .home-services-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .home-service-card {
      justify-content: flex-start;
      padding-left: 24px;
      padding-right: 24px;
    }
  }

@media (max-width: 900px) {
  .services-by-one-hour {
    margin:32px 20px;
  }
.services-by-one-hour__left {
  text-align: center;
  width: 100%;
}	
.services-by-one-hour__subtitle {
  text-align: left;
}
.services-by-one-hour__title {
  text-align: left;
}
.services-by-one-hour__grid {
    width: 100%;
}
.services-by-one-hour__right {
    width: 100%;
}
}
	services-by-one-hour

  @media (max-width: 768px) {
    .services-by-one-hour__container {
      padding: 0 15px;
      width: 100%;
      overflow: hidden;
    }
    .services-by-one-hour__left {
      text-align: center;
      padding: 20px 0;
    }
    .services-by-one-hour__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      padding: 0;
      margin: 0;
    }
    .service-icon-card {
      width: 100%;
      margin: 0;
      padding: 10px;
    }
    .service-icon-card__icon {
      width: 100%;
      height: auto;
    }
    .service-icon-card__icon img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .service-icon-card__title {
      font-size: 14px;
      text-align: center;
      margin-top: 8px;
    }
    .services-by-one-hour__btn {
      margin: 15px auto;
      display: inline-block;
    }
  }

  /* Mobile optimization - оптимизированное изображение на мобилке */
  @media (max-width: 768px) {
    .hero-background-img {
      object-fit: cover !important;
      object-position: center !important;
      width: 100% !important;
      height: 100% !important;
    }
    
    .home-hero-section {
      height: 500px !important; /* Фиксированная высота для стабильного CLS */
      min-height: 500px !important;
      position: relative !important;
    }
    
    /* Оптимизация изображения для мобилки - жесткие CLS фиксы */
    .hero-background-img {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      z-index: -2 !important;
      /* Принудительная стабилизация */
      max-width: 100% !important;
      max-height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
      display: block !important;
    }
    
    /* Принудительная фиксация размеров hero-image-container */
    .hero-image-container {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      z-index: -2 !important;
      display: block !important;
      overflow: hidden !important;
    }
    
    /* Дополнительный overlay для лучшей читаемости на мобилке */
    .home-hero-section::before {
      background: linear-gradient(rgba(1, 123, 254, 0.4), rgba(1, 123, 254, 0.4)) !important;
    }
    
    .home-hero-content {
      position: relative !important;
      z-index: 1 !important;
      max-width: 90% !important;
      padding: 40px 20px !important;
    }
    
    .home-hero-content h1 {
      font-size: 1.8rem !important;
      margin: 0 0 1rem !important;
      line-height: 1.2 !important;
    }
    
    .home-hero-content p {
      font-size: 1rem !important;
      margin: 0 0 1.5rem !important;
    }
    
    .hero-schedule-btn {
      padding: 12px 24px !important;
      font-size: 1rem !important;
    }
  }

  /* Desktop CLS fixes - стабильные размеры */
  @media (min-width: 769px) {
    .home-hero-section {
      height: 700px !important; /* Фиксированная высота */
      min-height: 700px !important;
      contain: layout style !important; /* CSS containment для предотвращения CLS */
      position: relative !important;
    }
    
    .hero-background-img {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
      z-index: -2 !important;
    }
    
    .home-hero-content {
      position: absolute !important; /* Абсолютное позиционирование для стабильности */
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) !important;
      z-index: 1 !important;
      max-width: 800px !important;
      width: 90% !important;
      padding: 20px !important;
      margin: 0 !important;
      /* Фиксированные размеры для предотвращения сдвигов */
      min-height: 200px !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
    }
    
    /* Фиксированные размеры для заголовков */
    .home-hero-content h1 {
      font-size: 3.5em !important;
      line-height: 1.1 !important;
      margin: 0 0 20px 0 !important;
      font-weight: 700 !important;
      min-height: 80px !important; /* Резервируем место */
    }
    
    .home-hero-content p {
      font-size: 1.5em !important;
      line-height: 1.4 !important;
      margin: 0 0 25px 0 !important;
      min-height: 40px !important; /* Резервируем место */
    }
    
    .hero-schedule-btn {
      min-width: 200px !important;
      min-height: 50px !important;
      padding: 18px 40px !important;
      margin: 0 !important;
    }
  }

  /* Общие CLS fixes */
  .home-hero-section {
    position: relative !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    overflow: hidden !important;
    /* Добавляем overlay для контраста текста */
  }

  /* Hero image container - общие стили */
  .hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
  }

  /* ЭКСТРЕМАЛЬНЫЕ CLS ФИКСЫ ДЛЯ ПК */
  @media (min-width: 769px) {
    /* Все основные секции получают CSS containment */
    .home-info-form-section,
    .home-benefits-section,
    .services-by-one-hour,
    .home-cta-wide,
    .brands-section,
    .home-services-section,
    .home-seo-section {
      contain: layout style !important;
      will-change: auto !important;
      min-height: 400px !important; /* Резервируем место заранее */
    }
    
    /* Конкретные min-height для каждой секции */
    .home-info-form-section {
      min-height: 600px !important;
    }
    
    .home-benefits-section {
      min-height: 500px !important;
    }
    
    .services-by-one-hour {
      min-height: 350px !important;
    }
    
    .home-cta-wide {
      min-height: 200px !important;
    }
    
    .brands-section {
      min-height: 300px !important;
    }
    
    .home-services-section {
      min-height: 250px !important;
    }
    
    .home-seo-section {
      min-height: 200px !important;
    }
  }
  
  /* Фиксированные размеры для всех изображений - предотвращаем CLS */
  img {
    display: block;
  }
  
  .home-benefit-card {
    min-height: 340px !important; /* Фиксированная высота */
  }
  
  .service-icon-card {
    min-height: 120px !important; /* Фиксированная высота */
  }
  
  .brand-card {
    min-height: 160px !important; /* Фиксированная высота */
  }
  
  .home-cta-wide-photo {
    min-width: 90px !important;
    min-height: 90px !important;
  }
  
  /* Предотвращаем сдвиги при загрузке форм */
  .home-quote-form {
    min-height: 500px;
  }
  
  .home-info-form-section {
    min-height: 600px;
  }

  /* Mobile CLS fixes - фиксированные размеры на мобилке */
  @media (max-width: 768px) {
    /* Убираем все min-height которые могут создавать сдвиги */
    .home-benefit-card {
      min-height: 250px !important;
      height: auto !important;
    }
    
    .service-icon-card {
      min-height: 100px !important;
      height: auto !important;
    }
    
    .brand-card {
      min-height: 130px !important;
      height: auto !important;
    }
    
    /* Фиксированные размеры для форм на мобилке */
    .home-info-form-section {
      min-height: 800px !important; /* Больше места для мобильной формы */
    }
    
    .home-quote-form {
      min-height: 600px !important;
    }
    
    /* Предотвращаем сдвиги navigation bar */
    .preheader {
      height: 36px !important;
      min-height: 36px !important;
    }
    
    .navbar-blue {
      height: 60px !important;
      min-height: 60px !important;
    }
    
    /* Фиксированные отступы сверху для контента */
    body {
      padding-top: 96px !important; /* 36px preheader + 60px navbar */
    }
    
    /* Все изображения имеют фиксированные размеры */
    .home-benefit-icon img {
      width: 40px !important;
      height: 40px !important;
      max-width: 40px !important;
      max-height: 40px !important;
    }
    
    .service-banner-img {
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
    }
    .service-banner-placeholder {
      width: 80px !important;
      height: 80px !important;
    }
    
    .brand-card__icon img {
      width: 60px !important;
      height: 60px !important;
      max-width: 60px !important;
      max-height: 60px !important;
    }
    
    .home-cta-wide-photo img {
      width: 70px !important;
      height: 70px !important;
      max-width: 70px !important;
      max-height: 70px !important;
    }
    
    /* Фиксированные размеры grid контейнеров */
    .home-benefits-grid {
      grid-template-columns: 1fr 1fr !important;
      gap: 15px !important;
      min-height: 520px !important;
    }
    
    .services-by-one-hour__grid {
      grid-template-columns: 1fr 1fr !important;
      gap: 10px !important;
      min-height: 200px !important;
    }
    
    .brands-section__grid {
      grid-template-columns: 1fr 1fr !important;
      gap: 10px !important;
      min-height: 280px !important;
    }
    
    /* Убираем потенциальные источники CLS для контента, НЕ трогаем навигацию */
    .home-hero-section *,
    .home-info-form-section *,
    .home-benefits-section *,
    .services-by-one-hour *,
    .home-cta-wide *,
    .brands-section *,
    .home-services-section *,
    .home-seo-section * {
      transition: none !important; /* Убираем анимации которые могут вызывать сдвиги только в контенте */
    }
    
    /* ЭКСТРЕМАЛЬНЫЕ CLS ФИКСЫ для мобилки */
    .home-hero-section {
      contain: layout style !important; /* CSS containment для предотвращения reflow */
    }
    
    /* Принудительно резервируем место для всех элементов */
    .home-info-form-section,
    .home-benefits-section,
    .services-by-one-hour,
    .home-cta-wide,
    .brands-section,
    .home-services-section,
    .home-seo-section {
      contain: layout !important;
      will-change: auto !important; /* Убираем will-change который может вызывать сдвиги */
    }
    
    /* Фиксированные margin/padding для стабильности */
    section {
      margin: 0 !important;
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }
    
    /* Не переопределяем стили навигации - используем из header.php */
    
    /* Убираем потенциальные сдвиги от форм */
    input, select, textarea, button {
      box-sizing: border-box !important;
      width: 100% !important;
    }
    
    /* Фиксированные размеры блоков контента */
    .home-info-form-container {
      min-height: 700px !important;
    }
    
    .home-cta-wide-container {
      min-height: 200px !important;
    }
  }
  
  .home-hero-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(rgba(1, 123, 254, 0.3), rgba(1, 123, 254, 0.3)) !important;
    z-index: -1 !important;
  }

