:root{--orange:#fe4f00;--ltborder:#fe4f006b;--cyan:#22d3ee;--blue:#3b83f6;--green:#22c55e;--bg:#0a0c0f;--bg2:#0e1115;--bg3:#151b21;--txt:#f9fafb;--txt2:#c5ced6;--border:#3a4248}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-family:Rajdhani,sans-serif;background:var(--bg);color:var(--txt);overflow-x:hidden;background-image:url('/wp-content/uploads/2026/02/lines-bg-scaled.webp');background-size:contain;background-position:center;background-repeat:no-repeat}.btn-contact{background:var(--orange);color:var(--bg)!important;padding:8px 20px;font-weight:700;font-size:15px;text-transform:uppercase;border:none;border-radius:1px;transition:all .3s}.btn-contact:hover{background:#fff;transform:scale(1.1)}.portfolio-badge{display:inline-block;background:rgba(254,79,0,.18);border:1px solid var(--orange);padding:4px 18px;color:var(--orange);font-weight:600;font-size:18px;text-transform:uppercase;letter-spacing:8px;margin-bottom:1.5rem}.hero-title{font-size:clamp(42px,6vw,80px);font-weight:700;text-transform:uppercase;line-height:1;margin-bottom:.5rem}.text-grad{background:linear-gradient(180deg,var(--orange),#f0ad00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(20px,2.5vw,30px);font-weight:600;line-height:1.3;border-bottom:1px solid var(--ltborder);text-transform:uppercase;margin-bottom:1rem;padding-bottom:1rem}.hero-desc{font-size:17px;font-weight:500;line-height:1.6;color:var(--txt2);margin-bottom:0;border-left:5px solid var(--orange);padding-left:1rem}.divider{height:1px;background:var(--border);margin:2rem 0}.info-label{color:var(--orange);font-weight:700;font-size:18px;margin-bottom:.3rem}.info-value{color:var(--txt2);font-size:16px;line-height:1.5}.info-box{display:grid;gap:50px;grid-template-columns:auto auto auto auto}@media (max-width:575px){.info-box{gap:20px;grid-template-columns:auto}.screenshots-section{padding:10px 0!important}.project-context{padding-bottom:30px!important}.port-overlay{bottom:-105px!important}}.sec-title{font-size:clamp(28px,3.5vw,44px);font-weight:700;text-transform:uppercase;margin-bottom:1rem}.ctx-text{font-size:17px;font-weight:500;line-height:1.6;color:var(--txt2)}.project-context{padding:60px 0;background:var(--bg)}.ctx-box{background:var(--bg2);border-left:5px solid var(--orange);padding:10px 28px;margin-top:1.5rem}.ctx-box h3{font-size:19px;font-weight:700;margin-bottom:1rem}.ctx-box ul{list-style:none;padding:0}.ctx-box ul li{font-size:17px;color:var(--txt2);padding-left:24px;margin-bottom:.9rem;position:relative}.ctx-box ul li::before{content:'';width:4px;height:8px;border-radius:0;position:absolute;left:5px;top:9px;border-bottom:1px solid var(--cyan);border-right:1px solid var(--cyan);transform:rotate(45deg)}.ctx-box ul li::after{content:'';width:15px;height:15px;border-radius:50%;position:absolute;left:0;top:7px;border:1px solid var(--cyan)}.screenshots-section{padding:60px 0;background:var(--bg);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--ltborder)}.gallery-wrapper{overflow:hidden;position:relative;width:100%;max-width:1420px;margin:0 auto;height:560px;display:flex;align-items:center}.gallery-track{display:flex;align-items:center;gap:20px;will-change:transform;cursor:grab;user-select:none;height:100%}.gallery-track.dragging{cursor:grabbing}.gallery-item{flex-shrink:0;overflow:hidden;border-radius:4px;width:50%;height:280px;opacity:.4;transition:width .55s cubic-bezier(.4,0,.2,1),height .55s cubic-bezier(.4,0,.2,1),opacity .55s ease,box-shadow .55s ease;transform-origin:center center}.gallery-item.active{width:700px;height:420px;opacity:1}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;transition:transform .55s ease}.gallery-item.active img{transform:scale(1.03)}.gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.gallery-dot{width:7px;height:7px;border-radius:50%;background:var(--border);transition:background .3s,width .3s,border-radius .3s;cursor:pointer}.gallery-dot.active{background:var(--orange);width:22px;border-radius:4px}@media (max-width:1199px){.gallery-wrapper{height:460px;max-width:1200px}.gallery-item{width:280px;height:175px}.gallery-item.active{width:560px;height:350px}}@media (max-width:767px){.gallery-wrapper{height:340px;max-width:744px}.gallery-item{width:190px;height:125px}.gallery-item.active{width:320px;height:210px}.gallery-track{gap:12px}}@media (max-width:480px){.gallery-wrapper{height:280px;max-width:564px}.gallery-item{width:225px;height:95px}.gallery-item.active{width:250px;height:165px}}.contribution-section{padding:60px 0}.cont-title{font-weight:700;font-size:19px;margin-bottom:1rem;color:var(--cyan)}.cont-title.green{color:var(--green)}.cont-list ul{list-style:none;padding:0;margin:0}.cont-list li{border:1px solid var(--border);padding:7px 12px;margin-bottom:1.2rem;font-size:17px;color:var(--txt2);position:relative;transition:all .3s}.cont-list li:hover{border-color:var(--cyan);box-shadow:0 0 10px var(--cyan)}.gdlist li:hover{border-color:var(--green)!important;box-shadow:0 0 10px var(--green)!important}.gdlist li:before{content:'';position:absolute;top:0;bottom:0;width:10px;height:10px;background:var(--green)!important;left:-5px;margin:auto;border-radius:50%}.cont-list li:before{content:'';position:absolute;top:0;bottom:0;width:10px;height:10px;background:var(--cyan);left:-5px;margin:auto;border-radius:50%}.cont-list li:last-child{margin-bottom:0}.cta-section{background:var(--bg3);padding:60px 0;text-align:center}.cta-title{font-size:clamp(24px,3vw,44px);font-weight:700;text-transform:uppercase;line-height:1.1;margin-bottom:2rem}.btn-cta{background:linear-gradient(to bottom,var(--cyan),var(--blue));color:var(--bg);font-weight:700;font-size:clamp(17px,2vw,22px);text-transform:uppercase;padding:10px 28px;border:none;display:inline-block;text-decoration:none;transition:all .3s}.btn-cta:hover{color:var(--bg);text-decoration:none;transform:scale(1.1);background:#fff}.integration-section{padding:80px 0}.int-title{font-size:clamp(24px,3vw,40px);font-weight:700;text-transform:uppercase;margin-bottom:1.5rem}.prod-list ul li{position:relative;padding-left:22px;margin-bottom:.9rem}.prod-list ul li::before{content:'';width:5px;height:15px;background:var(--orange);position:absolute;left:0;top:4px}.prod-list p{font-size:17px;color:var(--txt2);margin:0}.prod-list ul{list-style:none;padding:0;margin:0}.int-img-wrap{position:relative}.int-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.int-img:hover{transform:scale(1.03)}.int-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(254,79,0,.12) 0,rgba(10,12,15,.45) 100%);border:1px solid rgba(254,79,0,.22);border-radius:4px;pointer-events:none}@media (max-width:767px){.int-img{height:220px}}.stage-box li{background:linear-gradient(to left,var(--bg2),var(--bg2));border:1px solid var(--border);padding:7px 15px;height:100%;transition:all .3s;border-left:5px solid var(--orange)}.stage-box li:hover{background:linear-gradient(to right,var(--bg2) 70%,#3a4248d6);border-color:var(--orange);box-shadow:0 3px 20px #fe4f0057}.stage-box ul{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;list-style:none}@media screen and (max-width:575px){.stage-box ul{grid-template-columns:repeat(1,1fr);gap:10px}span.arw{position:absolute;right:28px}}.faq-section{padding:60px 0}.faq-item{background:linear-gradient(to right,var(--bg),var(--bg3));border:1px solid rgba(58,66,72,.5);padding:18px 26px;margin-bottom:10px;cursor:pointer;transition:border-color .25s}.faq-item:hover{border-color:var(--orange)}.faq-q{font-size:19px;font-weight:600;margin:0;display:flex;gap:15px;align-items:start}span.arw{position:absolute;right:35px}.faq-a{font-size:16px;color:var(--txt2);line-height:1.6;margin-top:.9rem;display:none}.portfolio-section{padding:0 0 60px}.port-card{position:relative;height:280px;overflow:hidden;border-radius:4px;margin-bottom:28px}.port-card:before{content:'';position:absolute;background:#000;width:100%;height:0%;opacity:.8;bottom:0;transition:all .3s}.port-card:hover:before{height:100%}.port-card img{width:100%;height:100%;object-fit:cover}.port-overlay{position:absolute;bottom:-80px;left:0;right:0;transition:all .3s;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,#000 100%);padding:15px 30px}.port-card:hover .port-overlay{bottom:0}.port-title{font-size:26px;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:.3rem;text-shadow:0 0 10px #000}.port-sub{font-size:17px;color:var(--txt)}.btn-view{border:1px solid #8b949e;color:var(--txt);background:0 0;padding:8px 22px;font-weight:700;font-size:15px;text-transform:uppercase;margin-top:8px;transition:border-color .2s,color .2s}.btn-view:hover{border-color:var(--orange);color:var(--orange)}.btn-submit{background:var(--orange);color:#fff;font-weight:700;font-size:17px;text-transform:uppercase;padding:10px 80px;border:none;margin-top:1.5rem;transition:background .2s}.btn-submit:hover{background:#d94000}