/* 首页「资讯与常见问题」「获取方案」模块。保留既有资讯与 FAQ 数据，仅更新视觉层。 */
#insights.section-muted {
  padding-bottom: 0;
  background: #fbf8f4;
}

#insights .heading-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  margin: 0 0 38px;
  text-align: left;
}

#insights .heading-inline h2 {
  margin: 0;
  color: #102947;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

#insights .heading-inline .text-link,
#insights .about-card > a,
#insights .news-more-link,
#insights .faq-more-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #b8894e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

#insights .heading-inline .text-link > span,
#insights .about-card > a > span,
#insights .news-more-link > span,
#insights .faq-more-link > span {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: .5;
}

#insights .heading-inline .text-link {
  flex: 0 0 auto;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

#insights .content-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: stretch;
  gap: 34px;
}

#insights .about-card,
#insights .news-list,
#insights .faq-list {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 510px;
  padding: 28px;
  border: 1px solid rgba(190, 145, 81, .26);
  border-radius: 16px;
  background: rgba(255, 255, 255, .46);
  box-shadow: 0 10px 24px rgba(57, 64, 71, .025);
}

#insights .card-label {
  margin: 0 0 18px;
  color: #102947;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

#insights .about-card .about-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0 0 22px;
  border: 0;
  border-radius: 9px;
  background-position: center;
  background-size: cover !important;
}

#insights .about-card h3 {
  margin: 0;
  color: #102947;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

#insights .about-card > p:not(.card-label) {
  margin: 15px 0 18px;
  color: #68778a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

#insights .about-card > a,
#insights .faq-more-link {
  margin-top: auto;
}

#insights #homeNewsList {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#insights .news-list article {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 22px;
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(190, 145, 81, .24);
}

#insights .news-list article:first-child {
  padding-top: 4px;
}

#insights .news-list article:last-child {
  border-bottom: 0;
}

#insights .news-list time {
  grid-row: 1 / 3;
  margin: 0;
  color: #b8894e;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

#insights .news-list time b,
#insights .news-list time i {
  display: block;
  font: inherit;
}

#insights .news-list time i {
  margin-top: 4px;
}

#insights .news-list article span {
  justify-self: start;
  margin: 0 0 8px;
  padding: 2px 8px;
  border: 1px solid rgba(190, 145, 81, .3);
  border-radius: 4px;
  color: #b8894e;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

#insights .news-list h3 {
  grid-column: 2;
  margin: 0;
  color: #34475d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#insights .news-list h3 a {
  display: block;
}

#insights .news-list article::after {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  color: #b8894e;
  content: "→";
  font-size: 23px;
  font-weight: 400;
}

#insights .news-more-link {
  margin-top: auto;
  color: #b8894e;
}

#insights .faq-list {
  gap: 14px;
}

#insights .faq-list .card-label {
  margin-bottom: 8px;
}

#insights .faq-list details {
  overflow: hidden;
  border: 1px solid rgba(190, 145, 81, .27);
  border-radius: 7px;
  background: rgba(255, 255, 255, .28);
}

#insights .faq-list summary {
  position: relative;
  padding: 17px 48px 17px 18px;
  color: #455669;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  list-style: none;
}

#insights .faq-list summary::-webkit-details-marker {
  display: none;
}

#insights .faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: #b8894e;
  content: "+";
  font-size: 28px;
  font-weight: 300;
  line-height: .6;
  transform: translateY(-50%);
}

#insights .faq-list details[open] summary::after {
  content: "−";
}

#insights .faq-list details p {
  margin: -4px 18px 17px;
  color: #718093;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

#insights .faq-more-link {
  margin-top: auto;
}

#contact.contact-section {
  padding: 30px 0;
  color: #ffffff;
  background: #fbf8f4;
}

#contact .contact-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 60px;
  min-height: 270px;
  padding: 40px 52px;
  border: 1px solid rgba(133, 172, 211, .24);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 8% 0%, rgba(25, 75, 119, .45), transparent 45%),
    linear-gradient(135deg, #061d35, #092849);
}

#contact .contact-grid > div {
  align-self: stretch;
  padding: 11px 56px 11px 0;
  border-right: 1px solid rgba(185, 207, 228, .36);
}

#contact .contact-grid h2 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
}

#contact .contact-grid > div > p {
  margin: 12px 0 30px;
  color: #b9c6d4;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

