/*
================================================================================
PRODUCT TEMPLATE STYLESHEET - Bootstrap 5
================================================================================
このファイルについて (About this file):
- 製品ページ専用のスタイルシートです
- Bootstrap 5をベースにしています
- 色やデザインをカスタマイズできます

重要な注意事項 (IMPORTANT):
- ../../scripts/style_bs5.css (会社共通CSS) は変更しないでください
  DO NOT modify ../../scripts/style_bs5.css (Global company CSS)
- このファイルのみを編集してください
  Only edit THIS file for product-specific styling
================================================================================
*/

/* ===================================================================
   COLOR SCHEME - ブランドカラー設定
   ================================================================== */
/*
   【重要】ここで製品のブランドカラーを変更できます
   【IMPORTANT】Change your product brand colors HERE

   使い方 (How to use):
   1. 下記の色コードを変更してください
      Change the color codes below
   2. すべてのページに自動的に反映されます
      Changes will apply to all pages automatically

   推奨ツール (Recommended tools):
   - Adobe Color: https://color.adobe.com/
   - Coolors: https://coolors.co/
*/

:root {
  /* メインカラー (Primary Color) - ヘッダー、ボタンなどに使用 */
  --brand-primary: #12a66f;
  /* Teal - 変更可能 (Customizable) */

  /* セカンダリカラー (Secondary Color) - 背景、アクセントに使用 */
  --brand-secondary: #1a1e25;
  /* Light Teal - 変更可能 */

  /* ダークカラー (Dark Color) - ボーダー、濃い部分に使用 */
  --brand-dark: #13161b;
  /* Dark Teal - 変更可能 */

  /* ライトカラー (Light Color) - ボーダー、濃い部分に使用 */
  --brand-light: #17c484;
  /* Dark Teal - 変更可能 */

  /* フッター背景カラー (Footer Background) - 製品フッターに使用 */
  --brand-light-bg: #e5e5e5;
  /* Very Light Teal - 変更可能 */

  /* CTAセクション背景 (CTA Section Background) - "Ready to Get Started"等に使用 */
  --brand-cta-bg: #0000006e;
  /* Lighter Teal - 変更可能 */

  /* テキストカラー (Text Color) - リンクなどに使用 */
  --brand-text: #ffffff;
  /* Teal Text - 変更可能 */

  /* テキストカラー (Text Color) - リンクなどに使用 */
  --brand-text-light: #ffffffbe;
  /* Teal Text - 変更可能 */

  /* テキストカラー (Text Color) - リンクなどに使用 */
  --brand-text-dark: #13161b;
  /* Teal Text - 変更可能 */
}

/* ===================================================================
   1. GENERAL STYLES - 全体の基本スタイル
   =================================================================== */
/*
   ページ全体のフォント、行間、背景色などを定義します
   Defines overall fonts, line heights, and background colors
*/

body {
  background-color: #f8f9fa;
  /* 変更しないでください (Do not change) */
  font-family: sans-serif;
  line-height: 1.6;
}

p {
  line-height: 22px;
}

li {
  line-height: 150%;
}

/* ===================================================================
   2. PRODUCT HEADER - 製品ナビゲーションバー
   =================================================================== */
/*
   product-header.inc で使用されるスタイルです
   Styles used by product-header.inc

   カスタマイズ方法 (How to customize):
   - background-color: ヘッダーの背景色
   - border-bottom: 下部のボーダー色と太さ
*/

.prodnavbar {
  background-color: var(--brand-dark) !important;
  /* ヘッダー背景色 */
  border-bottom: 3px solid #12a66f;
  /* 下部ボーダー */
  margin-bottom: 0;
  margin-top: 0;
}

/* ナビゲーションリンクの文字色 (Navigation link text color) */
.prodnavbar .nav-link {
  color: var(--brand-text) !important;
}

/* ホバー時の文字色 (Hover state text color) */
.prodnavbar .nav-link:hover,
.prodnavbar .nav-link:focus {
  color: var(--brand-primary) !important;
}

