@import url("industries-page.css");
.detail-hero{padding:70px 0;background:var(--navy);color:#fff}.detail-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.detail-hero h1{margin:0 0 20px;font-size:clamp(40px,5vw,64px);line-height:1.04;letter-spacing:-.04em}.detail-hero .lede{color:#d8e2ed;font-size:19px;line-height:1.65}.detail-hero img{width:100%;border-radius:17px;box-shadow:0 16px 48px rgba(0,0,0,.24)}.service-section{padding:75px 0}.service-section.alt{background:var(--soft)}.section-head{max-width:760px;margin-bottom:38px}.section-head p{color:var(--muted);font-size:18px;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{padding:28px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(16,35,62,.07)}.service-card h2{font-size:24px}.service-card p,.service-card li{color:var(--muted);line-height:1.6}.service-card ul{padding-left:20px}.readiness{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:start}.checklist{margin:0;padding:0;list-style:none}.checklist li{position:relative;margin:12px 0;padding-left:28px;color:var(--muted);line-height:1.55}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.questions{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.question{padding:18px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:700}.breadcrumb{margin:0 0 20px;color:#c9d8e7;font-size:14px}.breadcrumb a{color:#fff}.note{margin-top:24px;padding:18px 20px;border-left:4px solid var(--green);background:#fff;color:var(--muted);line-height:1.6}
@media(max-width:850px){.detail-hero-grid,.readiness{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.detail-hero img{max-width:620px}.questions{grid-template-columns:1fr}}
