.industries-page{background:var(--color-bg);color:var(--color-ink);min-height:70vh;padding:5rem 1.5rem 6rem}.industries-page__inner{max-width:1120px;margin:0 auto}.industries-hero{text-align:center;max-width:720px;margin:0 auto 3rem}.industries-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand,#2a9d8f);margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:inline-block}.industries-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.industries-sub{color:var(--color-ink-muted);font-size:1.1rem;line-height:1.6}.industries-grid{grid-template-columns:1fr;gap:1.1rem;display:grid}@media (min-width:640px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.industries-grid{grid-template-columns:repeat(3,1fr)}}.industry-card{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg,1rem);color:inherit;flex-direction:column;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.industry-card:hover{box-shadow:var(--color-card-shadow,0 12px 28px #00000014);border-color:var(--color-brand,#2a9d8f);transform:translateY(-3px)}.industry-card__icon{border-radius:.85rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;display:flex}.industry-card__name{margin-bottom:.45rem;font-size:1.05rem;font-weight:700}.industry-card__intro{color:var(--color-ink-muted);margin-bottom:1rem;font-size:.92rem;line-height:1.55}.industry-card__more{color:var(--color-brand,#2a9d8f);margin-top:auto;font-size:.9rem;font-weight:600}.industry-detail__back{color:var(--color-ink-muted);align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.9rem;text-decoration:none;display:inline-flex}.industry-detail__back:hover{color:var(--color-ink)}.industry-detail__head{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.industry-detail__icon{border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.industry-detail__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.1rem);font-weight:800;line-height:1.08}.industry-detail__intro{color:var(--color-ink-muted);max-width:640px;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.industry-detail__cta-row{flex-wrap:wrap;gap:.75rem;margin-bottom:3.5rem;display:flex}.industry-auto-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:700px){.industry-auto-grid{grid-template-columns:repeat(2,1fr)}}.industry-auto{background:var(--color-surface);border:1px solid var(--color-line);border-radius:.9rem;align-items:flex-start;gap:.85rem;padding:1.25rem;display:flex}.industry-auto__check{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin-top:.1rem;display:flex}.industry-auto__title{margin-bottom:.2rem;font-size:.97rem;font-weight:700}.industry-auto__desc{color:var(--color-ink-muted);font-size:.88rem;line-height:1.5}.industry-other{flex-wrap:wrap;gap:.6rem;margin-top:3.5rem;display:flex}.industry-chip{border:1px solid var(--color-line);background:var(--color-surface);color:inherit;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .9rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.industry-chip:hover{border-color:var(--color-brand,#2a9d8f)}
