/* ===================================================================
   DMM FX 詳細ページ専用スタイル
   Base: design-tokens.css (gaitame-com共通構造を流用)
   =================================================================== */

/* ---------- DMM FX ブランドカラー オーバーライド ---------- */
body.dmm-page {
  --co-primary: #0e5abd;          /* DMM FX ブルー */
  --co-primary-deep: #084292;     /* ディープブルー */
  --co-accent: #e11932;           /* アクセントレッド */
  --co-accent-light: #fdecef;
  --co-primary-tint: #e8f1fa;
  --co-primary-tint-2: #d5e5f5;
}

/* DIGEST: アイコンは --1〜--5 の個別カラーを使用（gaitame-com と統一） */

/* S11 vs-gaitame: 明背景用の g-matrix オーバーライド
   (.g-matrix は本来 .g-ailab-sec の暗背景前提。#vs-gaitame は明背景のため上書き) */
body.dmm-page #vs-gaitame .g-matrix {
  background: #fafbfc;
  border: 1px solid var(--ex-line);
}
body.dmm-page #vs-gaitame .g-matrix th,
body.dmm-page #vs-gaitame .g-matrix td {
  border-bottom: 1px solid var(--ex-line);
}
body.dmm-page #vs-gaitame .g-matrix th {
  color: var(--ex-text);
  background: var(--co-primary-tint);
}
body.dmm-page #vs-gaitame .g-matrix td {
  color: var(--ex-text);
}
body.dmm-page #vs-gaitame .g-matrix tbody tr:nth-child(even) td {
  background: rgba(14,90,189,0.04);
}
body.dmm-page #vs-gaitame .g-matrix td:first-child {
  color: var(--ex-text);
  background: var(--co-accent-light);
}
body.dmm-page #vs-gaitame .g-matrix tbody tr:nth-child(even) td:first-child {
  background: #fbdce1;
}
body.dmm-page #vs-gaitame .g-matrix .is-o { color: #0e8a3a; }
body.dmm-page #vs-gaitame .g-matrix .is-r { color: #d4730b; }

/* 世界1位インフォグラフィック (右カラム sidebox) */
.g-world-no1 {
  background: linear-gradient(180deg, #fffdf5 0%, #fff9e6 100%);
  border: 1px solid #f5c518;
  border-radius: 14px;
  padding: 18px 18px 14px;
  margin: 20px 0;
  box-shadow: 0 4px 14px rgba(245,197,24,0.12);
}
.g-world-no1__head {
  font-size: 13px;
  font-weight: 800;
  color: #1a1f2e;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.g-world-no1__rank {
  font-size: 22px;
  font-weight: 900;
  color: #b88a00;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  line-height: 1.1;
}
.g-world-no1__year {
  background: #fff;
  border: 1px solid #f3e5a8;
  border-radius: 10px;
  padding: 10px 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.g-world-no1__year-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 4px;
  text-align: center;
}
.g-world-no1__year-item + .g-world-no1__year-item {
  border-left: 1px dashed #f3e5a8;
}
.g-world-no1__year-num {
  font-family: var(--ex-font-num);
  font-size: 13px;
  font-weight: 800;
  color: #7a6a2a;
  letter-spacing: 0.02em;
  line-height: 1;
}
.g-world-no1__year-l {
  font-size: 13px;
  font-weight: 800;
  color: #1a1f2e;
  line-height: 1.15;
}
.g-world-no1__year-l b {
  font-size: 14px;
  color: #1a1f2e;
}
.g-world-no1__source {
  font-size: 10px;
  color: #7a6a2a;
  text-align: center;
  margin: 8px 0 0;
  letter-spacing: 0.02em;
}
.g-world-no1__medal {
  font-size: 28px;
  display: block;
  margin-bottom: 4px;
}
.g-world-no1__label {
  font-size: 15px;
  font-weight: 800;
  color: #1a1f2e;
}

/* 取引応援ポイント ランクバッジ */
.g-point-rank {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
}
.g-point-rank--bronze { background: #cd7f32; }
.g-point-rank--silver { background: #c0c0c0; color: #1a1f2e; }
.g-point-rank--gold   { background: #ffd700; color: #1a1f2e; }

/* 取引応援ポイント ランク表 */
.g-point-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.g-point-table th,
.g-point-table td {
  padding: 10px 12px;
  border: 1px solid var(--ex-line);
  text-align: left;
}
.g-point-table th {
  background: var(--co-primary-tint);
  color: var(--co-primary-deep);
  font-weight: 700;
}
.g-point-table tbody tr:nth-child(even) { background: #fafbfd; }

/* DMMロゴ強調(企業情報セクション) */
body.dmm-page .g-company-logo {
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid var(--ex-line);
  display: inline-block;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 760px) {
  .g-world-no1 { padding: 14px 14px 12px; }
  .g-world-no1__rank { font-size: 20px; }
  .g-world-no1__year { padding: 8px 4px; }
  .g-world-no1__year-num { font-size: 12px; }
  .g-world-no1__year-l { font-size: 12px; }
  .g-world-no1__medal { font-size: 22px; }
  .g-world-no1__label { font-size: 13px; }
  .g-point-table th,
  .g-point-table td { padding: 8px 6px; font-size: 12px; }
}

/* ===================================================================
   以下、gaitame-com共通構造(design-tokens.css ベース)
   =================================================================== */

/* ---------- Header ---------- */
.g-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--ex-line);
}
.g-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px; gap: 16px;
}
.g-header__brand { display: flex; align-items: baseline; gap: 8px; text-decoration: none; }
.g-header__brand:hover,
.g-header__brand:hover .g-header__logo,
.g-header__brand:hover .g-header__tagline { text-decoration: none; }
.g-header__logo { font-family: var(--ex-font-serif); font-size: 20px; font-weight: 900; color: var(--ex-ink); letter-spacing: 0.05em; }
.g-header__tagline { font-size: 11px; color: var(--ex-muted); letter-spacing: 0.1em; }
.g-header__nav { display: flex; gap: 20px; }
.g-header__nav a { color: var(--ex-ink-2); font-size: 13px; font-weight: 600; text-decoration: none; }
.g-header__nav a:hover { color: var(--co-primary); }
.g-bread {
  padding: 8px 20px; font-size: 12px; color: var(--ex-muted);
  border-top: 1px solid var(--ex-line-soft);
  display: flex; align-items: center; gap: 8px;
}
.g-bread a { color: var(--ex-muted); }
@media (max-width: 760px) {
  .g-header__nav { display: none; }
}

/* ---------- HERO ---------- */
.g-hero {
  background: linear-gradient(180deg, var(--co-tint) 0%, #fff 100%);
  padding: var(--ex-sp-8) 0 var(--ex-sp-7);
  position: relative; overflow: hidden;
}

/* hero brand logo lockup */
.g-hero__brand-mark {
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--ex-line);
}
.g-hero__brand-mark img {
  max-width: 100%; height: auto;
  width: 260px;
  display: block;
}

/* hero campaign banner (replaces mockup) */
.g-hero__banner {
  display: block; position: relative;
  box-shadow: 0 16px 40px rgba(26,31,46,0.12);
  transition: transform .2s ease, box-shadow .2s ease;
  max-width: 300px; margin: 0 auto;
  line-height: 0;
}
.g-hero__banner:hover { transform: translateY(-1px); box-shadow: 0 20px 48px rgba(26,31,46,0.18); }
.g-hero__banner img { display: block; width: 100%; height: auto; }
.g-hero__banner-note {
  text-align: center; font-size: 11px; color: var(--ex-muted); margin-top: 8px;
}

/* ---------- Ad strip (728x90 / 468x60) ---------- */
.g-adstrip {
  padding: 20px 0;
  background: var(--ex-bg-soft);
  border-top: 1px solid var(--ex-line);
  border-bottom: 1px solid var(--ex-line);
}
.g-adstrip--sm { padding: 16px 0; background: transparent; border: 0; }
.g-adstrip__link {
  display: block; text-align: center; position: relative;
  max-width: 728px; margin: 0 auto;
  transition: opacity .2s ease;
}
.g-adstrip--sm .g-adstrip__link { max-width: 468px; }
.g-adstrip__link:hover { opacity: 0.85; }
.g-adstrip__link img {
  max-width: 100%; height: auto;
  border-radius: 4px;
  border: 1px solid var(--ex-line);
}
.g-adstrip__pr {
  position: absolute; top: -8px; left: 50%; transform: translateX(-50%);
  background: var(--ex-muted); color: #fff;
  padding: 2px 10px; border-radius: 3px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em;
  z-index: 2;
}

/* ---------- Verdict banner ---------- */
.g-verdict__banner {
  display: block; margin: 20px auto 0;
  max-width: 300px;
  position: relative;
  box-shadow: var(--ex-sh-md);
  transition: transform .2s ease;
  line-height: 0;
}
.g-verdict__banner:hover { transform: translateY(-1px); }
.g-verdict__banner img { display: block; width: 100%; height: auto; }

/* ---------- Sticky CTA banner ---------- */
.g-sticky-cta__banner {
  display: block; text-align: center;
  max-width: 320px; margin: 0 auto;
  transition: transform .15s ease;
}
.g-sticky-cta__banner:hover { transform: none; }
.g-sticky-cta__banner img {
  width: 100%; max-width: 320px; height: auto;
  display: block; margin: 0 auto;
  border-radius: 4px;
}

/* ---------- Company logo ---------- */
.g-company-logo {
  padding: 16px 20px; margin-bottom: 16px;
  background: #fff; border: 1px solid var(--ex-line); border-radius: var(--ex-r-md);
  display: flex; align-items: center; justify-content: center;
}
.g-company-logo img { max-width: 100%; height: auto; }
.g-hero::before {
  content: ""; position: absolute; top: -60px; right: -60px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,0.08), transparent 70%);
  pointer-events: none;
}
.g-hero__grid {
  display: grid; grid-template-columns: 1.2fr 0.9fr;
  gap: var(--ex-sp-7); align-items: center;
  position: relative;
}
.g-hero__kicker { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--ex-muted); letter-spacing: 0.1em; margin-bottom: 12px; }
.g-hero__pr { background: var(--ex-pr); color: #fff; padding: 2px 8px; border-radius: 3px; font-weight: 700; }
.g-hero__title {
  font-family: var(--ex-font-serif); font-weight: 900;
  font-size: var(--ex-fs-hero); line-height: 1.2;
  margin: 0 0 20px;
}
.g-hero__title-em {
  color: var(--co-primary); position: relative; display: inline-block;
  padding: 0 6px;
}
.g-hero__title-em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 10px;
  background: rgba(200,16,46,0.15); z-index: -1;
}
.g-hero__title-date { display: block; font-size: 0.5em; color: var(--ex-muted); font-weight: 500; margin-top: 4px; letter-spacing: 0.05em; }
.g-hero__lead { font-size: var(--ex-fs-lead); font-weight: 700; color: var(--ex-ink); margin-bottom: 16px; line-height: 1.6; }
.g-hero__desc { font-size: 15px; line-height: 1.85; }
.g-hero__desc--note { font-size: 13px; color: var(--ex-muted); padding-top: 8px; border-top: 1px dashed var(--ex-line); }
.g-hero__desc b { color: var(--co-primary-deep); font-weight: 700; }
.g-hero__desc em { font-style: normal; background: linear-gradient(transparent 60%, rgba(212,167,44,0.4) 60%); font-weight: 700; }

