.business-spotlight { width: min(1192px, calc(100% - 48px)); margin: 100px auto; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 65px; }
.spotlight-copy h2 { margin: 0; font-size: clamp(34px, 3.8vw, 53px); letter-spacing: -.05em; line-height: 1.1; color: #071e55; }
.spotlight-copy > p:not(.eyebrow) { font-size: 17px; color: #53657c; line-height: 1.8; margin: 24px 0 28px; }
.business-button { background: #0754c8; color: #fff; font-size: 14px; gap: 20px; border-radius: 9px; }
.business-button:hover { background: #071e55; }
.spotlight-services { display: flex; gap: 8px 16px; flex-wrap: wrap; margin-top: 24px; font-size: 12px; color: #53657c; }
.spotlight-services span::before { content: "•"; color: #0754c8; margin-right: 6px; }
.spotlight-isp { display: flex; flex-direction: column; padding: 40px; border: 1px solid #24426c; border-radius: 20px; background: radial-gradient(ellipse at 0% 100%, #0c4a87, #081f4b 75%); color: #fff; transition: transform .2s; }
.spotlight-isp:hover { transform: translateY(-4px); }
.spotlight-kicker { color: #8ce6ff; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.spotlight-title { font-size: clamp(30px, 3vw, 40px); letter-spacing: -.04em; font-weight: 800; line-height: 1.15; margin: 30px 0 20px; }
.spotlight-title em { font-style: normal; color: #8ce6ff; }
.spotlight-description { color: #c4d3e8; font-size: 15px; line-height: 1.8; }
.spotlight-link { border-top: 1px solid #ffffff36; margin-top: 32px; padding-top: 22px; display: flex; justify-content: space-between; gap: 15px; font-size: 14px; font-weight: 800; }
.spotlight-link > span { color: #ff8e42; font-size: 20px; }
@media(max-width: 900px) { .business-spotlight { gap: 30px; } .spotlight-isp { padding: 30px; } }
@media(max-width: 720px) { .business-spotlight { grid-template-columns: 1fr; margin-block: 72px; width: calc(100% - 36px); gap: 35px; } .business-button { padding-inline: 18px; } }

