.download-section {
  background: #ffffff;
  padding: 80px 0;
  scroll-margin-top: 88px;
}
.download-section .download-container {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 32px;
  align-items: start;
}
.download-section .download-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 12px;
}
.download-section .download-kicker {
  align-self: flex-start;
  border: 1px solid #d8dff7;
  border-radius: 999px;
  color: #2446c0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 14px;
}
.download-section .download-title {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
}
.download-section .download-description {
  font-size: 16px;
  line-height: 1.8;
}
.download-section .download-points {
  display: grid;
  gap: 10px;
  list-style: none;
}
.download-section .download-points li {
  align-items: center;
  display: grid;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 20px 1fr;
}
.download-section .download-points li::before {
  background: linear-gradient(135deg, #2446c0 0%, #3592eb 100%);
  border-radius: 999px;
  content: "";
  display: block;
  height: 10px;
  margin-left: 5px;
  width: 10px;
}
.download-section .download-preview {
  border: 1px solid #d8dff7;
  border-radius: 24px;
  grid-column: 2;
  overflow: hidden;
  position: relative;
}
.download-section .download-preview-image {
  display: block;
  height: auto;
  width: 100%;
}
.download-section .download-preview-label {
  align-items: center;
  background: #2446c0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  left: 50%;
  max-width: 408px;
  padding: 20px 28px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
}
.download-section .download-preview-label-main {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.download-section .download-preview-label-sub {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.download-section .download-form {
  background: #f6f8fc;
  border: 1px solid #d8dff7;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 1/-1;
  padding: 32px;
}
.download-section .download-honeypot {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.download-section .download-form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.download-section .download-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.download-section .download-field input,
.download-section .download-field select {
  width: 100%;
  border: 1px solid #d8dff7;
  border-radius: 12px;
  background: #ffffff;
  color: #222222;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  padding: 14px 16px;
}
.download-section .download-field input:focus,
.download-section .download-field select:focus {
  border-color: #2446c0;
  outline: 2px solid rgba(36, 70, 192, 0.16);
  outline-offset: 0;
}
.download-section .download-field-full {
  grid-column: 1/-1;
}
.download-section .download-label {
  align-items: center;
  color: #222222;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.4;
}
.download-section .download-required {
  background: #2446c0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 8px;
}
.download-section .download-consent {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  line-height: 1.6;
}
.download-section .download-consent input {
  accent-color: #2446c0;
  flex: 0 0 auto;
  margin-top: 5px;
}
.download-section .download-consent a {
  color: #2446c0;
  font-weight: 700;
}
.download-section .download-submit,
.download-section .download-result-button {
  align-items: center;
  align-self: flex-start;
  background: #2446c0;
  border: 1px solid #2446c0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  min-height: 56px;
  padding: 15px 32px;
  text-decoration: none;
}
.download-section .download-submit:disabled,
.download-section .download-result-button:disabled {
  cursor: progress;
  opacity: 0.64;
}
.download-section .download-form-note {
  color: rgba(34, 34, 34, 0.72);
  font-size: 13px;
  line-height: 1.7;
}
.download-section .download-message {
  color: #d93025;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  min-height: 1.6em;
}
.download-section .download-message.is-success {
  color: #2446c0;
}
.download-section .download-result {
  background: #ffffff;
  border: 1px solid #d8dff7;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}
.download-section .download-result[hidden] {
  display: none;
}
.download-section .download-result-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .download-section {
    padding: 64px 0;
    scroll-margin-top: 72px;
  }
  .download-section .download-container,
  .download-section .download-form-grid {
    display: flex;
    flex-direction: column;
  }
  .download-section .download-container {
    gap: 24px;
  }
  .download-section .download-title {
    font-size: 30px;
  }
  .download-section .download-preview {
    border-radius: 18px;
    grid-column: auto;
  }
  .download-section .download-preview-label {
    border-radius: 20px;
    padding: 16px 20px;
    width: calc(100% - 40px);
  }
  .download-section .download-preview-label-main {
    font-size: 16px;
  }
  .download-section .download-preview-label-sub {
    font-size: 12px;
  }
  .download-section .download-form {
    border-radius: 18px;
    padding: 24px;
  }
  .download-section .download-submit,
  .download-section .download-result-button {
    align-self: stretch;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .download-section .download-container {
    display: flex;
    flex-direction: column;
  }
  .download-section .download-content {
    padding-top: 0;
  }
  .download-section .download-preview {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .container {
    gap: 40px;
  }
  .nav {
    gap: 18px;
  }
  .nav-link {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .header .container {
    gap: 20px;
  }
  .nav {
    display: none;
  }
}
