@charset "UTF-8";.thank-you-section{padding:4rem 0;max-width:1200px;margin-top:120px!important;margin-bottom:50px!important;min-height:calc(100vh - 416px)}.thank-you-section .checkmark-circle{width:80px;height:80px;background:#7ab93d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.thank-you-section .checkmark-circle svg{width:48px;height:48px;color:#fff}.thank-you-section .thank-you-title{font-size:3rem;color:#2c3e50;margin-bottom:1rem;text-align:center}.thank-you-section .thank-you-subtitle{font-size:1.25rem;text-align:center;color:#656d78}.thank-you-section .info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.thank-you-section .info-card{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.thank-you-section .info-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.thank-you-section .info-card .icon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:10px;display:flex;align-items:center;justify-content:center}.thank-you-section .info-card .icon svg{width:24px;height:24px;color:#7ab93d}.thank-you-section .info-card .content{flex:1}.thank-you-section .info-card h3{font-size:1.125rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.thank-you-section .info-card p{color:#656d78;line-height:1.5;font-size:.9375rem;margin:0}.thank-you-section .info-card a{color:#7ab93d;text-decoration:none;font-weight:600}.thank-you-section .info-card a:hover{text-decoration:underline}@media (max-width: 768px){.thank-you-section{padding:3rem 1rem}.thank-you-section .thank-you-title{font-size:2.5rem}.thank-you-section .info-cards{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#1a1a1a;overflow-x:hidden;background:#fff;font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 32px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#1a1a1a}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.5rem,3vw,2.5rem)}p{color:#4b5563;line-height:1.7;font-size:1.125rem}.logo a{text-decoration:none}.logo h2{font-size:2rem;font-weight:800;color:#1a1a1a;letter-spacing:-.04em}.logo span{font-weight:800}.logo span.logo-black{color:#000}.logo span.logo-lime{color:#a3d900}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:1000;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.08);transition:all .3s ease}.header-content{display:flex;justify-content:center;align-items:center;justify-content:space-between}.header .nav-list{list-style:none;gap:2rem}.header .nav{position:relative}@media (max-width: 767px){.header .nav-list{display:none}.header .nav.active .nav-list{display:flex;flex-direction:column;gap:1rem;padding:0 20px}.header .nav.active{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 10px #0000001a;padding:1rem 0;z-index:1000}.header .nav.active .nav-list li{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.header .nav.active .nav-list li:last-child{border-bottom:none}.header .mobile-menu-btn{display:flex}}.header .nav-list a{text-decoration:none;color:#4b5563;font-weight:600;font-size:1rem;transition:all .3s ease;padding:12px 16px;border-radius:12px;position:relative}.header .nav-list a:hover{color:#1a1a1a;background:#0000000a;transform:translateY(-1px)}.header .mobile-menu-btn{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px}.header .mobile-menu-btn span{width:25px;height:3px;background:#333;transition:.3s}.header .mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .mobile-menu-btn.active span:nth-child(2){opacity:0}.header .mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.placeholder-image:hover{transform:translateY(-4px);box-shadow:0 35px 70px #0000001a}.placeholder-image:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:22px;z-index:-1;opacity:.1}.cta-button{background:#1a1a1a;color:#fff;border:none;padding:18px 32px;font-size:1.125rem;font-weight:600;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000001a;letter-spacing:-.01em;min-width:200px}.cta-button:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.section-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;text-align:center;margin-bottom:5rem;color:#1a1a1a;letter-spacing:-.04em;line-height:1.1}.demo{padding:120px 0;background:linear-gradient(135deg,#fafafa,#fff);position:relative;overflow:hidden}.demo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(37,99,235,.02) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(37,99,235,.02) 0%,transparent 50%);pointer-events:none}.demo-content{position:relative;z-index:1}.demo-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:4rem}.demo-feature{background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.08);transition:all .4s ease;box-shadow:0 8px 32px #0000000f;position:relative;overflow:hidden;padding:0}.step-badge{position:absolute;top:0;left:0;background:#a3d900;color:#fff;padding:8px 16px;font-size:.875rem;font-weight:600;border-radius:0 0 16px;z-index:10;box-shadow:0 2px 8px #2563eb4d;letter-spacing:.5px}.demo-feature:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#a3d900;transform:scaleX(0);transition:transform .4s ease}.demo-feature:hover:before{transform:scaleX(1)}.demo-feature:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001f}.feature-visual{position:relative;padding:3rem 2rem 2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;position:relative;z-index:2;transition:all .3s ease}.demo-feature:hover .feature-icon{transform:scale(1.1)}.feature-decoration{position:absolute;inset:0;pointer-events:none}.decoration-circle{position:absolute;width:60px;height:60px;border:2px solid rgba(37,99,235,.1);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:rotate 20s linear infinite}.decoration-line{position:absolute;width:2px;height:40px;background:linear-gradient(180deg,rgba(37,99,235,.2),transparent);bottom:0;left:50%;transform:translate(-50%);animation:pulse 2s ease-in-out infinite}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.feature-content{padding:2rem;text-align:center;display:flex;flex-direction:column;height:100%;min-height:200px}.feature-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.feature-content p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex:1}.demo-feature:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.feature-icon{font-size:2.5rem;margin-bottom:1.5rem;width:80px;height:80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;color:#1a1a1a;transition:all .3s ease}.demo-feature:hover .feature-icon{transform:scale(1.1);background:linear-gradient(135deg,#f1f5f9,#cbd5e1)}.demo-feature h3{font-size:1.375rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;line-height:1.3}.demo-feature p{color:#4b5563;font-size:1rem;line-height:1.6}.problem{padding:120px 0;background:#fff}.problem-list{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:48px;background:none}.problem-item{text-align:center;padding:2.5rem 2rem;background:#f8fafc;border-radius:20px;border:1px solid #e2e8f0;transition:all .2s ease}.problem-item:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.problem-item .problem-content{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;height:100%}.problem-item .problem-content h3{font-size:2rem;font-weight:800;margin-bottom:2rem;color:#1a1a1a;letter-spacing:-.02em;text-align:center;color:#a3d900}.problem-item .problem-content .problem-description{margin-bottom:2rem;text-align:left}.problem-item .problem-content .problem-description p{font-size:1.15rem;color:#4b5563;margin-bottom:1.2rem;line-height:1.7}.problem-item .problem-content .problem-description p:last-child{margin-bottom:0;font-weight:500;color:#1a1a1a}.problem-item .problem-content .problem-cta{margin-top:auto;text-align:left}.problem-item .problem-content .problem-cta .cta-button{display:block;margin:0 auto}.problem-item .problem-content .problem-cta .cta-button.primary{background:#1a1a1a;color:#fff;border-radius:16px;font-size:1.1rem;padding:18px 36px;font-weight:700;border:none;box-shadow:0 2px 12px #2563eb12;transition:background .2s}.problem-item .problem-content .problem-cta .cta-button.primary:hover{background:#a3d900}.problem-item .problem-content .problem-cta .cta-note{font-size:.95rem;color:#6b7280;margin-top:.5rem}.solution{padding:120px 0;background:#f8fafc;position:relative;overflow:hidden}.solution-highlight.typeform-style{background:#fff7ed;border-radius:32px;box-shadow:0 8px 32px #50507812;padding:56px 48px 40px;margin:0 auto 48px;max-width:900px;position:relative;z-index:1;text-align:center}.solution-highlight.typeform-style h3{font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-.02em}.solution-highlight.typeform-style p{font-size:1.25rem;color:#4b5563;line-height:1.7;margin-bottom:0}.solution-description{text-align:center;font-size:1.35rem;margin:0 auto 2.5rem;color:#4b5563;max-width:750px;line-height:1.6}.solution-stats{display:flex;justify-content:center;gap:48px;margin:0 auto;max-width:900px;background:none;border-radius:0;box-shadow:none;padding:40px 24px 0;position:relative;z-index:1}.stat-item{display:flex;flex-direction:column;align-items:center;min-width:180px}.stat-value{font-size:4.2rem;font-weight:900;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.03em;line-height:1;width:100%;text-align:center}.stat-label{font-size:1.15rem;color:#1a1a1a;font-weight:400;text-align:center;max-width:220px;width:100%;margin:0 auto;line-height:1.4;display:block}.solution-highlight{display:grid;grid-template-columns:1fr auto;gap:5rem;align-items:center;max-width:1100px;margin:0 auto;padding:4rem;background:#fff;border-radius:28px;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 40px #0000000f;transition:all .3s ease}.solution-highlight:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000001a}.highlight-content h3{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.3}.highlight-content p{color:#4b5563;line-height:1.6;font-size:1.125rem}.placeholder-image.small{width:300px;height:200px}.solution-explained{padding:100px 0;background:#fff}.process-timeline{margin-bottom:4rem}.timeline-step{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline-step:last-child{margin-bottom:0}.step-visual{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.step-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 8px 25px #3b82f64d;position:relative;z-index:2}.step-connector{width:4px;height:60px;background:linear-gradient(to bottom,#3b82f6,#e2e8f0);margin-top:1rem;border-radius:2px}.step-content{flex:1;background:#f8fafc;padding:2rem;border-radius:20px;border:1px solid #e2e8f0;position:relative}.step-content:before{content:"";position:absolute;left:-10px;top:30px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #f8fafc}.step-number{display:inline-block;width:40px;height:40px;background:#1a1a1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.step-content h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.step-content p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.step-details{display:flex;gap:1.5rem;flex-wrap:wrap}.detail-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;background:#fff;padding:.5rem 1rem;border-radius:20px;border:1px solid #e2e8f0}.detail-icon{font-size:1rem}.process-visualization{background:#f8fafc;padding:3rem;border-radius:24px;margin-bottom:4rem;border:1px solid #e2e8f0}.visualization-header{text-align:center;margin-bottom:3rem}.visualization-header h3{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.visualization-header p{color:#6b7280;font-size:1.1rem}.workflow-diagram{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.workflow-step{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000f;transition:all .2s ease;min-width:150px}.workflow-step:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.workflow-icon{font-size:2rem;margin-bottom:1rem;width:60px;height:60px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;color:#0ea5e9}.workflow-step h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.workflow-step p{color:#6b7280;font-size:.9rem}.workflow-arrow{font-size:2rem;color:#3b82f6;font-weight:700}.procedure-tabs{margin-top:2rem}.tab-buttons{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;color:#6b7280;white-space:nowrap}.tab-button:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.tab-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f633}.tab-icon{font-size:1.1rem}.tab-content{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.tab-panel{display:none;padding:2rem}.tab-panel.active{display:block}.procedure-steps{display:grid;gap:1.5rem}.procedure-step{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.procedure-step:hover{background:#f1f5f9;transform:translate(4px)}.step-marker{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:50%;font-size:.9rem;font-weight:700;flex-shrink:0}.step-info h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.step-info p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.tab-buttons{flex-direction:column;gap:.75rem}.tab-button{justify-content:flex-start;padding:1rem 1.25rem;font-size:1rem}.tab-panel{padding:1.5rem}.procedure-step{flex-direction:column;gap:1rem;text-align:center}.step-marker{align-self:center}.specialists-showcase{text-align:center}.specialists-showcase h3{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.showcase-subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:3rem}.specialists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.specialist-item{text-align:center;padding:2.5rem 1.5rem;background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000f;transition:all .2s ease}.specialist-item:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.specialist-icon{font-size:2.5rem;margin-bottom:1.5rem;width:80px;height:80px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;color:#0ea5e9}.specialist-item h3,.specialist-item h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.specialist-item p{color:#4b5563;font-size:.9rem;margin-bottom:1rem}.specialist-badge{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-top:.5rem}.perks{padding:100px 0;background:#fff}.perks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.perk-item{text-align:center;padding:2.5rem 2rem;background:#f8fafc;border-radius:20px;border:1px solid #e2e8f0;transition:all .2s ease}.perk-item:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.perk-icon{font-size:2.5rem;margin-bottom:1.5rem;width:80px;height:80px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;color:#d97706}.perk-item h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.perk-item p{color:#4b5563;line-height:1.7;font-size:.95rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000f;transition:all .2s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.testimonial-content p{font-size:1.1rem;color:#1a1a1a;line-height:1.6;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.author-info h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.author-info p{font-size:.9rem;color:#6b7280;margin:0}.case-study{text-align:center}.case-study-btn{background:#3b82f6;color:#fff;border:none;padding:16px 32px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f633}.case-study-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 6px 16px #3b82f64d}.case-study-btn:hover{background:#059669;transform:translateY(-2px)}.pricing-card.featured{background:#fff;border:2px solid #3b82f6;box-shadow:0 8px 25px #3b82f626;transform:scale(1.02)}.pricing-card.featured:before{content:"Najpopularniejszy";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card.featured .pricing-btn{background:#3b82f6;box-shadow:0 4px 12px #3b82f633}.pricing-card.featured .pricing-btn:hover{background:#2563eb;box-shadow:0 6px 16px #3b82f64d}.pricing-cta{text-align:center}.faq{padding:100px 0;background:#f8fafc}.faq-list{max-width:1024px;margin:0 auto}.faq-item{margin-bottom:1rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;transition:all .2s ease}.faq-item:hover{box-shadow:0 4px 12px #0000000f}.faq-question{width:100%;padding:2rem;background:#fff;border:none;text-align:left;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;color:#1a1a1a}.faq-question span:first-child{flex-basis:90%}.faq-question .faq-icon{flex-shrink:0}.faq-question:hover{background:#f8fafc}.faq-icon{font-size:1.25rem;font-weight:700;transition:transform .2s ease;color:#a3d900;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 2rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:1rem 2rem 2rem;max-height:200px}.faq-answer p{color:#4b5563;line-height:1.7;font-size:1rem}.strong-cta{padding:120px 0;background:linear-gradient(135deg,#1a1a1a,#374151);color:#fff;text-align:center;position:relative;overflow:hidden}.strong-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(59,130,246,.1) 0%,transparent 50%);pointer-events:none}.cta-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.cta-content .cta-note{color:#fff}.cta-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:-.03em;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-subtitle{font-size:1.25rem;margin-bottom:3rem;color:#fff;opacity:1;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.cta-benefits{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.cta-benefit{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.benefit-check{width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;box-shadow:0 2px 4px #10b9814d}.cta-actions{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.strong-cta .cta-button.primary{background:linear-gradient(135deg,#fff,#f8fafc);color:#1a1a1a;border:none;padding:20px 40px;font-size:1.1rem;font-weight:700;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}.strong-cta .cta-button.primary:hover{background:linear-gradient(135deg,#f8fafc,#e2e8f0);transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}.strong-cta .cta-button.secondary{background:transparent;color:#fff;border:2px solid #ffffff;padding:20px 40px;font-size:1.1rem;font-weight:600;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ffffff1a}.strong-cta .cta-button.secondary:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 30px #fff3}.cta-button.large{padding:20px 40px;font-size:1.1rem}.newsletter{padding:100px 0;background:linear-gradient(135deg,#fff,#f1f5f9);position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(37,99,235,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(37,99,235,.03) 0%,transparent 50%);pointer-events:none}.newsletter-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.newsletter-left{text-align:left}.newsletter-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-.03em;line-height:1.2}.newsletter-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2.5rem;line-height:1.6}.newsletter-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-benefits{display:flex;flex-direction:column;gap:1.5rem}.newsletter-benefit{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.newsletter-benefit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.benefit-icon{font-size:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#0ea5e9;flex-shrink:0}.newsletter-benefit span{font-size:.95rem;font-weight:500;color:#1a1a1a}.newsletter-form{background:#fff;padding:2.5rem;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 8px 32px #0000000f}.newsletter-form select,.newsletter-form input,.newsletter-form textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#f8fafc;margin-bottom:1rem;box-sizing:border-box;transition:border-color .2s}.newsletter-form select{appearance:none;color:#9ca3af;background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;border:2px solid #e2e8f0}.newsletter-form select:focus,.newsletter-form input:focus,.newsletter-form textarea:focus{border-color:#a3d900;outline:none}.form-header{text-align:center;margin-bottom:2rem}.form-header h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.form-header p{color:#6b7280;font-size:1rem}.newsletter-signup{display:flex;flex-direction:column;gap:.5rem}.form-group{position:relative}.form-group input[type=email],.form-group input[type=text],textarea{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-weight:500;color:#1a1a1a;background:#f8fafc;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#a3d900;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder,textarea::placeholder{color:#9ca3af}.checkbox-group{margin-top:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;position:relative}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{width:20px;height:20px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:4px;position:relative;flex-shrink:0;margin-top:2px;transition:all .2s ease}.checkbox-label input:checked~.checkmark{background:#2563eb;border-color:#2563eb}.checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label input:checked~.checkmark:after{display:block}.checkbox-text{font-size:.9rem;color:#4b5563;line-height:1.5}.newsletter-btn{background:#a3d900;color:#fff;border:none;padding:18px 32px;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #2563eb33;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.newsletter-btn:hover{background:#a3d900;transform:translateY(-2px);box-shadow:0 8px 30px #2563eb4d}.btn-icon{font-size:1.2rem}.form-note{font-size:.85rem;color:#6b7280;text-align:center;margin-top:1.5rem;line-height:1.5}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-link{padding:.75rem 1.25rem;background:#374151;border-radius:8px;font-size:.9rem;transition:all .2s ease}.social-link:hover{background:#4b5563;transform:translateY(-1px)}#contact-form-status{padding:10px 15px;border-radius:6px;margin-bottom:15px;font-weight:500;text-align:center;display:none}#contact-form-status.success{background-color:#e6f7d9;color:#2e7d32;border:1px solid #a3d900;display:block}#contact-form-status.error{background-color:#ffebee;color:#c62828;border:1px solid #ef5350;display:block}#contact-form-status.sending{background-color:#e3f2fd;color:#1565c0;border:1px solid #64b5f6;display:block}@media (min-width: 768px){.nav-list{display:flex}.mobile-menu-btn{display:none!important}.hero-content{flex-direction:row;align-items:center;gap:6rem}.hero-left{text-align:left;flex:1}.hero-right{flex:1}.hero-title{font-size:clamp(3rem,5vw,4.5rem)}.section-title{font-size:clamp(2.5rem,4vw,3.5rem)}.demo-content{grid-template-columns:1fr 1fr;align-items:center}.problem-list{grid-template-columns:repeat(2,1fr);gap:2rem}.problem-item{padding:2.5rem}.problem-cta{padding-top:1.25rem}.solution-highlight{grid-template-columns:1fr auto}.timeline-step,.workflow-diagram{gap:3rem}.specialists-grid,.perks-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.cta-benefits{justify-content:center}.container{padding:0 32px}}@media (min-width: 1024px){.hero-title{font-size:clamp(4rem,6vw,5rem)}.cta-title{font-size:clamp(3.5rem,5vw,4.5rem)}.perks-grid,.specialists-grid{grid-template-columns:repeat(3,1fr)}.container{max-width:1200px}}@media (min-width: 1280px){.container{max-width:1400px}.hero-title{font-size:clamp(4.5rem,7vw,5.5rem)}.cta-title{font-size:clamp(4rem,6vw,5rem)}.perks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.hero-cta-group{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.cta-primary-wrapper{width:100%}.cta-button{width:100%;max-width:none}.demo-features{grid-template-columns:1fr;gap:2rem}.demo-feature{margin-bottom:1rem}.feature-visual{padding:2rem 1.5rem 1.5rem}.feature-icon{font-size:2.5rem}.feature-content{padding:1.5rem;min-height:180px}.step-badge{font-size:.75rem;padding:6px 12px}.problem-list{grid-template-columns:1fr;gap:1.5rem}.problem-item{padding:2rem 1.5rem}.problem-content h3{font-size:1.125rem;margin-bottom:1rem}.problem-description{margin-bottom:1.5rem}.problem-cta{padding-top:1rem}.problem-cta .cta-button{width:100%;max-width:300px}.timeline-step{flex-direction:column;gap:1rem}.step-visual{order:-1}.step-connector{display:none}.step-content:before{display:none}.workflow-diagram{flex-direction:column;gap:1rem}.workflow-arrow{transform:rotate(90deg)}.step-details{justify-content:center}.process-visualization{padding:2rem 1rem}}@media (max-width: 650px){.container{padding:0 16px}.hero{padding:120px 0 80px}.hero-title{font-size:clamp(2rem,5vw,3rem)}.hero-subtitle{font-size:1.125rem}.cta-button{padding:16px 24px;font-size:1rem;min-width:auto;width:100%}.newsletter-content{grid-template-columns:1fr;gap:2rem;text-align:center}.newsletter-left{text-align:center}.newsletter-benefits{grid-template-columns:1fr;gap:1rem}.newsletter-form{padding:2rem 1.5rem}.newsletter-title{font-size:clamp(1.8rem,5vw,2.5rem)}.newsletter-subtitle{font-size:1.1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-left{animation:slideInLeft 1s ease-out}.hero-right{animation:slideInRight 1s ease-out}.demo-feature{animation:fadeInUp .8s ease-out}.demo-feature:nth-child(1){animation-delay:.1s}.demo-feature:nth-child(2){animation-delay:.2s}.demo-feature:nth-child(3){animation-delay:.3s}.demo-feature:nth-child(4){animation-delay:.4s}.problem-item{animation:fadeInUp .8s ease-out}.problem-item:nth-child(1){animation-delay:.1s}.problem-item:nth-child(2){animation-delay:.2s}.problem-item:nth-child(3){animation-delay:.3s}.problem-item:nth-child(4){animation-delay:.4s}.specialist-item,.perk-item,.testimonial-card,.benefit-item,.pricing-card,.timeline-step,.workflow-step{animation:scaleIn .8s ease-out}.typeform-style-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:48px 64px;margin:48px 0 0}.case-study-link{margin-top:18px;min-height:32px;padding:4px 18px;font-size:.95rem;font-weight:500;color:#222;border:1.5px solid #d1d5db;border-radius:999px;background:transparent;text-decoration:none;letter-spacing:.03em;transition:border-color .2s,color .2s,background .2s;display:inline-flex;align-items:center;justify-content:center}.case-study-link:hover{border-color:#222;color:#111;background:#f3f4f6}@media (max-width: 900px){.typeform-style-logos{gap:32px 24px}.solution-highlight.typeform-style{padding:32px 16px}.solution-stats{flex-direction:column;gap:24px;padding:24px 8px 0}.stat-item{min-width:0}.stat-value{font-size:2.5rem}.stat-label{font-size:1rem;max-width:100%}}.onboarding-section{background:#fff;padding:80px 0}.onboarding-container{display:flex;max-width:1200px;margin:0 auto;gap:64px}.onboarding-steps{min-width:280px;padding-top:24px}.onboarding-steps ol{list-style:none;padding:0;margin:0}.onboarding-steps li{display:flex;align-items:center;font-size:1.15rem;color:#6b7280;margin-bottom:32px;font-weight:500;cursor:pointer;transition:color .2s}.onboarding-steps li.active,.onboarding-steps li:hover{color:#1a1a1a;font-weight:700}.onboarding-steps li span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f5f3ff;color:#000;font-weight:700;border-radius:50%;margin-right:16px;font-size:1.2rem;border:2px solid #e0e7ff;transition:background .2s,color .2s}.onboarding-steps li.active span,.onboarding-steps li:hover span{background:#a3d900;color:#fff;border-color:#a3d900}.onboarding-content{flex:1;min-width:0;background:#f8fafc;border-radius:32px;box-shadow:0 8px 32px #50507812;padding:56px 48px;display:flex;flex-direction:column;gap:48px;max-height:600px;overflow-y:auto}.onboarding-step{display:none;animation:fadeIn .5s}.onboarding-step.active{display:block}.onboarding-step h3{font-size:2rem;font-weight:800;margin-bottom:1.5rem;color:#a3d900}.onboarding-step p{font-size:1.15rem;color:#4b5563;margin-bottom:1.2rem;line-height:1.7}.onboarding-step ul{margin:0;padding:0 0 0 24px;color:#000;font-size:1.05rem;line-height:1.7;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@media (max-width: 900px){.onboarding-container{flex-direction:column;gap:32px;padding:0 16px}.onboarding-content{padding:32px 16px;max-height:none}.onboarding-steps{min-width:0;padding-top:0;margin:0 auto}}.hero{padding:160px 0 120px;background:linear-gradient(135deg,#fafafa,#fff);color:#1a1a1a;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(37,99,235,.03) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(37,99,235,.02) 0%,transparent 50%);pointer-events:none}.hero:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-content{text-align:center;display:flex;flex-direction:column;gap:5rem;position:relative;z-index:1;max-width:1100px;margin:0 auto}@media (max-width: 1000px){.hero-content{max-width:900px}}.hero-left{text-align:center;animation:fadeInUp 1s ease-out}.hero-title{animation:slideInFromLeft 1s ease-out .2s both}.hero-subtitle{animation:slideInFromRight 1s ease-out .4s both}.hero-cta-group{animation:fadeInUp 1s ease-out .6s both}.hero-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;margin-bottom:2rem;line-height:1.05;letter-spacing:-.05em;color:#1a1a1a;position:relative;text-align:center}.hero-title:after{content:"";position:absolute;bottom:-18px;left:50%;transform:translate(-50%);width:80%;height:4px;background:#a3d900;border-radius:2px}.hero-subtitle{font-size:1.375rem;font-weight:400;margin-bottom:3rem;color:#4b5563;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-cta-group{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:2rem;align-items:flex-start}.cta-primary-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.cta-note{font-size:.875rem;color:#000;font-weight:400;text-align:center;margin:0;opacity:.8;transition:all .3s ease}.cta-button.primary{background:#a3d900;color:#fff;border:none;padding:18px 32px;font-size:1.125rem;font-weight:600;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #2563eb33;position:relative;overflow:hidden}.cta-button.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-button.primary:hover:before{left:100%}.cta-button.primary:hover{background:#a3d900;transform:translateY(-2px);box-shadow:0 8px 30px #2563eb4d}.cta-button.secondary{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a;padding:18px 32px;font-size:1.125rem;font-weight:600;border-radius:16px;cursor:pointer;transition:all .3s ease}.cta-button.secondary:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.hero-right{display:flex;justify-content:center}.placeholder-image{width:400px;height:300px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#4b5563;border:1px solid rgba(0,0,0,.08);box-shadow:0 25px 50px #0000000f;position:relative;transition:all .3s ease}.pricing{padding:100px 0;background:#fff}.pricing .section-title{text-align:center}.pricing .section-title span{color:#a3d900}.pricing-grid{display:grid;gap:2rem;margin-bottom:4rem;max-width:1000px;margin-left:auto;margin-right:auto}.pricing-card{background:#f8fafc;padding:3rem 2rem;border-radius:24px;border:1px solid #e2e8f0;text-align:center;transition:all .2s ease;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.pricing-card.featured{background:#fff;border:2px solid #a3d900;box-shadow:0 8px 25px #3b82f626;transform:scale(1.02)}.pricing-card.featured:before{content:"Najpopularniejszy";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#a3d900;color:#fff;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.pricing-card .pricing-sub{color:inherit}.pricing-card.featured .pricing-sub{color:#a3d900;font-weight:700}.price{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem}.price-value{font-weight:700;font-size:2rem}.price-period{font-size:1rem;font-weight:400}.feature-note{font-size:.95em;color:#6b7280}.pricing-features{list-style:none;margin-bottom:2.5rem}.pricing-features li{padding:.75rem 0;border-bottom:1px solid #e2e8f0;color:#6b7280;font-size:.95rem}.pricing-features li:last-child{border-bottom:none}.pricing-btn{background:#1a1a1a;color:#fff;border:none;padding:16px 32px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;width:100%;box-shadow:0 4px 12px #1a1a1a26}.pricing-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 16px #1a1a1a40}.pricing-card.featured .pricing-btn{background:#a3d900;box-shadow:0 4px 12px #3b82f633}.pricing-card.featured .pricing-btn:hover{background:#a3d900;box-shadow:0 6px 16px #3b82f64d}.pricing-card.individual{max-width:1000px;margin:.5rem auto 0;display:flex;flex-direction:column;align-items:center;background:#f1f5f9;border:1.5px solid #cbd5e1}.pricing-card.individual h3{color:#a3d900;font-size:1.3rem;margin-bottom:.5rem}.pricing-card.individual p{color:#374151;font-size:1.08rem;margin-bottom:1.2rem;text-align:center;max-width:900px}.pricing-card.individual .pricing-btn{max-width:400px}.pricing-cta{text-align:center;margin-top:2rem}.pricing-cta p{font-size:.95em;color:#6b7280}@media (min-width: 900px){.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.pricing-card.featured{transform:scale(1.07) translateY(-18px);z-index:2;box-shadow:0 16px 40px #3b82f62e,0 2px 8px #0000000a;border-width:2.5px}.pricing-card{margin-top:18px}}.social-proof{padding:100px 0;background:#f8fafc}.clients-logos{display:flex;justify-content:center;align-items:center;gap:3rem;margin-bottom:4rem;flex-wrap:wrap}.client-logo{padding:1.5rem 2.5rem;background:#fff;border-radius:16px;font-weight:600;color:#6b7280;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.typeform-style-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:48px 64px;margin:48px 0 0}.client-logo{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1 1 160px;min-width:160px;background:none;border:none;box-shadow:none;padding:0;margin:0;position:relative}.client-logo img{max-width:160px;max-height:60px;filter:grayscale(1) brightness(.7);opacity:.85;transition:filter .2s,opacity .2s;display:block;margin-top:auto}.client-logo img:hover{filter:grayscale(0) brightness(1);opacity:1}:root{--footer-bg: #111827;--footer-color: #f3f4f6;--footer-link-hover: #60a5fa;--footer-border: #374151;--footer-btn-bg: #1e51db;--footer-btn-bg-hover: #1741b2;--footer-btn-shadow: 0 4px 12px rgba(30, 81, 219, .15);--footer-secondary: #d1d5db}.footer{background:var(--footer-bg);color:var(--footer-color);padding:clamp(2.5rem,8vw,5rem) 0 clamp(1.5rem,4vw,2.5rem)}.footer p{color:var(--footer-color)}.footer-content{gap:clamp(2rem,6vw,3rem);margin-bottom:3rem;grid-template-columns:1.2fr .7fr 1fr 1fr;display:grid;gap:3rem}.footer-brand-info{margin-top:1.5rem;font-size:.98rem;color:#d1d5db}.footer-consult-btn{margin-top:1rem;width:100%;max-width:220px;font-size:.98rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 650px){.footer-content{grid-template-columns:1fr!important;gap:2rem!important}}.footer-section h3{font-size:clamp(1.5rem,3vw,2.5rem)!important}@media (max-width: 650px){.footer-section{padding:0 .5rem;text-align:center}}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1.5rem;font-weight:600;font-size:clamp(1.1rem,2vw,1.3rem)}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:var(--footer-color);text-decoration:underline dotted transparent;font-weight:500;transition:color .2s,text-decoration-color .2s;outline:none}.footer-section a:hover,.footer-section a:focus{color:var(--footer-link-hover);text-decoration:underline solid var(--footer-link-hover);text-decoration-thickness:2px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--footer-border);color:var(--footer-secondary);font-size:clamp(.85rem,1vw,.95rem)}@media (max-width: 600px){.footer-bottom{font-size:.85rem;padding-left:.5rem;padding-right:.5rem}}.custom-footer-bottom{border-top:2px solid #374151;margin-top:2rem;padding-top:1.5rem}.footer-blue-btn{background:var(--footer-btn-bg);color:#fff;box-shadow:var(--footer-btn-shadow);border:none;transition:background .2s;padding:.75em 2em;border-radius:.5em;font-weight:600;cursor:pointer}.footer-blue-btn:hover,.footer-blue-btn:focus{background:var(--footer-btn-bg-hover);color:#fff;outline:2px solid var(--footer-link-hover);outline-offset:2px}.calendar-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease-in-out}.calendar-modal.active{display:block;opacity:1}.calendar-modal-content{position:relative;background-color:#fff;margin:50px auto;width:90%;max-width:1200px;height:90vh;border-radius:8px;box-shadow:0 4px 6px #0000001a}.calendar-iframe-container{width:100%;height:calc(100% - 40px);padding:20px}.calendar-iframe-container iframe{width:100%;height:100%;border:none;border-radius:4px}.calendar-close{position:absolute;right:6px;top:-9px;font-size:28px;font-weight:700;color:#666;cursor:pointer;z-index:1}.calendar-close:hover{color:#333}
