:root{--color-primary:#00f;--color-primary-light:#4d4dff;--color-primary-dark:#00c;--color-white:#fff;--color-black:#000;--color-gray-light:#f8f9fa;--color-gray-medium:#f5f5f7;--color-gray-dark:#666;--color-gray-darker:#333;--color-gray-darkest:#1a1a1a;--color-gray-border:#e0e0e0;--color-gold:gold;--color-orange:#ff8000;--color-red:red;--color-red-light:#e74c3c;--color-bg-primary:#00f;--color-bg-secondary:#f8f9fa;--color-bg-white:#fff;--color-bg-light:#f5f5f7;--color-bg-dark:#1d1d1f;--color-text-primary:#fff;--color-text-secondary:#000;--color-text-muted:hsla(0,0%,100%,.8);--color-text-dark:#1a1a1a;--color-text-medium:#333;--color-text-light:#666;--color-link:#00f;--color-hover:#4d4dff;--color-active:#00c;--color-focus:rgba(0,0,255,.2);--color-border-light:hsla(0,0%,100%,.2);--color-border-medium:rgba(0,0,0,.1);--color-border-dark:rgba(0,0,0,.2);--color-shadow-light:rgba(0,0,0,.1);--color-shadow-medium:rgba(0,0,0,.2);--color-shadow-dark:rgba(0,0,0,.3);--gradient-primary:linear-gradient(135deg,#00f,#4d4dff);--gradient-gold:linear-gradient(135deg,gold,#ffed4e);--gradient-red:radial-gradient(circle,rgba(255,0,0,.6) 0%,transparent 70%);--gradient-orange:radial-gradient(circle,rgba(255,200,0,.6) 0%,transparent 70%)}body{margin:0;font-family:Inter,sans-serif;background-color:var(--color-bg-primary);color:var(--color-text-primary);position:relative}body.mobile-menu-open{overflow:hidden}.mobile-menu-portal{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:2147483647!important;pointer-events:none!important}.mobile-menu-portal.open{pointer-events:auto!important}header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;font-family:Georgia,serif;font-size:14px;position:relative;z-index:2;transform:scaleY(1.2)}.logo{font-weight:700}nav a{color:var(--color-text-primary);text-decoration:none;margin-left:40px;font-weight:400}.desktop-nav{display:flex}.mobile-nav{display:none}@media (max-width:768px){.mobile-nav{display:block}}.sticky-header{position:fixed;top:10px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;font-family:Inter,sans-serif;font-size:14px;background:rgba(77,77,77,.24);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:50px;margin:0 100px;width:calc(100% - 200px);box-sizing:border-box;z-index:99999996;opacity:0;visibility:hidden;transform:translateY(-100%);transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 20px hsla(0,0%,100%,.3),inset 0 0 20px hsla(0,0%,100%,.2),inset 0 0 40px hsla(0,0%,100%,.1)}@media (max-width:768px){.sticky-header{margin:0 5px;width:calc(100% - 10px);padding:8px 15px}}body.mobile-menu-open .sticky-header{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}body.mobile-menu-open .sticky-header .desktop-nav,body.mobile-menu-open .sticky-header .logo{opacity:0;visibility:hidden}.sticky-header.visible,body.mobile-menu-open .sticky-header .mobile-nav{opacity:1;visibility:visible}.sticky-header.visible{transform:translateY(0)}.sticky-header .logo{font-weight:700}.sticky-wheel{width:43px;height:43px;object-fit:contain;transition:transform .1s ease-out}.sticky-header nav a{color:var(--color-text-primary);text-decoration:none;margin-left:40px;font-weight:400}.reviews-section{overflow:hidden}.reviews-section,.zoom-parallax-wrapper{background:#f9f9f9;position:relative}.projects-section{background:#fff;padding:0;position:relative;overflow:visible}.projects-container{width:100%;margin:0;position:relative;z-index:2;overflow:visible}.projects-header{text-align:center;margin-bottom:40px;background:#fff;position:relative;z-index:5;padding:20px 0}.projects-header h2{font-family:Inter,sans-serif;font-size:48px;font-weight:700;color:var(--color-text-secondary);margin-bottom:20px;margin-top:0!important;letter-spacing:-.02em}.projects-header p{font-size:20px;color:var(--color-text-light);font-weight:400;line-height:1.5}.project-row{padding:40px 0;position:relative;transition:all .4s ease;cursor:pointer;background:linear-gradient(90deg,transparent 50%,transparent 0);background-size:200% 100%;background-position:100% 0;overflow:visible}.project-row.project-highlight{background:linear-gradient(90deg,#00f 50%,#00f 0);background-position:0 0;color:var(--color-text-primary)}.project-row .matrix{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fill,15px);line-height:15px;font-size:14px;text-align:center;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0;overflow:hidden}.project-row .matrix span{display:inline-block;opacity:0;transform:scale(0);transition:transform .25s ease,opacity .25s ease;color:var(--color-text-primary);font-family:monospace;font-weight:700}.project-row .matrix span.visible{opacity:1;transform:scale(1)}.project-columns{display:grid;grid-template-columns:8% 8% 44% 18% 8%;grid-gap:40px;gap:40px;align-items:center;min-height:120px;transition:transform .4s ease;position:relative;z-index:2}.project-column{display:flex;align-items:center;justify-content:flex-start}.project-column.client-type span,.project-column.service span{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--color-primary);text-transform:uppercase;letter-spacing:.5px}.project-column.client-type{margin-left:20px}.project-column.project-name{display:flex;align-items:center;gap:15px}.project-column.project-name h2{font-family:Georgia,serif;font-size:57px;font-weight:700;color:var(--color-primary);margin:0;line-height:.8;letter-spacing:-.02em;transform:scaleY(1.7)}.project-column.project-name img{width:280px;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}.project-column.project-name img:hover,.project-column.project-name video:hover{transform:scale(1.7);box-shadow:0 8px 30px rgba(0,0,0,.15)}.project-column.project-name video{width:280px;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}.project-column.project-name img[alt*="Designer Knit"],.project-column.project-name img[alt*="Huella Real"],.project-column.project-name video[alt*="Designer Knit"],.project-column.project-name video[alt*="Huella Real"]{width:120px;height:195px;object-fit:cover}.project-column.project-description h4{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--color-text-secondary);margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.project-column.project-description p{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--color-text-medium);margin:0;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.1)}.project-column.arrow{justify-content:center;align-items:center}.project-column.arrow svg{width:32px;height:32px;transition:transform .3s ease}.project-column.arrow:hover svg{transform:translateX(4px)}.project-divider{height:1px;background:var(--color-bg-primary);margin:0;border-radius:2px}.project-row.scroll-active{background:linear-gradient(90deg,#00f 50%,#00f 0);background-position:0 0;color:var(--color-text-primary);transition:all .6s ease}.project-row.scroll-active .project-columns{transform:translateX(5px)}.project-row.scroll-active .project-column.client-type span,.project-row.scroll-active .project-column.project-name h2,.project-row.scroll-active .project-column.service span{color:var(--color-text-primary)}.project-row.scroll-active .project-column.project-description p{color:var(--color-text-primary);text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-row.scroll-active .project-column.project-description p strong{color:var(--color-text-primary)}.project-row.scroll-active .project-column.arrow svg path{stroke:#fff}.project-row.scroll-active .matrix{opacity:1}@media (max-width:1200px){.projects-header h2{font-size:40px}.projects-header p{font-size:18px}.project-columns{grid-template-columns:8% 8% 44% 18% 8%;gap:30px}.project-column.project-name h2{font-size:40px;line-height:.8}.project-column.project-name img,.project-column.project-name video{width:220px;height:140px;object-fit:cover}.project-column.project-name img[alt*="Designer Knit"],.project-column.project-name img[alt*="Huella Real"],.project-column.project-name video[alt*="Designer Knit"],.project-column.project-name video[alt*="Huella Real"]{width:95px;height:155px;object-fit:cover}}@media (max-width:768px){.projects-section{padding:0}.projects-header{margin-bottom:30px;padding:0 20px}.projects-header h2{font-size:36px}.projects-header p{font-size:16px}.project-columns{grid-template-columns:1fr;gap:20px;text-align:center;padding:20px;position:relative;min-height:300px}.project-column{justify-content:center}.project-column.client-type{position:absolute;top:20px;left:20px;text-align:left;z-index:3}.project-column.client-type span{font-size:12px;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px}.project-column.service{position:absolute;top:20px;right:20px;text-align:right;z-index:3}.project-column.service span{font-size:12px;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px}.project-column.project-name{flex-direction:column;gap:15px;margin-top:50px}.project-column.project-name h2{font-size:36px;line-height:.8;margin-bottom:10px}.project-column.project-name img,.project-column.project-name video{width:100%;max-width:400px;height:260px;object-fit:cover;border-radius:12px}.project-column.project-name img[alt*="Designer Knit"],.project-column.project-name img[alt*="Huella Real"],.project-column.project-name video[alt*="Designer Knit"],.project-column.project-name video[alt*="Huella Real"]{width:100%;max-width:170px;height:290px;object-fit:cover}.project-column.project-description{margin-bottom:40px}.project-column.project-description p{font-size:14px;margin-top:20px}.project-column.arrow{position:static;margin-top:0;order:unset}.project-column.arrow svg{width:28px;height:28px}.project-column.project-name img:hover,.project-column.project-name video:hover{transform:none;box-shadow:none}}@media (max-width:480px){.project-columns{padding:15px;min-height:280px}.project-column.client-type,.project-column.service{top:15px}.project-column.client-type{left:15px}.project-column.service{right:15px}.project-column.project-name img,.project-column.project-name video{width:100%;max-width:350px;height:227px}.project-column.project-name img[alt*="Designer Knit"],.project-column.project-name img[alt*="Huella Real"],.project-column.project-name video[alt*="Designer Knit"],.project-column.project-name video[alt*="Huella Real"]{width:100%;max-width:149px;height:254px}.project-column.project-name h2{font-size:32px;margin-bottom:10px}.project-column.arrow{position:static;margin-top:0}.project-column.project-name img:hover,.project-column.project-name video:hover{transform:none;box-shadow:none}}.mission-section{background:#fff;padding:200px 60px 100px;position:relative;overflow:hidden}.mission-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.mission-graphic,.mission-graphic-inner{display:flex;justify-content:center;align-items:center;position:relative}.mission-graphic-inner{width:600px;height:600px}.mission-image{width:100%;height:100%;object-fit:contain;border-radius:20px;opacity:1}.mission-content{display:flex;flex-direction:column;gap:30px}.mission-content h2{font-family:Inter,sans-serif;font-size:48px;font-weight:700;color:var(--color-text-secondary);margin:0;letter-spacing:-.02em;line-height:1.2}.mission-subtitle{font-family:Inter,sans-serif;font-size:20px;color:var(--color-text-light);font-weight:500;line-height:1.5;margin:0}.mission-text{display:flex;flex-direction:column;gap:20px}.mission-text p{font-family:Inter,sans-serif;font-size:16px;line-height:1.7;color:var(--color-text-medium);margin:0;font-weight:400}.mission-stats{display:flex;gap:40px;margin-top:20px}.stat{display:flex;flex-direction:column;align-items:center;gap:8px}.stat-number{font-size:32px;font-weight:700;color:#06f;line-height:1}.stat-label,.stat-number{font-family:Inter,sans-serif}.stat-label{font-size:14px;color:var(--color-text-light);font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width:1024px){.mission-container{grid-template-columns:1fr;gap:60px;text-align:center}.mission-graphic-inner{width:250px;height:250px}.mission-stats{justify-content:center}}@media (max-width:768px){.mission-section{padding:60px 0}.mission-container{padding:0}.mission-content{padding:0 30px}.mission-content h2{font-size:36px}.mission-subtitle{font-size:18px}.mission-graphic{width:100vw;margin-left:calc(-50vw + 50%)}.mission-graphic-inner,.mission-image{width:100%;height:100%}.mission-image{object-fit:cover;border-radius:0}.mission-stats{gap:30px}.stat-number{font-size:28px}}.cards-parallax-header{text-align:center;padding:60px 20px 40px;max-width:1200px;margin:0 auto}.cards-parallax-header h2{font-family:Inter,sans-serif;font-size:48px;font-weight:700;color:var(--color-text-secondary);margin-bottom:20px;letter-spacing:-.02em}.cards-parallax-header p{font-size:20px;color:var(--color-text-light);font-weight:400;line-height:1.5}.reviews-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.reviews-header{text-align:center}.reviews-header h2{font-family:Inter,sans-serif;font-size:48px;font-weight:700;color:var(--color-text-secondary);margin-bottom:20px;letter-spacing:-.02em}.reviews-header p{font-size:20px;color:var(--color-text-light);font-weight:400;line-height:1.5}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px}.review-card{background:#fff;padding:40px 30px;border-radius:24px;position:relative;overflow:visible;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.review-card:hover{transform:translateY(-4px);background:#fafafa;box-shadow:0 8px 25px rgba(0,0,0,.08)}.review-card:before{left:-60px;background:radial-gradient(circle,rgba(255,0,0,.4) 0,transparent 60%)}.review-card:after,.review-card:before{content:"";position:absolute;bottom:-60px;width:180px;height:180px;border-radius:50%;pointer-events:none;filter:blur(40px);z-index:-1}.review-card:after{right:-60px;background:radial-gradient(circle,rgba(255,200,0,.4) 0,transparent 60%)}.stars{font-size:18px;letter-spacing:2px}.review-text{font-size:16px;line-height:1.6;color:var(--color-text-medium);margin-bottom:25px;font-weight:400}.reviewer{display:flex;flex-direction:column;gap:4px}.reviewer strong{color:var(--color-text-secondary);font-size:18px;font-weight:600}.reviewer span{color:var(--color-text-light);font-size:14px;font-weight:400}@media (max-width:768px){header{font-size:14px}.desktop-nav{display:none}.sticky-header{font-size:14px;margin:0 5px;width:calc(100% - 10px);justify-content:space-between;padding:8px 15px}.sticky-header .desktop-nav{display:none}.sticky-header .mobile-nav{display:block}.hero-container{max-width:750px;width:100%;padding:0 20px;position:relative;box-sizing:border-box}.main .title-header{font-size:48px;margin-bottom:30px;max-width:calc(100% - 100px);text-align:left;position:relative;z-index:2}.hero-right{position:absolute;top:-370px;right:40px;justify-content:flex-end;align-items:flex-start;z-index:1}.star{margin-top:0;width:80px;height:80px}.star img{animation:spin 8s linear infinite}.value-props-background{opacity:1!important;transition:none!important}.gradients-fade-in,.text-fade-in,.value-props-grid{opacity:1!important;transform:none!important;transition:none!important}.value-column{transform:none!important}.value-props-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle 135px at 50% 2%,rgba(255,200,0,.45) 0,transparent 60%),radial-gradient(circle 135px at 30% 3%,rgba(255,0,0,.4) 0,transparent 60%),radial-gradient(circle 135px at 70% 4%,rgba(255,200,0,.4) 0,transparent 60%),radial-gradient(circle 135px at 10% 6%,rgba(255,0,0,.35) 0,transparent 60%),radial-gradient(circle 135px at 90% 5%,rgba(255,200,0,.35) 0,transparent 60%),radial-gradient(circle 135px at 20% 8%,rgba(255,200,0,.35) 0,transparent 60%),radial-gradient(circle 135px at 25% 12%,rgba(255,0,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 15% 18%,rgba(255,200,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 35% 15%,rgba(255,0,0,.3) 0,transparent 60%),radial-gradient(circle 135px at 45% 25%,rgba(255,200,0,.2) 0,transparent 60%),radial-gradient(circle 135px at 55% 35%,rgba(255,0,0,.2) 0,transparent 60%),radial-gradient(circle 135px at 50% 45%,rgba(255,200,0,.15) 0,transparent 60%),radial-gradient(circle 135px at 75% 20%,rgba(255,0,0,.3) 0,transparent 60%),radial-gradient(circle 135px at 85% 30%,rgba(255,200,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 70% 40%,rgba(255,0,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 10% 60%,rgba(255,200,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 30% 65%,rgba(255,0,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 70% 65%,rgba(255,0,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 90% 60%,rgba(255,200,0,.25) 0,transparent 60%),radial-gradient(circle 135px at 20% 85%,rgba(255,0,0,.3) 0,transparent 60%),radial-gradient(circle 135px at 80% 85%,rgba(255,0,0,.25) 0,transparent 60%);pointer-events:none;z-index:0;filter:blur(40px)}.hero-content{flex-direction:column;align-items:flex-start;gap:30px}.hero-left{align-items:flex-start;text-align:left;width:100%}.value-props{padding:20px}.value-props-header h2{font-size:36px}.value-props-grid{grid-template-columns:1fr;gap:30px;justify-items:center}.value-column{padding:30px 25px}.reviews-section{padding:80px 30px}.reviews-header h2{font-size:36px}.reviews-grid{grid-template-columns:1fr;gap:30px;justify-items:center}.review-card{padding:30px 25px}.cards-parallax-section{padding:0 20px}.cards-parallax-header{padding:60px 20px 30px}.cards-parallax-header h2{font-size:36px}}.main{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px 100px;text-align:center}.main,.main .title-header{position:relative;z-index:2}.main .title-header{font-family:Satoshi,sans-serif;font-size:52px;font-weight:800;color:var(--color-text-primary);text-align:left;margin:0 auto 40px;letter-spacing:-.02em;line-height:1.1;max-width:750px}.strikethrough{position:relative;display:inline-block}.strikethrough:after{content:"";position:absolute;top:50%;left:-5px;right:-5px;height:14px;background:linear-gradient(90deg,transparent,red 10%,red 90%,transparent);transform:translateY(-50%) rotate(-2deg);border-radius:5px;box-shadow:0 2px 4px rgba(255,0,0,.3),0 0 8px rgba(255,0,0,.2);opacity:.9;z-index:1}.hero-container{max-width:750px;width:100%;margin:50px auto 0;padding:0}.hero-content{justify-content:space-between;margin:5px auto 0;position:relative;z-index:2}.hero-content,.hero-left{display:flex;align-items:flex-start}.hero-left{flex-direction:column;flex:1 1}.hero-right{justify-content:flex-end}.hero-right,.subsection{display:flex;align-items:flex-start}.subsection{justify-content:space-between;margin-top:5px;max-width:600px;width:100%;position:relative;z-index:2}.main p{font-size:18px;font-weight:400;line-height:1.7;flex:1 1;text-align:left;margin-top:-5px}.star{width:104px;height:104px;transition:transform .1s ease-out;z-index:2;margin-top:-20px}.star img{width:100%;height:100%;object-fit:contain}.button{margin-top:15px;display:inline-block;padding:16px 42px;background:hsla(0,0%,100%,.15);border-radius:32px;font-size:18px;color:var(--color-text-primary);border:none;cursor:pointer;letter-spacing:1px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2;position:relative;align-self:flex-start;margin-left:30px;box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 0 40px rgba(255,0,0,0),var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,0);overflow:hidden;transition:color 1.2s ease,background 1.2s ease,transform 1.2s ease;text-decoration:none!important}.button:after{width:200px;height:200px;background:radial-gradient(circle,rgba(255,200,0,.4) 0,rgba(255,165,0,.3) 50%,transparent 70%);border-radius:50%;left:var(--gradient-x,50%);top:var(--gradient-y,50%);transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.button:after,.button:before{content:"";position:absolute;opacity:0;transition:opacity 1.2s ease}.button:before{top:0;left:0;right:0;bottom:0;background:transparent;border-radius:32px;z-index:-2}.button:hover{color:var(--color-text-primary);box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 0 40px red,var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,calc(var(--glow-intensity, 0) * .25))}.button:hover:after,.button:hover:before{opacity:1}.value-props{background:#fff;padding:80px 10px;position:relative;overflow:visible;margin-top:-40px;z-index:9999999}.value-props-container{max-width:1200px;margin:0 auto;position:relative;z-index:1000;overflow:visible}.value-props-header{text-align:center;margin-bottom:80px}.value-props-header h2{font-family:Inter,sans-serif;font-size:48px;font-weight:700;color:var(--color-text-secondary);margin-bottom:20px;letter-spacing:-.02em}.value-props-header p{font-size:20px;color:var(--color-text-light);font-weight:400;line-height:1.5}.value-props-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.value-gradient{position:absolute;border-radius:50%;pointer-events:none;filter:blur(40px)}.value-gradient-1{left:-90px;background:radial-gradient(circle,rgba(255,0,0,.4) 0,transparent 60%)}.value-gradient-1,.value-gradient-2{bottom:-90px;width:270px;height:270px}.value-gradient-2{right:-90px;background:radial-gradient(circle,rgba(255,200,0,.4) 0,transparent 60%)}.value-gradient-3{left:calc(33.333% - 90px);background:radial-gradient(circle,rgba(255,0,0,.6) 0,transparent 60%)}.value-gradient-3,.value-gradient-4{bottom:-90px;width:270px;height:270px}.value-gradient-4{right:calc(33.333% - 90px);background:radial-gradient(circle,rgba(255,200,0,.6) 0,transparent 60%)}.value-gradient-5{left:calc(66.666% - 90px);background:radial-gradient(circle,rgba(255,0,0,.6) 0,transparent 60%)}.value-gradient-5,.value-gradient-6{bottom:-90px;width:270px;height:270px}.value-gradient-6{right:calc(66.666% - 90px);background:radial-gradient(circle,rgba(255,200,0,.6) 0,transparent 60%)}.value-props-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;position:relative;z-index:10;overflow:visible}.value-column{background:#fff;padding:40px 30px;border-radius:24px;transition:all .3s ease;z-index:999999}.value-column h3,.value-column p{position:relative;z-index:10}.value-column h3{font-family:Georgia,serif;font-size:22px;font-weight:600;color:var(--color-text-secondary);margin-bottom:16px;margin-top:0;line-height:1.3;letter-spacing:-.01em;transform:scaleY(1.2)}.value-column p{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--color-text-medium);margin:0;font-weight:400;letter-spacing:.01em}#ocean-canvas{position:absolute;bottom:0;z-index:0;transition:transform .3s ease-out}#ocean-canvas,.ocean-canvas{left:0;width:100%;height:100vh;pointer-events:none}.ocean-canvas{position:fixed;top:0;z-index:99999996}.ocean-canvas.loaded{position:absolute;bottom:0}body{overflow-x:hidden}*{box-sizing:border-box}.footer,.mission-section,.projects-section,.reviews-section,.value-props,.what-we-do{max-width:100vw;overflow-x:hidden}.footer,.main,.pain-point-section,.reviews-section,.value-props,.what-we-do,.zoom-parallax-wrapper{position:relative;z-index:1}.value-props-background{opacity:0;transition:opacity 1.9s ease-out}.value-props-background.gradients-fade-in{opacity:1}.value-props-grid{opacity:1;transform:translateY(220px);transition:transform 1s cubic-bezier(.25,.46,.45,.94)}.value-props-grid.text-fade-in{transform:translateY(0)}@media (min-width:769px){.value-column,.value-props,.value-props-grid{overflow:visible}}@media (max-width:768px){.value-column,.value-props,.value-props-grid{overflow:hidden}}.value-column{transition:none;position:relative}.word-animation{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;margin:0;padding:0}.word-animation span{white-space:nowrap}.pain-point-text.word-animation{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3.5rem);color:var(--color-text-secondary);font-weight:600;line-height:1.4;max-width:1200px;margin:0 auto;text-transform:none;letter-spacing:-.02em}.mission-text .word-animation{font-family:Inter,sans-serif;font-size:16px;line-height:1.7;color:var(--color-text-medium);margin:0 0 20px;font-weight:400}.pain-point-section{background:#fff;padding:120px 60px;text-align:center;position:relative;overflow:hidden}.pain-point-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.pain-point-text{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3.5rem);color:var(--color-text-secondary);font-weight:600;line-height:1.4;max-width:1200px;margin:0 auto;text-transform:none;letter-spacing:-.02em}@media (max-width:768px){.pain-point-section{padding:80px 30px}.pain-point-text{font-size:clamp(1.5rem,5vw,2.5rem)}}.value-column .word-animation{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--color-text-medium);margin:0;font-weight:400;letter-spacing:.01em}.footer-ibm-logo img{max-width:100%;width:100%;height:80vh;max-height:none}.what-we-do{position:relative;width:100%;background:var(--color-bg-secondary);padding-top:200px}.what-we-do-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-text-primary);z-index:0}.what-we-do-content{position:relative;z-index:2;padding:10px;text-align:center;font-family:Inter,sans-serif}.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-auto-rows:minmax(300px,auto);grid-gap:40px;gap:40px;max-width:1200px;margin:0 auto}.column{background:hsla(0,0%,78%,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:30px;border-radius:20px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;color:var(--color-text-secondary);transition:transform .3s ease}.column:hover{transform:translateY(-4px)}.column h3{font-family:Georgia,serif;font-size:22px;margin-bottom:15px;transform:scaleY(1.2)}.column p{font-size:16px;line-height:1.6}.card-large-text{grid-column:span 2}.card-image{background-size:cover;background-position:50%;display:flex;align-items:flex-end;padding:0;overflow:hidden;height:400px;position:relative}.card-image .overlay-text{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-text-secondary);padding:20px;width:100%}.card-video{position:relative;overflow:hidden;padding:0;height:400px;display:flex;align-items:flex-end}.card-video video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.card-video .overlay-text{position:relative;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-text-secondary);padding:20px;width:100%}.wave-elements{position:absolute;bottom:0;left:0;right:0;height:400px;display:flex;align-items:flex-end;justify-content:center;z-index:100;pointer-events:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.wave{position:absolute;height:60px;opacity:.9}.wave,.wave-1{bottom:0;width:100%;transform:scaleX(1)}.wave-1{background:#ff6b6b;left:0;height:400px;border-radius:50% 50% 0 0/100px 100px 0 0;box-shadow:none;-webkit-clip-path:none;clip-path:none;filter:blur(70px)}.wave-2{background:#ffd93d;height:300px;border-radius:60% 60% 0 0/80px 80px 0 0}.wave-2,.wave-3{left:0;bottom:0;width:100%;box-shadow:none;-webkit-clip-path:none;clip-path:none;filter:blur(70px)}.wave-3{background:#fff;height:200px}.complex-left{width:610px;height:610px;background-color:#f9f9f9;border-radius:60px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:40px;position:relative;overflow:hidden;transition:box-shadow .3s ease;transform-style:preserve-3d}.complex-left.bento-highlight{box-shadow:0 0 0 2px #06f,0 0 30px rgba(0,102,255,.3);transform:scale(1.02);transition:all .5s ease}.showcase-wf-image{z-index:199}.showcase-image,.showcase-wf-image{position:absolute;bottom:0;left:0;max-width:110%;max-height:75%;object-fit:contain}.showcase-image{z-index:200}.empty-space-right{position:absolute;top:25%;right:0;width:30%;height:200px;z-index:201;background:transparent;display:flex;align-items:flex-start;justify-content:flex-end;padding:20px}.empty-space-right .bento-features{display:flex;flex-direction:column;gap:5px;margin-top:35px;align-items:flex-end}.empty-space-right .bento-features span{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:var(--color-text-primary);background:rgba(67,67,67,.2);padding:4px 8px;border-radius:6px;display:inline-block;width:-moz-fit-content;width:fit-content;letter-spacing:.01em}.complex-right{flex-direction:column;align-items:flex-end}.complex-top-right{width:387px;height:377px;background-color:#f9f9f9;border-radius:40px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:30px;position:relative;overflow:hidden;transition:box-shadow .3s ease;transform-style:preserve-3d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.complex-top-right:after{content:"";height:200px;background:linear-gradient(0deg,#0f2027,#1a365d,#587c7c,transparent)}.complex-top-right .wave-elements,.complex-top-right:after{position:absolute;bottom:0;left:0;right:0;z-index:1;pointer-events:none}.complex-top-right .wave-elements{height:400px;display:flex;align-items:flex-end;justify-content:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.complex-top-right .wave{position:absolute;top:0;width:100%;height:60px;opacity:1;transform:scaleX(1)}.complex-top-right .wave-1{background:#ffb0b0;top:100px;height:200px;transform:scaleX(1)}.complex-top-right .wave-1,.complex-top-right .wave-2{left:0;width:100%;box-shadow:none;-webkit-clip-path:none;clip-path:none;filter:blur(50px)}.complex-top-right .wave-2{background:#f9f9f9;top:50px;height:150px;border-radius:0 0 60% 60%/0 0 80px 80px}.complex-top-right .wave-3{background:#f9f9f9;left:0;bottom:0;top:40px;height:100px;width:100%;box-shadow:none;-webkit-clip-path:none;clip-path:none;filter:blur(50px)}.complex-bottom-right{align-items:flex-end}.complex-square-8{width:233px;height:225px;background-color:#f9f9f9;background-image:url(/rocket.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:25px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:25px;position:relative;overflow:hidden;transition:box-shadow .3s ease;transform-style:preserve-3d}.complex-square-8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);border-radius:25px;z-index:1}.complex-square-8 p,.complex-square-8 span{font-size:12px!important}.complex-square-8 h3{margin-bottom:5px!important}.complex-square-5{width:144px;height:144px;background-color:#f9f9f9;border-radius:28px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden;transition:box-shadow .3s ease;transform-style:preserve-3d}.complex-square-5:hover{transform:translateY(-2px)}.complex-above-5{display:flex;flex-direction:column;align-items:flex-start}.complex-square-3{width:144px;height:75px;background-color:#f9f9f9;border-radius:24px;box-sizing:border-box;padding:15px;position:relative;overflow:hidden;transition:box-shadow .3s ease;transform-style:preserve-3d}.complex-square-3:hover{transform:translateY(-2px)}.complex-square-3{display:flex;align-items:center;justify-content:center}.complex-square-3 .button{margin:0;padding:8.8px 17.6px;font-size:12px;width:auto;height:auto;align-self:center;color:#666;position:relative;overflow:hidden;transition:color .1s ease,background 2s ease,transform 2s ease}.complex-square-3 .button:hover{color:var(--color-text-primary);box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 0 40px rgba(255,0,0,.7),var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,calc(var(--glow-intensity, 0) * .25))}.complex-square-3 .button:before{top:0;left:0;right:0;bottom:0;background:transparent;border-radius:24px;z-index:-2}.complex-square-3 .button:after,.complex-square-3 .button:before{content:"";position:absolute;opacity:0;transition:opacity 1.2s ease}.complex-square-3 .button:after{width:200px;height:200px;background:radial-gradient(circle,rgba(255,200,0,.4) 0,rgba(255,165,0,.3) 50%,transparent 70%);border-radius:50%;left:var(--gradient-x,50%);top:var(--gradient-y,50%);transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.complex-square-3 .button:hover:after,.complex-square-3 .button:hover:before{opacity:1}.interested-link{position:absolute;bottom:17px;right:0;display:flex;align-items:center;gap:4px;color:var(--color-text-primary);text-decoration:none;font-size:12px;font-weight:500;padding:8px 16px;border-radius:20px;background:none;transition:all .3s ease;z-index:1000}.interested-link svg{width:24px;height:24px;transition:transform .3s ease}.interested-link:hover{background:hsla(0,0%,100%,.2)}.interested-link:hover,.interested-link:hover svg{transform:translateX(4px)}.button,.cta-button,.footer-cta-button,a[href="#"][data-service=contact],a[href="/contact"]{text-decoration:none!important}.complex-left.bento-highlight,.complex-square-5.bento-highlight,.complex-square-8.bento-highlight,.complex-top-right.bento-highlight{box-shadow:0 0 0 2px #06f,0 0 30px rgba(0,102,255,.3);transform:scale(1.02);transition:all .5s ease;z-index:100}.bento-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.bento-content,.bento-content h3{color:#1d1d1f;font-family:Inter,sans-serif}.bento-content h3{font-size:24px;font-weight:700;margin:0 0 12px;line-height:1.2;letter-spacing:-.02em}.bento-content p{font-family:Inter,sans-serif;font-size:14px;line-height:1.5;color:#6e6e73;margin:0 0 16px;font-weight:400;letter-spacing:.01em}.bento-features{display:flex;flex-direction:column;gap:6px;margin-top:auto}.bento-features span{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#007aff;background:rgba(0,122,255,.1);padding:4px 8px;border-radius:6px;display:inline-block;width:-moz-fit-content;width:fit-content;letter-spacing:.01em}.complex-square-3 .bento-content h3{font-size:18px;margin-bottom:8px}.complex-square-3 .bento-content p{font-size:13px;margin-bottom:12px}.complex-square-5 .bento-features span{display:none}.complex-square-5 .bento-content h3{font-size:20px;margin-bottom:10px}.complex-square-5 .bento-content p{font-size:14px;margin-bottom:14px}.circular-wave-elements{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;overflow:hidden;pointer-events:none;z-index:1;box-shadow:0 0 20px rgba(255,165,0,.1),0 0 40px rgba(255,140,0,.05),0 0 60px rgba(255,69,0,.1)}.circular-wave{position:absolute;width:150px;height:40px;left:50%;transform:translateX(-50%)}.circular-wave-1{top:0;background:#3fbdae;border-radius:50px 50px 0 0;filter:blur(12px);opacity:1;animation:wave1 3s ease-in-out infinite}.circular-wave-2{top:30px;background:#1a9397;border-radius:60px 60px 0 0;filter:blur(12px);opacity:1;animation:wave2 2.5s ease-in-out infinite reverse}.circular-wave-3{top:50px;background:#1e4965;border-radius:40px 40px 0 0;filter:blur(12px);opacity:1;animation:wave3 2s ease-in-out infinite}@keyframes wave1{0%,to{transform:translateX(-50%) scaleX(.8)}50%{transform:translateX(-50%) scaleX(1.2)}}@keyframes wave2{0%,to{transform:translateX(-50%) scaleX(1.1)}50%{transform:translateX(-50%) scaleX(.5)}}@keyframes wave3{0%,to{transform:translateX(-50%) scaleX(.9)}50%{transform:translateX(-50%) scaleX(1.3)}}.chatbot-popup{position:absolute;top:-50px;right:-10px;z-index:1000;animation:chatbotPopupSlideIn .5s ease-out;pointer-events:none}.chatbot-popup-content{background:#fff;border-radius:12px;padding:6px 10px;box-shadow:0 4px 16px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.06);display:flex;align-items:center;gap:6px;max-width:160px;position:relative}.chatbot-popup-avatar{flex-shrink:0;width:20px;height:20px;background:linear-gradient(135deg,#007aff,#5856d6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,122,255,.3)}.chatbot-avatar-icon{font-size:10px;color:var(--color-text-primary)}.chatbot-popup-message{flex:1 1}.chatbot-popup-message p{margin:0;font-family:Inter,sans-serif;font-size:11px;line-height:1.3;color:#1d1d1f;font-weight:400}.chatbot-popup-time{display:none}.chatbot-popup-tail{position:absolute;bottom:-4px;right:12px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}@keyframes chatbotPopupSlideIn{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.complex-left{cursor:none}.complex-left .showcase-image{mask:none;-webkit-mask:none;transition:mask .3s ease,-webkit-mask .3s ease}.complex-left:hover .showcase-image{mask:radial-gradient(circle 100px at var(--mouse-x,50%) var(--mouse-y,50%),transparent 99px,#000 101px);-webkit-mask:radial-gradient(circle 100px at var(--mouse-x,50%) var(--mouse-y,50%),transparent 99px,#000 101px)}.complex-square-8 .bento-content h3{font-size:20px;margin-bottom:12px;color:var(--color-text-primary)}.complex-square-8 .bento-content p{font-size:14px;margin-bottom:16px;color:hsla(0,0%,100%,.9)}.complex-square-8 .bento-features span{color:#fff;background:hsla(0,0%,100%,.2)}.complex-top-right .bento-content h3{font-size:20px;margin-bottom:12px;color:#1d1d1f}.complex-top-right .bento-content p{font-size:14px;margin-bottom:0;color:#6e6e73}.complex-top-right .bento-features span{color:#fff;background:hsla(0,0%,100%,.2)}.funnels-image{width:110%;height:auto;margin:0;border-radius:0;object-fit:cover;transform:scale(1.04) translate(-20px,-5px);transform-origin:center}.complex-left .bento-content h3{font-size:28px;margin-bottom:16px}.complex-left .bento-content p{font-size:17px;margin-bottom:20px}.custom-badge{position:absolute;top:calc(50% - 100px);right:35px;transform:translateY(-50%) scale(.85);background:#f9f9f9;border-radius:24px;padding:45px 16px;z-index:200;box-shadow:0 2px 8px rgba(0,0,0,.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center}.custom-badge:after{left:50%;top:100%;transform:translateX(-50%);width:3px;height:106px}.custom-badge:after,.custom-badge:before{content:"";position:absolute;background:#fff;border-radius:1px;z-index:299}.custom-badge:before{left:calc(50% - 171.5px);top:calc(100% + 103px);width:170px;height:3px}.custom-badge span{font-family:Inter,sans-serif;font-size:20px;font-weight:400;color:#1d1d1f;letter-spacing:-.02em;line-height:1.2}.complex-left:before{background:radial-gradient(ellipse at center,transparent 10%,hsla(0,0%,98%,.8) 40%,hsla(0,0%,98%,.95) 70%,#f9f9f9 100%);z-index:2;border-radius:60px}.complex-left:before,.complex-square-3:before,.complex-top-right:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.complex-square-3:before,.complex-top-right:before{background:linear-gradient(135deg,hsla(0,0%,100%,.1),transparent 50%);z-index:1}.bento-content{position:relative;z-index:2}.complex-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;padding:20px 5px;gap:10px;transform:scale(1.1);transform-origin:center center;max-width:100vw;margin:0 auto;overflow:hidden;box-sizing:border-box}.complex-right{display:flex;flex-direction:column-reverse}@media (max-width:768px){.complex-container{flex-direction:column;gap:40px;padding:20px;transform:none;align-items:center;max-width:100%;box-sizing:border-box}.complex-left{width:100%;max-width:calc(100vw - 40px);height:647px;margin:0;box-sizing:border-box}.complex-right{width:100%;height:auto;min-height:60vh;flex-direction:column-reverse;align-items:center;justify-content:center}.complex-top-right{width:100%;height:430px;margin-bottom:20px}.complex-bottom-right{width:100%;justify-content:center;align-items:center;gap:15px}.complex-left-of-8{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%}.complex-above-5{width:100%;display:flex;justify-content:center}.complex-square-3{width:100%;height:50px}.complex-square-5{width:100%;height:230px}.complex-square-8{width:100%;height:300px}.complex-left .empty-space-right{display:none}}.complex-top-right p,.complex-top-right span{font-size:12px!important}.complex-top-right h3{margin-bottom:5px!important}.complex-bottom-right{display:flex;flex-direction:row;align-items:flex-start;gap:10px}.complex-left-of-8{display:flex;flex-direction:column-reverse;gap:10px}.cta-section{background-color:var(--color-primary);padding:40px 20px;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none}.cta-section .matrix{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fill,15px);line-height:15px;font-size:14px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;z-index:1}.cta-section .matrix span{display:inline-block;opacity:0;transform:scale(0);transition:transform .25s ease,opacity .25s ease;color:#a8ace1;font-family:monospace;font-weight:700}.cta-section .matrix span.visible{opacity:1;transform:scale(1)}.cta-container{max-width:700px;position:relative;z-index:2;text-align:left;margin:0 auto}.cta-title{font-family:Inter,sans-serif;font-size:48px;font-weight:700;color:var(--color-text-primary);margin-bottom:20px;letter-spacing:-.02em;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.3)}.cta-subtitle{font-size:20px;color:hsla(0,0%,100%,.9);font-weight:400;line-height:1.6;margin-bottom:40px;max-width:600px}.cta-button-wrapper{margin-top:30px;text-align:center}.cta-button{display:inline-block;padding:16px 42px;background:hsla(0,0%,100%,.15);border-radius:32px;font-size:18px;color:var(--color-text-primary);border:none;cursor:pointer;letter-spacing:1px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.3),inset 0 0 40px rgba(255,0,0,0),var(--glow-offset-x,0) var(--glow-offset-y,0) 30px rgba(255,165,0,0);overflow:hidden;transition:color 1.2s ease,background 1.2s ease,transform 1.2s ease;text-decoration:none!important}.cta-button:before{top:0;left:0;right:0;bottom:0;background:transparent;border-radius:32px;z-index:-2}.cta-button:after,.cta-button:before{content:"";position:absolute;opacity:0;transition:opacity 1.2s ease}.cta-button:after{width:200px;height:200px;background:radial-gradient(circle,rgba(255,200,0,.4) 0,rgba(255,165,0,.3) 50%,transparent 70%);border-radius:50%;left:var(--gradient-x,50%);top:var(--gradient-y,50%);transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.cta-button:hover{color:var(--color-text-primary);box-shadow:0 4px 12px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.3),inset 0 0 40px red,var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,calc(var(--glow-intensity, 0) * .25))}.cta-button:hover:after,.cta-button:hover:before{opacity:1}.cta-button:active{transform:translateY(0)}.svg-divider{position:relative;width:100%;height:300px;overflow:hidden;z-index:10}.svg-divider svg{width:100%;height:100%;display:block}.svg-divider path{transition:d .1s ease}.top-divider{margin-top:0}.bottom-divider,.top-divider{background:var(--color-bg-primary)}.bottom-divider{margin-bottom:0}.footer{background:var(--color-bg-primary);color:var(--color-text-primary);overflow-x:hidden;overflow-y:visible;padding:130px 0 0;max-width:100vw;box-sizing:border-box}.footer,.footer-get-refresh{position:relative;width:100%}.footer-get-refresh{text-align:center;z-index:99999996;max-width:100%;margin:0;transform:translateY(60px);overflow:hidden}.get-refresh-text{font-family:Georgia,serif;font-size:clamp(4rem,10vw,10rem);font-weight:900;color:var(--color-primary);margin:0;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;z-index:9999999;transform:scaleY(1.2)}@keyframes glow{0%{text-shadow:0 0 20px rgba(0,0,255,.3),0 0 40px rgba(0,0,255,.2),0 0 60px rgba(0,0,255,.1)}to{text-shadow:0 0 30px rgba(0,0,255,.5),0 0 60px rgba(0,0,255,.3),0 0 90px rgba(0,0,255,.2)}}.footer-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--color-primary);opacity:.9}.footer-content{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:0 60px;box-sizing:border-box}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:20px;justify-items:start;text-align:left}.footer-brand{display:flex;flex-direction:column;gap:20px;align-items:flex-start;text-align:left;margin-left:10px;transform:translateY(-20px)}.footer-logo{position:relative;width:60px;height:60px;margin-bottom:10px}.footer-wheel{width:100%;height:100%;object-fit:contain;animation:spin 8s linear infinite;filter:brightness(1.2) contrast(1.1)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer-brand h3{font-family:Georgia,serif;font-size:28px;font-weight:700;margin:0;letter-spacing:-.02em;transform:scaleY(1.2)}.footer-brand p{font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.8);margin:0;max-width:300px}.footer-social{display:flex;gap:20px;margin-top:10px}.social-link{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:14px;font-weight:500;position:relative}.social-link:hover{color:var(--color-text-primary);transform:translateY(-2px)}.social-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff}.social-link:hover:after{width:100%}.footer-section h4{font-family:Inter,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.01em;text-align:left;text-transform:uppercase;margin:0 0 3px 10px}.footer-section h4 .dash{color:hsla(0,0%,100%,.6);font-family:monospace;font-size:14px;letter-spacing:2px;margin:0 8px}.footer-section ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;align-items:flex-start;margin:0 0 0 55px}.footer-section ul li{margin-bottom:-7px}.footer-section ul li a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:14px;font-weight:400;position:relative;padding:8px 12px;border-radius:0;display:inline-block;width:100%;box-sizing:border-box;text-transform:uppercase}.footer-section ul li a:hover{color:#06f;background:#fff;padding:8px 12px;transform:translateX(4px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.footer-section ul li a:before{content:"";position:absolute;left:-15px;opacity:0;transition:all .3s ease}.footer-section ul li a:hover:before{opacity:0;left:-15px}.footer-cta{display:flex;flex-direction:column;gap:20px}.footer-cta h4{font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin:0;letter-spacing:-.01em;position:relative;text-align:center}.footer-cta h4:after,.footer-cta h4:before{content:"----";color:hsla(0,0%,100%,.6);font-family:monospace;font-size:14px;letter-spacing:2px;position:absolute;top:50%;transform:translateY(-50%)}.footer-cta h4:before{left:-30px}.footer-cta h4:after{right:-30px}.footer-cta p{font-size:14px;line-height:1.6;color:hsla(0,0%,100%,.8);margin:0}.footer-button{display:inline-block;padding:14px 32px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:28px;font-size:16px;color:var(--color-text-primary);cursor:pointer;font-weight:500;letter-spacing:.5px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);align-self:flex-start;overflow:hidden;position:relative;box-shadow:inset 0 0 40px rgba(255,0,0,0),var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,0);transition:color 1.2s ease,background 1.2s ease,transform 1.2s ease}.footer-button:before{top:0;left:0;right:0;bottom:0;background:transparent;border-radius:28px;z-index:-2}.footer-button:after,.footer-button:before{content:"";position:absolute;opacity:0;transition:opacity 1.2s ease}.footer-button:after{width:200px;height:200px;background:radial-gradient(circle,rgba(255,200,0,.4) 0,rgba(255,165,0,.3) 50%,transparent 70%);border-radius:50%;left:var(--gradient-x,50%);top:var(--gradient-y,50%);transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.footer-button:hover{color:var(--color-text-primary);border-color:rgba(255,0,0,.4);box-shadow:inset 0 0 40px red,var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,calc(var(--glow-intensity, 0) * .25))}.footer-button:hover:after,.footer-button:hover:before{opacity:1}.footer-contact{display:flex;flex-direction:column;gap:8px;margin-top:10px}.footer-contact span{font-size:13px;color:hsla(0,0%,100%,.7);font-weight:400}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid hsla(0,0%,100%,.1);position:relative}.footer-legal{display:flex;flex-direction:column;gap:15px}.footer-legal span{font-size:13px;color:hsla(0,0%,100%,.6)}.footer-links{display:flex;gap:25px}.footer-links a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:13px}.footer-links a:hover{color:var(--color-text-primary)}.footer-decoration{position:relative}.footer-dots{display:flex;gap:8px;align-items:center}.footer-dots span{width:6px;height:6px;background:hsla(0,0%,100%,.4);border-radius:50%;animation:pulse 2s ease-in-out infinite}.footer-dots span:first-child{animation-delay:0s}.footer-dots span:nth-child(2){animation-delay:.4s}.footer-dots span:nth-child(3){animation-delay:.8s}.footer-dots span:nth-child(4){animation-delay:1.2s}.footer-dots span:nth-child(5){animation-delay:1.6s}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:1200px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}.footer-cta h4:after,.footer-cta h4:before,.footer-section h4:after,.footer-section h4:before{display:none}.footer-cta h4,.footer-section h4{text-align:left}}@media (max-width:768px){.footer{padding:60px 0 30px;position:relative;overflow:hidden}.footer-content{position:relative;z-index:10;background:rgba(0,0,255,.8);border-radius:12px;padding:30px;margin:20px 0}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-brand h3{font-size:26px}.footer-brand p{font-size:14px}.footer-section h4{font-size:16px}.footer-section h4 .dash,.footer-section ul li a,.social-link{font-size:12px}.footer-contact span,.footer-legal span,.footer-links a{font-size:11px}.footer-cta-button{font-size:12px}.footer-cta h4{font-size:18px}.footer-cta h4:after,.footer-cta h4:before,.footer-cta p{font-size:12px}.footer-bottom{flex-direction:column;gap:20px;text-align:center;position:relative;z-index:5;background:rgba(0,0,255,.9);padding:20px;border-radius:12px;margin:0 -30px}.footer-links{justify-content:center}.footer-ibm-logo{position:relative!important;z-index:1!important;margin:40px 0 0!important;display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;flex-direction:column!important;overflow:hidden!important}.footer-ibm-logo,.footer-ibm-logo img{width:100%!important;max-width:100%!important;height:auto!important}.footer-ibm-logo img{max-height:none!important;object-fit:contain!important;opacity:1!important;flex:none!important}.footer-ibm-logo .footer-cta-button{position:relative;margin-top:30px;left:auto;transform:none;z-index:2}}.footer-ibm-logo{width:100%;max-width:100%;text-align:left;margin-top:0;margin-bottom:0;position:relative;z-index:-10;transform:translateY(-20px);display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-sizing:border-box}.footer-ibm-logo img{max-width:calc(100% - 200px);height:auto;width:calc(100% - 200px);height:60vh;max-height:500px;object-fit:contain;flex:1 1}.footer-cta-button{display:inline-block;padding:12px 28px;background:hsla(0,0%,100%,.15);border-radius:24px;font-size:14px;color:var(--color-text-primary);border:none;cursor:pointer;letter-spacing:.5px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 0 40px rgba(255,0,0,0),var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,0);overflow:hidden;transition:color 1.2s ease,background 1.2s ease,transform 1.2s ease;font-weight:500;text-decoration:none!important}.footer-cta-button:before{top:0;left:0;right:0;bottom:0;background:transparent;border-radius:24px;z-index:-2}.footer-cta-button:after,.footer-cta-button:before{content:"";position:absolute;opacity:0;transition:opacity 1.2s ease}.footer-cta-button:after{width:200px;height:200px;background:radial-gradient(circle,rgba(255,200,0,.4) 0,rgba(255,165,0,.3) 50%,transparent 70%);border-radius:50%;left:var(--gradient-x,50%);top:var(--gradient-y,50%);transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.footer-cta-button:hover{color:var(--color-text-primary);box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 0 40px red,var(--glow-offset-x,0) var(--glow-offset-y,0) 8px rgba(255,100,0,calc(var(--glow-intensity, 0) * .25))}.footer-cta-button:hover:after,.footer-cta-button:hover:before{opacity:1}.footer-cta-button:active{transform:translateY(0)}.contact-page{min-height:100vh;background-color:var(--color-primary);color:var(--color-text-primary);position:relative;overflow-x:hidden;overflow-y:visible}.contact-header{display:flex;justify-content:space-between;align-items:center;padding:15px 60px;font-family:Georgia,serif;font-size:14px;position:relative;z-index:2;transform:scaleY(1.2)}.contact-logo{position:relative;width:60px;height:60px}.contact-wheel{width:100%;height:100%;object-fit:contain;transition:transform .1s ease-out}.contact-header-title{font-family:Georgia,serif;font-size:14px;font-weight:700;color:var(--color-text-primary);margin-left:40px;transform:scaleY(1.2)}.contact-main{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;min-height:500px;gap:10px;max-width:780px;margin:0 auto;padding:0 10px 30px}.stars-pill{background:hsla(0,0%,100%,.15);border-radius:30px;padding:4px 8px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.2);margin-bottom:5px;display:flex;align-items:baseline;justify-content:center;gap:10px}.stars{color:gold;font-size:12px}.stars,.stars-text{display:flex;vertical-align:baseline}.stars-text{color:hsla(0,0%,100%,.9);font-size:11px;font-weight:500;align-items:baseline}.contact-title{font-family:Satoshi,sans-serif;font-size:64px;font-weight:800;color:var(--color-text-primary);margin:0;letter-spacing:-.02em;line-height:1.1}.contact-subtitle{font-size:18px;font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.9);margin:0;max-width:450px}@keyframes gradientCycle{0%{left:-100%}to{left:100%}}.contact-button{display:inline-block;padding:12px 32px;background:hsla(0,0%,100%,.15);border-radius:28px;font-size:16px;color:var(--color-text-primary);border:none;cursor:pointer;letter-spacing:.5px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 0 40px rgba(255,165,0,.6),0 0 30px rgba(255,200,0,.4);overflow:hidden;transition:all .3s ease;position:relative;z-index:2}.contact-button:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,120,0,.3),rgba(255,140,0,.4),rgba(255,160,0,.5),rgba(255,180,0,.6),rgba(255,200,0,.7),rgba(255,220,0,.75),rgba(255,200,0,.8),rgba(255,200,0,.8),rgba(255,160,0,.85),rgba(255,120,0,.9),rgba(255,80,0,.95),#ff2800,rgba(255,0,0,.95),#ff1414,#ff2828,#ff3c3c,#ff2828,#ff1414,rgba(255,0,0,.9),rgba(255,40,0,.8),rgba(255,80,0,.7),rgba(255,120,0,.6),rgba(255,160,0,.5),rgba(255,180,0,.4),rgba(255,200,0,.3),transparent);border-radius:32px;opacity:.9;animation:gradientCycle 3s ease-in-out infinite;z-index:-1}.contact-pills{display:flex;justify-content:center;gap:12px;margin-top:5px}.contact-pill{background:hsla(0,0%,100%,.1);color:var(--color-text-primary);padding:8px 16px;border-radius:24px;font-size:.9rem;font-weight:500;border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}@media (max-width:768px){.contact-pills{gap:8px;margin-top:5px}.contact-pill{padding:6px 12px;font-size:.85rem}}.waves-divider{position:relative;width:110vw;height:130px;overflow:hidden;background:var(--color-bg-primary);padding:0;left:50%;transform:translateX(-50%);z-index:10;margin:-30px 0 0 calc(-50vw + 50%)}.waves-divider img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width:769px){.waves-divider{margin-top:-70px}}.contact-testimonials{background:#fff;padding:60px;position:relative;z-index:1}.testimonials-container{max-width:1200px;margin:0 auto;text-align:center}.testimonials-stars{background:rgba(0,0,255,.1);border-radius:50px;padding:8px 20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,255,.2);display:inline-block;margin-bottom:30px}.testimonials-stars .stars{color:gold;font-size:16px;letter-spacing:2px}.testimonials-title{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;color:var(--color-text-secondary);margin:0 0 30px;letter-spacing:-.02em;line-height:1.1}.testimonials-subtitle{font-size:20px;font-weight:400;line-height:1.6;color:var(--color-text-light);max-width:700px;margin:0 auto 40px}.testimonials-value-prop{max-width:800px;margin:0 auto 60px}.testimonials-value-prop p{font-size:18px;line-height:1.7;color:var(--color-text-medium);margin:0;font-weight:400}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;margin-top:60px}.testimonial-item{background:#fff;padding:40px 30px;border-radius:24px;position:relative;overflow:visible;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);text-align:left}.testimonial-item:hover{transform:translateY(-4px);background:#fafafa;box-shadow:0 8px 25px rgba(0,0,0,.08)}.testimonial-stars{color:gold;font-size:18px;margin-bottom:20px;letter-spacing:2px}.testimonial-text{font-size:16px;line-height:1.6;color:var(--color-text-medium);margin-bottom:25px;font-weight:400}.testimonial-author{display:flex;flex-direction:column;gap:4px}.testimonial-author strong{color:var(--color-text-secondary);font-size:18px;font-weight:600}.testimonial-author span{color:var(--color-text-light);font-size:14px;font-weight:400}.contact-blank{background:#fff;min-height:800px;width:100%}@media (max-width:768px){.contact-header{padding:15px 30px}.contact-main{gap:10px;max-width:100%;padding:0 10px 30px;min-height:400px}.contact-title{font-size:48px}.contact-subtitle{font-size:16px;max-width:100%}.contact-testimonials{padding:80px 30px}.testimonials-title{font-size:48px}.testimonials-subtitle{font-size:18px}.testimonials-value-prop p{font-size:16px}.testimonials-grid{grid-template-columns:1fr;gap:30px;justify-items:center}.testimonial-item{padding:30px 25px}}.contact-media{background:#fff;padding:100px 0;position:relative}.media-container{max-width:1200px;margin:0 auto;padding:0 40px;text-align:center}.media-title{font-size:2.5rem;font-weight:700;color:var(--color-text-secondary);margin-bottom:24px;font-family:Inter,sans-serif}.media-subtitle{font-size:1.1rem;color:var(--color-text-light);margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px;margin-top:40px}.media-item{position:relative;border-radius:16px;overflow:hidden;background:var(--color-bg-secondary);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.media-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,255,.1)}.media-image{width:100%;height:200px;object-fit:cover;transition:all .4s cubic-bezier(.4,0,.2,1);filter:brightness(.95) contrast(1.05)}.media-item:hover .media-image{transform:scale(1.05);filter:brightness(1) contrast(1.1)}.media-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3) 40%,rgba(0,0,0,.9));padding:30px 20px 20px;color:var(--color-text-primary);transform:translateY(100%);transition:all .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.media-item:hover .media-overlay{transform:translateY(0)}.media-project-title{font-size:1.2rem;font-weight:600;margin-bottom:8px;font-family:Inter,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.02em}.media-project-description{font-size:.9rem;color:hsla(0,0%,100%,.95);margin:0;line-height:1.5;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.3)}.media-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#00f,#ff0080,#00ff80,#ff8000);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;opacity:0;transition:opacity .4s ease;z-index:1}.media-item:hover:before{opacity:1}.media-item:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:radial-gradient(circle,rgba(0,0,255,.1) 0,transparent 70%);transform:translate(-50%,-50%) scale(.8);opacity:0;transition:all .4s ease;pointer-events:none;z-index:0}.media-item:hover:after{opacity:1;transform:translate(-50%,-50%) scale(1.2)}@media (max-width:768px){.media-title{font-size:2rem}.media-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.media-image{height:180px}.media-item:hover{transform:translateY(-6px) scale(1.01)}.media-item:hover .media-image{transform:scale(1.03)}}@media (max-width:480px){.media-container{padding:0 20px}.media-title{font-size:1.8rem}.media-grid{grid-template-columns:1fr;gap:15px;justify-items:center}.media-image{height:160px}.media-item:hover{transform:translateY(-4px) scale(1.005)}.media-item:hover .media-image{transform:scale(1.02)}.media-overlay{padding:25px 15px 15px}.media-project-title{font-size:1.1rem}.media-project-description{font-size:.85rem}}.language-switcher{display:flex;align-items:center;gap:8px;margin-left:20px}.lang-link{color:var(--color-text-secondary);text-decoration:none;font-weight:500;font-size:14px;padding:4px 8px;border-radius:4px;transition:all .2s ease}.lang-link:hover{background-color:#f0f0f0}.lang-link.active{background-color:var(--color-primary);color:var(--color-text-primary)}.lang-separator{color:#ccc;font-size:14px}@media (max-width:768px){.language-switcher{margin-left:10px}.lang-link{font-size:12px;padding:2px 6px}}