.cto-page {
  background: #f7f8fc;
  color: #101828;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.cto-hero {
  padding: 88px 0 56px;
  background:
    radial-gradient(circle at top, rgb(183 216 247 / 18%), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #b6d4ff 100%);
}

.cto-eyebrow,
.section-heading span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111827;
  margin-bottom: 14px;
}

.cto-hero__content {
  /* max-width: 860px; */
  margin: 0 auto;
  text-align: center;
}

.cto-hero__content h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 800;
  color: #3388c9;
}

.cto-hero__content h2 {
  margin: 0 0 18px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.3;
  color: #3994da;
  font-weight: 600;
}

.cto-hero__content p {
  margin: 0 auto 14px;
  /* max-width: 780px; */
  font-size: 16px;
  line-height: 1.75;
  color: #475467;
}

.cto-hero__actions {
  margin-top: 28px;
}

.cmo-hero__actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cto-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.cto-btn--primary {
  background: linear-gradient(90deg, #3388c9 0%, #3388c9 100%);
  color: #fff;
  /* box-shadow: 0 16px 36px rgba(0, 150, 255, 0.24); */
}

.cto-btn:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

.cmo-btn--secondary {
  background: #fff;
  color: #3489c9;
  border: 1px solid #3489c9;
}

.cto-stats {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.cto-stat-card {
  padding: 28px 22px;
  border-radius: 18px;
  background: linear-gradient(0deg, #3489c9 22%, #004b83 90%);
  /* box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12); */
  text-align: center;
}

.cto-stat-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.cto-stat-card p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  /* text-transform: uppercase; */
  letter-spacing: 0.04em;
}

.cto-section {
  padding: 76px 0;
}

.cto-section--soft {
  background: #ffffff;
}

.section-heading {
  /* max-width: 820px; */
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  color: #3388c9;
}

.section-intro {
  margin: 16px auto 0;
  max-width: 820px;
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
}

.cto-grid {
  display: grid;
  gap: 20px;
}

.cto-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cto-grid.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cto-card,
.cto-service-card,
.cto-model-card,
.cto-process__item {
  border: 1px solid #e4e7ec;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

.cto-card {
  display: flex;
  gap: 16px;
  padding: 24px;
}

.cto-card__icon,
.cto-service-card__icon,
.cto-model-icon,
.cto-process__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 150, 255, 0.12);
  color: #3388c9;
  font-size: 20px;
}

.cto-card h3,
.cto-service-card h3,
.cto-model-card h3,
.cto-process__content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.cto-card p,
.cto-service-card p,
.cto-model-card p,
.cto-process__content p {
  margin: 0;
  color: #475467;
  line-height: 1.75;
  font-size: 15px;
}

.cto-service-card,
.cto-model-card {
  padding: 26px;
  height: 100%;
}

.cto-service-card__icon {
  margin-bottom: 18px;
}

.cto-model-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cto-model-hours {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 150, 255, 0.1);
  color: #3388c9;
  font-size: 13px;
  font-weight: 700;
}

.cto-process {
  display: grid;
  gap: 18px;
}

.cto-process__item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding: 24px;
  align-items: start;
}

.cto-process__step {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #3388c9 0%, #007fff 100%);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.cto-process__content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.cto-cta-strip {
  padding: 0 0 88px;
}

.cto-cta-strip__wrap {
  border-radius: 24px;
  background: linear-gradient(135deg, #3477c9 0%, #043865 100%);
  color: #fff;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.16);
}

.cto-cta-strip__wrap h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.2;
}

.cto-cta-strip__wrap p {
  margin: 0;
  max-width: 760px;
  color: #d0d5dd;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .cto-stats,
  .cto-grid.three-col,
  .cto-grid.two-col {
    grid-template-columns: 1fr;
  }

  .cto-cta-strip__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .cto-hero {
    padding: 64px 0 40px;
  }

  .cto-section {
    padding: 56px 0;
  }

  .cto-process__item {
    grid-template-columns: 1fr;
  }

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

.section-intro {
  margin: 16px auto 0;
  max-width: 860px;
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.pm-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 10px;
}

.pm-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.pm-benefit__icon {
  color: #3477c9;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 991px) {
  .pm-benefits {
    grid-template-columns: 1fr;
  }
}
