/* 2026-04-08 WEBLISS Localization Page Styles */

/* ヘッダーセクション */
.localization-hero {
  padding: 6em 0 3em;
  background: #f8f8f8;
}
.localization-hero .lead {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
}

/* 日本語化サービス案内 */
.localization-service {
  padding: 3em 0;
}
.localization-service .service-box {
  background: #fff;
  border-left: 4px solid #ffc300;
  padding: 2em 2.5em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.localization-service .service-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}
.localization-service .service-box h3 i {
  color: #ffc300;
  margin-right: 8px;
}
.localization-service .service-box p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
}
.localization-service .service-box p a {
  color: #ffc300;
  text-decoration: underline;
}

/* ダウンロード一覧 */
.localization-downloads {
  padding: 3em 0 4em;
  background: #f8f8f8;
}
.localization-downloads .section-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ffc300;
}

/* ダウンロードカード */
.download-card {
  background: #fff;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.download-card:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.download-card .card-header {
  padding: 1.2em 2em;
  background: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-card .card-header h4 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.download-card .card-header .badge-version {
  background: #ffc300;
  color: #000;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.download-card .card-body {
  padding: 2em;
}
.download-card .card-body p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.5em;
}

/* ダウンロード情報テーブル */
.dl-info {
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 13px;
}
.dl-info th {
  width: 140px;
  padding: 8px 12px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.dl-info td {
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.6);
}
.dl-info .hash {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 11px;
  word-break: break-all;
  color: #888;
}

/* インストール手順 */
.install-steps {
  background: #f9f9f5;
  border: 1px solid #e8e5d8;
  border-radius: 4px;
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
}
.install-steps h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 1em;
  color: #333;
}
.install-steps h5 i {
  color: #ffc300;
  margin-right: 6px;
}
.install-steps ol {
  padding-left: 1.5em;
  margin: 0 0 1em;
}
.install-steps ol li {
  margin-bottom: 0.8em;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.install-steps ol li strong {
  color: #000;
}
.install-steps .step-detail {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}
.install-steps .step-detail code {
  background: #eee;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
  color: #c0392b;
}
.install-steps .step-detail a {
  color: #ffc300;
  text-decoration: underline;
}
.install-steps .step-note {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding-top: 0.5em;
  border-top: 1px solid #e8e5d8;
}
.install-steps .step-note code {
  background: #eee;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
  color: #c0392b;
}

/* リリースノート */
.release-notes {
  background: #f5f8ff;
  border: 1px solid #d8e2f3;
  border-radius: 4px;
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
}
.release-notes h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0.8em;
  color: #333;
}
.release-notes h5 i {
  color: #4a90d9;
  margin-right: 6px;
}
.release-notes ul {
  padding-left: 1.5em;
  margin: 0 0 0.8em;
}
.release-notes ul li {
  margin-bottom: 0.4em;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
.release-notes .step-note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  margin: 0;
  padding-top: 0.5em;
  border-top: 1px solid #d8e2f3;
}

/* ダウンロードボタン */
.btn-download {
  background: #ffc300 !important;
  border: none !important;
  color: #000 !important;
  padding: 10px 30px !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-download:hover {
  background: #e6b000 !important;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 195, 0, 0.4);
  box-shadow: 0 4px 12px rgba(255, 195, 0, 0.4);
}
.btn-download i {
  margin-right: 6px;
}

/* 免責事項 */
.localization-disclaimer {
  padding: 3em 0;
}
.localization-disclaimer .disclaimer-box {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 2em 2.5em;
}
.localization-disclaimer .disclaimer-box h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}
.localization-disclaimer .disclaimer-box h4 i {
  color: #999;
  margin-right: 6px;
}
.localization-disclaimer .disclaimer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.localization-disclaimer .disclaimer-box ul li {
  position: relative;
  padding: 6px 0 6px 20px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.5);
}
.localization-disclaimer .disclaimer-box ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #999;
}
.localization-disclaimer .disclaimer-box ul li strong {
  color: #c0392b;
}

/* レスポンシブ調整 */
@media screen and (max-width: 768px) {
  .localization-hero {
    padding: 4em 0 2em;
  }
  .download-card .card-header {
    padding: 1em 1.2em;
  }
  .download-card .card-header h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .download-card .card-body {
    padding: 1.2em;
  }
  .dl-info th {
    width: 100px;
    font-size: 12px;
  }
  .dl-info td {
    font-size: 12px;
  }
  .localization-service .service-box {
    padding: 1.5em;
  }
  .localization-disclaimer .disclaimer-box {
    padding: 1.5em;
  }
}
