.home{--blue:#123c69;--green:#2f9e73;--bg:#f4f7fb;--line:#e3eaf2;--mut:#5f6b72;--text:#22303c;background:var(--bg);min-height:100vh;color:var(--text);padding:0 24px 60px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.home-hero{max-width:760px;margin:0 auto;padding:40px 0 36px}.home-topbar{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.home-signin{background:var(--blue);color:#fff;border-radius:9px;padding:9px 18px;font-size:14px;font-weight:700;text-decoration:none}.home-signin:hover{background:#16487d}.home-brand{color:var(--blue);font-size:20px;font-weight:800}.home-brand span{color:var(--green)}.home-hero h1{color:var(--blue);letter-spacing:-.01em;margin:0 0 16px;font-size:34px;font-weight:800;line-height:1.15}.home-hero p{color:var(--mut);margin:0;font-size:16.5px;line-height:1.6}.home-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:760px;margin:0 auto;display:grid}.home-card{border:1px solid var(--line);color:inherit;background:#fff;border-radius:14px;flex-direction:column;gap:6px;padding:20px;text-decoration:none;transition:box-shadow .15s,transform .15s;display:flex}.home-card:hover{transform:translateY(-2px);box-shadow:0 14px 38px #123c6921}.home-card.accent{background:#f4fbf7;border-color:#bfe3d3}.home-card-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--green);font-size:11px;font-weight:800}.home-card strong{color:var(--blue);font-size:17px}.home-card-desc{color:var(--mut);font-size:13.5px;line-height:1.5}.home-foot{max-width:760px;color:var(--mut);margin:40px auto 0;font-size:12.5px}@media (max-width:620px){.home-grid{grid-template-columns:1fr}.home-hero h1{font-size:27px}}
