.windykacja-table-container{width:100%;max-width:1200px;margin:40px auto;padding:0 20px;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;text-align:center}.windykacja-table-wrapper{display:inline-block;text-align:left;width:100%}.windykacja-table-wrapper{display:inline-block;text-align:left;width:100%;overflow-x:auto;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15)}.windykacja-table{width:100%;border-collapse:collapse;background:#fff;position:relative}.windykacja-table thead{background:linear-gradient(135deg,#1a3d4d 0%,#2a5566 100%);color:#fff}.windykacja-table thead th{padding:25px 20px;text-align:center;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-bottom:4px solid #d4a574;position:relative}.windykacja-table thead th:first-child{border-top-left-radius:12px}.windykacja-table thead th:last-child{border-top-right-radius:12px}.windykacja-table tbody tr{transition:all .3s ease;border-bottom:1px solid #e8e8e8}.windykacja-table tbody tr:hover{background:linear-gradient(to right,#f8f4ef 0%,#fff 100%);transform:scale(1.02);box-shadow:0 5px 15px rgba(212,165,116,.2)}.windykacja-table tbody td{padding:20px;font-size:16px;color:#333;transition:all .3s ease;text-align:center}.windykacja-table tbody td:first-child{font-weight:700;color:#1a3d4d;background:linear-gradient(to right,#f5f5f5,#fff);position:relative}.windykacja-table tbody td:first-child::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#d4a574;opacity:0;transition:opacity .3s ease}.windykacja-table tbody tr:hover td:first-child::before{opacity:1}.windykacja-table tbody td:nth-child(2){color:#2a5566}.windykacja-table tbody td:nth-child(3){color:#1a3d4d}.highlight-success{background:linear-gradient(135deg,#e8f5e9 0%,#fff 100%);border-left:3px solid #4caf50;font-weight:600}.highlight-warning{background:linear-gradient(135deg,#fff3e0 0%,#fff 100%);border-left:3px solid #ff9800}@media screen and (max-width:768px){.windykacja-table-container{padding:0;margin:20px 0;max-width:100%}.windykacja-table-wrapper{border-radius:0;box-shadow:none}.windykacja-table thead{display:none}.windykacja-table tbody tr{display:block;margin-bottom:0;border:none;border-top:1px solid #e8e8e8;border-radius:0;overflow:hidden;box-shadow:none}.windykacja-table tbody tr:first-child{border-top:2px solid #e8e8e8}.windykacja-table tbody tr:last-child{border-bottom:2px solid #e8e8e8}.windykacja-table tbody tr:hover{transform:scale(1);box-shadow:none}.windykacja-table tbody td{display:block;text-align:left;padding:15px 20px;border:none;border-bottom:1px solid #f0f0f0}.windykacja-table tbody td:first-child{background:linear-gradient(135deg,#1a3d4d 0%,#2a5566 100%);color:#fff;font-size:18px;text-align:center;padding:20px}.windykacja-table tbody td:first-child::before{display:none}.windykacja-table tbody td:not(:first-child)::before{content:attr(data-label);display:block;font-weight:700;color:#d4a574;margin-bottom:8px;text-transform:uppercase;font-size:12px;letter-spacing:1px}.windykacja-table tbody td:last-child{border-bottom:none}}.windykacja-table tbody tr{animation:fadeInUp .6s ease forwards;opacity:0}.windykacja-table tbody tr:nth-child(1){animation-delay:.1s}.windykacja-table tbody tr:nth-child(2){animation-delay:.2s}.windykacja-table tbody tr:nth-child(3){animation-delay:.3s}.windykacja-table tbody tr:nth-child(4){animation-delay:.4s}.windykacja-table tbody tr:nth-child(5){animation-delay:.5s}.windykacja-table tbody tr:nth-child(6){animation-delay:.6s}.windykacja-table thead th::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,#d4a574 50%,transparent 100%);opacity:0;transition:opacity .3s ease}.windykacja-table thead th:hover::after{opacity:1}.value-badge{display:inline-block;padding:5px 12px;border-radius:20px;font-weight:600;font-size:14px}.badge-success{background:#e8f5e9;color:#2e7d32}.badge-warning{background:#fff3e0;color:#e65100}.badge-info{background:#e3f2fd;color:#1565c0}.whats-included-section{max-width:1400px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.included-item{display:flex;align-items:center;gap:15px;padding:18px 20px;background:#fff;border-radius:12px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}.included-item::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#d4a574 0%,#c89963 100%);transform:scaleY(0);transition:transform .3s ease}.included-item:hover{border-color:#d4a574;box-shadow:0 5px 20px rgba(212,165,116,.2);transform:translateX(5px)}.included-item:hover::before{transform:scaleY(1)}.included-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(212,165,116,.15) 0%,rgba(212,165,116,.05) 100%);border-radius:8px;transition:all .3s ease}.included-item:hover .included-icon{background:linear-gradient(135deg,#d4a574 0%,#c89963 100%);transform:scale(1.1)}.included-text{flex:1;font-size:16px;color:#666;line-height:1.5;margin:0;font-weight:500;transition:color .3s ease}.included-item:hover .included-text{color:#1a3d4d}.included-item{opacity:1}@media (prefers-reduced-motion:no-preference){.included-item{opacity:0;animation:fadeInUp .6s ease forwards}.included-item:nth-child(1){animation-delay:.05s}.included-item:nth-child(2){animation-delay:.1s}.included-item:nth-child(3){animation-delay:.15s}.included-item:nth-child(4){animation-delay:.2s}.included-item:nth-child(5){animation-delay:.25s}.included-item:nth-child(6){animation-delay:.3s}}@media screen and (max-width:1024px){.whats-included-section{grid-template-columns:repeat(2,1fr);gap:18px}.included-item{padding:16px 18px}}@media screen and (max-width:768px){.whats-included-section{grid-template-columns:1fr;gap:15px;padding:30px 15px}.included-item{padding:15px}.included-text{font-size:15px}.included-icon{width:36px;height:36px}}@media screen and (max-width:480px){.whats-included-section{padding:25px 15px}.included-item{padding:14px;gap:12px}.included-text{font-size:14px}.included-icon{width:34px;height:34px}}@media (prefers-reduced-motion:reduce){.included-item,.included-icon,.included-item::before{animation:none!important;transition:none!important}}.included-item:focus-within{outline:3px solid #d4a574;outline-offset:3px}.industries-section{padding:80px 20px;background:#f8f9fa}.container{max-width:1400px;margin:0 auto}.section-title{font-size:38px;font-weight:700;color:#1a3d4d;text-align:center;margin-bottom:15px;line-height:1.3}.section-subtitle{font-size:18px;color:#666;text-align:center;margin-bottom:60px;font-weight:400}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.industry-card{background:#fff;padding:40px 30px;border-radius:16px;border:2px solid #e8e8e8;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.industry-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#d4a574 0%,#c89963 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.industry-card:hover::before{opacity:1}.industry-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(26,61,77,.12);border-color:transparent}.industry-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(212,165,116,.1) 0%,rgba(212,165,116,.05) 100%);border-radius:14px;margin-bottom:25px;transition:all .4s cubic-bezier(.4,0,.2,1)}.industry-card:hover .industry-icon{background:linear-gradient(135deg,#d4a574 0%,#c89963 100%);transform:scale(1.1) rotate(5deg);box-shadow:0 8px 20px rgba(212,165,116,.3)}.industry-title{font-size:22px;font-weight:700;color:#1a3d4d;margin-bottom:15px;line-height:1.3;transition:color .3s ease}.industry-card:hover .industry-title{color:#d4a574}.industry-description{font-size:15px;color:#666;line-height:1.7;margin:0;transition:color .3s ease}.industry-card:hover .industry-description{color:#555}@media screen and (max-width:1024px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:25px}.section-title{font-size:32px}.industries-section{padding:60px 20px}}@media screen and (max-width:768px){.industries-grid{grid-template-columns:1fr;gap:20px}.section-title{font-size:28px;margin-bottom:10px}.section-subtitle{font-size:16px;margin-bottom:40px}.industries-section{padding:50px 15px}.industry-card{padding:30px 25px}.industry-icon{width:60px;height:60px}.industry-title{font-size:20px}.industry-description{font-size:14px}}.industry-card:focus-within{outline:3px solid #d4a574;outline-offset:3px}.why-lectio-section{padding:80px 20px;background:linear-gradient(135deg,#1a3d4d 0%,#0f2633 100%);position:relative;overflow:hidden}.why-lectio-section::before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(212,165,116,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.why-lectio-section::after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(212,165,116,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.why-lectio-section .container{position:relative;z-index:1}.why-lectio-section .section-title{font-size:38px;font-weight:700;color:#fff;text-align:center;margin-bottom:60px;line-height:1.3}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;max-width:1200px;margin:0 auto}.advantage-card{display:flex;gap:20px;padding:30px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.advantage-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(212,165,116,.15) 0%,rgba(212,165,116,.05) 100%);opacity:0;transition:opacity .4s ease;border-radius:16px}.advantage-card:hover::before{opacity:1}.advantage-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.08);border-color:rgba(212,165,116,.3);box-shadow:0 15px 35px rgba(0,0,0,.3)}.advantage-check{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(212,165,116,.2) 0%,rgba(212,165,116,.1) 100%);border:2px solid rgba(212,165,116,.3);border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.advantage-card:hover .advantage-check{background:linear-gradient(135deg,#d4a574 0%,#c89963 100%);border-color:#d4a574;transform:scale(1.1) rotate(10deg);box-shadow:0 5px 20px rgba(212,165,116,.4)}.advantage-content{flex:1;position:relative;z-index:1}.advantage-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.3;transition:color .3s ease}.advantage-card:hover .advantage-title{color:#d4a574}.advantage-description{font-size:15px;color:rgba(255,255,255,.8);line-height:1.6;margin:0;transition:color .3s ease}.advantage-card:hover .advantage-description{color:rgba(255,255,255,.95)}@media screen and (max-width:1024px){.why-lectio-section{padding:60px 20px}.why-lectio-section .section-title{font-size:32px;margin-bottom:50px}.advantages-grid{gap:20px}.advantage-card{padding:25px}}@media screen and (max-width:768px){.why-lectio-section{padding:50px 15px}.why-lectio-section .section-title{font-size:26px;margin-bottom:40px}.advantages-grid{grid-template-columns:1fr;gap:15px}.advantage-card{padding:20px;gap:15px}.advantage-check{width:45px;height:45px}.advantage-title{font-size:18px;margin-bottom:8px}.advantage-description{font-size:14px;line-height:1.5}}@media screen and (max-width:480px){.advantage-card{padding:18px}.advantage-title{font-size:17px}.advantage-description{font-size:13px}}.advantage-card:focus-within{outline:3px solid #d4a574;outline-offset:3px}.lectio-cta-wrapper{max-width:600px;margin:60px auto 0;text-align:center;position:relative;z-index:1}.cta-subtitle{font-size:18px;color:rgba(255,255,255,.9);margin-bottom:25px;font-weight:500}.lectio-cta-button{display:inline-flex;align-items:center;gap:20px;padding:20px 40px;background:linear-gradient(135deg,#d4a574 0%,#c89963 100%);border-radius:50px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(212,165,116,.3)}.lectio-cta-button::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}.lectio-cta-button:hover::before{left:100%}.lectio-cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px rgba(212,165,116,.5)}.lectio-cta-button:active{transform:translateY(-1px) scale(1.02)}.cta-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);border-radius:50%;transition:all .4s cubic-bezier(.4,0,.2,1)}.lectio-cta-button:hover .cta-icon{background:rgba(255,255,255,.3);transform:rotate(15deg)}.cta-content{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.cta-text{font-size:15px;color:rgba(255,255,255,.95);font-weight:500;line-height:1.2}.cta-phone{font-size:22px;color:#fff;font-weight:700;letter-spacing:.5px;line-height:1.2}.cta-info{margin-top:20px;font-size:14px;color:rgba(255,255,255,.7);font-weight:400}@media screen and (max-width:768px){.lectio-cta-wrapper{margin-top:50px;padding:0 15px}.cta-subtitle{font-size:16px;margin-bottom:20px}.lectio-cta-button{padding:18px 30px;gap:15px}.cta-icon{width:45px;height:45px}.cta-text{font-size:14px}.cta-phone{font-size:19px}.cta-info{font-size:13px;margin-top:15px}}@media screen and (max-width:480px){.lectio-cta-button{padding:16px 25px;flex-direction:column;gap:12px;text-align:center}.cta-content{align-items:center}.cta-icon{width:50px;height:50px}.cta-phone{font-size:18px}}.lectio-cta-button:focus{outline:3px solid #fff;outline-offset:5px}.documents-section{padding:80px 20px;background:#fff}.documents-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.documents-column{background:#f8f9fa;padding:35px 30px;border-radius:16px;border:2px solid #e8e8e8;transition:all .3s ease}.documents-column:hover{border-color:#d4a574;box-shadow:0 8px 25px rgba(212,165,116,.1)}.documents-header{margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.documents-subtitle{font-size:22px;font-weight:700;color:#1a3d4d;margin:0;line-height:1.3}.documents-list{display:flex;flex-direction:column;gap:15px}.document-item{display:flex;align-items:flex-start;gap:15px;padding:15px;background:#fff;border-radius:10px;transition:all .3s ease}.document-item:hover{transform:translateX(5px);box-shadow:0 4px 15px rgba(0,0,0,.05)}.document-check{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4a574 0%,#c89963 100%);border-radius:6px;transition:all .3s ease}.document-item:hover .document-check{transform:scale(1.1)}.document-item.optional .document-check{background:linear-gradient(135deg,rgba(212,165,116,.3) 0%,rgba(212,165,116,.2) 100%)}.document-text{flex:1;font-size:16px;color:#333;line-height:1.5;margin:0;font-weight:500}.document-item.optional .document-text{color:#666}.documents-info-box{max-width:1200px;margin:50px auto 0;display:flex;align-items:center;gap:20px;padding:25px 30px;background:linear-gradient(135deg,rgba(212,165,116,.1) 0%,rgba(212,165,116,.05) 100%);border:2px solid rgba(212,165,116,.3);border-radius:16px;transition:all .3s ease}.documents-info-box:hover{background:linear-gradient(135deg,rgba(212,165,116,.15) 0%,rgba(212,165,116,.08) 100%);border-color:#d4a574;box-shadow:0 8px 25px rgba(212,165,116,.2)}.info-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4a574 0%,#c89963 100%);border-radius:50%;transition:transform .3s ease}.documents-info-box:hover .info-icon{transform:scale(1.1) rotate(5deg)}.info-content{flex:1}.info-text{font-size:16px;color:#1a3d4d;line-height:1.6;margin:0}.info-text strong{color:#d4a574;font-weight:700}@media screen and (max-width:1024px){.documents-section{padding:60px 20px}.documents-wrapper{gap:30px}.documents-column{padding:30px 25px}}@media screen and (max-width:768px){.documents-section{padding:50px 15px}.documents-wrapper{grid-template-columns:1fr;gap:25px}.documents-column{padding:25px 20px}.documents-subtitle{font-size:20px}.document-text{font-size:15px}.documents-info-box{margin-top:40px;padding:20px;gap:15px}.info-icon{width:45px;height:45px}.info-text{font-size:15px}}@media screen and (max-width:480px){.documents-column{padding:20px 15px}.documents-subtitle{font-size:18px}.document-item{padding:12px}.document-text{font-size:14px}.documents-info-box{padding:18px}.info-text{font-size:14px}}@media (prefers-reduced-motion:reduce){.document-item,.document-check,.documents-column,.info-icon,.documents-info-box{transition:none!important}}.lectio-final-cta{padding:80px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);position:relative;overflow:hidden}.lectio-final-cta::before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(202,155,101,.08) 0%,transparent 70%);border-radius:50%}.final-cta-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.final-cta-intro{text-align:center;max-width:700px;margin:0 auto 60px;opacity:0;animation:fadeInDown .8s ease forwards}.final-cta-intro h2{font-size:2.5rem;font-weight:800;color:#203741;margin:0 0 15px;line-height:1.2}.final-cta-intro p{font-size:1.15rem;color:#5a6c7d;line-height:1.7;margin:0}.final-cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.final-cta-card{background:#fff;border:2px solid #e9ecef;border-radius:6px;padding:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;opacity:0;transform:translateY(30px)}.final-cta-card:nth-child(1){animation:slideUp .6s ease .2s forwards}.final-cta-card:nth-child(2){animation:slideUp .6s ease .3s forwards}.final-cta-card:nth-child(3){animation:slideUp .6s ease .4s forwards}.final-cta-card:nth-child(4){animation:slideUp .6s ease .5s forwards}.final-cta-card:nth-child(5){animation:slideUp .6s ease .6s forwards}.final-cta-big{grid-column:span 2;grid-row:span 2;background:linear-gradient(135deg,#ca9b65 0%,#b88a56 100%);color:#fff;border:none;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:50px 40px;box-shadow:0 10px 30px rgba(202,155,101,.3)}.final-cta-big::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}.final-cta-badge{background:rgba(255,255,255,.25);color:#fff;padding:8px 20px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;position:relative;z-index:1;border:1px solid rgba(255,255,255,.3)}.final-cta-icon-large{width:90px;height:90px;background:rgba(255,255,255,.95);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;position:relative;z-index:1;box-shadow:0 8px 20px rgba(0,0,0,.15)}.final-cta-big h3{font-size:1.6rem;font-weight:800;margin:0 0 20px;position:relative;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.1)}.final-cta-phone{font-size:2.4rem;font-weight:900;color:#203741;text-decoration:none;margin-bottom:15px;transition:all .3s ease;position:relative;z-index:1;background:#fff;padding:15px 35px;border-radius:6px;border:3px solid rgba(255,255,255,.5);box-shadow:0 4px 20px rgba(0,0,0,.25);letter-spacing:1px}.final-cta-phone:hover{transform:scale(1.05);background:#f8f9fa;box-shadow:0 8px 30px rgba(0,0,0,.35);color:#ca9b65}.final-cta-big p{font-size:1.05rem;opacity:.95;margin:0;position:relative;z-index:1}.final-cta-icon{width:50px;height:50px;background:#ca9b65;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.final-cta-card h4{font-size:1.1rem;font-weight:700;color:#203741;margin:0 0 8px}.final-cta-card p{font-size:.9rem;color:#5a6c7d;line-height:1.5;margin:0}.final-cta-card a{color:#ca9b65;font-weight:600;text-decoration:none;transition:all .3s ease}.final-cta-card a:hover{color:#b88a56;text-decoration:underline}.final-cta-card:not(.final-cta-big):hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,.1);border-color:#ca9b65}.final-cta-big:hover{transform:scale(1.02);box-shadow:0 20px 50px rgba(202,155,101,.4)}.final-cta-hours{background:#203741;color:#fff;padding:20px 30px;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:15px;opacity:0;animation:fadeIn .6s ease .8s forwards}.final-cta-hours span{font-size:1rem}.final-cta-hours strong{color:#ca9b65}@media (max-width:968px){.final-cta-grid{grid-template-columns:repeat(2,1fr)}.final-cta-big{grid-column:span 2;grid-row:span 1}}@media (max-width:640px){.lectio-final-cta{padding:60px 15px}.final-cta-intro h2{font-size:1.8rem}.final-cta-intro p{font-size:1rem}.final-cta-grid{grid-template-columns:1fr;gap:15px}.final-cta-big{grid-column:span 1;padding:40px 30px}.final-cta-phone{font-size:1.6rem;padding:10px 25px}.final-cta-card{padding:25px}.final-cta-hours{flex-direction:column;text-align:center;padding:20px}}