.accordion-container-wrapper{box-sizing:border-box;width:100%;margin-top:4rem;margin-bottom:4rem;padding:0 4rem;display:block}.accordion-container{background-color:#fff;border:1px solid #e5e5e5;width:100%;max-width:1400px;height:70vh;min-height:600px;max-height:800px;margin:0 auto;display:flex;overflow:hidden}.accordion-panel{cursor:pointer;box-sizing:border-box;background-color:#fdfdfd;background-image:radial-gradient(at 10% 10%,#dcebfab3 0,#0000 50%),radial-gradient(at 90% 90%,#fae6e6b3 0,#0000 50%),radial-gradient(#fff 0,#0000 50%);border-right:1px solid #e5e5e5;flex-direction:column;flex:1;min-width:0;padding:1.5rem;transition:flex .6s cubic-bezier(.25,1,.5,1),background-color .4s;display:flex;position:relative;overflow:hidden}.accordion-panel:last-child{border-right:none}.accordion-panel.active{cursor:default;background-color:#fff;background-image:none;flex:3}.panel-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.panel-label,.panel-index{color:#666;letter-spacing:.05em;white-space:nowrap;font-size:.85rem;font-weight:600}.panel-line{background-color:#e5e5e5;flex-grow:1;height:1px;margin:0 1rem}.panel-content-wrapper{flex-grow:1;justify-content:center;align-items:flex-start;width:100%;height:100%;display:flex;position:relative}.panel-inactive-content{justify-content:flex-start;align-items:flex-end;width:100%;height:100%;padding-bottom:2rem;display:flex}.panel-title-vertical{writing-mode:vertical-rl;color:#555;letter-spacing:-.02em;white-space:nowrap;opacity:.7;font-family:Inter,Poppins,sans-serif;font-size:3rem;font-weight:800;transition:opacity .3s;transform:rotate(180deg)}.accordion-panel:hover .panel-title-vertical{opacity:1}.panel-active-content{flex-direction:column;width:100%;height:100%;padding:0 .5rem;animation:.8s forwards fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.panel-image-wrapper{border-radius:12px;flex-shrink:0;width:100%;height:250px;margin-bottom:1.5rem;overflow:hidden}.panel-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.panel-image:hover{transform:scale(1.03)}.panel-text-content{flex-direction:column;flex-grow:1;display:flex}.panel-title{color:#111;letter-spacing:-.03em;margin-bottom:.75rem;font-family:Inter,Poppins,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.1}.panel-desc{color:#555;max-width:90%;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.panel-tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-bottom:1rem;display:flex}.panel-tag{color:#555;white-space:nowrap;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:.5rem 1rem;font-size:.85rem}@media (max-width:900px){.accordion-container-wrapper{margin-top:2rem;margin-bottom:2rem;padding:0 1rem}.accordion-container{flex-direction:column;height:85vh;min-height:800px}.accordion-panel.active{flex:5}.accordion-panel{border-bottom:1px solid #e5e5e5;border-right:none;padding:1rem}.accordion-panel:last-child{border-bottom:none}.panel-header{margin-bottom:.5rem}.panel-content-wrapper{overflow:hidden}.panel-inactive-content{align-items:flex-start;padding-bottom:0}.panel-title-vertical{writing-mode:horizontal-tb;font-size:1.5rem;transform:none}.panel-active-content{justify-content:center;padding:0}.panel-title{margin-bottom:.5rem;font-size:1.75rem}.panel-desc{margin-bottom:.75rem;font-size:.95rem}.panel-image-wrapper{height:200px;margin-bottom:1rem}.panel-tags{padding-bottom:0}.panel-tag{padding:.4rem .8rem;font-size:.75rem}}
.home-products-section{background-color:#0a0a0a;width:100vw;margin-left:-50vw;margin-right:-50vw;padding:6rem 0;position:relative;left:50%;right:50%}.home-products-container{flex-direction:column;display:flex}.product-item{border-top:1px solid #333;padding:2.5rem 0;transition:all .3s;position:relative}.product-item:first-child{border-top:none}.product-item:last-child{border-bottom:1px solid #333}.product-item-inner{flex-direction:column;display:flex}.product-item-header{justify-content:space-between;align-items:center;width:100%;display:flex}.product-item-title{color:#fff;margin:0}.product-item-number{transition:color .3s}.product-item-arrow{color:#fff;background-color:#0000;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.product-item-content{opacity:0;max-width:800px;max-height:0;padding-left:5rem;transition:max-height .4s,padding-top .4s,opacity .4s;overflow:hidden}.product-item-description{color:#a3a3a3;margin:0;font-size:1.125rem;line-height:1.6}.product-item.active .product-item-title,.product-item.active .product-item-number{color:#ff6b35}.product-item.active .product-item-arrow{color:#fff;background-color:#ff6b35;border-color:#ff6b35;transform:rotate(45deg)}.product-item.active .product-item-content{opacity:1;max-height:200px;padding-top:1.5rem}.product-image-wrapper{z-index:10;opacity:0;visibility:hidden;width:250px;height:200px;transition:opacity .4s,visibility .4s;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.product-item.active .product-image-wrapper{opacity:1;visibility:visible}.product-image-inner{border-radius:12px;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative;transform:scale(.6)rotate(15deg);box-shadow:0 25px 50px -12px #00000026}.product-item.active .product-image-inner{transform:scale(1)rotate(15deg)}@media (max-width:768px){.product-item-content{margin-top:1rem;padding-left:0}.product-item-header{align-items:flex-start}}
.home-works-section{position:relative}.works-header h2{font-family:var(--font-inter), sans-serif}.works-title-img-wrapper{vertical-align:middle;margin:0 .1em;display:inline-block}.works-title-img{object-fit:cover;width:100%;height:100%}.works-marquee-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.works-marquee{gap:2rem;width:max-content;padding-top:2rem;padding-bottom:2rem;padding-right:2rem;animation:30s linear infinite works-scroll-left;display:flex}.works-marquee:hover{animation-play-state:paused}@keyframes works-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.work-card-inner{transition:box-shadow .3s,border-color .3s}.work-card:hover .work-card-inner{border-color:#ffffff1a;box-shadow:0 10px 30px -10px #00000080}
.Testimonials-module__ItA9Ha__fadedHeading{text-transform:uppercase;background:linear-gradient(#00000026 0%,#0000000d 50%,#fff0 100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-background-clip:text;background-clip:text;margin-bottom:-20px;font-family:Poppins,sans-serif;font-size:10vw;font-weight:900;line-height:1}.Testimonials-module__ItA9Ha__caseTabs{background:#f9fbfd;border-radius:20px;max-width:1400px;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif}.Testimonials-module__ItA9Ha__brandLogos{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px;display:grid}.Testimonials-module__ItA9Ha__brandLogos img{cursor:pointer;opacity:.6;object-fit:contain;background:#fff;border:2px solid #0000;border-radius:14px;justify-self:center;width:100%;height:70px;padding:12px 24px;transition:all .3s;box-shadow:0 5px 15px #00000008}.Testimonials-module__ItA9Ha__brandLogos img.Testimonials-module__ItA9Ha__active{opacity:1;border-color:#3b82f6}.Testimonials-module__ItA9Ha__brandContent{background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:40px;display:none;box-shadow:0 10px 30px #0000000d}.Testimonials-module__ItA9Ha__brandContent.Testimonials-module__ItA9Ha__active{display:grid}.Testimonials-module__ItA9Ha__testimonialBox{background:#fff;border-radius:0;max-width:100%;margin:0;padding:0}.Testimonials-module__ItA9Ha__testimonialQuote{color:#111;margin-bottom:30px;font-size:1.6rem;font-weight:700;line-height:1.4}.Testimonials-module__ItA9Ha__testimonialStats{flex-wrap:wrap;gap:40px;margin-bottom:30px;display:flex}.Testimonials-module__ItA9Ha__statItem{align-items:baseline;gap:8px;display:flex}.Testimonials-module__ItA9Ha__statItem .Testimonials-module__ItA9Ha__value{color:#000;font-family:Poppins,sans-serif;font-size:2rem;font-weight:900;line-height:1}.Testimonials-module__ItA9Ha__statItem div:last-child{color:#6b7280;font-size:1rem;font-weight:400}.Testimonials-module__ItA9Ha__author{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:10px;padding-top:25px;display:flex}.Testimonials-module__ItA9Ha__authorLeft{align-items:center;display:flex}.Testimonials-module__ItA9Ha__authorLeft img{border-radius:50%;width:50px;margin-right:15px}.Testimonials-module__ItA9Ha__authorInfo span{color:#000;font-size:1rem;font-weight:700;display:block}.Testimonials-module__ItA9Ha__authorInfo small{color:#555;font-size:.9rem}.Testimonials-module__ItA9Ha__authorLogo img{opacity:.9;height:40px}.Testimonials-module__ItA9Ha__featuredImage{border-radius:12px;width:100%}@media (max-width:1024px){.Testimonials-module__ItA9Ha__brandLogos{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Testimonials-module__ItA9Ha__brandContent{grid-template-columns:1fr}.Testimonials-module__ItA9Ha__brandLogos{grid-template-columns:repeat(2,1fr)}.Testimonials-module__ItA9Ha__testimonialStats{flex-direction:column;gap:20px}.Testimonials-module__ItA9Ha__author{flex-direction:column;align-items:flex-start;gap:15px}}