@media (max-width: 991px) {

  /* ハンバーガーメニューアイコンの色を変更 */
  .prodnavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2312a66f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .prodnavbar .navbar-collapse.show .nav-link,
  .prodnavbar .navbar-collapse.collapsing .nav-link {
    padding-left: 0px !important;
  }
}

/* ===================================================================
   3. PRODUCT FOOTER - 製品フッター
   =================================================================== */
/*
   製品フッター（product-footer.inc または widefooter.inc）のスタイルは
   ../../scripts/style_bs5.css で定義されています。
   Product footer styles are defined in ../../scripts/style_bs5.css

   デフォルトの配色 (Default colors):
   - 背景色: 薄緑 (#a7f0bfd3)
   - リンク色: 青系 (#23527c)

   製品固有の配色が必要な場合 (For product-specific colors):
   このファイル (product-style.css) で footer.product クラスをオーバーライドできます。
   You can override the footer.product class in this file (product-style.css).
*/

footer.product .footerlist a {
  color: var(--brand-text-light);
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

footer.product .footerlist a:hover {
  color: var(--brand-text);
}

/* ===================================================================
   4. SECTIONS - セクション共通スタイル
   =================================================================== */
/*
   各ページで使用されるセクションのスタイルです
   Styles for sections used across pages

   使い方 (How to use):
   HTMLで <div class="section-wrapper"> を使用すると、
   自動的に適切な余白と背景色が適用されます
*/

.section-wrapper {
  padding: 60px 0;
  /* 上下の余白 (Top/bottom padding) */
  background-color: var(--brand-dark);
  /* 背景色 (Background color) */
}

/* 偶数番目のセクションを灰色背景に (Even sections get gray background) */
.section-wrapper:nth-child(even) {
  background-color: var(--brand-secondary);
}

/* セクション内のカード (Cards within sections) */
.section-card {
  background-color: var(--brand-dark);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

/* ===================================================================
   5. TYPOGRAPHY - 見出しとテキスト
   =================================================================== */
/*
   見出し(h1, h2, h3)とテキストのスタイルです
   Heading and text styles
*/

h1,
h2,
h3 {
  color: var(--brand-primary);
  /* 見出しの色 (Heading color) */
  font-weight: bold;
}

/* Bootstrapのプライマリテキストカラーをブランドプライマリにオーバーライド */
.text-primary {
  color: var(--brand-primary) !important;
}

/* セクションタイトル (Section title) */
.section-title {
  color: var(--brand-text);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* サブセクションタイトル (Subsection title) */
.subsection-title {
  color: var(--brand-text);
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ===================================================================
   6. BUTTONS - ボタンスタイル
   =================================================================== */
/*
   ボタンのスタイルです
   Button styles

   使い方 (How to use):
   <a href="#" class="btn btn-primary">ボタンテキスト</a>

   種類 (Types):
   - btn-primary: メインボタン (Primary button)
   - btn-outline-primary: 枠線ボタン (Outline button)
*/

.btn {
  font-weight: 600;
}

/*ボタン一覧*/
.btn-primary {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-text-dark);
}

.btn-primary:hover {
  background-color: var(--brand-light);
  border-color: var(--brand-light);
  color: var(--brand-text-dark);
}

.btn-outline-primary {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-text-dark);
}


.hero-cta-btn {
  min-width: 170px;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  text-align: center;
}

.product-hero-cta-btn {
  min-width: 160px;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  text-align: center;
}



/* ===================================================================
   7. HERO SECTION - ヒーローセクション(トップの大きな画像エリア)
   =================================================================== */
/*
   トップページの最初の大きな画像・テキストエリアです
   Large image/text area at the top of the homepage

   カスタマイズ方法 (How to customize):
   - background-image: 背景画像のパス
   - background-color: 背景色(画像がない場合)
*/

.hero-section {
  position: relative;
  padding: 4rem 0;
  background-image: url('../images/hero-background.png');
  /* 背景画像パス */
  background-size: cover;
  background-position: center;
  background-color: var(--brand-light-bg);
  /* フォールバック背景色 */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(53, 53, 53, 0);
  z-index: 0;
  /* background: linear-gradient(135deg, rgba(20, 184, 166, 0.8) 0%, rgba(13, 148, 136, 0.7) 100%); */
}

.hero-content {
  max-width: 1280px;
}

.hero-title {
  font-weight: 700;
  color: var(--brand-text);
}

.hero-subtitle {
  max-width: 1000px;
  opacity: 0.95;
  color: var(--brand-text-light);
  line-height: 1.7;
}

.hero-logo {
  max-width: 400px;
  width: 100%;
}

/* ===================================================================
   ページ最後部 CTA セクション
   =================================================================== */

.final-cta-lead {
  font-size: 1rem;
  color: var(--brand-text);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* ===================================================================
   8. FEATURE CARDS - 機能カード
   =================================================================== */
/*
   製品の機能や特徴を表示するカードです
   Cards for displaying product features

   使い方 (How to use):
   <div class="feature-item">
     <i class="feature-icon fas fa-check"></i>
     <div class="feature-content">
       <strong>機能名</strong>
       <p>機能の説明</p>
     </div>
   </div>
*/

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem !important;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid var(--brand-primary);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.feature-icon {
  font-size: 2rem;
  color: var(--brand-primary);
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.feature-content {
  flex: 1;
}

.feature-item strong {
  font-size: 1.2rem !important;
  display: block !important;
  color: var(--brand-dark);
}



/* ===================================================================
   RLC Pro で本番運用の要件に対応
   =================================================================== */



/*追加カード: AI・HPC 開発に最適なエコシステム*/



/* ===================================================================
   9. SPACING ADJUSTMENTS - 余白調整
   =================================================================== */
/*
   ページ全体の余白を調整します
   Adjusts spacing across the page

   注意 (Note):
   余白が広すぎる/狭すぎる場合は、ここの値を変更してください
   If spacing is too wide/narrow, change values here
*/

.container>.row {
  margin-bottom: 0;
  /* 行の下余白 (Row bottom margin) */
}

/* ===================================================================
   10. FAQ SECTION - よくある質問セクション
   =================================================================== */
/*
   FAQページで使用されるスタイルです
   Styles used on FAQ page
*/

#faq-section details {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

#faq-section summary {
  cursor: pointer;
  font-weight: bold;
  color: var(--brand-dark);
}

#faq-section summary:hover {
  color: var(--brand-primary);
}

/* ===================================================================
   11. CASE STUDY SECTION - 事例セクション
   =================================================================== */
/*
   事例ページで使用されるスタイルです
   Styles used on case studies page
*/

.case-study-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 25px;
  background-color: #fdfdfd;
  border: 1px solid #eaeaea;
  border-left: 5px solid var(--brand-primary);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}

.case-study-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.case-study-logo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.case-study-logo img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.case-study-content h3 {
  font-size: 1.7em;
  margin-top: 0;
  margin-bottom: 10px;
}

.case-study-content h3 a {
  text-decoration: none;
  color: #333;
}

.case-study-content h3 a:hover {
  color: var(--brand-primary);
  text-decoration: underline;
}

/* ===================================================================
   12. RESPONSIVE DESIGN - レスポンシブデザイン
   =================================================================== */
/*
   スマートフォン・タブレット対応
   Mobile and tablet responsiveness

   注意 (Note):
   画面サイズに応じて自動的にレイアウトが変わります
   Layout automatically adjusts based on screen size
*/

/* タブレット以上 (Tablet and above) */
@media (min-width: 768px) {
  .footer-item {
    text-align: center;
  }
}

/* スマートフォン (Mobile) */
@media (max-width: 767px) {
  .hero-section {
    padding: 3rem 0;
  }

  .feature-item {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 1rem;
  }
}

/* 追加セクション: Rocky Linux が選ばれる理由*/
.section-lead {
  color: var(--brand-text);
  max-width: 1000px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
}

/* 有償プラン特有の薄い背景 */
.support-plan-premium {
  background-color: rgba(255, 255, 255, 0.08);
}

/* 目安対応時間のインラインカラーをCSSに集約 */
.support-plan-highlight {
  color: var(--brand-primary);
}

/* ===================================================================
  　導入ステップ
   =================================================================== */

.step-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.step-item:hover {
  background-color: rgba(255, 255, 255, 0.253);
  transform: translateY(-4px);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--brand-light-bg);
  color: var(--brand-text-dark);
  font-size: 1.5rem;
  font-weight: 700;
}

