/* v7: glanceable visual storytelling and proof-led conversion design */
.pro-icon { width: 1em; height: 1em; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-shell { display: grid; place-items: center; }
.section-grid > * { min-width: 0; }

/* Hero proof seal */
.hero-proof { width: min(690px,100%); margin-top: 25px; padding: 16px 18px 14px; color: #fff; background: linear-gradient(105deg,rgba(255,255,255,.12),rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.24); border-radius: 16px; backdrop-filter: blur(10px); box-shadow: 0 18px 42px rgba(0,0,0,.16); }
.hero-proof-title { display: flex; align-items: center; gap: 11px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-proof-title .crown { width: 34px; height: 34px; color: #071b33; background: linear-gradient(145deg,#ffd86a,#ff8a24); border-radius: 50%; box-shadow: 0 0 24px rgba(255,149,41,.34); }
.hero-proof-title .pro-icon { width: 19px; height: 19px; stroke-width: 1.9; }
.hero-proof-title strong { font-size: 15px; letter-spacing: .02em; }
.hero-proof-stats { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); }
.hero-proof-stats > span { min-width: 0; padding: 0 14px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-proof-stats > span:first-child { padding-left: 0; border-left: 0; }
.hero-proof-stats strong { display: block; color: #fff; font-family: Arial,"Noto Sans JP",sans-serif; font-size: clamp(24px,2vw,31px); line-height: 1.1; letter-spacing: -.03em; }
.hero-proof-stats strong small { margin-left: 3px; color: #ffac55; font-size: 12px; }
.hero-proof-stats em { display: block; margin-top: 5px; color: rgba(255,255,255,.68); font-size: 12px; font-style: normal; white-space: nowrap; }
.hero-proof > p { margin: 9px 0 0; color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.5; }
.hero-unified .unified-inner { min-height: 1000px; }
.hero-unified .unified-copy { padding-bottom: 25px; }

/* Campaign: urgency and premium diagnostic */
.diagnosis-wrap { padding: 78px 0 !important; background: linear-gradient(180deg,#fff 0%,#f5f8fc 100%) !important; }
.diagnosis-card { position: relative; isolation: isolate; grid-template-columns: 240px minmax(0,1fr) 285px !important; gap: 38px !important; padding: 34px !important; overflow: hidden !important; background: linear-gradient(118deg,#fff 0%,#fff8e9 38%,#f1f6ff 100%) !important; border: 1px solid rgba(9,43,78,.14); border-radius: 28px !important; box-shadow: 0 26px 70px rgba(7,30,58,.13),0 0 0 7px rgba(255,255,255,.8) !important; }
.diagnosis-card::before { content: ""; position: absolute; z-index: -1; inset: -45% -5% auto 32%; width: 520px; height: 290px; opacity: .7; background: radial-gradient(circle at 30% 45%,rgba(255,186,67,.33) 0 2px,transparent 3px),radial-gradient(circle at 65% 30%,rgba(255,126,23,.25) 0 2px,transparent 3px),radial-gradient(circle,rgba(255,190,62,.22),transparent 68%); background-size: 57px 57px,83px 83px,auto; animation: campaign-glow 7s ease-in-out infinite alternate; }
.diagnosis-card::after { content: "" !important; display: block !important; position: absolute; inset: 0 auto 0 0; width: 7px; background: linear-gradient(#ffb22e,#f06400,#0b3c72); }
.diagnosis-badge { position: static !important; align-self: stretch; padding: 23px 20px !important; display: flex !important; flex-direction: column; align-items: center; justify-content: center; gap: 10px !important; color: #fff !important; text-align: center; overflow: visible !important; background: linear-gradient(150deg,#092b51 0%,#061a32 68%,#173d65 100%) !important; border: 1px solid rgba(255,255,255,.18); border-radius: 20px !important; box-shadow: 0 18px 35px rgba(5,25,49,.2); }
.campaign-crown { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #ffc74f; }
.campaign-crown .pro-icon { width: 38px; height: 38px; filter: drop-shadow(0 0 12px rgba(255,176,42,.42)); }
.campaign-crown span { padding: 0 !important; color: #ffc764 !important; background: transparent !important; border: 0 !important; font-size: 9px; letter-spacing: .18em; }
.diagnosis-badge > span,.diagnosis-badge > strong,.diagnosis-badge > b { padding: 0 !important; color: #fff !important; background: transparent !important; border: 0 !important; }
.diagnosis-badge > span { font-size: 18px; font-weight: 800; }
.diagnosis-badge > span i { color: #ffb246; font-size: 28px; }
.diagnosis-badge > strong { font-size: 20px; }
.diagnosis-badge > strong i { color: #ffb246; font-size: 31px; }
.diagnosis-badge > b { width: 100%; padding: 10px 12px !important; color: #071b33 !important; background: linear-gradient(100deg,#ffd96a,#ff9a2f) !important; border-radius: 999px !important; font-size: 22px; box-shadow: 0 8px 25px rgba(255,135,28,.25); }
.diagnosis-badge > small { color: rgba(255,255,255,.58); font-size: 11px; }
.campaign-slots { width: 100%; display: grid; grid-template-columns: repeat(5,1fr); gap: 5px; }
.campaign-slots i { height: 7px; background: rgba(255,255,255,.18); border-radius: 999px; }
.campaign-slots i.is-filled { background: linear-gradient(90deg,#ff9b31,#ffd35f); box-shadow: 0 0 10px rgba(255,173,52,.35); }
.diagnosis-copy { align-self: center; }
.diagnosis-copy h2 { margin-bottom: 17px !important; font-size: clamp(30px,2.65vw,42px) !important; line-height: 1.34 !important; }
.diagnosis-copy h2 span { color: #ee6100 !important; }
.diagnosis-copy > p:not(.section-label) { color: #405a73 !important; font-size: 16px; line-height: 1.9; }
.diagnosis-copy ul { margin-top: 22px !important; display: grid !important; grid-template-columns: repeat(3,1fr); gap: 10px !important; }
.diagnosis-copy li { min-width: 0; padding: 12px !important; display: flex; align-items: center; gap: 9px; color: #0a315c !important; background: rgba(255,255,255,.72) !important; border: 1px solid rgba(8,52,96,.13) !important; border-radius: 12px !important; font-size: 12px !important; line-height: 1.45; }
.diagnosis-copy li .pro-icon { flex: 0 0 auto; width: 27px; height: 27px; color: #ef6607; }
.diagnosis-copy li strong { font-size: 14px; }
.diagnosis-action { align-self: stretch; padding: 27px 24px !important; display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(150deg,#0b3b6a,#071c35) !important; border: 0 !important; border-radius: 20px !important; box-shadow: 0 16px 34px rgba(5,32,62,.18); }
.diagnosis-action p > span,.diagnosis-action p > small,.diagnosis-action > small { color: rgba(255,255,255,.7) !important; }
.diagnosis-action p > strong { color: #ffae3f !important; text-shadow: 0 0 26px rgba(255,148,43,.28); }
.diagnosis-action .button { background: linear-gradient(100deg,#f05a00,#ff7a00) !important; box-shadow: 0 12px 28px rgba(236,85,0,.3) !important; }

/* Four trust promises */
.trust-strip { background: linear-gradient(90deg,#071c35,#0c3a68 52%,#071c35) !important; border: 0 !important; }
.trust-items { min-height: 118px !important; }
.trust-items span { min-height: 84px; padding: 14px 25px !important; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 14px; color: #fff !important; text-align: left !important; border-color: rgba(255,255,255,.15) !important; }
.trust-items span::before { display: none; }
.trust-items .pro-icon { grid-row: 1 / 3; align-self: center; width: 43px; height: 43px; padding: 9px; color: #ffad42; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 13px; }
.trust-items strong { align-self: end; font-size: 17px; line-height: 1.35; }
.trust-items small { align-self: start; color: rgba(255,255,255,.57); font-size: 12px; font-weight: 500; line-height: 1.35; }

/* About: diagram and scannable problem cards */
.about .lead-text { color: #092b51; font-size: clamp(21px,2vw,28px); font-weight: 700; line-height: 1.75; }
.scope-flow { margin: 38px 0 !important; padding: 18px !important; background: linear-gradient(110deg,#f5f9ff,#fff8ed) !important; border-radius: 18px !important; }
.scope-flow span { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.scope-flow .pro-icon { width: 37px; height: 37px; padding: 8px; color: #0c4b83; background: #fff; border: 1px solid #d7e2ef; border-radius: 12px; box-shadow: 0 8px 18px rgba(5,42,77,.08); }
.scope-flow b { font-size: 15px; }
.scope-flow i { font-size: 18px !important; }
.problem-panel { padding: 32px !important; background: linear-gradient(145deg,#071d38,#0d4777) !important; border-radius: 24px !important; box-shadow: 0 24px 50px rgba(5,32,61,.16); }
.problem-panel h3 { font-size: 23px !important; }
.problem-panel ul { gap: 12px !important; }
.problem-panel li { min-height: 70px; padding: 13px !important; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.76) !important; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.11); border-radius: 13px; font-size: 14px !important; }
.problem-panel li::before { display: none; }
.problem-panel li .pro-icon { flex: 0 0 auto; width: 33px; height: 33px; padding: 7px; color: #ffb044; background: rgba(255,176,68,.09); border-radius: 10px; }
.problem-panel li strong { color: #fff; }

/* Five strengths */
.strengths { background: linear-gradient(180deg,#f4f7fb,#eef3f9) !important; }
.strengths .section-heading h2 { font-size: clamp(44px,4.6vw,67px); }
.strength-grid { gap: 21px !important; }
.strength-card { min-height: 370px !important; padding: 31px !important; overflow: hidden; background: linear-gradient(155deg,#fff,#f8fbff) !important; box-shadow: 0 15px 35px rgba(8,37,69,.07); }
.strength-card::after { content: ""; position: absolute; right: -55px; bottom: -65px; width: 160px; height: 160px; background: radial-gradient(circle,rgba(14,73,127,.1),transparent 68%); }
.strength-card.featured { background: linear-gradient(145deg,#071d38,#0d4778) !important; }
.strength-card .line-icon { width: 72px !important; height: 72px !important; display: grid; place-items: center; color: #0b467c !important; background: linear-gradient(145deg,#fff,#e7eff8) !important; border: 1px solid #d6e0eb; border-radius: 20px !important; box-shadow: 0 12px 24px rgba(7,39,72,.1); }
.strength-card.featured .line-icon { color: #071c35 !important; background: linear-gradient(145deg,#ffd963,#ff8b2a) !important; border: 0; }
.strength-card .line-icon .pro-icon { width: 38px; height: 38px; stroke-width: 1.55; }
.strength-card h3 { margin-top: 31px !important; font-size: 24px !important; line-height: 1.45 !important; }
.strength-card p { font-size: 15px !important; line-height: 1.8; }

/* Services: visual stage cards */
.service-grid { gap: 20px !important; background: transparent !important; border: 0 !important; }
.service-card { min-height: 470px !important; padding: 30px !important; overflow: hidden; background: linear-gradient(160deg,#fff 0%,#f7fafe 100%) !important; border: 1px solid #d5e0ec; border-radius: 22px; box-shadow: 0 18px 38px rgba(7,37,69,.07); }
.service-card:nth-child(2) { background: linear-gradient(160deg,#fff 0%,#fff9ef 100%) !important; }
.service-icon { margin: -30px -30px 27px; padding: 24px 29px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(115deg,#082849,#0c4d84); }
.service-card:nth-child(2) .service-icon { background: linear-gradient(115deg,#dc5000,#ff8224); }
.service-icon .pro-icon { width: 58px; height: 58px; padding: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); border-radius: 17px; }
.service-icon span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.service-card h3 { margin: 0 0 9px !important; font-size: 27px !important; }
.service-card > p { margin: 0 0 22px; color: #51677e; font-size: 15px; }
.service-card > p strong { color: #092c53; }
.service-card li { padding: 13px 0 !important; font-size: 15px !important; }
.service-card li::before { content: "✓" !important; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 9px !important; color: #fff !important; background: #ef690f; border-radius: 50%; font-size: 11px; }

/* AI information design */
.ai-principles { gap: 20px !important; }
.ai-principles article { min-height: 310px; padding: 30px !important; border: 1px solid #d7e2ed !important; border-top: 0 !important; border-radius: 20px; box-shadow: 0 16px 34px rgba(7,38,70,.06); }
.ai-principles article > div { display: flex; align-items: center; justify-content: space-between; }
.ai-principles .pro-icon { width: 62px; height: 62px; padding: 14px; color: #fff; background: linear-gradient(145deg,#0a477e,#071f3c); border-radius: 18px; }
.ai-principles article:nth-child(2) .pro-icon { background: linear-gradient(145deg,#f4771b,#d44e00); }
.ai-principles article > div span { font-size: 14px !important; }
.ai-principles h3 { margin: 34px 0 12px !important; font-size: 24px !important; }
.ai-principles p { font-size: 15px !important; line-height: 1.8; }

/* Workflow and decision guide */
.flow-list { gap: 12px; }
.flow-list li { min-height: 310px !important; padding: 28px !important; border: 1px solid #d6e1ec !important; border-radius: 18px; box-shadow: 0 14px 32px rgba(7,37,69,.06); }
.flow-list li::after { display: none !important; }
.flow-list li > span { display: flex; align-items: center; justify-content: space-between; }
.flow-list li > span .pro-icon { width: 58px; height: 58px; padding: 13px; color: #fff; background: linear-gradient(145deg,#0b497f,#08223f); border-radius: 17px; }
.flow-list li:nth-child(even) > span .pro-icon { background: linear-gradient(145deg,#ff8527,#dc5000); }
.flow-list li > span b { color: #e96308; font-size: 13px; }
.flow-list h3 { margin: 40px 0 14px !important; font-size: 22px !important; }
.flow-list p { font-size: 14px !important; line-height: 1.8; }
.choice-list { gap: 12px; }
.choice-list article { padding: 20px !important; grid-template-columns: 72px 1fr !important; align-items: center; background: #fff; border: 1px solid #d7e1ec !important; border-radius: 16px; transition: transform .2s,box-shadow .2s; }
.choice-list article:hover { transform: translateX(5px); box-shadow: 0 14px 30px rgba(7,37,69,.07); }
.choice-list > article > span { display: grid; grid-template-columns: 1fr auto; align-items: center; }
.choice-list .pro-icon { width: 48px; height: 48px; padding: 11px; color: #fff; background: linear-gradient(145deg,#0a477d,#071e3a); border-radius: 14px; }
.choice-list span b { color: #ed650b; font-size: 11px; }
.choice-list h3 { font-size: 22px !important; }.choice-list p { font-size: 14px !important; }

@keyframes campaign-glow { to { transform: translate3d(35px,18px,0) scale(1.08); opacity: 1; } }

@media (max-width: 1180px) {
  .diagnosis-card { grid-template-columns: 210px 1fr !important; }
  .diagnosis-action { grid-column: 1 / -1; display: grid !important; grid-template-columns: .55fr 1fr; gap: 20px; align-items: center; }
  .diagnosis-action > small { grid-column: 1 / -1; }
  .hero-unified .unified-inner { min-height: 1160px; }
  .trust-items span { padding-inline: 16px !important; grid-template-columns: 40px 1fr; column-gap: 10px; }
  .trust-items .pro-icon { width: 38px; height: 38px; }
  .trust-items strong { font-size: 15px; }
}

@media (max-width: 760px) {
  .hero-unified .unified-inner { min-height: 1390px; }
  .hero-proof { padding: 14px; }
  .hero-proof-title strong { font-size: 13px; }
  .hero-proof-stats { gap: 0; }
  .hero-proof-stats > span { padding: 0 8px; }
  .hero-proof-stats strong { font-size: 22px; }
  .hero-proof-stats em { font-size: 10px; white-space: normal; }
  .hero-proof > p { font-size: 10px; }
  .diagnosis-wrap { padding: 48px 0 !important; }
  .diagnosis-card { grid-template-columns: 1fr !important; padding: 18px !important; gap: 25px !important; border-radius: 22px !important; }
  .diagnosis-badge { padding: 20px !important; }
  .diagnosis-copy ul { grid-template-columns: 1fr !important; }
  .diagnosis-copy li { font-size: 13px !important; }
  .diagnosis-action { grid-column: auto; display: flex !important; }
  .trust-items { padding: 12px 0 !important; grid-template-columns: 1fr 1fr !important; gap: 0; }
  .trust-items span { min-height: 96px; padding: 12px 9px !important; grid-template-columns: 35px 1fr; column-gap: 8px; }
  .trust-items .pro-icon { width: 34px; height: 34px; padding: 7px; }
  .trust-items strong { font-size: 13px; }.trust-items small { font-size: 10px; }
  .scope-flow { align-items: flex-start !important; overflow-x: auto; }
  .sticky-heading,.about-content { width: auto; min-width: 0; }
  .scope-flow span { min-width: 58px; }.scope-flow .pro-icon { width: 34px; height: 34px; }.scope-flow b { font-size: 12px; }
  .problem-panel { padding: 22px !important; }.problem-panel ul { grid-template-columns: 1fr !important; }
  .strengths .section-heading h2 { font-size: 38px; }
  .strength-card { min-height: 330px !important; }
  .service-card { min-height: auto !important; padding: 25px !important; }
  .service-icon { margin: -25px -25px 24px; padding: 21px 24px; }
  .ai-principles article { min-height: 280px; }
  .flow-list { gap: 12px !important; }.flow-list li { min-height: 270px !important; border: 1px solid #d6e1ec !important; }
  .choice-list article { grid-template-columns: 62px 1fr !important; }
  .choice-list .pro-icon { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .diagnosis-card::before { animation: none; }
}
[data-motion-paused="true"] .diagnosis-card::before { animation-play-state: paused; }