#contact .contact-grid > div > strong {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 31px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1;
}

#contact .contact-grid > div > strong::before {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid #bf914f;
  border-radius: 50%;
  color: #dfae6b;
  content: "☎";
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  letter-spacing: 0;
  place-items: center;
}

#contact .contact-form {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 16px;
  row-gap: 16px;
  align-items: stretch;
  padding: 4px 0 0;
  background: transparent;
}

#contact .contact-form label > span,
#contact .region-picker .region-label {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  color: #243b56;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

#contact .contact-form label,
#contact .region-picker {
  display: flex;
  flex-direction: column;
}

#contact .contact-form label {
  gap: 0;
}

#contact .contact-form input,
#contact .contact-form select,
#contact .region-picker .region-field,
#contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(211, 222, 231, .72);
  border-radius: 5px;
  color: #9aa7b5;
  background: rgba(255, 255, 255, .96);
  font-size: 14px;
  font-weight: 400;
}

#contact .contact-form input,
#contact .contact-form select,
#contact .region-picker .region-field {
  min-height: 46px;
  padding: 0 16px;
}

#contact .region-picker .region-field {
  justify-content: space-between;
}

#contact .contact-form select {
  background-image: url("../images/icons/lucide/chevron-down.svg");
  background-position: calc(100% - 17px) center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

#contact .region-picker .region-arrow {
  display: block;
  width: 16px;
  height: 16px;
  color: transparent;
  background: url("../images/icons/lucide/chevron-down.svg") center / 16px 16px no-repeat;
  font-size: 0;
  line-height: 0;
}

#contact .contact-form input::placeholder,
#contact .contact-form textarea::placeholder,
#contact .region-picker .region-value {
  color: #9aa7b5;
  font-size: 14px;
  font-weight: 400;
}

#contact .contact-form select,
#contact .contact-form select option {
  font-size: 14px;
  font-weight: 400;
}

#contact .contact-form select option {
  color: #27364a;
}

#contact .contact-form input:focus,
#contact .contact-form select:focus,
#contact .contact-form textarea:focus {
  outline: none;
  border-color: #d52822;
  box-shadow: 0 0 0 3px rgba(213, 40, 34, .08);
}

#contact .contact-form .form-demand {
  grid-column: 2;
  grid-row: 2 / 4;
}

#contact .contact-form textarea {
  box-sizing: border-box;
  height: 132px;
  min-height: 132px;
  padding: 15px 16px;
  resize: vertical;
}

#contact .contact-submit {
  grid-column: 1;
  align-self: end;
  min-height: 46px;
  border-radius: 5px;
  font-size: 16px;
}

@media (max-width: 1100px) {
  #insights .content-grid {
    grid-template-columns: 1fr 1fr;
  }

  #insights .faq-list {
    grid-column: 1 / -1;
    min-height: 0;
  }

  #contact .contact-grid {
    gap: 38px;
    padding: 38px;
  }
}

@media (max-width: 820px) {
  #insights .heading-inline {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  #insights .heading-inline h2 {
    font-size: 32px;
  }

  #insights .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #insights .faq-list {
    grid-column: auto;
  }

  #insights .about-card,
  #insights .news-list,
  #insights .faq-list {
    min-height: 0;
  }

  #contact.contact-section {
    padding-bottom: 30px;
  }

  #contact .contact-grid {
    grid-template-columns: 1fr;
    padding: 34px 26px;
  }

  #contact .contact-grid > div {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(185, 207, 228, .36);
  }

  #contact .contact-form {
    margin-top: 4px;
  }
}

@media (max-width: 560px) {
  #insights .heading-inline h2,
  #contact .contact-grid h2 {
    font-size: 28px;
  }

  #insights .about-card,
  #insights .news-list,
  #insights .faq-list {
    padding: 22px;
  }

  #insights .news-list article {
    grid-template-columns: 60px minmax(0, 1fr) 18px;
    column-gap: 9px;
  }

  #insights .news-list time {
    font-size: 16px;
  }

  #contact .contact-grid {
    padding: 30px 20px;
  }

  #contact .contact-grid > div > strong {
    font-size: 26px;
  }

  #contact .contact-form {
    grid-template-columns: 1fr;
  }

  #contact .contact-form .form-demand,
  #contact .contact-submit {
    grid-column: 1;
    grid-row: auto;
  }

  #contact .contact-form textarea {
    min-height: 120px;
  }
}