.step-label {
  color: var(--brand-text);
  font-size: 1.4rem;
  font-weight: 500;
}

.step-arrow {
  width: 42px;
  height: 22px;
  position: relative;
  background-color: var(--brand-light-bg);
  clip-path: polygon(0 35%,
      65% 35%,
      65% 0,
      100% 50%,
      65% 100%,
      65% 65%,
      0 65%);
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .step-flow {
    flex-direction: column;
    gap: 1.25rem;
  }

  .step-arrow {
    transform: rotate(90deg);
  }
}

/* ===================================================================
  　最新情報
   =================================================================== */

.news-list {
  text-align: left;
  max-width: 960px;
  height: 200px;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 20px;
  color: var(--brand-text);

  background-color: transparent;
  border: 3px solid #555555;
  border-radius: 8px;
  box-shadow: 0 14px 24px -10px rgba(2, 255, 78, 0.281);

  /* Firefox 用 */
  scrollbar-color: var(--brand-primary) #1a1a1a;
  scrollbar-width: auto;
}

.news-list::-webkit-scrollbar {
  width: 8px;
}

.news-list::-webkit-scrollbar-track {
  background-color: var(--brand-dark);
  border-radius: 8px;
}

.news-list::-webkit-scrollbar-thumb {
  background-color: var(--brand-dark);
  border-radius: 8px;
}

