/* 14.07.2026 - Floras Antony */
/*
:root {
  --managed-it-bg: #07090d;
  --managed-it-panel: rgba(255, 255, 255, 0.035);
  --managed-it-panel-strong: rgba(255, 255, 255, 0.06);
  --managed-it-line: #f2f2f3;
  --managed-it-text: #ffffff;
  --managed-it-muted: rgba(255, 255, 255, 0.72);
  --managed-it-soft: rgba(255, 255, 255, 0.52);
  --managed-it-purple: #490656;
  --managed-it-purple-light: #9b4dff;
}

.managed-it-page {
  background: var(--managed-it-bg);
  color: var(--managed-it-text);
}

.managed-it-main {
  width: 100%;
  background:
    radial-gradient(circle at 18% 10%, rgba(73, 6, 86, 0.34), transparent 28%),
    radial-gradient(circle at 80% 35%, rgba(90, 55, 130, 0.18), transparent 34%);
}

.managed-it-band,
.managed-it-final {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.managed-it-hero {
  width: min(1440px, 100%);
  min-height: 440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid var(--managed-it-line);
  background: #07090d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.managed-it-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.2vw, 72px);
}

.managed-it-eyebrow {
  margin: 0 0 18px;
  color: var(--managed-it-purple-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.managed-it-hero h1 {
  max-width: 10ch;
  margin: 0 0 22px;
  color: #1c2433;
  font-size: clamp(3rem, 5.2vw, 5.1rem);
  line-height: 1;
  letter-spacing: -0.065em;
}

.managed-it-hero p {
  max-width: 54ch;
  margin: 0;
  color: #1c2433;
  font-size: 1rem;
  line-height: 1.65;
}

.managed-it-buttons {
  display: flex;
  gap: 18px;
  margin-top: 1.5rem;
}

.managed-it-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: fit-content;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(73, 6, 86, 0.18);
}

.managed-it-button:hover {
  transform: translateY(-1px);
}

.managed-it-main-button {
  white-space: nowrap;
  min-width: 245px;
  color: #fff;
  background: linear-gradient(135deg, #6c138b, #490656);
}

.managed-it-main-button:hover {
  color: #fff;
}

.managed-it-second-button {
  white-space: nowrap;
  min-width: 230px;
  color: #6c138b;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #6c138b;
}

.managed-it-second-button:hover {
  color: #6c138b;
}

@media (max-width: 1180px) {
  .managed-it-hero,
  .managed-it-band--cards {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .managed-it-buttons {
    flex-direction: column;
  }

  .managed-it-button {
    min-width: 243px;
  }
}

@media (max-width: 640px) {
  .managed-it-hero {
    min-height: auto;
  }
  .managed-it-hero__content,
  .managed-it-panel,
  .managed-it-card,
  .managed-it-final__content {
    padding: 32px 24px;
  }

  .managed-it-hero h1 {
    max-width: 9.5ch;

    font-size: clamp(2.8rem, 14vw, 3.5rem);

    line-height: 0.95;

    letter-spacing: -0.055em;
  }

  .managed-it-hero p {
    font-size: 0.95rem;
    line-height: 1.65;
    text-shadow: 1px 1px 2px white;
  }
}*/

/* 14.07.2026 - Floras Antony */
:root {
  --managed-it-bg: #07090d;
  /*--managed-it-panel: rgba(255, 255, 255, 0.035);
  --managed-it-panel-strong: rgba(255, 255, 255, 0.06);*/
  --managed-it-line: rgba(255, 255, 255, 0.13);
  --managed-it-text: #ffffff;
  --managed-it-muted: rgba(255, 255, 255, 0.72);
  --managed-it-soft: rgba(255, 255, 255, 0.52);
  --managed-it-purple: #490656;
  --managed-it-purple-light: #9b4dff;
}

.managed-it-page {
  background: var(--managed-it-bg);
  color: var(--managed-it-text);
}

