/* B2B 產業頁：僅覆寫色彩，不改動 solutions-industry.css 的正式版結構與尺寸 */
.solutions-main {
  --ink: #181642;
  --ink-soft: #605e78;
  --blue: #413a91;
  --blue-2: #5e55b5;
  --line: #e4e1f0;
  --bg: #faf9fd;
}

.solutions-main .hero {
  background:
    radial-gradient(circle at 79% 28%, rgba(193, 187, 232, .58), transparent 36%),
    radial-gradient(circle at 96% 78%, rgba(255, 156, 148, .15), transparent 24%),
    linear-gradient(106deg, #fff 0%, #fcfbff 42%, #f3f0fb 70%, #ebe7f7 100%);
}
.solutions-main .hero-visual::before { background: rgba(222, 217, 243, .72); }
.solutions-main .hero-line { border-color: rgba(94, 85, 181, .27); }
.solutions-main .hero-glow-a { background: rgba(181, 171, 225, .26); }
.solutions-main .hero-glow-b { background: rgba(255, 151, 143, .13); }
.solutions-main .eyebrow,
.solutions-main .focus-kicker,
.solutions-main .structure-kicker,
.solutions-main .preview-kicker,
.solutions-main .plan-kicker,
.solutions-main .our-works-kicker,
.solutions-main .faq-kicker,
.solutions-main .related-guides-kicker { color: #746ab5; }
.solutions-main .focus-icon svg,
.solutions-main .bulb-icon svg { stroke: #665cc0; }   /* 保留：其他頁若改回線條 svg 仍適用 */
.solutions-main .focus-ring { border-color: rgba(102, 92, 192, .34); }
.solutions-main .focus-dot { background: rgba(102, 92, 192, .62); }
.solutions-main .btn-primary,
.solutions-main .final-cta-button { background: #181642; }
.solutions-main .btn-primary:hover,
.solutions-main .final-cta-button:hover { background: #5148a4; }
.solutions-main .sitemap-root { background: linear-gradient(120deg, #574da9, #181642); }
.solutions-main .structure-cta { box-shadow: 0 18px 45px rgba(58, 48, 119, .14); }
.solutions-main .plan-card-featured { border-color: #766bc4; }
.solutions-main .plan-badge { background: #665cc0; }
.solutions-main .plan-btn-dark { background: #181642; }
.solutions-main .work-card-tags span { color: #675e9d; border-color: #e0dced; background: #faf8fd; }
.solutions-main .final-cta {
  background:
    linear-gradient(100deg, #f8f6fc 0%, #f0edf8 52%, #e5e0f3 100%);
}
.solutions-main .final-cta-quote { color: #7067a9; }

/* B2B 專屬示意圖的顯示校正 */
.solutions-main .hero-visual img { filter: saturate(.98) contrast(1.01); mix-blend-mode:normal; }
.solutions-main .browser-frame > img,
.solutions-main .preview-thumb img { filter: saturate(.94) contrast(.99); }
.solutions-main .industry-focus,
.solutions-main .website-preview,
.solutions-main .our-works,
.solutions-main .related-guides { background-color:#faf9fd; }
.solutions-main .focus-card:hover,
.solutions-main .preview-feature:hover { border-color:rgba(102,92,192,.34); }
.solutions-main .final-cta-visual img { opacity:.2; filter:saturate(.7) hue-rotate(12deg); }

/* 預覽圖為整頁截圖（非情境照），對齊頂端才看得到頁首與主視覺，置中會切在半途 */
.solutions-main .browser-frame > img,
.solutions-main .preview-thumb img { object-position: top center; }
