/* Product catalogue and detailed service pages. */
.industry-card { display: flex; flex-direction: column; }
.industry-card h4 { margin: 26px 0 12px; font-size: 18px; line-height: 1.5; }
.industry-questions { margin: 0 0 24px; padding-left: 22px; font-size: var(--font-body); line-height: 1.7; color: var(--muted); }
.industry-questions li + li { margin-top: 12px; }
.industry-questions li::marker { color: var(--royal); }
.industry-card .reading-links { margin-top: auto; padding-top: 4px; }
.industry-workshop { margin-top: 36px; padding: 32px; border-left: 3px solid #2454c7; background: #fff; }
.industry-workshop h3 { font-size: 26px; line-height: 1.3; margin: 0 0 16px; }
.industry-workshop > p { font-size: var(--font-body); line-height: 1.7; color: var(--muted); max-width: 90ch; margin: 0; }
@media(max-width:720px) { .industry-workshop { padding: 24px; } .industry-workshop h3 { font-size: 24px; } }
.catalog-section { padding: 88px 0; background: #f5f7fb; }
.catalog-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; margin-bottom: 40px; }
.catalog-intro h2, .selection-section h2, .product-section h2 { margin: 0; font-size: clamp(32px,3.3vw,48px); line-height: 1.18; letter-spacing: -.025em; text-wrap: balance; }
.catalog-intro > p { margin: 0; color: var(--muted); font-size: 20px; line-height: 1.7; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.catalog-card { padding: 30px; border: 1px solid #dbe3ef; border-radius: 18px; background: #fff; display: flex; flex-direction: column; min-width: 0; }
.catalog-card:hover { border-color: #6384cc; }
.catalog-card .catalog-category { color: #345993; font-size: 14px; font-weight: 600; margin: 0 0 20px; }
.catalog-card h3 { margin: 0 0 14px; font-size: 26px; line-height: 1.25; letter-spacing: -.02em; }
.catalog-card > p:not(.catalog-category) { margin: 0 0 24px; font-size: 18px; line-height: 1.65; color: var(--muted); }
.catalog-card > a { margin-top: auto; font-size: 17px; font-weight: 600; color: #0e38af; display: inline-flex; gap: 12px; min-height: 44px; align-items: center; }
.catalog-card > a:hover, .product-source a:hover, .footer-products a:hover { text-decoration: underline; }
.catalog-card--erp { background: #0c1847; border-color: #283e77; color: #fff; }
.catalog-card--erp .catalog-category, .catalog-card--erp > p:not(.catalog-category) { color: #cbd8ef; }
.catalog-card--erp > a { color: #bdcfff; }
.catalog-bottom { display: flex; flex-wrap: wrap; gap: 20px 36px; align-items: center; margin-top: 30px; }
.catalog-bottom p { color: var(--muted); margin: 0; max-width: 58ch; }
.catalog-bottom a, .reading-links a { font-size: 17px; line-height: 1.5; font-weight: 600; color: #0e38af; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; }
.reading-links { display: flex; flex-wrap: wrap; gap: 12px 32px; margin-top: 28px; }
.xl-section .reading-links a { color: #c3d4ff; }
.selection-section { padding: 88px 0; background: #fff; }
.selection-intro { max-width: 850px; margin-bottom: 36px; }
.selection-intro > p:not(.section-kicker) { color: var(--muted); font-size: 20px; line-height: 1.7; }
.selection-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.selection-card { border: 1px solid #dbe3ef; border-top: 4px solid #2454c7; border-radius: 0 0 16px 16px; padding: 32px; }
.selection-card h3 { margin: 0 0 16px; font-size: 27px; line-height: 1.25; }
.selection-card p, .selection-card li { color: var(--muted); font-size: 18px; line-height: 1.7; }
.selection-card ul { padding-left: 22px; }
.selection-card li + li { margin-top: 10px; }
.selection-note { padding: 24px 28px; border-left: 3px solid #2454c7; background: #edf2fc; margin: 28px 0 0; font-size: 18px; line-height: 1.7; color: #334a72; }
.product-hero { padding: 144px 0 72px; background: radial-gradient(ellipse at 90% 30%,#162a68,transparent 65%),#000221; color: #fff; }
.product-breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 40px; font-size: 15px; color: #cbd8ef; }
.product-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.product-hero-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(0,.75fr); align-items: center; gap: 70px; }
.product-hero h1 { font-size: clamp(36px,4.5vw,64px); line-height: 1.12; letter-spacing: -.03em; margin: 0; text-wrap: balance; }
.product-intro { color: #cbd8ef; font-size: 21px; line-height: 1.7; margin: 26px 0 30px; max-width: 58ch; }
.product-aside { border: 1px solid #4c6090; border-radius: 22px; padding: 32px; background: #111e4b; }
.product-code { color: #c3d4ff; font-size: 40px; font-weight: 700; line-height: 1.2; display: block; margin-bottom: 26px; }
.product-aside h2 { font-size: 22px; margin: 0 0 12px; line-height: 1.3; }
.product-aside p { margin: 0; color: #d5e0f3; font-size: 18px; line-height: 1.7; }
.product-toc { border-bottom: 1px solid #dbe3ef; background: #fff; }
.product-toc .section-shell { display: flex; flex-wrap: wrap; gap: 8px 32px; padding: 18px 0; }
.product-toc a { min-height: 44px; display: inline-flex; align-items: center; font-size: 17px; font-weight: 600; color: #254784; }
.product-section { padding: 76px 0; }
.product-section--soft { background: #f5f7fb; }
.product-section .product-section-intro { max-width: 760px; margin: 0 0 36px; }
.product-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 56px; }
.product-feature { border-top: 1px solid #cfd9ea; padding-top: 24px; }
.product-feature h3, .product-prepare h3 { font-size: 25px; line-height: 1.3; margin: 0 0 12px; }
.product-feature p, .product-prepare p, .product-scenario-copy { font-size: 18px; line-height: 1.7; color: var(--muted); margin: 0; }
.product-scenario-copy { max-width: 78ch; margin: 24px 0 32px; font-size: 20px; }
.product-flow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); list-style: none; padding: 0; margin: 0; border: 1px solid #ccd7ea; border-radius: 16px; overflow: hidden; }
.product-flow li { padding: 26px; font-size: 18px; font-weight: 600; line-height: 1.5; background: #fff; border-right: 1px solid #ccd7ea; }
.product-flow li:last-child { border: 0; }
.product-flow span { display: block; color: #2454a2; font-size: 14px; margin-bottom: 14px; }
.product-prepare { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin-top: 36px; }
.product-prepare article { min-width: 0; }
.product-scope { margin-top: 32px; padding: 22px 26px; background: #edf2fc; color: #334a72; border-radius: 12px; font-size: 17px; line-height: 1.65; }
.product-faq { max-width: 960px; }
.product-faq .faq-list { margin-top: 32px; }
.product-source { border-top: 1px solid #dbe3ef; margin-top: 40px; padding-top: 22px; font-size: 15px; line-height: 1.65; color: var(--muted); }
.product-source p { margin: 0 0 10px; }
.product-source ul { display: flex; flex-wrap: wrap; gap: 6px 24px; padding: 0; margin: 0; list-style: none; }
.product-source a { display: inline-flex; align-items: center; min-height: 44px; color: #0e38af; text-decoration: underline; text-underline-offset: 3px; }
.footer-products { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 6px 24px; padding: 20px 0; border-top: 1px solid #293452; font-size: 16px; color: #cbd8ef; }
.footer-products a { display: inline-flex; align-items: center; min-height: 44px; }
@media(max-width:1080px) {
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-hero-grid { grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 32px; }
  .product-prepare { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .product-flow { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-flow li { border-bottom: 1px solid #ccd7ea; }
  .product-flow li:nth-child(2) { border-right: 0; }
  .product-flow li:nth-child(3) { border-bottom: 0; }
}
@media(max-width:720px) {
  .catalog-section, .selection-section, .product-section { padding: 60px 0; }
  .catalog-intro, .catalog-grid, .selection-grid, .product-hero-grid, .product-feature-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .catalog-intro h2, .selection-section h2, .product-section h2 { font-size: 32px; }
  .catalog-intro > p, .selection-intro > p:not(.section-kicker), .product-intro, .product-scenario-copy { font-size: 18px; }
  .catalog-card, .selection-card, .product-aside { padding: 26px; }
  .catalog-card h3, .selection-card h3 { font-size: 25px; }
  .catalog-card > p:not(.catalog-category), .selection-card p, .selection-card li, .product-feature p, .product-prepare p { font-size: 17px; }
  .product-hero { padding: 112px 0 52px; }
  .product-hero h1 { font-size: 38px; }
  .product-breadcrumb { margin-bottom: 28px; }
  .product-flow { grid-template-columns: minmax(0,1fr); }
  .product-flow li, .product-flow li:nth-child(3) { border: 0; border-bottom: 1px solid #ccd7ea; padding: 22px 24px; }
  .product-flow li:last-child { border: 0; }
  .product-flow span { margin-bottom: 8px; }
  .product-feature h3, .product-prepare h3 { font-size: 24px; }
  .product-toc .section-shell { gap: 2px 24px; }
  .product-scope, .selection-note { padding: 22px; font-size: 17px; }
}
@media(max-width:360px) {
  .product-hero h1 { font-size: 34px; }
  .catalog-card, .selection-card, .product-aside { padding: 22px; }
}
