body{background:#fff;color:#111;display:flex;flex-direction:column;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;line-height:1.5;margin:0;min-height:100vh}.container{align-items:center;display:flex;flex:1;flex-direction:column;gap:40px;justify-content:center;padding:40px 20px;text-align:center}.brand{font-size:clamp(36px,6vw,72px);font-weight:800;margin:0 0 8px}.tagline{color:#555;font-size:clamp(16px,2vw,22px);margin:0}.card{align-items:center;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.05);cursor:pointer;display:flex;gap:20px;justify-content:space-between;max-width:400px;padding:20px;text-align:left;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}.card-content{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.card:hover{background:#f9f9f9;border-color:#bbb;box-shadow:0 4px 12px rgba(0,0,0,.08)}.card-header{align-items:center;display:flex;gap:8px}.card-icon{height:28px;object-fit:contain;width:28px}.card h2{font-size:18px;margin:0 0 4px;text-align:left}.card p{color:#666;font-size:14px;margin:0;text-align:left}.cta{background:#111;border-radius:8px;color:#fff;font-weight:600;padding:10px 16px;text-decoration:none}.footer{color:#777;font-size:14px;padding:20px;text-align:center}.footer a{border-bottom:1px dotted #aaa;color:inherit;text-decoration:none}.footer a:hover{border-bottom-color:#111;color:#111}