/* Restore the page-level resets this frozen hub still needs for the shared header. */
body.page-id-1459.robotuno-static-migration {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-1459.robotuno-static-migration #page-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

body.page-id-1459.robotuno-static-migration #masthead {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
}

body.page-id-1459.robotuno-static-migration #main,
body.page-id-1459.robotuno-static-migration .site-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.ru-frozen-hub--robots .site-main > .full-container,
body.ru-frozen-hub--robots #primary,
body.ru-frozen-hub--robots #content,
body.ru-frozen-hub--robots #post-1459,
body.ru-frozen-hub--robots #post-1459 .entry-main,
body.ru-frozen-hub--robots #post-1459 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ru-frozen-hub--robots .ru-robots-hub {
  max-width: min(1320px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 56px 0 88px;
  color: #24344f;
}

body.ru-frozen-hub--robots .ru-robots-hero {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto 38px;
  text-align: center;
}

body.ru-frozen-hub--robots .ru-robots-hero h1 {
  margin: 0;
  font-size: clamp(2.55rem, 4.8vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: #394553;
  text-transform: uppercase;
}

body.ru-frozen-hub--robots .ru-robots-hero p {
  margin: 0 auto;
  max-width: 860px;
  font-size: clamp(1.02rem, 1.45vw, 1.16rem);
  line-height: 1.7;
  color: #53657e;
}

body.ru-frozen-hub--robots .ru-robots-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.ru-frozen-hub--robots .ru-robots-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #edf5fd 0%, #fff 100%);
  border: 1px solid rgba(74, 108, 255, 0.13);
  box-shadow: 0 14px 32px rgba(19, 41, 76, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.ru-frozen-hub--robots .ru-robots-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(19, 41, 76, 0.16);
}

body.ru-frozen-hub--robots .ru-robots-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #cadcf0;
}

body.ru-frozen-hub--robots .ru-robots-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ru-frozen-hub--robots .ru-robots-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 20px;
}

body.ru-frozen-hub--robots .ru-robots-card__body h2 {
  margin: 0;
  font-size: clamp(1.14rem, 1.45vw, 1.42rem);
  line-height: 1.3;
  font-weight: 800;
  color: #425160;
}

body.ru-frozen-hub--robots .ru-robots-card__body h2 a {
  color: inherit;
  text-decoration: none;
}

body.ru-frozen-hub--robots .ru-robots-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  color: #7c33ff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

body.ru-frozen-hub--robots .ru-robots-card__link:hover,
body.ru-frozen-hub--robots .ru-robots-card__link:focus-visible {
  color: #5e1de0;
}

body.ru-frozen-hub--robots .ru-robots-more {
  display: grid;
  gap: 14px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(74, 108, 255, 0.12);
}

body.ru-frozen-hub--robots .ru-robots-more__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #5a6d86;
}

body.ru-frozen-hub--robots .ru-robots-more__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.ru-frozen-hub--robots .ru-robots-more__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(74, 108, 255, 0.16);
  box-shadow: 0 10px 24px rgba(19, 41, 76, 0.08);
  text-decoration: none;
  color: #2b4667;
  font-weight: 700;
  font-size: 0.95rem;
}

body.ru-frozen-hub--robots .ru-robots-more__links a:hover,
body.ru-frozen-hub--robots .ru-robots-more__links a:focus-visible {
  border-color: rgba(36, 118, 191, 0.38);
}

@media (max-width: 980px) {
  body.ru-frozen-hub--robots .ru-robots-hub {
    max-width: calc(100vw - 32px);
    padding: 48px 0 76px;
  }

  body.ru-frozen-hub--robots .ru-robots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.ru-frozen-hub--robots .ru-robots-hub {
    max-width: calc(100vw - 24px);
    padding: 40px 0 68px;
  }

  body.ru-frozen-hub--robots .ru-robots-hero {
    margin-bottom: 30px;
  }

  body.ru-frozen-hub--robots .ru-robots-grid {
    grid-template-columns: 1fr;
  }

  body.ru-frozen-hub--robots .ru-robots-card__body {
    padding: 20px 18px 18px;
  }
}