.news-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand-primary);
}

.news-list dt {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.news-list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 5px;
  height: 1.1em;
  background-color: var(--brand-primary);
  border-radius: 3px;
}

.news-list dd {
  margin: 0 0 12px 16px;
}

/*記事リストの文にリンクを挿入する場合に使用
.news-list a {
  color: var(--brand-dark);
  text-decoration: none;
}

.news-list a:hover {
  text-decoration: underline;
}
*/

/* ===================================================================
   製品概要
   ================================================================== */

/*製品概要ヒーロー*/
.product-hero-section {
  position: relative;
  padding: 4rem 0;
  background-color: var(--brand-dark);
  /* フォールバック背景色 */
}

.product-hero-overlay {
  display: none;
}

.product-hero-lead {
  font-size: 16px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

/* ===================================================================
   RLC Pro ファミリー タブ
   =================================================================== */

.rlc-family-section {
  --rlc-family-tab-width: 520px;
}

.rlc-family-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid #555555;
  max-width: var(--rlc-family-tab-width);
  margin-left: auto;
  margin-right: auto;
}

.rlc-family-tabs .nav-item {
  flex: 1 1 50%;
  text-align: center;
}

.rlc-family-tabs .nav-link {
  width: 100%;
  color: var(--brand-text-light);
  background-color: transparent;
  border: none;
  border-bottom: 3px solid var(--brand-text-light);
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-weight: 600;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.rlc-family-tabs .nav-link:hover {
  color: var(--brand-text);
  border-bottom: 3px solid var(--brand-text);
}

.rlc-family-tabs .nav-link.active {
  color: var(--brand-primary) !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 3px solid var(--brand-primary) !important;
}

@media (max-width: 576px) {
  .rlc-family-tabs {
    max-width: 100%;
  }

  .rlc-family-tabs .nav-link {
    font-size: 0.85rem;
    padding: 0.65rem 0.5rem;
  }
}

.rlc-family-tab-content {
  margin-top: 2.5rem;
}

/* 商用サブスクリプションカード */

.product-card {
  color: var(--brand-text);
  border: 2px solid #555555;
  border-radius: 8px;
  padding: 1.6rem 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  background-color: #00000041;
  box-shadow:
    0 16px 28px -12px rgba(18, 166, 111, 0.42),
    12px 8px 26px -20px rgba(18, 166, 111, 0.35),
    -12px 8px 26px -20px rgba(18, 166, 111, 0.35);
}

.product-logo-wrap {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
}

.product-logo {
  height: 36px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.list-checked li {
  position: relative;
  padding-left: 1.6em;
  list-style: none;
}

.list-checked li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-color: var(--brand-primary);
  /* ← ここで色を自由に変更可能 */
  mask-image: url('../images/icon-rlc-check.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
}

/* オープンソース (無償)カード / 単一配置用ラッパー */

.product-note {
  color: var(--brand-text-light) !important;
  font-size: 0.85rem;
  line-height: 1.7;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

/* ===================================================================
   RLC Edition Comparison
   =================================================================== */

.edition-comparison-section {
  color: var(--brand-text);
}

.comparison-table-wrap {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 1120px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--brand-text);
  font-size: 0.92rem;
}

/* 一番左の項目列 */
.feature-col {
  width: 220px;
}

/* Rocky Linux 列 */
.rocky-col {
  width: 170px;
}

/* RLC+ / RLC Pro / Hardened / AI の列 */
.product-col {
  width: 170px;
}

/* RLC Pro Hardened の列 */
.pro-hardened-col {
  width: 210px;
}

/* セル共通 */
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

/* 最後の列の右線を消す */
.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: none;
}

/* ヘッダー行 */
.comparison-table thead th {
  background-color: var(--brand-dark);
  color: var(--brand-text);
  font-weight: 700;
  line-height: 1.5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.comparison-table thead th span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-text-light);
}

