:root {
  --cdn-ink: #071224;
  --cdn-muted: #526176;
  --cdn-orange: #f45a1d;
  --cdn-line: #e7edf5;
  --cdn-soft: #fff3ed;
  --cdn-shadow: 0 18px 42px rgba(12, 24, 48, 0.08);
}

.cdn-page {
  background: #fff;
  color: var(--cdn-ink);
  overflow-x: hidden;
}

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

.cdn-hero {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.cdn-hero img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  object-fit: contain;
  image-rendering: auto;
}

.cdn-kicker {
  color: var(--cdn-orange);
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.cdn-section-head span,
.cdn-process h2 span {
  color: var(--cdn-orange);
}

.cdn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}

.cdn-survey {
  border-color: var(--cdn-orange);
  background: var(--cdn-orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(244, 90, 29, 0.18);
}

.cdn-survey:hover {
  background: #dc4210;
  color: #fff;
}

.cdn-why {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: center;
  padding: 70px 0;
  border-top: 1px solid #f1f4f8;
}

.cdn-title-block h2,
.cdn-section-head h2,
.cdn-process h2,
.cdn-industries h2,
.cdn-reach h2,
.cdn-final h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.cdn-title-block .cdn-kicker,
.cdn-reach .cdn-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--cdn-orange);
  font-size: clamp(18px, 1.65vw, 26px);
  line-height: 1.18;
}

.cdn-title-block p,
.cdn-benefit-grid p,
.cdn-feature-cards p,
.cdn-process p,
.cdn-industries p,
.cdn-reach p {
  margin: 0;
  color: var(--cdn-muted);
  line-height: 1.65;
}

.cdn-title-block .btn {
  margin-top: 34px;
}

.cdn-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid var(--cdn-line);
}

.cdn-benefit-grid article {
  min-height: 210px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 22px;
  border-right: 1px solid var(--cdn-line);
  text-align: center;
}

.cdn-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6z'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid var(--cdn-orange);
  border-radius: 50%;
  background: #fff;
}

.cdn-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: var(--cdn-orange);
  mask: var(--icon) center / contain no-repeat;
}

.cdn-icon.speed {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 17a8 8 0 1 1 16 0'/%3E%3Cpath d='m12 17 4-8'/%3E%3C/svg%3E");
}

.cdn-icon.growth {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16M7 16l4-4 3 3 5-7'/%3E%3C/svg%3E");
}

.cdn-icon.lock {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E");
}

.cdn-icon.cost {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v10M8.5 10c0-1.4 1.4-2.4 3.5-2.4s3.5 1 3.5 2.4-1.4 2.3-3.5 2.3-3.5 1-3.5 2.4 1.4 2.3 3.5 2.3 3.5-.9 3.5-2.3'/%3E%3C/svg%3E");
}

.cdn-icon.request {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3Ccircle cx='17' cy='16' r='2'/%3E%3C/svg%3E");
}

.cdn-icon.network {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='6' r='2'/%3E%3Cpath d='M12 8v6M6 18h12M6 18l6-4 6 4'/%3E%3C/svg%3E");
}

.cdn-icon.server,
.cdn-icon.cache {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v5H4zM4 12h16v5H4zM8 9h.01M8 14h.01'/%3E%3C/svg%3E");
}

.cdn-icon.cloud {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 17h8a5 5 0 0 0 0-10 6 6 0 0 0-11 3 4 4 0 0 0 3 7z'/%3E%3C/svg%3E");
}

.cdn-icon.user,
.cdn-icon.support {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13v-1a7 7 0 0 1 14 0v1'/%3E%3Crect x='3' y='12' width='4' height='6' rx='2'/%3E%3Crect x='17' y='12' width='4' height='6' rx='2'/%3E%3Cpath d='M17 18c0 2-2 3-5 3'/%3E%3C/svg%3E");
}

.cdn-icon.globe {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E");
}