.managed-it-main {
  width: 100%;
  /*background:
    radial-gradient(circle at 18% 10%, rgba(73, 6, 86, 0.34), transparent 28%),
    radial-gradient(circle at 80% 35%, rgba(90, 55, 130, 0.18), transparent 34%);*/
  padding-bottom: 60px;
  /*background:
    radial-gradient(circle at 18% 10%, rgba(73, 6, 86, 0.34), transparent 28%),
    radial-gradient(
      circle at 80% 35%,
      rgba(90, 55, 130, 0.18),
      transparent 34%
    ),
    var(--managed-it-bg);*/
}

.managed-it-band,
.ws-breadcrumbs-h1-container {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.ws-breadcrumbs-h1-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(22px, 2.2vw, 28px);
}

.ws-breadcrumbs-h1-container h1 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
}

/* managed-it-HERO START */

.managed-it-hero {
  width: min(1440px, 100%);
  /*min-height: 440px;*/
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42% 58%;
  /*border-top: 1px solid var(--managed-it-line);*/
  /*border-bottom: 1px solid var(--managed-it-line);*/
  background: #07090d;
  /*background-image: url("../../img/g2ws/hero.webp");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.managed-it-hero__banner {
  min-height: calc(100vh - 88px);
}

.managed-it-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.2vw, 72px);
  padding-right: 0;
  /*background: linear-gradient(
    90deg,
    rgba(7, 9, 13, 0.97),
    rgba(7, 9, 13, 0.92)
  );*/
}

