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

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

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

.cto-band,
.cto-final,
.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;
}

/* cto-HERO START */

.cto-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(--cto-line);*/
  /*border-bottom: 1px solid var(--cto-line);*/
  background: #07090d;
  /*background-image: url("../../img/cto/hero.webp");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.cto-hero h1 {
  max-width: 11ch;
  margin: 0 0 22px;
  color: #1c2433;
  font-size: clamp(2.2rem, 4.4vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.065em;
}

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

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

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

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

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

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

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

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

.model2-band {
  width: min(1440px, 100%);
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0 auto;
}

.model2-band-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.2vw, 28px);
  /*background-color: #fff5ff;*/
}

.model2-band-note {
  font-style: italic;
  color: #999999 !important;
  margin-top: 60px !important;
}

.model2-band-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.model2-band-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  padding: 1px;
  background: #e0e0e0;
}

.model2-band-card {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  background-color: #ede9f0;
  padding: clamp(22px, 2.2vw, 28px) 0 clamp(12px, 1.2vw, 18px) 0;
  cursor: default;
}

.model2-band-card h3 {
  color: #1c2433;
  font-size: 1.3rem;
  /*text-align: center;*/
  line-height: 1.3;
  letter-spacing: -0.065em;
  padding: 0 32px;
  margin-bottom: 0.8rem;
}

.model2-band-card ul {
  color: #2d3544;
  font-size: 0.9rem;
  margin: 0 32px;
}

.model2-band-card li {
  line-height: 1.6;
  margin-bottom: 0;
}

.model2-band-img img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 560px;
  object-fit: cover;
  background-color: #cccccc;
}

.model2-band-content h1 {
  margin: 0 0 22px;
  color: #1c2433;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  line-height: 1.3;
  letter-spacing: -0.065em;
  padding: 0 28px;
}

.model2-band-content p,
.model2-band-content li {
  margin: 3px 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.5;
}

.model2-band-content p {
  text-align: justify;
  padding: 0 48px 0 28px;
}

.model2-band-content span {
  user-select: none;
}

.model2-band-content ul,
.model2-band-content ol {
  margin: 6px 18px 6px 38px;
  /*margin: 0 28px;*/
}

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

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

  .cto-eyebrow {
    white-space: normal;
  }

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

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

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

  .model2-band-reverse .model2-band-content {
    order: 1;
  }

  .model2-band-reverse .model2-band-img {
    order: 2;
  }

  .model2-band-content {
    align-items: center;
    padding: clamp(32px, 3.2vw, 38px) 0;
  }

  .model2-band-content ul,
  .model2-band-content ol {
    min-width: clamp(280px, 80%, 420px);
  }

  .model2-band-content h1 {
    text-align: left;
  }

  .model2-band-content>p {
    text-align: justify;
  }

  .model2-band-content>p {
    width: clamp(300px, 100%, 532px);
  }

  .model2-band-card {
    padding: clamp(22px, 2.2vw, 28px) 0;
  }

  .model2-band-card ul {
    align-self: flex-start;
  }
  
  .model2-band-card-empty {
    display: none;
  }
}

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

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

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

    line-height: 0.95;

    letter-spacing: -0.055em;
  }

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