:root { color-scheme: light; font-family: "Segoe UI", system-ui, sans-serif; color: #172b4d; background: #f6f7f8; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 1080px; min-height: 100vh; margin: 0 auto; padding: 72px 28px; }
.eyebrow { margin: 0 0 10px; color: #0672ce; font-size: .74rem; letter-spacing: .12em; font-weight: 700; }
h1 { margin: 0; font-size: clamp(2rem, 5vw, 3.3rem); }
.intro { margin: 12px 0 36px; color: #667085; line-height: 1.6; }
.app-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; max-width: 760px; }
.app-card { display: flex; align-items: center; gap: 16px; width: 100%; min-height: 132px; padding: 22px; border: 1px solid #dfe4e8; border-radius: 14px; background: white; color: #172b4d; text-align: left; box-shadow: 0 4px 18px #1a1a1a0c; cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.app-card:hover { border-color: #0672ce; transform: translateY(-2px); box-shadow: 0 10px 24px #0672ce22; }
.app-card-icon { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; border-radius: 12px; background: #e6f4ff; color: #0672ce; font-weight: 800; letter-spacing: .04em; }
.app-card-content { display: grid; gap: 7px; flex: 1; }.app-card-content strong { font-size: 1.05rem; }.app-card-content small { color: #667085; font-size: .88rem; }.app-card-arrow { color: #0672ce; font-size: 1.5rem; }
@media (max-width: 600px) { main { padding: 36px 14px; } }
