/* ============ PROBLEM SECTION ============ */
.problem-section { background: var(--blue-pale); padding: 60px 0 50px; }
.problem-title { font-size: 30px; font-weight: 800; color: var(--text-dark); text-align: center; margin-bottom: 18px; line-height: 1.5; }
.problem-title .hi { color: var(--blue-primary); border-bottom: 3px solid var(--blue-primary); padding-bottom: 4px; }
.problem-desc { text-align: center; color: var(--text-gray); font-size: 14.5px; margin-bottom: 40px; line-height: 1.9; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 36px; }
.problem-card { background: var(--white); border-radius: 12px; padding: 0 0 24px; text-align: center; box-shadow: 0 4px 8px -6px rgba(20,40,90,0.25); overflow: hidden; position: relative; }
.problem-card-top { padding: 22px 18px 12px; position: relative; }
.problem-icon { height: 95px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.problem-icon img { height: 100%; width: auto; margin: 0 auto; }
.problem-card-title { font-weight: 800; color: var(--blue-primary); font-size: 16px; line-height: 1.6; padding: 12px 18px; min-height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px dashed #cdddf5; margin: 0 18px 16px; }
.problem-card-text { font-size: 12.5px; color: var(--text-gray); line-height: 1.85; text-align: left; padding: 0 18px; }
.problem-cta-bar { background: var(--blue-light-bg); border: 1px solid #cdddf5; border-radius: 12px; padding: 14px 26px; display: flex; align-items: center; gap: 16px; }
.problem-cta-icon { width: 50px; height: 50px; flex-shrink: 0; }
.problem-cta-text { flex: 1; font-weight: 700; font-size: 16px; color: var(--blue-deep); }
.problem-cta-arrow { color: var(--orange); font-size: 22px; font-weight: 900; }


/* ============ ABOUT / 4STEP SECTION ============ */
.about-banner {
  background: var(--blue-light-bg);
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 50px 0 46px;
}
.about-banner img { width: 52px; height: 52px; flex-shrink: 0; }
.about-banner p { flex: 1; font-weight: 700; font-size: 17px; color: var(--blue-deep); }
.about-banner .arrow { color: var(--orange); font-size: 22px; font-weight: 900; }

.about-section { padding: 10px 0 56px; }
.about-lead { text-align: center; color: var(--text-gray); font-size: 14.5px; line-height: 2; margin: 20px 0 40px; }

.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-bottom: 40px; position: relative; }
.step-card { background: var(--blue-pale); border: 1px solid var(--border-light); padding: 26px 20px; position: relative; text-align: center; border-radius: 8px; }
.step-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -14px; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  background: var(--blue-primary);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 900;
  z-index: 3;
}
.step-head { display: flex; align-items: center; gap: 10px; justify-content: center; margin-bottom: 18px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: var(--blue-deep); color: var(--white); font-size: 12px; font-weight: 800; border-radius: 50%; flex-shrink: 0; }
.step-head-title { font-weight: 800; color: var(--blue-deep); font-size: 14.5px; }
.step-icon { height: 64px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step-icon img { height: 100%; width: auto; margin: 0 auto; }
.step-card-title { font-weight: 800; color: var(--blue-deep); font-size: 14px; line-height: 1.7; margin-bottom: 12px; min-height: 70px; }
.step-card-text { font-size: 12px; color: var(--text-gray); line-height: 1.8; text-align: left; }

.divider-label { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 44px 0 26px; }
.divider-label .line { width: 60px; height: 1px; background: var(--blue-primary); }
.divider-label .txt { font-weight: 800; color: var(--blue-deep); font-size: 17px; }
.divider-label .arrow-r { color: var(--blue-primary); }

.example-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 30px; }
.example-item { display: flex; align-items: center; gap: 10px; background: var(--blue-pale); border: 1px solid var(--border-light); border-radius: 8px; padding: 14px 16px; font-size: 13.5px; font-weight: 600; color: var(--text-dark); }
.example-item .check { width: 20px; height: 20px; border-radius: 50%; background: var(--blue-primary); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }

.consult-bar { display: flex; align-items: center; gap: 20px; border: 1px solid var(--border-light); border-radius: 10px; padding: 18px 24px; }
.consult-bar img { width: 60px; height: 60px; flex-shrink: 0; }
.consult-bar p { flex: 1; font-weight: 700; font-size: 15px; }
.consult-bar .btns { display: flex; gap: 12px; flex-shrink: 0; }
.consult-bar .btn { font-size: 14px; padding: 11px 18px; }


/* ============ MERIT SECTION ============ */
.merit-section { background: var(--blue-pale); padding: 56px 0 50px; }
.merit-grid-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 36px 0 18px; }
.merit-grid-bottom { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 0 auto 30px; gap: 18px; }
.merit-card { background: var(--white); border-radius: 12px; padding: 24px 22px; text-align: center; box-shadow: 0 2px 10px rgba(20,40,90,0.06); }
.merit-badge { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: var(--blue-deep); color: var(--white); font-weight: 800; font-size: 13px; border-radius: 50%; margin-bottom: 14px; }
.merit-icon { height: 60px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.merit-icon img { height: 100%; width: auto; margin: 0 auto; }
.merit-card-title { font-weight: 800; color: var(--blue-deep); font-size: 16px; margin-bottom: 12px; line-height: 1.5; }
.merit-card-text { font-size: 12.5px; color: var(--text-gray); line-height: 1.85; text-align: left; }

.merit-cta-bar { background: var(--blue-deep); border-radius: 10px; padding: 22px 30px; display: flex; align-items: center; gap: 20px; color: var(--white); }
.merit-cta-bar svg { width: 34px; height: 34px; flex-shrink: 0; }
.merit-cta-bar p { flex: 1; font-weight: 700; font-size: 16px; line-height: 1.6; }
.merit-cta-bar .btns { display: flex; gap: 12px; flex-shrink: 0; }
.merit-cta-bar .btn { font-size: 14px; padding: 12px 20px; }
.merit-cta-bar .btn-outline-white { border: 2px solid var(--white); }


/* ============ PLAN SECTION ============ */
.plan-section { padding: 56px 0; background: var(--blue-pale); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 30px 0 30px; }
.plan-card { background: var(--white); border: 2px solid var(--border-light); border-radius: 14px; padding: 30px 24px 24px; position: relative; text-align: center; }
.plan-card.featured { border-color: var(--orange); }
.plan-ribbon { position: absolute; top: -10px; right: 22px; background: var(--yellow); color: #6b4500; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 4px; transform: rotate(8deg); }
.plan-tag { display: inline-block; font-size: 12px; font-weight: 700; padding: 5px 16px; border-radius: 999px; margin-bottom: 14px; }
.plan-tag.small { background: var(--blue-deep); color: var(--white); }
.plan-tag.multi { background: var(--orange); color: var(--white); }
.plan-tag.lang { background: var(--blue-navy); color: var(--white); }
.plan-target { font-size: 12.5px; color: var(--text-gray); margin-bottom: 16px; min-height: 36px; }
.plan-head { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 16px; }
.plan-head img { width: 70px; height: 56px; flex-shrink: 0; object-fit: contain; }
.plan-head-text { text-align: left; }
.plan-series { font-size: 12px; color: var(--text-light-gray); font-weight: 600; }
.plan-name { font-size: 22px; font-weight: 800; color: var(--blue-deep); line-height: 1.2; }
.plan-price { font-size: 13px; color: var(--text-gray); margin-bottom: 16px; }
.plan-price .num { font-size: 26px; font-weight: 900; color: var(--orange-dark); margin: 0 2px; }
.plan-features { list-style: none; margin-bottom: 20px; border-top: 1px dashed var(--border-light); padding-top: 14px; }
.plan-features li { font-size: 12.5px; color: var(--text-dark); padding: 6px 0 6px 22px; position: relative; line-height: 1.6; text-align: left; }
.plan-features li::before { content: "✓"; color: var(--blue-primary); font-weight: 900; position: absolute; left: 0; }
.plan-card .btn { width: 100%; font-size: 14px; padding: 12px; }

.option-row { background: var(--white); border-radius: 12px; padding: 18px 26px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 0; }
.option-tag { background: var(--blue-deep); color: var(--white); font-weight: 800; font-size: 13px; padding: 12px 16px; border-radius: 8px; line-height: 1.5; flex-shrink: 0; text-align: center; }
.option-item { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 11.5px; color: var(--text-dark); font-weight: 600; text-align: center; }
.option-item .oicon { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: var(--blue-primary); }


/* ============ REASON SECTION ============ */
.reason-section { padding: 56px 0; }
.reason-top { display: grid; grid-template-columns: 280px 1fr 200px; gap: 20px; align-items: stretch; }
.reason-map-card { background: var(--blue-pale); border-radius: 12px; padding: 24px; }
.reason-map-card .title-txt { font-weight: 800; color: var(--blue-deep); font-size: 20px; line-height: 1.5; margin-bottom: 14px; }
.reason-map-card img { width: 110px; margin: 14px 0 14px; }
.reason-map-card .num-stat { font-size: 14px; color: var(--text-dark); font-weight: 700; }
.reason-map-card .num-stat .big-num { font-size: 30px; font-weight: 900; color: var(--orange-dark); margin: 0 4px; }
.reason-map-card .stat-note { font-size: 11.5px; color: var(--text-gray); line-height: 1.7; margin-top: 10px; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reason-card { text-align: center; padding: 14px 10px; border: 1px solid var(--border-light); border-radius: 12px; }
.reason-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: var(--blue-deep); color: var(--white); font-weight: 800; font-size: 12px; border-radius: 50%; margin-bottom: 12px; }
.reason-icon { height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.reason-icon img { height: 100%; width: auto; margin: 0 auto; }
.reason-card-title { font-weight: 800; color: var(--blue-deep); font-size: 14px; margin-bottom: 8px; line-height: 1.5; }
.reason-card-text { font-size: 11.5px; color: var(--text-gray); line-height: 1.8; text-align: left; }
.reason-consult { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 18px; text-align: center; }
.reason-consult .icon-circle { width: 50px; height: 50px; border-radius: 50%; background: var(--blue-deep); color: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.reason-consult .icon-circle svg { width: 26px; height: 26px; }
.reason-consult h4 { color: var(--blue-deep); font-weight: 800; font-size: 13.5px; margin-bottom: 8px; }
.reason-consult p { font-size: 11px; color: var(--text-gray); margin-bottom: 14px; line-height: 1.7; }
.reason-consult .btn { width: 100%; font-size: 12.5px; padding: 10px; margin-bottom: 8px; }


/* ============ CASE FLOW SECTION ============ */
.case-section { background: var(--blue-pale); padding: 56px 0; }
.flow-diagram { background: var(--white); border-radius: 14px; padding: 30px; margin-top: 36px; }
.flow-top-center { text-align: center; margin-bottom: 10px; }
.flow-top-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid #cdddf5; border-radius: 999px; padding: 8px 22px; font-weight: 700; color: var(--blue-deep); font-size: 14px; }
.flow-down-arrow { width: 24px; height: 30px; margin: 10px auto; display: block; color: var(--blue-primary); }
.flow-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 20px; }
.flow-side { background: var(--blue-pale); border-radius: 14px; padding: 22px 20px; text-align: center; position: relative; }
.flow-side.red { background: #fff3f3; }
.flow-side .side-tag { display: inline-block; font-size: 12px; font-weight: 800; padding: 6px 18px; border-radius: 999px; margin-bottom: 12px; color: var(--white); }
.flow-side.red .side-tag { background: var(--red); }
.flow-side.blue .side-tag { background: var(--blue-deep); }
.flow-side .side-title { font-weight: 800; font-size: 17px; line-height: 1.5; margin-bottom: 14px; color: var(--blue-deep); }
.flow-side.red .side-title { color: var(--red); }
.flow-icons-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 14px 0 16px; }
.flow-icons-row img { height: 60px; }
.flow-side .desc { font-size: 12px; color: var(--text-gray); line-height: 1.85; text-align: left; margin-bottom: 14px; }
.flow-side .ex-box { background: rgba(229,62,62,0.07); border-radius: 6px; padding: 8px 12px; font-size: 11.5px; color: var(--text-dark); text-align: left; }
.flow-side.blue .ex-box { background: rgba(26,79,204,0.07); }
.flow-side .ex-box .ex-label { color: var(--red); font-weight: 800; margin-right: 4px; font-size: 10px; }
.flow-side.blue .ex-box .ex-label { color: var(--blue-deep); }
.flow-center { text-align: center; padding: 0 10px; }
.flow-center-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--blue-pale); border: 1px solid #cdddf5; padding: 6px 16px; border-radius: 999px; font-weight: 700; color: var(--blue-deep); font-size: 13px; margin-bottom: 10px; }
.flow-receptionist { width: 130px; height: 130px; margin: 0 auto; border-radius: 50%; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.flow-receptionist img { width: 100%; }
.flow-center-title { font-weight: 800; color: var(--blue-deep); font-size: 17px; margin: 10px 0 6px; }
.flow-center-desc { font-size: 12px; color: var(--text-gray); line-height: 1.7; }
.flow-arrow { font-size: 30px; font-weight: 900; color: var(--blue-primary); }
.flow-arrow.red { color: var(--red); }

.rules-row { background: var(--white); border-radius: 12px; padding: 22px 26px; margin-top: 22px; display: grid; grid-template-columns: 220px repeat(3, 1fr); gap: 16px; align-items: center; }
.rules-row .lead { font-weight: 800; color: var(--blue-deep); font-size: 15px; line-height: 1.5; }
.rules-item { display: flex; flex-direction: column; gap: 4px; }
.rules-item .top { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--blue-deep); font-size: 13px; }
.rules-item .top .ck { color: var(--green); }
.rules-item .top.ng .ck { color: var(--red); }
.rules-item .bot { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text-gray); padding-left: 24px; }

.case-cta-bar-blue {
  background: var(--blue-deep); border-radius: 10px; padding: 22px 30px; display: flex; align-items: center; gap: 20px; color: var(--white); margin-top: 24px;
}
.case-cta-bar-blue svg { width: 34px; height: 34px; flex-shrink: 0; }
.case-cta-bar-blue p { flex: 1; font-weight: 700; font-size: 16px; line-height: 1.6; }
.case-cta-bar-blue .btns { display: flex; gap: 12px; flex-shrink: 0; }
.case-cta-bar-blue .btn { font-size: 14px; padding: 12px 20px; }
.case-cta-bar-blue .btn-outline-white { border: 2px solid var(--white); }

/* Case studies (事例1, 事例2) */
.example-cases { padding: 56px 0 50px; background: var(--white); }
.case-item { border: 1px solid var(--border-light); border-radius: 14px; padding: 26px 28px; margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.case-item-left { }
.case-item-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.case-num { background: var(--blue-deep); color: var(--white); border-radius: 50%; width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; flex-shrink: 0; }
.case-num small { font-size: 9px; }
.case-num strong { font-size: 16px; font-weight: 900; }
.case-item-title { font-weight: 800; color: var(--blue-deep); font-size: 16px; line-height: 1.5; }
.case-desc { font-size: 12.5px; color: var(--text-gray); line-height: 1.85; margin-bottom: 16px; }
.case-meta { background: var(--blue-pale); border-radius: 8px; padding: 12px 16px; }
.case-meta-row { display: flex; font-size: 12px; color: var(--text-dark); margin-bottom: 6px; line-height: 1.5; }
.case-meta-row .lbl { width: 75px; flex-shrink: 0; font-weight: 600; }
.case-meta-row .col { margin-right: 4px; }
.case-chat-center { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.case-chat-title { font-weight: 700; color: var(--blue-deep); font-size: 13px; margin-bottom: 6px; text-align: center; }
.case-chat-line { display: flex; gap: 8px; align-items: flex-start; max-width: 100%; }
.case-chat-line.right { flex-direction: row-reverse; }
.case-chat-avatar { width: 50px; flex-shrink: 0; text-align: center; }
.case-chat-avatar img { width: 50px; }
.case-chat-avatar .nm { font-size: 10px; color: var(--text-gray); margin-top: 2px; }
.case-chat-bubble { background: var(--blue-pale); border-radius: 10px; padding: 10px 12px; font-size: 11.5px; line-height: 1.6; flex: 1; }
.case-chat-line.right .case-chat-bubble { background: #fff8e6; }

.case-flow-row { display: flex; align-items: center; gap: 8px; justify-content: center; flex-wrap: nowrap; }
.case-flow-item { text-align: center; }
.case-flow-item img { width: 50px; height: 50px; object-fit: contain; }
.case-flow-item .nm { font-size: 10px; color: var(--text-dark); font-weight: 600; margin-top: 2px; }
.case-flow-item .ttl { font-size: 11px; color: var(--text-dark); font-weight: 700; margin-top: 2px; }
.case-flow-arrow { color: var(--blue-primary); font-size: 18px; font-weight: 900; }
.case-flow-arrow.green { color: var(--green); }

.case-bottom-note { background: var(--blue-pale); border-radius: 8px; padding: 14px 18px; margin-top: 24px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.case-bottom-note p { flex: 1; font-size: 13px; color: var(--text-dark); line-height: 1.7; }
.case-bottom-note .btns { display: flex; gap: 10px; }
.case-bottom-note .btn { font-size: 13px; padding: 10px 18px; }


/* ============ VOICE SECTION ============ */
.voice-section { padding: 56px 0; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; margin-bottom: 16px; }
.voice-grid-bottom { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 0 auto 30px; gap: 16px; }
.voice-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 20px 22px; }
.voice-card-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.voice-badge { background: var(--blue-deep); color: var(--white); padding: 6px 10px; border-radius: 6px; text-align: center; line-height: 1.1; flex-shrink: 0; }
.voice-badge small { display: block; font-size: 9px; }
.voice-badge strong { font-size: 15px; font-weight: 900; }
.voice-title { font-weight: 800; color: var(--blue-deep); font-size: 14.5px; line-height: 1.5; flex: 1; }
.voice-profile { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.voice-avatar { width: 60px; height: 60px; border-radius: 50%; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.voice-avatar img { width: 70%; }
.voice-avatar.initial { font-weight: 800; color: var(--blue-deep); font-size: 22px; }
.voice-profile-text { font-size: 12px; }
.voice-profile-text .area { color: var(--text-gray); }
.voice-profile-text .firm { font-weight: 700; color: var(--text-dark); font-size: 13px; }
.voice-profile-text .yrs { display: inline-block; background: var(--orange); color: var(--white); font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-top: 4px; }
.voice-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.voice-tag { background: var(--blue-pale); border: 1px solid #cdddf5; color: var(--blue-deep); font-size: 11px; padding: 3px 10px; border-radius: 999px; }
.voice-text { font-size: 12.5px; color: var(--text-gray); line-height: 1.85; }
.voice-text .hi { color: var(--blue-primary); font-weight: 700; }
.voice-more { text-align: center; }
.voice-more .btn { font-size: 13px; padding: 11px 32px; }


/* ============ FAQ SECTION ============ */
.faq-section { background: var(--blue-pale); padding: 56px 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; margin-bottom: 20px; }
.faq-item { background: var(--white); border-radius: 8px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; cursor: pointer; transition: transform 0.15s; }
.faq-item:hover { transform: translateY(-1px); }
.faq-icon { background: var(--blue-primary); color: var(--white); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; }
.faq-q { flex: 1; font-size: 13.5px; font-weight: 600; color: var(--text-dark); line-height: 1.6; }
.faq-toggle { color: var(--blue-primary); font-size: 18px; font-weight: 900; }
.faq-bottom-row { display: flex; align-items: center; justify-content: center; gap: 26px; background: var(--white); border-radius: 10px; padding: 16px; }
.faq-bottom-row .note { font-size: 13px; color: var(--text-gray); }
.faq-bottom-row .note::before { content: "❓"; margin-right: 6px; }


/* ============ INDUSTRY SECTION ============ */
.industry-section { padding: 56px 0; }
.industry-stat { position: relative; }
.industry-stat-badge { position: absolute; left: 0; top: 0; background: var(--red); color: var(--white); border-radius: 50%; width: 90px; height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; font-size: 11px; text-align: center; line-height: 1.3; }
.industry-stat-badge .big { font-size: 18px; font-weight: 900; }
.industry-stat-badge::after { content: ""; position: absolute; bottom: -6px; left: 30%; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid var(--red); }
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 30px; }
.industry-item { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 22px 16px; text-align: center; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; }
.industry-item:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(20,40,90,0.08); }
.industry-icon { height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.industry-icon img { height: 100%; width: auto; margin: 0 auto; }
.industry-name { font-weight: 800; color: var(--blue-deep); font-size: 13.5px; line-height: 1.5; }
.industry-more { text-align: right; margin-top: 16px; }
.industry-more .btn { font-size: 13px; padding: 10px 24px; }


/* ============ SERVICE LOGOS ============ */
.service-section { padding: 36px 0; }
.service-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.service-item { background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 16px 14px; text-align: center; min-width: 100px; cursor: pointer; transition: transform 0.15s; }
.service-item:hover { transform: translateY(-2px); }
.service-icon { width: 36px; height: 36px; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; }
.service-icon svg { width: 100%; height: 100%; }
.service-name { font-size: 12px; font-weight: 700; color: var(--text-dark); line-height: 1.4; }


/* ============ QUALITY SECTION ============ */
.quality-section { padding: 56px 0; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 36px 0 40px; }
.quality-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 24px 22px; text-align: center; }
.quality-badge { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: var(--blue-deep); color: var(--white); font-weight: 800; font-size: 13px; border-radius: 50%; margin-bottom: 14px; }
.quality-icon { height: 60px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.quality-icon img { height: 100%; width: auto; margin: 0 auto; }
.quality-card-title { font-weight: 800; color: var(--blue-deep); font-size: 15px; margin-bottom: 12px; line-height: 1.6; min-height: 50px; }
.quality-card-text { font-size: 12.5px; color: var(--text-gray); line-height: 1.85; text-align: left; }

.demo-box { background: var(--blue-pale); border-radius: 14px; padding: 28px 30px; margin-bottom: 50px; }
.demo-head { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--blue-deep); font-size: 17px; margin-bottom: 6px; }
.demo-head .sub { font-weight: 600; color: var(--text-gray); font-size: 13.5px; margin-left: 6px; }
.demo-flex { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; gap: 16px; margin-top: 22px; }
.demo-chat { display: flex; flex-direction: column; gap: 14px; }
.demo-row { display: flex; gap: 10px; align-items: flex-start; }
.demo-avatar { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--white); }
.demo-bubble { background: var(--white); border-radius: 10px; padding: 12px 16px; font-size: 13px; line-height: 1.7; flex: 1; box-shadow: 0 2px 6px rgba(20,40,90,0.06); }
.demo-bubble.yellow { background: #fff8e6; }
.demo-name { font-size: 11.5px; color: var(--text-gray); margin-top: 4px; text-align: center; }
.demo-arrow-mid { display: flex; align-items: center; justify-content: center; }
.demo-arrow-mid .circle { width: 40px; height: 40px; border-radius: 50%; background: var(--blue-primary); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 900; }
.report-box { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(20,40,90,0.08); }
.report-titlebar { background: #eef1f5; padding: 8px 14px; display: flex; gap: 6px; }
.report-titlebar span { width: 9px; height: 9px; border-radius: 50%; background: #d0d5dd; }
.report-body { padding: 18px 20px; }
.report-body h4 { display: flex; align-items: center; gap: 8px; color: var(--blue-deep); font-size: 14.5px; font-weight: 800; margin-bottom: 14px; }
.report-row { display: flex; font-size: 12.5px; margin-bottom: 9px; line-height: 1.7; }
.report-row .label { width: 76px; color: var(--text-gray); flex-shrink: 0; }
.report-row .label::before { content: "●"; color: var(--blue-primary); font-size: 8px; margin-right: 6px; }
.report-row .colon { margin-right: 6px; }
.demo-note { display: flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; color: var(--blue-deep); font-weight: 600; }


/* ============ TRUST SECTION ============ */
.trust-section { padding: 0 0 56px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 36px 0 30px; }
.trust-card { text-align: center; padding: 10px; }
.trust-icon { height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.trust-icon img { height: 100%; width: auto; margin: 0 auto; }
.trust-card-title { font-weight: 800; color: var(--blue-deep); font-size: 15px; margin-bottom: 10px; line-height: 1.6; }
.trust-card-text { font-size: 12.5px; color: var(--text-gray); line-height: 1.85; }

.scope-box { background: var(--blue-pale); border-radius: 14px; padding: 30px; display: grid; grid-template-columns: 220px 1fr; gap: 30px; margin-bottom: 30px; }
.scope-left h3 { color: var(--blue-deep); font-weight: 800; font-size: 17px; line-height: 1.6; margin-bottom: 14px; }
.scope-left img { width: 70px; margin-bottom: 14px; }
.scope-left p { font-size: 12.5px; color: var(--text-gray); line-height: 1.85; }
.scope-left .note { background: var(--white); border-radius: 8px; padding: 12px 14px; font-size: 12px; color: var(--blue-deep); margin-top: 14px; font-weight: 600; line-height: 1.7; }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.scope-col h4 { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14.5px; margin-bottom: 14px; }
.scope-col.ok h4 { color: var(--green); }
.scope-col.ng h4 { color: var(--red); }
.scope-col ul { list-style: none; }
.scope-col li { font-size: 12.5px; color: var(--text-dark); padding: 6px 0; padding-left: 16px; position: relative; line-height: 1.6; }
.scope-col.ok li::before { content: "●"; color: var(--green); font-size: 7px; position: absolute; left: 0; top: 11px; }
.scope-col.ng li::before { content: "●"; color: var(--red); font-size: 7px; position: absolute; left: 0; top: 11px; }
.scope-foot-note { font-size: 11px; color: var(--text-light-gray); text-align: right; margin-top: 10px; }

.bottom-cta-bar { background: var(--blue-deep); border-radius: 10px; padding: 22px 30px; display: flex; align-items: center; gap: 20px; color: var(--white); }
.bottom-cta-bar svg { width: 34px; height: 34px; flex-shrink: 0; }
.bottom-cta-bar p { flex: 1; font-weight: 700; font-size: 16px; line-height: 1.6; }
.bottom-cta-bar .btns { display: flex; gap: 12px; flex-shrink: 0; }
.bottom-cta-bar .btn { font-size: 14px; padding: 12px 20px; }
.bottom-cta-bar .btn-outline-white { border: 2px solid var(--white); }
