*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll}body{font-family:Poppins,sans-serif;overflow-x:hidden;padding-top:0}.container{width:100%;max-width:1200px;margin:auto;padding:0 20px}header{background:#fff;padding-top:clamp(20px,4vh,60px);padding-bottom:20px}.navbar{display:flex;align-items:center;justify-content:space-between}nav{margin-left:auto}nav ul{display:flex;list-style:none;gap:40px}nav a{text-decoration:none;color:#001a52;font-weight:500;font-size:18px;font-family:Poppins,sans-serif;position:relative;padding-bottom:8px}nav a:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:3px;background:#d68600;transform:translate(-50%);transition:.3s ease}nav a:hover:after{width:100%}.logo{display:flex;align-items:center;gap:14px;flex-shrink:0}.logo-icon{width:42px;height:42px;display:flex;justify-content:space-between}.logo-icon span{width:14px;height:42px;border:3px solid #D68600}.logo-icon span:first-child{border-right:none}.logo-icon span:last-child{border-left:none}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-text strong{font-size:18px;font-weight:700;color:#001a52}.hero{position:relative;overflow:hidden}.hero-wrapper{min-height:750px;display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-content{width:50%;max-width:600px;display:flex;flex-direction:column;gap:20px;margin-top:-30px;position:relative;z-index:2}.hero-content h1{font-size:52px;line-height:1.2;font-weight:700;letter-spacing:-.5px;color:#001a52}.hero-content h1 span{color:#001a52}.hero-line{width:350px;height:4px;background:#d68600;margin-bottom:10px;border-radius:2px}.hero-content p{font-size:17px;line-height:1.6;width:100%;max-width:500px;color:#3e4b6d;text-align:justify}.hero-image{width:50%;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero-image-wrap{position:relative;width:100%;max-width:480px;aspect-ratio:4/5;border-radius:14px;overflow:hidden;box-shadow:0 25px 50px #001a5240}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#001a5259,#d6860014,#001a5200);pointer-events:none}.stats{display:flex;gap:45px;margin-top:20px}.stat{display:flex;align-items:flex-start;gap:12px;min-width:140px}.stat-icon svg{width:34px;height:34px;fill:none;stroke:#d68600;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stat strong{display:block;color:#001a52;font-size:20px;line-height:1.2;margin-bottom:3px;transform:translateY(2px)}.stat span{display:block;color:#3e4b6d;font-size:13px;line-height:1.4;min-height:36px}.hero-buttons{display:flex;gap:20px;margin-top:20px}.hero-buttons a{text-decoration:none;font-size:16px;font-weight:600;padding:14px 32px;border-radius:8px}.btn-primary{background:#d68600;color:#001a52;width:345px;text-align:center;font-weight:700}.btn-secondary{background:#fff;color:#001a52;border:2px solid #D68600}.offer{padding:20px 0 80px;margin-top:10px;background:#fff}.offer-title{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:50px}.offer-title h2{font-size:42px;font-weight:700;color:#001a52}.offer-title .line{width:120px;height:4px;background:#d68600;border-radius:2px}.cards{display:flex;flex-wrap:wrap;gap:20px}.card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 25px #0000000d;width:calc(33.333% - 14px)}.card.full{width:100%}.card h3{margin-bottom:15px;color:#001a52;font-size:26px;font-weight:700}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:18px;line-height:1.7;color:#3e4b6d}.benefits-list li:before{content:"";width:8px;height:8px;border-radius:50%;background:#d68600;flex-shrink:0;margin-top:11px}.steps{display:grid;grid-template-columns:1fr 1fr;gap:20px}.step{background:#fafafa;border:1px solid #eee;padding:20px;border-radius:10px;display:flex;align-items:flex-start;gap:12px}.step span{width:34px;height:34px;background:#d68600;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.step div{display:flex;flex-direction:column}.step div p{margin:0;color:#3e4b6d;font-size:14px;line-height:1.5}.step strong{font-size:16px}.cta{background:#001a52;padding:70px 0;text-align:center}.cta-text{color:#fff;font-size:18px;line-height:1.8;max-width:800px;margin:auto}.opinie{padding:80px 0;background:#fff;margin-top:-120px}.opinie h2{text-align:center;font-size:42px;margin-bottom:50px;color:#001a52}.slider-container{display:flex;align-items:center;gap:20px}.slider{display:flex;gap:25px;overflow:hidden;width:100%;scroll-behavior:smooth}.opinia{min-width:calc((100% - 50px) / 3);background:#fafafa;border:1px solid #e8e8e8;border-radius:12px;padding:25px;flex-shrink:0}.opinia p{color:#3e4b6d;line-height:1.7}.opinia h4{margin-top:15px;color:#001a52}.stars{color:#d68600;font-size:24px;letter-spacing:3px;margin-bottom:15px}.arrow{width:50px;height:50px;border:none;border-radius:50%;background:#d68600;color:#fff;font-size:22px;cursor:pointer}.menu-toggle{display:none}@media(max-width:992px){.navbar{position:relative}.menu-toggle{display:block;background:none;border:none;font-size:32px;color:#001a52;cursor:pointer}nav{display:none;position:absolute;top:90px;left:0;width:100%;background:#fff;margin-left:0;border-top:1px solid #e8e8e8;box-shadow:0 5px 15px #00000014}nav.active{display:block}nav ul{flex-direction:column;gap:0}nav ul li{border-bottom:1px solid #e8e8e8}nav a{display:block;padding:18px 20px}.hero-wrapper{flex-direction:column;text-align:center}.hero-content,.hero-image{width:100%}.hero-content{margin-top:0;align-items:center}.hero-content p{text-align:center}.hero-image{justify-content:center}.hero-image img{width:100%;max-width:350px;right:0;top:0;mask-image:none;-webkit-mask-image:none}.hero-image-wrap{max-width:350px}.hero-line{margin:0 auto}.stats{justify-content:center;flex-wrap:wrap}.card{width:100%}.steps{grid-template-columns:1fr}.opinia{min-width:100%}.hero-buttons{flex-direction:column;width:100%}.btn-primary{width:100%}}
