.Navbar-module__nuAbfa__navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#fdfbf7cc;border-bottom:1px solid #0000000d;align-items:center;height:120px;display:flex;position:sticky;top:0}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__nuAbfa__logo a{align-items:center;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__nuAbfa__logoImage{object-fit:contain;width:auto;height:120px}.Navbar-module__nuAbfa__logo a:hover{opacity:.9;transform:translateY(-2px)}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navLinks li a{color:var(--foreground);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.Navbar-module__nuAbfa__navLinks li a:not(.Navbar-module__nuAbfa__cta):after{content:"";background-color:var(--primary);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Navbar-module__nuAbfa__navLinks li a:not(.Navbar-module__nuAbfa__cta):hover:after{transform-origin:0;transform:scaleX(1)}.Navbar-module__nuAbfa__cta{box-shadow:none;background:0 0;border-radius:0;padding:.5rem 0;transition:all .3s;position:relative;overflow:visible;color:var(--foreground)!important;font-weight:800!important}.Navbar-module__nuAbfa__cta:after{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);transform-origin:0;width:100%;height:4px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:absolute;bottom:-2px;left:0;transform:scaleX(1)}.Navbar-module__nuAbfa__cta:hover{letter-spacing:.5px;transform:translateY(-2px);opacity:1!important}.Navbar-module__nuAbfa__cta:hover:after{height:6px;transform:scaleX(1.1)}@media (max-width:768px){.Navbar-module__nuAbfa__navLinks{display:none}}
.Footer-module__EZoWya__footer{background-color:var(--background);border-top:1px solid #0000000d;padding:6rem 0 3rem}.Footer-module__EZoWya__content{justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.Footer-module__EZoWya__info{max-width:300px}.Footer-module__EZoWya__logo{letter-spacing:-1.5px;margin-bottom:1.2rem;font-size:1.8rem;font-weight:800}.Footer-module__EZoWya__tagline{color:#666;font-size:1rem}.Footer-module__EZoWya__links{gap:4rem;display:flex}.Footer-module__EZoWya__linkGroup h4{text-transform:uppercase;letter-spacing:1px;color:#999;margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.Footer-module__EZoWya__linkGroup ul{flex-direction:column;gap:.8rem;display:flex}.Footer-module__EZoWya__linkGroup ul li a{color:var(--foreground);font-size:.95rem;font-weight:500;transition:color .3s}.Footer-module__EZoWya__linkGroup ul li a:hover{color:var(--primary)}.Footer-module__EZoWya__bottom{text-align:center;color:#999;border-top:1px solid #0000000d;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Footer-module__EZoWya__content{text-align:center;flex-direction:column;gap:3rem}.Footer-module__EZoWya__info{max-width:100%}.Footer-module__EZoWya__links{justify-content:center;gap:2rem}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:calc(100vh - 80px);display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroContainer{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__Z8hQ_W__badge{background-color:var(--primary);color:var(--foreground);cursor:pointer;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1.1rem;font-size:.85rem;font-weight:700;transition:all .3s;animation:2s infinite Hero-module__Z8hQ_W__pulse;display:inline-block;box-shadow:0 0 #a8d5e266}@keyframes Hero-module__Z8hQ_W__pulse{0%{box-shadow:0 0 #a8d5e280}70%{box-shadow:0 0 0 10px #a8d5e200}to{box-shadow:0 0 #a8d5e200}}.Hero-module__Z8hQ_W__badge:hover{background-color:var(--secondary);transform:scale(1.05)}.Hero-module__Z8hQ_W__content{animation:1s ease-out forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__title{letter-spacing:-2.5px;margin-bottom:1.8rem;font-size:3.8rem;font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__typewriter{white-space:nowrap;width:0;margin:0;display:inline-block;overflow:hidden}.Hero-module__Z8hQ_W__line1{animation:1.5s steps(15,end) forwards Hero-module__Z8hQ_W__typing}.Hero-module__Z8hQ_W__line2{animation:1.5s steps(15,end) 1.8s forwards Hero-module__Z8hQ_W__typing}.Hero-module__Z8hQ_W__line3{animation:1.2s steps(10,end) 3.6s forwards Hero-module__Z8hQ_W__typing}.Hero-module__Z8hQ_W__line4{animation:.8s steps(5,end) 5.1s forwards Hero-module__Z8hQ_W__typing}@keyframes Hero-module__Z8hQ_W__typing{0%{width:0}to{width:100%}}@keyframes Hero-module__Z8hQ_W__blink-caret{0%,to{border-color:#0000}50%{border-color:var(--primary)}}.Hero-module__Z8hQ_W__highlight{color:var(--foreground);background:linear-gradient(120deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block;position:relative}.Hero-module__Z8hQ_W__highlight:after{display:none}.Hero-module__Z8hQ_W__subtitle{color:#555;max-width:550px;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.Hero-module__Z8hQ_W__actions{gap:1rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn{background-color:var(--foreground);color:var(--white);border-radius:50px;padding:1.1rem 2.4rem;font-size:1.05rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.Hero-module__Z8hQ_W__primaryBtn:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 15px 30px #00000026}.Hero-module__Z8hQ_W__secondaryBtn{color:var(--foreground);background-color:#0000;border:1px solid #0000001a;border-radius:50px;padding:1.1rem 2.4rem;font-size:1.05rem;font-weight:600;transition:all .4s}.Hero-module__Z8hQ_W__secondaryBtn:hover{background-color:#0000000d;border-color:#0003}.Hero-module__Z8hQ_W__visual{justify-content:center;align-items:center;animation:1.5s ease-out forwards Hero-module__Z8hQ_W__fadeIn;display:flex;position:relative}.Hero-module__Z8hQ_W__blob{background:radial-gradient(circle at 50% 50%, var(--primary), var(--secondary));filter:blur(80px);opacity:.5;border-radius:50%;width:450px;height:450px;animation:15s ease-in-out infinite alternate Hero-module__Z8hQ_W__float;position:absolute}.Hero-module__Z8hQ_W__studioCard{-webkit-backdrop-filter:blur(20px);z-index:2;background:#fffc;border:1px solid #ffffff80;border-radius:20px;flex-direction:column;width:400px;height:260px;animation:6s ease-in-out infinite Hero-module__Z8hQ_W__cardFloat;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000001a}.Hero-module__Z8hQ_W__browserHeader{background:#00000008;border-bottom:1px solid #0000000d;align-items:center;gap:1.5rem;height:40px;padding:0 1.2rem;display:flex}.Hero-module__Z8hQ_W__browserDots{gap:6px;display:flex}.Hero-module__Z8hQ_W__browserDots span{background:#0000001a;border-radius:50%;width:8px;height:8px}.Hero-module__Z8hQ_W__browserBar{color:#aaa;letter-spacing:.5px;background:#fff;border-radius:4px;flex:1;justify-content:center;align-items:center;height:22px;font-size:.65rem;font-weight:700;display:flex}.Hero-module__Z8hQ_W__studioContent{flex:1;padding:2rem;position:relative}.Hero-module__Z8hQ_W__codeBlock{color:#555;font-family:Courier New,Courier,monospace;font-size:.9rem;font-weight:600;line-height:1.6}.Hero-module__Z8hQ_W__codeKeyword{color:#c678dd}.Hero-module__Z8hQ_W__codeString{color:#98c379}.Hero-module__Z8hQ_W__codeFunc{color:#61afef}.Hero-module__Z8hQ_W__uiGlow{background:radial-gradient(circle, var(--primary) 0%, transparent 70%);opacity:.3;filter:blur(20px);width:120px;height:120px;position:absolute;bottom:-20px;right:-20px}@keyframes Hero-module__Z8hQ_W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__Z8hQ_W__cardFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(1deg)}}@keyframes Hero-module__Z8hQ_W__float{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.1)}to{transform:translate(-20px,40px)scale(.9)}}.Hero-module__Z8hQ_W__scrollIndicator{opacity:.6;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__mouse{border:2px solid var(--foreground);border-radius:20px;justify-content:center;width:26px;height:42px;padding-top:8px;display:flex}.Hero-module__Z8hQ_W__wheel{background-color:var(--foreground);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__scrollWheel}@keyframes Hero-module__Z8hQ_W__scrollWheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}@media (max-width:1024px){.Hero-module__Z8hQ_W__heroContainer{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__Z8hQ_W__subtitle{margin-left:auto;margin-right:auto}.Hero-module__Z8hQ_W__actions{justify-content:center}.Hero-module__Z8hQ_W__title{font-size:2.8rem}}
.InquiryModal-module__KSPXzq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s ease-out InquiryModal-module__KSPXzq__fadeIn;display:flex;position:fixed;top:0;left:0}.InquiryModal-module__KSPXzq__modal{background:#fff;border-radius:32px;width:100%;max-width:600px;padding:3.5rem;animation:.4s cubic-bezier(.165,.84,.44,1) InquiryModal-module__KSPXzq__slideUp;position:relative;box-shadow:0 30px 60px #0000001f}.InquiryModal-module__KSPXzq__closeBtn{color:#999;font-size:2rem;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.InquiryModal-module__KSPXzq__closeBtn:hover{color:var(--foreground)}.InquiryModal-module__KSPXzq__header{margin-bottom:2.5rem}.InquiryModal-module__KSPXzq__stepIndicator{background:var(--accent);color:#666;border-radius:10px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.InquiryModal-module__KSPXzq__title{letter-spacing:-1px;margin-bottom:.8rem;font-size:1.8rem;font-weight:800;line-height:1.3}.InquiryModal-module__KSPXzq__subtitle{color:#888;font-size:1rem}.InquiryModal-module__KSPXzq__grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem;display:grid}.InquiryModal-module__KSPXzq__optionCard{cursor:pointer;position:relative}.InquiryModal-module__KSPXzq__hiddenInput{opacity:0;position:absolute}.InquiryModal-module__KSPXzq__cardContent{border:2px solid #f0f0f0;border-radius:18px;align-items:center;gap:1.2rem;padding:1.2rem 1.5rem;transition:all .3s;display:flex}.InquiryModal-module__KSPXzq__checkCircle{border:2px solid #ddd;border-radius:50%;flex-shrink:0;width:24px;height:24px;transition:all .3s;position:relative}.InquiryModal-module__KSPXzq__checkCircle:after{content:"";background-color:#fff;border-radius:50%;width:12px;height:12px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.InquiryModal-module__KSPXzq__hiddenInput:checked+.InquiryModal-module__KSPXzq__cardContent{border-color:var(--foreground);background-color:#fafafa}.InquiryModal-module__KSPXzq__hiddenInput:checked+.InquiryModal-module__KSPXzq__cardContent .InquiryModal-module__KSPXzq__checkCircle{background-color:var(--foreground);border-color:var(--foreground)}.InquiryModal-module__KSPXzq__hiddenInput:checked+.InquiryModal-module__KSPXzq__cardContent .InquiryModal-module__KSPXzq__checkCircle:after{transform:translate(-50%,-50%)scale(1)}.InquiryModal-module__KSPXzq__textGroup{flex-direction:column;display:flex}.InquiryModal-module__KSPXzq__optionLabel{color:var(--foreground);font-size:1.05rem;font-weight:700}.InquiryModal-module__KSPXzq__optionDesc{color:#888;margin-top:.2rem;font-size:.9rem}.InquiryModal-module__KSPXzq__detailGrid{flex-direction:column;gap:2rem;margin-bottom:2.5rem;display:flex}.InquiryModal-module__KSPXzq__contactRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.InquiryModal-module__KSPXzq__contactRow{grid-template-columns:1fr}}.InquiryModal-module__KSPXzq__inputGroup{flex-direction:column;gap:.8rem;display:flex}.InquiryModal-module__KSPXzq__inputGroup label{color:#333;font-size:.95rem;font-weight:700}.InquiryModal-module__KSPXzq__chipGroup{flex-wrap:wrap;gap:.6rem;display:flex}.InquiryModal-module__KSPXzq__chip{color:#666;background-color:#f5f5f5;border:1px solid #0000;border-radius:50px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.InquiryModal-module__KSPXzq__chip:hover{background-color:#efefef}.InquiryModal-module__KSPXzq__chip.InquiryModal-module__KSPXzq__active{background-color:var(--foreground);color:#fff}.InquiryModal-module__KSPXzq__textInput{border:2px solid #f0f0f0;border-radius:14px;outline:none;width:100%;padding:1rem 1.2rem;font-size:1rem;transition:border-color .3s}.InquiryModal-module__KSPXzq__textInput:focus{border-color:var(--foreground)}.InquiryModal-module__KSPXzq__textarea{resize:none;border:2px solid #f0f0f0;border-radius:18px;outline:none;width:100%;height:150px;padding:1.2rem;font-size:1rem;transition:border-color .3s}.InquiryModal-module__KSPXzq__textarea:focus{border-color:var(--foreground)}.InquiryModal-module__KSPXzq__footer{gap:1rem;margin-top:2rem;display:flex}.InquiryModal-module__KSPXzq__nextBtn,.InquiryModal-module__KSPXzq__submitBtn{background-color:var(--foreground);color:#fff;border-radius:18px;flex:1;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .3s}.InquiryModal-module__KSPXzq__nextBtn:disabled,.InquiryModal-module__KSPXzq__submitBtn:disabled{color:#bbb;cursor:not-allowed;background-color:#eee}.InquiryModal-module__KSPXzq__backBtn{color:#666;border:1px solid #ddd;border-radius:18px;padding:1.2rem 2rem;font-weight:600;transition:all .3s}.InquiryModal-module__KSPXzq__backBtn:hover{background-color:#f9f9f9}@keyframes InquiryModal-module__KSPXzq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InquiryModal-module__KSPXzq__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.InquiryModal-module__KSPXzq__modal{padding:2.5rem 1.5rem}.InquiryModal-module__KSPXzq__title{font-size:1.5rem}}
.Features-module__ZD3nRW__features{background-color:var(--white)}.Features-module__ZD3nRW__header{text-align:center;margin-bottom:4rem}.Features-module__ZD3nRW__sectionTitle{letter-spacing:-1.5px;background:linear-gradient(90deg,#333,#888);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800}.Features-module__ZD3nRW__sectionSubtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.15rem}.Features-module__ZD3nRW__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Features-module__ZD3nRW__card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff80;border:1px solid #00000008;border-radius:32px;padding:3.5rem 2.5rem;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.Features-module__ZD3nRW__card:before{content:"";background:linear-gradient(to right, var(--primary), var(--secondary));transform-origin:0;width:100%;height:4px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.Features-module__ZD3nRW__card:hover{background-color:#fff;border-color:#00000014;transform:translateY(-12px);box-shadow:0 30px 60px #0000000d}.Features-module__ZD3nRW__card:hover:before{transform:scaleX(1)}.Features-module__ZD3nRW__icon{opacity:.9;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:2rem;transition:transform .5s;display:flex}.Features-module__ZD3nRW__card:hover .Features-module__ZD3nRW__icon{transform:rotate(10deg)scale(1.1)}.Features-module__ZD3nRW__cardTitle{margin-bottom:1rem;font-size:1.3rem;font-weight:700}.Features-module__ZD3nRW__cardDescription{color:#666;font-size:1rem;line-height:1.7}@media (max-width:968px){.Features-module__ZD3nRW__grid{grid-template-columns:1fr}.Features-module__ZD3nRW__sectionTitle{font-size:2rem}}
.design-examples-module__8F2G8q__hero{background-color:var(--white);text-align:center;padding:10rem 0 5rem}.design-examples-module__8F2G8q__badge{background-color:var(--accent);color:var(--foreground);border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.design-examples-module__8F2G8q__title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.design-examples-module__8F2G8q__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem}.design-examples-module__8F2G8q__section{padding:8rem 0}.design-examples-module__8F2G8q__grayBg{background-color:#f9f9f9}.design-examples-module__8F2G8q__sectionHeader{text-align:center;margin-bottom:4rem}.design-examples-module__8F2G8q__sectionTitle{margin-bottom:1rem;font-size:2.2rem;font-weight:800}.design-examples-module__8F2G8q__sectionDesc{color:#888;font-size:1.1rem}.design-examples-module__8F2G8q__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.design-examples-module__8F2G8q__card{background:#fff;border-radius:30px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.design-examples-module__8F2G8q__card:hover{transform:translateY(-10px)}.design-examples-module__8F2G8q__visual{justify-content:center;align-items:center;height:300px;display:flex;position:relative}.design-examples-module__8F2G8q__mockupWindow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;width:85%;height:80%;position:relative;overflow:hidden}.design-examples-module__8F2G8q__dots{gap:6px;padding:12px;display:flex}.design-examples-module__8F2G8q__dots span{background:#ffffff80;border-radius:50%;width:8px;height:8px}.design-examples-module__8F2G8q__content{padding:2.5rem}.design-examples-module__8F2G8q__styleTag{color:var(--primary);text-transform:uppercase;letter-spacing:.05rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.design-examples-module__8F2G8q__cardTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.design-examples-module__8F2G8q__cardDesc{color:#666;line-height:1.6}.design-examples-module__8F2G8q__appGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.design-examples-module__8F2G8q__appCard{background:#fff;border-radius:30px;align-items:center;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.design-examples-module__8F2G8q__appVisual{justify-content:center;align-items:center;width:40%;height:400px;display:flex}.design-examples-module__8F2G8q__phoneFrame{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:4px solid #fff6;border-radius:30px;width:140px;height:280px}.design-examples-module__8F2G8q__appCard .design-examples-module__8F2G8q__content{width:60%}@media (max-width:968px){.design-examples-module__8F2G8q__grid,.design-examples-module__8F2G8q__appGrid{grid-template-columns:1fr}.design-examples-module__8F2G8q__appCard{flex-direction:column}.design-examples-module__8F2G8q__appVisual{width:100%;height:300px}.design-examples-module__8F2G8q__appCard .design-examples-module__8F2G8q__content{width:100%}}.design-examples-module__8F2G8q__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background-color:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s design-examples-module__8F2G8q__fadeIn;display:flex;position:fixed;top:0;left:0}.design-examples-module__8F2G8q__modalContent{background:#fff;border-radius:40px;width:100%;max-width:1100px;height:85vh;animation:.4s cubic-bezier(.165,.84,.44,1) design-examples-module__8F2G8q__modalSlideUp;position:relative;overflow:hidden}@keyframes design-examples-module__8F2G8q__modalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.design-examples-module__8F2G8q__closeBtn{cursor:pointer;z-index:10;color:#333;background:0 0;border:none;font-size:2.5rem;position:absolute;top:1.5rem;right:2rem}.design-examples-module__8F2G8q__modalBody{height:100%;display:flex}.design-examples-module__8F2G8q__modalVisual{justify-content:center;align-items:center;width:55%;height:100%;display:flex;overflow:hidden}.design-examples-module__8F2G8q__modalText{flex-direction:column;width:45%;padding:4rem;display:flex;overflow-y:auto}.design-examples-module__8F2G8q__modalTitle{letter-spacing:-1px;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.design-examples-module__8F2G8q__modalOverview{color:#555;word-break:keep-all;margin-bottom:3rem;font-size:1.15rem;line-height:1.8}.design-examples-module__8F2G8q__keyPointsSection h3{color:#888;margin-bottom:1.2rem;font-size:1.2rem;font-weight:700}.design-examples-module__8F2G8q__pointsList{margin-bottom:4rem;padding:0;list-style:none}.design-examples-module__8F2G8q__pointsList li{margin-bottom:.8rem;padding-left:1.5rem;font-size:1.05rem;font-weight:600;position:relative}.design-examples-module__8F2G8q__pointsList li:before{content:"•";color:var(--primary);position:absolute;left:0}.design-examples-module__8F2G8q__modalActions{border-top:1px solid #eee;margin-top:auto;padding-top:2rem}.design-examples-module__8F2G8q__contactHint{color:#888;margin-bottom:1rem;font-size:.95rem}.design-examples-module__8F2G8q__contactBtn{background:var(--foreground);color:#fff;cursor:pointer;border-radius:15px;width:100%;padding:1.2rem 2rem;font-weight:700;transition:all .3s}.design-examples-module__8F2G8q__contactBtn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.design-examples-module__8F2G8q__mockLogo{letter-spacing:-1px;color:#333;font-size:1.2rem;font-weight:900}.design-examples-module__8F2G8q__mockMenu{color:#666;gap:1.5rem;font-size:.8rem;font-weight:600;display:flex}.design-examples-module__8F2G8q__mockHeroTitle{color:#222;margin-bottom:.5rem;font-size:2.2rem;font-weight:800;line-height:1.1}.design-examples-module__8F2G8q__mockSub{color:#666;margin-bottom:1.5rem;font-size:.8rem}.design-examples-module__8F2G8q__mockBtn{color:#fff;background:#222;border-radius:4px;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-block}.design-examples-module__8F2G8q__mockupLiving{flex-direction:column;height:100%;display:flex}.design-examples-module__8F2G8q__livingNav{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.design-examples-module__8F2G8q__livingHero{gap:2rem;display:flex}.design-examples-module__8F2G8q__livingImage{color:#aaa;background:#ffffff80;border-radius:8px;justify-content:center;align-items:center;width:55%;height:220px;font-size:.7rem;font-weight:600;display:flex}.design-examples-module__8F2G8q__livingText{flex-direction:column;justify-content:center;width:45%;display:flex}.design-examples-module__8F2G8q__furnitureScene{justify-content:center;align-items:center;width:100%;height:100%;animation:6s ease-in-out infinite design-examples-module__8F2G8q__float;display:flex;position:relative}.design-examples-module__8F2G8q__chair{z-index:2;width:80px;height:120px;position:relative}.design-examples-module__8F2G8q__chair .design-examples-module__8F2G8q__back{background:#444;border-radius:4px;width:60px;height:70px;position:absolute;top:0;left:10px}.design-examples-module__8F2G8q__chair .design-examples-module__8F2G8q__seat{background:#555;border-radius:4px;width:70px;height:15px;position:absolute;top:65px;left:5px}.design-examples-module__8F2G8q__chair:after,.design-examples-module__8F2G8q__chair:before{content:"";background:#333;width:6px;height:45px;position:absolute;top:75px}.design-examples-module__8F2G8q__chair:before{left:10px}.design-examples-module__8F2G8q__chair:after{right:10px}.design-examples-module__8F2G8q__shadow{filter:blur(10px);z-index:1;background:#0000001a;border-radius:50%;width:100px;height:20px;position:absolute;bottom:40px}.design-examples-module__8F2G8q__productInfo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:12px;flex-direction:column;padding:1rem 1.5rem;display:flex;position:absolute;bottom:2rem;left:2rem;box-shadow:0 10px 20px #0000000d}.design-examples-module__8F2G8q__prodName{color:#333;font-size:.85rem;font-weight:800}.design-examples-module__8F2G8q__prodPrice{color:#888;font-size:.75rem;font-weight:600}@keyframes design-examples-module__8F2G8q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.design-examples-module__8F2G8q__mockupSaas{height:100%;display:flex}.design-examples-module__8F2G8q__saasSidebar{background:#ffffff4d;flex-direction:column;align-items:center;gap:1.5rem;width:60px;padding:1.5rem 0;display:flex}.design-examples-module__8F2G8q__sideIcon{background:var(--primary);border-radius:6px;width:25px;height:25px;margin-bottom:1rem}.design-examples-module__8F2G8q__sideItem{background:#0000001a;border-radius:4px;width:20px;height:20px}.design-examples-module__8F2G8q__saasContent{flex:1;padding:1.5rem}.design-examples-module__8F2G8q__saasHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.design-examples-module__8F2G8q__headerTitleGroup{flex-direction:column;display:flex}.design-examples-module__8F2G8q__aiStatus{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:.65rem;font-weight:700}.design-examples-module__8F2G8q__headerAvatars{gap:-10px;display:flex}.design-examples-module__8F2G8q__miniAvatar{background:#ffffff80;border:2px solid #ffffff4d;border-radius:50%;width:25px;height:25px}.design-examples-module__8F2G8q__saasStats{background:#fff6;border-radius:20px;align-items:center;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.design-examples-module__8F2G8q__chartCircle{border:6px solid var(--primary);width:70px;height:70px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex;position:relative}.design-examples-module__8F2G8q__pulseRing{border:2px solid var(--primary);border-radius:50%;width:100%;height:100%;animation:2s infinite design-examples-module__8F2G8q__ringPulse;position:absolute}@keyframes design-examples-module__8F2G8q__ringPulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}.design-examples-module__8F2G8q__statsRows{flex-direction:column;flex:1;gap:1rem;display:flex}.design-examples-module__8F2G8q__statRow{flex-direction:column;gap:.6rem;display:flex}.design-examples-module__8F2G8q__statLabel{justify-content:space-between;align-items:flex-end;display:flex}.design-examples-module__8F2G8q__statLabel span{color:#888;font-size:.7rem;font-weight:700}.design-examples-module__8F2G8q__statLabel strong{color:#333;font-size:.8rem}.design-examples-module__8F2G8q__progress{background:#0000000d;border-radius:4px;width:100%;height:8px;overflow:hidden}.design-examples-module__8F2G8q__progressBar{background:var(--primary);border-radius:4px;height:100%;animation:2s ease-out forwards design-examples-module__8F2G8q__slideRight}@keyframes design-examples-module__8F2G8q__slideRight{0%{width:0}}.design-examples-module__8F2G8q__saasTableMock{flex-direction:column;gap:.8rem;display:flex}.design-examples-module__8F2G8q__tableItem{color:#555;background:#fff3;border-radius:12px;justify-content:space-between;align-items:center;height:45px;padding:0 1.2rem;font-size:.75rem;font-weight:600;display:flex}.design-examples-module__8F2G8q__tagGreen{color:#059669;background:#0596691a;border-radius:4px;padding:2px 8px;font-size:.65rem}.design-examples-module__8F2G8q__tagBlue{color:#2563eb;background:#2563eb1a;border-radius:4px;padding:2px 8px;font-size:.65rem}.design-examples-module__8F2G8q__tagOrange{color:#d97706;background:#d977061a;border-radius:4px;padding:2px 8px;font-size:.65rem}.design-examples-module__8F2G8q__mockupAgency{color:#000;background:#fff;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.design-examples-module__8F2G8q__agencyLogo{letter-spacing:-1px;font-size:1rem;font-weight:900}.design-examples-module__8F2G8q__agencyMenu{align-items:center;gap:1.5rem;font-size:.75rem;font-weight:700;display:flex}.design-examples-module__8F2G8q__menuDot{background:#000;border-radius:50%;width:6px;height:6px}.design-examples-module__8F2G8q__agencyContent{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.design-examples-module__8F2G8q__hugeTextBg{text-align:center;color:#f0f0f0;letter-spacing:-4px;white-space:nowrap;width:120%;font-size:5rem;font-weight:950;line-height:.8;position:absolute;transform:rotate(-5deg)}.design-examples-module__8F2G8q__hugeTextFg{text-align:center;color:#000;letter-spacing:-3px;z-index:2;max-width:300px;font-size:3.5rem;font-weight:950;line-height:.9;position:relative}.design-examples-module__8F2G8q__floatingProjects{z-index:3;width:100%;height:100%;position:absolute}.design-examples-module__8F2G8q__fProject1,.design-examples-module__8F2G8q__fProject2{flex-direction:column;gap:.5rem;animation:8s ease-in-out infinite design-examples-module__8F2G8q__float;display:flex;position:absolute}.design-examples-module__8F2G8q__fProject1{top:10%;right:10%}.design-examples-module__8F2G8q__fProject2{animation-delay:-4s;bottom:15%;left:5%}.design-examples-module__8F2G8q__fImg{background:#000;width:100px;height:130px;box-shadow:0 20px 40px #0000001a}.design-examples-module__8F2G8q__fProject1 .design-examples-module__8F2G8q__fImg{background:#e5e5e5}.design-examples-module__8F2G8q__fProject2 .design-examples-module__8F2G8q__fImg{background:#d4d4d4}.design-examples-module__8F2G8q__fProject1 span,.design-examples-module__8F2G8q__fProject2 span{text-transform:uppercase;letter-spacing:1px;font-size:.6rem;font-weight:800}.design-examples-module__8F2G8q__agencyFooterMock{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:.6rem;font-weight:700;display:flex}.design-examples-module__8F2G8q__socialLinks{gap:1rem;display:flex}.design-examples-module__8F2G8q__cursorFollower{pointer-events:none;z-index:10;border:1px solid #000;border-radius:50%;width:40px;height:40px;transition:all .1s;position:absolute;top:50%;left:70%}.design-examples-module__8F2G8q__mockupTech{color:#fff;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.design-examples-module__8F2G8q__techGlow{filter:blur(80px);opacity:.4;background:#3b82f6;width:200px;height:200px;position:absolute}.design-examples-module__8F2G8q__techHero{z-index:1;text-align:center}.design-examples-module__8F2G8q__techScanner{background:linear-gradient(90deg, transparent, var(--primary), transparent);z-index:2;width:100%;height:2px;box-shadow:0 0 15px var(--primary);animation:4s linear infinite design-examples-module__8F2G8q__scan;position:absolute;top:0;left:0}@keyframes design-examples-module__8F2G8q__scan{0%{top:0%}to{top:100%}}.design-examples-module__8F2G8q__techLabBadge{border:1px solid var(--primary);color:var(--primary);letter-spacing:2px;margin-bottom:1rem;padding:2px 8px;font-size:.6rem;font-weight:700;display:inline-block}.design-examples-module__8F2G8q__techMockTitle{color:#fff;opacity:.8;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.design-examples-module__8F2G8q__techMockHero{letter-spacing:-1px;background:linear-gradient(#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2.8rem;font-weight:800}.design-examples-module__8F2G8q__techMockCta{color:var(--primary);border:1px solid var(--primary);background:0 0;border-radius:4px;padding:.8rem 1.8rem;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:inset 0 0 10px #a8d5e233}.design-examples-module__8F2G8q__techStatus{justify-content:center;gap:2rem;width:100%;font-size:.6rem;display:flex;position:absolute;bottom:1.5rem}.design-examples-module__8F2G8q__statusItem{flex-direction:column;align-items:center;gap:2px;display:flex}.design-examples-module__8F2G8q__statusItem span{color:#555;font-weight:700}.design-examples-module__8F2G8q__statusItem strong{color:var(--primary)}.design-examples-module__8F2G8q__techGridMock{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute}.design-examples-module__8F2G8q__mockupHealth{flex-direction:column;height:100%;padding:1.5rem;display:flex}.design-examples-module__8F2G8q__phoneFrameLarge{background:#111;border:12px solid #222;border-radius:45px;flex-direction:column;width:280px;height:560px;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d,inset 0 0 0 2px #333}.design-examples-module__8F2G8q__phoneInner{background:#fff;border-radius:35px;flex:1;margin:4px;position:relative;overflow:hidden}.design-examples-module__8F2G8q__phoneInner:before{content:"";z-index:10;background:#000;border-radius:20px;width:70px;height:22px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.design-examples-module__8F2G8q__mockupHealth{background:#fdfcfe;flex-direction:column;height:100%;padding:1.5rem;display:flex}.design-examples-module__8F2G8q__healthHeaderMock{justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-top:1rem;display:flex}.design-examples-module__8F2G8q__healthHeaderMock span{color:#4b5563;font-size:1.1rem;font-weight:800}.design-examples-module__8F2G8q__avatar{background:#e5e7eb;border-radius:50%;width:35px;height:35px}.design-examples-module__8F2G8q__healthRingMock{background:#fff;border:12px solid #f3f4f6;border-top-color:#34d399;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 2.5rem;display:flex;box-shadow:0 10px 20px #00000005}.design-examples-module__8F2G8q__ringLabel{text-align:center;color:#1f2937;flex-direction:column;font-size:1.5rem;font-weight:900;display:flex}.design-examples-module__8F2G8q__ringLabel span{color:#9ca3af;font-size:.75rem;font-weight:600}.design-examples-module__8F2G8q__healthStatsGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.design-examples-module__8F2G8q__statCard{background:#fff;border:1px solid #f3f4f6;border-radius:20px;flex-direction:column;gap:.3rem;padding:1.2rem;display:flex;box-shadow:0 4px 6px #00000003}.design-examples-module__8F2G8q__statCard span{color:#9ca3af;font-size:.7rem;font-weight:700}.design-examples-module__8F2G8q__statCard strong{color:#374151;font-size:.95rem}.design-examples-module__8F2G8q__mockupFinance{background:#f8fafc;flex-direction:column;height:100%;padding:1.5rem;display:flex}.design-examples-module__8F2G8q__financeHeader{text-align:center;color:#1e293b;margin-bottom:2rem;padding-top:1rem;font-size:1rem;font-weight:800}.design-examples-module__8F2G8q__financeCardMock{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#3b82f6 100%);border-radius:24px;align-items:flex-end;height:150px;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 12px 25px #3b82f633}.design-examples-module__8F2G8q__cardInfo{flex-direction:column;display:flex}.design-examples-module__8F2G8q__cardInfo span{opacity:.9;font-size:.75rem}.design-examples-module__8F2G8q__cardInfo strong{font-size:1.4rem;font-weight:800}.design-examples-module__8F2G8q__financeRecent h5{color:#334155;margin-bottom:1.2rem;font-size:.85rem;font-weight:800}.design-examples-module__8F2G8q__transaction{color:#475569;background:#fff;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;margin-bottom:.8rem;padding:1rem 1.2rem;font-size:.8rem;font-weight:700;display:flex}.design-examples-module__8F2G8q__transaction strong{color:#e11d48}@media (max-width:868px){.design-examples-module__8F2G8q__modalBody{flex-direction:column}.design-examples-module__8F2G8q__modalVisual{width:100%;height:40%}.design-examples-module__8F2G8q__modalText{width:100%;height:60%;padding:2rem}.design-examples-module__8F2G8q__modalTitle{font-size:1.8rem}.design-examples-module__8F2G8q__modalContent{height:90vh}}.design-examples-module__8F2G8q__mockupWindowThumbnail{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border:1px solid #ffffff80;border-radius:12px;flex-direction:column;width:90%;height:85%;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 30px #0000000d}.design-examples-module__8F2G8q__mockupThumbnailInner{pointer-events:none;flex:1;padding:1rem;position:relative;overflow:hidden}.design-examples-module__8F2G8q__mockupThumbnailInner>div{transform-origin:0 0;width:200%;height:200%;transform:scale(.5)}.design-examples-module__8F2G8q__phoneFrameThumbnail{background:#111;border:6px solid #222;border-radius:28px;flex-direction:column;width:140px;height:280px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 30px #0003}.design-examples-module__8F2G8q__phoneInnerThumbnail{pointer-events:none;background:#fff;border-radius:22px;flex:1;margin:3px;position:relative;overflow:hidden}.design-examples-module__8F2G8q__phoneInnerThumbnail>div{transform-origin:0 0;width:222.22%;height:222.22%;transform:scale(.45)}.design-examples-module__8F2G8q__phoneFrameThumbnail:before{content:"";z-index:10;background:#000;border-radius:10px;width:35px;height:10px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.design-examples-module__8F2G8q__mockupWindowLarge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border:1px solid #ffffff80;border-radius:20px;flex-direction:column;width:80%;height:70%;display:flex;overflow:hidden;box-shadow:0 30px 60px #0000001a}.design-examples-module__8F2G8q__mockupInner{flex:1;padding:2rem;overflow:hidden}
.portfolio-module___G9K8W__portfolioHero{background-color:var(--white);text-align:center;padding:10rem 0 5rem}.portfolio-module___G9K8W__badge{background-color:var(--accent);color:var(--foreground);border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.portfolio-module___G9K8W__title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.portfolio-module___G9K8W__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem}.portfolio-module___G9K8W__portfolioGridSection{background-color:var(--white);padding:5rem 0 10rem}.portfolio-module___G9K8W__filterGroup{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.portfolio-module___G9K8W__filterBtn{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:30px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.portfolio-module___G9K8W__filterBtn.portfolio-module___G9K8W__active{background:var(--foreground);color:#fff;border-color:var(--foreground)}.portfolio-module___G9K8W__filterBtn:hover:not(.portfolio-module___G9K8W__active){background:#f8f8f8}.portfolio-module___G9K8W__portfolioGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.portfolio-module___G9K8W__portfolioCard{cursor:pointer;border:1px solid #00000008;border-radius:32px;flex-direction:column;justify-content:flex-end;height:320px;padding:3rem;transition:all .5s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden}.portfolio-module___G9K8W__portfolioCard:hover{transform:translateY(-8px)scale(1.01);box-shadow:0 20px 40px #0000000d}.portfolio-module___G9K8W__portfolioContent{z-index:1}.portfolio-module___G9K8W__projectCategory{color:#888;letter-spacing:.05rem;margin-bottom:.8rem;font-size:.9rem;font-weight:600;display:block}.portfolio-module___G9K8W__projectTitle{letter-spacing:-.5px;word-break:keep-all;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800;line-height:1.2}.portfolio-module___G9K8W__tagGroup{flex-wrap:wrap;gap:.6rem;display:flex}.portfolio-module___G9K8W__tag{color:#666;background:#ffffff80;border-radius:12px;padding:.4rem .8rem;font-size:.85rem;font-weight:500}.portfolio-module___G9K8W__portfolioArrow{color:#ccc;font-size:1.5rem;transition:all .3s;position:absolute;top:3rem;right:3rem}.portfolio-module___G9K8W__portfolioCard:hover .portfolio-module___G9K8W__portfolioArrow{color:#000;transform:translate(5px,-5px)}@media (max-width:768px){.portfolio-module___G9K8W__title{font-size:2.5rem}.portfolio-module___G9K8W__portfolioGrid{grid-template-columns:1fr}.portfolio-module___G9K8W__portfolioCard{height:280px;padding:2rem}}
.About-module__vqXTeW__about{background-color:var(--accent);padding:8rem 0;position:relative;overflow:hidden}.About-module__vqXTeW__about:before{content:"";background:radial-gradient(circle, var(--primary), transparent 70%);opacity:.1;pointer-events:none;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.About-module__vqXTeW__header{text-align:center;margin-bottom:5rem}.About-module__vqXTeW__badge{background-color:var(--white);color:var(--foreground);border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #00000008}.About-module__vqXTeW__title{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.3}.About-module__vqXTeW__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.15rem}.About-module__vqXTeW__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.About-module__vqXTeW__valueCard{background-color:var(--white);border:1px solid #00000005;border-radius:40px;flex-direction:column;align-items:flex-start;padding:3.5rem;transition:all .4s;display:flex}.About-module__vqXTeW__valueCard:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000000f}.About-module__vqXTeW__icon{background-color:var(--accent);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:2rem;font-size:2.5rem;display:flex}.About-module__vqXTeW__cardTitle{letter-spacing:-.5px;margin-bottom:1.2rem;font-size:1.5rem;font-weight:800}.About-module__vqXTeW__cardDescription{color:#555;word-break:keep-all;font-size:1.05rem;line-height:1.8}@media (max-width:968px){.About-module__vqXTeW__grid{grid-template-columns:1fr}.About-module__vqXTeW__title{font-size:2.2rem}.About-module__vqXTeW__valueCard{padding:2.5rem}}.About-module__vqXTeW__portfolioSection{margin-top:10rem}.About-module__vqXTeW__portfolioGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.About-module__vqXTeW__portfolioCard{cursor:pointer;border:1px solid #00000008;border-radius:32px;flex-direction:column;justify-content:flex-end;height:320px;padding:3rem;transition:all .5s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden}.About-module__vqXTeW__portfolioCard:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000000d}.About-module__vqXTeW__portfolioContent{z-index:1}.About-module__vqXTeW__projectCategory{color:#888;letter-spacing:.05rem;margin-bottom:.8rem;font-size:.9rem;font-weight:600;display:block}.About-module__vqXTeW__projectTitle{letter-spacing:-.5px;word-break:keep-all;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800;line-height:1.2}.About-module__vqXTeW__tagGroup{flex-wrap:wrap;gap:.6rem;display:flex}.About-module__vqXTeW__tag{color:#666;background:#ffffff80;border-radius:12px;padding:.4rem .8rem;font-size:.85rem;font-weight:500}.About-module__vqXTeW__portfolioArrow{color:#ccc;font-size:1.5rem;transition:all .3s;position:absolute;top:3rem;right:3rem}.About-module__vqXTeW__portfolioCard:hover .About-module__vqXTeW__portfolioArrow{color:#000;transform:translate(5px,-5px)}.About-module__vqXTeW__viewMoreContainer{justify-content:center;margin-top:5rem;display:flex}.About-module__vqXTeW__viewMoreBtn{background-color:var(--foreground);color:#fff;border-radius:40px;align-items:center;gap:1rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000001a}.About-module__vqXTeW__viewMoreBtn:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.About-module__vqXTeW__viewMoreBtn span{transition:transform .3s}.About-module__vqXTeW__viewMoreBtn:hover span{transform:translate(5px)}@media (max-width:768px){.About-module__vqXTeW__portfolioGrid{grid-template-columns:1fr}.About-module__vqXTeW__portfolioCard{height:280px;padding:2rem}}