.g-hero__card {
  margin-top: var(--ex-sp-5);
  background: #fff; border-radius: var(--ex-r-lg);
  padding: 20px;
  box-shadow: var(--ex-sh-md);
  border: 1px solid var(--ex-line);
}
.g-hero__card-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 12px; border-bottom: 1px dashed var(--ex-line);
  margin-bottom: 12px; flex-wrap: wrap; gap: 8px;
}
.g-hero__rating { display: flex; align-items: baseline; gap: 8px; }
.g-hero__rating-num {
  font-family: var(--ex-font-num); font-weight: 800; font-size: 24px; color: var(--ex-ink);
}
.g-hero__rating-num span { font-size: 12px; color: var(--ex-muted); font-weight: 500; }
.g-hero__spec {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px; padding: 8px 0 16px;
}
.g-hero__spec .ex-stat__val { font-size: 22px; color: var(--co-primary-deep); }
.g-hero__cta { width: 100%; }
.g-hero__cta-note {
  text-align: center; font-size: 12px; color: var(--ex-muted); margin-top: 10px;
}
.g-hero__cta-note b { color: var(--co-primary); font-size: 14px; }

.g-hero__visual { position: relative; }
.g-hero__viz-card {
  background: linear-gradient(145deg, #1a1f2e 0%, #2c3444 100%);
  border-radius: var(--ex-r-xl); padding: 20px;
  box-shadow: 0 20px 50px rgba(26,31,46,0.25);
  color: #fff;
}
.g-hero__viz-label { font-size: 12px; letter-spacing: 0.08em; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.g-hero__viz-dash {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px;
  background: #0d1220; border-radius: var(--ex-r-md); padding: 14px;
}
.viz-chart { }
.viz-chart__head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; font-size: 13px; }
.viz-chart__pair { color: rgba(255,255,255,0.6); }
.viz-chart__rate { font-family: var(--ex-font-num); font-size: 22px; font-weight: 800; color: #fff; }
.viz-chart__rate small { font-weight: 400; }
.viz-chart__diff--up { color: #34d399; font-size: 12px; }
.viz-chart__svg { width: 100%; height: 100px; }
.viz-side { display: flex; flex-direction: column; gap: 8px; }
.viz-tile {
  background: rgba(255,255,255,0.05); border-radius: 6px;
  padding: 8px 10px; display: flex; flex-direction: column; gap: 2px;
  border: 1px solid rgba(255,255,255,0.08);
}
.viz-tile__lbl { font-size: 10px; color: rgba(255,255,255,0.5); letter-spacing: 0.05em; }
.viz-tile__emo { font-size: 20px; line-height: 1; }
.viz-tile__txt { font-size: 11px; color: #fff; font-weight: 600; }
.viz-orderbook { display: flex; flex-direction: column; gap: 3px; margin-top: 4px; }
.viz-orderbook span {
  height: 4px; border-radius: 2px;
  background: #b53131;
}
.g-hero__viz-caption { font-size: 10px; color: rgba(255,255,255,0.5); margin-top: 10px; }

.g-hero__cam-badge {
  position: absolute; top: -8px; right: -8px;
  background: linear-gradient(145deg, var(--ex-crown) 0%, var(--ex-crown-deep) 100%);
  color: #fff; padding: 14px 18px;
  border-radius: 50%; width: 120px; height: 120px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  box-shadow: 0 8px 20px rgba(164,126,21,0.35);
  transform: rotate(-8deg);
  border: 3px solid #fff;
}
.g-hero__cam-label { font-size: 9px; letter-spacing: 0.15em; opacity: 0.9; }
.g-hero__cam-val { font-size: 13px; font-weight: 800; line-height: 1.15; margin: 2px 0; }
.g-hero__cam-sub { font-size: 9px; opacity: 0.9; line-height: 1.2; }

@media (max-width: 900px) {
  .g-hero__grid { grid-template-columns: 1fr; gap: var(--ex-sp-6); }
  .g-hero__cam-badge { top: -4px; right: 10px; width: 100px; height: 100px; }
  .g-hero__spec { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .g-hero__title { font-size: 30px; }
  .g-hero__card { padding: 16px; }
  .g-hero__cam-badge { width: 90px; height: 90px; padding: 10px; }
  .g-hero__cam-val { font-size: 11px; }
}

/* ---------- 5 Second Digest ---------- */
.g-digest {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.g-digest__item {
  background: #fff; border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-lg);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.g-digest__item:hover { transform: translateY(-1px); box-shadow: var(--ex-sh-md); border-color: var(--co-primary-soft); }
.g-digest__link {
  display: block;
  padding: 20px 14px;
  color: inherit;
  text-decoration: none;
}
.g-digest__link:hover { text-decoration: none; color: inherit; }
.g-digest__item:hover .g-digest__label { color: var(--co-primary); }
.g-digest__icon {
  width: 56px; height: 56px; margin: 0 auto 12px;
  background: var(--co-primary);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 6px 14px rgba(14,90,189,0.2);
}
.g-digest__icon--2 { background: #f0a040; box-shadow: 0 6px 14px rgba(217,122,12,0.2); }
.g-digest__icon--3 { background: #1e5aa8; box-shadow: 0 6px 14px rgba(20,61,117,0.2); }
.g-digest__icon--4 { background: #e04b4b; box-shadow: 0 6px 14px rgba(181,49,49,0.2); }
.g-digest__icon--5 { background: #4a6cf7; box-shadow: 0 6px 14px rgba(43,75,219,0.2); }
.g-digest__icon svg { width: 28px; height: 28px; }
.g-digest__label { font-size: 14px; font-weight: 700; color: var(--ex-ink); margin-bottom: 6px; }
.g-digest__txt { font-size: 12px; color: var(--ex-muted); line-height: 1.6; margin: 0; }
.g-digest__txt b { color: var(--ex-ink); font-weight: 700; }

@media (max-width: 900px) {
  .g-digest { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .g-digest { grid-template-columns: 1fr 1fr; gap: 10px; }
  .g-digest__item { padding: 14px 10px; }
}

/* ---------- Quiz ---------- */
.g-quiz {
  background: #fff; border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-lg); padding: 28px;
  box-shadow: var(--ex-sh-md);
}
.g-quiz__progress {
  display: flex; gap: 6px; margin-bottom: 20px;
}
.g-quiz__progress span {
  flex: 1; height: 4px; background: var(--ex-line-soft); border-radius: 2px;
}
.g-quiz__progress span.is-active { background: var(--co-primary); }
.g-quiz__q {
  font-size: 18px; font-weight: 700; color: var(--ex-ink);
  margin-bottom: 20px;
}
.g-quiz__qn { color: var(--co-primary); font-size: 13px; letter-spacing: 0.1em; display: block; margin-bottom: 6px; }
.g-quiz__opts { display: flex; flex-direction: column; gap: 10px; }
.g-quiz__opt {
  display: block; text-align: left;
  background: var(--ex-bg-soft); border: 2px solid transparent;
  padding: 14px 18px; border-radius: var(--ex-r-md);
  cursor: pointer; font-size: 14px; color: var(--ex-ink);
  font-family: inherit; transition: all .15s ease;
}
.g-quiz__opt:hover { border-color: var(--co-primary); background: var(--co-primary-soft); }
.g-quiz__result {
  padding: 24px; text-align: center;
}
.g-quiz__badge {
  display: inline-block;
  padding: 8px 20px;
  background: var(--ex-crown);
  color: #fff; border-radius: 999px; font-size: 14px; font-weight: 700;
  margin-bottom: 16px;
}
.g-quiz__match { font-size: 48px; font-weight: 900; font-family: var(--ex-font-num); color: var(--co-primary); line-height: 1; }
.g-quiz__match small { font-size: 16px; color: var(--ex-muted); font-weight: 400; }
.g-quiz__result h3 { font-size: 22px; margin: 16px 0 8px; }
.g-quiz__result p { font-size: 14px; color: var(--ex-muted); margin-bottom: 16px; }
.g-quiz__reset { background: none; border: 1px solid var(--ex-line); padding: 8px 16px; border-radius: var(--ex-r-md); font-size: 12px; color: var(--ex-muted); cursor: pointer; }

/* ---------- Spec Table ---------- */
.g-spec-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--ex-r-md);
  border: 1px solid var(--ex-line);
}
.g-spec-table {
  width: 100%; border-collapse: collapse;
  background: #fff; min-width: 600px;
}
.g-spec-table th,
.g-spec-table td {
  padding: 12px 16px; text-align: left;
  border-bottom: 1px solid var(--ex-line);
  font-size: 14px;
}
.g-spec-table th {
  background: var(--ex-bg-soft);
  font-weight: 700; color: var(--ex-ink);
  font-size: 13px;
}
.g-spec-table__brand {
  background: var(--co-primary-soft);
  font-weight: 700; color: var(--co-primary-deep) !important;
}
.g-spec-table__hi td { background: var(--co-primary-soft); }
.g-spec-table tbody tr:hover { background: var(--ex-bg-soft); }
.g-spec-table tbody tr:last-child td { border-bottom: 0; }
.g-spec-table--compact th, .g-spec-table--compact td { padding: 10px 14px; }

.g-rank {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 24px; height: 24px; padding: 0 6px;
  border-radius: 6px; font-weight: 700; font-size: 12px;
}
.g-rank--a { background: rgba(31,138,92,0.1); color: var(--ex-good); }
.g-rank--b { background: rgba(30,90,168,0.1); color: var(--ex-blue); }
.g-rank--c { background: rgba(201,99,11,0.1); color: var(--ex-warn); }

.g-compare-table { min-width: 720px; }
.g-compare-table th { font-size: 12px; }
.g-compare-note { margin-top: 16px; }

/* ---------- Feature block ---------- */
.g-feat {
  background: #fff; border-radius: var(--ex-r-xl); padding: 40px;
  margin-bottom: 32px; box-shadow: var(--ex-sh-sm);
  border: 1px solid var(--ex-line);
}
.g-feat__head { text-align: center; margin-bottom: 28px; border-bottom: 1px solid var(--ex-line); padding-bottom: 20px; position: relative; }
.g-feat__num {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-feature-settings: 'tnum';
  font-size: 13px; font-weight: 700;
  color: #c9a227; letter-spacing: 0.2em;
  display: inline-block; padding: 0;
  background: transparent; border: 0; border-radius: 0;
  margin-bottom: 10px;
}
.g-feat__title { font-size: 28px; margin: 0 0 8px; font-weight: 800; }
.g-feat__sub { color: var(--ex-muted); font-size: 14px; margin: 0; }
.g-feat__grid {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: var(--ex-sp-6); align-items: start;
}
.g-feat__body p { font-size: 15px; line-height: 1.85; }
.g-feat__body b { color: var(--ex-ink); font-weight: 700; }
.g-feat__body em { font-style: normal; font-weight: 700; color: var(--co-primary); }
.g-feat__list { margin: 20px 0; padding: 16px 20px; background: var(--ex-bg-soft); border-radius: var(--ex-r-md); }
.g-feat__list h4 { font-size: 14px; margin: 0 0 12px; color: var(--co-primary); }
.g-feat__list ul { margin: 0; padding-left: 20px; }
.g-feat__list li { font-size: 13px; line-height: 1.8; color: var(--ex-ink-2); }
.g-feat__emph {
  background: linear-gradient(transparent 60%, rgba(212,167,44,0.35) 60%);
  display: inline-block; font-weight: 700; color: var(--ex-ink); font-size: 15px;
}
.g-feat__h4 { font-size: 18px; color: var(--ex-ink); margin: var(--ex-sp-5) 0 var(--ex-sp-3); padding-left: 12px; border-left: 4px solid var(--co-primary); }
.g-feat__bullet { list-style: none; padding: 0; }
.g-feat__bullet li { padding: 10px 0 10px 28px; border-bottom: 1px dashed var(--ex-line); position: relative; font-size: 14px; }
.g-feat__bullet li::before { content: "▶"; position: absolute; left: 8px; top: 12px; color: var(--co-primary); font-size: 10px; }
.g-feat__bullet li:last-child { border-bottom: 0; }
.g-feat__bullet li b { color: var(--ex-ink); font-weight: 700; }
.g-feat__bullet--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.g-feat__small { font-size: 12px; color: var(--ex-muted); line-height: 1.7; }
.g-feat__intro { margin-bottom: 24px; font-size: 15px; line-height: 1.85; }

@media (max-width: 820px) {
  .g-feat { padding: 24px 20px; }
  .g-feat__grid { grid-template-columns: 1fr; }
  .g-feat__title { font-size: 22px; }
  .g-feat__bullet--2col { grid-template-columns: 1fr; }
}

/* ---------- Soken info (機能①) ---------- */
.g-soken-info {
  background: linear-gradient(145deg, #143d75 0%, #1e5aa8 100%);
  border-radius: var(--ex-r-lg); padding: 24px; color: #fff;
  box-shadow: 0 10px 30px rgba(30,90,168,0.25);
}
.g-soken-info__head { display: flex; align-items: center; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.15); margin-bottom: 16px; }
.g-soken-info__logo { width: 48px; height: 48px; background: rgba(255,255,255,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.g-soken-info__logo svg { width: 28px; height: 28px; }
.g-soken-info__sub {
  display: inline-block;
  font-size: 10px; font-weight: 800; letter-spacing: 0.2em;
  color: var(--ex-crown);
  background: rgba(212,167,44,0.14);
  padding: 3px 8px;
  border: 1px solid rgba(212,167,44,0.5);
  border-radius: 3px;
  margin-bottom: 6px;
}
.g-soken-info__ttl { font-weight: 800; font-size: 18px; line-height: 1.2; }
.g-soken-info__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; text-align: center; }
.g-soken-info__stats > div { padding: 12px 4px; background: rgba(255,255,255,0.08); border-radius: 8px; }
.g-soken-info__n { display: block; font-family: var(--ex-font-num); font-weight: 800; font-size: 22px; color: #fff; line-height: 1; }
.g-soken-info__n small { font-size: 11px; font-weight: 500; opacity: 0.7; margin-left: 2px; }
.g-soken-info__l { display: block; font-size: 10px; color: rgba(255,255,255,0.7); margin-top: 4px; }
.g-soken-info__cap { font-size: 10px; color: rgba(255,255,255,0.5); margin-top: 12px; }

/* ---------- Pitanko split (機能②) ---------- */
.g-pitan-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin: 20px 0 24px;
}
.g-pitan-card {
  background: var(--ex-bg-soft); border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-lg); padding: 20px;
}
.g-pitan-card__head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px; }
.g-pitan-card__tag { font-size: 10px; background: var(--co-primary); color: #fff; padding: 2px 8px; border-radius: 3px; letter-spacing: 0.05em; }
.g-pitan-card__head h4 { margin: 0; font-size: 18px; }
.g-pitan-card p { font-size: 13px; line-height: 1.7; }

.g-pitan-panel {
  background: #fff; border: 1px solid var(--ex-line); border-radius: 8px;
  padding: 8px; margin: 12px 0; font-size: 11px;
}
.g-pitan-panel__head {
  display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 4px;
  font-weight: 700; color: var(--ex-muted); padding: 4px; border-bottom: 1px solid var(--ex-line);
}
.g-pitan-panel__row {
  display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 4px;
  padding: 6px 4px; align-items: center; border-bottom: 1px dashed var(--ex-line-soft);
}
.g-pitan-panel__row:last-child { border-bottom: 0; }
.g-pitan-panel__row span { font-family: var(--ex-font-num); font-weight: 600; color: var(--ex-ink); }
.g-pitan-panel__row em { font-style: normal; font-size: 18px; line-height: 1; text-align: center; }
.g-pitan-legend {
  display: flex; flex-wrap: wrap; gap: 8px; font-size: 10px; color: var(--ex-muted);
  padding: 8px 0;
}
.g-mirai-chart {
  width: 100%; height: auto; background: #fff; border-radius: 8px;
  border: 1px solid var(--ex-line); margin: 12px 0;
}

@media (max-width: 700px) {
  .g-pitan-split { grid-template-columns: 1fr; }
}

/* ---------- Quote (editorial pull-quote) ---------- */
.g-quote {
  margin: 28px 0 0; padding: 24px 8px 18px 56px;
  background: transparent; border-radius: 0;
  border-top: 2px solid var(--ex-ink);
  border-bottom: 1px solid var(--ex-line);
  position: relative;
}
.g-quote__mark {
  position: absolute; top: 8px; left: 4px;
  font-size: 56px; color: var(--co-primary);
  font-family: var(--ex-font-serif); line-height: 1; font-weight: 400;
}
.g-quote p {
  font-size: 15px; line-height: 1.95; margin: 0 0 10px;
  font-family: var(--ex-font-serif); color: var(--ex-ink);
}
.g-quote cite {
  display: block; text-align: right;
  font-size: 12px; color: var(--ex-muted); font-style: normal; letter-spacing: 0.05em;
}
@media (max-width: 520px) {
  .g-quote { padding-left: 44px; }
  .g-quote__mark { font-size: 44px; }
}

/* ---------- Strategy list (機能③) ---------- */
.g-strategy { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--ex-line); }
.g-strategy__item {
  display: grid; grid-template-columns: 64px 1fr; gap: 18px;
  padding: 18px 4px 18px 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--ex-line);
  align-items: baseline;
}
.g-strategy__n {
  flex: none; width: auto; height: auto;
  background: transparent; color: var(--co-primary);
  border-radius: 0;
  display: block; text-align: left;
  font-family: var(--ex-font-serif);
  font-weight: 900; font-size: 13px; line-height: 1.1;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--co-primary);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.g-strategy__n::first-line { font-size: 13px; }
.g-strategy__item > div b { display: block; font-size: 15px; color: var(--ex-ink); margin-bottom: 6px; }
.g-strategy__item > div p { margin: 0; font-size: 13px; color: var(--ex-ink-2); line-height: 1.75; }

/* ---------- Strategy card (S9 LINE 3つの価値 / S11 ユースケース別) ---------- */
.g-strategy__card {
  background: var(--co-primary-tint);
  padding: 20px 22px;
  margin: 14px 0;
}
.g-strategy__card + .g-strategy__card {
  margin-top: 10px;
}
.g-strategy__num {
  display: inline-block;
  font-family: var(--ex-font-num);
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.04em;
  color: var(--co-primary);
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.85;
}
.g-strategy__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ex-ink);
  margin-bottom: 8px;
  line-height: 1.5;
}
.g-strategy__card > p {
  margin: 0;
  font-size: 14px;
  color: var(--ex-ink);
  line-height: 1.85;
}
@media (max-width: 640px) {
  .g-strategy__card { padding: 16px 16px; }
  .g-strategy__title { font-size: 15px; }
}

/* ---------- Strategy row layout ---------- */
.g-strategy--row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px; border-top: none;
}
.g-strategy--row .g-strategy__card { margin: 0; }
@media (max-width: 640px) {
  .g-strategy--row { grid-template-columns: 1fr; }
}

/* ---------- Pitan split card (LINEサポート対応時間) ---------- */
.g-pitan-split__card {
  background: var(--ex-bg-soft); border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-lg); padding: 20px;
}
.g-pitan-split__label {
  font-size: 11px; font-weight: 700;
  background: var(--co-primary); color: #fff;
  padding: 3px 10px; border-radius: 3px;
  display: inline-block; margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.g-pitan-split__val {
  font-size: 20px; font-weight: 800;
  color: var(--ex-ink); margin-bottom: 8px;
  font-family: var(--ex-font-num);
}
.g-pitan-split__desc {
  font-size: 13px; color: var(--ex-ink-2); line-height: 1.7; margin: 0;
}

/* ---------- Orderbook (機能③ right) ---------- */
.g-orderbook {
  background: #0d1220; border-radius: var(--ex-r-lg); padding: 16px;
  color: #e5e8ef; font-family: var(--ex-font-num);
}
.g-orderbook__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 12px; }
.g-orderbook__live { color: #34d399; font-size: 10px; letter-spacing: 0.1em; }
.g-orderbook__body { display: flex; flex-direction: column; gap: 3px; }
.g-orderbook__row {
  display: grid; grid-template-columns: 60px 1fr 50px auto;
  gap: 6px; align-items: center; padding: 4px 0; font-size: 11px;
}
.g-orderbook__price { font-weight: 600; }
.g-orderbook__bar { height: 14px; border-radius: 2px; }
.g-orderbook__bar--sell { background: linear-gradient(90deg, transparent, rgba(181,49,49,0.6)); justify-self: end; }
.g-orderbook__bar--buy { background: linear-gradient(90deg, rgba(31,138,92,0.6), transparent); justify-self: start; }
.g-orderbook__n { text-align: right; color: rgba(255,255,255,0.7); font-size: 10px; }
.g-orderbook__flag { font-size: 9px; white-space: nowrap; padding: 1px 6px; border-radius: 3px; }
.g-orderbook__row--stop .g-orderbook__flag { background: rgba(181,49,49,0.2); color: #f87171; }
.g-orderbook__row--support .g-orderbook__flag { background: rgba(31,138,92,0.2); color: #6ee7b7; }
.g-orderbook__row--now { grid-template-columns: 60px auto; background: rgba(212,167,44,0.15); border-radius: 4px; padding: 4px 6px; }
.g-orderbook__now { color: var(--ex-crown); font-size: 10px; font-weight: 700; }
.g-orderbook__legend { display: flex; gap: 14px; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 10px; }
.g-ob-sw { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 4px; vertical-align: middle; }
.g-ob-sw--sell { background: rgba(181,49,49,0.6); }
.g-ob-sw--buy { background: rgba(31,138,92,0.6); }

/* ---------- Mediach map (機能④) ---------- */
.g-mediach {
  position: relative; width: 100%; aspect-ratio: 1;
  max-width: 340px; margin: 0 auto;
}
.g-mediach__center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: var(--co-primary);
  color: #fff; padding: 14px 16px; border-radius: 50%;
  width: 90px; height: 90px; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px; text-align: center; line-height: 1.2;
  box-shadow: 0 8px 20px rgba(200,16,46,0.3);
  z-index: 2;
}
.g-mediach__cat {
  position: absolute; top: 50%; left: 50%;
  width: 100px; padding: 8px 10px;
  background: #fff; border: 1px solid var(--ex-line); border-radius: 8px;
  text-align: center; box-shadow: var(--ex-sh-sm);
  transform: translate(-50%, -50%) rotate(calc(var(--i) * 60deg)) translateY(-1px) rotate(calc(var(--i) * -60deg));
}
.g-mediach__cat span { display: block; font-size: 12px; font-weight: 700; color: var(--ex-ink); }
.g-mediach__cat small { display: block; font-size: 9px; color: var(--ex-muted); margin-top: 2px; }

.g-media-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  margin: 16px 0;
}
.g-media-stats > div {
  padding: 14px; background: var(--ex-bg-soft); border-radius: var(--ex-r-md);
  text-align: center;
}
.g-media-stats__n { display: block; font-family: var(--ex-font-num); font-weight: 800; font-size: 26px; color: var(--co-primary); line-height: 1; }
.g-media-stats__n small { font-size: 11px; font-weight: 500; color: var(--ex-muted); margin-left: 2px; }
.g-media-stats__l { display: block; font-size: 11px; color: var(--ex-muted); margin-top: 6px; }

.g-video-thumbs { display: grid; gap: 10px; margin-top: 20px; }
.g-video-thumb {
  background: #1a1f2e; color: #fff;
  padding: 14px; border-radius: 8px; position: relative;
  min-height: 70px;
}
.g-video-thumb__play {
  position: absolute; top: 50%; right: 16px; transform: translateY(-50%);
  width: 36px; height: 36px; background: var(--co-primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.g-video-thumb__ttl { font-size: 12px; font-weight: 700; padding-right: 50px; }
.g-video-thumb__meta { font-size: 10px; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* ---------- YouTube embeds (マネ育ch) ---------- */
.g-yt-embeds {
  display: flex; flex-direction: column; gap: 20px; margin-top: 20px;
}
.g-yt-card {
  background: #fff; border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-md);
  overflow: hidden;
  box-shadow: var(--ex-sh-sm);
}
.g-yt-card__label {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  font-size: 13px; font-weight: 700; color: var(--ex-ink);
  background: var(--ex-bg-soft);
  border-bottom: 1px solid var(--ex-line);
}
.g-yt-card__badge {
  display: inline-block;
  padding: 3px 8px; border-radius: 3px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.05em;
  color: #fff;
}
.g-yt-card__badge--base { background: var(--co-primary); }
.g-yt-card__badge--beg { background: var(--ex-blue); }
.g-yt-card__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.g-yt-card__frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.g-yt-card__note {
  margin: 0; padding: 10px 14px;
  font-size: 12px; color: var(--ex-muted);
  border-top: 1px solid var(--ex-line);
  background: #fff;
}

/* ---------- Cardspec (機能⑤) ---------- */
.g-cardspec { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 12px 0 24px; }
.g-cardspec__card {
  background: var(--co-primary);
  color: #fff; padding: 24px 20px; border-radius: var(--ex-r-lg);
  text-align: center; position: relative; overflow: hidden;
}
.g-cardspec__card::before {
  content: ""; position: absolute; top: -30px; right: -30px;
  width: 100px; height: 100px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.g-cardspec__card--sub { background: #6a7890; }
.g-cardspec__label { font-size: 15px; font-weight: 700; letter-spacing: 0.1em; opacity: 0.95; margin-bottom: 8px; position: relative; }
.g-cardspec__pct { font-family: var(--ex-font-num); font-weight: 900; font-size: 48px; line-height: 1; position: relative; }
.g-cardspec__pct small { font-size: 24px; font-weight: 700; margin-left: 4px; }
.g-cardspec__note { font-size: 13px; font-weight: 500; opacity: 0.95; margin-top: 10px; line-height: 1.6; position: relative; }

.g-cycle { display: flex; align-items: stretch; gap: 8px; margin: 12px 0 24px; flex-wrap: wrap; }
.g-cycle__step {
  flex: 1 1 160px; background: #fff; border: 2px solid var(--co-primary-soft);
  border-radius: var(--ex-r-md); padding: 14px; text-align: center;
  position: relative;
}
.g-cycle__step span {
  display: inline-flex; width: 28px; height: 28px; background: var(--co-primary); color: #fff;
  border-radius: 50%; align-items: center; justify-content: center; font-weight: 700; font-size: 13px;
  margin-bottom: 8px;
}
.g-cycle__step b { display: block; font-size: 13px; color: var(--ex-ink); margin-bottom: 4px; }
.g-cycle__step p { font-size: 11px; color: var(--ex-muted); margin: 0; line-height: 1.5; }
.g-cycle__arrow { display: flex; align-items: center; font-size: 22px; color: var(--co-primary); font-weight: 300; }
@media (max-width: 820px) {
  .g-cardspec { grid-template-columns: 1fr; }
  .g-cycle__arrow { transform: rotate(90deg); margin: 0 auto; }
  .g-cycle__step { flex-basis: 100%; }
}

.g-sim { background: var(--ex-bg-soft); border-radius: var(--ex-r-md); padding: 16px; margin-bottom: 16px; }
.g-sim__svg { width: 100%; height: auto; background: #fff; border-radius: 6px; border: 1px solid var(--ex-line); }

/* ---------- AI Lab section ---------- */
.g-ailab-sec {
  background: linear-gradient(180deg, #0d1220 0%, #1a2444 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.g-ailab-sec::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(200,16,46,0.15), transparent 40%),
                    radial-gradient(circle at 80% 70%, rgba(30,90,168,0.2), transparent 40%);
  pointer-events: none;
}
.g-ailab-sec .ex-sec-title { color: #fff; }
.g-ailab-sec .ex-sec-lead { color: rgba(255,255,255,0.7); }
.g-ailab-sec .ex-sec-kicker { color: #f0a040; }
.g-ailab-sec .ex-sec-kicker::before { background: #f0a040; }
.g-ailab-sec .g-feat__h4 { color: #fff; border-left-color: #f0a040; }
.g-ailab-sec .g-feat__emph { color: #fff; background: none; border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); padding: 16px 0; }
.g-ailab-sec .g-feat__emph em { color: #f0a040; }

.g-matrix { background: rgba(255,255,255,0.04); border-radius: var(--ex-r-lg); padding: 16px; overflow-x: auto; }
.g-matrix table { width: 100%; min-width: 560px; border-collapse: collapse; }
.g-matrix th, .g-matrix td { padding: 12px 14px; text-align: left; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,0.14); }
.g-matrix th { color: #fff; font-size: 13px; font-weight: 700; background: rgba(255,255,255,0.08); }
.g-matrix td { color: rgba(255,255,255,0.95); }
.g-matrix tbody tr:nth-child(even) td { background: rgba(255,255,255,0.03); }
.g-matrix td:first-child { color: #fff; font-weight: 700; background: rgba(240,160,64,0.1); }
.g-matrix tbody tr:nth-child(even) td:first-child { background: rgba(240,160,64,0.14); }
.g-matrix .is-o { color: #4ade80; font-weight: 700; }
.g-matrix .is-r { color: #fcb96a; font-weight: 700; }

.g-timeline {
  list-style: none; padding: 0 0 0 28px; margin: 0;
  counter-reset: tl;
  position: relative;
}
.g-timeline::before {
  content: ""; position: absolute;
  left: 11px; top: 8px; bottom: 8px;
  width: 1px; background: rgba(255,255,255,0.15);
}
.g-timeline li {
  counter-increment: tl;
  position: relative;
  padding: 14px 0 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: transparent;
  display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: baseline;
}
.g-timeline li:first-child { padding-top: 4px; }
.g-timeline li:last-child { border-bottom: 0; padding-bottom: 4px; }
.g-timeline li::before {
  content: counter(tl, decimal-leading-zero);
  position: absolute; left: -28px; top: 18px;
  width: 24px; height: 24px;
  background: #0d1220;
  color: #f0a040;
  font-family: var(--ex-font-num); font-weight: 800; font-size: 11px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(240,160,64,0.5);
  border-radius: 2px;
}
.g-timeline__t {
  font-family: var(--ex-font-serif);
  font-weight: 700; font-size: 15px; color: #f0a040;
  letter-spacing: 0.05em;
  padding: 0;
  background: none; border-radius: 0; text-align: left;
  border-right: 1px solid rgba(255,255,255,0.1);
  padding-right: 18px;
}
.g-timeline li p { margin: 0; color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.75; }
.g-timeline li b { color: #fff; font-weight: 700; }

@media (max-width: 520px) {
  .g-timeline li { grid-template-columns: 1fr; gap: 4px; }
  .g-timeline__t { border-right: 0; padding-right: 0; padding-bottom: 2px; }
}

/* ---------- App phones ---------- */
.g-app-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: var(--ex-sp-6); align-items: start; }
.g-app-phones {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.g-phone {
  background: #1a1f2e;
  border-radius: 26px; padding: 8px; position: relative;
  box-shadow: 0 12px 30px rgba(26,31,46,0.25);
}
.g-phone__notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 50px; height: 14px; background: #000; border-radius: 10px; z-index: 2; }
.g-phone__screen {
  background: #fff; border-radius: 20px; overflow: hidden;
  min-height: 300px; padding-top: 32px;
}
.g-phone__head { font-size: 10px; text-align: center; color: var(--ex-muted); padding: 4px; font-weight: 700; }
.g-phone__rate { padding: 10px 14px; border-top: 1px solid var(--ex-line); }
.g-phone__rate--slim { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 14px; }
.g-phone__pair { font-size: 10px; color: var(--ex-muted); }
.g-phone__val { font-family: var(--ex-font-num); font-size: 24px; font-weight: 800; color: var(--ex-ink); line-height: 1; margin: 4px 0; }
.g-phone__rate--slim b { font-family: var(--ex-font-num); font-size: 16px; font-weight: 800; }
.g-phone__chg { font-size: 10px; }
.g-phone__chg--up { color: var(--ex-good); }
.g-phone__list { padding: 4px 10px; }
.g-phone__list > div { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; padding: 6px 4px; border-bottom: 1px solid var(--ex-line-soft); font-size: 10px; align-items: baseline; }
.g-phone__list span { color: var(--ex-muted); }
.g-phone__list b { font-family: var(--ex-font-num); font-weight: 700; color: var(--ex-ink); }
.g-phone__list em { font-style: normal; font-size: 9px; }
.g-phone__list em.u { color: var(--ex-good); }
.g-phone__list em.d { color: var(--ex-bad); }
.g-phone__chart { width: 100%; height: 80px; padding: 4px 10px; }
.g-phone__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 8px 10px; }
.g-phone__btns button { padding: 8px; border: 0; border-radius: 6px; font-weight: 800; color: #fff; background: var(--ex-bad); font-size: 11px; cursor: pointer; }
.g-phone__btns .buy { background: var(--ex-good); }
.g-phone__pitan { padding: 4px 10px; }
.g-phone__pitan > div { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; padding: 6px 4px; border-bottom: 1px solid var(--ex-line-soft); font-size: 10px; align-items: center; }
.g-phone__pitan span { color: var(--ex-muted); font-family: var(--ex-font-num); font-weight: 600; }
.g-phone__pitan em { font-style: normal; font-size: 14px; line-height: 1; }
.g-phone__label { text-align: center; font-size: 10px; color: var(--ex-muted); margin-top: 8px; font-weight: 600; }
@media (max-width: 900px) {
  .g-app-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .g-phone--hide-sm { display: none; }
  .g-app-phones { grid-template-columns: 1fr 1fr; }
}

/* ---------- Voice ---------- */
.g-voice-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--ex-sp-5); }
.g-voice-col__ttl { font-size: 18px; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid currentColor; display: inline-block; }
.g-voice-col--good .g-voice-col__ttl { color: var(--ex-good); }
.g-voice-col--bad .g-voice-col__ttl { color: var(--ex-bad); }
.g-voice-col__ttl span { font-size: 12px; opacity: 0.7; margin-left: 6px; }
.g-voice {
  position: relative; padding: 14px 18px 14px 52px;
  background: #fff; border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-md); margin-bottom: 10px;
}
.g-voice__rank {
  position: absolute; left: 12px; top: 14px;
  width: 28px; height: 28px; background: var(--ex-good); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px;
}
.g-voice b { display: block; font-size: 14px; color: var(--ex-ink); margin-bottom: 6px; }
.g-voice p { font-size: 13px; margin: 0 0 4px; color: var(--ex-ink-2); line-height: 1.7; }
.g-voice cite { font-size: 11px; color: var(--ex-muted); font-style: normal; }
.g-voice--bad { padding: 14px 18px 14px 52px; }
.g-voice--bad .g-voice__rank { background: var(--ex-bad); }
.g-voice-advice {
  margin-top: 20px; padding: 18px; border-radius: var(--ex-r-md);
  background: #fffdf7;
  border: 1px solid #eed99a;
}
.g-voice-advice h4 { margin: 0 0 10px; font-size: 14px; color: var(--ex-crown-deep); }
.g-voice-advice p { font-size: 13px; line-height: 1.8; margin: 0 0 6px; }

@media (max-width: 820px) {
  .g-voice-split { grid-template-columns: 1fr; }
}

/* ---------- Campaign ---------- */
.g-cam-sec { background: linear-gradient(180deg, var(--co-primary-soft) 0%, #fff 100%); }
.g-cam-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 16px;
}
.g-cam-card {
  background: #fff; border-radius: var(--ex-r-lg); padding: 24px;
  box-shadow: var(--ex-sh-md); border: 1px solid var(--ex-line);
}
.g-cam-card b { display: block; color: var(--ex-ink); font-size: 15px; margin-bottom: 8px; }
.g-cam-card p { font-size: 13px; color: var(--ex-muted); line-height: 1.7; margin: 0; }
.g-cam-card__icon { font-size: 32px; margin-bottom: 10px; }
.g-cam-card--main {
  background: var(--co-primary);
  color: #fff; border: 0; position: relative; overflow: hidden;
}
.g-cam-card--main::before {
  content: ""; position: absolute; top: -40px; right: -40px;
  width: 160px; height: 160px; background: rgba(255,255,255,0.08); border-radius: 50%;
}
.g-cam-card--main::after {
  content: ""; position: absolute; bottom: -50px; left: -30px;
  width: 120px; height: 120px; background: rgba(255,255,255,0.05); border-radius: 50%;
}
.g-cam-card__amount { position: relative; text-align: center; padding-bottom: 16px; border-bottom: 1px dashed rgba(255,255,255,0.3); margin-bottom: 16px; }
.g-cam-card__up { font-size: 11px; letter-spacing: 0.15em; opacity: 0.9; }
.g-cam-card__num { display: block; font-family: var(--ex-font-num); font-weight: 900; font-size: 42px; line-height: 1; margin: 4px 0; color: #fff; }
.g-cam-card__num small { font-size: 20px; margin-left: 2px; }
.g-cam-card__sub { font-size: 13px; opacity: 0.95; }
.g-cam-card__detail { position: relative; }
.g-cam-card__detail b { color: #fff; font-size: 14px; }
.g-cam-card__detail ul { margin: 0; padding-left: 18px; }
.g-cam-card__detail li { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,0.9); }

@media (max-width: 900px) { .g-cam-grid { grid-template-columns: 1fr; } }

/* ---------- Flow ---------- */
.g-flow { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.g-flow__step {
  display: flex; gap: 20px; align-items: stretch;
  position: relative; padding-bottom: 20px;
}
.g-flow__step::before {
  content: ""; position: absolute; left: 40px; top: 80px; bottom: 0;
  width: 2px; background: var(--co-primary-soft);
}
.g-flow__step--last::before { display: none; }
.g-flow__n {
  flex: 0 0 80px; width: 80px; height: 80px;
  background: var(--co-primary);
  border-radius: 50%; color: #fff; text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 10px; letter-spacing: 0.1em; line-height: 1.2;
  box-shadow: 0 6px 16px rgba(200,16,46,0.25);
}
.g-flow__n b { font-family: var(--ex-font-num); font-size: 28px; font-weight: 900; }
.g-flow__body {
  flex: 1; background: #fff; border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-lg); padding: 20px 24px;
}
.g-flow__body h4 { margin: 0 0 6px; font-size: 17px; }
.g-flow__body p { margin: 0 0 8px; font-size: 14px; line-height: 1.7; }
.g-flow__link { font-weight: 700; font-size: 13px; }

@media (max-width: 520px) {
  .g-flow__n { flex: 0 0 56px; width: 56px; height: 56px; }
  .g-flow__n b { font-size: 20px; }
  .g-flow__step::before { left: 28px; top: 56px; }
  .g-flow__body { padding: 14px 16px; }
}

/* ---------- FAQ ---------- */
.g-faq { display: flex; flex-direction: column; gap: 8px; }
.g-faq details {
  background: #fff; border: 1px solid var(--ex-line); border-radius: var(--ex-r-md);
  overflow: hidden; transition: box-shadow .2s ease;
}
.g-faq details[open] { box-shadow: var(--ex-sh-md); border-color: var(--co-primary-soft); }
.g-faq summary {
  list-style: none; padding: 16px 52px 16px 58px;
  cursor: pointer; font-weight: 700; color: var(--ex-ink); font-size: 15px;
  position: relative;
}
.g-faq summary::-webkit-details-marker { display: none; }
.g-faq summary::before {
  content: "Q"; position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; background: var(--co-primary); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--ex-font-serif); font-weight: 900;
}
.g-faq summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 22px; color: var(--co-primary); font-weight: 400;
  transition: transform .2s ease;
}
.g-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.g-faq__body {
  padding: 0 24px 18px 58px;
  color: var(--ex-ink-2); font-size: 14px; line-height: 1.85;
  position: relative;
}
.g-faq__body::before {
  content: "A"; position: absolute; left: 16px; top: 0;
  width: 30px; height: 30px; background: var(--ex-blue-soft); color: var(--ex-blue-deep);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--ex-font-serif); font-weight: 900;
}

/* ---------- Company ---------- */
.g-company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--ex-sp-6); }
.g-company { margin: 0; }
.g-company dt { font-size: 12px; color: var(--ex-muted); margin-top: 12px; }
.g-company dd { margin: 0; padding: 4px 0 10px; font-size: 14px; color: var(--ex-ink); border-bottom: 1px solid var(--ex-line); }
.g-safety { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--ex-line); }
.g-safety__item {
  display: grid; grid-template-columns: 16px 120px 1fr auto; gap: 12px;
  align-items: center; padding: 14px 4px;
  background: transparent; border-radius: 0;
  border-bottom: 1px solid var(--ex-line);
}
.g-safety__item::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ex-good); display: block;
}
.g-safety__k { font-size: 12px; color: var(--ex-muted); font-weight: 700; }
.g-safety__v { font-size: 16px; font-weight: 800; color: var(--ex-ink); }
.g-safety__note { font-size: 11px; color: var(--ex-muted); }
.g-cover { margin-top: 16px; font-size: 13px; padding: 12px 16px; background: var(--ex-bg-soft); border-radius: var(--ex-r-md); }
.g-cover summary { cursor: pointer; font-weight: 700; color: var(--ex-ink); }
.g-cover p { font-size: 13px; margin: 10px 0; color: var(--ex-ink-2); line-height: 1.7; }

@media (max-width: 820px) {
  .g-company-grid { grid-template-columns: 1fr; }
  .g-safety__item { grid-template-columns: 16px 1fr; gap: 6px 12px; }
  .g-safety__item > .g-safety__k { grid-column: 2; }
  .g-safety__item > .g-safety__v { grid-column: 2; }
  .g-safety__item > .g-safety__note { grid-column: 2; }
}

/* ---------- Verdict ---------- */
.g-verdict { background: linear-gradient(180deg, #fff 0%, var(--co-primary-soft) 100%); }
.g-verdict-card {
  background: #fff; border-radius: var(--ex-r-xl); padding: 40px;
  box-shadow: 0 20px 50px rgba(200,16,46,0.1);
  border: 1px solid var(--co-primary-soft);
}
.g-verdict__score { text-align: center; padding-bottom: 24px; border-bottom: 1px dashed var(--ex-line); margin-bottom: 24px; }
.g-verdict__label { font-size: 12px; color: var(--ex-muted); letter-spacing: 0.15em; }
.g-verdict__stars { margin: 8px 0 4px; }
.g-verdict__stars .ex-stars { font-size: 28px; }
.g-verdict__num { font-family: var(--ex-font-num); font-weight: 900; font-size: 56px; color: var(--co-primary-deep); line-height: 1; }
.g-verdict__num small { font-size: 18px; color: var(--ex-muted); font-weight: 500; }
.g-verdict__split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--ex-sp-5); margin-bottom: 24px; }
.g-verdict__good, .g-verdict__bad { padding: 20px; border-radius: var(--ex-r-md); }
.g-verdict__good { background: rgba(31,138,92,0.06); border: 1px solid rgba(31,138,92,0.2); }
.g-verdict__bad { background: rgba(181,49,49,0.06); border: 1px solid rgba(181,49,49,0.2); }
.g-verdict__good h3 { color: var(--ex-good); margin: 0 0 12px; font-size: 16px; }
.g-verdict__bad h3 { color: var(--ex-bad); margin: 0 0 12px; font-size: 16px; }
.g-verdict__good em, .g-verdict__bad em { font-style: normal; }
.g-verdict__good ul, .g-verdict__bad ul { margin: 0; padding-left: 18px; }
.g-verdict__good li, .g-verdict__bad li { font-size: 14px; line-height: 1.9; }
.g-verdict__summary p { font-size: 15px; line-height: 1.9; }
.g-verdict__summary em { font-style: normal; background: linear-gradient(transparent 60%, rgba(212,167,44,0.4) 60%); font-weight: 700; }
.g-verdict__summary b { font-weight: 700; color: var(--co-primary-deep); }
.g-verdict__close { font-weight: 700; font-size: 16px !important; text-align: center; padding: 16px 0; color: var(--ex-ink); }
.g-verdict__cta { text-align: center; padding-top: 16px; border-top: 1px dashed var(--ex-line); }

@media (max-width: 820px) {
  .g-verdict-card { padding: 24px; }
  .g-verdict__split { grid-template-columns: 1fr; }
}

/* ---------- Footer ---------- */
.g-footer {
  background: #1a1f2e; color: rgba(255,255,255,0.7);
  padding: 48px 0 32px; font-size: 12px; line-height: 1.8;
  position: relative;
}
.g-footer__disc p { margin-bottom: 8px; font-size: 12px; }
.g-footer__base {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  flex-wrap: wrap;
}
.g-footer__brand { color: #fff; font-family: var(--ex-font-serif); font-size: 18px; font-weight: 900; }

/* ---------- Sticky CTA ---------- */
.g-sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  padding: 6px 8px;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--ex-line);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
}
@media (max-width: 760px) {
  .g-sticky-cta { display: block; }
  body { padding-bottom: 70px; }
}

/* ---------- Back to top ---------- */
.g-to-top {
  position: fixed;
  right: 18px;
  bottom: 24px;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(180deg, #e85a6b 0%, var(--co-primary) 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(200,16,46,0.3), 0 2px 6px rgba(0,0,0,0.1);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 45;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.g-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.g-to-top:hover { box-shadow: 0 12px 26px rgba(200,16,46,0.4), 0 2px 6px rgba(0,0,0,0.12); }
.g-to-top:active { transform: translateY(2px); }
.g-to-top svg { display: block; }

@media (max-width: 760px) {
  .g-to-top {
    right: 14px;
    bottom: 80px; /* sticky CTA (320x50 + padding) の上に */
    width: 44px; height: 44px;
  }
}
@media (max-width: 400px) {
  .g-to-top { right: 10px; bottom: 76px; }
}


/* ---------- App Store / Google Play badges ---------- */
.g-app-badges {
  margin-top: var(--ex-sp-6);
  text-align: center;
}
.g-app-badges__ttl {
  font-size: 13px; font-weight: 800;
  color: #fff; letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.g-app-badges__row {
  display: flex; justify-content: center; align-items: center;
  gap: 14px; flex-wrap: wrap;
}
.g-app-badge {
  display: inline-flex;
  align-items: center;
  height: 48px;
  transition: transform .18s ease, opacity .18s ease;
  line-height: 0;
}
.g-app-badge:hover { transform: translateY(-1px); opacity: 0.88; }
.g-app-badge img {
  display: block;
  height: 100%; width: auto;
  object-fit: contain;
}
.g-app-badges__note {
  font-size: 11px; color: rgba(255,255,255,0.82);
  margin: 12px 0 0; text-align: center;
}
@media (max-width: 520px) {
  .g-app-badges__row { gap: 10px; }
  .g-app-badge { height: 42px; }
}


/* ---------- App screenshot figure (公式アプリ画像) ---------- */
.g-app-figure {
  margin: 0;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.g-app-figure__frame {
  width: 100%;
  background: linear-gradient(180deg, #f8f9fb 0%, #eef1f5 100%);
  border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-lg);
  padding: 24px;
  box-shadow: 0 10px 30px rgba(26,31,46,0.08);
}
.g-app-figure__frame img {
  display: block;
  width: 100%; height: auto;
  max-width: 640px;
  margin: 0 auto;
}
.g-app-figure__cap {
  font-size: 11px;
  color: var(--ex-muted);
  text-align: center;
  line-height: 1.6;
  padding: 0 12px;
}
.g-app-figure__cap a {
  color: var(--ex-muted);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}
.g-app-figure__cap a:hover { color: var(--co-primary); }
@media (max-width: 640px) {
  .g-app-figure__frame { padding: 14px; }
}


/* ---------- Orderbook figure (外為注文情報 実画面) ---------- */
.g-orderbook-figure {
  margin: 0;
  display: flex; flex-direction: column; gap: 12px;
  position: sticky; top: 88px;
}
.g-orderbook-figure__frame {
  background: linear-gradient(180deg, #f8f9fb 0%, #eef1f5 100%);
  border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-lg);
  padding: 20px;
  box-shadow: 0 12px 32px rgba(26,31,46,0.10);
  position: relative;
}
.g-orderbook-figure__frame::before {
  content: "USD/JPY 板情報";
  display: block;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--co-primary);
  padding-bottom: 10px; margin-bottom: 12px;
  border-bottom: 1px dashed var(--ex-line);
  text-align: center;
}
.g-orderbook-figure__frame img {
  display: block;
  width: 100%; height: auto;
  margin: 0 auto;
  border-radius: 6px;
  background: #fff;
}
.g-orderbook-figure__cap {
  font-size: 11px;
  color: var(--ex-muted);
  text-align: center;
  line-height: 1.6;
  padding: 0 8px;
}
.g-orderbook-figure__cap a {
  color: var(--ex-muted);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}
.g-orderbook-figure__cap a:hover { color: var(--co-primary); }
@media (max-width: 820px) {
  .g-orderbook-figure { position: static; }
  .g-orderbook-figure__frame { padding: 14px; }
  .g-orderbook-figure__frame img { max-width: 340px; }
}

/* ---------- Pitan figure (お天気シグナル / みらい予測) ---------- */
.g-pitan-figure {
  margin: 18px 0 14px;
  background: linear-gradient(180deg, #f8f9fb 0%, #eef1f5 100%);
  border: 1px solid var(--ex-line);
  border-radius: var(--ex-r-md);
  padding: 14px;
  box-shadow: 0 6px 18px rgba(26,31,46,0.06);
}
.g-pitan-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 6px;
}


/* ===================================================================
   S15 キャンペーン 3層構造 (概要 / 公式直 / blogまとめ逆リンク)
   =================================================================== */

.g-campaign__main {
  background: #fff;
  padding: 32px 24px;
  border-radius: 16px;
  margin: 24px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.g-campaign__highlight {
  text-align: center;
  padding: 20px 0 24px;
  border-bottom: 2px dashed var(--co-primary-soft, #e5e5e5);
  margin-bottom: 24px;
}

.g-campaign__max {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--co-primary, #333);
}

.g-campaign__amount {
  display: block;
  font-size: 56px;
  font-weight: 900;
  color: var(--co-accent, #d97a0c);
  line-height: 1.1;
  margin: 4px 0;
  font-family: var(--ex-font-num, inherit);
}

.g-campaign__label {
  display: block;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.05em;
}

.g-campaign__items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.g-campaign__item {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: var(--co-primary-tint, #f9f9f9);
  border-radius: 12px;
  align-items: flex-start;
}

.g-campaign__item-icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}

.g-campaign__item-body h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--co-primary-deep, #333);
}

.g-campaign__item-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.g-campaign__cta-primary {
  text-align: center;
  padding: 24px 0 8px;
}

.g-campaign__cta-note {
  font-size: 12px;
  color: #888;
  margin: 10px 0 0;
}

.g-campaign__cta-secondary {
  margin-top: 32px;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.g-campaign__compare h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--co-primary-deep, #333);
}

.g-campaign__compare > p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 16px;
}

.g-campaign__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

.g-campaign__bullets li {
  font-size: 14px;
  color: #333;
}

.g-btn-secondary {
  display: inline-block;
  padding: 14px 24px;
  background: #fff;
  color: var(--co-primary, #333);
  border: 2px solid var(--co-primary, #333);
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.g-btn-secondary:hover {
  background: var(--co-primary, #333);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

@media (max-width: 640px) {
  .g-campaign__main {
    padding: 24px 16px;
  }
  .g-campaign__amount {
    font-size: 42px;
  }
  .g-campaign__item {
    flex-direction: column;
    gap: 8px;
    padding: 14px;
  }
  .g-campaign__item-icon {
    font-size: 24px;
  }
  .g-campaign__cta-secondary {
  margin-top: 32px;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
  .g-campaign__bullets {
    grid-template-columns: 1fr;
  }
  .g-btn-secondary {
    display: block;
    text-align: center;
    padding: 14px 16px;
    font-size: 14px;
  }
}
