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

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

.security-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(--security-bg);*/
}

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

/* security-HERO START */

.security-hero-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000;
}

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

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

.security-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)
  );*/
}

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

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

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

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

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

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

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

.security-hero p {
  max-width: 54ch;
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.65;
}

.security-hero__margin {
  margin-bottom: 1rem !important;
}

.security-hero__info {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}

.security-hero__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 16px 16px;
  margin: 32px 0;
  border: 1px solid rgba(200, 200, 200, 0.2);
}

.security-hero__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  min-width: 120px;
  /*justify-content: center;*/
  text-align: center;
  padding: clamp(16px, 1.2vw, 36px) 8px;
}

.security-hero__card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 16px;
  filter: drop-shadow(0px -1px 1px rgba(141, 86, 241, 1));
}

.security-hero__card p {
  margin: auto 0;
  min-height: 72px;
}

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

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

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

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

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

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

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

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

.security-panel,
.security-card,
.security-support,
.security-annotation {
  padding: clamp(2px, 1vw, 34px) clamp(16px, 2vw, 32px);
}

.security-panel h2 {
  margin: 0 0 1rem;
  color: rgb(51, 51, 51);
  font-size: clamp(3rem, 3vw, 3.3rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
  margin: 1.6rem 0;
}

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

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

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

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

/* Section 1 Security Cards */
.security-band {
  display: grid;
  border-bottom: 1px solid var(--security-line);
  padding: clamp(22px, 3.2vw, 52px) clamp(22px, 3.2vw, 52px);
}

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

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

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

  overflow-x: auto;
}

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

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

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

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

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

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

.security-number {
  color: #9b4dff;
}

.security-number-section {
  color: #999999;
  text-transform: uppercase;
}

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

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

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

.security-card__icon img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  display: block;
}

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

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

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

/******/

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

  overflow-x: auto;
}

.security-band--article .security-panel h2 {
  max-width: 16ch;
}

.security-band--article .security-panel p {
  max-width: 52ch;
}

.security-support {
  display: flex;
}

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

.security-annotation {
  display: flex;
  justify-content: center;
}

.security-annotation--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: fit-content;
  gap: 12px;
  text-align: center;
  background-color: #F7F8FA;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 32px 28px 23px 28px;
  margin: auto;
}

.security-annotation--content h3 {
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.security-annotation--content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

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

  .security-hero__info {
    display: none;
    background-size: cover;
  }

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

  .security-hero__content {
    margin-top: auto;
  }

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

  .security-eyebrow2 {
    max-width: 20ch;
  }

  .security-buttons {
    flex-direction: column;
  }

  .security-button {
    min-width: 243px;
  }

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

  .security-panel {
    align-items: center;
    text-align: center;
  }

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

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

  .security-support {
    justify-content: center;
  }

  .security-support img {
    object-position: center;
  }

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

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

  .security-annotation--content {
    width: 100%;
  }
}

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

  .security-hero h1 {
    max-width: 9.5ch;

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

    line-height: 0.95;

    letter-spacing: -0.055em;
  }

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