@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}

:focus{outline: none}

.nav-link{display:inline-flex;align-items:center;gap:.5rem;border-radius:.75rem;padding:.5rem .75rem;font-size:.95rem;font-weight:600;color:rgb(51 65 85);transition:transform .15s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease}
.nav-link:hover{background-color:rgb(241 245 249);color:rgb(15 23 42);transform:translateY(-1px)}
.nav-link:focus{box-shadow:0 0 0 3px rgba(92,102,243,.35)}

.mobile-link{width:100%;text-align:center;border-radius:1rem;padding:.85rem 1rem;font-size:1.5rem;font-weight:700;color:rgb(15 23 42);transition:transform .15s ease, background-color .15s ease, box-shadow .15s ease}
.mobile-link:hover{background-color:rgb(241 245 249);transform:translateY(-1px)}
.mobile-link:focus{box-shadow:0 0 0 3px rgba(92,102,243,.35)}

.card{border-radius:1.25rem;border:1px solid rgba(226,232,240,.9);background-color:#fff;padding:1.5rem;box-shadow:0 1px 0 rgba(15,23,42,.04);transition:transform .2s ease, box-shadow .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(15,23,42,.12)}
.card:focus-within{box-shadow:0 0 0 3px rgba(92,102,243,.25), 0 14px 32px rgba(15,23,42,.12)}

.card-icon{display:grid;place-items:center;height:2.75rem;width:2.75rem;border-radius:1rem}
.card-title{margin-top:1rem;font-size:1.05rem;line-height:1.4;font-weight:800;color:rgb(15 23 42)}
.card-text{margin-top:.5rem;font-size:.95rem;line-height:1.65;color:rgb(71 85 105)}

.footer-link{color:rgb(51 65 85);text-decoration:none;transition:color .15s ease, text-decoration-color .15s ease}
.footer-link:hover{color:rgb(67 73 215);text-decoration:underline;text-decoration-color:rgba(67,73,215,.35);text-underline-offset:3px}
.footer-link:focus{border-radius:.5rem;box-shadow:0 0 0 3px rgba(92,102,243,.35)}

.social-btn{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;border-radius:1rem;border:1px solid rgba(203,213,225,.9);background:#fff;color:rgb(15 23 42);box-shadow:0 1px 0 rgba(15,23,42,.04);transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease}
.social-btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(15,23,42,.12);background-color:rgb(248 250 252)}
.social-btn:focus{box-shadow:0 0 0 3px rgba(92,102,243,.35), 0 12px 22px rgba(15,23,42,.12)}

img{max-width:100%;height:auto;display:block}

body.no-scroll{overflow:hidden}
