.logo h1 {
  color: #1a1a2e;
}

.menu a {
  color: #1a1a2e;
}

.header {
  border-bottom: 1px solid #1a1a2e1a;
}

.cs-main {
  padding: 60px 100px;
}

.cs-hero {
  background: url("/media/cta-bg.jpg") center/cover no-repeat;
  border-radius: 36px;
  max-width: 1240px;
  margin: 0 auto;
}

.cs-hero-wrapper {
  width: 100%;
  height: 100%;
  background-color: #163e6780;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 32px;
  gap: 20px;
  text-align: center;
}

.cs-hero-eyebrow {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #85c8f5;
  margin: 0;
}

.cs-hero-wrapper h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}

.cs-hero-wrapper h1 span {
  font-weight: 700;
  color: #5c9dd5;
}

.cs-hero-wrapper p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffffcc;
  max-width: 640px;
  margin: 0 0 12px;
}

.cs-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
}

.cs-card {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  gap: 60px;
  padding: 60px;
  border-radius: 36px;
  background-color: #f6f7fa;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.cs-card.cs-reverse {
  flex-direction: row-reverse;
}

.cs-shot {
  width: 50%;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .cs-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
} */

.cs-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
}

.cs-shot-placeholder {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #ffffffcc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cs-shot-placeholder svg {
  opacity: 0.7;
}

.cs-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cs-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cs-tag {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4a81b9;
  background: #e7f1fb;
  padding: 6px 12px;
  border-radius: 100px;
}

.cs-brand {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4a4a5a;
}

.cs-content h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #1a1a2e;
  margin: 0;
}

.cs-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4a4a5a;
  margin: 0;
}

.cs-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid #1a1a2e14;
}

.cs-stat-num {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #4a81b9;
  display: block;
}

.cs-stat-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #4a4a5a;
  margin-top: 4px;
  display: block;
}

.cs-quote {
  border-left: 3px solid #85c8f5;
  padding: 4px 0 4px 16px;
  margin: 4px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a2e;
}

.cs-quote-author {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #4a4a5a;
}

@media (max-width: 1024px) {
  .cs-main {
    padding: 40px 32px;
  }
  .cs-hero-wrapper {
    padding: 48px 24px;
    gap: 16px;
  }
  .cs-hero-wrapper h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .cs-list {
    gap: 40px;
    padding-bottom: 40px;
  }
  .cs-card,
  .cs-card.cs-reverse {
    flex-direction: column;
    gap: 32px;
    padding: 40px;
  }
  .cs-shot,
  .cs-content {
    width: 100%;
  }
  .cs-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .cs-main {
    padding: 24px 16px;
  }
  .cs-hero {
    border-radius: 24px;
  }
  .cs-hero-wrapper {
    padding: 40px 20px;
    gap: 14px;
    border-radius: 24px;
  }
  .cs-hero-wrapper h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .cs-hero-wrapper p {
    font-size: 15px;
    line-height: 26px;
  }
  .cs-list {
    gap: 24px;
    padding-bottom: 32px;
  }
  .cs-card,
  .cs-card.cs-reverse {
    padding: 28px 22px;
    border-radius: 24px;
    gap: 24px;
  }
  .cs-shot {
    border-radius: 20px;
  }
  .cs-content {
    gap: 16px;
  }
  .cs-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .cs-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 20px;
  }
  .cs-stat-num {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .cs-hero-wrapper h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .cs-card,
  .cs-card.cs-reverse {
    padding: 24px 18px;
  }
  .cs-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .cs-content p {
    font-size: 13px;
    line-height: 22px;
  }
  .cs-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cs-stat-num {
    font-size: 26px;
    line-height: 32px;
  }
}