.cdn-icon.clock {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.cdn-benefit-grid h3,
.cdn-feature-cards h3,
.cdn-process h3,
.cdn-industries h3,
.cdn-reach h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.cdn-section-head,
.cdn-industries {
  padding: 64px 0 26px;
  text-align: center;
  border-top: 1px solid #f1f4f8;
}

.cdn-feature-cards,
.cdn-industry-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.cdn-feature-cards article,
.cdn-industry-grid article {
  overflow: hidden;
  border: 1px solid var(--cdn-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: var(--cdn-shadow);
}

.cdn-feature-cards img,
.cdn-industry-grid img {
  width: 100%;
  height: 154px;
  display: block;
  object-fit: cover;
}

.cdn-feature-cards h3,
.cdn-industry-grid h3 {
  padding: 18px 14px 0;
}

.cdn-feature-cards p,
.cdn-industry-grid p {
  padding: 12px 16px 22px;
  font-size: 14px;
}

.cdn-center-action {
  display: flex;
  justify-content: center;
  padding: 26px 0 58px;
}

.cdn-process {
  padding: 56px 0 70px;
  text-align: center;
  border-top: 1px solid #f1f4f8;
}

.cdn-process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.cdn-process-grid article {
  position: relative;
  min-height: 185px;
  padding: 12px 16px 18px;
}

.cdn-process-grid article::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -15px;
  width: 28px;
  height: 1px;
  border-top: 1px dashed #9aa4b2;
}

.cdn-process-grid article:last-child::after {
  display: none;
}

.cdn-process-grid .cdn-icon {
  margin: 0 auto 12px;
  border: 0;
}

.cdn-process-grid b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: -8px auto 12px;
  border-radius: 50%;
  background: var(--cdn-orange);
  color: #fff;
  font-size: 12px;
}

.cdn-process-actions {
  justify-content: center;
}

.cdn-industries {
  padding-top: 54px;
}

.cdn-industry-grid {
  padding-bottom: 64px;
}

.cdn-industry-grid h3 {
  color: #111827;
}

.cdn-reach {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(280px, 1.28fr) 150px minmax(280px, 1.28fr);
  gap: 24px;
  align-items: center;
  padding: 64px 0 76px;
  border-top: 1px solid #f1f4f8;
}

.cdn-reach .btn {
  margin-top: 26px;
}

.cdn-reach > img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
}

.cdn-reach-points {
  display: grid;
  gap: 22px;
}

.cdn-reach-points article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
}

.cdn-reach-points .cdn-icon {
  width: 46px;
  height: 46px;
  border: 0;
}

.cdn-reach-points .cdn-icon::before {
  width: 28px;
  height: 28px;
}

.cdn-reach-points h3 {
  margin-bottom: 6px;
}

.cdn-reach-points p {
  font-size: 14px;
  line-height: 1.45;
}

.cdn-final {
  background: linear-gradient(135deg, #ff3d0a, #ff6b20);
  color: #fff;
}

.cdn-final-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 150px;
  padding: 34px 0;
}

.cdn-final h2,
.cdn-final p {
  margin: 0;
  color: #fff;
}

.cdn-final p {
  margin-top: 8px;
  font-size: 18px;
}

.cdn-final .btn {
  border-color: rgba(255,255,255,0.76);
  color: var(--cdn-orange);
  background: #fff;
}

@media (max-width: 1180px) {
  .cdn-why,
  .cdn-reach,
  .cdn-final-inner {
    grid-template-columns: 1fr;
  }

  .cdn-benefit-grid,
  .cdn-feature-cards,
  .cdn-industry-grid,
  .cdn-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cdn-container {
    width: min(100% - 28px, 1180px);
  }

  .cdn-hero {
    padding: 10px;
  }

  .cdn-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cdn-benefit-grid,
  .cdn-feature-cards,
  .cdn-industry-grid,
  .cdn-process-grid {
    grid-template-columns: 1fr;
  }

  .cdn-benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--cdn-line);
  }

  .cdn-process-grid article::after {
    display: none;
  }

  .cdn-reach > img {
    margin: 0 auto;
  }
}
