/* Copyright (c) 2026 Noykosana Maeai. All rights reserved. */
.learn-jumps { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; padding-top:24px; }
.learn-jumps a { padding:9px 16px; border:1px solid #cbdff5; border-radius:999px; background:#fff; color:#205da3; text-decoration:none; }
.learn-jumps a:hover { background:#edf5ff; }
.learn-jumps a:focus-visible { outline:2px solid #2563eb; outline-offset:3px; }
.learn-guides { padding:24px 0 56px; scroll-margin-top:110px; }
.learn-guides .guide-hero h2 { font-size:clamp(28px,3.8vw,50px); line-height:1.4; margin:12px 0 18px; }
.learn-guides .guide-hero { padding-top:32px; }
@media(max-width:760px) { .learn-guides { scroll-margin-top:165px; } }