/* 左端の項目列 */
.comparison-table tbody th {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  width: auto;
}

/* 行ごとに背景色を分ける */
.comparison-table tbody tr:nth-child(odd) th,
.comparison-table tbody tr:nth-child(odd) td {
  background-color: var(--brand-secondary);
}

.comparison-table tbody tr:nth-child(even) th,
.comparison-table tbody tr:nth-child(even) td {
  background-color: var(--brand-dark);
}

/* 行の間に少しだけ区切り感を出す */
.comparison-table tbody tr th,
.comparison-table tbody tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* 製品ロゴ */


/* 「―」の見え方 */
.comparison-table td {
  font-weight: 600;
}

/* CTA */


/* ===================================================================
   Ecosystem Detail Cards
   =================================================================== */



/* ===================================================================
   Planページ
   =================================================================== */

/*SLA 応答時間*/

/*製品別サポート プラン*/
.support-plan-table-section {
  color: var(--brand-text);
}

.support-plan-table-wrap {
  max-width: 1120px;
  margin: 0 auto;
  overflow-x: auto;
  border: 2px solid #555555;
}

.support-plan-table {
  width: 100%;
  min-width: 1150px;
  border-collapse: collapse;
  color: var(--brand-text);
  font-size: 0.95rem;
}

.support-plan-table th,
.support-plan-table td {
  border: 1px solid #555555;
  padding: 1.1rem 1rem;
  text-align: center;
  vertical-align: middle;
}

.support-plan-table thead th {
  color: var(--brand-text);
  font-weight: 700;
}

.support-plan-table tbody th {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.03);
  font-weight: 700;
}

.support-plan-table tbody td {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 600;
}

/* Premium サポート列を少し強調 */
.support-plan-table tbody td:nth-child(4),
.support-plan-table thead th:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* 製品列 */
.support-product-col {
  width: 44%;
}

/* 製品ロゴ */
.support-product-logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.support-product-logos span {
  color: var(--brand-text-light);
  font-weight: 700;
}

.support-product-logo {
  height: 28px;
  width: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  flex-shrink: 0;
}

.support-product-logo-wide {
  height: 28px;
  max-width: none;
}

.support-product-logos-multiple {
  gap: 1.5rem;
}

.support-product-logos-multiple .support-product-logo {
  height: 28px;
  width: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  flex-shrink: 0;
}

/* 「含まれる」バッジ */

