﻿
  /* Hero override - more emphasis */
  .page-hero.money {
    padding: 72px 0 56px;
    background: linear-gradient(135deg, var(--fs-red-light) 0%, var(--surface-2) 60%, #fff 100%);
  }
  .hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
  .hero-pill {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600;
    padding: 6px 14px;
    background: var(--surface);
    color: var(--fs-red);
    border-radius: 999px;
    border: 1px solid var(--border);
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 16px;
  }
  .hero-actions {
    display: flex; gap: 12px; flex-wrap: wrap;
    margin-top: 24px;
  }
  .hero-img-card {
    background: var(--surface);
    border: 1px dashed var(--border-strong);
    border-radius: 20px;
    aspect-ratio: 5 / 4;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 6px;
    color: var(--text-faint);
    position: relative;
    overflow: hidden;
  }
  .hero-img-card::before {
    content: ''; position: absolute; inset: 0;
    background-image: repeating-linear-gradient(45deg, transparent 0 18px, rgba(207,200,191,0.25) 18px 19px);
  }
  .hero-img-card .badge-label {
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
    background: #fff; padding: 5px 11px; border-radius: 6px;
    color: var(--text-faint); border: 1px solid var(--border);
    position: relative; z-index: 1;
  }
  .hero-img-card .hint {
    font-size: 13.5px; color: var(--text-muted); position: relative; z-index: 1;
    text-align: center; padding: 0 24px;
  }

  /* Trust strip */
  .trust-strip {
    display: grid; grid-template-columns: repeat(4, 1fr);
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .trust-cell {
    padding: 28px 24px; text-align: center;
    border-right: 1px solid var(--border);
  }
  .trust-cell:last-child { border-right: none; }
  .trust-num {
    font-size: 32px; font-weight: 700; letter-spacing: -0.02em;
    background: var(--gradient-brand);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    margin-bottom: 4px;
  }
  .trust-lbl { font-size: 13px; color: var(--text-muted); }

  /* Scenarios */
  .scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
  .scenario-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 4px solid var(--fs-red);
    border-radius: 14px;
    padding: 24px 22px;
  }
  .scenario-icon {
    width: 44px; height: 44px;
    background: var(--fs-red-light);
    color: var(--fs-red);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
  }
  .scenario-title { font-size: 16px; font-weight: 600; line-height: 1.4; margin: 0 0 10px; letter-spacing: -0.005em; }
  .scenario-text { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; margin: 0; }

  /* Services */
  .service-list { display: flex; flex-direction: column; gap: 24px; }
  .service-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    display: grid; grid-template-columns: 0.8fr 1.4fr 0.9fr;
  }
  .service-cover {
    padding: 32px;
    display: flex; flex-direction: column;
    justify-content: center; align-items: center; text-align: center;
    background: var(--fs-red-light);
    border-right: 1px solid var(--border);
  }
  .service-num {
    font-size: 48px; font-weight: 700; letter-spacing: -0.02em;
    background: var(--gradient-brand);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    line-height: 1;
  }
  .service-cover-name {
    font-size: 15px; font-weight: 600;
    margin-top: 12px;
  }
  .service-cover-mau {
    font-size: 12px; color: var(--text-muted);
    margin-top: 6px;
  }
  .service-body { padding: 32px 32px 32px 36px; }
  .service-title { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 10px; }
  .service-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin: 0 0 16px; }
  .service-desc strong { color: var(--text); font-weight: 600; }
  .service-includes { list-style: none; padding: 0; margin: 0; }
  .service-includes li {
    font-size: 13.5px; line-height: 1.6;
    color: var(--text);
    padding-left: 24px; position: relative;
    margin-bottom: 8px;
  }
  .service-includes li::before {
    content: ''; position: absolute; left: 0; top: 7px;
    width: 14px; height: 8px;
    border-left: 2px solid var(--fs-red);
    border-bottom: 2px solid var(--fs-red);
    transform: rotate(-45deg);
  }
  .service-right {
    padding: 32px 28px;
    background: var(--surface-3);
    border-left: 1px solid var(--border);
    display: flex; flex-direction: column; gap: 18px;
    justify-content: center;
  }
  .service-info-label {
    font-size: 11px; text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 4px; font-weight: 600;
  }
  .service-info-value {
    font-size: 15px; font-weight: 600;
    color: var(--text);
    line-height: 1.4;
  }

  /* Process steps */
  .process-wrap { overflow-x: auto; padding-bottom: 8px; }
  .process {
    display: grid; grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    min-width: 760px;
  }
  .process-step {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px 18px;
    text-align: center;
    position: relative;
  }
  .process-step::after {
    content: '→'; position: absolute;
    right: -10px; top: 50%; transform: translateY(-50%);
    color: var(--fs-red);
    font-size: 18px; font-weight: 700;
    background: var(--bg);
    width: 22px; height: 22px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    z-index: 2;
  }
  .process-step:last-child::after { display: none; }
  .step-bubble {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--gradient-brand);
    color: #fff; font-size: 14px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
  }
  .step-name { font-size: 13.5px; font-weight: 600; margin-bottom: 4px; }
  .step-detail { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

  /* Pricing table */
  .price-wrap {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
  }
  .price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
  }
  .price-table th, .price-table td {
    padding: 16px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    vertical-align: middle;
  }
  .price-table th {
    background: var(--surface-2);
    font-weight: 600; font-size: 12.5px;
    color: var(--text);
    letter-spacing: 0.02em;
  }
  .price-table tr:last-child td { border-bottom: none; }
  .price-table td.label { font-weight: 600; color: var(--text); }
  .price-table td.price { font-weight: 600; color: var(--fs-red); white-space: nowrap; }
  .price-note { font-size: 11.5px; color: var(--text-muted); font-weight: 400; display: block; margin-top: 2px; }
  .price-foot {
    font-size: 13px; color: var(--text-muted);
    margin-top: 14px; font-style: italic;
    line-height: 1.7;
  }

  /* Cases */
  .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .case-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 24px;
  }
  .case-tag {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    padding: 3px 10px; border-radius: 999px;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
    background: var(--fs-red-light); color: var(--fs-red);
  }
  .case-title { font-size: 16px; font-weight: 600; line-height: 1.4; margin: 0 0 10px; letter-spacing: -0.005em; }
  .case-summary { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; margin: 0 0 14px; }
  .case-meta {
    font-size: 12.5px; color: var(--text-muted);
    padding-top: 12px;
    border-top: 1px solid var(--border);
    display: flex; gap: 12px; flex-wrap: wrap;
  }
  .case-meta span { display: inline-flex; align-items: center; gap: 4px; }
  .case-meta strong { color: var(--text); font-weight: 600; }

  /* Logo wall */
  .logo-wall {
    display: grid; grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-top: 12px;
  }
  .logo-cell {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    height: 80px;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-faint);
    font-size: 11.5px;
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    letter-spacing: 0.06em;
    transition: all 0.15s;
  }
  .logo-cell:hover { border-color: var(--fs-red); }

  /* FAQ */
  .accordion { display: flex; flex-direction: column; gap: 10px; max-width: 880px; margin: 0 auto; }
  .acc-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
  }
  .acc-item.is-open { border-color: var(--fs-red); }
  .acc-head {
    padding: 18px 22px;
    display: flex; align-items: center; gap: 14px;
    cursor: pointer; user-select: none;
    font-size: 15px; font-weight: 600;
  }
  .acc-title { flex: 1; }
  .acc-toggle {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--surface-2);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all 0.2s;
  }
  .acc-item.is-open .acc-toggle { background: var(--gradient-brand); color: #fff; transform: rotate(45deg); }
  .acc-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .acc-item.is-open .acc-body { max-height: 800px; }
  .acc-body-inner {
    padding: 0 22px 22px 22px;
    color: var(--text-muted); font-size: 14px; line-height: 1.75;
  }
  .acc-body-inner p { margin: 0 0 10px; }
  .acc-body-inner p:last-child { margin-bottom: 0; }
  .acc-body-inner strong { color: var(--text); }

  /* Final form */
  .final-form {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px 44px;
    display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px;
  }
  .final-form-title { font-size: 24px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 8px; }
  .final-form-desc { font-size: 14.5px; color: var(--text-muted); line-height: 1.7; margin: 0 0 22px; }
  .bullet-list { list-style: none; padding: 0; margin: 0; }
  .bullet-list li {
    font-size: 14px; line-height: 1.7;
    color: var(--text);
    padding-left: 28px; position: relative;
    margin-bottom: 10px;
  }
  .bullet-list li::before {
    content: ''; position: absolute; left: 0; top: 8px;
    width: 16px; height: 9px;
    border-left: 2.5px solid #1d6e3a;
    border-bottom: 2.5px solid #1d6e3a;
    transform: rotate(-45deg);
  }
  .field { margin-bottom: 14px; }
  .field-label { font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 6px; display: block; }
  .field-label .req { color: var(--fs-red); }
  .input, .select, .textarea {
    width: 100%;
    padding: 11px 14px;
    font-size: 14px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface);
    color: var(--text);
    font-family: inherit;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
  }
  .input:focus, .select:focus, .textarea:focus {
    border-color: var(--fs-red);
    box-shadow: 0 0 0 3px rgba(230,51,34,0.1);
  }
  .textarea { min-height: 90px; resize: vertical; }

  @media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-cell:nth-child(odd) { border-right: 1px solid var(--border); }
    .trust-cell:nth-child(even) { border-right: none; }
    .trust-cell:nth-child(1), .trust-cell:nth-child(2) { border-bottom: 1px solid var(--border); }
    .scenario-grid { grid-template-columns: 1fr; }
    .service-card { grid-template-columns: 1fr; }
    .service-cover { padding: 24px; border-right: none; border-bottom: 1px solid var(--border); flex-direction: row; gap: 16px; justify-content: flex-start; }
    .service-right { border-left: none; border-top: 1px solid var(--border); }
    .case-grid { grid-template-columns: 1fr; }
    .logo-wall { grid-template-columns: repeat(3, 1fr); }
    .final-form { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
  }
  @media (max-width: 640px) {
    .trust-strip { grid-template-columns: 1fr; }
    .trust-cell { border-right: none !important; border-bottom: 1px solid var(--border); }
    .trust-cell:last-child { border-bottom: none; }
    .trust-num { font-size: 26px; }
    .price-table { font-size: 12.5px; min-width: 640px; }
    .price-wrap { overflow-x: auto; }
    .logo-wall { grid-template-columns: repeat(2, 1fr); }
    .final-form { padding: 24px 22px; }
  }

