/* Desktop art direction only. The existing mobile presentation stays intact. */
@media (min-width: 1001px) {
  .kzh .kzp-hero {
    padding: 52px 0 44px;
    color: #f9f7f1;
    background: linear-gradient(110deg, #102b3c 0%, #0e2534 60%, #122d3b 100%);
    border-bottom: 0;
  }
  .kzh .kzp-hero-grid {
    width: min(1380px, calc(100% - 88px));
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
    column-gap: clamp(38px, 4.6vw, 80px);
  }
  .kzh .kzp-kicker {
    margin: 5px 0 25px;
    color: #ffc16e;
    font-size: 12px !important;
    letter-spacing: .075em;
    line-height: 1.65;
  }
  .kzh .kzp-kicker > span { width: 8px; height: 8px; background: #ff9524; box-shadow: 0 0 0 5px #ff952416; }
  .kzh .kzp-title {
    max-width: 12.8ch;
    margin-bottom: 23px;
    color: #fffaf1;
    font-size: clamp(47px, 4.5vw, 70px) !important;
    font-weight: 800 !important;
    line-height: 1.025 !important;
    letter-spacing: -.052em !important;
  }
  .kzh .kzp-title > span {
    max-width: 28ch;
    margin-top: 23px;
    color: #f5f3ee;
    font-size: clamp(20px, 1.7vw, 25px);
    line-height: 1.4;
    letter-spacing: -.022em;
    font-weight: 550;
  }
  .kzh .kzp-service-line { margin-bottom: 25px; color: #bfcfd8; font-size: 17px !important; line-height: 1.65; }
  .kzh .kzp-service-line strong { color: #f2f5f5; font-weight: 650; }
  .kzh .kzp-actions { margin-bottom: 25px; }
  .kzh .kzp-primary {
    width: min(100%, 430px);
    min-height: 64px;
    padding: 19px 24px;
    gap: 22px;
    border: 1px solid #ffae4a;
    border-radius: 9px;
    color: #102635;
    background: #ff961f;
    box-shadow: 0 8px 28px #020b111c;
    font-size: 16px;
    font-weight: 800;
  }
  .kzh .kzp-primary > span { font-size: 28px; }
  .kzh .kzp-primary:hover { color: #102635; background: #ffad47; }
  .kzh .kzp-phone--direct { margin-top: 10px; gap: 9px; min-height: 42px; color: #c9d5db; font-size: 14px; }
  .kzh .kzp-phone--direct > span { color: #ffaf4e; font-size: 21px; }
  .kzh .kzp-phone--direct strong { color: #fffaf1; font-size: 19px; letter-spacing: .015em; }
  .kzh .kzp-proof { max-width: 560px; padding-top: 21px; gap: 25px; border-color: #ffffff2b; align-self: start; }
  .kzh .kzp-google { gap: 11px; color: #fffaf1; flex-shrink: 0; }
  .kzh .kzp-google-symbol { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff; font-size: 26px; }
  .kzh .kzp-google strong { font-size: 14px; }
  .kzh .kzp-stars { color: #ffc05a; }
  .kzh .kzp-google > span:last-child > span { color: #c3d1d9; font-size: 12px; }
  .kzh .kzp-craft { padding-left: 23px; border-color: #ffffff2b; gap: 12px; color: #c3d1d9; font-size: 12px; }
  .kzh .kzp-craft img { width: 66px; height: 66px; padding: 5px; background: #fffaf1; border-radius: 50%; }
  .kzh .kzp-craft strong { color: #fffaf1; font-size: 13px; }
  .kzh .kzp-portrait { position: relative; }
  .kzh .kzp-portrait-image {
    min-height: 555px;
    border-radius: 17px;
    background: #dbe4e6;
    box-shadow: 0 20px 55px #020b113b;
    border: 1px solid #ffffff26;
  }
  .kzh .kzp-portrait-image img { object-position: 27% 50%; }
  .kzh .kzp-offer {
    left: 22px;
    bottom: 22px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px 17px;
    padding: 18px 21px 13px;
    background: #ff9c2c;
    border: 1px solid #ffc36f;
    border-radius: 11px;
    color: #122b3a;
    box-shadow: 0 7px 23px #1026382e;
  }
  .kzh .kzp-offer > strong { font-size: 43px; color: #122b3a; padding-right: 17px; border-color: #122b3a30; letter-spacing: -.055em; }
  .kzh .kzp-offer > span { font-size: 15px; font-weight: 800; }
  .kzh .kzp-offer small { color: #253c46; font-size: 13px; font-weight: 500; }
  .kzh .kzp-offer > i { display: none; }
  .kzh .kzp-offer-cta { display: block; grid-column: 1 / -1; padding-top: 7px; border-top: 1px solid #122b3a30; font-size: 13px; line-height: 1.5; font-weight: 750; }
  .kzh .kzp-offer:hover { background: #ffaf4c; color: #122b3a; }
  .kzh .kzp-portrait figcaption { padding: 17px 2px 0; }
  .kzh .kzp-portrait figcaption a { color: #fffaf1; font-size: 17px; }
  .kzh .kzp-portrait figcaption > span:first-child > span { color: #bfcfd8; font-size: 13px; }
  .kzh .kzp-primary:focus-visible,
  .kzh .kzp-phone:focus-visible,
  .kzh .kzp-google:focus-visible,
  .kzh .kzp-offer:focus-visible { outline-color: #ffd391; }

  .kzh .kzh-price-section { background: #f5f4ef; padding: 67px 0 64px; }
  .kzh .kzh-price-section h2 { font-size: 39px !important; }
  .kzh .kzh-price-row { padding: 18px 23px; border-color: #e0e3df; border-radius: 10px; box-shadow: 0 3px 10px #142a3604; }
  .kzh .kzh-price-row > strong { font-size: 23px; }
  .kzh .kzh-price-row > span { color: #b45909; }
  .kzh .kzh-price-row:hover { border-color: #d98739; background: #fffdfa; }
  .kzh .kzh-price-highlight { border-radius: 12px; background: #102b3c; border-top: 4px solid #ff961f; padding: 26px 30px; box-shadow: 0 9px 23px #102b3c0c; }
  .kzh .kzh-service-card { border-radius: 12px; border-color: #dfe5e8; box-shadow: 0 5px 17px #112b3b06; }
  .kzh .kzh-service-card:hover { border-color: #d59c65; box-shadow: 0 8px 22px #112b3b0d; }
}

@media (min-width: 1001px) and (max-width: 1199px) {
  .kzh .kzp-hero { padding-top: 39px; padding-bottom: 35px; }
  .kzh .kzp-hero-grid { width: calc(100% - 64px); column-gap: 32px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .kzh .kzp-kicker { font-size: 10px !important; letter-spacing: .025em; margin-bottom: 20px; }
  .kzh .kzp-title { font-size: 47px !important; }
  .kzh .kzp-title > span { font-size: 20px; }
  .kzh .kzp-service-line { font-size: 16px !important; }
  .kzh .kzp-primary { font-size: 14px; padding: 17px 18px; min-height: 60px; gap: 12px; }
  .kzh .kzp-phone--direct { font-size: 12px; gap: 7px; }
  .kzh .kzp-phone--direct strong { font-size: 17px; }
  .kzh .kzp-proof { gap: 17px; flex-wrap: wrap; }
  .kzh .kzp-craft { padding-left: 0; border-left: 0; }
  .kzh .kzp-craft img { width: 59px; height: 59px; }
  .kzh .kzp-portrait-image { min-height: 555px; }
  .kzh .kzp-offer { left: 17px; bottom: 17px; padding: 15px 16px 12px; gap: 7px 13px; }
  .kzh .kzp-offer > strong { font-size: 37px; padding-right: 13px; }
}

@media (min-width: 1600px) {
  .kzh .kzp-hero { padding-top: 59px; padding-bottom: 48px; }
  .kzh .kzp-portrait-image { min-height: 575px; }
  .kzh .kzp-title { font-size: 70px !important; }
}
