@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif}body{background-color:#0b0c10;overflow-x:hidden;scroll-behavior:smooth}::selection{background-color:rgb(0 123 255 / .8);color:#000}::-moz-selection{background-color:rgb(0 123 255 / .8);color:#000}.container{max-width:1400px;margin:0 auto;padding:1rem 5%}.navbar{position:fixed;top:0;width:100%;z-index:1000;background:rgb(14 16 24 / .45);backdrop-filter:blur(5px);border-bottom:1px solid rgb(255 255 255 / .06);transition:background 0.25s ease}.navbar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo img{height:38px;width:auto;display:block}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#f0f0f0;text-decoration:none;font-weight:500;position:relative;padding:.25rem 0;transition:color 0.25s ease}.nav-links a::after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:#0af;transition:width 0.25s ease}.nav-links a:hover{color:#e8f6ff}.nav-links a:hover::after{width:100%}.btn-primary,.btn-secondary{display:inline-block;text-decoration:none;font-weight:600;padding:.9rem 1.4rem;border-radius:28px;transition:0.25s ease}.btn-primary{background:#0af;color:#fff}.btn-primary:hover{background:#008ed6}.btn-secondary{border:1px solid rgb(255 255 255 / .25);color:#e9eef3}.btn-secondary:hover{border-color:rgb(255 255 255 / .5);color:#fff}.menu-toggle{display:none;background:#fff0;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:2px}.nav-drawer{position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background:rgb(10 12 20 / .98);backdrop-filter:blur(6px);padding:100px 24px 24px;transform:translateX(100%);transition:transform 0.4s ease;z-index:999;border-left:1px solid rgb(255 255 255 / .08);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.nav-drawer.open{transform:translateX(0)}.nav-drawer ul{list-style:none;display:flex;flex-direction:column;gap:1.2rem;width:100%}.nav-drawer a{color:#f5f5f5;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color 0.25s ease}.nav-drawer a:hover{color:#0af}.btn-block{display:block;width:100%;text-align:center;margin-top:1rem}@media (min-width:1025px){.nav-drawer{display:none}}.close-drawer{position:absolute;top:24px;right:24px;background:none;border:none;color:#0af;font-size:1.8rem;cursor:pointer;transition:transform 0.25s ease,color 0.25s ease;z-index:1001}.close-drawer:hover{color:#4cc2ff;transform:rotate(90deg)}.hero{position:relative;height:100vh;min-height:620px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-top:84px;background-color:#000}.hero-bg{position:absolute;inset:0;background-image:url(../img/bg.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}.overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(0 102 204 / .94) 0%,rgb(0 0 0 / .9) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:860px;padding:0 1.25rem}.hero-content h1{font-size:clamp(2rem, 4vw, 3.25rem);font-weight:700;letter-spacing:.3px;margin-bottom:1rem;color:#fff}.hero-content h1 span{color:#0af}.hero-content p{font-size:1.1rem;color:#e6eef6;margin-bottom:1.75rem;line-height:1.7}.cta-group{display:inline-flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.scrolled{background:rgb(10 12 20 / .82)!important}@media (max-width:1024px){.cta-desktop{display:none}.menu-toggle{display:block}.main-nav{display:none}}@media (max-width:640px){.hero{min-height:560px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}}.hero-wave{position:absolute;left:0;right:0;bottom:-1px;height:90px;line-height:0;z-index:2;pointer-events:none}.hero-wave svg{display:block;width:100%;height:100%}@media (max-width:1024px){.hero-wave{height:70px}}@media (max-width:768px){.hero-wave{height:55px}}@media (max-width:480px){.hero-wave{height:40px}}.why-itnext.why--light{background:#fff;color:#0b1724;padding:110px 0;position:relative;z-index:1;text-align:center}.why-itnext.why--light h2{font-size:2.2rem;margin-bottom:1rem}.why-itnext.why--light h2 span{color:#0af}.why-itnext.why--light .section-intro{text-align:center;max-width:680px;margin:0 auto 3rem;color:#4a5a6a}.faq{max-width:850px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-question{width:100%;background:#fff0;border:none;font-size:1.1rem;font-weight:600;color:#0b1724;padding:1.2rem 1rem;display:flex;justify-content:center;align-items:center;gap:.6rem;cursor:pointer;transition:color 0.25s ease;text-align:center}.faq-question:hover{color:#07c}.faq-icon{font-size:1.6rem;font-weight:500;color:#0af;transition:transform 0.3s ease;margin-left:.25rem;flex-shrink:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,opacity 0.35s ease;opacity:0;padding:0 1rem;text-align:center}.faq-answer p{padding:.75rem 0 1.2rem;color:#4a5a6a;line-height:1.6;font-size:1rem;margin:0 auto}.faq-item.open .faq-answer{max-height:200px;opacity:1}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq--blue .faq-item{border:0;background:linear-gradient(135deg,rgb(10 123 255 / .14) 0%,rgb(6 30 60 / .14) 100%);border-radius:16px;box-shadow:0 10px 32px rgb(0 120 255 / .16);overflow:hidden;transition:transform .25s,box-shadow .25s}.faq--blue .faq-item:hover{transform:translateY(-3px);box-shadow:0 16px 44px rgb(0 170 255 / .24)}.faq--blue .faq-question{margin:0;border:0;outline:none;border-radius:0;background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);color:#fff;padding:1.05rem 1.25rem}.faq--blue .faq-question:hover{color:#eaf6ff}.faq--blue .faq-question:focus{outline:none}.faq--blue .faq-question:focus-visible{box-shadow:inset 0 0 0 2px rgb(255 255 255 / .35),0 0 0 3px rgb(0 170 255 / .35);border-radius:0}.faq--blue .faq-answer{background:linear-gradient(180deg,rgb(7 22 40 / .92) 0%,rgb(4 14 26 / .92) 100%);padding:0 1.25rem;border:0}.faq--blue .faq-answer p{color:#e6f2ff;padding:.9rem 0 1.2rem}.faq--blue .faq-item.open{box-shadow:0 18px 48px rgb(0 170 255 / .28)}.faq--blue .faq-item.open .faq-question{background:linear-gradient(135deg,#19a1ff 0%,#0a62c7 100%)}.faq--blue .faq-item .faq-question{border-top-left-radius:16px;border-top-right-radius:16px}.faq--blue .faq-item .faq-answer{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.faq--blue .faq-icon{color:#fff;transition:transform .3s}.faq--blue .faq-item.open .faq-icon{transform:rotate(45deg)}:root{--nav-h:84px}section[id]{scroll-margin-top:calc(var(--nav-h) + 12px)}.about--blue .about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.about--blue .stat{background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);border:0;border-radius:16px;padding:20px 18px;color:#fff;text-align:center;box-shadow:0 10px 32px rgb(0 120 255 / .18);transition:transform .25s ease,box-shadow .25s ease}.about--blue .stat:hover{transform:translateY(-3px);box-shadow:0 16px 44px rgb(0 170 255 / .26)}.about--blue .stat-num{font-size:1.9rem;font-weight:700;line-height:1;margin-bottom:6px}.about--blue .stat-label{font-size:.95rem;color:#eaf3ff}.about--blue .about-card{grid-column:1 / -1;background:linear-gradient(180deg,rgb(7 22 40 / .96) 0%,rgb(4 14 26 / .96) 100%);border:1px solid rgb(0 170 255 / .25);border-radius:18px;padding:22px 20px;color:#e6f2ff;box-shadow:0 12px 36px rgb(0 120 255 / .18)}.about--blue .about-card h3{color:#fff;margin-bottom:8px}.about--blue .about-card p{color:#cfe6ff;margin-bottom:12px}.about--blue .about-card ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.about--blue .about-card li{position:relative;padding-left:28px;color:#e6f2ff}.about--blue .about-card li::before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;border-radius:50%;background:radial-gradient(35% 35% at 50% 50%,#6fc4ff 0%,#0a7bff 60%,#0a3b7a 100%);box-shadow:0 0 0 3px rgb(0 170 255 / .18)}.about-list{list-style:none;display:grid;gap:12px;margin:0 0 8px 0;padding:0}.about-list li{position:relative;padding-left:34px;color:#2c3b4a}.about-list li::before{content:"";position:absolute;left:0;top:8px;width:14px;height:14px;border-radius:50%;background:radial-gradient(35% 35% at 50% 50%,#6fc4ff 0%,#19a1ff 60%,#0a62c7 100%);box-shadow:0 0 0 3px rgb(0 170 255 / .12)}.about-list li::after{content:"";position:absolute;left:-3px;top:5px;width:20px;height:20px;border-radius:50%;border:2px solid rgb(0 170 255 / .22);opacity:.6;transform:scale(.8);animation:ripplePulse 2.4s ease-out infinite}@keyframes ripplePulse{0%{transform:scale(.8);opacity:.45}70%{transform:scale(1.6);opacity:.08}100%{transform:scale(1.8);opacity:0}}@media (prefers-reduced-motion:reduce){.about-list li::after{animation:none;opacity:.2;transform:scale(1)}}.about{background:#fff;color:#0b1724;padding:110px 0}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}.about h2{font-size:2.2rem;margin-bottom:10px}.about .lead{font-size:1.1rem;color:#4a5a6a;line-height:1.7;margin-bottom:22px}@media (max-width:1024px){.about-grid{grid-template-columns:1fr;gap:36px}.about--blue .about-stats{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.about{padding:88px 0}.about--blue .about-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.about--blue .about-stats{grid-template-columns:1fr}}.about-list li{position:relative;padding-left:28px}.about-list li::before{content:"";position:absolute;left:0;top:9px;width:12px;height:12px;border-radius:50%;background:#0a7bff;box-shadow:none}.about-list li::after{content:none!important}.about--blue .about-card{background:#fff0;border:1px solid rgb(0 170 255 / .35);border-radius:18px;box-shadow:none;color:#0b1724}.about--blue .about-card h3{color:#0b1724}.about--blue .about-card p{color:#4a5a6a}.about--blue .about-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.about--blue .about-card li{position:relative;padding-left:24px;color:#2c3b4a}.about--blue .about-card li::before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:50%;background:#0a7bff;box-shadow:none}@media (min-width:1025px){.about-grid{align-items:center}.about-content{align-self:center}.about-stats{align-self:center}}.offer{background:#fff;color:#0b1724;padding:110px 0}.offer-head{text-align:center;margin-bottom:38px}.offer-head h2{font-size:2.2rem;margin-bottom:10px}.offer-head p{color:#4a5a6a;max-width:760px;margin:0 auto}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.offer-card{background:#fff;border:1px solid rgb(0 170 255 / .25);border-radius:18px;box-shadow:0 8px 28px rgb(0 40 90 / .08);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.offer-card:hover{transform:translateY(-6px);border-color:rgb(0 170 255 / .45);box-shadow:0 16px 44px rgb(0 120 255 / .18)}.offer-bar{display:flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);color:#fff;padding:14px 16px}.offer-bar .ico{font-size:1.2rem;line-height:1}.offer-bar h3{font-size:1.05rem;font-weight:700;margin:0}.offer-list{list-style:none;margin:0;padding:18px 18px 6px 18px;display:grid;gap:10px}.offer-list li{position:relative;padding-left:22px;color:#2c3b4a}.offer-list li::before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:50%;background:#0a7bff}.offer-cta{margin:16px 18px 18px;align-self:flex-start}@media (max-width:1024px){.offer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.offer{padding:88px 0}.offer-grid{grid-template-columns:1fr}}.offer-card .offer-cta{position:relative;isolation:isolate;overflow:hidden;background:#fff0;color:#0a7bff;border:2px solid #0a7bff;border-radius:28px;padding:.9rem 1.4rem;transition:color .25s ease,border-color .25s ease,transform .08s ease}.offer-card .offer-cta::before{content:"";position:absolute;left:-2px;right:-2px;bottom:-2px;top:-2px;border-radius:inherit;background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);transform:scaleY(0);transform-origin:bottom;transition:transform .45s ease;z-index:-1}.offer-card .offer-cta:hover{color:#fff;border-color:#fff0}.offer-card .offer-cta:hover::before{transform:scaleY(1)}.offer-card .offer-cta:focus-visible{outline:none;box-shadow:0 0 0 3px rgb(10 123 255 / .35)}.offer-card .offer-cta:active{transform:scale(.98)}@media (prefers-reduced-motion:reduce){.offer-card .offer-cta::before{transition:none}.offer-card .offer-cta:hover::before{transform:none}}.realizacje{background:#fff;color:#0b1724;padding:110px 0;text-align:center}.realizacje h2{font-size:2.4rem;font-weight:700;margin-bottom:20px}.realizacje h2 span{color:#0a7bff}.realizacje .section-intro{max-width:740px;margin:0 auto 60px;color:#4a5a6a;font-size:1.1rem;line-height:1.6}.realizacje-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.realizacja-card{background:#fff;border:1px solid rgb(0 106 255 / .15);border-radius:16px;overflow:hidden;box-shadow:0 6px 24px rgb(0 50 120 / .05);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;text-align:left}.realizacja-card:hover{transform:translateY(-6px);border-color:rgb(0 170 255 / .3);box-shadow:0 10px 36px rgb(0 120 255 / .15)}.realizacja-img img{width:100%;height:220px;object-fit:cover;display:block}.realizacja-content{padding:1.6rem 1.4rem 2rem}.realizacja-content h3{font-size:1.25rem;color:#0b1724;margin-bottom:.6rem}.realizacja-content p{color:#4a5a6a;font-size:1rem;margin-bottom:1.4rem;line-height:1.6}.realizacja-content .btn-outline-blue{display:inline-block;text-align:center}@media (max-width:768px){.realizacje{padding:80px 0}.realizacje h2{font-size:2rem}}.kontakt{background:#fff;color:#0b1724;padding:110px 0}.kontakt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;align-items:start}.kontakt h2{font-size:2.4rem;font-weight:700;margin-bottom:20px}.kontakt h2 span{color:#0a7bff}.kontakt .section-intro{color:#4a5a6a;max-width:520px;margin-bottom:2rem;line-height:1.6}.form{display:flex;flex-direction:column;gap:1rem}.form-group input,.form-group textarea{width:100%;border:1px solid rgb(0 106 255 / .2);border-radius:10px;padding:.9rem 1rem;font-size:1rem;color:#0b1724;background:#f9fbff;transition:border-color 0.25s ease,box-shadow 0.25s ease}.form-group input:focus,.form-group textarea:focus{border-color:#0a7bff;box-shadow:0 0 0 3px rgb(10 123 255 / .15);outline:none}.form button{align-self:flex-start;margin-top:.5rem}.kontakt-info h3{font-size:1.4rem;margin-bottom:1rem;color:#0b1724}.kontakt-info ul{list-style:none;margin:0 0 1.5rem;padding:0}.kontakt-info li{margin-bottom:.6rem;font-size:1rem;color:#2a3645}.kontakt-info a{color:#0a7bff;text-decoration:none}.kontakt-info a:hover{text-decoration:underline}@media (max-width:768px){.kontakt{padding:80px 0}.kontakt h2{font-size:2rem}}.btn-ripple-blue{position:relative;isolation:isolate;overflow:hidden}.btn-ripple-blue::before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);clip-path:circle(0% at 50% 85%);transition:clip-path .45s ease;z-index:-1}.btn-ripple-blue:hover{color:#fff;border-color:#fff0}.btn-ripple-blue:hover::before{clip-path:circle(140% at 50% 85%)}.btn-ripple-blue:focus-visible{outline:none;box-shadow:0 0 0 3px rgb(10 123 255 / .35)}@media (min-width:1025px){.kontakt-grid{align-items:center}.kontakt-info{display:flex;flex-direction:column;justify-content:center}.kontakt-map{align-self:center;max-width:560px;width:100%}.kontakt-map iframe{display:block;margin:0 auto;width:100%}}.btn-outline-blue{position:relative;display:inline-block;appearance:none;-webkit-appearance:none;background:#fff0;color:#0a7bff;border:2px solid #0a7bff;border-radius:28px;padding:.9rem 1.4rem;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:color .25s ease,border-color .25s ease,transform .1s ease}.btn-outline-blue:hover{color:#fff;border-color:#fff0}.btn-outline-blue:focus-visible{outline:none;box-shadow:0 0 0 3px rgb(10 123 255 / .35)}.btn-outline-blue:active{transform:scale(.98)}.btn-outline-blue[disabled],.btn-outline-blue.disabled{opacity:.6;cursor:not-allowed}.btn-ripple-blue{position:relative;isolation:isolate;overflow:hidden}.btn-ripple-blue::before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);clip-path:circle(0% at 50% 85%);transition:clip-path .45s ease;z-index:-1}.btn-ripple-blue:hover::before{clip-path:circle(140% at 50% 85%)}.site-footer{position:relative;color:#eaf3ff;padding:80px 0 40px;background:linear-gradient(135deg,rgb(10 123 255 / .92) 0%,rgb(10 59 122 / .92) 100%),url(../img/bg.jpg);background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;overflow:hidden}.site-footer::after{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 120%,rgb(0 0 0 / .18) 0%,#fff0 60%);pointer-events:none}.site-footer__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;align-items:start}.site-footer__brand img{height:44px;margin-bottom:1rem;display:block}.site-footer__brand p{color:#d9e8ff;line-height:1.6;font-size:.95rem;max-width:520px}.site-footer__col h4{color:#fff;font-weight:600;margin-bottom:1rem;font-size:1.05rem}.site-footer__col ul{list-style:none;margin:0;padding:0}.site-footer__col li{margin-bottom:.55rem}.site-footer a{color:#bfe0ff;text-decoration:none;transition:color .25s ease,opacity .25s ease}.site-footer a:hover{color:#fff;opacity:.95}.site-footer__bottom{position:relative;z-index:1;text-align:center;border-top:1px solid rgb(255 255 255 / .18);margin-top:60px;padding-top:22px;color:#d1e6ff;font-size:.85rem}@media (max-width:768px){.site-footer{padding:60px 0 30px}.site-footer__grid{text-align:center}.site-footer__brand img{margin:0 auto 1rem}}.why-itnext{padding:120px 0;background:#fff;text-align:center}.why-itnext h2{font-size:2.2rem;font-weight:700;color:#0a0a0a;margin-bottom:10px}.why-itnext h2 span{color:#007bff}.section-intro{color:#555;max-width:650px;margin:0 auto 60px;font-size:1rem}.footer-intro{color:#555;max-width:650px;margin:0 auto 30px;font-size:1rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;justify-content:center}.why-card{background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);border-radius:20px;padding:40px 30px;color:#fff;text-align:center;position:relative;box-shadow:0 15px 35px rgb(0 0 0 / .1);overflow:hidden;transition:transform 0.5s ease,box-shadow 0.5s ease}.why-card::before{content:"";position:absolute;inset:0;border-radius:20px;background:radial-gradient(circle at 50% -20%,rgb(255 255 255 / .25) 0%,transparent 70%);opacity:0;transition:opacity 0.5s ease}.why-icon{font-size:2.5rem;margin-bottom:20px;background:linear-gradient(135deg,#ffffff,#b0d8ff);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;transition:transform 0.5s ease,text-shadow 0.5s ease}.why-card h3{font-size:1.25rem;font-weight:600;margin-bottom:15px}.why-card p{font-size:.98rem;color:rgb(255 255 255 / .85);line-height:1.6}.why-card:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 25px 60px rgb(10 60 160 / .3)}.why-card:hover::before{opacity:1}.why-card:hover .why-icon{transform:scale(1.2);text-shadow:0 0 15px rgb(255 255 255 / .7)}@media (max-width:768px){.why-itnext{padding:80px 0}.why-card{padding:30px 25px}}.why-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(280px,1fr));justify-items:stretch;align-items:stretch;max-width:1100px;margin-inline:auto}@media (min-width:1280px){.why-grid{grid-template-columns:repeat(4,1fr);max-width:1300px}}@media (max-width:1024px){.why-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width:640px){.why-grid{grid-template-columns:1fr;max-width:560px}}.why-card{background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);border-radius:20px;padding:36px 28px;color:#fff;position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:210px;box-shadow:0 10px 24px rgb(10 60 160 / .15);transition:transform .35s ease,box-shadow .35s ease,filter .35s ease}.why-card::before{content:"";position:absolute;inset:0;border-radius:20px;background:radial-gradient(circle at 50% -20%,rgb(255 255 255 / .18) 0%,transparent 70%);opacity:0;transition:opacity .35s ease}.why-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgb(10 60 160 / .22);filter:saturate(1.03)}.why-card:hover::before{opacity:.6}.why-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:rgb(255 255 255 / .10);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .14)}.why-icon i{font-size:26px;background:linear-gradient(135deg,#ffffff,#b0d8ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;transition:transform .35s ease,filter .35s ease}.why-card:hover .why-icon i{transform:scale(1.08);filter:drop-shadow(0 0 6px rgb(255 255 255 / .45))}.why-card h3{font-size:1.2rem;font-weight:600;margin-bottom:10px}.why-card p{font-size:.98rem;color:rgb(255 255 255 / .88);line-height:1.6;margin:0}@media (max-width:768px){.why-card{padding:28px 22px;min-height:0}.why-icon{width:56px;height:56px}.why-icon i{font-size:22px}}.about-section{padding:120px 5%;background:#fff;color:#0b1532}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;max-width:1280px;margin:0 auto}.about-content h2{font-size:clamp(2rem, 5vw, 2.75rem);font-weight:700;margin-bottom:1rem}.about-content h2 span{color:#007bff}.about-content .intro{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:2.5rem}.about-list{list-style:none;padding:0;margin:0}.about-list li{display:flex;align-items:flex-start;gap:.8rem;font-size:1rem;margin-bottom:1.1rem;line-height:1.6}.about-list i{color:#0a7bff;font-size:1.1rem;margin-top:3px}.about-stats{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.stat{background:linear-gradient(135deg,#0a7bff 0%,#0a3b7a 100%);border-radius:18px;text-align:center;padding:40px 25px;color:#fff;box-shadow:0 10px 25px rgb(10 60 160 / .15);transition:transform 0.35s ease,box-shadow 0.35s ease}.stat:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgb(10 60 160 / .25)}.stat h3{font-size:2rem;font-weight:700;margin-bottom:.4rem}.stat p{font-size:.95rem;color:rgb(255 255 255 / .9)}.why-choose-card{border:1px solid rgb(0 123 255 / .25);border-radius:18px;padding:2rem 2.2rem;background:rgb(255 255 255 / .85);box-shadow:0 6px 18px rgb(0 0 0 / .05);transition:box-shadow 0.3s ease}.why-choose-card:hover{box-shadow:0 10px 26px rgb(0 0 0 / .08)}.why-choose-card h4{font-size:1.15rem;font-weight:700;margin-bottom:1rem}.why-choose-card ul{list-style:none;padding:0;margin:0}.why-choose-card li{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.7rem;color:#1d2d50;font-size:.97rem}.why-choose-card i{color:#0a7bff;font-size:1rem;margin-top:3px}@media (max-width:1024px){.about-grid{grid-template-columns:1fr;text-align:center}.about-content h2{text-align:center}.about-list li{justify-content:center;text-align:left}.about-stats{align-items:center}.stats-grid{max-width:520px;width:100%}.why-choose-card{max-width:520px}}.about-items{margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.about-item{display:flex;align-items:flex-start;gap:.8rem;font-size:1rem;line-height:1.6}.about-item i{color:#0a7bff;font-size:1.1rem;margin-top:3px}.why-items{display:flex;flex-direction:column;gap:.7rem;margin:0;padding:0}.why-item{display:flex;align-items:flex-start;gap:.7rem;color:#1d2d50;font-size:.97rem;line-height:1.6}.why-item i{color:#0a7bff;font-size:1rem;margin-top:3px}.offer-section{padding:120px 5%;background:#fff;text-align:center}.offer-section h2{font-size:clamp(2rem, 5vw, 2.75rem);font-weight:700;margin-bottom:.5rem}.offer-section h2 span{color:#007bff}.offer-subtitle{color:#444;font-size:1.05rem;margin-bottom:3rem}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.offer-card{position:relative;overflow:hidden;background:#fff;border-radius:20px;box-shadow:0 10px 25px rgb(0 0 0 / .06);transition:transform 0.45s ease,box-shadow 0.45s ease}.offer-card:hover{transform:translateY(-8px);box-shadow:0 18px 36px rgb(0 0 0 / .12)}.offer-bg-icon{position:absolute;top:-20%;right:-20%;font-size:10rem;color:rgb(0 123 255 / .07);transform:translateY(0);transition:transform 0.8s ease,opacity 0.8s ease;z-index:0}.offer-card:hover .offer-bg-icon{transform:translateY(25px);opacity:.1}.offer-header{background:linear-gradient(135deg,#0a7bff,#0a3b7a);color:#fff;padding:18px 24px;border-radius:20px 20px 0 0;text-align:left;position:relative;z-index:1}.offer-header h3{font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:.6rem}.offer-header i{font-size:1.1rem}.offer-card ul{list-style:none;text-align:left;padding:1.5rem 2rem;margin:0;position:relative;z-index:1}.offer-card ul li{margin-bottom:.8rem;font-size:.98rem;color:#222;line-height:1.6;position:relative}.offer-card ul li::before{content:"•";color:#007bff;font-weight:700;margin-right:.5rem}.btn-outline{display:inline-block;margin:1.5rem auto 2rem;padding:.75rem 2rem;border:2px solid #007bff;border-radius:40px;color:#007bff;font-weight:600;font-size:.95rem;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:color 0.4s ease}.btn-outline::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#007bff,#0a3b7a);transform:translateY(100%);transition:transform 0.5s ease;z-index:-1}.btn-outline:hover{color:#fff}.btn-outline:hover::before{transform:translateY(0)}@media (max-width:768px){.offer-card ul{padding:1.2rem 1.5rem}.offer-header{padding:16px 20px}}.offer-card{position:relative;overflow:hidden}.offer-bg-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(9rem, 24vw, 14rem);color:rgb(0 123 255 / .07);opacity:.9;transition:transform 2s ease,opacity 2s ease;z-index:0;pointer-events:none}.offer-card:hover .offer-bg-icon{transform:translate(-50%,calc(-50% + 18px));opacity:1}.offer-header,.offer-card ul,.offer-card .btn-outline{position:relative;z-index:1}.offer-bg-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(9rem, 24vw, 14rem);color:rgb(0 123 255 / .07);transition:transform 2s ease,opacity 2s ease;will-change:transform,opacity;pointer-events:none;z-index:0;opacity:1}.offer-card:hover .offer-bg-icon{transform:translate(-50%,130%);opacity:0}.offer-header,.offer-card ul,.offer-card .btn-outline{position:relative;z-index:1}
.form-status {
  font-size: .95rem;
  font-weight: 500;
  margin-top: .2rem;
  margin-bottom: .8rem;
  padding: .75rem 1rem;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .35s ease, transform .35s ease;
  background: #f1f6ff;
  border: 1px solid rgb(0 106 255 / .15);
  color: #0b1724;
}

/* Sukces */
.form-status.success {
  background: rgb(0 180 90 / .12);
  border-color: rgb(0 180 90 / .3);
  color: #008f4c;
  opacity: 1;
  transform: translateY(0);
}

/* Błąd */
.form-status.error {
  background: rgb(255 60 60 / .12);
  border-color: rgb(255 60 60 / .3);
  color: #c62828;
  opacity: 1;
  transform: translateY(0);
}

.form-status{
  font-size: 0.9rem;
  margin-top: 0.25rem;
  min-height: 1.2em;        /* żeby miejsce było zawsze */
  color: #4a5a6a;
}

.form-status--pending{
  color: #0a7bff;
}

.form-status--ok{
  color: #1c8c3a;
}

.form-status--error{
  color: #c0392b;
}
