.download-policy-page {
  background: linear-gradient(180deg, #b6d9f7 0%, #ffffff 100%);
  min-height: calc(100vh - 120px);
  padding: 2rem 0 3.5rem;
}

.download-policy-container {
  max-width: 1160px;
}

.download-policy-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: Lexend, system-ui, sans-serif;
  font-size: 0.875rem;
  color: #48607c;
}

.download-policy-breadcrumbs a {
  color: #316dd3;
  text-decoration: none;
}

.download-policy-breadcrumbs a:hover {
  text-decoration: underline;
}

.download-policy-breadcrumb-sep {
  opacity: 0.6;
}

.download-policy-card {
  border: 1px solid #d2e9ff;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 -4px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 8px 16px 0 #ffffff inset, 0 4px 4px 0 rgba(74, 183, 255, 0.35);
  backdrop-filter: blur(4px);
  padding: 2.8rem 2.2rem;
  font-family: Lexend, system-ui, sans-serif;
}

.download-policy-title {
  margin: 0 0 1.1rem;
  color: #316dd3;
  text-align: center;
  font-size: clamp(1.65rem, 2.6vw, 2.06rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.download-policy-intro {
  margin: 0 0 1.3rem;
  color: #2f2f2f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.download-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1.3rem;
}

.download-policy-column {
  display: grid;
  grid-template-rows: auto repeat(2, 1fr);
  gap: 0.75rem;
}

.download-policy-head {
  border-radius: 16px;
  background: linear-gradient(90deg, #316dd3 0%, #1eb8ff 141.2%);
  box-shadow: 0 4px 4px 0 rgba(74, 183, 255, 0.35);
  color: #fff;
  text-align: center;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding: 0.8rem 0.9rem;
}

.download-policy-cell {
  background: #fff;
  border-radius: 18px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9rem 1rem;
  color: #2f2f2f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.download-policy-subtitle {
  margin: 1rem 0 0.5rem;
  color: #316dd3;
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.download-policy-list {
  margin: 0 0 0.65rem;
  padding-left: 1.5rem;
  color: #2f2f2f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.download-policy-end {
  margin: 1rem 0 0;
  color: #2f2f2f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

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

  .download-policy-column {
    grid-template-rows: auto;
  }
}

@media (max-width: 767px) {
  .download-policy-page {
    padding-top: 1rem;
  }

  .download-policy-card {
    border-radius: 24px;
    padding: 1.3rem 1rem;
  }

  .download-policy-title {
    font-size: 1.45rem;
  }

  .download-policy-intro,
  .download-policy-cell,
  .download-policy-list,
  .download-policy-end {
    font-size: 1rem;
  }

  .download-policy-subtitle {
    font-size: 1.3rem;
  }
}
