:root{--font-plus-jakarta:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--red-primary:#f50;--red-hover:#e54c00;--red-badge:#f50;--red-light-bg:#fff0e5;--text-black:#080808;--text-dark:#121316;--text-secondary:#585d6a;--border-light:#eceef2;--border-card:#e5e7eb;--bg-app:#fafafb;--bg-card:#fff;--blue-card-bg:#0a52e0;--teal-card-bg:#0b3334;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 36px #0000001f;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px}*{box-sizing:border-box;margin:0;padding:0}::selection{color:#fff!important;background:#f50!important}::selection{color:#fff!important;background:#f50!important}body{font-family:var(--font-plus-jakarta);background-color:var(--bg-app);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;padding:0;line-height:1.5;position:relative;overflow-x:hidden;cursor:none!important}body:after{content:"";pointer-events:none;z-index:0;opacity:0;will-change:opacity;background:linear-gradient(135deg,#0054fa 0%,#7928ca 33%,#f50 66%,#00f0ff 100%) 0 0/400% 400%;transition:opacity .8s cubic-bezier(.4,0,.2,1);animation:14s infinite footerColorShift;position:fixed;inset:0}body.footer-active:after{opacity:1}body *,a,button,input,select,textarea{cursor:none!important}.custom-cursor-wrapper{pointer-events:none;z-index:999999;will-change:transform;width:28px;height:32px;margin-top:-1px;margin-left:-1px;position:fixed;top:0;left:0}.custom-cursor-svg{filter:drop-shadow(0 3px 10px #0006);transform-origin:0 0;width:100%;height:100%;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),filter .2s}.custom-cursor-wrapper.hovered .custom-cursor-svg{filter:drop-shadow(0 4px 14px #ff55008c);transform:scale(1.25)rotate(-6deg)}@media (pointer:coarse){.custom-cursor-wrapper{display:none!important}}.app-container{z-index:9999;flex-direction:column;gap:20px;max-width:1440px;margin:0 auto;padding:84px 24px 40px;display:flex;position:relative}.header{-webkit-backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #00000014;border-radius:9999px;justify-content:space-between;align-items:center;gap:20px;width:calc(100% - 48px);max-width:1020px;padding:8px 24px;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 36px #0000001f;z-index:999999!important}.header-brand{color:var(--text-black);letter-spacing:-.5px;white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;font-size:26px;font-weight:800;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;border-radius:6px;width:32px;height:32px}.brand-dot{color:var(--red-primary)}.header-nav{flex-wrap:nowrap;align-items:center;gap:24px;display:flex}.nav-link{font-family:var(--font-plus-jakarta);color:var(--text-black);letter-spacing:-.5px;white-space:nowrap;font-size:16px;font-weight:800;text-decoration:none;transition:color .2s,transform .2s}.nav-link:hover{color:var(--red-primary);transform:translateY(-1px)}.header-right{flex-shrink:0;align-items:center;gap:16px;display:flex}.btn-cyces-ai,.btn-yuyonix-ai{background-color:var(--red-primary);color:#fff;white-space:nowrap;border-radius:9999px;flex-shrink:0;align-items:center;gap:6px;padding:10px 20px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,background-color .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #ff550059}.btn-cyces-ai:hover,.btn-yuyonix-ai:hover{background-color:var(--red-hover);transform:translateY(-1px);box-shadow:0 6px 18px #ff550073}.social-icons{flex-shrink:0;align-items:center;gap:12px;display:flex}.social-icon-btn{color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.social-icon-btn:hover{color:var(--red-primary);background-color:#f0f1f5}.mobile-menu-btn{cursor:pointer;z-index:1000001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.mobile-menu-btn .hamburger-line{background-color:var(--text-dark);transform-origin:50%;border-radius:2px;width:100%;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-btn.open .hamburger-line:first-child{background-color:var(--red-primary);transform:translateY(8.5px)rotate(45deg)}.mobile-menu-btn.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.open .hamburger-line:nth-child(3){background-color:var(--red-primary);transform:translateY(-8.5px)rotate(-45deg)}.mobile-nav-overlay{-webkit-backdrop-filter:blur(16px);z-index:1000000;opacity:0;pointer-events:none;visibility:hidden;background:#0d0d11f5;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .35s,visibility .35s;display:flex;position:fixed;top:0;left:0}.mobile-nav-overlay.active{opacity:1;pointer-events:auto;visibility:visible}.mobile-nav-container{text-align:center;flex-direction:column;align-items:center;gap:36px;width:90%;max-width:340px;display:flex}.mobile-nav-links{flex-direction:column;gap:24px;display:flex}.mobile-nav-link{font-family:var(--font-plus-jakarta);color:#fff;text-transform:lowercase;letter-spacing:-.5px;font-size:26px;font-weight:800;text-decoration:none;transition:color .2s,transform .2s}.mobile-nav-link:hover{color:#f50;transform:translateY(-2px)}.mobile-nav-actions{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.mobile-cta{text-align:center;border-radius:999px;width:100%;box-shadow:0 8px 24px #ff55004d;padding:14px 28px!important;font-size:16px!important}.mobile-social-row{justify-content:center;align-items:center;gap:16px;display:flex}.mobile-social-row .social-icon-btn{color:#fff;background:#ffffff1a;width:44px;height:44px}.mobile-social-row .social-icon-btn:hover{color:#fff;background:#f50}@media (max-width:1200px){.header{width:calc(100% - 32px);padding:8px 20px}.header-brand{font-size:22px}.header-nav{gap:16px}.nav-link{font-size:14px}.btn-cyces-ai,.btn-yuyonix-ai{padding:8px 18px;font-size:14px}.social-icons{gap:6px}}@media (max-width:768px){.header-nav,.header-right{display:none!important}.mobile-menu-btn{display:flex!important}.header{justify-content:space-between;width:calc(100% - 24px);padding:10px 18px;top:12px}.header-brand{font-size:20px}}@media (max-width:480px){.header{width:calc(100% - 16px);padding:8px 14px;top:8px}.header-brand{font-size:18px}}.bento-wrapper{flex-direction:column;gap:20px;width:100%;display:flex}.top-layout-row{align-items:stretch;gap:20px;width:100%;display:flex}.middle-hero-section{text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;padding:16px 0 24px;display:flex}.hero-headline-block{justify-content:center;width:100%;padding:4px 0;display:flex}.bento-grid{grid-template-columns:repeat(12,1fr);align-items:stretch;gap:20px;display:grid}.bento-right-column{flex-direction:column;grid-column:span 4;gap:20px;width:100%;display:flex}.bento-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-xl);flex-direction:column;justify-content:space-between;padding:28px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;position:relative;overflow:hidden}.bento-card:hover{box-shadow:var(--shadow-md);border-color:#d6d9e0;transform:translateY(-4px)}.hero-headline{letter-spacing:-2px;color:var(--text-black);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;font-size:76px;font-weight:900;line-height:1.05;display:flex}.mighty-badge{background-color:var(--red-badge);color:#fff;white-space:nowrap;box-sizing:border-box;border-radius:6px;align-items:center;width:auto;height:84px;padding:2px 22px;font-size:72px;font-weight:900;display:inline-flex}.typing-cursor{color:#fff;margin-left:2px;font-weight:300;animation:.75s infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.lets-build-card{border:1.5px solid var(--red-primary);border-radius:var(--radius-xl);cursor:pointer;background-color:#fff;grid-column:span 4;justify-content:center;align-items:center;min-height:240px;padding:20px 24px;transition:background-color .3s,border-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.lets-build-svg{width:100%;height:100%;display:block}.svg-build-text{fill:var(--red-primary);transition:fill .3s}.lets-build-card:hover{background-color:var(--red-primary);border-color:var(--red-primary);transform:translateY(-4px);box-shadow:0 12px 32px #ff550059}.lets-build-card:hover .svg-build-text{fill:#fff}.agents-headline-card{width:100%;box-shadow:none;text-align:center;background:0 0;border:none;justify-content:center;padding:8px 0 16px;display:flex}.tech-stack-banner{border:1px solid var(--border-card);border-radius:var(--radius-xl);width:100%;max-width:940px;box-shadow:var(--shadow-sm);background:#fff;justify-content:space-between;align-items:center;gap:16px;margin:4px auto 0;padding:16px 28px;display:flex}.tech-stack-label{letter-spacing:1.5px;color:#94a3b8;white-space:nowrap;font-size:11px;font-weight:900}.tech-stack-logos{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.tech-logo-item{color:#1e293b;opacity:.85;cursor:default;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.tech-logo-item:hover{opacity:1}.agents-headline-text{letter-spacing:-2.4px;color:var(--text-black);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;font-size:64px;font-weight:800;line-height:1.12;display:flex}.headline-block-1{text-align:center;display:block}.headline-block-2{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;display:flex}.action-peach-pill{background-color:#ffe8d6;border-radius:9999px;align-items:center;gap:15px;height:74px;padding:2px 28px;display:inline-flex}.orange-dot-icon{background-color:var(--red-primary);border-radius:50%;flex-shrink:0;width:17px;height:17px;display:inline-block}.action-word{color:#000;font-weight:800;transition:opacity .2s,transform .2s;display:inline-block}.action-word.visible{opacity:1;transform:translateY(0)}.action-word.hidden{opacity:0;transform:translateY(-4px)}.service-card{border-radius:var(--radius-lg);min-height:210px;padding:24px}.service-title{letter-spacing:-.5px;font-size:26px;font-weight:800;line-height:1.1}.service-title span.black{color:var(--text-black);display:block}.service-title span.red,.service-title span.orange{color:var(--red-primary);font-weight:900;display:block}.tool-icons{align-items:center;gap:12px;margin-top:40px;display:flex}.tool-badge{color:var(--text-dark);background:#f4f5f8;border-radius:6px;justify-content:center;align-items:center;padding:6px;font-size:13px;font-weight:700;display:inline-flex}.tool-badge-square{color:#fff;background:#000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.work-showcase-card{border-radius:var(--radius-xl);border:1px solid var(--border-card);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;grid-column:span 8;min-height:520px;padding:24px 28px;display:flex;position:relative;overflow:hidden}.work-card-top-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.work-title-controls-group{align-items:center;gap:14px;display:flex}.work-nav-arrows{align-items:center;gap:6px;display:flex}.work-arrow-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.work-arrow-btn:hover{color:#fff;background:#f50;border-color:#f50;transform:translateY(-1px)}.sponsored-note-badge{color:#f50;letter-spacing:.3px;background:#fff0e5;border:1px solid #ff550040;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:700;animation:2s ease-in-out infinite alternate sponsoredPulse}@keyframes sponsoredPulse{0%{box-shadow:0 0 #f500}to{box-shadow:0 0 10px #ff550040}}.work-cards-deck-wrapper{flex-direction:column;align-items:center;width:100%;height:410px;margin-top:6px;display:flex;position:relative}.deck-backing-layer{pointer-events:none;border-radius:18px;height:100%;position:absolute;box-shadow:0 4px 14px #0000000a}.deck-backing-layer.layer-2{z-index:1;background:#f1f5f9;border:1px solid #cbd5e1;width:93%;bottom:-14px}.deck-backing-layer.layer-1{z-index:2;background:#f8fafc;border:1px solid #e2e8f0;width:96.5%;bottom:-7px}.active-card-frame{z-index:10;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.45s cubic-bezier(.16,1,.3,1) cardInPlaceFade;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000012}.active-card-img{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%;transition:transform .3s}@keyframes cardInPlaceFade{0%{opacity:0;transform:translateY(6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.work-dots-row{align-items:center;gap:6px;display:flex}.work-dots-row .dot{border-radius:50%;width:10px;height:10px;display:inline-block}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.lets-do-it-action-card{border-radius:var(--radius-xl);cursor:pointer;background:#fff;border:2px solid #f50;grid-column:span 4;justify-content:center;align-items:center;height:100%;min-height:520px;padding:32px 24px;transition:background-color .35s cubic-bezier(.16,1,.3,1),border-color .35s,transform .3s,box-shadow .3s;display:flex;overflow:hidden}.lets-do-it-action-card:hover{background-color:#f50;border-color:#f50;transform:translateY(-4px);box-shadow:0 16px 40px #ff550059}.lets-do-it-content{flex-direction:column;align-items:flex-start;margin-top:20px;display:flex;position:relative}.lets-label-top{color:#000;letter-spacing:-1.5px;z-index:2;font-size:42px;font-weight:900;line-height:1;position:absolute;top:-26px;left:90px}.do-it-giant-title{color:#f50;letter-spacing:-7px;z-index:1;white-space:nowrap;margin:0;padding:0;font-size:150px;font-weight:900;line-height:.8;transition:color .35s cubic-bezier(.16,1,.3,1);position:relative}.lets-do-it-action-card:hover .do-it-giant-title{color:#fff!important}.insights-terminal-card{border-radius:var(--radius-xl);background:#060911;border:1px solid #00ff8033;grid-column:span 8;min-height:340px}.ai-blue-stack-card{border-radius:var(--radius-xl);color:#fff;background:#0b57d0;flex-direction:column;grid-column:span 4;justify-content:space-between;min-height:340px;padding:32px 28px;display:flex;position:relative;overflow:hidden;box-shadow:14px 0 0 -4px #062356}.ai-blue-stack-card:after{content:"";border-radius:var(--radius-xl);z-index:-1;background:#061f45;width:100%;height:100%;position:absolute;top:0;right:-16px}.blue-nodes-graphic{width:160px;height:120px;margin:10px auto 20px;position:relative}.node-center-dot{z-index:3;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #fffc}.node-inner-bullet{background:#0b57d0;border-radius:50%;width:14px;height:14px}.node-outer-dot{z-index:3;background:0 0;border:2px solid #ffffffd9;border-radius:50%;width:24px;height:24px;position:absolute}.dot-top-left{top:12px;left:22px}.dot-top-right{top:12px;right:22px}.dot-bottom-left{bottom:12px;left:22px}.dot-bottom-right{bottom:12px;right:22px}.node-lines-svg{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.blue-card-headline{color:#fff;margin-bottom:20px;font-size:16px;font-weight:700;line-height:1.35}.blue-card-users{color:#ffffffb3;font-size:13px;font-weight:600}.insights-showcase-card{border:1px solid var(--border-card);border-radius:var(--radius-xl);background:#fff;flex-direction:column;grid-column:span 8;justify-content:space-between;min-height:340px;padding:28px 32px;display:flex}.insights-subcards-row{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin-top:12px;display:grid}.insight-subcard{border-radius:22px;flex-direction:column;justify-content:flex-end;height:200px;padding:24px 20px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.insight-subcard:hover{transform:translateY(-4px);box-shadow:0 10px 28px #00000014}.subcard-black{background:#000;justify-content:center;align-items:center;padding:0;display:flex}.subcard-logo-img{object-fit:cover;border-radius:22px;width:100%;height:100%}.subcard-light{color:#121316;background:#f0f2f6}.subcard-light h3{color:#121316;margin-bottom:12px;font-size:16px;font-weight:800;line-height:1.25}.subcard-link{color:#6b7280;font-size:12px;font-weight:700}.subcard-navy{color:#fff;background:#0b101d}.subcard-navy h3{color:#fff;margin-bottom:12px;font-size:16px;font-weight:800;line-height:1.25}.subcard-tag-text{color:#fff9;font-size:12px;font-weight:600}.y-corner-badge{color:#fff;background:#000;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:900;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 14px #0006}.mic-tile-card{background-color:var(--red-light-bg);border-radius:var(--radius-xl);border:1px solid #ffd4c0;grid-column:span 3;justify-content:center;align-items:center;min-height:180px;display:flex}.mic-icon-wrapper{width:64px;height:64px;color:var(--red-primary);justify-content:center;align-items:center;transition:transform .3s;display:flex}.mic-tile-card:hover .mic-icon-wrapper{transform:scale(1.15)rotate(-5deg)}.ai-agents-stack{grid-column:span 4;min-height:320px;position:relative}.dark-teal-back-card{border-radius:var(--radius-xl);z-index:1;color:#fff;background:#060911;border:1px solid #ff55004d;flex-direction:column;justify-content:flex-end;width:88%;height:96%;padding:24px;display:flex;position:absolute;top:0;right:0;box-shadow:inset 0 0 20px #ff55000d}.blue-front-card{z-index:2;border-radius:var(--radius-xl);color:#fff;background:linear-gradient(145deg,#090e1a 0%,#11192a 50%,#070b14 100%);border:1.5px solid #00f0ff4d;flex-direction:column;justify-content:space-between;width:92%;height:100%;padding:28px 24px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #00f0ff1a,-8px 12px 28px #0006}.blue-front-card:before{content:"";pointer-events:none;z-index:1;background-image:linear-gradient(#00f0ff0d 1px,#0000 1px),linear-gradient(90deg,#00f0ff0d 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.blue-front-card:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#00f0ff40 0%,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-40px}.ai-agents-stack:hover .blue-front-card{border-color:#00f0ff99;transform:translate(-8px);box-shadow:0 16px 45px #00f0ff33,-8px 12px 28px #00000080}.ai-node-graphics{perspective:1000px;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative}.node-3d-scene{width:160px;height:160px;transform-style:preserve-3d;justify-content:center;align-items:center;display:flex;position:relative}.node-3d-ring-1{width:140px;height:140px;transform-style:preserve-3d;border:2px dashed #fff9;border-radius:50%;animation:10s linear infinite spin3D;position:absolute;box-shadow:0 0 20px #fff3}.node-3d-ring-2{width:124px;height:124px;transform-style:preserve-3d;border:1.5px solid #ffffff4d;border-radius:50%;animation:8s linear infinite spin3DReverse;position:absolute}.satellite-node{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff4d;border:2px solid #fff;border-radius:50%;width:26px;height:26px;position:absolute;box-shadow:0 0 14px #fffc,inset 0 0 8px #ffffff80}.sat-1{top:-13px;left:57px}.sat-2{bottom:-13px;left:57px}.sat-3{top:57px;left:-13px}.sat-4{top:57px;right:-13px}.node-3d-center{z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:3s ease-in-out infinite alternate pulseCenter;display:flex;position:absolute;box-shadow:0 0 25px #ffffffe6,0 0 50px #094fd499}@keyframes spin3D{0%{transform:rotateX(62deg)rotateY(18deg)rotate(0)}to{transform:rotateX(62deg)rotateY(18deg)rotate(360deg)}}@keyframes spin3DReverse{0%{transform:rotateX(-52deg)rotateY(-22deg)rotate(360deg)}to{transform:rotateX(-52deg)rotateY(-22deg)rotate(0)}}@keyframes pulseCenter{0%{transform:scale(.95);box-shadow:0 0 20px #ffffffb3}to{transform:scale(1.05);box-shadow:0 0 34px #fffffff2,0 0 65px #094fd4bf}}.ai-agents-text{z-index:2;color:#fffffff2;margin-bottom:24px;font-size:16px;font-weight:600;line-height:1.4;position:relative}.ai-agents-text strong{color:#fff;font-weight:800}.users-count-badge{z-index:2;color:#00f0ff;letter-spacing:.5px;text-shadow:0 0 10px #00f0ff80;font-size:12px;font-weight:700;position:relative}.full-width-wwd-card{border:1px solid var(--border-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;grid-column:span 12;min-height:520px;padding:40px 0 0 44px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.wwd-flex-layout{justify-content:space-between;align-items:flex-end;gap:28px;width:100%;display:flex}.wwd-left-info{flex-direction:column;flex:1.6;gap:16px;padding-bottom:40px;display:flex}.wwd-eyebrow{letter-spacing:1.5px;color:var(--red-primary);text-transform:uppercase;font-size:12px;font-weight:900}.wwd-title{letter-spacing:-1.4px;color:var(--text-black);margin-top:-6px;font-size:44px;font-weight:900;line-height:1.1}.wwd-title .highlight-orange{color:var(--red-primary)}.wwd-pills-row{flex-wrap:wrap;align-items:center;gap:10px;margin:6px 0;display:flex}.wwd-pill-btn{color:#475569;cursor:pointer;background:#f1f3f7;border:1px solid #e2e8f0;border-radius:10px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:all .25s}.wwd-pill-btn:hover{color:var(--text-black);background:#e2e8f0}.wwd-pill-btn.is-active{color:#fff;background:linear-gradient(135deg,#f50 0%,#e04800 100%);border-color:#f50;box-shadow:0 4px 14px #ff550059}.wwd-desc-controls-row{align-items:flex-center;justify-content:space-between;gap:20px;margin-bottom:4px;display:flex}.wwd-subtitle{color:var(--text-secondary);max-width:440px;font-size:14px;font-weight:600;line-height:1.5}.wwd-arrow-controls{flex-shrink:0;align-items:center;gap:8px;display:flex}.wwd-arrow-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;box-shadow:0 2px 6px #0000000a}.wwd-arrow-btn:hover{border-color:var(--red-primary);color:var(--red-primary);background:#fff5f0;transform:translateY(-1px)}.wwd-16x9-card{background:#fafafc radial-gradient(#0000000a 1px,#0000 1px) 0 0/14px 14px;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:12px;width:100%;height:auto;min-height:260px;padding:22px 26px;animation:.4s cubic-bezier(.16,1,.3,1) wwdCardFadeIn;display:flex;position:relative;box-shadow:0 10px 30px #0000000d}@keyframes wwdCardFadeIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.wwd-card-top-bar{align-items:center;gap:10px;display:flex}.wwd-phase-badge{color:var(--red-primary);letter-spacing:.5px;background:#fff0e5;border-radius:6px;padding:4px 10px;font-family:Courier New,Courier,monospace;font-size:11px;font-weight:800}.wwd-cat-badge{color:var(--text-secondary);background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:4px 12px;font-size:11px;font-weight:700}.wwd-card-featured-heading{color:var(--text-black);letter-spacing:-.6px;margin-top:4px;font-size:22px;font-weight:900}.wwd-card-featured-desc{color:var(--text-secondary);max-width:520px;font-size:14px;font-weight:500;line-height:1.5}.wwd-tech-stack-container{border-top:1px solid #0000000f;flex-direction:column;gap:8px;margin-top:8px;padding-top:12px;display:flex}.wwd-tech-title{letter-spacing:1px;color:var(--text-secondary);font-family:Courier New,Courier,monospace;font-size:10px;font-weight:800}.wwd-tech-list{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wwd-tech-pill{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;transition:transform .2s,border-color .2s;display:inline-flex;box-shadow:0 2px 6px #00000008}.wwd-tech-pill:hover{border-color:var(--red-primary);transform:translateY(-2px)}.wwd-tech-icon{font-size:14px}.wwd-tech-name{color:var(--text-black);font-size:12px;font-weight:800}.wwd-img-fade-container{perspective:1200px;flex:1.1;align-self:flex-end;max-width:560px;height:calc(100% + 40px);margin-top:-40px;display:flex;position:relative;overflow:hidden}.wwd-img-fade-container:before{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#fff 0%,#ffffffd9 40%,#0000 100%);width:38%;height:100%;position:absolute;top:0;left:0}.wwd-img-flip-card{transform-origin:100%;backface-visibility:hidden;justify-content:flex-end;align-items:flex-end;width:100%;height:100%;animation:.65s cubic-bezier(.34,1.4,.64,1) wwdCardFlipIn;display:flex;position:relative;overflow:visible}.wwd-orange-binary-bg{pointer-events:none;z-index:0;color:#f50;text-shadow:0 0 6px #f50c,0 0 14px #f506;letter-spacing:1.5px;-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:space-between;align-items:flex-start;font-family:Courier New,Courier,monospace;font-size:11px;font-weight:800;line-height:1.6;display:flex;position:absolute;inset:-350px 0 -200px;overflow:hidden}.wwd-bin-col{writing-mode:vertical-lr;white-space:nowrap;will-change:transform;flex-direction:column;flex-shrink:0;width:max-content;display:flex}.wwd-bin-down{animation:linear infinite binScrollDown}.wwd-bin-up{animation:linear infinite binScrollUp}@keyframes binScrollDown{0%{transform:translateY(-33.333%)}to{transform:translateY(0%)}}@keyframes binScrollUp{0%{transform:translateY(0%)}to{transform:translateY(-33.333%)}}.wwd-direct-img{z-index:1;position:relative}.wwd-word-rain-bg{pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:space-around;align-items:flex-start;display:flex;position:absolute;inset:0;overflow:hidden}.wwd-word-col{will-change:transform;flex-direction:column;flex-shrink:0;align-items:center;gap:14px;padding:0 4px;display:flex}.wwd-word-item{letter-spacing:.5px;color:#f50;text-shadow:0 0 8px #f509,0 0 18px #ff55004d;white-space:nowrap;text-transform:uppercase;font-family:Inter,Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;line-height:1}@keyframes wwdCardFlipIn{0%{opacity:0;transform:rotateY(-90deg)scale(.9)}60%{opacity:1;transform:rotateY(8deg)scale(1.02)}to{opacity:1;transform:rotateY(0)scale(1)}}.wwd-direct-img{object-fit:contain;object-position:bottom right;border-bottom-right-radius:var(--radius-xl);align-self:flex-end;width:100%;max-width:560px;height:auto;max-height:520px}.wwd-img-fade-container.img-2-active .wwd-direct-img{transform-origin:100% 100%;object-position:bottom center;max-width:575px;max-height:530px;transform:scale(1.03)translateY(60px)}.yuyonix-ape-footer{z-index:1;color:#121316;border-radius:0;flex-direction:column;justify-content:space-between;width:100%;min-height:560px;margin-top:clamp(200px,45vh,420px);padding:80px 0 40px;transition:color .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:none!important;background:0 0!important}.yuyonix-ape-footer.is-active{color:#fff}@keyframes footerColorShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.footer-water-canvas{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.footer-container-inner{z-index:3;flex-direction:column;flex:1;justify-content:space-between;width:100%;max-width:1440px;margin:0 auto;padding:0 48px;display:flex;position:relative}.footer-top-nav{z-index:3;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex;position:relative}.footer-left-brand-logo{align-items:center;width:140px;height:140px;display:flex;position:relative}.footer-logo-link{align-items:center;text-decoration:none;display:flex}.footer-logo-img-big{object-fit:contain;transform-origin:0;filter:drop-shadow(0 8px 24px #0000004d);width:140px;height:140px;transition:transform .3s,filter .3s;transform:scale(1.6)}.footer-logo-link:hover .footer-logo-img-big{filter:drop-shadow(0 10px 30px #ff550073);transform:scale(1.72)}.footer-middle-socials{flex-direction:column;gap:14px;display:flex}.footer-right-columns{align-items:flex-start;gap:48px;display:flex}.massive-social-icons-row{align-items:center;gap:14px;display:flex}.massive-social-icon{color:#121316;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1213160f;border:1.5px solid #1213161f;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background .3s,border-color .3s,color .3s,box-shadow .3s;display:flex;box-shadow:0 6px 20px #0000000d}.yuyonix-ape-footer.is-active .massive-social-icon{color:#fff;background:#ffffff14;border-color:#fff3}.massive-social-icon:hover{transform:translateY(-6px)scale(1.08)}.massive-social-icon.insta-btn:hover{color:#fff!important;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;border-color:#0000!important;box-shadow:0 12px 30px #dc274373!important}.massive-social-icon.linkedin-btn:hover{color:#fff!important;background:#0a66c2!important;border-color:#0a66c2!important;box-shadow:0 12px 30px #0a66c273!important}.massive-social-icon.whatsapp-btn:hover{color:#fff!important;background:#25d366!important;border-color:#25d366!important;box-shadow:0 12px 30px #25d36673!important}.massive-social-icon.discord-btn:hover{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important;box-shadow:0 12px 30px #5865f273!important}.massive-social-icon.github-btn:hover{color:#fff!important;background:#181717!important;border-color:#181717!important;box-shadow:0 12px 30px #0009!important}.massive-social-icon.twitter-btn:hover{color:#fff!important;background:#000!important;border-color:#000!important;box-shadow:0 12px 30px #0009!important}.massive-social-icon.contact-btn:hover{color:#fff!important;background:#f50!important;border-color:#f50!important;box-shadow:0 12px 30px #ff550073!important}.footer-nav-col{flex-direction:column;gap:16px;display:flex}.footer-col-title{font-family:var(--font-plus-jakarta);letter-spacing:1.5px;color:#121316;text-transform:uppercase;font-size:15px;font-weight:900;transition:color .8s cubic-bezier(.4,0,.2,1)}.yuyonix-ape-footer.is-active .footer-col-title{color:#fff}.footer-nav-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-nav-links a{color:#121316bf;letter-spacing:1px;font-family:Courier New,Courier,monospace;font-size:12px;font-weight:700;text-decoration:none;transition:color .8s cubic-bezier(.4,0,.2,1),transform .2s,text-shadow .2s;display:inline-block}.yuyonix-ape-footer.is-active .footer-nav-links a{color:#ffffffd9}.footer-nav-links a:hover{color:#f50;transform:translate(3px)}.yuyonix-ape-footer.is-active .footer-nav-links a:hover{color:#fff;text-shadow:0 0 10px #fffc}.footer-brand-hero{z-index:3;text-align:center;-webkit-user-select:none;user-select:none;width:100%;margin:32px 0 16px;padding:60px 0;position:relative;overflow:visible}.brand-liquid-blob{pointer-events:none;opacity:0;mix-blend-mode:difference;z-index:4;background:#fff;border-radius:40% 60% 70% 30%/40% 50% 60%;width:280px;height:280px;transition:transform .35s cubic-bezier(.175,.885,.32,1.275),opacity .3s;animation:8s linear infinite blobOrganicRotate;position:absolute;transform:translate(-50%,-50%)scale(0)}.footer-brand-hero.is-hovered .brand-liquid-blob{opacity:1;transform:translate(-50%,-50%)scale(1)}@keyframes blobOrganicRotate{0%{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:translate(-50%,-50%)rotate(0)scale(1)}33%{border-radius:60% 40% 30% 70%/50% 60% 40%;transform:translate(-50%,-50%)rotate(120deg)scale(1.1)}66%{border-radius:30% 70% 50% 50%/60% 40%;transform:translate(-50%,-50%)rotate(240deg)scale(.92)}to{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:translate(-50%,-50%)rotate(360deg)scale(1)}}.giant-brand-text{font-family:var(--font-plus-jakarta);letter-spacing:-.04em;color:#121316;text-transform:uppercase;text-shadow:0 10px 40px #00000014;pointer-events:auto;justify-content:center;align-items:center;margin:0;font-size:16.5vw;font-weight:800;line-height:.85;transition:color .8s cubic-bezier(.4,0,.2,1),text-shadow .8s cubic-bezier(.4,0,.2,1);display:inline-flex}.brand-char{will-change:transform;transform-origin:50%;padding:0 .01em;transition:transform .15s cubic-bezier(.2,.8,.2,1);display:inline-block}.yuyonix-ape-footer.is-active .giant-brand-text{color:#fff;text-shadow:0 10px 40px #0000004d}@media (min-width:1440px){.giant-brand-text{font-size:215px}}.footer-bottom-bar{z-index:3;text-align:center;letter-spacing:1.5px;color:#121316b3;border-top:1px solid #12131626;justify-content:center;align-items:center;padding-top:20px;font-family:Courier New,Courier,monospace;font-size:12px;font-weight:700;transition:border-color .8s cubic-bezier(.4,0,.2,1),color .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.yuyonix-ape-footer.is-active .footer-bottom-bar{color:#ffffffe6;border-top:1px solid #fff3}.legal-links{align-items:center;gap:12px;display:flex}.legal-links a{color:#121316b3;text-decoration:none;transition:color .2s}.yuyonix-ape-footer.is-active .legal-links a{color:#ffffffe6}.legal-links a:hover{color:#f50}.yuyonix-ape-footer.is-active .legal-links a:hover{color:#fff}.legal-links .separator{opacity:.5}.insights-card{border-radius:var(--radius-xl);background:#030a05;border:1.5px solid #00ff6659;flex-direction:column;grid-column:span 8;min-height:450px;padding:28px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #00ff661f}.matrix-bg-container{pointer-events:none;z-index:1;opacity:.45;flex-direction:column;justify-content:space-around;display:flex;position:absolute;inset:0;overflow:hidden}.matrix-row-track{color:#0f6;text-shadow:0 0 8px #00ff66b3;letter-spacing:2px;white-space:nowrap;flex-shrink:0;width:max-content;font-family:Courier New,Courier,monospace;font-size:13px;font-weight:700;display:flex}.matrix-text-segment{white-space:nowrap;display:inline-block}.insights-top-header{z-index:5;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex;position:relative}.insights-title-group{align-items:center;gap:14px;display:flex}.insights-main-title{color:#fff;letter-spacing:-.5px;text-shadow:0 0 12px #00ff6680;font-size:26px;font-weight:900}.insights-nav-arrows{align-items:center;gap:6px;display:flex}.insights-arrow-btn{color:#0f6;cursor:pointer;background:#00ff661a;border:1px solid #00ff6659;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-family:monospace;font-size:15px;font-weight:800;transition:all .2s;display:flex}.insights-arrow-btn:hover{color:#000;background:#0f6;border-color:#0f6;transform:translateY(-1px);box-shadow:0 0 12px #0f69}.insights-sponsored-badge{letter-spacing:.5px;color:#0f6;text-transform:uppercase;text-shadow:0 0 8px #0f66;background:#00ff661f;border:1px solid #00ff6659;border-radius:9999px;padding:4px 12px;font-size:11px;font-weight:800}.insights-body-grid{z-index:5;grid-template-columns:1fr 1.2fr;align-items:center;gap:28px;height:100%;display:grid;position:relative}.insights-left-card-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06120be0;border:1px solid #00ff664d;border-radius:18px;flex-direction:column;gap:14px;padding:24px;display:flex;box-shadow:0 8px 24px #0006}.insights-brand-logo-box{background:#fff;border:1px solid #0f66;border-radius:12px;justify-content:center;align-items:center;width:140px;height:56px;padding:6px 14px;display:flex;box-shadow:0 4px 16px #0000004d,0 0 12px #0f63}.insights-brand-logo-img{object-fit:contain;max-width:100%;max-height:100%}.insights-headline{color:#fff;text-shadow:0 2px 8px #000c;font-size:19px;font-weight:800;line-height:1.35}.insights-description{color:#fffc;font-size:13px;line-height:1.55}.insights-tags-row{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.insights-tag-pill{color:#0f6;background:#00ff661a;border:1px solid #00ff6640;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:700}.insights-right-col{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.insights-direct-img{object-fit:contain;filter:drop-shadow(0 12px 28px #0009);border-radius:12px;max-width:100%;max-height:330px;transition:transform .4s;animation:.4s ease-out insightImgFade}.insights-direct-img:hover{transform:scale(1.03)}.cyces-badge-logo{color:#fff;width:56px;height:56px;box-shadow:var(--shadow-md);z-index:10;background:#000;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:900;display:flex;position:absolute;bottom:12px;right:-12px}.hacker-matrix-card{border-radius:var(--radius-md);background:#040d07;border:1px solid #00ff664d;flex-direction:column;justify-content:space-between;height:210px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00ff661a}.hacker-matrix-card:hover{border-color:#00ff66b3;transform:translateY(-6px)scale(1.02);box-shadow:0 10px 30px #00ff6640}.matrix-bg-container{pointer-events:none;z-index:1;color:#0f6;text-shadow:0 0 6px #00ff66e6,0 0 14px #0f69;letter-spacing:1.5px;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:space-between;padding:4px 0;font-family:Courier New,Courier,monospace;font-size:11px;font-weight:800;line-height:1.25;display:flex;position:absolute;inset:0;overflow:hidden}.matrix-row-track{white-space:nowrap;will-change:transform;flex-shrink:0;width:max-content;display:flex}.matrix-text-segment{white-space:nowrap;flex-shrink:0;display:inline-block}.matrix-row-l2r{animation:14s linear infinite matrixL2R}.matrix-row-r2l{animation:12s linear infinite matrixR2L}@keyframes matrixL2R{0%{transform:translate(0%)}to{transform:translate(-33.3333%)}}@keyframes matrixR2L{0%{transform:translate(-33.3333%)}to{transform:translate(0%)}}.matrix-card-content{z-index:2;background:linear-gradient(#020a0573 0%,#020a05e0 100%);flex-direction:column;justify-content:space-between;height:100%;padding:18px 16px;display:flex;position:relative}.matrix-badge{letter-spacing:1px;text-transform:uppercase;color:#0f6;background:#00ff6626;border:1px solid #0f66;border-radius:4px;align-self:flex-start;padding:3px 8px;font-size:10px;font-weight:900;box-shadow:0 0 8px #0f63}.matrix-card-title{color:#fff;text-shadow:0 2px 8px #000000e6;font-size:15px;font-weight:800}.matrix-card-subtitle{color:#0f6;text-shadow:0 0 8px #00ff66b3;margin-top:4px;font-size:12px;font-weight:700}@media (max-width:1200px){.hero-headline{font-size:58px}.hero-card{grid-column:span 8}.lets-build-card{grid-column:span 4}.left-content-area{grid-column:span 12}.work-showcase-card,.ai-agents-stack{grid-column:span 6}.insights-card{grid-column:span 12}}@media (max-width:768px){body{padding:16px}.hero-headline{font-size:42px}.hero-card,.lets-build-card{grid-column:span 12}.left-content-area{grid-template-columns:1fr}.work-showcase-card,.mic-tile-card,.ai-agents-stack{grid-column:span 12}}.yuyonix-callout-banner{background:0 0;width:100%;margin:0 0 60px;padding:90px 0 100px;position:relative;overflow:hidden}.callout-grid-bg{pointer-events:none;z-index:1;background-image:linear-gradient(90deg,#ffffff2e 1.5px,#0000 1.5px),linear-gradient(#ffffff2e 1.5px,#0000 1.5px);background-size:80px 80px;width:100vw;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 15% 85%,#0000 100%)}.callout-container-inner{z-index:2;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:220px;max-width:1320px;margin:0 auto;padding:0 64px;display:flex;position:relative}.callout-heading{font-family:var(--font-plus-jakarta);letter-spacing:-.02em;font-size:46px;font-weight:800;line-height:1.35;color:#fff!important;-webkit-text-fill-color:#fff!important}.callout-white-text{text-shadow:0 2px 14px #00000059;font-weight:800;color:#fff!important;-webkit-text-fill-color:#fff!important;transition:none!important;animation:none!important}.callout-action-group{align-self:flex-end;margin-top:36px;margin-left:auto}.uiverse-lets-go-btn{color:#fff;text-shadow:2px 2px #747474;text-transform:uppercase;cursor:pointer;letter-spacing:1.5px;font-size:21px;font-weight:800;font-family:var(--font-plus-jakarta);background-color:#fdd835;border:3px solid #000;border-radius:50px;justify-content:center;align-items:center;gap:12px;min-width:170px;height:58px;padding:0 28px 0 16px;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #fdd83573}.uiverse-lets-go-btn:active{transition:all .1s;transform:scale(.92)}.uiverse-lets-go-btn svg{z-index:2;flex-shrink:0;transition:all .3s cubic-bezier(.25,1,.5,1);transform:translateY(5px)}.uiverse-lets-go-btn .play{z-index:2;transition:all .3s cubic-bezier(.25,1,.5,1);position:relative}.uiverse-lets-go-btn:hover svg{transform:scale(3)translate(50%,4%)}.uiverse-lets-go-btn .now{z-index:2;transition:all .3s cubic-bezier(.25,1,.5,1);position:absolute;left:0;transform:translate(-100%)}.uiverse-lets-go-btn:hover .now{transform:translate(16px)}.uiverse-lets-go-btn:hover .play{transform:translate(200%)}.work-page-main{min-height:100vh;padding-top:80px}.work-hero-section{padding:60px 0 40px}.work-hero-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:54px;max-width:1320px;margin:0 auto;padding:0 24px;display:flex}.work-title-stack{-webkit-user-select:none;user-select:none;flex-direction:column;line-height:.92;display:flex}.work-text-outline{font-family:var(--font-plus-jakarta);color:#ff6b0038;text-transform:lowercase;letter-spacing:-2px;font-size:72px;font-weight:900}.work-text-filled-orange{font-family:var(--font-plus-jakarta);color:#ff6b00;text-transform:lowercase;letter-spacing:-2px;font-size:72px;font-weight:900}.work-stats-bento-grid{flex:1;grid-template-columns:1fr 1fr;gap:16px;min-width:320px;display:grid}.work-stat-card{background:#0c0c0c;border:1px solid #ffffff0f;border-radius:22px;flex-direction:column;gap:8px;padding:32px 28px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 24px #0000002e}.work-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0000004d}.work-stat-number{font-family:var(--font-plus-jakarta);color:#ff6b00;letter-spacing:-2px;font-size:52px;font-weight:900;line-height:1}.work-stat-label{font-family:var(--font-plus-jakarta);color:#ffffff8c;text-transform:lowercase;letter-spacing:.5px;font-size:14px;font-weight:600}.work-stats-red-card{color:#fff;background:#ff6b00;border-radius:32px;flex:1;justify-content:space-around;align-items:center;min-width:320px;padding:52px 64px;display:flex;box-shadow:0 20px 50px #ff6b0066}.stat-item{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.stat-number{font-family:var(--font-plus-jakarta);color:#fff;letter-spacing:-1.5px;font-size:64px;font-weight:900;line-height:1}.stat-label{font-family:var(--font-plus-jakarta);color:#fff;opacity:.9;text-transform:lowercase;font-size:20px;font-weight:700}.work-projects-section{padding:60px 0 100px}.work-projects-container{max-width:1320px;margin:0 auto;padding:0 24px}.work-section-title{font-family:var(--font-plus-jakarta);color:#080808;letter-spacing:-.5px;margin-bottom:48px;font-size:42px;font-weight:800}.work-projects-grid{grid-template-columns:repeat(auto-fit,minmax(540px,1fr));gap:40px;display:grid}.work-project-card{background:#fff;border:1px solid #00000014;border-radius:28px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 16px 40px #0000000f}.work-project-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px #0000001f}.work-project-image-wrap{background:#080c14;width:100%;height:320px;position:relative;overflow:hidden}.work-project-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.work-project-card:hover .work-project-img{transform:scale(1.04)}.work-project-logo-badge{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;padding:8px;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 8px 20px #00000026}.work-project-logo{object-fit:contain;width:100%;height:100%}.work-project-content{flex-direction:column;flex:1;gap:16px;padding:32px;display:flex}.work-project-tags{flex-wrap:wrap;gap:10px;display:flex}.work-tag-pill{font-family:var(--font-plus-jakarta);letter-spacing:.8px;color:#00b894;background:#00b8941a;border:1px solid #00b89433;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:800}.work-project-h3{font-family:var(--font-plus-jakarta);color:#080808;font-size:24px;font-weight:800;line-height:1.3}.work-project-desc{font-family:var(--font-plus-jakarta);color:#555;font-size:15px;line-height:1.6}.work-project-category{font-family:var(--font-plus-jakarta);color:#e60023;margin-top:auto;font-size:13px;font-weight:700}.who-we-work-with-section{padding:30px 0 60px}.who-we-work-with-container{max-width:1320px;margin:0 auto;padding:0 24px}.who-we-work-with-card{background:#fff;border:1px solid #eceef2;border-radius:36px;align-items:center;gap:28px;padding:32px;display:flex;overflow:hidden;box-shadow:0 16px 48px #0000000a}.who-new-bento-layout{flex-direction:column;flex:1;gap:20px;min-width:0;display:flex}.who-top-bento-grid{grid-template-columns:2.2fr 1fr;align-items:stretch;gap:20px;display:grid}.who-big-showcase-card{background:#fff;border:1px solid #eceef2;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:32px 40px;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.who-big-showcase-card:hover{border-color:#ff6b00;box-shadow:0 16px 40px #ff6b001a}.showcase-logo-frame{flex:1;justify-content:center;align-items:center;width:100%;padding:16px 0;display:flex}.who-big-logo-img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:95%;max-width:440px;height:95%;max-height:220px;animation:.5s cubic-bezier(.22,1,.36,1) logo-fade-in;transform:scale(1.25)}@keyframes logo-fade-in{0%{opacity:0;transform:scale(1.15)}to{opacity:1;transform:scale(1.25)}}.who-preview-stacked-cards{flex-direction:column;gap:16px;display:flex}.who-preview-card{cursor:pointer;background:#fff;border:1px solid #eceef2;border-radius:20px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:18px 24px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 6px 20px #00000008}.who-preview-card:hover{border-color:#ff6b00;transform:translateY(-2px);box-shadow:0 10px 28px #ff6b001f}.preview-label{font-family:var(--font-plus-jakarta);letter-spacing:1px;color:#888;margin-bottom:6px;font-size:10.5px;font-weight:800}.who-preview-card:hover .preview-label{color:#ff6b00}.preview-logo-frame{justify-content:center;align-items:center;width:100%;height:80px;display:flex}.who-preview-logo-img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:95%;max-width:220px;height:95%;max-height:76px;transform:scale(1.25)}.who-marquee-banner-container{background:#fff;border:1px solid #eceef2;border-radius:22px;padding:18px 0;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000005}.who-marquee-banner-container:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#fff 20%,#fff0 100%);width:80px;position:absolute;top:0;bottom:0;left:0}.who-marquee-banner-container:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(270deg,#fff 20%,#fff0 100%);width:80px;position:absolute;top:0;bottom:0;right:0}.who-marquee-track{align-items:center;gap:20px;width:max-content;animation:28s linear infinite continuous-marquee;display:flex}@keyframes continuous-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.who-marquee-item{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #eceef2;border-radius:16px;flex:0 0 250px;justify-content:center;align-items:center;width:250px;height:94px;padding:12px 20px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.who-marquee-item:hover,.who-marquee-item.is-active-marquee{background:#fff;border-color:#ff6b00;transform:scale(1.04);box-shadow:0 4px 16px #ff6b0026}.marquee-logo-img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:95%;max-width:95%;height:95%;max-height:68px;transform:scale(1.25)}.who-sidebar-text{flex-shrink:0;justify-content:center;align-items:center;width:170px;min-width:160px;height:100%;display:flex}.who-vert-col-wrap{white-space:nowrap;-webkit-user-select:none;user-select:none;flex-direction:column;gap:14px;display:flex;transform:rotate(-90deg)}.who-vert-row{align-items:center;gap:14px;display:flex}.who-text-filled{font-family:var(--font-plus-jakarta);color:#ff6b00;letter-spacing:-2px;text-transform:lowercase;font-size:64px;font-weight:900;line-height:.85}.who-text-outline{font-family:var(--font-plus-jakarta);color:#fddcc6;letter-spacing:-2px;text-transform:lowercase;-webkit-text-stroke:0;font-size:64px;font-weight:900;line-height:.85}@media (max-width:1200px){.who-we-work-with-card{flex-direction:column;gap:24px;padding:24px}.who-sidebar-text{width:100%;min-width:0;height:auto}.who-vert-col-wrap{flex-flow:wrap;justify-content:center;gap:12px 24px;transform:rotate(0)}.who-text-filled,.who-text-outline{font-size:42px}}@media (max-width:768px){.who-top-bento-grid{grid-template-columns:1fr}.who-marquee-item{flex:0 0 140px;width:140px}.who-text-filled,.who-text-outline{font-size:32px}}@media (max-width:1024px){.who-we-work-with-card{flex-direction:column}.who-sidebar-text{width:100%}.who-vert-col-wrap{transform:none}}.adhyshiv-case-section{padding:24px 0 32px}.adhyshiv-case-container{max-width:1220px;margin:0 auto;padding:0 24px}.adhyshiv-case-card{background:#fff;border:1.5px solid #ffe0d2;border-radius:28px;padding:28px 32px;transition:border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 16px 48px #e855260d}.adhyshiv-case-card:hover{border-color:#ff8a65;box-shadow:0 24px 60px #e855261f}.adhyshiv-corner-bubble{z-index:1;pointer-events:none;background:#ff8a65;border-radius:50%;justify-content:flex-start;align-items:flex-end;width:140px;height:140px;padding:36px;transition:transform .65s cubic-bezier(.22,1,.36,1),background .5s;display:flex;position:absolute;top:-40px;right:-40px}.adhyshiv-case-card:hover .adhyshiv-corner-bubble{opacity:.5;background:#ff7043;transform:scale(7)}.bubble-cursor-icon{z-index:2;transition:transform .4s;position:relative}.adhyshiv-case-card:hover .bubble-cursor-icon{transform:translate(-28px,28px)scale(1.2)}.card-brand-header{z-index:2;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;display:flex;position:relative}.card-brand-header .adhyshiv-brand-title{margin-bottom:0!important}.sponsored-tag{font-family:var(--font-plus-jakarta);letter-spacing:.8px;text-transform:uppercase;border-radius:999px;align-items:center;gap:4px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-flex}.pink-sponsored-tag{color:#d81b60;background:#d81b6014;border:1px solid #d81b6040}.pearl-sponsored-tag{color:#0b666a;background:#0b666a14;border:1px solid #0b666a40}.svct-sponsored-tag{color:#0288d1;background:#0288d114;border:1px solid #0288d140}.drmkl-sponsored-tag{color:#1a237e;background:#1a237e14;border:1px solid #1a237e40}.purple-sponsored-tag{color:#6d28d9;background:#7c3aed1f;border:1px solid #7c3aed4d}.venfra-sponsored-tag{color:#8c6615;background:#fffbf0;border:1.5px solid #d4af37;font-weight:800;box-shadow:0 2px 6px #b8934a26}.visit-now-btn{font-family:var(--font-plus-jakarta);letter-spacing:.2px;z-index:5;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:6px 16px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;position:relative}.visit-now-btn:hover{filter:brightness(1.08);transform:translateY(-2px)scale(1.04)}.pink-visit-btn{color:#fff;background:#d81b60;box-shadow:0 4px 14px #d81b604d}.purple-visit-btn{color:#fff;background:#7b1fa2;box-shadow:0 4px 14px #7b1fa24d}.pearl-visit-btn{color:#fff;background:#0b666a;box-shadow:0 4px 14px #0b666a4d}.svct-visit-btn{color:#fff;background:#0288d1;box-shadow:0 4px 14px #0288d14d}.drmkl-visit-btn{color:#fff;background:#1a237e;box-shadow:0 4px 14px #1a237e4d}.venfra-visit-btn{color:#c5a059;background:#3b4d43;border:1px solid #c5a05966;box-shadow:0 4px 14px #3b4d434d}.adhyshiv-brand-title{font-family:var(--font-plus-jakarta);color:#e85526;letter-spacing:-1.2px;z-index:2;margin-bottom:16px;font-size:38px;font-weight:900;position:relative}.adhyshiv-card-grid{z-index:2;grid-template-columns:.9fr 1fr;gap:24px;display:grid;position:relative}.adhyshiv-artwork-frame{background:linear-gradient(135deg,#fff0e6 0%,#ffe6d6 50%,#fff5ee 100%);border:1px solid #ff8a652e;border-radius:20px;justify-content:center;align-items:center;min-height:320px;padding:0;display:flex;overflow:hidden;box-shadow:inset 0 2px 8px #fffc}.adhyshiv-artwork-img{object-fit:cover;width:100%;max-width:100%;height:100%;max-height:100%;transition:transform .5s cubic-bezier(.25,1,.5,1)}.adhyshiv-case-card:hover .adhyshiv-artwork-img{transform:scale(1.04)}.adhyshiv-details-col{flex-direction:column;gap:14px;display:flex}.adhyshiv-headline{font-family:var(--font-plus-jakarta);color:#0a0a0a;margin-bottom:4px;font-size:23px;font-weight:800;line-height:1.28}.adhyshiv-bento-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.adhyshiv-bento-item{border-radius:16px;flex-direction:column;gap:8px;padding:16px 18px;transition:transform .3s;display:flex}.adhyshiv-bento-item:hover{transform:translateY(-2px)}.bento-label{font-family:var(--font-plus-jakarta);letter-spacing:1.2px;opacity:.9;text-transform:uppercase;font-size:11px;font-weight:800}.bento-about{color:#fff;background:#e8511e}.bento-tech{color:#fff;background:#ea5826}.bento-testimonial{color:#fff;background:#dd4b1a}.bento-services{color:#111;background:#fff0e5}.bento-impact{color:#fff;background:#bf360c;grid-column:span 2}.bento-text,.bento-quote{font-family:var(--font-plus-jakarta);font-size:12.5px;font-weight:500;line-height:1.45}.bento-tech-list{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.tech-chip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.bento-author{align-items:center;gap:10px;margin-top:4px;display:flex}.author-avatar{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:flex}.author-info{flex-direction:column;display:flex}.author-name{font-size:11.5px;font-weight:800}.author-sub{opacity:.8;font-size:10px}.bento-pills{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.service-pill{color:#fff;background:#e8511e;border-radius:10px;padding:6px 12px;font-size:11.5px;font-weight:700}.impact-stats{flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:4px;display:flex}.impact-stat{flex-direction:column;display:flex}.impact-num{font-family:var(--font-plus-jakarta);font-size:22px;font-weight:900;line-height:1}.impact-sub{opacity:.85;margin-top:2px;font-size:10px}.impact-divider{background:#ffffff40;width:1px;height:28px}@media (max-width:1024px){.adhyshiv-card-grid,.adhyshiv-bento-grid{grid-template-columns:1fr}.bento-impact{grid-column:span 1}}.pink-case-card{border-color:#f8bbd0;box-shadow:0 20px 60px #e91e630d}.pink-case-card:hover{border-color:#f48fb1;box-shadow:0 28px 70px #e91e631f}.pink-corner-bubble{background:#f48fb1}.pink-case-card:hover .pink-corner-bubble{opacity:.5;background:#ec407a;transform:scale(7)}.pink-brand-title{color:#d81b60}.pink-artwork-frame{background:linear-gradient(135deg,#fff0f5 0%,#fce4ec 50%,#f8bbd0 100%);border-color:#f48fb140}.pink-bento-about{color:#fff;background:#ec407a}.pink-bento-tech{color:#fff;background:#e91e63}.pink-bento-testimonial{color:#fff;background:#d81b60}.pink-bento-services{color:#880e4f;background:#fff0f5}.pink-pill{color:#fff;background:#d81b60}.pink-bento-impact{color:#fff;background:#ad1457;grid-column:span 2}.pearl-case-card{border-color:#e6d2c1;box-shadow:0 20px 60px #c58a5614}.pearl-case-card:hover{border-color:#d98236;box-shadow:0 28px 70px #c58a5629}.pearl-corner-bubble{background:#d98236}.pearl-case-card:hover .pearl-corner-bubble{opacity:.5;background:#c47027;transform:scale(7)}.pearl-brand-title{color:#0b666a}.pearl-artwork-frame{background:linear-gradient(135deg,#faf4ee 0%,#f2e3d5 50%,#e8d3c0 100%);border-color:#d9823640}.pearl-bento-about{color:#fff;background:#0b666a}.pearl-bento-tech{color:#fff;background:#07585c}.pearl-bento-testimonial{color:#fff;background:#d98236}.pearl-bento-services{color:#0b666a;background:#faf4ee}.pearl-pill{color:#fff;background:#d98236}.pearl-bento-impact{color:#fff;background:#043e41;grid-column:span 2}.svct-case-card{border-color:#90caf9;box-shadow:0 20px 60px #0288d10d}.svct-case-card:hover{border-color:#4fc3f7;box-shadow:0 28px 70px #0288d11f}.svct-corner-bubble{background:#29b6f6}.svct-case-card:hover .svct-corner-bubble{opacity:.5;background:#0288d1;transform:scale(7)}.svct-brand-title{color:#0288d1}.svct-artwork-frame{background:linear-gradient(135deg,#e3f2fd 0%,#e1f5fe 50%,#b3e5fc 100%);border-color:#29b6f640}.svct-bento-about{color:#fff;background:#03a9f4}.svct-bento-tech{color:#fff;background:#0288d1}.svct-bento-testimonial{color:#fff;background:#0277bd}.svct-bento-services{color:#01579b;background:#e3f2fd}.svct-pill{color:#fff;background:#0288d1}.svct-bento-impact{color:#fff;background:#01579b;grid-column:span 2}.drmkl-case-card{border-color:#9fa8da;box-shadow:0 20px 60px #1a237e0d}.drmkl-case-card:hover{border-color:#5c6bc0;box-shadow:0 28px 70px #1a237e1f}.drmkl-corner-bubble{background:#3f51b5}.drmkl-case-card:hover .drmkl-corner-bubble{opacity:.5;background:#303f9f;transform:scale(7)}.drmkl-brand-title{color:#1a237e}.drmkl-artwork-frame{background:linear-gradient(135deg,#e8eaf6 0%,#e0e6ed 50%,#c5cae9 100%);border-color:#3f51b540}.drmkl-bento-about{color:#fff;background:#3949ab}.drmkl-bento-tech{color:#fff;background:#303f9f}.drmkl-bento-testimonial{color:#fff;background:#283593}.drmkl-bento-services{color:#0d47a1;background:#e8eaf6}.drmkl-pill{color:#fff;background:#1a237e}.drmkl-bento-impact{color:#fff;background:#0d47a1;grid-column:span 2}.venfra-case-card{border-color:#a3b5a9;box-shadow:0 20px 60px #3b4d4314}.venfra-case-card:hover{border-color:#3b4d43;box-shadow:0 28px 70px #3b4d4329}.venfra-corner-bubble{background:#3b4d43}.venfra-case-card:hover .venfra-corner-bubble{opacity:.5;background:#2b3b32;transform:scale(7)}.venfra-brand-title{color:#b8934a}.venfra-artwork-frame{background:linear-gradient(135deg,#4a5d52 0%,#3b4d43 50%,#2d3e35 100%);border-color:#c5a0594d}.venfra-bento-about{color:#fff;background:#3b4d43}.venfra-bento-tech{color:#fff;background:#2d3e35}.venfra-bento-testimonial{color:#fff;background:#b8934a}.venfra-bento-services{color:#2d3e35;background:#f4f6f4}.venfra-pill{color:#c5a059;background:#3b4d43}.venfra-bento-impact{color:#fff;background:#1e2c24;grid-column:span 2}.purple-case-card{border-color:#d1c4e9;box-shadow:0 20px 60px #7b1fa20d}.purple-case-card:hover{border-color:#b388ff;box-shadow:0 28px 70px #7b1fa21f}.purple-corner-bubble{background:#ab47bc}.purple-case-card:hover .purple-corner-bubble{opacity:.5;background:#8e24aa;transform:scale(7)}.purple-brand-title{color:#7b1fa2}.purple-artwork-frame{background:linear-gradient(135deg,#f3e5f5 0%,#ede7f6 50%,#e1bee7 100%);border-color:#ab47bc40}.purple-bento-about{color:#fff;background:#8e24aa}.purple-bento-tech{color:#fff;background:#7b1fa2}.purple-bento-testimonial{color:#fff;background:#6a1b9a}.purple-bento-services{color:#4a148c;background:#f3e5f5}.purple-pill{color:#fff;background:#7b1fa2}.purple-bento-impact{color:#fff;background:#4a148c;grid-column:span 2}.about-page-main{background:#fafafa;width:100%;min-height:100vh}.about-hero-section{max-width:1320px;margin:0 auto;padding:80px 24px 60px}.about-hero-container{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.about-badge{color:#e8511e;font-family:var(--font-plus-jakarta);letter-spacing:1px;text-transform:uppercase;background:#fff0e5;border:1px solid #e8511e40;border-radius:999px;align-items:center;gap:8px;padding:6px 16px;font-size:12px;font-weight:800;display:inline-flex}.about-hero-title{font-family:var(--font-plus-jakarta);letter-spacing:-1.5px;color:#111;max-width:900px;font-size:clamp(38px,5.5vw,68px);font-weight:900;line-height:1.1}.about-hero-subtitle{font-family:var(--font-plus-jakarta);color:#e8511e;max-width:650px;font-size:clamp(18px,2.2vw,24px);font-weight:600;line-height:1.5}.about-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1000px;margin-top:30px;display:grid}.about-stat-card{background:#fff;border:1px solid #eceef2;border-radius:20px;flex-direction:column;align-items:center;padding:24px 20px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:0 8px 30px #0000000a}.about-stat-card:hover{border-color:#e8511e;transform:translateY(-4px);box-shadow:0 14px 40px #e8511e1f}.about-stat-num{font-family:var(--font-plus-jakarta);color:#e8511e;font-size:36px;font-weight:900;line-height:1}.about-stat-label{font-family:var(--font-plus-jakarta);color:#666;text-transform:lowercase;margin-top:6px;font-size:13px;font-weight:700}.about-pillars-section{max-width:1320px;margin:0 auto;padding:60px 24px}.about-section-header{text-align:center;margin-bottom:48px}.about-section-title{font-family:var(--font-plus-jakarta);color:#111;letter-spacing:-1px;font-size:36px;font-weight:900}.about-section-sub{font-family:var(--font-plus-jakarta);color:#666;margin-top:8px;font-size:16px;font-weight:500}.about-pillars-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-pillar-card{background:#fff;border:1px solid #eceef2;border-radius:24px;flex-direction:column;gap:16px;padding:32px 28px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:0 10px 36px #00000008}.about-pillar-card:hover{border-color:#e8511e;transform:translateY(-4px);box-shadow:0 16px 48px #e8511e1a}.pillar-num{font-family:var(--font-plus-jakarta);color:#e8511e;letter-spacing:1px;font-size:13px;font-weight:800}.pillar-title{font-family:var(--font-plus-jakarta);color:#111;font-size:22px;font-weight:800}.pillar-desc{font-family:var(--font-plus-jakarta);color:#555;font-size:14.5px;line-height:1.6}@media (max-width:992px){.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-pillars-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width:576px){.about-hero-section{padding:50px 16px 40px}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.about-stat-card{padding:16px}.about-stat-num{font-size:28px}}.about-text-join{letter-spacing:3px!important;font-size:92px!important}.about-hero-centered-container{text-align:center;justify-content:center;align-items:center;max-width:1320px;margin:0 auto;padding:40px 24px 20px;display:flex}.about-hero-title-stack{text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;line-height:.92;display:flex}.about-hero-row{text-align:center;-webkit-user-select:none;user-select:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.about-hero-row .work-text-outline,.about-hero-row .work-text-filled-orange{line-height:1;font-size:clamp(32px,5.2vw,68px)!important}.about-story-section{max-width:1220px;margin:0 auto;padding:40px 24px 60px}.about-story-card{background:#fff;border:1.5px solid #ffe0d2;border-radius:32px;flex-direction:column;gap:32px;padding:48px;display:flex;box-shadow:0 16px 48px #e8511e0f}.about-story-header{flex-direction:column;gap:12px;display:flex}.about-story-title{font-family:var(--font-plus-jakarta);color:#111;font-size:32px;font-weight:900}.about-story-text{font-family:var(--font-plus-jakarta);color:#333;text-align:justify;font-size:16.5px;line-height:1.75}.name-breakdown-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;display:grid}.name-chip-card{text-align:center;background:#fff8f5;border:1.5px solid #ffd8c2;border-radius:20px;flex-direction:column;align-items:center;gap:8px;padding:24px;transition:transform .3s;display:flex}.name-chip-card:hover{border-color:#e8511e;transform:translateY(-4px)}.name-chip-highlight{font-family:var(--font-plus-jakarta);color:#e8511e;font-size:32px;font-weight:900}.name-chip-meaning{font-family:var(--font-plus-jakarta);color:#333;font-size:14px;font-weight:700}.quote-highlight-box{color:#fff;text-align:center;background:#111;border-radius:24px;flex-direction:column;gap:12px;padding:32px 36px;display:flex;position:relative;overflow:hidden}.quote-highlight-text{font-family:var(--font-plus-jakarta);color:#ff6b00;font-size:20px;font-weight:800;line-height:1.5}.quote-subtext{font-family:var(--font-plus-jakarta);color:#ccc;font-size:14px}.mission-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.mission-card{background:#fff;border:1px solid #eceef2;border-radius:20px;align-items:flex-start;gap:16px;padding:24px 28px;transition:transform .3s,border-color .3s;display:flex;box-shadow:0 6px 24px #00000008}.mission-card:hover{border-color:#e8511e;transform:translateY(-3px)}.mission-icon{color:#e8511e;background:#fff0e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:900;display:flex}.mission-text{font-family:var(--font-plus-jakarta);color:#222;font-size:15px;font-weight:700;line-height:1.5}.about-final-banner{text-align:center;color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#e8511e 100%);border-radius:32px;margin-top:40px;padding:48px 32px;box-shadow:0 20px 60px #e8511e33}.about-final-title{font-family:var(--font-plus-jakarta);letter-spacing:-.5px;font-size:clamp(24px,3.5vw,42px);font-weight:900}@media (max-width:768px){.name-breakdown-grid,.mission-grid{grid-template-columns:repeat(1,1fr)}.about-story-card{padding:28px 20px}}.linear-about-page-wrapper-light{color:#111;width:100%;min-height:100vh;background-color:#fafafa!important}.linear-about-section{max-width:1320px;margin:0 auto;padding:60px 24px 120px}.linear-about-grid-layout{grid-template-columns:1fr;gap:48px;display:grid}@media (min-width:992px){.linear-about-grid-layout{grid-template-columns:5fr 7fr;align-items:start;gap:72px}}.linear-about-left-sticky{flex-direction:column;gap:20px;display:flex}@media (min-width:992px){.linear-about-left-sticky{height:fit-content;position:sticky;top:130px}}.linear-about-badge{font-family:var(--font-plus-jakarta);color:#f50;letter-spacing:1.5px;text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.about-hero-row-linear{-webkit-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.about-hero-row-linear .work-text-outline,.about-hero-row-linear .work-text-filled-orange{line-height:1;font-size:clamp(26px,3.2vw,44px)!important}.linear-about-main-title-light{font-family:var(--font-plus-jakarta);letter-spacing:-1px;color:#111;margin-top:8px;font-size:clamp(32px,3.8vw,48px);font-weight:800;line-height:1.18}.linear-about-right-content{flex-direction:column;gap:28px;display:flex}.linear-about-lead-text-light{font-family:var(--font-plus-jakarta);color:#111;letter-spacing:-.3px;text-align:justify;font-size:clamp(20px,2.2vw,25px);font-weight:800;line-height:1.5}.linear-about-body-text-light{font-family:var(--font-plus-jakarta);color:#333;text-align:justify;font-size:17.5px;font-weight:450;line-height:1.8}.linear-about-quote-box-light{background:#fff;border-left:4px solid #f50;border-radius:0 16px 16px 0;margin:12px 0;padding:24px 28px;box-shadow:0 4px 20px #0000000a}.linear-about-quote-text-light{font-family:var(--font-plus-jakarta);color:#111;text-align:justify;font-size:18.5px;font-weight:700;line-height:1.5}.linear-about-mission-header-light{font-family:var(--font-plus-jakarta);color:#111;letter-spacing:-.5px;margin-top:8px;font-size:24px;font-weight:800}.linear-about-mission-list{flex-direction:column;gap:16px;display:flex}.linear-about-mission-item-light{font-family:var(--font-plus-jakarta);color:#333;align-items:flex-start;gap:14px;font-size:16.5px;font-weight:600;line-height:1.6;display:flex}.linear-about-mission-dot{background:#f50;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:10px}.linear-about-footer-tagline-light{font-family:var(--font-plus-jakarta);color:#f50;letter-spacing:-.4px;margin-top:24px;padding-top:20px;font-size:20px;font-weight:800}.founder-profile-section{width:100%;max-width:1280px;margin:0 auto;padding:60px 0 100px}.founder-profile-grid{grid-template-columns:1fr;gap:40px;width:100%;display:grid}@media (min-width:992px){.founder-profile-grid{grid-template-columns:380px 1fr;align-items:start;gap:56px}}.founder-left-col{flex-direction:column;gap:20px;width:100%;max-width:380px;display:flex}@media (min-width:992px){.founder-left-col{height:fit-content;position:sticky;top:130px}}.yokesh-photo-card{background:#0c0c0c;border:1px solid #eceef2;border-radius:24px;width:100%;max-width:380px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 12px 36px #00000014}.yokesh-photo-card:hover{border-color:#f50;transform:translateY(-4px)}.yokesh-photo-img{object-fit:cover;object-position:top center;width:100%;max-width:100%;height:380px;display:block}.yokesh-photo-overlay{background:linear-gradient(#0000 0%,#0a0a0cf2 100%);flex-direction:column;gap:4px;padding:24px 20px 18px;display:flex;position:absolute;bottom:0;left:0;right:0}.yokesh-name{font-family:var(--font-plus-jakarta);color:#fff;font-size:22px;font-weight:800}.yokesh-role{font-family:var(--font-plus-jakarta);color:#f50;letter-spacing:.5px;font-size:12.5px;font-weight:700}.yokesh-info-box{background:#fff;border:1px solid #eceef2;border-radius:20px;flex-direction:column;gap:14px;width:100%;max-width:380px;padding:20px;display:flex;box-shadow:0 4px 20px #00000008}.yokesh-info-item{flex-direction:column;gap:2px;display:flex}.info-label{font-family:var(--font-plus-jakarta);letter-spacing:1px;color:#888;text-transform:uppercase;font-size:11px;font-weight:800}.info-val{font-family:var(--font-plus-jakarta);color:#111;font-size:13.5px;font-weight:700}.yokesh-social-row{gap:10px;margin-top:4px;display:flex}.yokesh-link-btn{font-family:var(--font-plus-jakarta);color:#f50;background:#fff0e5;border:1px solid #f503;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s}.yokesh-link-btn:hover{color:#fff;background:#f50}.yokesh-icon-btn{color:#f50;cursor:pointer;background:#fff0e5;border:1px solid #f503;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:inline-flex}.yokesh-icon-btn:hover{color:#fff;background:#f50;transform:translateY(-2px);box-shadow:0 6px 16px #ff550040}.tech-skill-pill{font-family:var(--font-plus-jakarta);color:#111;background:#f4f5f7;border:1px solid #e1e4ea;border-radius:999px;align-items:center;gap:6px;padding:7px 16px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #00000005}.tech-skill-pill:hover{color:#fff;background:#111;border-color:#111;transform:translateY(-1px)}.tech-pill-spark{color:#f50;font-size:12px}.founder-right-col{flex-direction:column;gap:24px;width:100%;min-width:0;display:flex}.founder-projects-list{flex-direction:column;gap:16px;margin-top:12px;display:flex}.founder-project-card{background:#fff;border:1px solid #eceef2;border-radius:20px;flex-direction:column;gap:6px;padding:20px 24px;transition:transform .25s,border-color .25s;display:flex;box-shadow:0 4px 16px #00000008}.founder-project-card:hover{border-color:#f50;transform:translateY(-2px)}.founder-project-title{font-family:var(--font-plus-jakarta);color:#111;font-size:16px;font-weight:800}.founder-project-desc{font-family:var(--font-plus-jakarta);color:#555;font-size:14px;line-height:1.6}.contact-page-wrapper{color:#111;background:#fafafa;min-height:100vh}.contact-hero-section{text-align:center;max-width:1280px;margin:0 auto;padding:60px 24px 40px}.contact-main-grid{grid-template-columns:1fr;gap:40px;max-width:1280px;margin:0 auto;padding:0 24px 100px;display:grid}@media (min-width:992px){.contact-main-grid{grid-template-columns:5fr 7fr;align-items:start;gap:56px}}.contact-info-card{background:#fff;border:1px solid #eceef2;border-radius:28px;flex-direction:column;gap:32px;padding:40px 32px;display:flex;box-shadow:0 12px 36px #0000000a}.contact-item-group{flex-direction:column;gap:8px;display:flex}.contact-detail-link{font-family:var(--font-plus-jakarta);color:#111;word-break:break-all;font-size:20px;font-weight:800;text-decoration:none;transition:color .2s}.contact-detail-link:hover{color:#f50}.contact-form-card{background:#fff;border:1px solid #eceef2;border-radius:28px;flex-direction:column;gap:28px;padding:44px 36px;display:flex;box-shadow:0 16px 48px #0000000a}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-label{font-family:var(--font-plus-jakarta);letter-spacing:.5px;color:#333;text-transform:uppercase;font-size:13px;font-weight:800}.form-input,.form-textarea{width:100%;font-family:var(--font-plus-jakarta);color:#111;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:14px;outline:none;padding:14px 18px;font-size:15px;font-weight:500;transition:all .2s}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#f50;box-shadow:0 0 0 4px #ff55001a}.contact-submit-btn{font-family:var(--font-plus-jakarta);color:#fff;cursor:pointer;background:#f50;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:16px 32px;font-size:16px;font-weight:800;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #ff550040}.contact-submit-btn:hover{background:#e04b00;transform:translateY(-2px);box-shadow:0 12px 32px #ff550059}.contact-success-toast{color:#065f46;font-family:var(--font-plus-jakarta);background:#ecfdf5;border:1px solid #10b981;border-radius:16px;padding:18px 20px;font-size:15px;font-weight:700}.contact-form-card-unique{background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;gap:32px;padding:48px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000000d,0 4px 20px #ff55000f}.contact-form-card-unique:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff55001f 0%,#f500 70%);width:280px;height:280px;position:absolute;top:-120px;right:-120px}.unique-form-title{font-family:var(--font-plus-jakarta);letter-spacing:-1.5px;color:#0a0a0a;text-transform:lowercase;margin:0;font-size:clamp(32px,3.5vw,44px);font-weight:900}.unique-form-subtitle{font-family:var(--font-plus-jakarta);color:#64748b;margin:0;font-size:15px;line-height:1.6}.service-select-grid{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.service-chip-btn{font-family:var(--font-plus-jakarta);color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:9px 18px;font-size:12.5px;font-weight:700;transition:all .2s}.service-chip-btn.active,.service-chip-btn:hover{color:#fff;background:#f50;border-color:#f50;box-shadow:0 4px 14px #ff55004d}.form-group-unique{flex-direction:column;gap:8px;display:flex;position:relative}.form-label-unique{font-family:var(--font-plus-jakarta);letter-spacing:1.2px;color:#475569;text-transform:uppercase;font-size:11.5px;font-weight:800}.form-input-unique,.form-textarea-unique{width:100%;font-family:var(--font-plus-jakarta);color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;padding:16px 20px;font-size:15px;font-weight:500;transition:all .25s}.form-input-unique::placeholder,.form-textarea-unique::placeholder{color:#94a3b8}.form-input-unique:focus,.form-textarea-unique:focus{background:#fff;border-color:#f50;box-shadow:0 0 0 4px #ff55001f}.unique-submit-btn{width:100%;font-family:var(--font-plus-jakarta);color:#fff;cursor:pointer;background:linear-gradient(135deg,#f50 0%,#e04800 100%);border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:18px 36px;font-size:16px;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 30px #ff55004d}.unique-submit-btn:hover{background:linear-gradient(135deg,#e04800 0%,#cc3d00 100%);transform:translateY(-2px);box-shadow:0 16px 40px #ff550073}@media (max-width:992px){html,body{max-width:100vw!important;overflow-x:hidden!important}.app-container{padding:76px 12px 32px;overflow-x:hidden}.bento-grid{grid-template-columns:repeat(12,1fr)!important;gap:10px!important}.work-showcase-card{border-radius:18px!important;grid-column:span 7!important;height:230px!important;min-height:230px!important;padding:10px!important}.work-card-top-header{flex-direction:column!important;align-items:flex-start!important;gap:2px!important;margin-bottom:4px!important}.work-title-controls-group{justify-content:space-between!important;gap:6px!important;width:100%!important}.card-header-title{font-size:14px!important}.work-arrow-btn{border-radius:6px!important;width:20px!important;height:20px!important}.sponsored-note-badge{white-space:nowrap!important;letter-spacing:0!important;border-radius:999px!important;max-width:100%!important;margin-top:1px!important;padding:1px 6px!important;font-size:8px!important;line-height:1.2!important}.work-cards-deck-wrapper{height:165px!important;margin-top:2px!important}.deck-backing-layer.layer-2{bottom:-6px!important}.deck-backing-layer.layer-1{bottom:-3px!important}.active-card-frame{border-radius:12px!important;padding:6px!important}.lets-do-it-action-card{border-radius:18px!important;grid-column:span 5!important;justify-content:center!important;align-items:center!important;height:230px!important;min-height:230px!important;padding:12px 10px!important}.lets-do-it-content{align-items:flex-start!important;width:100%!important;margin-top:0!important}.lets-label-top{margin-bottom:0!important;font-size:18px!important;font-weight:900!important;line-height:1!important;position:relative!important;top:0!important;left:0!important}.do-it-giant-title{letter-spacing:-2px!important;white-space:normal!important;word-break:break-word!important;font-size:clamp(34px,9vw,52px)!important;line-height:.9!important}.ai-agents-stack{display:none!important}.insights-terminal-card{height:auto!important;min-height:unset!important;grid-column:span 12!important}.insights-card{border-radius:20px!important;flex-direction:column!important;height:auto!important;min-height:280px!important;padding:16px!important;display:flex!important;overflow:hidden!important}.insights-top-header{flex-shrink:0!important;margin-bottom:10px!important}.insights-main-title{font-size:18px!important}.insights-arrow-btn{border-radius:7px!important;width:24px!important;height:24px!important;font-size:12px!important}.insights-body-grid{flex-direction:row!important;flex:1!important;align-items:stretch!important;gap:12px!important;height:auto!important;min-height:200px!important;display:flex!important;overflow:hidden!important}.insights-left-card-box{border-radius:14px!important;flex-direction:column!important;flex:0 0 42%!important;align-items:flex-start!important;gap:8px!important;width:42%!important;min-width:0!important;max-width:42%!important;padding:12px!important;display:flex!important;overflow:hidden!important}.insights-brand-logo-box{border-radius:8px!important;width:90px!important;height:36px!important;padding:4px 8px!important}.insights-brand-logo-img{object-fit:contain!important;max-width:100%!important;max-height:100%!important}.insights-headline{margin-top:0!important;font-size:11px!important;line-height:1.3!important}.insights-description{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;font-size:9.5px!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.insights-tags-row{flex-wrap:wrap!important;gap:4px!important;margin-top:2px!important}.insights-tag-pill{border-radius:5px!important;padding:2px 6px!important;font-size:9px!important}.insights-right-col{flex:1!important;justify-content:center!important;align-items:center!important;min-width:0!important;display:flex!important;overflow:hidden!important}.insights-direct-img{object-fit:contain!important;width:100%!important;height:auto!important;max-height:220px!important;display:block!important}.full-width-wwd-card{border-radius:20px!important;grid-column:span 12!important;height:auto!important;min-height:auto!important;padding:14px 0 0 14px!important;overflow:hidden!important}.wwd-flex-layout{flex-direction:row!important;justify-content:space-between!important;align-items:stretch!important;gap:8px!important;overflow:hidden!important}.wwd-left-info{flex:0 0 48%!important;gap:5px!important;width:48%!important;min-width:0!important;max-height:340px!important;padding-bottom:14px!important;overflow:hidden!important}.wwd-eyebrow{letter-spacing:.8px!important;font-size:6.5px!important}.wwd-title{letter-spacing:-.5px!important;margin-top:-2px!important;font-size:15px!important;line-height:1.05!important}.wwd-pills-row{flex-wrap:wrap!important;gap:2px!important;margin:2px 0!important}.wwd-pill-btn{letter-spacing:0!important;border-radius:3px!important;padding:1px 4px!important;font-size:5.5px!important;font-weight:700!important}.wwd-desc-controls-row{gap:5px!important;margin-bottom:2px!important}.wwd-subtitle{max-width:unset!important;font-size:7.5px!important;line-height:1.2!important}.wwd-arrow-btn{width:18px!important;height:18px!important}.wwd-16x9-card{background-size:10px 10px!important;border-radius:10px!important;flex-direction:column!important;gap:4px!important;height:155px!important;min-height:155px!important;max-height:155px!important;padding:7px 8px!important;display:flex!important;overflow:hidden!important}.wwd-card-top-bar{flex-shrink:0!important;gap:4px!important}.wwd-phase-badge{border-radius:3px!important;padding:1px 5px!important;font-size:7px!important}.wwd-cat-badge{padding:1px 6px!important;font-size:7px!important}.wwd-card-featured-heading{letter-spacing:-.2px!important;flex-shrink:0!important;margin-top:0!important;font-size:9px!important}.wwd-card-featured-desc{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;flex-shrink:0!important;font-size:7.5px!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.wwd-tech-stack-container{flex-direction:column!important;flex:1!important;gap:2px!important;min-height:0!important;margin-top:2px!important;padding-top:4px!important;display:flex!important;overflow:hidden!important}.wwd-tech-title{letter-spacing:.5px!important;flex-shrink:0!important;font-size:5.5px!important;font-weight:800!important}.wwd-tech-list{scrollbar-width:none!important;-ms-overflow-style:none!important;flex-wrap:wrap!important;gap:2px!important;max-height:50px!important;overflow-y:auto!important}.wwd-tech-list::-webkit-scrollbar{display:none!important}.wwd-tech-pill{border-radius:3px!important;gap:2px!important;padding:1px 3px!important}.wwd-tech-icon{font-size:7px!important}.wwd-tech-name{letter-spacing:0!important;font-size:5.5px!important;font-weight:800!important}.wwd-img-fade-container{max-width:unset!important;flex:1!important;align-self:stretch!important;min-width:0!important;height:calc(100% + 14px)!important;margin-top:-14px!important}.wwd-img-fade-container:before{width:15%!important}.wwd-img-flip-card{justify-content:flex-end!important;align-items:flex-end!important;height:100%!important;min-height:200px!important}.wwd-direct-img{object-fit:contain!important;width:auto!important;height:100%!important;max-height:260px!important}.yuyonix-callout-banner{margin:0 0 32px!important;padding:40px 0 48px!important}.callout-container-inner{flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;padding:0 20px!important}.callout-text-group{flex:1!important;min-width:0!important}.callout-heading{letter-spacing:-.3px!important;font-size:16px!important;line-height:1.4!important}.callout-action-group{flex-shrink:0!important;align-self:center!important;margin-top:0!important;margin-left:0!important}.uiverse-lets-go-btn{border:2px solid #000!important;gap:8px!important;min-width:120px!important;height:44px!important;padding:0 18px 0 12px!important;font-size:14px!important}.uiverse-lets-go-btn svg{width:32px!important;height:32px!important}.agents-headline-card{padding:16px 0!important}.agents-headline-text{letter-spacing:-.5px!important;font-size:clamp(24px,6.8vw,36px)!important;line-height:1.25!important}.headline-block-1{letter-spacing:-.5px!important;text-align:center!important;margin-bottom:6px!important;font-size:clamp(24px,6.8vw,36px)!important;font-weight:800!important;display:block!important}.headline-block-2{letter-spacing:-.5px!important;white-space:nowrap!important;flex-flow:row!important;justify-content:center!important;align-items:center!important;gap:6px!important;font-size:clamp(24px,6.8vw,36px)!important;font-weight:800!important;display:flex!important}.action-peach-pill{border-radius:9999px!important;align-items:center!important;gap:8px!important;height:38px!important;padding:2px 14px!important;display:inline-flex!important}.orange-dot-icon{width:10px!important;height:10px!important}.action-word{letter-spacing:normal!important;font-size:clamp(15px,4.2vw,22px)!important;font-weight:800!important}.hero-headline{gap:8px;font-size:clamp(34px,8.5vw,56px)!important}.mighty-badge{height:auto!important;padding:4px 16px!important;font-size:clamp(30px,7.5vw,50px)!important}.yuyonix-ape-footer{min-height:auto!important;margin-top:80px!important;padding:40px 0 20px!important}.footer-container-inner{gap:24px!important;padding:0 16px!important}.footer-top-nav{flex-flow:wrap!important;justify-content:space-between!important;align-items:flex-start!important;gap:16px!important}.footer-left-brand-logo{flex:1!important;justify-content:flex-start!important;align-self:flex-start!important;width:50%!important;display:flex!important}.footer-logo-img-big{object-fit:contain!important;width:76px!important;height:76px!important;transform:none!important}.footer-middle-socials{flex-direction:column!important;flex:1!important;align-self:flex-start!important;align-items:flex-start!important;gap:6px!important;width:50%!important;display:flex!important}.footer-middle-socials .footer-col-title{letter-spacing:1px!important;text-align:left!important;margin-bottom:2px!important;font-size:9px!important}.massive-social-icons-row{grid-template-columns:1fr 1fr!important;gap:6px!important;width:fit-content!important;display:grid!important}.massive-social-icon{border-radius:10px!important;width:38px!important;height:38px!important}.massive-social-icon svg{width:17px!important;height:17px!important}.footer-right-columns{flex-direction:row!important;flex-shrink:0!important;flex-basis:100%!important;justify-content:space-between!important;align-items:flex-start!important;gap:16px!important;width:100%!important;margin-top:8px!important}.footer-nav-col{flex-direction:column!important;flex:1!important;align-items:flex-start!important;gap:0!important;width:50%!important;min-width:0!important;display:flex!important}.footer-nav-col .footer-col-title{letter-spacing:1px!important;text-align:left!important;margin-bottom:10px!important;font-size:9px!important}.footer-nav-links{flex-direction:column!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}.footer-nav-links li{margin:0!important;padding:0!important}.footer-nav-links li a{letter-spacing:.5px!important;font-size:9.5px!important;display:block!important}.giant-brand-text{letter-spacing:-1px!important;font-size:clamp(36px,12.5vw,76px)!important}.footer-bottom-bar{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;font-size:11px!important}.contact-main-grid{box-sizing:border-box!important;grid-template-columns:1fr!important;gap:24px!important;width:100%!important;padding:0 12px 60px!important}.contact-info-card{border-radius:20px!important;padding:24px 18px!important}.contact-form-card-unique{box-sizing:border-box!important;border-radius:20px!important;width:100%!important;padding:28px 18px!important}.unique-form-title{font-size:28px!important}.service-chip-btn{padding:6px 12px!important;font-size:11.5px!important}}@media (max-width:576px){html,body{width:100vw!important;max-width:100%!important;overflow-x:hidden!important}.app-container{padding:68px 10px 24px!important}.bento-card{border-radius:20px;padding:18px 14px}.work-showcase-card{border-radius:16px!important;padding:8px!important}.lets-do-it-action-card{border-radius:16px!important;padding:10px 8px!important}.hero-headline{font-size:clamp(28px,8vw,38px)!important}.mighty-badge{padding:2px 10px!important;font-size:clamp(24px,7vw,34px)!important}.contact-detail-link{font-size:16px!important}.contact-form-card-unique{padding:22px 14px!important}.unique-submit-btn{padding:14px 20px!important;font-size:14px!important}.tech-stack-banner{box-sizing:border-box!important;border-radius:16px!important;flex-wrap:nowrap!important;justify-content:center!important;gap:6px!important;width:100%!important;padding:10px 12px!important}.tech-stack-label{letter-spacing:.5px!important;white-space:nowrap!important;flex-shrink:0!important;margin-right:2px!important;font-size:9px!important}.tech-stack-logos{flex-wrap:nowrap!important;flex-shrink:0!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important}.tech-logo-item{flex-shrink:0!important;justify-content:center!important;align-items:center!important;display:flex!important}.tech-logo-item svg{width:15px!important;height:15px!important}header.header,.header,.mobile-menu-btn,.mobile-nav-overlay{display:none!important}.app-container{padding-top:12px!important;padding-left:16px!important;padding-right:16px!important}.middle-hero-section{gap:12px!important;padding:4px 0 16px!important}.mobile-logo-strip{background:0 0!important;align-items:center!important;gap:10px!important;padding:4px 0 8px!important;display:flex!important}.mobile-strip-logo-img{object-fit:contain!important;width:28px!important;height:28px!important}.mobile-strip-brand-name{letter-spacing:-.5px!important;color:#0f172a!important;font-size:18px!important;font-weight:800!important}.mobile-strip-dot{color:#f50!important}body{padding-bottom:84px!important}.mobile-bottom-nav{-webkit-backdrop-filter:blur(20px)!important;z-index:999999!important;height:72px!important;padding:6px 10px calc(6px + env(safe-area-inset-bottom,0px)) 10px!important;box-sizing:border-box!important;background:#fffffff5!important;border-top:1px solid #00000014!important;justify-content:space-around!important;align-items:center!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;transform:none!important;box-shadow:0 -6px 24px #00000014!important}.bottom-nav-item{color:#64748b!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;flex-direction:column!important;flex:1!important;justify-content:center!important;align-items:center!important;text-decoration:none!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;display:flex!important}.bottom-nav-circle{color:#475569!important;background:#fff!important;border:1.5px solid #e2e8f0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;display:flex!important;box-shadow:0 2px 6px #0000000a!important}.bottom-nav-item.active .bottom-nav-circle{color:#f50!important;background:#fff5f0!important;border-color:#f50!important;transform:translateY(-2px)scale(1.05)!important;box-shadow:0 4px 14px #ff550047!important}.bottom-nav-item.active .bottom-nav-label{color:#f50!important;font-weight:800!important}.bottom-nav-label{letter-spacing:-.2px!important;color:#64748b!important;margin-top:3px!important;font-size:10px!important;font-weight:700!important;transition:color .2s!important}.featured-circle{color:#fff!important;background:linear-gradient(135deg,#f50 0%,#e04800 100%)!important;border:2px solid #f50!important;box-shadow:0 4px 16px #ff550073!important}.ask-ai-logo-img{filter:brightness(0)invert()!important;transform:scale(.9)!important}.ask-ai-label{color:#f50!important;font-weight:900!important}.home-black-circle{background:#000!important;border:2px solid #1e293b!important;box-shadow:0 4px 14px #00000059!important}.home-center-logo-img{filter:brightness(0)invert()!important;transform:scale(.95)!important}.bottom-nav-item.active .home-black-circle{background:#000!important;border-color:#f50!important;transform:translateY(-2px)scale(1.08)!important;box-shadow:0 4px 16px #ff550080!important}.bottom-nav-item.active .home-center-label{color:#f50!important;font-weight:900!important}.linear-about-section{max-width:100%!important;padding:12px 14px 60px!important}.linear-about-grid-layout{flex-direction:row!important;align-items:flex-start!important;gap:16px!important;display:flex!important}.linear-about-left-sticky{flex:0 0 44%!important;align-self:flex-start!important;gap:12px!important;width:44%!important;position:sticky!important;top:12px!important}.linear-about-right-content{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex:0 0 56%!important;gap:16px!important;width:56%!important;max-height:480px!important;padding-right:4px!important;overflow-y:auto!important}.linear-about-right-content::-webkit-scrollbar{display:none!important}.linear-about-badge{letter-spacing:1px!important;font-size:10.5px!important}.work-title-stack{flex-direction:column!important;gap:2px!important;margin:6px 0 12px!important;display:flex!important}.work-title-stack .work-text-outline,.work-title-stack .work-text-filled-orange{letter-spacing:-.3px!important;white-space:normal!important;font-size:20px!important;line-height:1.15!important}.linear-about-main-title-light{letter-spacing:-.5px!important;margin-top:6px!important;font-size:22px!important;line-height:1.25!important}.linear-about-lead-text-light{letter-spacing:-.2px!important;text-align:justify!important;font-size:14.5px!important;line-height:1.5!important}.linear-about-body-text-light{text-align:justify!important;font-size:12.5px!important;line-height:1.6!important}.linear-about-quote-box-light{border-radius:0 12px 12px 0!important;margin:10px 0!important;padding:14px 16px!important}.linear-about-quote-text-light{text-align:justify!important;font-size:13px!important;line-height:1.45!important}.linear-about-mission-header-light{margin-top:8px!important;font-size:16px!important}.linear-about-mission-list{gap:12px!important}.linear-about-mission-item-light{text-align:justify!important;gap:8px!important;font-size:12px!important;line-height:1.5!important}.linear-about-mission-dot{width:6px!important;height:6px!important;margin-top:6px!important}.linear-about-footer-tagline-light{margin-top:16px!important;padding-top:14px!important;font-size:13.5px!important}.founder-profile-section{margin-top:36px!important;padding:28px 0 40px!important}.founder-profile-grid{flex-direction:row!important;align-items:flex-start!important;gap:16px!important;width:100%!important;display:flex!important}.founder-left-col{flex:0 0 44%!important;align-self:flex-start!important;gap:12px!important;width:44%!important;max-width:44%!important;position:sticky!important;top:12px!important}.yokesh-photo-card{border-radius:18px!important;max-width:100%!important}.yokesh-photo-img{object-fit:cover!important;height:180px!important}.yokesh-photo-overlay{padding:12px!important}.yokesh-name{font-size:15px!important}.yokesh-role{font-size:10.5px!important}.yokesh-info-box{border-radius:14px!important;gap:10px!important;padding:12px!important}.info-label{letter-spacing:.5px!important;font-size:8.5px!important}.info-val{font-size:11px!important;line-height:1.4!important}.yokesh-icon-btn{width:34px!important;height:34px!important}.yokesh-icon-btn svg{width:16px!important;height:16px!important}.founder-right-col{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex:0 0 56%!important;gap:14px!important;width:56%!important;max-height:520px!important;padding-right:4px!important;overflow-y:auto!important}.founder-right-col::-webkit-scrollbar{display:none!important}.founder-right-col .linear-about-main-title-light{font-size:22px!important}.about-story-text{font-size:12.5px!important;line-height:1.55!important}.tech-skill-pill{border-radius:8px!important;padding:4px 9px!important;font-size:10px!important}.founder-projects-list{flex-direction:column!important;gap:10px!important;display:flex!important}.founder-project-card{background:#fafafb!important;border:1px solid #eceef2!important;border-radius:14px!important;padding:12px!important}.founder-project-title{margin-bottom:4px!important;font-size:11.5px!important;font-weight:700!important;line-height:1.3!important}.founder-project-desc{color:#475569!important;font-size:10px!important;line-height:1.45!important}.adhyshiv-case-card:hover .adhyshiv-corner-bubble,.pink-case-card:hover .pink-corner-bubble,.pearl-case-card:hover .pearl-corner-bubble,.svct-case-card:hover .svct-corner-bubble,.drmkl-case-card:hover .drmkl-corner-bubble,.venfra-case-card:hover .venfra-corner-bubble,.purple-case-card:hover .purple-corner-bubble{transform:scale(2.8)!important}.work-hero-section{padding:12px 0 20px!important}.work-hero-container{box-sizing:border-box!important;flex-flow:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;width:100%!important;display:flex!important}.work-hero-container .work-title-stack{flex-direction:column!important;flex:0 0 38%!important;gap:2px!important;width:38%!important;margin:0!important;display:flex!important}.work-hero-container .work-text-outline,.work-hero-container .work-text-filled-orange{letter-spacing:-.3px!important;font-size:20px!important;line-height:1.12!important}.work-stats-red-card{box-sizing:border-box!important;border-radius:18px!important;flex:0 0 59%!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:59%!important;min-width:0!important;padding:14px 10px!important;display:grid!important}.stat-item{gap:2px!important}.stat-number{font-size:19px!important}.stat-label{font-size:9px!important}.who-we-work-with-section{padding:16px 0 28px!important}.who-we-work-with-card{border-radius:20px!important;flex-direction:row!important;align-items:center!important;gap:10px!important;padding:14px 12px!important;display:flex!important;overflow:hidden!important}.who-new-bento-layout{flex:1!important;gap:10px!important;min-width:0!important}.who-top-bento-grid{flex-direction:row!important;align-items:stretch!important;gap:8px!important;display:flex!important}.who-big-showcase-card{border-radius:14px!important;flex:0 0 62%!important;width:62%!important;min-height:140px!important;max-height:170px!important;padding:10px!important}.who-big-logo-img{max-width:100%!important;max-height:100px!important;transform:scale(1.1)!important}.who-preview-stacked-cards{flex:0 0 38%!important;gap:8px!important;width:38%!important}.who-preview-card{border-radius:12px!important;padding:6px!important}.preview-label{letter-spacing:.5px!important;margin-bottom:2px!important;font-size:7px!important}.preview-logo-frame{height:44px!important}.who-preview-logo-img{max-height:40px!important;transform:scale(1.1)!important}.who-marquee-banner-container{border-radius:12px!important;padding:8px 0!important}.who-marquee-item{border-radius:10px!important;flex:0 0 110px!important;width:110px!important;height:46px!important;padding:4px 8px!important}.marquee-logo-img{max-height:34px!important;transform:scale(1.1)!important}.who-sidebar-text{flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:100%!important;display:flex!important}.who-vert-col-wrap{gap:6px!important;transform:rotate(-90deg)scale(.58)!important}.who-vert-row{gap:8px!important}.who-text-filled,.who-text-outline{font-size:24px!important}.adhyshiv-case-section{padding:20px 0!important}.adhyshiv-case-card{border-radius:18px!important;padding:12px!important}.card-brand-header{flex-wrap:wrap!important;align-items:center!important;gap:5px!important;margin-bottom:10px!important;display:flex!important}.adhyshiv-brand-title{width:100%!important;margin-bottom:0!important;font-size:18px!important}.sponsored-tag{padding:2px 6px!important;font-size:7.5px!important}.visit-now-btn{border-radius:7px!important;margin-left:auto!important;padding:4px 8px!important;font-size:9px!important}.adhyshiv-card-grid{flex-direction:row!important;align-items:stretch!important;gap:8px!important;width:100%!important;min-height:0!important;display:flex!important}.adhyshiv-artwork-frame{scrollbar-width:none!important;background:0 0!important;border-radius:14px!important;flex-direction:column!important;flex:0 0 42%!important;align-self:flex-start!important;align-items:center!important;gap:6px!important;width:42%!important;max-height:420px!important;display:flex!important;position:sticky!important;top:12px!important;overflow-y:auto!important}.adhyshiv-artwork-frame::-webkit-scrollbar{display:none!important}.adhyshiv-artwork-img{object-fit:contain!important;border-radius:10px!important;width:100%!important;height:auto!important;display:block!important;position:static!important}.adhyshiv-insights-img-mobile{object-fit:contain!important;border-radius:10px!important;width:100%!important;height:auto!important;display:block!important;box-shadow:0 4px 12px #00000014!important}.adhyshiv-details-col{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-direction:column!important;flex:0 0 60%!important;gap:5px!important;width:60%!important;max-height:400px!important;padding-right:0!important;display:flex!important;overflow-y:auto!important}.adhyshiv-details-col::-webkit-scrollbar{display:none!important}.adhyshiv-headline{margin-bottom:4px!important;font-size:9.5px!important;font-weight:700!important;line-height:1.25!important}.adhyshiv-bento-grid{grid-template-columns:1fr 1fr!important;gap:5px!important;display:grid!important}.adhyshiv-bento-item{border-radius:8px!important;gap:3px!important;padding:6px!important}.bento-label{letter-spacing:.3px!important;font-size:6px!important;font-weight:800!important}.bento-text{font-size:7.5px!important;line-height:1.35!important}.bento-quote{font-size:7px!important;line-height:1.3!important}.bento-tech-list{flex-wrap:wrap!important;gap:2px!important;display:flex!important}.tech-chip{border-radius:4px!important;padding:1px 4px!important;font-size:6.5px!important}.bento-pills{flex-wrap:wrap!important;gap:2px!important;display:flex!important}.service-pill{border-radius:4px!important;padding:1px 4px!important;font-size:6.5px!important}.bento-author{align-items:center!important;gap:3px!important;margin-top:2px!important;display:flex!important}.author-avatar{border-radius:50%!important;flex-shrink:0!important;width:16px!important;height:16px!important;font-size:7px!important}.author-name{font-size:6.5px!important;line-height:1.2!important}.author-sub{font-size:6px!important;line-height:1.2!important}.impact-stats{grid-template-columns:repeat(3,1fr)!important;gap:3px!important;display:grid!important}.impact-stat{flex-direction:column!important;align-items:center!important;padding:3px 2px!important;display:flex!important}.impact-num{letter-spacing:-.5px!important;font-size:11px!important;line-height:1!important}.impact-sub{text-align:center!important;font-size:6px!important;line-height:1.2!important}.impact-divider{display:none!important}}.mobile-bottom-nav,.mobile-logo-strip,.adhyshiv-insights-img-mobile{display:none}