/* スマホ表示 */
@media (max-width: 768px) {
  .support-plan-table {
    min-width: 1100px;
  }

  .support-product-logo,
  .support-product-logo-wide,
  .support-product-logos-multiple .support-product-logo {
    height: 24px;
  }
}

/* ===================================================================
   Support Combo Cards - サポートプランの構成（製品＋サポートの組み合わせ）
   =================================================================== */

.support-combo-row {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.support-combo-product {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 0.8rem 1rem;
  background-color: var(--brand-primary);
  color: var(--brand-text-dark);
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
}

.support-combo-product img {
  max-height: 40px;
}

.support-combo-plus {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0.65rem 0;
}

.support-combo-support {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 2.2rem;
  padding: 0.75rem 1rem;
  border: 2px solid #777777;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
}

.support-combo-premium {
  background-color: rgba(255, 255, 255, 0.12);
}

.support-combo-list {
  color: var(--brand-text);
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.support-combo-list li {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 0.2rem;
}

/* ===================================================================
   Contact Page - お問い合わせ
   =================================================================== */

.contact-section {
  background-color: var(--brand-dark);
  color: var(--brand-text);
}

.contact-info-card {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem;
  color: var(--brand-text);
  background-color: var(--brand-dark);
  border: 2px solid #777777;
  border-radius: 4px;

  /* 上線ではなく、左右と下側を中心に薄く光らせる */
  box-shadow:
    0 16px 28px -12px rgba(1, 185, 117, 0.349),
    14px 8px 26px -20px rgba(18, 166, 111, 0.28),
    -14px 8px 26px -20px rgba(18, 166, 111, 0.28);
}

.contact-card-title {
  color: var(--brand-text);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-step-list {
  padding-left: 1.4rem;
  margin-bottom: 0;
}

.contact-step-list li {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}

.contact-card-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  margin: 1.75rem 0;
}

.contact-card-lead {
  color: var(--brand-text);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.contact-info-group {
  border: 1px solid #555555;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.03);
}

.contact-info-group h4 {
  color: var(--brand-primary);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.contact-info-group ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-info-group li {
  position: relative;
  padding-left: 1rem;
  color: var(--brand-text);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.3rem;
}

.contact-info-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  background-color: var(--brand-primary);
  border-radius: 50%;
}


/* ===================================================================
   CIQ FEATURE CARD - 共通の機能・課題紹介カード
   =================================================================== */
.feature-card {
  width: 100%;
  padding: 1.5rem 1.25rem;
  border: 2px solid #555555;
  border-radius: 8px;
  background-color: transparent;
  color: var(--brand-text);

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  border-color: var(--brand-primary);
  box-shadow: 0 0 12px rgba(18, 166, 111, 0.3);
}

.feature-card-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.85rem;
  height: 48px;
  /* アイコンサイズの違いを吸収し、垂直配置を安定させます */
}

.feature-card-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  color: var(--brand-primary);
}

.feature-card-warning .feature-card-icon {
  color: #b54708;
}

.feature-card-warning:hover {
  border-color: #b54708;
  box-shadow: 0 0 12px rgba(181, 71, 8, 0.3);
}

.feature-card-title {
  color: var(--brand-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.45rem;
}

.feature-card-text {
  color: var(--brand-text-light);
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
}

.circle-check {
  color: var(--brand-primary);
}

.detail-toggle::after {
  content: " (表示)";
}

.detail-toggle[aria-expanded="true"]::after {
  content: " (非表示)";
}

/* ===================================================================
   共通リファクタリング用新規スタイル
   ================================================================== */

/* A. スタッツカード (.stats-card) */
.stats-row {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.stats-card .stats-number {
  color: var(--brand-primary);
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stats-card .stats-label {
  color: var(--brand-text);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stats-card .stats-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* B. 共通製品カード (.product-card) の子孫セレクター定義 */
.product-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.product-card .card-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.product-card .card-lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.product-card p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.product-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.85rem;
}

/* C. 比較表ヘッダーのロゴ画像用の外枠ラッパー & 画像サイズ */
.table-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}

.table-logo-wrap img {
  height: 27px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

/* D. 共通インラインスタイルのCSSクラス化 */
.hero-container-relative {
  position: relative;
  z-index: 1;
}

.hero-brand-logo {
  /*max-width: 180px;*/
  max-height: 50px;
}

.feature-brand-logo {
  max-width: 190px;
}

/* E. サポートプランカード専用のモディファイアとハイライト */
.product-card.support-plan-premium {
  background-color: rgba(255, 255, 255, 0.08);
}

.product-card.support-plan-premium:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.support-plan-highlight {
  color: var(--brand-light);
  font-weight: 700;
}

/* F. RLC Pro 各エディション独自タグのバッジカラー */
.badge-hardened {
  background-color: #3b82f6 !important;
  /* セキュリティ/堅牢化を表すブルー */
  color: var(--brand-text) !important;
}

.badge-ai {
  background-color: #a855f7 !important;
  /* 近未来/知性を表すパープル */
  color: var(--brand-text) !important;
}


/* ===================================================================
   Fuzzball Page - Fuzzball ワークフローセクション
   =================================================================== */

.fuzz-static-workflow-section {
  color: var(--brand-text);
}


.fuzz-static-workflow-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: start;
  margin-bottom: 3rem;
}

.fuzz-static-workflow-step {
  width: 100%;
  justify-self: end;
}

.fuzz-static-step-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 0.8rem;
}

.fuzz-static-number {
  color: var(--brand-text-light);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.fuzz-static-title {
  color: var(--brand-text);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.fuzz-static-text {
  color: var(--brand-text-light);
  line-height: 1.9;
  margin: 0;
  padding-top: 1rem;
}

.fuzz-static-image-panel {
  width: 100%;
  max-width: 520px;
  justify-self: start;
  aspect-ratio: 6 / 4;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fuzz-static-image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .fuzz-static-workflow-row {
    display: block;
    margin-bottom: 3rem;
  }

  .fuzz-static-image-panel {
    max-width: none;
    width: 100%;
    margin-top: 1.25rem;
  }
}

/* ===================================================================
   News List (最新情報)
   =================================================================== */
.news-list {
  max-width: 800px;
  margin: 0 auto 3rem auto;
  text-align: left;
}

.news-list-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.news-list-item:last-child {
  border-bottom: none;
}

.news-list dt {
  font-weight: 600;
  color: var(--brand-text-light);
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.news-list dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--brand-primary);
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 5px;
  flex-shrink: 0;
}

.news-list dd {
  margin: 0;
}

@media (max-width: 575.98px) {
  .news-list-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .news-list dt {
    padding-bottom: 0.2rem;
  }
}

/* ===================================================================
   Scroll to Top Button
   =================================================================== */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--brand-primary);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background-color: var(--brand-light);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 575.98px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

/* ===================================================================
   CTA Section
   =================================================================== */
.final-cta-section {
  background-image: linear-gradient(rgba(19, 22, 27, 0.7), rgba(19, 22, 27, 0.7)), url('https://ciq.com/6ac405c59385558d759f60acde190b03.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff !important;
}

/* ===================================================================
   END OF STYLESHEET
   ================================================================== */
/*
   カスタマイズのヒント (Customization Tips):

   1. 色を変更する場合
      When changing colors:
      → 一番上の「COLOR SCHEME」セクションを編集してください
         Edit the "COLOR SCHEME" section at the top

   2. 余白を調整する場合
      When adjusting spacing:
      → 「SPACING ADJUSTMENTS」セクションを編集してください
         Edit the "SPACING ADJUSTMENTS" section

   3. 新しいスタイルを追加する場合
      When adding new styles:
      → このファイルの最後に追加してください
         Add them at the end of this file
      → コメントで説明を必ず書いてください
         Always add comments explaining the purpose

   参考資料 (References):
   - Bootstrap 5 Documentation: https://getbootstrap.com/docs/5.0/
   - CSS Variables: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties

   質問がある場合は、開発チームに相談してください
   If you have questions, consult with the development team
*/