:root{--navy:#071426;--navy-2:#0b2038;--blue:#2f80ed;--cyan:#44d7e8;--sky:#edf7ff;--white:#fff;--ink:#13243a;--muted:#63748a;--line:#dfe8f1;--shadow:0 20px 60px rgba(8,31,56,.11);--radius:22px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f7fbff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.58;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.narrow{max-width:880px}main{min-height:60vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:9999;left:20px;top:-80px;background:#fff;color:#000;padding:12px 18px;border-radius:10px}.skip-link:focus{top:15px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue),#1768d1);color:#fff;font-size:.92rem;font-weight:800;padding:13px 19px;cursor:pointer;box-shadow:0 10px 26px rgba(47,128,237,.25);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(47,128,237,.31)}.button:disabled{opacity:.65;cursor:wait;transform:none}.button-small{padding:9px 14px;border-radius:11px}.button-light{background:#fff;color:var(--navy);box-shadow:none}.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:.69rem;font-weight:900;color:#8eddec;margin:0 0 13px}.eyebrow span{width:27px;height:2px;background:currentColor}.eyebrow.dark{color:#2177cf}.section-heading h2{font-size:clamp(1.8rem,3.2vw,2.7rem);line-height:1.1;letter-spacing:-.04em;margin:0}.section-heading>p:last-child{max-width:720px;color:var(--muted);font-size:1rem}.section-heading.centered{text-align:center;display:flex;flex-direction:column;align-items:center}.site-footer{background:#06111f;color:#c7d6e8;padding:60px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px}.footer-grid h2{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:0 0 16px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a{font-size:.92rem}.footer-grid a:hover{color:#fff}.footer-brand p{max-width:360px;color:#93a7be;font-size:.92rem}.brand{display:inline-flex;align-items:center;gap:10px}.brand img{display:block}.brand span{font-size:1.16rem;letter-spacing:-.035em}.brand strong{color:#fff}.brand em{font-style:normal;color:#56dbe9}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:46px;font-size:.8rem;color:#7f95ad}.footer-bottom p:last-child{max-width:570px;text-align:right}.consent-banner{position:fixed;z-index:1000;left:24px;right:24px;bottom:24px;max-width:920px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 60px rgba(3,22,45,.25);padding:17px 19px;display:flex;align-items:center;gap:24px}.consent-banner[hidden]{display:none}.consent-banner strong{display:block;margin-bottom:3px}.consent-banner p{margin:0;color:var(--muted);font-size:.88rem}.error-page{padding:140px 0;text-align:center}.error-page span{font-size:4.5rem;font-weight:900;color:#d2e5f7}.error-page h1{font-size:2.35rem;margin:0 0 10px}.error-page p{color:var(--muted);margin-bottom:28px}.messages{position:fixed;z-index:1100;top:92px;right:20px;display:grid;gap:10px;max-width:440px}.message{padding:13px 16px;border-radius:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);font-size:.9rem}.message.error{border-color:#f0bcbc;color:#8e2626}.message.success{border-color:#b8e2ca;color:#17683a}@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.footer-bottom p:last-child{text-align:left}.consent-banner{align-items:flex-start;flex-direction:column;left:12px;right:12px;bottom:12px}.consent-banner .button{width:100%}}@media(max-width:520px){.container{width:min(calc(100% - 26px),var(--container))}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.messages{left:13px;right:13px;top:76px}}

/* Wymusza prawidłowe ukrywanie elementów sterowanych przez JS. */
[hidden]{display:none!important}
