
  /* --- HERO & POPUP стили с префиксом .home- --- */
  .home-hero-section {
    position: relative;
    background: linear-gradient(rgba(0, 51, 102, 0.4), rgba(0, 51, 102, 0.4)),
                url('https://acustomerfirstac.com/wp-content/uploads/2025/06/ac-installation.webp') no-repeat center center;
    background-size: cover;
    height: 700px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }
  .home-hero-content {
    max-width: 1000px;
  }
  .home-hero-content h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
  }
  .home-hero-content p {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
  .home-hero-content button {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 14px 30px;
    font-size: 1.2em;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .home-hero-content button:hover {
    background-color: #0056b3;
  }
  .home-popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
  .home-popup-content {
    background: white;
    color: black;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    position: relative;
  }
  .home-popup-content input,
  .home-popup-content textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .home-popup-content button {
    background-color: #007bff;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
  }
  .home-close-btn {
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .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__container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .services-by-one-hour__left {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 18px;
    }
    .services-by-one-hour__title,
    .services-by-one-hour__subtitle {
      text-align: center;
      width: 100%;
    }
    .services-by-one-hour__btn {
      display: block;
      margin: 18px auto 0 auto;
      text-align: center;
      width: max-content;
      min-width: 140px;
      max-width: 90%;
    }
    .services-by-one-hour__right {
      width: 100%;
      justify-content: center;
      display: flex;
    }
    .services-by-one-hour__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px 12px;
    }
    .service-icon-card {
      width: 100%;
      max-width: none;
    }
  }

  .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;
  }

  .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-hero-section {
    background: none !important;
    height: auto;
    min-height: 0;
    padding: 90px 0 0 0;
  }
  .home-hero-content h1,
  .home-hero-content p {
    color: #fff !important;
  }
  .home-hero-content h1 {
    font-size: 2em;
  }
  .home-hero-content p {
    font-size: 1.1em;
  }
  .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;
  }
}

