@charset "UTF-8";html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#333;background-color:#fff}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit}#root{min-height:100vh;height:100%;position:relative;overflow-x:hidden;overflow-y:visible;width:100%}.app-container{min-height:100vh;height:100%;position:relative;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:visible;width:100%}.main-content{flex:1;position:relative}section{position:relative;z-index:1}.about-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.about-container .about-header{text-align:center;margin-bottom:3rem}.about-container .about-header .about-section-title{font-size:2rem;font-weight:600;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0;padding:2rem 0 1rem;border-top:1px solid #e5e7eb}.about-container .about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-container .about-content .about-image{display:flex;justify-content:center;align-items:center;background:#f5f5f5;border-radius:20px;padding:2rem;position:relative;cursor:pointer;transition:all .4s ease-out}.about-container .about-content .about-image:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px #0003}.about-container .about-content .about-image:hover img{transform:scale(1.1);filter:grayscale(0%) brightness(.8)}.about-container .about-content .about-image:hover .image-overlay{opacity:1}.about-container .about-content .about-image img{width:100%;max-width:400px;height:auto;border-radius:15px;object-fit:cover;filter:grayscale(100%);transition:all .4s ease-out}.about-container .about-content .about-image .image-overlay{position:absolute;top:2rem;left:2rem;right:2rem;bottom:2rem;background:linear-gradient(45deg,#0009,#0000004d);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s ease-out;border-radius:15px}.about-container .about-content .about-image .image-overlay .overlay-content{text-align:center;color:#fff;transform:translateY(20px);transition:all .4s ease-out}.about-container .about-content .about-image .image-overlay .overlay-content h3{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;font-family:PP Editorial New,serif}.about-container .about-content .about-image .image-overlay .overlay-content p{font-size:1rem;font-weight:500;margin:0;font-family:SF Pro Text,sans-serif;opacity:.9}.about-container .about-content .about-image .image-overlay:hover .overlay-content{transform:translateY(0)}.about-container .about-content .about-text-content .about-title{font-size:2.5rem;font-weight:400;line-height:1.3;color:#1e1e1e;margin:0 0 2rem;font-family:PP Editorial New,serif}.about-container .about-content .about-text-content .about-title .highlight{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.about-container .about-content .about-text-content .about-title .company-highlight{background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.about-container .about-content .about-text-content .about-description p{font-size:1.125rem;line-height:1.7;color:#6b7280;margin:0 0 1.5rem;font-family:SF Pro Text,sans-serif}.about-container .about-content .about-text-content .about-description p:last-child{margin-bottom:0}.about-container .about-footer .section-title{font-size:2rem;font-weight:600;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0;padding:2rem 0 1rem;border-top:1px solid #e5e7eb;text-align:center}.about-container .stats-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);background-size:200% 200%;animation:statsGradientShift 20s ease infinite;margin:6rem calc(-50vw + 50%) 0 calc(-50vw + 50%);padding:4rem 2rem 2rem;width:100vw;max-width:none;position:relative;z-index:2}.about-container .stats-section .stats-card{max-width:1200px;margin:0 auto;background:#fffffff2;border-radius:32px;padding:3rem;box-shadow:0 20px 60px #00000014,0 8px 25px #0000000a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden;transition:all .4s ease-out;cursor:pointer}.about-container .stats-section .stats-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(139,92,246,.03) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.03) 0%,transparent 40%);pointer-events:none;transition:opacity .4s ease-out}.about-container .stats-section .stats-card:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#8b5cf61a,#3b82f61a,#10b9811a);border-radius:34px;opacity:0;transition:opacity .4s ease-out;pointer-events:none;z-index:-1}.about-container .stats-section .stats-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 32px 80px #0000001f,0 16px 40px #00000014;background:#fff}.about-container .stats-section .stats-card:hover:before{opacity:.8}.about-container .stats-section .stats-card:hover:after{opacity:1}.about-container .stats-section .stats-card .stats-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.about-container .stats-section .stats-card .stats-content .stats-left .stats-main-title{font-size:3.5rem;font-weight:400;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.02em}.about-container .stats-section .stats-card .stats-content .stats-left .stats-description{font-size:1.1rem;color:#6b7280;line-height:1.7;margin:0;font-family:SF Pro Text,sans-serif;font-weight:400}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item{text-align:left;padding:1.5rem;border-radius:20px;transition:all .4s ease-out;position:relative;cursor:pointer;background:transparent}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b5cf60d,#3b82f60d,#10b9810d);border-radius:20px;opacity:0;transition:all .4s ease-out;pointer-events:none}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover{transform:translateY(-4px) scale(1.03)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover:before{opacity:1}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#8b5cf6,#3b82f6)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-icon svg{color:#fff}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-number{transform:scale(1.05);background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-label{color:#4b5563;font-weight:600}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-icon{width:48px;height:48px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid rgba(0,0,0,.04);transition:all .4s ease-out;position:relative;z-index:1}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-icon svg{width:24px;height:24px;color:#4b5563;stroke-width:1.5;transition:all .4s ease-out}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-number{font-size:2.5rem;font-weight:600;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0 0 .5rem;line-height:1;letter-spacing:-.02em;transition:all .4s ease-out;position:relative;z-index:1}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-label{font-size:.9rem;color:#6b7280;font-family:SF Pro Text,sans-serif;margin:0;font-weight:500;line-height:1.4;transition:all .4s ease-out;position:relative;z-index:1}@media (max-width: 1024px){.about-container{padding:3rem 1.5rem}.about-container .about-header{margin-bottom:2.5rem}.about-container .about-header .about-section-title{font-size:1.8rem}.about-container .about-content{gap:3rem}.about-container .about-content .about-image img{max-width:350px}.about-container .about-content .about-image .image-overlay{top:2rem;left:2rem;right:2rem;bottom:2rem}.about-container .about-content .about-text-content .about-title{font-size:2.2rem;line-height:1.2}.about-container .about-content .about-text-content .about-description p{font-size:1.05rem;line-height:1.6}.about-container .about-footer .section-title{font-size:1.8rem;text-align:center}.about-container .stats-section{margin:2rem calc(-50vw + 50%) 0 calc(-50vw + 50%);padding:3rem 1.5rem;width:100vw;max-width:none}.about-container .stats-section .stats-card{padding:2.5rem;border-radius:28px}.about-container .stats-section .stats-card .stats-content{grid-template-columns:1fr;gap:3rem;text-align:center}.about-container .stats-section .stats-card .stats-content .stats-left .stats-main-title{font-size:3rem;line-height:1.1}.about-container .stats-section .stats-card .stats-content .stats-left .stats-description{font-size:1rem;max-width:500px;margin:0 auto}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid{gap:1.5rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item{text-align:center;padding:1.2rem;border-radius:16px;transition:all .4s ease-out;position:relative;cursor:pointer}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b5cf60d,#3b82f60d,#10b9810d);border-radius:16px;opacity:0;transition:all .4s ease-out;pointer-events:none}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover{transform:translateY(-3px) scale(1.02)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover:before{opacity:1}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-icon{transform:scale(1.05)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-number{transform:scale(1.03)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-icon{margin:0 auto 1rem;width:44px;height:44px}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-number{font-size:2.2rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-label{font-size:.85rem}}@media (max-width: 900px) and (min-width: 769px){.about-container .about-content{gap:2.5rem;text-align:center}.about-container .about-content .about-text-content .about-title{font-size:2rem;text-align:center}.about-container .about-content .about-text-content .about-description{text-align:center}.about-container .about-content .about-text-content .about-description p{font-size:1rem}}@media (max-width: 768px){.about-container{padding:2.5rem 1.5rem}.about-container .about-header{margin-bottom:2rem}.about-container .about-header .about-section-title{font-size:1.8rem;padding:1.5rem 0 1rem}.about-container .about-content{grid-template-columns:1fr;gap:3rem;text-align:center}.about-container .about-content .about-image{order:-1;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:24px;box-shadow:0 10px 30px #0000001a}.about-container .about-content .about-image:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 25px 50px #00000026}.about-container .about-content .about-image img{max-width:300px;border-radius:20px}.about-container .about-content .about-image .image-overlay{top:2rem;left:2rem;right:2rem;bottom:2rem;border-radius:20px}.about-container .about-content .about-image .image-overlay .overlay-content h3{font-size:1.6rem}.about-container .about-content .about-image .image-overlay .overlay-content p{font-size:.9rem}.about-container .about-content .about-text-content{padding:0 1rem}.about-container .about-content .about-text-content .about-title{font-size:2.2rem;text-align:center;line-height:1.3;margin-bottom:2rem;padding:0 .5rem}.about-container .about-content .about-text-content .about-title .highlight,.about-container .about-content .about-text-content .about-title .company-highlight{display:inline-block;margin:0 .2rem}.about-container .about-content .about-text-content .about-description{text-align:center;max-width:600px;margin:0 auto}.about-container .about-content .about-text-content .about-description p{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem;color:#4b5563;padding:0 .5rem}.about-container .about-footer .section-title{font-size:1.8rem;text-align:center;padding:2rem 1rem 1rem}}@media (max-width: 480px){.about-container{padding:2rem 1rem}.about-container .about-header{margin-bottom:1.5rem}.about-container .about-header .about-section-title{font-size:1.5rem;padding:1.5rem 1rem 1rem}.about-container .about-content{gap:2.5rem;text-align:center}.about-container .about-content .about-image{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 8px 25px #00000014}.about-container .about-content .about-image:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 40px #0000001f}.about-container .about-content .about-image img{max-width:260px;border-radius:16px}.about-container .about-content .about-image .image-overlay{top:1.5rem;left:1.5rem;right:1.5rem;bottom:1.5rem;border-radius:16px}.about-container .about-content .about-image .image-overlay .overlay-content h3{font-size:1.4rem}.about-container .about-content .about-image .image-overlay .overlay-content p{font-size:.85rem}.about-container .about-content .about-text-content{padding:0 .5rem}.about-container .about-content .about-text-content .about-title{font-size:1.8rem;line-height:1.4;margin-bottom:2rem;text-align:center;padding:0 .5rem}.about-container .about-content .about-text-content .about-title .highlight,.about-container .about-content .about-text-content .about-title .company-highlight{display:inline-block;margin:0 .1rem}.about-container .about-content .about-text-content .about-description{text-align:center;max-width:100%;margin:0 auto}.about-container .about-content .about-text-content .about-description p{font-size:1rem;line-height:1.7;margin-bottom:1.3rem;color:#4b5563;padding:0 .5rem}.about-container .about-footer .section-title{font-size:1.5rem;padding:2rem 1rem 1rem;text-align:center}.about-container .stats-section{margin:1.5rem calc(-50vw + 50%) 0 calc(-50vw + 50%);padding:2.5rem 1.5rem 1rem;width:100vw;max-width:none}.about-container .stats-section .stats-card{padding:2.5rem;border-radius:28px}.about-container .stats-section .stats-card .stats-content{grid-template-columns:1fr;gap:3rem;text-align:center}.about-container .stats-section .stats-card .stats-content .stats-left .stats-main-title{font-size:2.8rem;line-height:1.2}.about-container .stats-section .stats-card .stats-content .stats-left .stats-description{font-size:1rem;max-width:500px;margin:0 auto}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid{gap:1.5rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item{text-align:center;padding:1rem;border-radius:16px;transition:all .4s ease-out;position:relative;cursor:pointer}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b5cf60d,#3b82f60d,#10b9810d);border-radius:16px;opacity:0;transition:all .4s ease-out;pointer-events:none}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover{transform:translateY(-2px) scale(1.02)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover:before{opacity:1}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-icon{transform:scale(1.05)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-number{transform:scale(1.02)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-icon{margin:0 auto 1rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-number{font-size:2.2rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-label{font-size:.85rem}}@media (max-width: 640px){.about-container .stats-section{margin:.5rem calc(-50vw + 50%) 0 calc(-50vw + 50%);padding:1.5rem 1rem .5rem}.about-container .stats-section .stats-card{padding:2rem 1.5rem;border-radius:24px}.about-container .stats-section .stats-card .stats-content{gap:2.5rem}.about-container .stats-section .stats-card .stats-content .stats-left .stats-main-title{font-size:2.2rem;line-height:1.2;margin-bottom:1rem}.about-container .stats-section .stats-card .stats-content .stats-left .stats-description{font-size:.95rem;line-height:1.6}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid{grid-template-columns:1fr;gap:2rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item{padding:1rem;border-radius:16px;transition:all .4s ease-out;position:relative;cursor:pointer}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b5cf60d,#3b82f60d,#10b9810d);border-radius:16px;opacity:0;transition:all .4s ease-out;pointer-events:none}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover{transform:translateY(-2px) scale(1.01)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover:before{opacity:1}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-icon{transform:scale(1.05)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item:hover .stat-number{transform:scale(1.02)}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-icon{width:40px;height:40px;border-radius:12px}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-icon svg{width:20px;height:20px}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-number{font-size:2rem}.about-container .stats-section .stats-card .stats-content .stats-right .stats-grid .stat-item .stat-label{font-size:.8rem}}@keyframes statsGradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.contact-section{width:100%;background:#e8ebf1;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,rgba(139,92,246,.05) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(16,185,129,.04) 0%,transparent 50%);pointer-events:none}.contact-container{max-width:1200px;margin:0 auto;padding:5rem 2rem;position:relative;z-index:2}.contact-content{max-width:800px;margin:0 auto;text-align:center}.contact-content .contact-header{margin-bottom:3rem;animation:fadeInUp .6s ease-out}.contact-content .contact-header .contact-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0 0 1.5rem;line-height:1.2}.contact-content .contact-header .contact-title .highlight{color:#1e1e1e;font-style:italic;position:relative;display:inline-block;padding:0 .1rem}.contact-content .contact-header .contact-description{font-size:1.1rem;color:#6b7280;font-family:SF Pro Text,sans-serif;line-height:1.6;max-width:600px;margin:0 auto}.contact-content .contact-actions{display:flex;flex-direction:column;align-items:center;gap:2.5rem;animation:fadeInUp .8s ease-out .2s both}.contact-content .contact-actions .contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#1e293b;border:2px solid #1e293b;border-radius:0;font-size:.875rem;font-weight:600;font-family:SF Pro Text,sans-serif;cursor:pointer;transition:all .4s ease-out;box-shadow:4px 4px #1e293b;position:relative;overflow:visible;text-transform:uppercase;letter-spacing:.5px}.contact-content .contact-actions .contact-btn:hover{background:#fff;color:#1e293b;border-color:#1e293b;transform:translate(2px,2px);box-shadow:2px 2px #1e293b}.contact-content .contact-actions .contact-btn:hover svg{transform:translate(2px)}.contact-content .contact-actions .contact-btn:active{transform:translate(4px,4px);box-shadow:0 0 #1e293b}.contact-content .contact-actions .contact-btn svg{width:16px;height:16px;transition:transform .3s ease}@media (max-width: 768px){.contact-container{padding:4rem 1rem}.contact-content .contact-header{margin-bottom:2.5rem}.contact-content .contact-header .contact-title{font-size:clamp(2rem,6vw,3rem);margin-bottom:1rem}.contact-content .contact-header .contact-description{font-size:1rem}.contact-content .contact-actions{gap:2rem}.contact-content .contact-actions .contact-btn{padding:1rem 2.5rem;font-size:1rem}.contact-content .contact-actions .contact-btn svg{width:18px;height:18px}}@media (max-width: 480px){.contact-container{padding:3rem .75rem}.contact-content .contact-header{margin-bottom:2rem}.contact-content .contact-header .contact-title{font-size:clamp(1.75rem,7vw,2.5rem)}.contact-content .contact-header .contact-description{font-size:.9rem;line-height:1.5}.contact-content .contact-actions{gap:1.5rem}.contact-content .contact-actions .contact-btn{padding:.875rem 2rem;font-size:.9rem;gap:.5rem}.contact-content .contact-actions .contact-btn svg{width:16px;height:16px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.footer-container{width:100%;background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);background-size:200% 200%;animation:gradientShift 20s ease infinite;color:#1e1e1e;position:relative;overflow:hidden;padding:4rem 0 2rem}.footer-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,rgba(139,92,246,.03) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.03) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(16,185,129,.02) 0%,transparent 50%);pointer-events:none}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;position:relative;z-index:2;display:grid;grid-template-areas:"left right" "bottom bottom";grid-template-columns:1fr 1fr;gap:4rem;min-height:50vh}.footer-left{grid-area:left;display:flex;flex-direction:column;gap:3rem}.footer-left .footer-logo .logo-icon{width:80px;height:80px;position:relative}.footer-left .footer-logo .logo-icon .icon-shapes{position:relative;width:100%;height:100%}.footer-left .footer-logo .logo-icon .icon-shapes .shape{position:absolute;background:#a0a0a0;border-radius:8px;animation:float 3s ease-in-out infinite}.footer-left .footer-logo .logo-icon .icon-shapes .shape.shape-1{width:60px;height:20px;top:10px;left:0;animation-delay:0s}.footer-left .footer-logo .logo-icon .icon-shapes .shape.shape-2{width:50px;height:18px;top:35px;left:5px;animation-delay:.5s}.footer-left .footer-logo .logo-icon .icon-shapes .shape.shape-3{width:40px;height:16px;top:58px;left:10px;animation-delay:1s}.footer-left .social-links .follow-text{font-size:1.1rem;font-weight:500;color:#1e1e1e;font-family:SF Pro Text,sans-serif;margin:0 0 1.5rem}.footer-left .social-links ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.footer-left .social-links ul li{margin-bottom:1rem}.footer-left .social-links ul li a{color:#1e1e1e;text-decoration:none;font-family:SF Pro Text,sans-serif;font-size:1rem;font-weight:400;transition:all .3s ease;position:relative;display:inline-block}.footer-left .social-links ul li a:hover{color:#667eea;transform:translate(8px)}.footer-left .social-links ul li a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#667eea;transition:width .3s ease}.footer-left .social-links ul li a:hover:after{width:100%}.footer-right{grid-area:right;display:flex;align-items:center;justify-content:flex-end}.footer-right .brand-text{font-size:clamp(6rem,12vw,15rem);font-weight:300;color:#a0a0a0;font-family:PP Editorial New,serif;text-transform:lowercase;letter-spacing:-.02em;line-height:.9;margin:2rem 0 0;opacity:.4;transition:all .4s ease;-webkit-user-select:none;user-select:none}.footer-right .brand-text:hover{opacity:.6;transform:scale(1.02);color:#8a8a8a}.footer-bottom{grid-area:bottom;display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(160,160,160,.2);margin-top:2rem}.footer-bottom .back-to-top{background:none;border:none;color:#1e1e1e;font-family:SF Pro Text,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;padding:.5rem 0;position:relative}.footer-bottom .back-to-top:hover{color:#667eea;transform:translateY(-2px)}.footer-bottom .back-to-top:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#667eea;transition:width .3s ease}.footer-bottom .back-to-top:hover:after{width:100%}.footer-bottom .copyright{color:#6b7280;font-family:SF Pro Text,sans-serif;font-size:.9rem;font-weight:400;margin:0}@media (max-width: 1024px){.footer-content{grid-template-areas:"left" "right" "bottom";grid-template-columns:1fr;gap:3rem;text-align:center}.footer-left{align-items:center;text-align:center}.footer-right{justify-content:center}.footer-right .brand-text{font-size:clamp(4rem,10vw,10rem)}}@media (max-width: 768px){.footer-container{padding:3rem 0 1.5rem}.footer-content{padding:0 1rem;gap:2rem}.footer-left{gap:2rem}.footer-left .footer-logo .logo-icon{width:60px;height:60px}.footer-left .footer-logo .logo-icon .icon-shapes .shape.shape-1{width:45px;height:15px}.footer-left .footer-logo .logo-icon .icon-shapes .shape.shape-2{width:38px;height:13px}.footer-left .footer-logo .logo-icon .icon-shapes .shape.shape-3{width:30px;height:12px}.footer-left .social-links .follow-text{font-size:1rem;margin-bottom:1rem}.footer-left .social-links ul{grid-template-columns:1fr 1fr;gap:.5rem 1.5rem}.footer-left .social-links ul li{margin-bottom:.8rem}.footer-left .social-links ul li a{font-size:.9rem}.footer-right .brand-text{font-size:clamp(3rem,8vw,6rem)}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom .back-to-top{font-size:.9rem}.footer-bottom .copyright{font-size:.8rem}}@media (max-width: 480px){.footer-container{padding:2rem 0 1rem}.footer-content{padding:0 .75rem;gap:1.5rem}.footer-left{gap:1.5rem}.footer-left .footer-logo .logo-icon{width:50px;height:50px}.footer-left .social-links .follow-text{font-size:.9rem}.footer-left .social-links ul{grid-template-columns:1fr 1fr;gap:.5rem 1rem}.footer-left .social-links ul li a{font-size:.85rem}.footer-right .brand-text{font-size:clamp(2.5rem,12vw,4rem)}.footer-bottom .back-to-top{font-size:.85rem}.footer-bottom .copyright{font-size:.75rem}}.hero-section{background:#e5e7eb;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-section .hero-container{max-width:1400px;width:100%;min-height:80vh;padding:4rem;position:relative;display:flex;flex-direction:column}.hero-section .hero-container .hero-main{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;flex:1;margin-bottom:3rem;min-height:60vh;padding:0 2rem}.hero-section .hero-container .hero-main .hero-left{display:flex;flex-direction:column;justify-content:center}.hero-section .hero-container .hero-main .hero-left .hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#1f2937;margin:0 0 2rem;font-family:PP Editorial New,serif;max-width:600px}.hero-section .hero-container .hero-main .hero-left .hero-title .highlight{color:#8b5cf6}.hero-section .hero-container .hero-main .hero-left .hero-subtitle{font-size:1.25rem;color:#1e1e1e;line-height:1.6;margin:0 0 3rem;font-family:SF Pro Text,sans-serif;max-width:550px}.hero-section .hero-container .hero-main .hero-left .hero-buttons{display:flex;gap:2rem;align-items:center;margin-top:1.5rem}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-primary{background:#fff;color:#1e293b;border:2px solid #1e293b;padding:1rem 2rem;border-radius:0;font-weight:600;font-size:.875rem;font-family:SF Pro Text,sans-serif;cursor:pointer;position:relative;transition:all .4s ease-out;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.5px;min-width:140px;height:48px;box-shadow:6px 6px #1e293b}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-primary:hover{transform:translate(3px,3px);box-shadow:3px 3px #1e293b;text-decoration:none}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-primary:active{transform:translate(6px,6px);box-shadow:0 0 #1e293b}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-primary:focus{outline:none;box-shadow:6px 6px #1e293b,0 0 0 3px #1e293b33}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-secondary{background:#fff;color:#1e293b;border:2px solid #1e293b;padding:1rem 2rem;border-radius:0;font-weight:600;font-size:.875rem;font-family:SF Pro Text,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .4s ease-out;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;min-width:140px;height:48px;box-shadow:6px 6px #1e293b}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-secondary:hover{transform:translate(3px,3px);box-shadow:3px 3px #1e293b;text-decoration:none}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-secondary:hover svg{transform:translate(2px)}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-secondary:active{transform:translate(6px,6px);box-shadow:0 0 #1e293b}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-secondary:focus{outline:none;box-shadow:6px 6px #1e293b,0 0 0 3px #1e293b33}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-secondary svg{width:1rem;height:1rem;transition:transform .4s ease-out}.hero-section .hero-container .hero-main .hero-right{display:flex;justify-content:center;align-items:center;position:relative}.hero-section .hero-container .hero-main .hero-right .hero-image-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image{position:relative;width:100%;max-width:450px;height:auto;border-radius:15px;overflow:hidden;box-shadow:0 20px 40px #0000001a;cursor:pointer;transition:all .4s ease-out;background:#f5f5f5;padding:2rem}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px #0003}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image:hover img{transform:scale(1.1);filter:brightness(.8) grayscale(0%)}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image:hover .image-overlay{opacity:1}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image img{width:100%;height:auto;object-fit:cover;transition:all .4s ease-out;filter:grayscale(100%);border-radius:15px}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image img:hover{filter:grayscale(0%)}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#0009,#0000004d);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s ease-out}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image .image-overlay .overlay-content{text-align:center;color:#fff;transform:translateY(20px);transition:all .4s ease-out}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image .image-overlay .overlay-content h3{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;font-family:PP Editorial New,serif}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image .image-overlay .overlay-content p{font-size:1rem;font-weight:500;margin:0;font-family:SF Pro Text,sans-serif;opacity:.9}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image .image-overlay:hover .overlay-content{transform:translateY(0)}@media (max-width: 1024px){.hero-section{padding:1.5rem}.hero-section .hero-container{padding:4rem}.hero-section .hero-container .hero-main{grid-template-columns:1fr;gap:4rem;text-align:center;padding:0 1rem}.hero-section .hero-container .hero-main .hero-right{order:-1}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image{max-width:380px}.hero-section .hero-container .hero-main .hero-left .hero-title{font-size:3.2rem}}@media (max-width: 768px){.hero-section{padding:1rem}.hero-section .hero-container{padding:3rem}.hero-section .hero-container .hero-main{gap:3rem;padding:0 1rem}.hero-section .hero-container .hero-main .hero-right{order:-1;display:flex;justify-content:center;align-items:center}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image{max-width:330px}.hero-section .hero-container .hero-main .hero-left .hero-title{font-size:2.8rem;max-width:100%}.hero-section .hero-container .hero-main .hero-left .hero-subtitle{font-size:1.1rem;max-width:100%}.hero-section .hero-container .hero-main .hero-left .hero-buttons{flex-direction:column;align-items:stretch;gap:1rem}.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-primary,.hero-section .hero-container .hero-main .hero-left .hero-buttons .btn-secondary{justify-content:center;padding:1rem 2rem;font-size:.95rem}}@media (max-width: 480px){.hero-section .hero-container{padding:1.5rem}.hero-section .hero-container .hero-main .hero-right{order:-1;display:flex;justify-content:center;align-items:center}.hero-section .hero-container .hero-main .hero-right .hero-image-container .hero-image{max-width:290px}.hero-section .hero-container .hero-main .hero-left .hero-title{font-size:2rem}.hero-section .hero-container .hero-main .hero-left .hero-subtitle{font-size:1rem}}body{position:relative;margin:0;padding:0;overflow-x:hidden!important;overflow-y:auto!important}#root{position:relative;overflow-x:hidden!important;overflow-y:visible!important;min-height:100vh}.app-container{position:relative;overflow-x:hidden!important;overflow-y:visible!important;min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 4rem;background-color:#fffffff2;border-bottom:1px solid #e5e7eb;position:-webkit-sticky!important;position:sticky!important;top:0!important;left:0;right:0;z-index:9999!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s ease;box-shadow:0 2px 20px #00000014;width:100%;max-width:100%;min-height:70px;box-sizing:border-box;will-change:auto;transform:translateZ(0);backface-visibility:hidden;margin:0;border:none;outline:none}.navbar.scrolled{background-color:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 30px #0000001f;border-bottom:1px solid rgba(229,231,235,.8)}.navbar .logo-subtitle{display:flex;flex-direction:column;justify-content:center;align-items:center}.navbar .logo-subtitle .logo{cursor:pointer}.navbar .logo-subtitle .logo h1{margin:0;font-size:1.5rem;font-weight:600;color:#1e1e1e;font-family:PP Editorial New,serif}.navbar .logo-subtitle .subtitle{margin:5px 0 0;font-size:.875rem;color:#686868;font-family:SF Pro Text,sans-serif}.navbar .desktop-menu{display:flex;gap:1rem;list-style:none}.navbar .desktop-menu li{cursor:pointer;color:#686868;font-weight:500;font-size:16px;padding:.75rem 1.5rem;border-radius:8px;position:relative;transition:all .3s ease;overflow:hidden}.navbar .desktop-menu li:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(30,30,30,.1),transparent);transition:left .5s ease}.navbar .desktop-menu li:hover{color:#1e1e1e;background-color:#1e1e1e0d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.navbar .desktop-menu li:hover:before{left:100%}.navbar .desktop-menu li a{text-decoration:none;font-family:SF Pro Text,sans-serif;font-weight:500;color:inherit;transition:color .3s ease}.navbar .desktop-menu li a:hover{color:#1e1e1e}.navbar .desktop-menu li button{background:none;border:none;cursor:pointer;font-family:SF Pro Text,sans-serif;font-weight:500;color:inherit;font-size:inherit;padding:0;transition:color .3s ease}.navbar .desktop-menu li button:hover{color:#1e1e1e}.navbar .desktop-menu .resume-button{background:#fff;color:#1e293b;border:2px solid #1e293b;border-radius:0;font-weight:600;display:flex;align-items:center;gap:.5rem;justify-content:center;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;padding:.75rem 1.5rem;box-shadow:4px 4px #1e293b;transition:all .4s ease-out;position:relative;overflow:visible}.navbar .desktop-menu .resume-button:before{display:none}.navbar .desktop-menu .resume-button:hover{background:#fff;color:#1e293b;border-color:#1e293b;transform:translate(2px,2px);box-shadow:2px 2px #1e293b}.navbar .desktop-menu .resume-button:active{transform:translate(4px,4px);box-shadow:0 0 #1e293b}.navbar .desktop-menu .resume-button .download-icon{transition:transform .4s ease-out}.navbar .desktop-menu .resume-button:hover .download-icon{transform:translate(2px)}.navbar .desktop-menu .it{font-family:PP Editorial New,serif;font-style:italic}.navbar .mobile-menu .menu-toggle{background:none;border:none;cursor:pointer;font-size:1.2rem;transition:transform .3s ease;z-index:10001;position:relative}.navbar .mobile-menu .menu-toggle:hover{transform:scale(1.1)}.navbar .mobile-menu .mobile-menu-list{list-style:none;display:flex;flex-direction:column;gap:2rem;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:8rem 2rem 4rem;z-index:10000;animation:slideInFullScreen .4s ease-out;justify-content:center;align-items:center;text-align:center}.navbar .mobile-menu .mobile-menu-list:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea0d,#764ba20d,#f093fb0d);animation:gradientShift 20s ease infinite;z-index:-1}.navbar .mobile-menu .mobile-menu-list li{cursor:pointer;color:#686868;font-weight:600;font-size:1.5rem;padding:1.5rem 2rem;border-radius:16px;transition:all .4s ease;position:relative;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(30,30,30,.1);min-width:280px}.navbar .mobile-menu .mobile-menu-list li:hover{color:#1e1e1e;background:#ffffffe6;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026}.navbar .mobile-menu .mobile-menu-list li a{text-decoration:none;color:inherit;transition:color .3s ease;font-family:SF Pro Text,sans-serif}.navbar .mobile-menu .mobile-menu-list li button{background:none;border:none;cursor:pointer;font-family:SF Pro Text,sans-serif;font-weight:inherit;color:inherit;font-size:inherit;padding:0;text-align:center;width:100%;transition:color .3s ease}.navbar .mobile-menu .mobile-menu-list .resume-button{background:#fff;color:#1e293b;border:3px solid #1e293b;border-radius:0;font-weight:600;display:flex;align-items:center;gap:.75rem;justify-content:center;text-transform:uppercase;letter-spacing:.5px;font-size:1.125rem;padding:1.5rem 2rem;box-shadow:6px 6px #1e293b;transition:all .4s ease-out;min-width:280px}.navbar .mobile-menu .mobile-menu-list .resume-button:hover{background:#fff;color:#1e293b;border-color:#1e293b;transform:translate(3px,3px) scale(1.02);box-shadow:3px 3px #1e293b}.navbar .mobile-menu .mobile-menu-list .resume-button:active{transform:translate(6px,6px);box-shadow:0 0 #1e293b}.navbar .mobile-menu .mobile-menu-list .resume-button .download-icon{transition:transform .4s ease-out}.navbar .mobile-menu .mobile-menu-list .resume-button:hover .download-icon{transform:translate(4px)}@media (max-width: 768px){.navbar{padding:1.5rem}}@media (max-width: 480px){.navbar{padding:1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFullScreen{0%{opacity:0;transform:scale(.95);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;transform:scale(1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.services-container{width:100%;min-height:100vh;margin:0;padding:.5rem 2rem;position:relative;z-index:1;background:#fff;opacity:1;transform:translateY(0);transition:all .8s ease-out;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.services-container.visible{opacity:1;transform:translateY(0)}.services-container .services-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:1rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 4rem);position:relative;z-index:2}.services-container .services-header{text-align:center;margin-bottom:2rem}.services-container .services-header .services-section-title{font-size:1.8rem;font-weight:600;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0;padding-bottom:.8rem;border-bottom:2px solid #e5e7eb;display:inline-block;position:relative}.services-container .services-header .services-section-title:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(135deg,#ff6b6b,#8b5cf6);border-radius:2px}.services-container .services-content .services-text{text-align:center;margin-bottom:3.5rem}.services-container .services-content .services-text .services-title{font-size:2.8rem;font-weight:400;line-height:1.2;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0 0 1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.services-container .services-content .services-text .services-title .highlight{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic;position:relative;display:inline-block;padding:0 .1rem;color:#ff6b6b;-webkit-font-feature-settings:"liga" off;font-feature-settings:"liga" off;-webkit-box-decoration-break:clone;box-decoration-break:clone}.services-container .services-content .services-text .services-description{font-size:1.1rem;line-height:1.6;color:#6b7280;max-width:600px;margin:0 auto;font-family:SF Pro Text,sans-serif}.services-container .services-content .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;margin-bottom:1rem;max-width:1200px;width:100%}.services-container .services-content .services-grid .service-card{position:relative;border-radius:20px;padding:2.2rem 3rem;text-align:left;transition:all .4s ease-out;overflow:hidden;min-height:240px;width:100%;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.services-container .services-content .services-grid .service-card:nth-child(1){background:linear-gradient(135deg,#f5e6d3,#e8d5c4)}.services-container .services-content .services-grid .service-card:nth-child(1):before{content:"";position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:radial-gradient(circle,#d4a574,#c19660);border-radius:50%;opacity:.6;transition:all .4s ease-out}.services-container .services-content .services-grid .service-card:nth-child(2){background:linear-gradient(135deg,#e8e8f3,#d6d6e7)}.services-container .services-content .services-grid .service-card:nth-child(2):before{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:150px;background:linear-gradient(45deg,#9b8ce8,#7c6fd9);clip-path:polygon(50% 0%,100% 100%,0% 100%);opacity:.5;transition:all .4s ease-out}.services-container .services-content .services-grid .service-card:nth-child(3){background:linear-gradient(135deg,#e8f5e8,#d4e7d4)}.services-container .services-content .services-grid .service-card:nth-child(3):before{content:"";position:absolute;bottom:-40px;right:-20px;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:120px solid #7fb069;opacity:.6;transition:all .4s ease-out}.services-container .services-content .services-grid .service-card:nth-child(4){background:linear-gradient(135deg,#f8e8f5,#f0d6eb)}.services-container .services-content .services-grid .service-card:nth-child(4):before{content:"";position:absolute;top:-20px;right:-30px;width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:100px solid #d47fb8;opacity:.5;transition:all .4s ease-out}.services-container .services-content .services-grid .service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.services-container .services-content .services-grid .service-card:hover:before{transform:scale(1.1);opacity:.8}.services-container .services-content .services-grid .service-card:hover .learn-more{transform:translate(5px)}.services-container .services-content .services-grid .service-card:hover .learn-more svg{transform:translate(3px)}.services-container .services-content .services-grid .service-card .card-header{position:relative;z-index:2}.services-container .services-content .services-grid .service-card .card-header .card-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem;font-family:SF Pro Text,sans-serif}.services-container .services-content .services-grid .service-card .card-header h3{font-size:1.4rem;font-weight:600;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0 0 .8rem;line-height:1.3}.services-container .services-content .services-grid .service-card .card-header p{font-size:.9rem;line-height:1.5;color:#4b5563;font-family:SF Pro Text,sans-serif;margin:0}.services-container .services-content .services-grid .service-card .learn-more{position:relative;z-index:2;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#1e1e1e;text-decoration:none;font-family:SF Pro Text,sans-serif;transition:all .4s ease-out;margin-top:1.2rem}.services-container .services-content .services-grid .service-card .learn-more svg{width:16px;height:16px;transition:all .4s ease-out}.services-container .services-content .services-grid .service-card .learn-more:hover{text-decoration:none}@media (max-width: 1200px){.services-container{padding:2rem 1.5rem;min-height:90vh}.services-container .services-wrapper{max-width:100%;padding:1.5rem 1rem;min-height:calc(90vh - 3rem)}.services-container .services-content .services-text .services-title{font-size:2.4rem}.services-container .services-content .services-text .services-description{font-size:1rem}.services-container .services-content .services-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem;margin-bottom:1rem;max-width:1000px}.services-container .services-content .services-grid .service-card{min-height:220px;padding:2rem 2.5rem}.services-container .services-content .services-grid .service-card .card-header h3{font-size:1.3rem}.services-container .services-content .services-grid .service-card .card-header p{font-size:.85rem}}@media (max-width: 768px){.services-container{padding:.5rem 1rem;min-height:auto}.services-container .services-wrapper{padding:.5rem;min-height:auto}.services-container .services-header{margin-bottom:1.5rem}.services-container .services-header .services-section-title{font-size:1.6rem}.services-container .services-content .services-text{margin-bottom:2.5rem}.services-container .services-content .services-text .services-title{font-size:2rem;line-height:1.3}.services-container .services-content .services-text .services-description{font-size:.95rem;padding:0 1rem}.services-container .services-content .services-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;max-width:500px}.services-container .services-content .services-grid .service-card{min-height:200px;padding:1.8rem 2.2rem}.services-container .services-content .services-grid .service-card .card-header .card-label{font-size:.7rem;margin-bottom:.7rem}.services-container .services-content .services-grid .service-card .card-header h3{font-size:1.2rem}.services-container .services-content .services-grid .service-card .card-header p{font-size:.85rem}.services-container .services-content .services-grid .service-card .learn-more{font-size:.85rem;margin-top:1rem}}@media (max-width: 480px){.services-container{padding:.25rem .5rem .5rem;min-height:auto}.services-container .services-wrapper{padding:.5rem .25rem;min-height:auto}.services-container .services-header{margin-bottom:1.2rem}.services-container .services-header .services-section-title{font-size:1.4rem}.services-container .services-content .services-text{margin-bottom:2rem}.services-container .services-content .services-text .services-title{font-size:1.6rem;padding:0 .5rem}.services-container .services-content .services-text .services-description{font-size:.9rem;padding:0 .5rem}.services-container .services-content .services-grid{gap:1.2rem;margin-top:1.8rem;max-width:420px}.services-container .services-content .services-grid .service-card{min-height:180px;padding:1.5rem 2rem}.services-container .services-content .services-grid .service-card .card-header .card-label{font-size:.65rem;margin-bottom:.6rem}.services-container .services-content .services-grid .service-card .card-header h3{font-size:1.1rem}.services-container .services-content .services-grid .service-card .card-header p{font-size:.8rem;line-height:1.4}.services-container .services-content .services-grid .service-card .learn-more{font-size:.8rem;margin-top:.8rem}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-6px)}80%{transform:translateY(-3px)}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes textShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes gradientBorder{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes pulseGlow{0%,to{box-shadow:0 8px 32px #667eea33,inset 0 1px #ffffff4d}50%{box-shadow:0 12px 40px #667eea66,inset 0 1px #ffffff80}}@keyframes textGradientFlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes underlineGlow{0%,to{opacity:.7;transform:translate(-50%) scaleX(1)}50%{opacity:1;transform:translate(-50%) scaleX(1.2)}}#work-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;margin-top:4rem;position:relative;min-height:100vh;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);background-size:200% 200%;animation:gradientShift 20s ease infinite}#work-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,rgba(139,92,246,.05) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(16,185,129,.04) 0%,transparent 50%);pointer-events:none;z-index:1}#work-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(-45deg,#667eea08,#764ba208,#f093fb08,#f5576c08);background-size:400% 400%;animation:gradientShift 20s ease infinite;z-index:-1;border-radius:50px}#work-container .work-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;text-align:center;margin-bottom:6rem;max-width:800px;position:relative;z-index:2}#work-container .work-header-content .work-header{text-align:center;margin-bottom:2rem}#work-container .work-header-content .work-header .work-section-title{font-size:1.8rem;font-weight:600;color:#1e1e1e;font-family:PP Editorial New,serif;margin:0;padding-bottom:.8rem;border-bottom:2px solid #e5e7eb;display:inline-block;position:relative}#work-container .work-header-content .work-header .work-section-title:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}#work-container .work-header-content .section-label{display:inline-block;position:relative;padding:.75rem 2rem;background:linear-gradient(135deg,#667eea26,#764ba226,#f093fb26);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:2px solid;border-image:linear-gradient(135deg,#667eea66,#764ba266,#f093fb66) 1;border-radius:50px;font-size:.9rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:1px;font-family:SF Pro Text,sans-serif;animation:fadeInUp .6s ease-out,textShimmer 3s ease-in-out infinite;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #667eea33,inset 0 1px #ffffff4d}#work-container .work-header-content .section-label:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#667eea,#764ba2);background-size:300% 300%;border-radius:50px;z-index:-1;animation:gradientBorder 4s ease infinite;opacity:0;transition:opacity .3s ease}#work-container .work-header-content .section-label:after{content:"✨";position:absolute;top:-8px;right:-8px;font-size:1rem;opacity:0;transform:scale(0) rotate(0);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);pointer-events:none}#work-container .work-header-content .section-label:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 45px #667eea66,inset 0 1px #ffffff80}#work-container .work-header-content .section-label:hover:before{opacity:1}#work-container .work-header-content .section-label:hover:after{opacity:1;transform:scale(1) rotate(360deg)}#work-container .work-header-content .work-text{font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#1e1e1e;padding:0;margin:0;font-family:PP Editorial New,serif;line-height:1.1;animation:fadeInUp .8s ease-out .2s both;position:relative}#work-container .work-header-content .work-text .highlight{color:#1e1e1e;font-style:italic;position:relative;display:inline-block;padding:0 .1rem;-webkit-font-feature-settings:"liga" off;font-feature-settings:"liga" off;-webkit-box-decoration-break:clone;box-decoration-break:clone}#work-container .work-header-content .work-text:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border-radius:3px;animation:fadeInUp 1.2s ease-out .6s both,underlineGlow 4s ease-in-out infinite}#work-container .work-header-content .work-description{font-size:1.125rem;font-weight:400;color:#6b7280;padding:0;margin:0;line-height:1.7;font-family:SF Pro Text,sans-serif;animation:fadeInUp 1s ease-out .4s both}#work-container .work-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;max-width:1200px;width:100%;position:relative;z-index:2}#work-container .work-cards .w-card{position:relative;border-radius:20px;padding:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;min-height:380px;opacity:0;transform:translateY(60px);background:#ffffff0d;box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}#work-container .work-cards .w-card.animate-in{opacity:1;transform:translateY(0);transition:all .8s cubic-bezier(.4,0,.2,1)}#work-container .work-cards .w-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px #00000026,inset 0 1px #ffffff4d}#work-container .work-cards .w-card:hover .image{transform:scale(1.05)}#work-container .work-cards .w-card:hover .image .image-overlay{opacity:1;visibility:visible}#work-container .work-cards .w-card:hover .project-number{transform:scale(1.1) rotate(5deg)}#work-container .work-cards .w-card:hover .project-tags .tag{transform:translateY(-2px)}#work-container .work-cards .w-card .card-content{height:100%;display:flex;flex-direction:column;gap:1rem}#work-container .work-cards .w-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}#work-container .work-cards .w-card .card-header .project-category{padding:.375rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}#work-container .work-cards .w-card .card-header .project-number{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;font-family:SF Pro Text,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}#work-container .work-cards .w-card .image-container{flex:1;position:relative;overflow:hidden;border-radius:16px;background:#ffffff0d}#work-container .work-cards .w-card .image-container .image{width:100%;height:100%;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}#work-container .work-cards .w-card .image-container .image img{width:100%;height:100%;object-fit:cover;border-radius:16px}#work-container .work-cards .w-card .image-container .image .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:16px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#work-container .work-cards .w-card .image-container .image .image-overlay .view-project-btn{padding:1rem 2rem;background:#ffffffe6;border:none;border-radius:50px;color:#1e1e1e;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#work-container .work-cards .w-card .image-container .image .image-overlay .view-project-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0003}#work-container .work-cards .w-card .image-container .image .image-overlay .view-project-btn:hover svg{transform:translate(2px)}#work-container .work-cards .w-card .image-container .image .image-overlay .view-project-btn svg{transition:transform .3s ease}#work-container .work-cards .w-card .card-info{display:flex;flex-direction:column;gap:1rem}#work-container .work-cards .w-card .card-info .card-title h3{font-size:1.25rem;font-weight:600;font-family:PP Editorial New,serif;margin:0 0 .375rem;line-height:1.3;transition:color .3s ease}#work-container .work-cards .w-card .card-info .card-title .project-description{font-size:.8rem;line-height:1.5;margin:0;opacity:.8;font-family:SF Pro Text,sans-serif}#work-container .work-cards .w-card .card-info .project-tags{display:flex;flex-wrap:wrap;gap:.375rem}#work-container .work-cards .w-card .card-info .project-tags .tag{padding:.25rem .75rem;background:#ffffff26;border:1.5px solid rgba(255,255,255,.4);border-radius:16px;font-size:.7rem;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}#work-container .work-cards .w-card .card-info .project-tags .tag:hover{background:#ffffff40;border-color:#fff9;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}#work-container .work-cards .card-1{background:linear-gradient(135deg,#1e1e1ee6,#1e1e1eb3);color:#fff}#work-container .work-cards .card-1 .project-category,#work-container .work-cards .card-1 .project-number{background:#ffffff26;color:#fff;border-color:#fff6}#work-container .work-cards .card-1 .project-tags .tag{background:#ffffff26;border:1.5px solid rgba(255,255,255,.5);color:#fff}#work-container .work-cards .card-1 .project-tags .tag:hover{background:#ffffff40;border-color:#ffffffb3}#work-container .work-cards .card-2{background:linear-gradient(135deg,#f2e2ffe6,#f2e2ffb3);color:#1e1e1e}#work-container .work-cards .card-2 .project-category,#work-container .work-cards .card-2 .project-number{background:#8e44ad26;color:#8e44ad;border-color:#8e44ad66}#work-container .work-cards .card-2 .project-tags .tag{background:#8e44ad1a;border:1.5px solid rgba(142,68,173,.5);color:#8e44ad}#work-container .work-cards .card-2 .project-tags .tag:hover{background:#8e44ad33;border-color:#8e44adb3}#work-container .work-cards .card-3{background:linear-gradient(135deg,#ffe3e3e6,#ffe3e3b3);color:#1e1e1e}#work-container .work-cards .card-3 .project-category,#work-container .work-cards .card-3 .project-number{background:#e74c3c26;color:#e74c3c;border-color:#e74c3c66}#work-container .work-cards .card-3 .project-tags .tag{background:#e74c3c1a;border:1.5px solid rgba(231,76,60,.5);color:#e74c3c}#work-container .work-cards .card-3 .project-tags .tag:hover{background:#e74c3c33;border-color:#e74c3cb3}#work-container .work-cards .card-4{background:linear-gradient(135deg,#e1f4ffe6,#e1f4ffb3);color:#1e1e1e}#work-container .work-cards .card-4 .project-category,#work-container .work-cards .card-4 .project-number{background:#3498db26;color:#3498db;border-color:#3498db66}#work-container .work-cards .card-4 .project-tags .tag{background:#3498db1a;border:1.5px solid rgba(52,152,219,.5);color:#3498db}#work-container .work-cards .card-4 .project-tags .tag:hover{background:#3498db33;border-color:#3498dbb3}#work-container .show-more-section{display:flex;justify-content:center;align-items:center;margin-top:3rem;position:relative;z-index:2}#work-container .show-more-section .show-more-btn{background:#fff;color:#1e293b;border:2px solid #1e293b;border-radius:0;font-weight:600;font-size:.875rem;font-family:SF Pro Text,sans-serif;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 1.5rem;cursor:pointer;transition:all .4s ease-out;box-shadow:4px 4px #1e293b;position:relative;overflow:visible}#work-container .show-more-section .show-more-btn:hover{background:#fff;color:#1e293b;border-color:#1e293b;transform:translate(2px,2px);box-shadow:2px 2px #1e293b}#work-container .show-more-section .show-more-btn:hover .arrow-icon{transform:translate(2px)}#work-container .show-more-section .show-more-btn:hover .arrow-icon.rotated{transform:rotate(180deg) translate(-2px)}#work-container .show-more-section .show-more-btn:active{transform:translate(4px,4px);box-shadow:0 0 #1e293b}#work-container .show-more-section .show-more-btn.show-less{background:#fff;color:#1e293b;border:2px solid #1e293b;box-shadow:4px 4px #1e293b}#work-container .show-more-section .show-more-btn.show-less:hover{transform:translate(2px,2px);box-shadow:2px 2px #1e293b}#work-container .show-more-section .show-more-btn.show-less:active{transform:translate(4px,4px);box-shadow:0 0 #1e293b}#work-container .show-more-section .show-more-btn .arrow-icon{transition:all .4s ease-out}#work-container .show-more-section .show-more-btn .arrow-icon.rotated{transform:rotate(180deg)}#work-container .additional-card{animation:fadeInUp .6s ease-out forwards;opacity:0}#work-container .additional-card:nth-child(5){animation-delay:.1s}#work-container .additional-card:nth-child(6){animation-delay:.2s}#work-container .additional-card:nth-child(7){animation-delay:.3s}#work-container .additional-card:nth-child(8){animation-delay:.4s}#work-container .work-footer{margin-top:2rem;margin-bottom:2rem;text-align:center;animation:fadeInUp 1.2s ease-out .6s both;position:relative;z-index:2}#work-container .work-footer .view-all-btn{padding:1rem 2.5rem;background:linear-gradient(135deg,#1e1e1e,#4a5568);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px #1e1e1e4d;font-family:SF Pro Text,sans-serif;position:relative;overflow:hidden}#work-container .work-footer .view-all-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}#work-container .work-footer .view-all-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px #1e1e1e66}#work-container .work-footer .view-all-btn:hover:before{left:100%}#work-container .work-footer .view-all-btn:hover svg{transform:translate(5px)}#work-container .work-footer .view-all-btn:active{transform:translateY(-1px) scale(1.02)}#work-container .work-footer .view-all-btn svg{transition:transform .3s ease}@media (max-width: 1200px){#work-container .work-cards{grid-template-columns:1fr;gap:2rem;max-width:600px}#work-container .work-cards .w-card{min-height:350px;padding:1.5rem}}@media (max-width: 1200px) and (max-width: 1024px){#work-container{margin-top:3rem;padding:3rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);background-size:200% 200%;animation:gradientShift 20s ease infinite}#work-container .work-header-content{margin-bottom:4rem}#work-container .work-header-content .work-header{margin-bottom:1.5rem}#work-container .work-header-content .work-header .work-section-title{font-size:1.6rem}#work-container .work-header-content .work-text{font-size:clamp(2rem,4vw,3rem)}#work-container .work-header-content .work-description{font-size:1rem;line-height:1.6}#work-container .work-cards{gap:2rem}#work-container .work-cards .w-card{min-height:420px;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;justify-content:flex-start}#work-container .work-cards .w-card .image-container{margin-left:auto;margin-right:auto;min-height:220px;height:220px;width:fit-content;max-width:100%;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;margin-bottom:1rem;padding:1rem}#work-container .work-cards .w-card .image-container .image{width:100%;height:180px;display:flex;align-items:center;justify-content:center}#work-container .work-cards .w-card .image-container .image img{width:100%;height:100%;object-fit:contain;display:block;margin:0 auto;background:#fff}#work-container .work-cards .w-card .card-info .card-title h3{font-size:1.25rem}#work-container .work-footer{margin-top:2rem;margin-bottom:1rem}}@media (max-width: 1200px) and (max-width: 768px){#work-container{margin-top:2rem;padding:2rem 1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);background-size:200% 200%;animation:gradientShift 20s ease infinite}#work-container .work-header-content{margin-bottom:3rem}#work-container .work-header-content .work-header{margin-bottom:1.2rem}#work-container .work-header-content .work-header .work-section-title{font-size:1.4rem}#work-container .work-header-content .section-label{font-size:.75rem;padding:.375rem 1rem}#work-container .work-header-content .work-text{font-size:clamp(1.75rem,3.5vw,2.5rem)}#work-container .work-header-content .work-description{font-size:.875rem}#work-container .work-cards{gap:1.5rem}#work-container .work-cards .w-card{min-height:350px;padding:1.25rem;border-radius:16px}#work-container .work-cards .w-card:hover{transform:translateY(-6px) scale(1.01)}#work-container .work-cards .w-card .card-header{margin-bottom:.75rem}#work-container .work-cards .w-card .card-header .project-category{font-size:.625rem;padding:.375rem .75rem}#work-container .work-cards .w-card .card-header .project-number{width:40px;height:40px;font-size:1rem}#work-container .work-cards .w-card .image-container{min-height:320px;height:320px;width:fit-content;max-width:100%;background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem;display:flex;align-items:center;justify-content:center}#work-container .work-cards .w-card .image-container img{width:auto;max-width:100%;height:100%;object-fit:contain;display:block;margin:0 auto;background:#fff}#work-container .work-cards .card-info{gap:.75rem}#work-container .work-cards .card-info .card-title h3{font-size:1.125rem}#work-container .work-cards .card-info .card-title .project-description{font-size:.75rem}#work-container .work-cards .card-info .project-tags .tag{font-size:.625rem;padding:.2rem .5rem}.work-footer{margin-top:1.5rem;margin-bottom:1rem}.work-footer .view-all-btn{padding:.875rem 2rem;font-size:.875rem}.show-more-section{margin-top:2rem}.show-more-section .show-more-btn{padding:.75rem 1.5rem;font-size:.75rem;gap:.4rem;box-shadow:3px 3px #1e293b}.show-more-section .show-more-btn:hover{transform:translate(1.5px,1.5px);box-shadow:1.5px 1.5px #1e293b}.show-more-section .show-more-btn:active{transform:translate(3px,3px);box-shadow:0 0 #1e293b}.show-more-section .show-more-btn.show-less{box-shadow:3px 3px #1e293b}.show-more-section .show-more-btn.show-less:hover{transform:translate(1.5px,1.5px);box-shadow:1.5px 1.5px #1e293b}.show-more-section .show-more-btn.show-less:active{transform:translate(3px,3px);box-shadow:0 0 #1e293b}}@media (max-width: 480px){#work-container{margin-top:1.5rem;padding:1.5rem .75rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);background-size:200% 200%;animation:gradientShift 20s ease infinite}#work-container .work-header-content{margin-bottom:2.5rem}#work-container .work-header-content .work-text{font-size:clamp(1.5rem,3vw,2rem)}#work-container .work-header-content .work-description{font-size:.8rem;line-height:1.5}#work-container .work-cards{gap:1.25rem}#work-container .work-cards .w-card{min-height:260px;max-width:320px;width:90%;margin-left:auto;margin-right:auto;padding:.75rem .5rem 1.25rem;border-radius:12px}#work-container .work-cards .w-card .card-header .project-category{font-size:.55rem;padding:.25rem .5rem}#work-container .work-cards .w-card .card-header .project-number{width:36px;height:36px;font-size:.875rem}#work-container .work-cards .w-card .image-container{min-height:140px;height:140px;width:fit-content;max-width:100%;padding:.5rem;display:flex;align-items:center;justify-content:center}#work-container .work-cards .w-card .image{height:120px;width:auto;display:flex;align-items:center;justify-content:center}#work-container .work-cards .w-card .image img{width:auto;max-width:100%;height:100%;object-fit:contain;display:block;margin:0 auto;background:#fff}#work-container .work-cards .w-card .tag{font-size:.55rem;padding:.15rem .4rem}#work-container .image-container{min-height:180px;height:180px;width:fit-content;max-width:100%;padding:.8rem;display:flex;align-items:center;justify-content:center}#work-container .image-container .image{height:140px;width:auto;display:flex;align-items:center;justify-content:center}#work-container .image-container .image img{width:auto;max-width:100%;height:100%;object-fit:contain;display:block;margin:0 auto;background:#fff}#work-container .image-container .image .image-overlay .view-project-btn{padding:.75rem 1.5rem;font-size:.75rem}#work-container:hover{transform:translate(1px,1px);box-shadow:1px 1px #1e293b}#work-container:active{transform:translate(2px,2px);box-shadow:0 0 #1e293b}.arrow-icon{width:14px;height:14px}}.loader-bg.minimal-loader{background:#111216;color:#fff;min-height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:9999;font-family:SF Pro Text,Arial,sans-serif}.loader-top-left{position:absolute;top:2vw;left:2vw;font-size:1.5vw;font-weight:400;letter-spacing:.02em;color:#fff;opacity:.85}.loader-bottom-right{position:absolute;right:2vw;bottom:2vw;font-size:7vw;font-weight:700;color:#fff;opacity:.95;line-height:1;text-shadow:0 2px 16px #000a}@media (max-width: 600px){.loader-top-left{font-size:1.1rem;top:4vw;left:4vw}.loader-bottom-right{font-size:15vw;right:4vw;bottom:4vw}}.loader-content{display:flex;flex:1;align-items:center;justify-content:space-between;padding:3vw 4vw 0;gap:2vw}.loader-left{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1.2;min-width:0}.loader-stack{font-size:3vw;font-weight:700;line-height:1.1;margin-bottom:.2em;letter-spacing:-.01em;transition:color .3s}.loader-stack-0{color:#fff}.loader-stack-1{color:#e0e0e0}.loader-stack-2{color:#bdbdbd}.loader-stack-3{color:#9e9e9e}.loader-stack-4{color:#757575}.loader-stack-5{color:#616161}.loader-stack-6{color:#424242}.loader-stack-7{color:#212121}.loader-right{flex:1;display:flex;align-items:center;justify-content:center}.loader-right{display:flex;align-items:center;justify-content:center}.loader-image-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.loader-img{width:100%;max-width:450px;height:auto;border-radius:15px;overflow:hidden;box-shadow:0 20px 40px #0000001a;cursor:pointer;transition:all .4s ease-out;background:#f5f5f5;padding:2rem;object-fit:cover;filter:grayscale(100%)}.loader-img:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px #0003;filter:brightness(.8) grayscale(0%)}.loader-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#0009,#0000004d);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s ease-out;border-radius:15px}.loader-img:hover+.loader-image-overlay,.loader-image-overlay:hover{opacity:1}.loader-overlay-content{text-align:center;color:#fff;transform:translateY(20px);transition:all .4s ease-out}.loader-img:hover+.loader-image-overlay .loader-overlay-content{transform:translateY(0)}@media (max-width: 1024px){.loader-img{max-width:380px;padding:1.5rem}}@media (max-width: 768px){.loader-img{max-width:330px;padding:1rem}}@media (max-width: 480px){.loader-img{max-width:290px;padding:.5rem}}.loader-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5vw 4vw 1vw;font-size:1.1vw;color:#bdbdbd;letter-spacing:.1em}.loader-footer span{min-width:0}@media (max-width: 900px){.loader-content{flex-direction:column;align-items:stretch;gap:2vw;padding:6vw 2vw 0}.loader-left{align-items:center;justify-content:center}.loader-img{width:40vw;max-width:220px}.loader-footer{font-size:2.5vw;padding:2vw}.loader-stack{font-size:6vw}}@media (max-width: 600px){.loader-content{flex-direction:column;align-items:stretch;gap:3vw;padding:10vw 2vw 0}.loader-img{width:60vw;max-width:160px}.loader-footer{font-size:3.5vw;padding:3vw 2vw}.loader-stack{font-size:10vw}}.loader-row{width:100vw;overflow:hidden;font-family:SF Pro Text,Arial,sans-serif;font-size:1.1rem;letter-spacing:.3em;opacity:.9;margin-top:1.5rem;margin-bottom:1.5rem;position:relative}.marquee{overflow:hidden;position:relative}.marquee-inner{display:flex;width:max-content;animation:marquee 8s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.loader-center{flex:1;display:flex;align-items:center;justify-content:center}.loader-percent{position:relative;font-size:10vw;font-weight:700;display:flex;align-items:center;letter-spacing:.05em;line-height:1}.loader-percent .outline{color:transparent;-webkit-text-stroke:2px #fff;position:absolute;top:0;left:0;z-index:1}.loader-percent .fill{color:#fff;position:relative;z-index:2;clip-path:inset(50% 0 0 0)}.loader-percent .outline:last-child,.loader-percent .fill:last-child{left:auto;margin-left:.2em}@media (max-width: 600px){.loader-percent{font-size:18vw}.loader-row{font-size:.9rem;margin-top:1rem;margin-bottom:1rem}.marquee-inner{animation-duration:5s}}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-Regular.woff) format("woff"),url(/fonts/SF-Pro-Text-Light.woff) format("woff"),url(/fonts/SF-Pro-Text-Semibold.woff) format("woff"),url(/fonts/SFProText-Bold.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:PP Editorial New;src:url(/fonts/PPEditorialNew-Regular.woff) format("woff"),url(/fonts/PPEditorialNew-Italic.woff) format("woff"),url(/fonts/PPEditorialNew-UltraboldItalic.woff) format("woff");font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px;overflow-x:hidden;overflow-y:auto;height:100%}body{font-family:SF Pro Text,-apple-system,PP Editorial New,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;position:relative;height:100%;min-height:100vh}.animate-section{opacity:0;transform:translateY(60px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.animate-section.animate-in{opacity:1;transform:translateY(0)}.animate-fade{opacity:0;transition:opacity .6s ease-out}.animate-fade.animate-in{opacity:1}.animate-slide-up{opacity:0;transform:translateY(40px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.animate-slide-up.animate-in{opacity:1;transform:translateY(0)}.animate-slide-left{opacity:0;transform:translate(-40px);transition:all .7s cubic-bezier(.25,.46,.45,.94)}.animate-slide-left.animate-in{opacity:1;transform:translate(0)}.animate-slide-right{opacity:0;transform:translate(40px);transition:all .7s cubic-bezier(.25,.46,.45,.94)}.animate-slide-right.animate-in{opacity:1;transform:translate(0)}.animate-scale{opacity:0;transform:scale(.9);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.animate-scale.animate-in{opacity:1;transform:scale(1)}.animate-stagger .stagger-item{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.animate-stagger .stagger-item:nth-child(1){transition-delay:.1s}.animate-stagger .stagger-item:nth-child(2){transition-delay:.2s}.animate-stagger .stagger-item:nth-child(3){transition-delay:.3s}.animate-stagger .stagger-item:nth-child(4){transition-delay:.4s}.animate-stagger .stagger-item:nth-child(5){transition-delay:.5s}.animate-stagger .stagger-item:nth-child(6){transition-delay:.6s}.animate-stagger.animate-in .stagger-item{opacity:1;transform:translateY(0)}.section-container{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94);scroll-margin-top:90px}.section-container.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}@media (prefers-reduced-motion: reduce){.animate-section,.animate-fade,.animate-slide-up,.animate-slide-left,.animate-slide-right,.animate-scale,.animate-stagger .stagger-item,.section-container{transition:none;opacity:1;transform:none}}
