/* Uproszczony hero: wizualna dekoracja po prawej nie jest wyświetlana. */
.dark-theme .hero{grid-template-columns:1fr;min-height:520px}.dark-theme .hero-visual{display:none}.dark-theme .hero-copy{max-width:760px;padding:104px 86px}.dark-theme .portal-card{grid-template-columns:40px 62px 1fr auto 154px}.dark-theme .circle-link{width:154px;height:44px;border-radius:999px;background:#f07764;color:transparent;font-size:0;font-weight:700;position:relative;box-shadow:0 0 0 0 #f077647a;animation:cta-pulse 2.1s ease-out infinite}.dark-theme .circle-link:after{content:"Zarejestruj się";color:#171313;font:700 13px 'DM Sans',sans-serif;letter-spacing:.1px;position:absolute;inset:0;display:grid;place-items:center}.dark-theme .circle-link:hover{background:#ff9280;animation:none;transform:translateY(-1px)}@keyframes cta-pulse{0%,70%,100%{box-shadow:0 0 0 0 #f0776400}35%{box-shadow:0 0 0 8px #f0776430}}@media(prefers-reduced-motion:reduce){.dark-theme .circle-link{animation:none}}@media(max-width:800px){.dark-theme .hero-copy{padding:72px 25px}.dark-theme .portal-card{grid-template-columns:26px 52px 1fr 130px}.dark-theme .circle-link{width:130px;height:39px}.dark-theme .circle-link:after{font-size:11px}}
