.novotech-contacts-page {
  background: #ffffff;
}

.novotech-contacts-workspace {
  padding: 34px 0 52px;
  background: #ffffff;
}

.novotech-contacts-titlebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 18px;
}

.novotech-contacts-titlebar h1 {
  margin: 8px 0 0;
  color: #101828;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.novotech-contacts-titlebar p {
  max-width: 610px;
  margin: 12px 0 0;
  color: #667085;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.novotech-contacts-titlebar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 430px;
  padding-top: 24px;
}

.novotech-contacts-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  color: #0b73d9;
  background: #eaf4ff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.novotech-contacts-action--phone {
  color: #ffffff;
  background: #0b73d9;
  box-shadow: 0 12px 22px rgba(11, 115, 217, 0.16);
}

.novotech-contacts-rail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 12px;
  overflow-x: auto;
  background: #f7f9fb;
  border: 1px solid #e8eef5;
  border-radius: 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.novotech-contacts-rail::-webkit-scrollbar {
  display: none;
}

.novotech-contacts-rail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  color: #101828;
  background: #ffffff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.novotech-contacts-layout {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.novotech-contacts-sidebar {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 16px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(10, 31, 68, 0.06);
}

.novotech-contacts-sidebar__head span {
  display: block;
  color: #0b73d9;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.novotech-contacts-sidebar__head strong {
  display: block;
  margin-top: 6px;
  color: #101828;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.novotech-contacts-sidebar__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.novotech-contacts-sidebar__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  color: #101828;
  background: #f5f6f7;
  border: 1px solid rgba(16, 32, 51, 0.06);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.novotech-contacts-sidebar__links a::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.45;
  transform: rotate(-45deg);
}

.novotech-contacts-sidebar__links a:hover,
.novotech-contacts-rail a:hover {
  color: #101828;
  background: #ffffff;
  border-color: rgba(11, 115, 217, 0.3);
}

.novotech-contacts-sidebar__note {
  display: grid;
  gap: 6px;
  padding: 14px;
  background: #f7fbff;
  border: 1px solid rgba(11, 115, 217, 0.12);
  border-radius: 8px;
}

.novotech-contacts-sidebar__note span {
  color: #667085;
  font-size: 12px;
  font-weight: 850;
}

.novotech-contacts-sidebar__note strong {
  color: #101828;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.novotech-contacts-main {
  min-width: 0;
  padding-top: 0 !important;
}

.novotech-contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.novotech-contact-store {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.novotech-contact-store__media {
  position: relative;
  display: block;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #f7f9fb;
}

.novotech-contact-store__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.novotech-contact-store__media span {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #ffffff;
  background: #0b73d9;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 22px rgba(11, 115, 217, 0.18);
}

.novotech-contact-store__body {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.novotech-contact-store__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.novotech-contact-store__head h2 {
  margin: 0;
  color: #101828;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.novotech-contact-store__head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  color: #0b73d9;
  background: #eaf4ff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.novotech-contact-store address {
  min-height: 58px;
  margin: 0;
  color: #344054;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.novotech-contact-store__time {
  color: #667085;
  font-size: 14px;
  font-weight: 750;
}

.novotech-contact-store__services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.novotech-contact-store__services span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: #1479d8;
  background: #ecf6ff;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.novotech-contact-store__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 2px;
}

.novotech-contact-store__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 10px;
  color: #ffffff;
  background: #0b73d9;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.novotech-contact-store__actions a:last-child {
  color: #0b73d9;
  background: #eaf4ff;
}

.novotech-contact-store iframe {
  width: 100%;
  height: 174px;
  margin-top: auto;
  border: 0;
  border-top: 1px solid #edf1f5;
  filter: grayscale(0.15);
}

.novotech-contacts-service-section {
  padding: 0 0 58px;
}

.novotech-contacts-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.novotech-contacts-service-grid a {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px;
  color: #101828;
  background: #f7f9fb;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  text-decoration: none;
}

.novotech-contacts-service-grid span {
  color: #0b73d9;
  font-size: 13px;
  font-weight: 950;
}

.novotech-contacts-service-grid strong {
  color: #101828;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

@media (max-width: 1180px) {
  .novotech-contacts-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
  }

  .novotech-contacts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .novotech-contacts-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .novotech-contacts-workspace {
    padding: 16px 0 34px;
  }

  .novotech-contacts-titlebar {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
  }

  .novotech-contacts-titlebar .novotech-hero__eyebrow {
    display: none;
  }

  .novotech-contacts-titlebar h1 {
    max-width: 330px;
    font-size: 30px;
    line-height: 1.02;
  }

  .novotech-contacts-titlebar p {
    max-width: 340px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.45;
  }

  .novotech-contacts-titlebar__actions {
    justify-content: flex-start;
    max-width: none;
    padding-top: 0;
  }

  .novotech-contacts-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .novotech-contacts-action--phone {
    flex: 1 1 100%;
  }

  .novotech-contacts-rail {
    margin: 0 -12px 14px;
    padding: 10px 12px;
    border-width: 1px 0;
    border-radius: 0;
  }

  .novotech-contacts-rail a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .novotech-contacts-layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .novotech-contacts-sidebar {
    position: static;
    order: 2;
    gap: 12px;
    padding: 12px;
  }

  .novotech-contacts-sidebar__head strong {
    font-size: 20px;
  }

  .novotech-contacts-sidebar__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .novotech-contacts-sidebar__links a {
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.15;
  }

  .novotech-contacts-main {
    order: 1;
  }

  .novotech-contacts-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .novotech-contact-store__media {
    aspect-ratio: 1.48 / 1;
  }

  .novotech-contact-store__media span {
    left: 10px;
    top: 10px;
    min-height: 29px;
    padding: 0 10px;
    font-size: 12px;
  }

  .novotech-contact-store__body {
    gap: 8px;
    padding: 12px;
  }

  .novotech-contact-store__head h2 {
    font-size: 20px;
  }

  .novotech-contact-store address {
    min-height: 0;
    font-size: 14px;
  }

  .novotech-contact-store__time {
    font-size: 13px;
  }

  .novotech-contact-store__actions {
    grid-template-columns: 1fr;
  }

  .novotech-contact-store__actions a {
    min-height: 38px;
    font-size: 13px;
  }

  .novotech-contact-store iframe {
    height: 160px;
  }

  .novotech-contacts-service-section {
    padding-bottom: 38px;
  }

  .novotech-contacts-service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .novotech-contacts-service-grid a {
    min-height: 0;
    gap: 5px;
    padding: 14px;
  }

  .novotech-contacts-service-grid strong {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .novotech-contacts-titlebar h1 {
    font-size: 28px;
  }

  .novotech-contacts-sidebar__links {
    grid-template-columns: 1fr;
  }
}
