:root{--orange: #E94F37;--black: #FFFFFF;--white: #121212;--gray: #000000;--dark-gray: #A1A1AA;--border-color: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box;font-family:Neue Haas Grotesk,Helvetica Neue,Helvetica,Arial,sans-serif}body{background-color:var(--gray);color:var(--black);overflow-x:hidden;line-height:1.6}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;z-index:-1}.section-top-line{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-weight:700}.section-label{font-size:1.1rem}.line{flex-grow:1;height:1px;background-color:var(--black);opacity:.2}.vertical-watermark{position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(-90deg);font-size:.8rem;font-weight:700;letter-spacing:5px;color:var(--black);opacity:.4;white-space:nowrap}ul{list-style:none}a{text-decoration:none;color:inherit}.navbar{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:var(--gray);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:1000}@media(min-width:769px){.navbar{padding:20px 5%}}.nav-logo a{display:flex;align-items:center}.logo-img{height:50px;width:auto;object-fit:contain;transform:scale(3);transform-origin:left center}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:1.1rem;font-weight:700;transition:color .3s ease;position:relative}.nav-links a.active{color:var(--orange)}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--orange);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.mobile-menu-icon{display:none;font-size:1.8rem;color:var(--black);cursor:pointer}@media(max-width:768px){.mobile-menu-icon{display:block;color:var(--black)}.nav-links{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.5rem;position:absolute;top:100%;left:0;width:100%;height:auto;background-color:var(--gray);padding:2rem 0;border-bottom:1px solid var(--border-color);box-shadow:0 10px 30px #00000080;transition:all .3s ease-in-out;opacity:0;visibility:hidden;transform:translateY(-10px)}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-links a{font-size:1.2rem;color:var(--black)}}.footer{background-color:#0a0a0a;color:#fff;padding:5rem 10% 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:-50px;right:-100px;width:300px;height:300px;background:var(--orange);border-radius:50%;filter:blur(150px);opacity:.15;z-index:0}.footer-top{display:flex;justify-content:space-between;gap:4rem;margin-bottom:4rem;position:relative;z-index:1;flex-wrap:wrap}.footer-branding{flex:2;min-width:300px}.footer-logo{font-size:3rem;font-weight:900;margin-bottom:1rem;color:#fff}.footer-logo span{color:var(--orange)}.footer-tagline{font-size:1.1rem;color:#a0a0a0;margin-bottom:2rem;max-width:400px;line-height:1.6}.social-links{display:flex;gap:1rem}.social-icon{width:45px;height:45px;border-radius:12px;background:#ffffff0d;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#fff;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.social-icon:hover{background:var(--orange);color:var(--black);transform:translateY(-5px);border-color:var(--orange)}.footer-links-container{display:flex;flex:2;gap:4rem;flex-wrap:wrap}.footer-links-group,.footer-contact{flex:1;min-width:150px}.footer-title{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:#fff;position:relative;display:inline-block}.footer-title:after{content:"";position:absolute;bottom:-5px;left:0;width:20px;height:2px;background:var(--orange)}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#a0a0a0;font-weight:400;transition:color .3s ease,padding-left .3s ease;display:inline-block}.footer-links a:hover{color:var(--orange);padding-left:5px}.footer-contact p{color:#a0a0a0;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.footer-contact i{color:var(--orange);width:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;color:#888;font-size:.9rem;flex-wrap:wrap;gap:1rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#888;transition:color .3s ease}.footer-legal a:hover{color:#fff}@media(max-width:768px){.footer{padding:4rem 5% 2rem}.footer-top{flex-direction:column;gap:3rem}.footer-links-container{gap:2rem;flex-wrap:nowrap}.footer-links-group{min-width:unset;flex:1}.footer-bottom{flex-direction:column;text-align:center}}.hero{min-height:80vh;display:flex;align-items:center;padding:4rem 10%;position:relative;background:radial-gradient(circle at 80% 20%,rgba(233,79,55,.05) 0%,transparent 50%)}.hero-left{flex:1;padding-right:5%;position:relative;z-index:2}.badge{background:var(--orange);color:var(--white);padding:.5rem 1.5rem;border-radius:50px;font-weight:700;display:inline-block;margin-bottom:1rem;font-size:1rem;box-shadow:2px 2px #444}.main-title{font-size:clamp(4rem,8vw,8rem);font-weight:900;line-height:.9;text-transform:uppercase;color:var(--black);letter-spacing:-2px;margin-bottom:1rem}.main-title span{color:var(--orange)}.author-area{display:flex;align-items:flex-end;gap:1rem;margin-top:1rem}.scroll-icon{font-size:1.5rem;border:2px solid var(--black);border-radius:50%;padding:.5rem;display:flex;justify-content:center;align-items:center;width:40px;height:40px}.author-name{font-size:1.5rem;font-weight:700;flex-grow:1}.author-role{text-align:right;font-weight:700}.hero-right{flex:1;display:flex;justify-content:center;position:relative;overflow:hidden}.hero-animation-wrapper{position:relative;width:100%;max-width:600px;height:400px;display:flex;flex-direction:column;justify-content:center;transform:perspective(1000px) rotateY(-15deg) rotateX(10deg)}.scroll-track{display:flex;width:max-content;white-space:nowrap;font-size:3rem;font-weight:900;text-transform:uppercase;margin:.5rem 0}.scroll-track span{padding-right:1.5rem}.track-1{animation:scroll-left 25s linear infinite;-webkit-text-stroke:1px var(--dark-gray);color:transparent}.track-2{animation:scroll-right 25s linear infinite;color:var(--orange)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(max-width:1024px){.hero{flex-direction:column-reverse;justify-content:center;min-height:auto;padding-top:2rem;padding-bottom:2rem;text-align:center}.hero .vertical-watermark{display:none}.hero-left{flex:none;padding-right:0;margin-top:2rem}.hero-right{flex:none;margin-top:0;width:100vw;max-width:100vw;margin-left:-5%;margin-right:-5%}.hero-animation-wrapper{height:250px;transform:perspective(1000px) rotateY(0) rotateX(5deg)}.scroll-track{font-size:2.5rem}.author-area{flex-direction:column;align-items:center}.author-role{text-align:center}.scroll-icon{display:none}}.about-stats{display:flex;justify-content:center;gap:4rem;margin:0 10%;flex-wrap:wrap;background:#ffffff08;padding:4rem;border-radius:40px;border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-box{text-align:center;flex:1;min-width:150px}.stat-box h3{font-size:3rem;font-weight:900;color:var(--orange);line-height:1;margin-bottom:.5rem}.stat-box p{font-size:1rem;font-weight:700;color:var(--dark-gray);text-transform:uppercase;letter-spacing:1px}.philosophy-wrapper{padding:0 5% 8rem}.philosophy-section{display:flex;flex-direction:column;gap:2rem;background:#ffffff08;padding:4rem 5rem;border-radius:50px;border:1px solid var(--border-color);position:relative;max-width:1400px;margin:0 auto;-webkit-backdrop-filter:blur(150px);backdrop-filter:blur(150px)}.philosophy-header{display:flex;align-items:center;gap:1.5rem}.philosophy-icon{flex-shrink:0;width:100px;height:100px;background:var(--orange);color:var(--white);border-radius:25px;display:flex;justify-content:center;align-items:center;font-size:3.5rem;box-shadow:6px 6px #444}.detail-title{font-size:clamp(2rem,6vw,3.5rem);font-weight:900;margin-bottom:0;text-transform:uppercase}.detail-title span{color:var(--orange)}.philosophy-section p{font-size:1.4rem;color:#ccc;line-height:1.8}.home-section{padding:6rem 0}.skills-wrapper{padding:0 5%;display:flex;justify-content:center}.skills-card{width:100%;max-width:1400px;background:#ffffff08;padding:4rem;border-radius:50px;border:1px solid var(--border-color);position:relative}.skills-card:after{content:"";position:absolute;top:10%;left:-5%;width:200px;height:200px;background:var(--orange);filter:blur(150px);opacity:.1;z-index:-1}.home-title{font-size:clamp(2rem,8vw,4rem);font-weight:900;margin-bottom:2rem;text-transform:uppercase}.home-title span{color:var(--orange)}.home-lead{font-size:1.4rem;margin-bottom:4rem;max-width:900px;line-height:1.8}.skills-grid{display:flex;gap:4rem;flex-wrap:wrap}.sub-title{font-size:2rem;border-bottom:2px solid var(--orange);display:inline-block;padding-bottom:.8rem;margin-bottom:2rem;font-weight:900;text-transform:uppercase}.skill-desc{margin-bottom:2rem;color:#ccc;font-size:1.2rem;line-height:1.6}.skill-column{flex:1;min-width:280px}.skill-column ul li{font-weight:700;margin-bottom:1.2rem;display:flex;align-items:center;gap:15px;font-size:1.3rem}.skill-column ul li i{color:var(--orange)}.software-icons{display:flex;gap:1rem;flex-wrap:wrap;max-width:300px}.grouped-icons{justify-content:center;flex-wrap:wrap;margin:0 auto;max-width:none}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;gap:2rem .5rem;width:100%;margin-top:1rem}.tech-item{display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center;width:100%;max-width:100px}.tech-name{font-weight:700;font-size:1.1rem;color:var(--dark-gray);line-height:1.2}.sk-icon{width:80px;height:80px;border-radius:20px;background:var(--black);color:var(--white);display:flex;justify-content:center;align-items:center;font-size:3rem;font-weight:900;box-shadow:4px 4px 0 var(--orange);transition:transform .2s}.sk-icon svg,.sk-icon img{width:45px;height:45px}.sk-icon:hover{transform:translateY(-5px)}.faq-container{padding:0 10%;max-width:1100px;margin:0 auto}.faq-item{background:#ffffff05;margin-bottom:1.5rem;border-radius:20px;overflow:hidden;border:1px solid var(--border-color);transition:all .3s ease}.faq-item:hover{border-color:var(--orange);background:#ffffff0a}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:1.2rem;transition:background .3s,color .3s}.faq-question:hover{background:#333;color:var(--dark-gray)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);background:transparent}.faq-answer.open{padding:0 1.5rem 1.5rem;max-height:300px}.faq-answer p{color:#ccc}.faq-icon{color:var(--orange);transition:transform .3s ease}.faq-icon.open{transform:rotate(180deg)}.testimonials-grid{padding:0 10%;display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.testimonial-card{background:#1a1a1a;padding:2.5rem;border-radius:30px;flex:1;min-width:300px;max-width:450px;border:1px solid #333;position:relative;transition:all .3s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-10px);border-color:var(--orange);box-shadow:0 10px 30px #ff5e3a1a}.quote{font-size:1.1rem;line-height:1.7;color:#ccc;margin-bottom:2rem;flex-grow:1}.client-info{display:flex;align-items:center;gap:1.2rem;border-top:1px solid #333;padding-top:1.5rem}.client-avatar{width:50px;height:50px;flex-shrink:0;border-radius:50%;background:var(--orange);display:flex;justify-content:center;align-items:center;color:var(--white);font-weight:900;font-size:1.5rem}.client-details h4{margin:0;font-size:1.1rem}.client-details span{font-size:.9rem;color:#aaa}@media(max-width:1024px){.philosophy-icon{box-shadow:0 5px 0 var(--dark-gray)}}@media(max-width:768px){.home-section{padding:3rem 0}.home-title{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.home-lead{font-size:1rem;margin-bottom:2.5rem;text-align:center}.sub-title{font-size:1.1rem;margin-bottom:1rem;padding-bottom:.3rem;text-align:center;display:inline-block;width:auto}.skill-desc,.philosophy-section p{font-size:1rem;text-align:center;margin-bottom:1.5rem}.skill-column{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem;width:100%}.skill-column ul{padding:0!important;margin:0!important;list-style:none;display:block;text-align:center;width:100%}.skill-column ul li{font-size:1rem;display:inline-flex;align-items:center;gap:10px;margin-bottom:.8rem;text-align:left}.skill-column ul li i,.skill-column ul li img{flex-shrink:0}.faq-question{font-size:1.1rem;padding:1.2rem}.scroll-track{font-size:1.5rem}.hero{padding:3rem 10% 2rem}.hero-animation-wrapper{height:120px}.skills-wrapper,.philosophy-wrapper,.faq-container{padding:0 5% 3rem}.skills-card,.philosophy-section{padding:2.5rem 1.5rem;border-radius:30px;text-align:center}.skills-grid{display:flex;flex-direction:column;align-items:center;gap:2rem}.philosophy-header{flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.philosophy-icon{display:none}.philosophy-section p{text-align:center}.detail-title{font-size:1.5rem;white-space:normal}.tech-name{font-size:.75rem;word-break:break-word}.sk-icon{width:50px;height:50px;font-size:1.8rem}.sk-icon svg,.sk-icon img{width:25px;height:25px}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;gap:1.5rem .5rem;width:100%;margin-top:1rem}.tech-item{display:flex;flex-direction:column;align-items:center;text-align:center}.software-tools-section{display:flex;flex-direction:column;align-items:center;width:100%}.software-tools-section .sub-title{font-size:.9rem;margin-top:1.5rem;margin-bottom:1.5rem;text-align:center;display:inline-block;width:auto}.skills-grid{flex-direction:column;gap:2rem}.stat-box h3{font-size:2.5rem}.tech-grid{gap:2rem 0}.client-details h4{font-size:1rem}.testimonials-grid{padding:0 1rem;flex-direction:column;align-items:center}.testimonial-card{min-width:100%;padding:1.5rem;max-width:100%}.quote{font-size:1rem;margin-bottom:1.5rem}}@media(max-width:375px){.skills-wrapper,.philosophy-wrapper,.faq-container{padding:0 4% 2.5rem}.skills-card,.philosophy-section{padding:2rem 1.2rem;text-align:center}.home-title{font-size:1.5rem}.home-lead{font-size:.95rem}.sub-title{font-size:1rem}.skill-desc,.philosophy-section p{font-size:.95rem}.skill-column ul li{font-size:.9rem;gap:8px}.sk-icon{width:44px;height:44px;font-size:1.5rem}.sk-icon svg,.sk-icon img{width:22px;height:22px}.tech-name{font-size:.7rem}.tech-grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:1rem .2rem}.detail-title{font-size:1.3rem}.faq-question{font-size:.95rem;padding:1rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.work-page{padding:6rem 0;min-height:calc(100vh - 80px)}.toc-container{padding:2rem 10% 8rem;text-align:center}.toc-title{font-size:4rem;font-weight:900;margin-bottom:4rem;text-transform:uppercase;letter-spacing:-1px}.toc-title span{color:var(--orange)}.toc-filters{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.filter-btn{background:transparent;color:var(--black);border:none;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem;font-family:inherit;transition:all .3s}.icon-box{background:var(--orange);color:var(--black);width:120px;height:120px;border-radius:30px;display:flex;justify-content:center;align-items:center;font-size:3rem;box-shadow:0 10px 20px #e94f3733;transition:all .3s ease}.filter-btn:hover .icon-box,.filter-btn.active .icon-box{background:var(--black);color:var(--orange);transform:translateY(-10px);box-shadow:0 15px 30px #0003;border-radius:20px}.projects{padding:0 10%}.project-category{margin-bottom:10rem;position:relative;border-top:1px solid var(--border-color);padding-top:6rem;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.category-header h2{font-size:2.5rem;font-weight:900;white-space:nowrap;text-transform:uppercase;letter-spacing:1px}.category-header .vertical-watermark{position:static;transform:none}.category-content{margin-top:4rem}.project-desc{font-size:1.8rem;font-weight:900;margin-bottom:.5rem;text-transform:uppercase}.project-desc span{color:var(--orange)}.small-desc{font-size:1.25rem;max-width:900px;margin-bottom:4rem;color:#ccc;line-height:1.8}.gallery-grid{display:grid;gap:2rem;background:#ffffff80;padding:2.5rem;border-radius:30px;border:2px dashed rgba(0,0,0,.1);position:relative;grid-template-columns:1fr}.custom-graphic-wrapper{display:flex;flex-direction:column;gap:1.5rem;width:100%}.masonry-graphic-grid{column-count:2;column-gap:1.5rem;width:100%}.masonry-graphic-grid .gallery-item{break-inside:avoid;margin-bottom:1.5rem;display:block}.style-graphic.gallery-grid,.style-branding.gallery-grid,.style-logo-intro.gallery-grid,.style-reels.gallery-grid,.style-web.gallery-grid{background:transparent;border:none;padding:0 0 2rem}.style-graphic .software-tags,.style-branding .software-tags,.style-logo-intro .software-tags,.style-reels .software-tags,.style-web .software-tags{right:0;bottom:-10px}.custom-reels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.item-reel{aspect-ratio:9 / 16;width:100%;border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px #0000004d;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.item-reel:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 25px 50px #00000080;border-color:var(--orange)}.mute-btn{position:absolute;bottom:15px;right:15px;background:#0009;color:var(--white);border:none;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease;z-index:10}.mute-btn:hover{background:#000000e6;transform:scale(1.1)}.merged-branding-layout{display:flex;flex-direction:column;gap:4rem;width:100%;max-width:100%;margin-top:2rem;box-sizing:border-box;overflow-x:hidden}.branding-section-block{display:flex;flex-direction:column;gap:2rem}.logo-design-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.item-logo-crafted{width:100%;aspect-ratio:16 / 10;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.branding-sub-label{font-size:.9rem;letter-spacing:3px;opacity:.5;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem;width:fit-content;margin:0 auto}.pdf-viewer-container{width:100%;max-width:1100px;margin:3rem auto;background:#fff;border-radius:30px;position:relative;box-shadow:0 30px 60px #00000026;border:1px solid rgba(0,0,0,.05);overflow:hidden}.project-category{position:relative}.pdf-page-wrapper{display:flex;justify-content:center;align-items:center;background:#fff;padding:2rem 0;min-height:400px}.pdf-loading,.pdf-error{height:400px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.2rem;color:var(--white)}.pdf-error{color:var(--orange)}.pdf-swiper{width:100%;padding-bottom:40px!important}.pdf-swiper .swiper-button-next,.pdf-swiper .swiper-button-prev{color:var(--orange);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:50px;height:50px;border-radius:50%;box-shadow:0 5px 15px #0000001a;top:50%;transform:translateY(-50%);z-index:10;transition:all .3s ease}.pdf-swiper .swiper-button-prev{left:20px!important}.pdf-swiper .swiper-button-next{right:20px!important}.pdf-swiper .swiper-button-next:hover,.pdf-swiper .swiper-button-prev:hover{background:var(--orange);color:#fff;transform:translateY(-50%) scale(1.1)}.pdf-swiper .swiper-button-next:after,.pdf-swiper .swiper-button-prev:after{font-size:1.5rem;font-weight:900}.pdf-swiper .swiper-pagination-bullet-active{background:var(--orange)}@media(max-width:1200px){.pdf-swiper .swiper-button-next{right:-20px!important}.pdf-swiper .swiper-button-prev{left:-20px!important}}@media(max-width:768px){.pdf-viewer-container{width:100%;max-width:100%;border-radius:15px;margin:2rem 0;box-sizing:border-box}.pdf-swiper{padding:0 0 40px!important;overflow:hidden!important;width:100%;max-width:100%}.pdf-swiper .swiper-button-next,.pdf-swiper .swiper-button-prev{display:none!important}.pdf-page-wrapper{padding:0;min-height:auto;width:100%;max-width:100%;overflow:hidden}.react-pdf__Page__canvas{margin:0 auto;max-width:100%!important;height:auto!important}}.pdf-instructions{text-align:center;padding:1.5rem;color:var(--white);opacity:.8;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.8rem;background:#0000000d}.pdf-instructions i{color:var(--orange);animation:swipeHint 2s infinite}@keyframes swipeHint{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.item-branding{width:100%;aspect-ratio:16 / 9}.custom-logo-intro-grid{width:100%;max-width:1100px;margin:3rem auto}.item-logo-intro{width:100%;aspect-ratio:16 / 9;border-radius:30px;overflow:hidden;box-shadow:0 30px 60px #0006;background:#000}.custom-web-layout{display:flex;flex-direction:column;gap:8rem;width:100%;padding:4rem 0}.web-project-card{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start;position:relative;padding:3rem;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;border-radius:40px;background-color:#ffffff03;border:1px solid rgba(255,255,255,.05)}.web-card-mockup{width:100%;aspect-ratio:16 / 10;border-radius:24px;overflow:hidden;box-shadow:0 40px 100px #00000080;border:1px solid rgba(255,255,255,.1);position:sticky;top:100px}.web-card-mockup img{width:100%;height:100%;object-fit:cover}.web-card-details{display:flex;flex-direction:column;gap:2.5rem}.web-detail-label{font-family:Courier New,Courier,monospace;font-size:.8rem;letter-spacing:4px;color:var(--orange);margin-bottom:1rem;opacity:.9}.web-main-desc{font-size:1.25rem;line-height:1.6;color:var(--black);font-weight:500}.web-meta-row{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.web-meta-item p{font-size:1.05rem;color:var(--black);font-weight:500}.web-skills-tags{display:flex;flex-wrap:wrap;gap:.6rem}.web-skill-tag{background:#ffffff0d;padding:.3rem .8rem;border-radius:6px;font-size:.85rem;border:1px solid rgba(255,255,255,.1);color:var(--black);font-family:Courier New,Courier,monospace;font-weight:700}.web-project-brief{display:flex;flex-direction:column;gap:1.2rem}.web-project-brief p{font-size:1rem;line-height:1.7;color:#ffffffb3}.web-project-brief strong{color:var(--black);display:inline;margin-right:.5rem;font-size:1rem;font-weight:700}.view-project-btn{background:var(--orange);color:var(--white);border:none;padding:1rem 2rem;font-family:Courier New,Courier,monospace;font-size:1rem;font-weight:900;letter-spacing:2px;border-radius:4px;cursor:pointer;width:fit-content;margin-top:1.5rem;transition:all .3s ease;box-shadow:0 10px 30px #e94f3733}.view-project-btn:hover{background:var(--black);color:var(--orange);transform:translateY(-3px);box-shadow:0 15px 40px #0006}.gallery-item{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.software-tags{position:absolute;bottom:-20px;right:40px;display:flex;gap:.5rem}.st-icon{font-weight:900;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:12px;border:2px solid var(--white);box-shadow:0 10px 20px #0003;font-size:1.2rem}@media(max-width:768px){.toc-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center}.icon-box{width:80px;height:80px;font-size:2rem}.filter-btn{font-size:.9rem}.project-desc{font-size:1.4rem}.gallery-grid{padding:1.5rem}.software-tags{right:20px;bottom:-15px}.st-icon{width:40px;height:40px;font-size:1rem}.category-header{flex-wrap:wrap}.category-header h2{font-size:1.5rem}.category-header .vertical-watermark{width:100%;text-align:right;margin-top:-5px}.custom-reels-grid{grid-template-columns:1fr;gap:3rem;padding:0 5%}.masonry-graphic-grid{column-count:1}.web-project-card{grid-template-columns:1fr;gap:3rem;padding:1.5rem}.web-card-mockup{position:relative;top:0}.web-meta-row{grid-template-columns:1fr;gap:1.5rem}.view-project-btn{width:100%}.logo-design-grid{grid-template-columns:1fr;gap:1.5rem}.merged-branding-layout{gap:2rem}.custom-logo-intro-grid{margin:1.5rem auto}}@media(max-width:425px){.projects{padding:0 5%}.gallery-grid{padding:1rem}}.contact-page{padding:3rem 0;min-height:calc(100vh - 80px)}.contact-grid{padding:2rem 10% 5rem;display:flex;gap:4rem;align-items:flex-start}.contact-photo{flex:1;background:var(--white);padding:3rem;border-radius:40px 40px 40px 0;position:relative;display:flex;flex-direction:column;gap:2rem;box-shadow:0 10px 30px #0000000d}.orange-backdrop{position:absolute;width:100%;height:100%;background:var(--orange);top:20px;left:20px;border-radius:40px;z-index:-1}.qr-code-box{background:var(--gray);width:max-content;padding:1.5rem;border-radius:20px;margin-bottom:2rem}.contact-info h4{margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid var(--orange);display:inline-block;padding-bottom:.5rem}.contact-info p{margin-bottom:.5rem;font-weight:700;display:flex;align-items:center;gap:1rem;font-size:1.2rem}.form-area{flex:2;background:var(--white);padding:3rem;border-radius:40px;box-shadow:0 10px 30px #0000000d}.hello-title{font-size:3rem;font-weight:900;margin-bottom:1rem}.hello-title span{color:var(--orange)}.contact-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.5rem;border-radius:12px;border:2px solid var(--border-color);background:var(--gray);font-size:1.1rem;font-family:inherit;font-weight:700;color:var(--black);transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--orange);background:var(--white)}.submit-btn{background:var(--black);color:var(--orange);font-size:1.2rem;font-weight:900;padding:1rem 2rem;border:none;border-radius:12px;cursor:pointer;box-shadow:4px 4px 0 var(--orange);transition:transform .2s,box-shadow .2s;display:flex;justify-content:center;align-items:center;gap:10px;width:max-content}.submit-btn:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--orange)}@media(max-width:1024px){.contact-grid{flex-direction:column;gap:4rem}.contact-photo,.form-area{width:100%}}@media(max-width:768px){.contact-photo,.form-area{padding:2rem}.hello-title{font-size:2.5rem}}.legal-page{padding:6rem 10% 4rem;min-height:calc(100vh - 80px);max-width:1000px;margin:0 auto}.legal-header{margin-bottom:4rem;border-bottom:2px solid var(--border-color);padding-bottom:2rem}.legal-title{font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1;text-transform:uppercase;color:var(--black);letter-spacing:-1px;margin-bottom:1rem}.legal-title span{color:var(--orange)}.legal-update-date{color:var(--dark-gray);font-size:1.1rem}.legal-content section{margin-bottom:3rem}.legal-content h3{font-size:1.8rem;font-weight:700;color:var(--black);margin-bottom:1rem;display:inline-flex;align-items:center;gap:10px}.legal-content h3:before{content:"";display:inline-block;width:20px;height:3px;background-color:var(--orange)}.legal-content p,.legal-content ul{font-size:1.15rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem}.legal-content ul{padding-left:2rem;list-style-type:none}.legal-content ul li{margin-bottom:.8rem;position:relative}.legal-content ul li:before{content:"•";color:var(--orange);position:absolute;left:-1.5rem;top:0;font-weight:900}.legal-content a{color:var(--orange);text-decoration:underline;transition:color .3s}.legal-content a:hover{color:var(--black)}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:var(--dark-gray);font-weight:700;text-transform:uppercase;transition:color .3s,transform .3s}.back-link i{color:var(--orange)}.back-link:hover{color:var(--black);transform:translate(-5px)}@media(max-width:768px){.legal-page{padding:4rem 5% 3rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
