*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff;overflow-x:hidden}html{scroll-behavior:smooth}#kontakt,#o-nas,#uslugi{scroll-margin-top:70px}.app{min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(5,7,15,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(148,163,184,.5);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{flex-direction:column;cursor:pointer;transition:transform .15s ease}.nav-logo:hover{transform:scale(1.05)}.logo-image{height:50px;width:auto;margin-bottom:.25rem}.nav-logo h2{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4338ca);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em}.nav-subtitle{font-size:.875rem;color:#6b7280;font-weight:500;display:block;margin-top:-.25rem}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#e5e7eb;font-weight:500;transition:color .1s ease}.nav-links a:hover{color:#a855f7}.mobile-menu-toggle{display:none;cursor:pointer;padding:.5rem}.hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;width:100%;height:2px;background:#f9fafb;border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:70px;left:0;right:0;background:rgba(5,7,15,.96);border-bottom:1px solid rgba(148,163,184,.5);box-shadow:0 10px 30px -5px rgba(0,0,0,.7);transform:scaleY(0);transform-origin:top;opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility 0s linear .25s;z-index:999;overflow:hidden;pointer-events:none}.mobile-menu.open{transform:scaleY(1);opacity:1;visibility:visible;transition:transform .25s ease,opacity .25s ease,visibility 0s linear 0s;pointer-events:auto}.mobile-menu-links{display:flex;flex-direction:column;padding:1rem 2rem}.mobile-menu-links a{text-decoration:none;color:#f9fafb;font-weight:500;padding:1rem 0;border-bottom:1px solid #e5e7eb;transition:color .1s ease}.mobile-menu-links a:last-child{border-bottom:none}.mobile-menu-links a:hover{color:#a855f7}.hero{padding:70px 0 0;min-height:100vh;display:flex;align-items:center;position:relative;z-index:1}.hero-background{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0b0b12;background-image:url(/img/Unknown-3.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden;z-index:0}.hero-background:before,.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.25}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.55) 40%,rgba(0,0,0,.45));z-index:0}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;text-align:center;position:relative;z-index:1}.hero-slides{z-index:0}.hero-slide,.hero-slides{position:absolute;top:0;left:0;right:0;bottom:0}.hero-slide{background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 1.4s ease-in-out;will-change:opacity}.hero-slide.active{opacity:1}.hero-text h1{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.025em;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-text p{font-size:1.25rem;color:#e0e7ff;margin-bottom:2rem;line-height:1.7}.cta-button{display:inline-block;background:linear-gradient(135deg,#fff,#f3f4f6);color:#1e1b4b;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .15s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.2)}.cta-button:hover{background:linear-gradient(135deg,#f9fafb,#e5e7eb);transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,.3)}.hero-card{background:hsla(0,0%,100%,.95);padding:2rem 1.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .15s ease,box-shadow .15s ease;border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.4)}.card-icon{font-size:2.5rem;margin-bottom:1rem}.hero-card h3{font-size:1.125rem;font-weight:600;color:#1e1b4b;margin-bottom:.5rem}.hero-card p{font-size:.875rem;color:#6b7280}.about{padding:6rem 0;background-color:transparent}.about,.about-content{position:relative;z-index:1}.about-content{max-width:800px;margin:0 auto}.about-text{display:flex;flex-direction:column;gap:3rem}.about-paragraph{background:#f8fafc;padding:2.5rem;border-radius:16px;border-left:4px solid #8b5cf6;transition:all .15s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.about-paragraph:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,92,246,.2);background:#faf5ff;border-left-color:#7c3aed}.about-paragraph h3{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4338ca);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.about-paragraph h3:before{content:"";width:8px;height:8px;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4338ca);border-radius:50%;flex-shrink:0}.about-paragraph p{color:#4b5563;line-height:1.8;font-size:1.1rem;margin:0}.gallery,.services{padding:6rem 0;background-color:transparent;position:relative;z-index:1}.gallery-slider{position:relative;border-radius:20px;overflow:visible;box-shadow:none;background:transparent}.gallery-slide-wrapper{position:relative;width:100%;height:520px;padding:1.5rem 1.5rem 2.5rem}.gallery-slide,.gallery-slide-wrapper{display:flex;align-items:center;justify-content:center}.gallery-slide{position:absolute;inset:0;opacity:0;transform:scale(1.02);transition:opacity .7s ease-in-out,transform .7s ease-in-out}.gallery-slide.active{opacity:1;transform:scale(1)}.gallery-slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:16px;box-shadow:none}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:9999px;border:none;display:flex;align-items:center;justify-content:center;background:rgba(41,77,160,.6);color:#fff;font-size:1.8rem;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;z-index:2}.gallery-arrow--prev{left:1.25rem}.gallery-arrow--next{right:1.25rem}.gallery-arrow:hover{background:rgba(59,130,246,.95);box-shadow:0 18px 40px rgba(15,23,42,.9);transform:translateY(-50%) scale(1.05)}.gallery-dots{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}.gallery-dot{width:9px;height:9px;border-radius:9999px;border:none;background:rgba(148,163,184,.65);cursor:pointer;transition:background .15s ease,transform .15s ease}.gallery-dot.active{background:#f9fafb;transform:scale(1.4)}@media (max-width:768px){.gallery-slide-wrapper{height:340px}.gallery-arrow{width:38px;height:38px;font-size:1.4rem}}.services:before{display:none}.section-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.section-header h2{font-size:2.5rem;font-weight:700;color:#f9fafb;margin-bottom:1rem;text-shadow:0 4px 18px rgba(0,0,0,.9)}.section-header p{font-size:1.125rem;color:#e5e7eb;text-shadow:0 2px 6px rgba(0,0,0,.7)}.services .section-header h2{color:#f9fafb}.services-layout{display:flex;flex-direction:column;gap:3rem;position:relative;z-index:1}.service-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-gap:2.5rem;gap:2.5rem;align-items:center;background:#f9fafb;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 10px 25px rgba(15,23,42,.08);padding:2.5rem}.service-row--reverse .service-row__image{order:2}.service-row--reverse .service-row__content{order:1}.service-row__image{overflow:hidden;border-radius:14px}.service-row__image img{display:block;width:100%;height:100%;max-height:340px;object-fit:cover;transform:scale(1.02);transition:transform .6s ease}.service-row:hover .service-row__image img{transform:scale(1.06)}.service-row__content h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#1e1b4b,#312e81 25%,#4338ca 50%,#6366f1 75%,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-row__content p{color:#374151;margin-bottom:1.25rem;line-height:1.7}.service-row__content ul{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.5rem}.service-row__content li{color:#374151;font-size:.975rem;position:relative;padding-left:1.4rem}.service-row__content li:before{content:"•";position:absolute;left:0;top:-.2rem;color:#8b5cf6;font-size:1.2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;position:relative;z-index:1}.service-item{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e5e7eb;transition:all .15s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);position:relative;z-index:1;max-width:100%;overflow:hidden}.service-item:hover{background:#fff;box-shadow:0 10px 15px -3px rgba(139,92,246,.2);transform:translateY(-2px);border-color:#8b5cf6;z-index:2}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#1e1b4b,#312e81 25%,#4338ca 50%,#6366f1 75%,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:30px;height:30px;color:#fff}.service-item h3{font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4338ca);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.service-item p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.service-item ul{list-style:none}.service-item li{color:#6b7280;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.service-item li:before{content:"✓";position:absolute;left:0;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4338ca);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.contact{padding:6rem 0;background-color:transparent}.contact,.contact-content{position:relative;z-index:1}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-info h2{font-size:2.5rem;font-weight:700;color:#f9fafb;text-shadow:0 4px 18px rgba(0,0,0,.9);margin-bottom:1rem}.contact-info p{font-size:1.125rem;color:#f9fafb;margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid rgba(139,92,246,.2);transition:all .15s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.contact-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,92,246,.15);background:#faf5ff;border-color:rgba(139,92,246,.4)}.hero-logo-image{width:auto;height:250px;max-width:500px;max-height:300px;object-fit:contain;transition:transform .3s ease}.hero-logo-image:hover{transform:scale(1.05)}.hero-logo,.hero-visual{display:flex;justify-content:center;align-items:center;width:100%}.hero-visual{margin-bottom:2rem;max-width:600px}.scroll-down{position:absolute;left:50%;bottom:1.5rem;transform:translateX(-50%);width:48px;height:48px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:2px solid hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;animation:scrollBounce 1.6s ease-in-out infinite;z-index:2}.scroll-down:hover{background:hsla(0,0%,100%,.15);box-shadow:0 10px 20px rgba(0,0,0,.25);transform:translateX(-50%) translateY(-2px)}.scroll-down svg{width:22px;height:22px}.contact-item svg{width:24px;height:24px;color:#743ff1;flex-shrink:0}.contact-item h4{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.35rem}.contact-item p{font-weight:500}.contact-item a,.contact-item p{font-size:.875rem;color:#6b7280;margin:0}.contact-item a{text-decoration:none;transition:color .1s ease}.contact-item a:hover{color:#7c3aed}.facebook-link{color:#1877f2!important}.facebook-link:hover{color:#0d5aa7!important}.contact-form-container{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(139,92,246,.2);box-shadow:0 4px 6px rgba(0,0,0,.05);display:flex;flex-direction:column;align-self:flex-start}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;transition:border-color .1s ease}.form-group textarea{min-width:100%;max-width:100%;min-height:120px;max-height:none;resize:none;overflow-y:auto;font-family:inherit;line-height:1.5}.message-group{display:flex;flex-direction:column}.message-group label{margin-bottom:.5rem}.message-textarea{width:100%;height:auto;min-height:140px;max-height:100%;resize:none;overflow-y:auto}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.submit-btn{background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4338ca);color:#fff;padding:.875rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.submit-btn:hover{background:linear-gradient(135deg,#312e81,#4338ca 50%,#6366f1);transform:translateY(-1px)}.footer{background:radial-gradient(circle at top left,#111827 0,#020617 55%,#000 100%);color:#fff;padding:4rem 0 2rem;position:relative;overflow:hidden;z-index:1}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;position:relative;z-index:1}.footer-section{display:flex;flex-direction:column}.footer-section:first-child{border-right:1px solid hsla(0,0%,100%,.1);padding-right:2rem}.footer-logo{margin-bottom:1.5rem}.footer-logo-image{height:120px;width:auto;transition:transform .15s ease}.footer-logo-image:hover{transform:scale(1.05)}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:.75rem}.footer-section h3:before{content:"";width:4px;height:20px;background:#fff;border-radius:2px}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#fff;position:relative}.footer-section h4:after{content:"";position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background:#fff;border-radius:1px}.footer-section p{color:#dbeafe;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.footer-section ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-section li{color:#dbeafe;font-size:.95rem;transition:color .15s ease;cursor:pointer}.footer-section li:hover{color:#fff}.footer-section a{color:#dbeafe;text-decoration:none;transition:color .15s ease}.footer-section a:hover{color:#fff}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;position:relative;z-index:1}.footer-bottom p{color:#dbeafe;font-size:.875rem;margin:0}@media (min-width:1400px){.hero-logo-image{height:300px;max-height:350px}.footer-section p{font-size:1.3rem}}@media (min-width:1200px) and (max-width:1399px){.hero-logo-image{height:280px;max-height:320px}}@media (max-width:768px){.container{padding:0 1rem}.hero{min-height:100vh;padding:60px 0 0}.services{background-attachment:scroll}.services-layout{gap:2rem}.service-row{grid-template-columns:1fr;padding:1.75rem 1.5rem}.service-row--reverse .service-row__content,.service-row--reverse .service-row__image{order:0}#kontakt,#o-nas,#uslugi{scroll-margin-top:60px}.hero-text h1{font-size:2.1rem}.hero-logo-image{height:150px;max-height:180px}.about-content{max-width:100%;padding:0 1rem}.about-paragraph{padding:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info h2{text-align:center;font-size:2rem}.form-row{grid-template-columns:1fr}.desktop-menu{display:none}.mobile-menu-toggle{display:block}.mobile-menu{top:60px}.scroll-down{bottom:1rem}.logo-image{height:42px}}@media (min-width:769px) and (max-width:1023px){.hero-content{grid-template-columns:1fr;gap:2.5rem;text-align:center;justify-items:center}.hero-text{order:2}.hero-visual{order:1}}@media (max-width:480px){.hero-text h1{font-size:1.8rem}.hero-logo-image{height:120px;max-height:150px}.hero-content{gap:1.5rem;padding:0 1rem}.hero-text p{font-size:1rem}.cta-button{padding:.875rem 1.25rem;font-size:.95rem}.scroll-down{bottom:.5rem;transform:translateX(-50%) scale(.9)}.section-header h2{font-size:2rem}.about-paragraph,.contact-form-container,.service-item{padding:1.5rem}.logo-image{height:40px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-section,.footer-section ul{align-items:center}.footer-section:first-child{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.1);padding-right:0;padding-bottom:2rem}.footer-logo-image{height:85px}}@media (max-width:859px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info h2{text-align:center}}@media (max-width:380px){.scroll-down{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}.service-item{animation:fadeInUp .6s ease-out}.service-item:nth-child(2){animation-delay:.2s}.service-item:nth-child(3){animation-delay:.4s}.about-paragraph{animation:fadeInUp .6s ease-out}.about-paragraph:nth-child(2){animation-delay:.1s}.about-paragraph:nth-child(3){animation-delay:.2s}.about-paragraph:nth-child(4){animation-delay:.3s}