.managed-it-eyebrow, .managed-it-eyebrow2 {
  white-space: nowrap;
  margin: 0 0 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.managed-it-eyebrow {
  color: var(--managed-it-purple-light);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.managed-it-eyebrow2 {
  color: #490656;
  font-size: 1rem;
}

.managed-it-hero-quote {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.managed-it-hero-quote img {
  align-self: flex-start;
  width: 60px;
  object-fit: contain;
  object-position: center;
}

.managed-it-hero-quote h4 {
  max-width: 26ch;
  font-size: 1.2rem;
  font-style: italic;
  margin-top: 1rem;
  padding-left: 1.5rem;
  border-left: 2px solid #490656;
  line-height: 1.8;
}

.managed-it-hero h1 {
  max-width: 10ch;
  margin: 0 0 22px;
  color: #1c2433;
  font-size: clamp(2.5rem, 4.7vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.065em;
}

.managed-it-hero p {
  max-width: 54ch;
  margin: 0;
  color: #1c2433;
  font-size: 0.9rem;
  line-height: 1.65;
}

.managed-it-buttons {
  display: flex;
  gap: 18px;
  margin-top: 1.5rem;
}

.managed-it-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: fit-content;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(73, 6, 86, 0.18);
}

.managed-it-button:hover,
.managed-it-card:hover {
  transform: translateY(-1px);
}

.managed-it-main-button {
  white-space: nowrap;
  min-width: 243px;
  color: #fff;
  background: linear-gradient(135deg, #6c138b, #490656);
}

.managed-it-main-button:hover {
  color: #fff;
}

.managed-it-second-button {
  white-space: nowrap;
  min-width: 230px;
  color: #6c138b;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #6c138b;
}

.managed-it-second-button:hover {
  color: #6c138b;
}

.managed-it-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*.managed-it-band--article--reverse .managed-it-panel {
  justify-content: center;
}*/

.managed-it-panel,
.managed-it-card,
.managed-it-support {
  padding: clamp(32px, 4vw, 64px) clamp(16px, 2vw, 32px);
}

/* Section 1 Security Cards */
.managed-it-band {
  display: grid;
  border-bottom: 1px solid var(--managed-it-line);
}

.managed-it-band > * {
  border-right: 1px solid var(--managed-it-line);
}

.managed-it-band > *:last-child {
  border-right: 0;
}

.managed-it-panel h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.7rem, 2.85vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
  margin: 1.6rem 0;
}

.managed-it-band--cards .managed-it-panel h2 {
  max-width: 9.5ch;
}

.managed-it-panel p {
  margin: 0;
  /*color: rgba(255, 255, 255, 0.76);*/
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.managed-it-band--cards .managed-it-panel p {
  max-width: 33ch;
}

.managed-it-band--cards {
  grid-template-columns: 1.7fr repeat(5, minmax(180px, 1fr));

  overflow-x: auto;
}

.managed-it-band--cards .managed-it-card {
  min-width: 180px;

  padding: clamp(36px, 3.2vw, 56px) 28px;
  border-left: 1px solid #ddd;
}

.managed-it-panel h3 {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.managed-it-card h3 {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.managed-it-panel ul,
.managed-it-card ul {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.8;
}

.managed-it-panel li::marker {
  color: var(--managed-it-soft);
}

.managed-it-number, .managed-it-number-section {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.managed-it-number {
  color: #9b4dff;
}

.managed-it-number-section {
  color: #490656;
  text-transform: uppercase;
}

.managed-it-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.managed-it-separator {
  width: 100px;
  height: 4px;
  background-color: #490656;
  margin-bottom: 1.6rem;
}

.managed-it-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  flex: 0 0 auto;
  border: none;
  font-size: 1.35rem;
  margin: 0 auto 28px;
  border-radius: 18px;
}

.managed-it-card__icon img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  display: block;
}

.managed-it-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.managed-it-card p {
  max-width: 22ch;
  margin: 0 auto;
  /*color: var(--managed-it-muted);*/
  font-size: 0.9rem;
  line-height: 1.65;
}

.managed-it-text-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--managed-it-purple-light);
  text-decoration: none;
  font-weight: 700;
}

/******/

.managed-it-band--article {
  grid-template-columns: 50% 50%;

  overflow-x: auto;
}

.managed-it-band--article .managed-it-panel h2 {
  max-width: 20ch;
}

.managed-it-band--article .managed-it-panel p {
  max-width: 58ch;
}

.managed-it-support {
  display: flex;
}

.managed-it-support img {
  width: 100%;
  object-fit: contain;
  object-position: right;
  max-width: 700px;
  max-height: 500px;
}

@media (max-width: 1180px) {
  .managed-it-hero,
  .managed-it-band--cards,
  .managed-it-band--article {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .managed-it-hero p,
  .managed-it-hero-quote h4 {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
  }

  .managed-it-hero__content {
    margin-top: auto;
  }

  .managed-it-eyebrow,
  .managed-it-eyebrow2 {
    white-space: normal;
  }

  .managed-it-eyebrow2 {
    max-width: 20ch;
  }

  .managed-it-buttons {
    flex-direction: column;
  }

  .managed-it-button {
    min-width: 243px;
  }

  .ws-breadcrumbs-h1-container h1 {
    margin-bottom: 0;
  }

  .managed-it-panel {
    align-items: center;
    text-align: center;
  }

  .managed-it-panel p:last-child {
    margin-bottom: 0;
  }

  .managed-it-panel h2 {
    max-width: fit-content;
  }

  .managed-it-support {
    justify-content: center;
  }

  .managed-it-support img {
    object-position: center;
  }

  .managed-it-band--article--reverse .managed-it-panel {
    order: 1;
  }

  .managed-it-band--article--reverse .managed-it-support {
    order: 2;
  }
}

@media (max-width: 640px) {
  /*.managed-it-hero {
    min-height: auto;
  }*/
  .managed-it-hero__content,
  .managed-it-panel,
  .managed-it-card {
    padding: 32px 24px;
  }

  .managed-it-hero h1 {
    max-width: 9.5ch;

    font-size: clamp(2.8rem, 14vw, 3.5rem);

    line-height: 0.95;

    letter-spacing: -0.055em;
  }

  .managed-it-hero p {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}