/* Visual refinement pass: image-led hero, tag-based industry selection and tool tiles. */
.hero-visual{min-height:0;aspect-ratio:1983 / 793;border-radius:28px;background:#eaf3ff;overflow:hidden;box-shadow:0 24px 70px rgba(9,35,63,.12)}
.hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-image-note{position:absolute;right:20px;bottom:20px;padding:10px 14px;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:rgba(9,35,63,.86);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;box-shadow:0 8px 22px rgba(9,35,63,.2)}
.hero-image-note i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#78afff}
.industry-layout{display:block}
.industry-tags{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 26px}
.industry-tags .industry-choice{display:inline-flex;align-items:center;gap:9px;width:auto;padding:12px 17px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);box-shadow:0 5px 16px rgba(9,35,63,.04)}
.industry-tags .industry-choice span{padding:0;color:var(--blue);font-size:10px;font-weight:800;line-height:1}
.industry-tags .industry-choice strong{color:var(--ink);font-size:14px;line-height:1.2}
.industry-tags .industry-choice small{display:none}
.industry-tags .industry-choice:hover{border-color:#8cb3ed;color:var(--navy);transform:translateY(-1px)}
.industry-tags .industry-choice.is-active{padding-left:17px;border-color:var(--blue);background:var(--navy);color:#fff;box-shadow:0 8px 22px rgba(36,103,232,.2)}
.industry-tags .industry-choice.is-active span,.industry-tags .industry-choice.is-active strong{color:#fff}
.industry-detail{min-height:340px}
.tool-cloud{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));max-width:1000px;gap:12px;margin:0 auto}
.tool-tile{display:flex!important;align-items:center;gap:10px;min-height:68px;padding:13px 14px!important;border:1px solid var(--line);border-radius:16px!important;background:#fff;box-shadow:0 7px 18px rgba(9,35,63,.05)!important;color:var(--navy)!important;transform:none!important}
.tool-tile b{font-size:12px;line-height:1.25}
.tool-glyph{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:10px;background:var(--pale);color:var(--blue);font-size:18px;font-style:normal;font-weight:800;line-height:1}
.glyph-mail{background:#fff1df;color:#d77b16}.glyph-chat{background:#e8f7ee;color:#16834b}.glyph-line{background:#e9f8e9;color:#3b9d43}.glyph-note{background:#f7f1df;color:#7f6b29}.glyph-app{background:#e9f0ff;color:#305fbf}.glyph-crm{background:#eaf7ff;color:#1684b2}.glyph-plus{background:var(--navy);color:#fff}
.tool-tile-last{border-style:dashed!important;border-color:#8cb3ed!important}
.why-visual{min-height:0!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 20px 55px rgba(9,35,63,.11)}
.why-image{display:block;width:100%;height:auto;aspect-ratio:1774 / 887;object-fit:cover}
.industry-choice:focus-visible,.button:focus-visible,.text-button:focus-visible,.header-cta:focus-visible{outline:3px solid #84b5ff;outline-offset:3px}
@media (max-width:850px){.tool-cloud{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-image-note{right:12px;bottom:12px;font-size:10px}}
@media (max-width:520px){.hero-visual{aspect-ratio:1 / 1;border-radius:22px}.hero-image{object-position:68% center}.hero-image-note{left:12px;right:auto}.industry-tags{gap:8px}.industry-tags .industry-choice{padding:10px 13px}.industry-tags .industry-choice.is-active{padding-left:13px}.industry-tags .industry-choice strong{font-size:12px}.tool-cloud{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tool-tile{min-height:58px;padding:10px!important}.tool-glyph{flex-basis:27px;width:27px;height:27px;font-size:15px}.tool-tile b{font-size:11px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button:hover,.industry-tags .industry-choice:hover{transform:none}}
