/* Układ hero — tekst i grafika nie mogą się nakładać. */
.hero{grid-template-columns:minmax(0,1fr) minmax(0,.92fr)!important;gap:clamp(38px,5vw,76px)!important}
.hero-copy{min-width:0;z-index:4}
.hero h1{max-width:600px!important;font-size:clamp(46px,4.7vw,70px)!important}
.hero-visual{min-width:0;isolation:isolate}
.browser-panel{right:0!important;max-width:100%}
.process-chart{max-width:72%;right:-1%!important}
.done-card{max-width:80%;right:0!important}
.hero-stats{max-width:78%;right:0!important}
.result-card{max-width:58%;left:0!important}
@media(max-width:960px){.hero{grid-template-columns:1fr!important;gap:26px!important}.hero h1{max-width:720px!important}.hero-visual{min-height:500px}.browser-panel{left:0!important;right:auto!important;width:min(100%,570px)!important}.hero-stats,.result-card,.done-card,.process-chart{max-width:none}}
@media(max-width:560px){.hero-visual{min-height:420px}.browser-panel{height:295px}.process-chart{width:76%;top:45px}.result-card{top:240px;width:190px}.done-card{top:330px;width:245px}.hero-stats{display:none}.hero h1{font-size:clamp(42px,12vw,58px)!important}}
