/* ===== Business Simulator v2 (Netlify simulator logic, scoped under .hybo-sim2) ===== */
.simulator-section { background: var(--color-bg-light, #fbfbfb); }
.simulator-section .section-inner { max-width: 1050px; }
.simulator-intro {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.hybo-sim2 {
  --ink:#162933; --green:#0095A3; --mint:#E3F5F4; --yellow:#FFD166; --coral:#26A4B2; --paper:#fffdf6;
  color: var(--ink);
  line-height: 1.7;
}
.hybo-sim2 * { box-sizing: border-box; }
.hybo-sim2 .layout { display: grid; grid-template-columns: 320px 1fr; gap: 22px; align-items: stretch; }
.hybo-sim2 .layout > section.panel { display: flex; flex-direction: column; }
.hybo-sim2 .layout > div { display: flex; flex-direction: column; }
.hybo-sim2 .panel { background: #fff; border: 2px solid var(--ink); border-radius: 24px; padding: 22px; box-shadow: 4px 5px 0 #16293310; margin-bottom: 22px; }
.hybo-sim2 h2 { font-size: 19px; margin: 0 0 16px; line-height: 1.5; display: flex; align-items: center; }
.hybo-sim2 .step { display: inline-grid; place-items: center; background: var(--yellow); color: var(--ink); border: 1.5px solid var(--ink); border-radius: 50%; width: 29px; height: 29px; font-size: 14px; margin-right: 8px; flex-shrink: 0; }
.hybo-sim2 .field { margin: 17px 0; }
.hybo-sim2 label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 6px; }
.hybo-sim2 .entry { display: flex; align-items: center; gap: 10px; background: #f5f7f4; border: 1px solid #c6d4cd; border-radius: 12px; padding: 5px 12px; }
.hybo-sim2 .entry input { width: 100%; min-width: 0; border: 0; background: transparent; font: 800 22px/1.8 inherit; color: var(--ink); font-size: 22px; font-weight: 800; padding: 3px 0; }
.hybo-sim2 .entry span { font-size: 12px; white-space: nowrap; }
.hybo-sim2 input:focus-visible, .hybo-sim2 button:focus-visible, .hybo-sim2 select:focus-visible, .hybo-sim2 summary:focus-visible { outline: 3px solid #ed9660; outline-offset: 3px; }
.hybo-sim2 input[type="range"] { width: 100%; accent-color: var(--green); height: 28px; }
.hybo-sim2 .small { font-size: 11px; color: #51675e; }
.hybo-sim2 .daily { background: var(--mint); border-radius: 12px; padding: 12px; text-align: center; font-size: 13px; }
.hybo-sim2 .daily strong { font-size: 23px; color: var(--green); }
.hybo-sim2 summary { cursor: pointer; font-size: 13px; font-weight: bold; padding: 10px 0; }
.hybo-sim2 button, .hybo-sim2 select { font: inherit; cursor: pointer; }
.hybo-sim2 .reset { border: 1px solid #c5cec7; background: #fff; border-radius: 10px; padding: 9px 15px; width: 100%; font-size: 12px; color: var(--ink); }
.hybo-sim2 .scenario-tabs { display: flex; gap: 7px; margin-bottom: 16px; }
.hybo-sim2 .scenario-tabs button { flex: 1; border: 1.5px solid var(--ink); border-radius: 30px; background: #fff; padding: 9px 3px; font-size: 13px; font-weight: 800; color: var(--ink); }
.hybo-sim2 .scenario-tabs button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.hybo-sim2 .metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hybo-sim2 .metric { padding: 16px; border: 1.5px solid var(--ink); border-radius: 18px; background: var(--mint); }
.hybo-sim2 .metric:nth-child(2) { background: var(--yellow); }
.hybo-sim2 .metric label { font-size: 12px; margin: 0; }
.hybo-sim2 .value { font-size: clamp(25px, 3vw, 35px); font-weight: 950; letter-spacing: -1px; line-height: 1.55; }
.hybo-sim2 .value small { font-size: 13px; margin-left: 3px; letter-spacing: 0; }
.hybo-sim2 .payback { background: var(--green); color: #fff; border-radius: 19px; padding: 18px; margin: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hybo-sim2 .payback .value { font-size: 34px; }
.hybo-sim2 .payback p { font-size: 12px; margin: 0; }
.hybo-sim2 .payback .badge { border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 11px; padding: 17px 12px; text-align: center; transform: rotate(7deg); font-weight: 900; }
.hybo-sim2 .break { font-size: 12px; background: #f5f7f4; padding: 13px; border-radius: 12px; }
.hybo-sim2 .break strong { font-size: 18px; }
.hybo-sim2 .graph-top { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.hybo-sim2 .graph-top h2 { margin: 0; }
.hybo-sim2 select { border: 1px solid #b6c7bd; border-radius: 8px; background: #fff; padding: 7px; font-size: 12px; color: var(--ink); }
.hybo-sim2 .legend { display: flex; gap: 14px; font-size: 11px; margin: 12px 0; flex-wrap: wrap; }
.hybo-sim2 .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 4px; }
.hybo-sim2 .chart { width: 100%; height: auto; display: block; }
.hybo-sim2 .note { font-size: 12px; background: var(--mint); padding: 12px; border-radius: 12px; margin-top: 10px; }
.hybo-sim2 .note-standalone { margin: 10px 0 22px; padding: 24px 22px; text-align: center; background: var(--mint); border-radius: 20px; }
.hybo-sim2 .note-standalone__lead { display: block; font-size: 1.9rem; font-weight: 700; color: var(--ink); line-height: 1.5; margin-bottom: 6px; }
.hybo-sim2 .note-standalone__amount { font-size: 2.6rem; font-weight: 950; color: var(--green); margin: 0 2px; }
.hybo-sim2 .note-standalone__amount small { font-size: 1.9rem; font-weight: 700; margin-left: 2px; color: var(--ink); }
.hybo-sim2 .note-standalone__desc { display: block; font-size: 15px; font-weight: 400; color: #51675e; line-height: 1.6; margin-top: 6px; }
.hybo-sim2 .compare { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hybo-sim2 .scenario { border: 1.5px solid #cad5ce; border-radius: 16px; padding: 14px 10px; min-width: 0; }
.hybo-sim2 .scenario.active { border: 2px solid var(--green); background: #f1faf4; }
.hybo-sim2 .scenario h3 { font-size: 14px; margin: 0; }
.hybo-sim2 .scenario p { font-size: 11px; margin: 8px 0; }
.hybo-sim2 .scenario strong { font-size: 18px; display: block; }
.hybo-sim2 .bar { height: 8px; background: #edf1ec; border-radius: 8px; overflow: hidden; margin-top: 10px; }
.hybo-sim2 .bar span { display: block; height: 100%; border-radius: 8px; }
.hybo-sim2 .foot { font-size: 11px; color: #51675e; margin-top: 20px; }
.hybo-sim2 .warning { color: #aa382b; }
.hybo-sim2 .full { grid-column: 1 / -1; }
@media (max-width: 720px) {
  .simulator-intro { font-size: 1.2rem; }
  .hybo-sim2 .note-standalone__lead,
  .hybo-sim2 .note-standalone__amount small { font-size: 1.2rem; }
  .hybo-sim2 .note-standalone__amount { font-size: 1.7rem; }
  .hybo-sim2 .layout { grid-template-columns: 1fr; gap: 0; }
  .hybo-sim2 .panel { padding: 18px; margin-bottom: 18px; }
  .hybo-sim2 .fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
  .hybo-sim2 .fields .field { margin: 8px 0; }
  .hybo-sim2 .entry { padding: 5px 9px; }
  .hybo-sim2 .compare { gap: 6px; }
  .hybo-sim2 .scenario { padding: 12px 7px; }
  .hybo-sim2 .scenario strong { font-size: 16px; }
  .hybo-sim2 .value { font-size: 30px; }
  .hybo-sim2 .small { line-height: 1.6; }
  .contact-confirm-compare .compare-title { font-size: 1rem; padding: 12px 16px; }
  .contact-confirm-compare .compare-data .compare-cell { font-size: 0.95rem; padding: 14px 12px; }
}

/* ===== Contact Form ===== */
.contact-section { background: var(--color-bg-light, #fbfbfb); }
.contact-form { max-width: 640px; margin: 0 auto; }
.contact-field { margin-bottom: 26px; }
.contact-field > label { display: block; font-size: 0.9rem; font-weight: bold; color: var(--color-text, #3B4A51); margin-bottom: 10px; }
.contact-badge { display: inline-block; margin-left: 8px; font-size: 0.65rem; font-weight: bold; padding: 2px 8px; border-radius: 4px; vertical-align: middle; }
.contact-badge--required { color: #fff; background: #E4574C; }
.contact-badge--optional { color: #777; background: #eee; }
.contact-field input[type="text"],
.contact-field input[type="email"],
.contact-field input[type="tel"],
.contact-field textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--color-text, #3B4A51);
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}
.contact-field textarea { resize: vertical; min-height: 120px; }
.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--color-primary, #0095A3);
  box-shadow: 0 0 0 3px rgba(0,149,163,0.15);
}
.contact-radio-group { display: flex; flex-wrap: wrap; gap: 14px 24px; }
.contact-radio { display: flex; align-items: center; gap: 8px; font-weight: normal; font-size: 0.95rem; color: var(--color-text, #3B4A51); cursor: pointer; }
.contact-radio input[type="radio"] { width: 18px; height: 18px; accent-color: var(--color-primary, #0095A3); }
.contact-submit { text-align: center; margin-top: 36px; }
.contact-submit button { border: none; cursor: pointer; font-size: 1rem; padding: 16px 20px; }
.contact-privacy { text-align: center; margin-top: 20px; }
.contact-checkbox { display: inline-flex; align-items: center; gap: 8px; font-weight: normal; font-size: 0.85rem; color: var(--color-text, #3B4A51); cursor: pointer; }
.contact-checkbox input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--color-primary, #0095A3); }
.contact-checkbox a { color: var(--color-primary, #0095A3); text-decoration: underline; }
.contact-note { text-align: center; font-size: 0.75rem; color: var(--color-text-sub, #888); margin-top: 16px; }

/* ===== Usecase Marquee (left-scrolling loop) ===== */
.usecase-section { padding-bottom: 0; }
.usecase-marquee {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
}
.usecase-track {
  display: flex;
  width: max-content;
  animation: usecase-marquee-scroll 45s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.usecase-marquee:hover .usecase-track { animation-play-state: paused; }
.usecase-track .usecase-item {
  flex-shrink: 0;
  width: 300px;
  margin-left: -40px;
  transform: translateZ(0);
}
.usecase-track .usecase-item .usecase-visual {
  clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  border-radius: 0;
}
@keyframes usecase-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}
@media (max-width: 767px) {
  .usecase-track .usecase-item { width: 220px; margin-left: -28px; }
  .usecase-track .usecase-item .usecase-visual { clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%); }
  .usecase-track { animation-duration: 28s; }
}

/* ===== Introduction Merit (4-card grid) ===== */
.merit-heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 70px 0 40px;
  letter-spacing: 0.05em;
}
.merit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.merit-item {
  text-align: center;
  padding: 28px 18px 18px;
  border: 2px solid #030709;
  border-radius: 10px;
  box-shadow: 4px 5px 0 #03070910;
}
.merit-icon { width: 110px; height: 95px; margin: 0 auto 22px; }
.merit-icon img { display: block; width: 81px; height: 81px; margin: 7px 14px; object-fit: contain; }
.merit-title { font-size: 1.2rem; font-weight: 900; line-height: 1.5; margin-bottom: 14px; }
.merit-title.text-gradient {
  background: linear-gradient(135deg, #3B4A51 0%, #162933 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.merit-text { font-size: 0.82rem; line-height: 1.7; color: var(--color-text-sub, #757575); }
@media (max-width: 767px) {
  .merit-grid { grid-template-columns: 1fr; gap: 16px; }
  .merit-item { padding-top: 18px; }
  .merit-icon { width: 140px; height: 122px; }
  .merit-icon img { width: 104px; height: 104px; margin: 9px 18px; }
  .merit-title br { display: none; }
  .merit-heading { margin: 40px 0 24px; font-size: 1.2rem; }
}
.contact-confirm-compare { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.contact-confirm-compare .compare-title { text-align: left; }
.contact-confirm-compare .compare-data .compare-cell { min-height: auto; text-align: left; align-items: flex-start; white-space: pre-wrap; word-break: break-word; border: none; }
.contact-confirm-actions { display: flex; gap: 12px; margin-top: 28px; }
.contact-confirm-actions .btn { max-width: none; width: auto; flex: 1; cursor: pointer; }
.contact-confirm-actions .btn:disabled { cursor: not-allowed; opacity: 0.6; }
@media (max-width: 480px) {
  .contact-confirm-actions { flex-direction: column; }
  .contact-confirm-actions .btn { font-size: 1rem; padding: 16px 20px; }
}
.reservation-intro::before { content: none; }
.reservation-lead {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
  text-align: center;
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reservation-shop-cta { text-align: center; margin-top: 10px; }
@media (max-width: 767px) {
  .reservation-lead { font-size: 1.2rem; }
}
.footer-links .footer-sim-link { white-space: nowrap; }
.footer-sim-link-sp { display: none; }
@media (max-width: 767px) {
  .footer-links .footer-sim-link { display: none; }
  .footer-sim-link-sp {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: var(--color-white);
    margin-top: -18px;
  }
}
