:root{--bg:#08080b;--panel:#111116;--text:#f4f2f8;--muted:#9b98a6;--purple:#8b5cf6;--purple2:#b56cff;--line:rgba(255,255,255,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-family:"Space Grotesk";font-weight:700;font-size:20px}.brand span{display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--purple2));width:31px;height:31px;border-radius:9px}.nav-links{display:flex;gap:32px}.nav-links a{color:#aaa7b1;text-decoration:none;font-size:14px;font-weight:600;transition:.2s}.nav-links a:hover{color:#fff}.nav-cta{background:#fff;color:#0b0b0d;border:0;border-radius:99px;padding:11px 17px;font-weight:700;cursor:pointer}.nav-cta i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#32cc71;margin-left:6px}.hero{min-height:660px;display:grid;grid-template-columns:47% 53%;align-items:center;padding-top:34px;padding-bottom:70px}.hero-copy{position:relative;z-index:2}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:800;color:#a39eaa;display:flex;align-items:center;gap:10px}.eyebrow span{width:25px;height:2px;background:var(--purple)}h1,h2{font-family:"Space Grotesk";margin:18px 0;letter-spacing:-3.5px;line-height:.98}h1{font-size:clamp(53px,6vw,82px)}h1 em,h2 em{font-style:normal;color:var(--purple2)}.hero-copy>p{color:var(--muted);line-height:1.75;max-width:510px;font-size:16px}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:12px;padding:15px 20px;font-size:14px;font-weight:800;text-decoration:none;cursor:pointer;border:1px solid var(--line);font-family:inherit}.button.primary{background:linear-gradient(135deg,#7c45e7,#a958ef);color:#fff;border:0;box-shadow:0 10px 34px rgba(135,77,232,.25)}.button.ghost{background:#141419;color:#fff}.sparkle{color:#c991ff}.trust-row{display:flex;align-items:center;gap:14px;margin-top:38px}.trust-row p{font-size:11px!important;line-height:1.5!important;margin:0;color:#777582!important}.trust-row strong{font-size:12px;color:#d5d2da}.avatars{display:flex}.avatars span{width:28px;height:28px;border-radius:50%;background:#36313f;display:grid;place-items:center;font-size:9px;font-weight:800;border:2px solid var(--bg);margin-left:-6px}.avatars span:first-child{margin-left:0;background:#7751a9}.avatars span:last-child{background:#fff;color:#111}.device-stage{height:560px;position:relative;perspective:1200px}.device-stage:before{content:"";position:absolute;inset:17% 0 0 10%;background:radial-gradient(ellipse,rgba(135,73,236,.38),transparent 62%);filter:blur(20px)}.device{position:absolute;box-shadow:0 30px 60px rgba(0,0,0,.55)}.laptop{width:465px;height:290px;left:55px;top:107px;transform:rotateY(-7deg) rotateX(4deg);animation:float 6s ease-in-out infinite}.laptop-screen{height:270px;border:8px solid #24232a;border-radius:16px 16px 7px 7px;background:#f3f1ed;overflow:hidden}.browser-bar{height:26px;background:#e3e0dc;color:#999;font-size:7px;display:flex;align-items:center;padding:0 10px;gap:5px}.browser-bar i{width:5px;height:5px;border-radius:50%;background:#aaa}.browser-bar span{margin:auto}.screen-content{height:calc(100% - 26px);padding:43px;background:linear-gradient(130deg,#f6f4ef 55%,#d7c1f5)}.screen-content small{font-size:7px;letter-spacing:3px;color:#7354a5}.screen-content strong{display:block;color:#19151f;font-family:"Space Grotesk";font-size:38px;line-height:1;margin:10px 0 18px;letter-spacing:-2px}.screen-content button{font-size:7px;border:0;background:#19151f;color:#fff;padding:8px 12px;border-radius:3px}.laptop-base{width:510px;height:13px;background:linear-gradient(#bab9be,#626168);position:absolute;left:-22px;border-radius:2px 2px 16px 16px}.tablet{right:0;top:200px;width:184px;height:244px;border:7px solid #29282f;border-radius:18px;transform:rotate(5deg);animation:float 5s ease-in-out infinite reverse}.tablet-screen{height:100%;border-radius:10px;background:#edeaf1;padding:18px 14px;color:#211b2b}.mini-nav{font-weight:800;font-size:9px;display:flex;justify-content:space-between}.mini-card{height:53px;border-radius:5px;background:#d9d4df;margin-top:12px}.mini-card.purple{height:70px;background:linear-gradient(135deg,#7551d3,#c37bf3)}.mini-lines{height:20px;margin-top:11px;background:repeating-linear-gradient(#aaa 0 2px,transparent 2px 7px);width:70%}.phone{left:5px;top:295px;width:128px;height:251px;border:7px solid #2a2930;border-radius:26px;transform:rotate(-8deg);animation:float 5.5s ease-in-out infinite 1s}.notch{position:absolute;background:#28272d;width:53px;height:13px;left:31px;top:0;border-radius:0 0 8px 8px;z-index:2}.phone-screen{height:100%;border-radius:18px;padding:32px 14px 14px;background:linear-gradient(155deg,#1a1426,#8c4fe1);display:flex;flex-direction:column}.phone-logo{font-weight:900;font-size:11px}.phone-screen strong{font-family:"Space Grotesk";font-size:17px;margin-top:auto}.phone-pill{font-size:7px;background:#fff;color:#222;padding:7px;border-radius:20px;text-align:center;margin-top:15px}.orbit{position:absolute;border:1px solid rgba(167,97,255,.18);border-radius:50%;transform:rotate(-20deg)}.orbit-one{width:570px;height:290px;top:120px;left:20px}.orbit-two{width:480px;height:450px;top:30px;left:70px}.glow-ball{position:absolute;border-radius:50%;background:#a75cff;box-shadow:0 0 30px #9d4df6}.ball-one{width:9px;height:9px;right:55px;top:115px}.ball-two{width:6px;height:6px;left:35px;top:245px}.code-chip,.speed-chip{position:absolute;display:flex;align-items:center;background:rgba(28,25,35,.92);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 30px #0008;z-index:3}.code-chip{right:0;top:90px;padding:9px 13px;color:#b676ff;font-weight:800;gap:8px;font-size:12px}.code-chip span{font-size:8px;color:#a9a5b0;font-weight:600}.speed-chip{left:125px;bottom:23px;padding:11px 14px;gap:10px}.speed-chip b{background:#7140c7;width:29px;height:29px;border-radius:8px;display:grid;place-items:center}.speed-chip span{display:flex;flex-direction:column}.speed-chip strong{font-size:11px}.speed-chip small{font-size:7px;color:#8d8994}.ticker{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;color:#797681;font-size:10px;font-weight:800;letter-spacing:2px;white-space:nowrap}.ticker div{width:max-content;animation:ticker 25s linear infinite}.ticker span{color:#9b5ef3;margin:0 32px}.offers{padding-top:110px;padding-bottom:100px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}.section-head h2,.contact h2{font-size:clamp(42px,5vw,65px)}.section-head>p{max-width:420px;color:var(--muted);line-height:1.7;font-size:14px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.price-card{position:relative;background:#101014;border:1px solid var(--line);padding:25px 22px 20px;border-radius:16px;transition:.3s;overflow:hidden}.price-card:hover{transform:translateY(-7px);border-color:rgba(171,102,255,.45)}.price-card.featured{border-color:#955be7;background:linear-gradient(180deg,#1c1428,#111015)}.price-card.express{background:linear-gradient(160deg,#19131f,#0f0e12)}.popular{position:absolute;right:-31px;top:17px;background:#8b52df;font-size:7px;letter-spacing:1px;font-weight:800;padding:6px 34px;transform:rotate(39deg)}.card-top{display:flex;align-items:center;justify-content:space-between}.card-top>span{font-family:"Space Grotesk";color:#4d4a55;font-size:12px}.time-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#211a2b;color:#a866ff}.price-card h3{font-family:"Space Grotesk";font-size:20px;margin:27px 0 8px}.price-card>p{height:58px;color:#8d8995;font-size:11px;line-height:1.6}.price{font-family:"Space Grotesk";font-size:34px;font-weight:700;margin:22px 0 15px}.price small{font-size:14px;color:#918c99}.delivery{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;color:#77737e;font-size:10px}.delivery strong{float:right;color:#dad7df}.price-card button{width:100%;margin-top:18px;border:1px solid var(--line);background:#1b191f;color:#eee;padding:12px;border-radius:9px;font-family:inherit;font-weight:700;cursor:pointer;display:flex;justify-content:center;gap:15px}.featured button,.express button{background:#8750d8;border:0}.offer-note{text-align:center;color:#6f6c76;font-size:10px;margin-top:25px}.process{padding-bottom:100px}.process-panel{border-radius:22px;padding:60px;background:linear-gradient(120deg,#6c38c6,#9f58e9 55%,#6335b6);display:grid;grid-template-columns:1fr 1.1fr;gap:60px;box-shadow:0 30px 80px rgba(105,52,190,.22)}.eyebrow.light{color:#ded1f3}.eyebrow.light span{background:white}.process h2{font-size:44px;letter-spacing:-2px}.steps{display:grid;gap:16px}.steps>div{display:flex;gap:17px;align-items:center;background:rgba(22,7,45,.18);padding:15px;border-radius:13px;border:1px solid rgba(255,255,255,.1)}.steps b{width:32px;height:32px;display:grid;place-items:center;background:#fff;color:#7440c2;border-radius:9px;font-size:12px}.steps span{display:flex;flex-direction:column;gap:3px}.steps strong{font-size:12px}.steps small{font-size:9px;color:#dacbec}.contact{padding:60px 0 120px;display:flex;justify-content:space-between;align-items:center}.contact-actions{width:360px;display:grid;gap:10px}.button.fb{background:#1877f2;color:white;border:0}.contact-actions small{text-align:center;color:#65626c;font-size:9px}footer{border-top:1px solid var(--line);height:120px;display:flex;align-items:center;justify-content:space-between;color:#6e6a75}footer p,footer small{font-size:10px}.chat-fab{position:fixed;right:25px;bottom:24px;width:56px;height:56px;border:0;border-radius:18px;background:linear-gradient(135deg,#8350dd,#b05fec);color:#fff;font-size:21px;box-shadow:0 10px 30px #7d44cf88;cursor:pointer;z-index:50}.chat-fab i{position:absolute;width:10px;height:10px;background:#36d578;border:2px solid #7645c7;border-radius:50%;right:-1px;top:-1px}.chat{position:fixed;right:24px;bottom:91px;width:360px;height:510px;background:#111116;border:1px solid #302a39;border-radius:20px;z-index:60;box-shadow:0 25px 80px #000c;display:flex;flex-direction:column;overflow:hidden;transform:translateY(25px) scale(.96);opacity:0;pointer-events:none;transition:.25s}.chat.open{transform:none;opacity:1;pointer-events:auto}.chat header{height:72px;padding:14px 16px;display:flex;align-items:center;gap:12px;background:linear-gradient(100deg,#1c1429,#17131e);border-bottom:1px solid var(--line)}.ai-avatar{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#8250dc,#af68ed);display:grid;place-items:center}.chat header>div:nth-child(2){display:flex;flex-direction:column;font-size:12px}.chat header small{color:#8a8691;font-size:9px;margin-top:4px}.chat header small i{display:inline-block;width:6px;height:6px;background:#31d178;border-radius:50%;margin-right:4px}.chat-close{margin-left:auto;color:#aaa;background:none;border:0;font-size:24px;cursor:pointer}.messages{flex:1;padding:18px;overflow:auto;display:flex;flex-direction:column;gap:10px}.message{max-width:85%;padding:11px 13px;border-radius:12px;font-size:11px;line-height:1.55}.message.bot{background:#201b27;color:#ddd8e2;border-radius:4px 12px 12px}.message.user{background:#8750d8;align-self:flex-end;border-radius:12px 4px 12px 12px}.message a{color:#ce9cff}.quick{padding:0 14px 10px;display:flex;gap:6px;overflow-x:auto}.quick button{flex:none;border:1px solid #3b3047;background:#19161e;color:#bda9ce;border-radius:20px;padding:7px 10px;font-size:8px;cursor:pointer}.chat-form{display:flex;padding:12px;border-top:1px solid var(--line);gap:8px}.chat-form input{flex:1;background:#1d1a22;border:1px solid #302b38;border-radius:10px;padding:12px;color:white;outline:none;font-family:inherit;font-size:11px}.chat-form input:focus{border-color:#8750d8}.chat-form button{width:40px;border:0;border-radius:10px;background:#8750d8;color:white;cursor:pointer}.chat-overlay{display:none}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -14px}}@keyframes ticker{to{transform:translateX(-50%)}}
@media(max-width:900px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{text-align:center}.hero-copy>p{margin:auto}.eyebrow,.hero-actions,.trust-row{justify-content:center}.device-stage{transform:scale(.85);transform-origin:center top;height:500px}.cards{grid-template-columns:repeat(2,1fr)}.process-panel{grid-template-columns:1fr}.section-head{display:block}.contact{display:block}.contact-actions{margin-top:30px;width:100%;max-width:400px}footer p{display:none}}
@media(max-width:560px){.shell{width:min(100% - 30px,1180px)}.nav{height:70px}.nav-cta{font-size:0}.nav-cta:before{content:'AI';font-size:12px}.hero{padding-top:45px;min-height:auto}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.device-stage{height:395px;transform:scale(.62);transform-origin:top left;width:155%}.cards{grid-template-columns:1fr}.price-card>p{height:auto}.section-head{margin-bottom:28px}.offers{padding-top:80px}.process-panel{padding:35px 25px}.process h2{font-size:34px}.contact{padding-bottom:80px}.chat{right:10px;bottom:10px;width:calc(100% - 20px);height:min(620px,calc(100vh - 20px))}.chat-fab{right:16px;bottom:16px}.chat-overlay.active{display:block;position:fixed;inset:0;background:#0009;z-index:55}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Wygenerowane logo FlorekWeb */
.brand-image{width:178px;height:46px;overflow:hidden;border-radius:7px;background:#08080b}
.brand-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
footer .brand-image{width:158px;height:41px}
@media(max-width:560px){.brand-image{width:148px;height:39px}}

/* Interaktywna maskotka Florek */
.mascot-buddy{position:fixed;left:20px;bottom:18px;width:164px;height:164px;padding:0;border:1px solid rgba(170,100,255,.28);border-radius:28px;background:#08080b;overflow:visible;z-index:48;cursor:pointer;box-shadow:0 18px 55px #000a,0 0 35px rgba(132,76,230,.16);transition:transform .25s,border-color .25s}
.mascot-buddy:hover{transform:translateY(-5px) rotate(-1deg);border-color:rgba(186,120,255,.65)}
.mascot-buddy img{width:100%;height:100%;display:block;object-fit:cover;border-radius:27px}
.mascot-pupil{position:absolute;width:10px;height:10px;border-radius:50%;background:#181020;box-shadow:inset 0 0 0 2px #35204c,0 0 5px #fff8;pointer-events:none;will-change:transform}
.mascot-pupil:after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:#fff;left:2px;top:2px}
.pupil-left{left:32.6%;top:49.2%}.pupil-right{left:50.6%;top:48.3%}
.mascot-hint{position:absolute;left:50%;bottom:-12px;transform:translateX(-50%);white-space:nowrap;background:#fff;color:#121016;padding:7px 11px;border-radius:99px;font:800 9px Manrope,sans-serif;box-shadow:0 7px 20px #0008;opacity:0;transition:.2s;pointer-events:none}
.mascot-hint b{color:#8b50df}.mascot-buddy:hover .mascot-hint{opacity:1;bottom:-5px}
@media(max-width:700px){.mascot-buddy{width:108px;height:108px;left:9px;bottom:10px;border-radius:21px}.mascot-buddy img{border-radius:20px}.mascot-pupil{width:7px;height:7px}.mascot-pupil:after{width:2px;height:2px}.mascot-hint{display:none}}
@media(prefers-reduced-motion:reduce){.mascot-pupil{transform:none!important}.mascot-buddy:hover{transform:none}}

/* Kosmiczna warstwa wizualna */
html{background:#050507}body{background:transparent}#starfield{position:fixed;inset:0;width:100%;height:100%;z-index:-4;pointer-events:none;background:radial-gradient(circle at 50% 15%,#151024 0,#08080b 44%,#050507 100%)}
.cosmos{position:fixed;inset:0;z-index:-3;overflow:hidden;pointer-events:none}.nebula{position:absolute;border-radius:50%;filter:blur(90px);opacity:.22;mix-blend-mode:screen}.nebula-a{width:620px;height:620px;left:-220px;top:6%;background:#6d31df;animation:nebulaDrift 17s ease-in-out infinite alternate}.nebula-b{width:700px;height:500px;right:-280px;top:48%;background:#3c1ca5;animation:nebulaDrift 22s ease-in-out infinite alternate-reverse}.meteor{position:absolute;width:130px;height:1px;background:linear-gradient(90deg,transparent,#fff,#9c66ff);box-shadow:0 0 8px #a969ff;transform:rotate(-38deg);opacity:0}.meteor:after{content:"";position:absolute;right:-2px;top:-2px;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 10px #fff}.meteor-a{left:12%;top:12%;animation:meteorFlight 8s 1s linear infinite}.meteor-b{left:65%;top:30%;animation:meteorFlight 11s 5s linear infinite}.meteor-c{left:35%;top:68%;animation:meteorFlight 13s 8s linear infinite}.cursor-aurora{position:fixed;left:0;top:0;width:360px;height:360px;margin:-180px 0 0 -180px;border-radius:50%;background:radial-gradient(circle,rgba(143,78,244,.12),rgba(103,50,211,.04) 42%,transparent 70%);pointer-events:none;z-index:-1;will-change:transform}.hero{position:relative}.hero:before{content:"";position:absolute;width:420px;height:420px;left:-240px;top:80px;border:1px solid rgba(157,97,255,.08);border-radius:50%;box-shadow:0 0 90px rgba(120,55,220,.08);animation:cosmicSpin 24s linear infinite}.device-stage{transform-style:preserve-3d}.space-portal{position:absolute;width:430px;height:430px;left:82px;top:35px;border-radius:50%;border:1px solid rgba(167,100,255,.18);box-shadow:inset 0 0 55px rgba(125,53,230,.12),0 0 45px rgba(125,53,230,.08);animation:portalPulse 5s ease-in-out infinite}.space-portal i{position:absolute;inset:26px;border-radius:50%;border:1px dashed rgba(186,130,255,.18);animation:cosmicSpin 18s linear infinite}.space-portal i:nth-child(2){inset:72px;border-style:solid;animation-direction:reverse;animation-duration:11s}.space-portal i:nth-child(3){inset:126px;border-style:dotted;animation-duration:8s}.mini-planet{position:absolute;border-radius:50%;z-index:1}.planet-a{width:18px;height:18px;right:45px;top:55px;background:radial-gradient(circle at 30% 25%,#fff,#aa65ff 24%,#4b1ca6 70%);box-shadow:0 0 22px #934ef2;animation:planetFloat 7s ease-in-out infinite}.planet-a:after{content:"";position:absolute;width:28px;height:7px;border:1px solid rgba(210,178,255,.7);border-radius:50%;left:-6px;top:5px;transform:rotate(-24deg)}.planet-b{width:9px;height:9px;left:70px;top:110px;background:#d7b5ff;box-shadow:0 0 14px #a85cff;animation:planetFloat 5s 1s ease-in-out infinite reverse}.device-stage [data-depth]{transition:translate .12s ease-out;will-change:translate}.phone{animation:phoneOrbit 7s ease-in-out infinite}.tablet{animation:tabletOrbit 8s ease-in-out infinite}.laptop{animation:laptopFloat 7s ease-in-out infinite}.price-card:before{content:"";position:absolute;width:110px;height:220%;top:-60%;left:-180px;background:linear-gradient(90deg,transparent,rgba(180,120,255,.08),transparent);transform:rotate(20deg);transition:left .7s}.price-card:hover:before{left:130%}.button.primary{position:relative;overflow:hidden}.button.primary:after{content:"";position:absolute;inset:-40%;background:conic-gradient(transparent,rgba(255,255,255,.3),transparent 25%);animation:buttonMagic 4s linear infinite}.button.primary>*{position:relative;z-index:1}.process-panel{position:relative;overflow:hidden}.process-panel:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-100px;top:-120px;box-shadow:0 0 0 28px rgba(255,255,255,.025),0 0 0 58px rgba(255,255,255,.018);animation:cosmicSpin 16s linear infinite;pointer-events:none}
@keyframes meteorFlight{0%,75%{opacity:0;translate:-80px -80px}78%{opacity:1}91%{opacity:0;translate:420px 420px}100%{opacity:0}}@keyframes nebulaDrift{to{translate:110px 70px;scale:1.18}}@keyframes cosmicSpin{to{rotate:360deg}}@keyframes portalPulse{0%,100%{scale:.96;opacity:.55}50%{scale:1.04;opacity:1}}@keyframes planetFloat{0%,100%{translate:0 0}50%{translate:18px -15px}}@keyframes laptopFloat{0%,100%{transform:rotateY(-7deg) rotateX(4deg) translateY(0)}50%{transform:rotateY(-4deg) rotateX(1deg) translateY(-16px)}}@keyframes phoneOrbit{0%,100%{transform:rotate(-8deg) translate(0,0)}50%{transform:rotate(-2deg) translate(12px,-22px)}}@keyframes tabletOrbit{0%,100%{transform:rotate(5deg) translate(0,0)}50%{transform:rotate(1deg) translate(-9px,-17px)}}@keyframes buttonMagic{to{rotate:360deg}}
@media(max-width:700px){.cursor-aurora{display:none}.space-portal{opacity:.55}.meteor{width:80px}.nebula{filter:blur(70px);opacity:.16}}
.button.primary:after{pointer-events:none}@media(prefers-reduced-motion:reduce){.nebula,.meteor,.space-portal,.space-portal i,.mini-planet,.device,.button.primary:after,.process-panel:after{animation:none!important}.cursor-aurora{display:none}.device-stage [data-depth]{translate:none!important}}
