@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--body-bg:#fff;--logo-gradient:linear-gradient(135deg, #07040f 0%, #4b0fbf 45%, #b56cff 100%);--text-hero:#fff;--text-body:#050505;--text-muted:#a0a0a0;--text-color:#fff;--accent-color:#8a2be2;--accent-glow:#8a2be266;--nav-bg:#0a0a0ab3;--border-color:#ffffff1a;--font-main:"Outfit", sans-serif;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{font-family:var(--font-main);background-color:var(--body-bg);color:var(--text-body);width:100%;max-width:100%;line-height:1.6;overflow-x:hidden}@supports (overflow-x:clip){html,body{overflow-x:clip}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.btn-primary{color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#fc0 0%,#ff4d4d 30%,#e100ff 70%,#60f 100%) 0 0/200% 200%;border:none;border-radius:4px;padding:1.2rem 3rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;animation:10s infinite gradientFluid;display:inline-block;box-shadow:0 10px 30px #e100ff33}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-4px);box-shadow:0 15px 40px #e100ff66}.btn-primary:active{transform:translateY(0)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:4px;outline:3px solid #e100ffbf}.reveal{opacity:1;transform:translateY(0)}.site-loader{z-index:99999;opacity:1;visibility:visible;background:#030306eb;place-items:center;transition:opacity .45s,visibility .45s;display:grid;position:fixed;inset:0}.site-loader-content{z-index:1;justify-items:center;gap:26px;display:grid;position:relative}.site-loader-logo{letter-spacing:-.08em;color:#fff;font-synthesis:none;font-family:Arial Black,Arial Bold,Impact,sans-serif;font-size:clamp(3.6rem,12vw,7rem);font-weight:900;line-height:.85}.site-loader-skip .site-loader{display:none}.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}@media (prefers-reduced-motion:reduce){.site-loader{transition:opacity .25s,visibility .25s}}.bg-blobs{z-index:-1;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.blob{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);filter:blur(80px);opacity:.3;border-radius:50%;width:500px;height:500px;position:absolute}.navbar{z-index:1000;width:100%;transition:var(--transition), padding .5s ease;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-1.5px;background:var(--logo-gradient);-webkit-text-fill-color:transparent;z-index:1001;-webkit-background-clip:text;font-size:2rem;font-weight:900;text-decoration:none}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:5px;display:none}.menu-toggle span{transform-origin:50%;background:#fff;width:28px;height:2px;transition:all .3s cubic-bezier(.7,0,.3,1);display:block}.menu-toggle.active span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0;transform:translate(-10px)}.menu-toggle.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-lang-item{display:none}.nav-links a{color:var(--text-color);text-transform:uppercase;letter-spacing:1px;opacity:.7;transition:var(--transition);font-size:.9rem;font-weight:500;text-decoration:none}.nav-links a:hover{opacity:1;color:var(--accent-color)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.lang-selector{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}@media (width<=992px){.nav-actions>.lang-selector{display:none}.menu-toggle{display:flex}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);will-change:transform;z-index:1000;background:#050505fa;flex-direction:column;justify-content:center;align-items:center;gap:3.5rem;width:100%;height:100vh;margin:0;padding:0 2rem;transition:all .6s cubic-bezier(.85,0,.15,1);position:fixed;top:0;right:0;transform:translate(100%)}.nav-links.active{transform:translate(0)}.nav-links li a{font-size:2rem;font-weight:700}.nav-lang-item{display:flex}.lang-selector-menu{color:#fff;gap:.85rem;margin-top:.5rem;font-size:1rem}.lang-selector-menu .lang-btn{letter-spacing:1px;padding:.45rem .55rem;font-size:1rem;font-weight:800}}.lang-btn{color:inherit;cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.2rem .4rem}.lang-btn:hover,.lang-btn.active{color:var(--accent-color)}.hero{background-color:#0000;align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-colorful-bg{z-index:-2;clip-path:polygon(40% 0,100% 0,100% 100%,0% 100%);opacity:1;background:linear-gradient(135deg,#fc0 0%,#ff4d4d 30%,#e100ff 70%,#60f 100%) 0 0/200% 200%;width:60%;height:100%;animation:15s infinite gradientFluid;position:absolute;top:0;right:0}@keyframes gradientFluid{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes footerGradientFluid{0%{background-position:top,0%}50%{background-position:top,100%}to{background-position:top,0%}}.hero-overlay{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay svg{filter:drop-shadow(15px 0 25px #0009);width:100%;height:100%;display:block}.hero-container{z-index:10;justify-content:flex-start;width:100%;display:flex}.hero-content{text-align:left;max-width:650px;padding:0 20px}.hero-content h1{letter-spacing:-2px;color:#fff;margin-bottom:2rem;font-size:4.5rem;font-weight:900;line-height:1.1}.text-accent{color:#0000;background:linear-gradient(90deg,#e100ff 0%,#ff4d4d 25%,#fc0 50%,#ff4d4d 75%,#e100ff 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:8s linear infinite shine;display:inline-block}@keyframes shine{0%{background-position:0%}to{background-position:200%}}.hero-content p{color:#a0a0a0;max-width:320px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:400;line-height:1.6}.hero .btn-primary{letter-spacing:1px;padding:1rem 2rem;font-size:.9rem}.navbar .nav-links a{color:var(--text-hero)}@media (width<=968px){.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.2rem}}.problem{color:#111;background-color:#fff;align-items:center;min-height:100vh;padding:0;display:flex}.pb-container{flex-direction:column;align-items:center;width:100%;display:flex}.pb-tagline{text-align:center;letter-spacing:-2px;max-width:800px;margin:0 0 80px;font-size:4rem;font-weight:900;line-height:1.15}.pb-grid{flex-direction:row;justify-content:center;align-items:flex-start;gap:60px;width:100%;display:flex}.pb-item{text-align:center;background:0 0;flex-direction:column;flex:1;align-items:center;gap:20px;max-width:300px;padding:0;transition:all .4s;display:flex}.pb-item.item-center{transform:translateY(0)}.pb-item:hover,.pb-item.item-center:hover{transform:translateY(-10px)}.pb-icon{color:#fff;background:linear-gradient(135deg,#fc0 0%,#ff4d4d 50%,#e100ff 100%);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:0;display:flex;box-shadow:0 10px 20px #ff4d4d4d}.pb-icon svg{width:36px;height:36px}.pb-item p{color:#000;letter-spacing:-.3px;margin:0;font-size:1.2rem;font-weight:600;line-height:1.4}.pb-response{text-align:center;background:0 0;border:none;border-radius:0;margin-top:80px;padding:0}.pb-response h3{letter-spacing:-1.5px;background:linear-gradient(135deg,#111 0%,#333 40%,#ff4d4d 80%,#e100ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3rem;font-weight:900}@media (width<=968px){.pb-grid{flex-flow:row;justify-content:flex-start;align-items:flex-start;gap:clamp(12px,3vw,28px);display:flex}.pb-tagline{font-size:2.5rem}.pb-response h3{font-size:clamp(1.5rem,6vw,2.5rem);line-height:1.12}.pb-response{margin-top:clamp(48px,10vw,100px);padding:clamp(24px,6vw,50px) 20px}.pb-item{flex:0 0 calc(33.3333% - clamp(12px,3vw,28px)/1.5);align-self:start;gap:16px;min-width:0;max-width:300px}.pb-icon{border-radius:16px;width:clamp(48px,10vw,62px);height:clamp(48px,10vw,62px)}.pb-icon svg{width:clamp(25px,5.8vw,32px);height:clamp(25px,5.8vw,32px)}.pb-item p{letter-spacing:0;font-size:clamp(.72rem,2.35vw,1rem);line-height:1.25}}@media (width<=560px){.pb-grid{gap:10px}.pb-item{text-align:center;flex-basis:calc(33.3333% - 6.66667px);align-items:center;gap:12px}.pb-icon{border-radius:12px;width:clamp(38px,10vw,46px);height:clamp(38px,10vw,46px)}.pb-icon svg{width:clamp(20px,5.2vw,24px);height:clamp(20px,5.2vw,24px)}.pb-item p{text-align:center;width:100%;font-size:clamp(.58rem,2.45vw,.7rem);line-height:1.18}}.solution{color:#fff;background:#21222d;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.sol-container{flex-direction:column;gap:30px;padding:100px 2rem 140px;display:flex}.sol-header{max-width:900px}.sol-title{letter-spacing:-1.5px;color:#fff;margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.1}.sol-text{color:#a0a0a0;max-width:850px;font-size:1.5rem;font-weight:400;line-height:1.6}.text-highlight{color:#0000;background:linear-gradient(90deg,#e100ff 0%,#ff4d4d 25%,#fc0 50%,#ff4d4d 75%,#e100ff 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:8s linear infinite shine}.sol-rotator{vertical-align:baseline;width:210px;font-size:inherit;clip-path:inset(0);margin-left:8px;display:inline-grid}.sol-rotator-word{white-space:nowrap;letter-spacing:-1px;color:#0000;background:linear-gradient(90deg,#fc0 0%,#ff4d4d 50%,#e100ff 100%);-webkit-text-fill-color:transparent;opacity:0;transform-origin:0 100%;-webkit-font-smoothing:antialiased;will-change:transform, opacity;backface-visibility:hidden;-webkit-background-clip:text;background-clip:text;grid-area:1/1;font-weight:900;transition:all .5s cubic-bezier(.25,1,.5,1);transform:translateZ(0)translateY(100%)}.sol-rotator-word.active{opacity:1;transform:translateZ(0)translateY(0)}.sol-rotator-word.exit{opacity:0;transform:translateZ(0)translateY(-100%)}.sol-bottom-text{color:#a0a0a0;text-align:center;max-width:800px;margin:0 auto;font-size:1.15rem;font-weight:400;line-height:1.8}.sol-pillars{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.sol-pillar{background:#ffffff06;border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:280px;padding:40px 30px;transition:all .5s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1a,0 15px 35px #0000004d}.sol-pillar:before{content:"";opacity:1;z-index:0;pointer-events:none;background:linear-gradient(#0000 40%,#ff4d4d1a 100%);width:100%;height:100%;transition:opacity .5s;position:absolute;bottom:0;left:0}.sol-pillar-number{color:#0000;-webkit-text-stroke:2px #ff4d4d40;z-index:0;-webkit-user-select:none;user-select:none;font-size:10rem;font-weight:900;line-height:1;transition:all .6s cubic-bezier(.25,1,.5,1);position:absolute;top:-20px;right:-10px;transform:scale(1.05)translate(-10px,10px)}.sol-pillar h3{z-index:1;color:#fff;letter-spacing:-.5px;margin-bottom:10px;font-size:1.8rem;font-weight:800;position:relative}.sol-pillar h3:before{content:"";background:linear-gradient(90deg,#fc0,#ff4d4d,#e100ff);border-radius:2px;width:65px;height:4px;margin-bottom:15px;display:block}.sol-pillar p{z-index:1;color:#a0a0a0;min-height:90px;margin:0;font-size:1.05rem;line-height:1.6;position:relative}@media (width<=968px){.sol-pillars{grid-template-columns:1fr;gap:30px}.sol-pillar{min-height:280px;padding:50px 30px}.sol-pillar-number{font-size:10rem}}.services{color:#fff;background-color:#0b0c10;padding:140px 0}.services-header{text-align:center;margin-bottom:80px}.services-title{letter-spacing:-1.5px;margin-bottom:20px;font-size:3rem;font-weight:900}.services-subtitle{color:#a0a0a0;max-width:600px;margin:0 auto;font-size:1.2rem}.services-grid-container{--services-label-col:140px;--services-row-height:86px;--services-header-height:94px;--services-footer-height:96px;grid-template-columns:var(--services-label-col) minmax(190px, 1.12fr) minmax(170px, 1.04fr) minmax(170px, 1.04fr);grid-auto-rows:minmax(var(--services-row-height), auto);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff03;border:1px solid #ffffff0d;border-radius:32px;width:100%;padding:20px;display:grid;overflow:hidden}.services-grid-row{display:contents}.services-grid-row.header .grid-cell{min-height:var(--services-header-height);align-self:stretch}.grid-cell{color:#a0a0a0;text-align:center;box-sizing:border-box;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:pretty;border-bottom:1px solid #ffffff08;justify-content:center;align-items:center;gap:10px;min-width:0;height:100%;min-height:0;padding:25px 20px;font-size:1rem;line-height:1.25;display:flex;overflow:hidden}.grid-cell.label{text-align:left;color:#fff;width:var(--services-label-col);min-width:var(--services-label-col);max-width:var(--services-label-col);white-space:nowrap;text-overflow:ellipsis;justify-content:flex-start;font-weight:500}.services-grid-row:not(.header):not(.footer) .grid-cell:not(.label){grid-template-columns:minmax(0,1fr) 22px;justify-items:center;column-gap:8px;display:grid}.services-grid-row:not(.header):not(.footer) .grid-cell:not(.label)>span:first-child{justify-self:center;min-width:0}.services-grid-row.header .grid-cell{color:#fff;border-bottom:1px solid #ffffff14;padding:35px 20px;font-size:1.2rem;font-weight:800}.services-grid-row.footer .grid-cell{min-height:var(--services-footer-height);border-bottom:none;padding-top:36px;padding-bottom:24px}.highlight-col{z-index:1;position:relative;box-shadow:inset 0 -1px #ffffff0d;color:#fff!important;background:#ffffff05!important;border-bottom:none!important}.services-grid-row.footer .highlight-col{border-bottom:none!important}.highlight-col:before,.highlight-col:after{content:"";z-index:2;pointer-events:none;background-image:linear-gradient(#fc0,#ff4d4d,#e100ff);background-repeat:no-repeat;background-size:100% 700%;width:2px;position:absolute;top:0;bottom:-1px}.highlight-col:before{left:0}.highlight-col:after{right:0}.services-grid-row:first-child .highlight-col:before,.services-grid-row:first-child .highlight-col:after{background-position:0 0}.services-grid-row:nth-child(2) .highlight-col:before,.services-grid-row:nth-child(2) .highlight-col:after{background-position:0 16.666%}.services-grid-row:nth-child(3) .highlight-col:before,.services-grid-row:nth-child(3) .highlight-col:after{background-position:0 33.333%}.services-grid-row:nth-child(4) .highlight-col:before,.services-grid-row:nth-child(4) .highlight-col:after{background-position:0}.services-grid-row:nth-child(5) .highlight-col:before,.services-grid-row:nth-child(5) .highlight-col:after{background-position:0 66.666%}.services-grid-row:nth-child(6) .highlight-col:before,.services-grid-row:nth-child(6) .highlight-col:after{background-position:0 83.333%}.services-grid-row:nth-child(7) .highlight-col:before,.services-grid-row:nth-child(7) .highlight-col:after{background-position:0 100%}.services-grid-row.header .highlight-col{border-radius:20px 20px 0 0;overflow:hidden;box-shadow:inset 0 2px #fc0,inset 0 -1px #ffffff0d;border-bottom:none!important}.services-grid-row.footer .highlight-col{border-radius:0 0 20px 20px;overflow:hidden;box-shadow:inset 0 -2px #e100ff}.status-icon{flex:0 0 22px;justify-content:center;justify-self:center;align-items:center;width:22px;height:22px;margin-left:0;display:inline-flex}.status-bad{color:#ff4d4d}.status-mid{color:#fc0}.status-good{color:#00ffa3}.btn-table{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-table.active{color:#fff;letter-spacing:1px;text-transform:uppercase;cursor:pointer;box-sizing:border-box;text-align:center;background:linear-gradient(135deg,#fc0 0%,#ff4d4d 30%,#e100ff 70%,#60f 100%) 0 0/200% 200%;border:none;border-radius:4px;justify-content:center;align-items:center;width:max-content;max-width:calc(100% - 24px);padding:.7rem 1.6rem;font-size:.75rem;font-weight:700;line-height:1.15;text-decoration:none;transition:all .3s;animation:10s infinite gradientFluid;display:inline-flex;box-shadow:0 6px 15px #e100ff33}.btn-table.active:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 10px 25px #e100ff66}.btn-table.active:active{transform:translateY(0)}@media (width<=1024px){.services-grid-container{--services-label-col:118px;--services-row-height:80px;--services-header-height:90px;--services-footer-height:90px;grid-template-columns:var(--services-label-col) minmax(180px, 1.08fr) minmax(165px, 1.06fr) minmax(165px, 1.06fr)}.grid-cell{padding:22px 16px;font-size:.95rem}.services-grid-row.header .grid-cell{padding:30px 16px;font-size:1.05rem}}@media (width<=768px){.services-grid-container{--services-label-col:92px;--services-row-height:84px;--services-header-height:92px;--services-footer-height:96px;grid-template-columns:var(--services-label-col) minmax(0, 1.18fr) minmax(0, 1.01fr) minmax(0, 1.01fr);border-radius:24px;width:calc(100% + 32px);max-width:none;margin-left:-16px;padding:14px 14px 22px}.grid-cell{overflow-wrap:normal;text-wrap:pretty;padding:18px 10px;font-size:clamp(.72rem,1.9vw,.86rem);line-height:1.22}.grid-cell.label{padding-left:6px;font-size:clamp(.72rem,1.8vw,.84rem)}.services-grid-row.header .grid-cell{overflow-wrap:normal;text-wrap:balance;padding:24px 8px;font-size:clamp(.7rem,1.9vw,.92rem);line-height:1.16}.status-icon{flex-basis:20px;width:20px;height:20px}.services-grid-row:not(.header):not(.footer) .grid-cell:not(.label){grid-template-columns:minmax(0,1fr) 20px;column-gap:5px}.btn-table.active{white-space:normal;min-width:min(8.5rem,100% - 18px);max-width:calc(100% - 18px);padding:.65rem 1rem;font-size:.68rem}}@media (width<=480px){.services-grid-container{--services-label-col:64px;--services-row-height:86px;--services-header-height:94px;--services-footer-height:104px;grid-template-columns:var(--services-label-col) minmax(0, 1.38fr) minmax(0, .96fr) minmax(0, .96fr);width:calc(100% + 52px);max-width:none;margin-left:-26px;padding:10px 10px 18px}.grid-cell{gap:4px;padding:13px 5px;font-size:clamp(.6rem,2.55vw,.72rem);line-height:1.18}.services-grid-row.header .grid-cell{overflow-wrap:normal;text-wrap:balance;padding:16px 5px;font-size:clamp(.58rem,2.35vw,.68rem);line-height:1.15}.grid-cell.label{padding-left:4px;font-size:clamp(.58rem,2.35vw,.68rem)}.status-icon{flex-basis:16px;width:16px;height:16px}.services-grid-row:not(.header):not(.footer) .grid-cell:not(.label){grid-template-columns:minmax(0,1fr) 16px;column-gap:3px}.btn-table.active{letter-spacing:0;white-space:normal;overflow-wrap:normal;text-wrap:balance;min-width:0;max-width:calc(100% - 8px);padding:.58rem .48rem;font-size:clamp(.54rem,2.35vw,.62rem);line-height:1.12}}.custom-solutions-block{background:#ffffff03;border:1px solid #ffffff0d;border-radius:32px;justify-content:space-between;align-items:center;gap:40px;margin-top:60px;padding:60px 40px;display:flex;position:relative;overflow:hidden}.solutions-content{z-index:2;flex:1;max-width:500px}.solutions-content h3{color:#fff;margin-bottom:25px;font-size:2.2rem;font-weight:800;line-height:1.2}.solutions-content p{color:#a0a0a0;margin-bottom:0;font-size:1.15rem;line-height:1.6}.solutions-mockups{z-index:2;flex:1;justify-content:flex-end;align-items:center;height:350px;display:flex;position:relative}.mockup-stack{--mockup-scale:1;--mockup-pc-width:calc(470px * var(--mockup-scale));--mockup-pc-height:calc(313px * var(--mockup-scale));--mockup-phone-width:calc(250px * var(--mockup-scale));--mockup-phone-height:calc(250px * var(--mockup-scale));--mockup-pc-left:calc(95px * var(--mockup-scale));--mockup-pc-top:calc(18px * var(--mockup-scale));width:calc(var(--mockup-pc-left) + var(--mockup-pc-width));height:max(var(--mockup-phone-height), calc(var(--mockup-pc-top) + var(--mockup-pc-height)));flex:none;position:relative}.mockup{filter:none;position:absolute}.mockup-image{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:1;width:100%;height:100%;display:block;position:relative}.mockup-caption{z-index:6;color:#fff;letter-spacing:calc(.7px * var(--mockup-scale));text-align:center;white-space:nowrap;pointer-events:none;justify-content:center;align-items:center;font-weight:800;line-height:1;display:inline-flex;position:absolute;left:50%;transform:translate(-50%,-50%)}.mockup.macbook{width:var(--mockup-pc-width);height:var(--mockup-pc-height);left:var(--mockup-pc-left);top:var(--mockup-pc-top)}.mockup.macbook .mockup-image{object-fit:contain}.mockup-caption-web{box-shadow:none;font-size:calc(1.2rem * var(--mockup-scale));background:0 0;top:48%}.mockup.iphone{width:var(--mockup-phone-width);height:var(--mockup-phone-height);z-index:5;bottom:0;left:0}.mockup-caption-app{box-shadow:none;font-size:calc(.95rem * var(--mockup-scale));background:0 0;top:52%}@media screen and (width<=968px){.custom-solutions-block{text-align:center;flex-direction:column;padding:40px 20px}.solutions-content{max-width:100%}.solutions-mockups{justify-content:center;width:100%;height:280px;margin-top:30px}.mockup-stack{--mockup-scale:.79}}@media screen and (width<=560px){.custom-solutions-block{padding:36px 18px}.solutions-mockups{height:220px;margin-top:24px}.mockup-stack{--mockup-scale:.58}}@media screen and (width<=380px){.mockup-stack{--mockup-scale:.5}.solutions-mockups{height:190px}}.contact-section{color:#050505;background-color:#fff;align-items:flex-start;min-height:100vh;padding:170px 0 120px;display:flex;position:relative;overflow:hidden}.contact-container{justify-content:space-between;align-items:flex-start;gap:60px;display:flex}.contact-content{flex:1.2;max-width:700px}.contact-title{color:#050505;letter-spacing:-1px;white-space:nowrap;margin-bottom:25px;font-size:4rem;font-weight:800;line-height:1.1}.contact-text{color:#555;margin-bottom:30px;font-size:1.2rem;line-height:1.6}.contact-bullets{flex-direction:column;gap:15px;margin-top:20px;display:flex}.bullet-item{color:#444;align-items:flex-start;gap:12px;font-size:1.1rem;font-weight:500;line-height:1.35;display:flex}.bullet-icon{width:18px;height:18px;color:var(--accent-color);flex:0 0 18px;margin-top:.18em}.bullet-item span{min-width:0;display:block}.contact-form-wrapper{background:#fff;border-radius:24px;flex:1;width:100%;max-width:600px;padding:50px;position:relative;box-shadow:0 10px 40px #0000000a}.contact-form-wrapper:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#fc0,#ff4d4d,#e100ff);border-radius:24px;padding:4px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.contact-form{z-index:1;position:relative}.form-group{margin-bottom:25px}.contact-form input,.contact-form textarea{color:#050505;background:#f4f5f7;border:none;border-radius:12px;width:100%;padding:18px 20px;font-family:inherit;font-size:1.1rem;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{background:#fff;outline:none;box-shadow:0 0 0 2px #e100ff}.contact-form textarea{resize:vertical;min-height:120px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#888}.form-honeypot{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-status{color:#555;min-height:1.4em;margin:-4px 0 18px;font-size:.95rem;line-height:1.4}.form-status.success{color:#11845b}.form-status.error{color:#c23434}.captcha-group{margin:8px 0 12px}.contact-recaptcha{justify-content:flex-start;align-items:center;min-height:92px;padding:8px 0;display:flex}.contact-recaptcha>div,.contact-recaptcha iframe{max-width:100%;display:block}.contact-recaptcha:empty{background:#f4f5f7;border:1px dashed #e100ff47;border-radius:12px}.contact-recaptcha:empty:before{content:"Vérification anti-spam en cours de chargement...";color:#777;padding:22px 16px;font-size:.92rem;line-height:1.35;display:block}.contact-recaptcha.has-error{color:#9f2f2f;background:#c2343414;border:1px solid #c2343459;border-radius:12px;min-height:auto;padding:14px 16px;font-size:.92rem;line-height:1.4;display:block}.form-submit-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;font-size:1.1rem;visibility:visible!important;opacity:1!important;z-index:999!important;color:#fff!important;background:linear-gradient(135deg,#fc0 0%,#ff4d4d 30%,#e100ff 70%,#60f 100%) 0 0/200% 200%!important;width:100%!important;min-height:60px!important;margin-top:30px!important;padding:22px!important;animation:10s infinite gradientFluid!important;display:flex!important;position:relative!important}.form-submit-btn:disabled{cursor:not-allowed;filter:grayscale(.15);transform:none;opacity:.7!important}.form-submit-btn:hover{filter:brightness(1.1);transform:translateY(-5px);box-shadow:0 15px 30px #e100ff66}.site-toast{z-index:99999;color:#fff;opacity:0;pointer-events:none;background:#111217;border-radius:12px;max-width:min(380px,100vw - 32px);padding:16px 18px;font-size:.98rem;font-weight:600;line-height:1.35;transition:opacity .25s,transform .25s;position:fixed;bottom:24px;right:24px;transform:translateY(16px);box-shadow:0 18px 45px #00000040}.site-toast.show{opacity:1;transform:translateY(0)}.site-toast.success{background:linear-gradient(135deg,#11845b,#0f9f6e)}.site-toast.info{background:linear-gradient(135deg,#262a35,#111217)}.site-toast.error{background:linear-gradient(135deg,#b42318,#d64545)}@media (width<=560px){.site-toast{max-width:none;bottom:16px;left:16px;right:16px}}@media screen and (width<=968px){.contact-section{align-items:flex-start;padding:200px 0 90px}.contact-container{flex-direction:column}.contact-content{text-align:left;max-width:100%;margin-bottom:40px}.contact-title{white-space:normal;margin-bottom:20px;font-size:3rem}.contact-form-wrapper{padding:30px}}@media screen and (width<=768px){.contact-section{padding-top:260px}}.main-footer{color:#fff;background:linear-gradient(var(--footer-wave-color,#21222d), var(--footer-wave-color,#21222d)) top / 100% 6px no-repeat, linear-gradient(135deg, #fc0 0%, #ff4d4d 30%, #e100ff 70%, #60f 100%);background-size:100% 6px,200% 200%;width:100%;padding:120px 0 60px;animation:15s infinite footerGradientFluid;position:relative;overflow:hidden}section:has(+.main-footer){z-index:1;position:relative;box-shadow:none!important;border-bottom:0!important}section:has(+.main-footer):after{content:"";pointer-events:none;height:2px;position:absolute;bottom:-1px;left:0;right:0}.solution:has(+.main-footer):after{background:#21222d}.services:has(+.main-footer):after{background:#0b0c10}.about-cta:has(+.main-footer):after{background:#0a0a0a}.contact-section:has(+.main-footer):after{background:#fff}.footer-wave{z-index:2;pointer-events:none;width:100%;height:100px;line-height:0;position:absolute;top:0;left:0}.footer-wave svg{width:100%;height:100%;fill:var(--footer-wave-color,#21222d);display:block}.footer-wave path{stroke:none}.footer-content{z-index:3;flex-direction:column;align-items:center;gap:40px;display:flex;position:relative}.footer-logo{letter-spacing:-1px;margin-bottom:10px;font-size:2.5rem;font-weight:900}.footer-links{gap:40px;margin-top:10px;list-style:none;display:flex}.footer-link{color:#fff;transition:var(--transition);opacity:.8;align-items:center;gap:12px;font-size:1.2rem;font-weight:600;text-decoration:none;display:flex}.footer-link:hover{opacity:1;transform:translateY(-5px)}.footer-link svg{width:24px;height:24px}.footer-bottom{text-align:center;opacity:.7;border-top:1px solid #ffffff1a;width:100%;margin-top:80px;padding-top:30px;font-size:.95rem}@media (width<=768px){.footer-links{flex-direction:column;align-items:center;gap:25px}.footer-wave{height:60px}}.legal-page{color:#050505;background-color:#fff;min-height:100vh;padding:170px 0 100px}.legal-container{max-width:820px}.legal-title{letter-spacing:-1.5px;color:#050505;margin-bottom:10px;font-size:3.5rem;font-weight:900;line-height:1.1}.legal-updated{color:#888;margin-bottom:50px;font-size:.95rem}.legal-content{flex-direction:column;gap:40px;display:flex}.legal-section h2{color:#050505;letter-spacing:-.3px;margin-bottom:16px;font-size:1.5rem;font-weight:800}.legal-section h3{color:#222;margin:16px 0 8px;font-size:1.1rem;font-weight:700}.legal-section p{color:#444;margin-bottom:10px;font-size:1.05rem;line-height:1.7}.legal-section ul{flex-direction:column;gap:8px;margin:10px 0;padding:0;list-style:none;display:flex}.legal-section ul li{color:#444;padding-left:20px;font-size:1.05rem;line-height:1.6;position:relative}.legal-section ul li:before{content:"";background:linear-gradient(135deg,#ff4d4d,#e100ff);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.legal-section a{color:#8a2be2;font-weight:500;text-decoration:none;transition:color .3s}.legal-section a:hover{color:#e100ff}.footer-legal-links{align-items:center;gap:12px;margin-top:10px;font-size:.85rem;display:flex}.footer-legal-links a{color:#fff9;text-decoration:none;transition:color .3s,opacity .3s}.footer-legal-links a:hover{color:#fff;opacity:1}.footer-legal-sep{color:#ffffff4d}@media (width<=968px){.legal-page.section{padding:120px 0 80px}}@media (width<=768px){.legal-page.section{padding:100px 0 60px}.legal-title{font-size:2.5rem}.legal-section h2{font-size:1.3rem}.legal-section p,.legal-section ul li{font-size:.95rem}}@media (width<=480px){.legal-page.section{padding:90px 0 50px}.legal-title{font-size:2rem}}body:has(.about-hero){background-color:#0a0a0a}.about-hero{text-align:center;color:#fff;background-color:#0a0a0a;padding-top:160px;padding-bottom:40px;position:relative}.about-hero h1{color:#fff;margin-bottom:30px;font-size:4.5rem;line-height:1.1}.about-subtitle{color:#a0a0a0;max-width:800px;margin:0 auto;font-size:1.4rem;line-height:1.6}.about-pillars{z-index:1;color:#fff;background:#0a0a0a;padding:20px 0 100px;position:relative}.pillars-grid{grid-template-columns:1fr 1fr;gap:40px;margin-top:30px;display:grid}.pillar-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0a;border:1px solid #ff4d4d80;border-radius:28px;flex-direction:column;align-items:center;padding:60px 40px;transition:none;display:flex;position:relative;overflow:hidden;transform:translateY(0)}.pillar-icon{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;display:flex}.pillar-icon svg{stroke-width:1.5px;stroke:url(#icon-gradient);width:100%;height:100%}.pillar-card h3{letter-spacing:-.5px;margin-bottom:15px;font-size:2.2rem;font-weight:800;color:#fff!important;display:block!important}.pillar-card p{color:#ffffffb3;max-width:320px;font-size:1.15rem;line-height:1.6}.about-cta{color:#fff;text-align:center;background-color:#0a0a0a;padding:120px 0;position:relative}.about-hero:after,.about-pillars:after{content:"";pointer-events:none;background:#0a0a0a;height:2px;position:absolute;bottom:-1px;left:0;right:0}.about-cta h2{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:40px;font-size:3.5rem}.mt-30{margin-top:30px}.text-center{text-align:center}@media (width<=1024px){:root{--container-width:900px}.section{padding:80px 0}.about-hero.section{padding-top:150px;padding-bottom:50px}.hero-content h1,.about-hero h1{font-size:3.8rem}}@media (width<=992px){.hero{padding-top:120px}.hero-content h1{font-size:3.2rem}.pb-tagline{font-size:2.5rem}.sol-title{font-size:2.8rem}}@media (width<=768px){.section{padding:60px 0}.hero.section,.problem.section,.solution.section,.contact-section.section{min-height:100svh}.hero.section{padding-top:120px;padding-bottom:60px}.solution.section{padding-top:72px;padding-bottom:72px;overflow:visible}.services.section{padding-top:80px}.about-hero.section{padding-top:128px;padding-bottom:50px}.hero-content h1,.about-hero h1,.contact-title{font-size:2.8rem!important}.hero-content p,.about-subtitle{font-size:1.15rem}.pb-tagline,.sol-title,.about-cta h2{font-size:2.2rem!important}.pb-grid{flex-flow:row;justify-content:flex-start;align-items:flex-start;gap:20px;display:flex}.pb-item{flex:0 0 calc(33.3333% - 13.3333px);max-width:none}.sol-pillars{grid-template-columns:1fr;gap:30px}.pillars-grid{grid-template-columns:1fr;gap:25px}.services-comparison{grid-template-columns:1fr;gap:30px}.contact-container{text-align:left;flex-direction:column;gap:40px}.contact-bullets{text-align:left;align-items:flex-start;width:100%;max-width:none;margin-left:0;margin-right:0}.bullet-item{text-align:left;justify-content:flex-start}.contact-form-wrapper{padding:40px 25px}.pillar-card{padding:40px 30px}.btn-primary{padding:1rem 2rem;font-size:1rem}.blob{filter:blur(80px);opacity:.3;width:250px;height:250px}}@media (width<=480px){.hero-content h1,.about-hero h1{font-size:2.2rem!important}.section{padding:50px 0}.about-hero.section{padding-top:112px;padding-bottom:44px}.hero.section{padding-top:104px;padding-bottom:50px}.solution.section{padding-top:62px;padding-bottom:62px}.nav-content{padding:0 15px}.logo{font-size:1.6rem}.contact-form-wrapper{padding:30px 20px}.pillar-card h3{font-size:1.8rem}.about-cta h2{font-size:1.8rem!important}}@media (width<=375px){.hero-content h1{font-size:2rem!important}.pb-tagline{font-size:1.8rem!important}.pb-response h3{font-size:1.35rem}}@media (width<=768px){.home-page{background-color:#1c1d25}.home-page .hero.section{min-height:calc(100svh + 2px);padding-top:112px;padding-bottom:64px}.home-page .hero-colorful-bg{width:calc(60% + 4px);height:calc(100% + 4px);top:-2px;right:-2px}.home-page .hero-overlay{width:calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px}.home-page .nav-content,.home-page .hero-container{padding-left:24px;padding-right:24px}.home-page .menu-toggle{justify-content:center;align-items:center;width:44px;height:44px;padding:8px}.home-page .hero-container{transform:translateY(-28px)}.home-page .hero-content{width:100%;max-width:100%;padding:0}.home-page .hero-content h1{letter-spacing:0;max-width:342px;margin-bottom:22px;line-height:1.08;font-size:2.8rem!important}.home-page .hero-content p{color:#ffffffc2;max-width:280px;margin-bottom:30px;font-size:1.08rem;line-height:1.5}.home-page .hero .btn-primary{letter-spacing:1px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;display:inline-flex;box-shadow:0 12px 30px #e100ff42}.home-page .hero-overlay svg{filter:drop-shadow(10px 0 20px #0000007a);width:128%;max-width:none}}@media (width<=480px){.home-page .hero.section{padding-top:100px;padding-bottom:56px}.home-page .hero-content h1{max-width:342px;font-size:2.2rem!important}.home-page .hero-content p{font-size:1.02rem}}@media (width<=375px){.home-page .nav-content,.home-page .hero-container{padding-left:20px;padding-right:20px}.home-page .hero-content h1{max-width:335px;font-size:2.05rem!important}}@media (width<=768px) and (height<=700px){.home-page .hero.section{padding-top:92px;padding-bottom:44px}.home-page .hero-container{transform:translateY(-12px)}.home-page .hero-content h1{margin-bottom:18px}.home-page .hero-content p{margin-bottom:22px}}@media (prefers-reduced-motion:reduce){.home-page .hero-colorful-bg,.home-page .text-accent,.home-page .hero .btn-primary{animation:none}}@media (width<=768px){.problem{min-height:100svh;padding:82px 0 72px}.pb-container{justify-content:center;min-height:calc(100svh - 154px)}.pb-tagline{letter-spacing:-1.4px;width:100%;max-width:11ch;margin:0 auto clamp(44px,7vh,72px);line-height:1.04;font-size:clamp(2.55rem,10.5vw,3.35rem)!important}.pb-response{width:100%;margin-top:clamp(48px,8vh,78px);padding:0 8px}.pb-response h3{letter-spacing:-1px;max-width:11ch;margin:0 auto;line-height:1.06;font-size:clamp(2rem,8.4vw,2.75rem)!important}.pb-grid{flex-direction:row;justify-content:center;align-items:flex-start;gap:clamp(12px,3vw,22px);width:100%;margin:0 auto}.pb-item{text-align:center;flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:center;gap:16px;min-width:0;max-width:none}.pb-icon{border-radius:22px;width:clamp(64px,12vw,86px);height:clamp(64px,12vw,86px)}.pb-icon svg{width:clamp(34px,6.5vw,46px);height:clamp(34px,6.5vw,46px)}.pb-item p{text-align:center;flex:0 auto;width:100%;font-size:clamp(.8rem,2.55vw,1rem);line-height:1.22}}@media (width<=480px){.problem{padding:74px 0 64px}.pb-container{min-height:calc(100svh - 138px)}.pb-tagline{letter-spacing:-1px;max-width:10.5ch;margin-bottom:clamp(38px,6.5vh,58px);font-size:clamp(2.2rem,11.4vw,2.85rem)!important}.pb-response{margin-top:clamp(38px,7vh,58px)}.pb-response h3{max-width:10.5ch;font-size:clamp(1.85rem,9.4vw,2.35rem)!important}.pb-grid{gap:8px;width:100%}.pb-item{gap:10px}.pb-icon{border-radius:18px;width:clamp(52px,15vw,66px);height:clamp(52px,15vw,66px)}.pb-icon svg{width:clamp(28px,8vw,36px);height:clamp(28px,8vw,36px)}.pb-item p{font-size:clamp(.66rem,3vw,.78rem);line-height:1.16}}@media (width<=768px){.contact-section.section{padding-top:80px;padding-bottom:90px}}@media (width<=480px){.contact-section.section{padding-top:80px;padding-bottom:80px}.contact-recaptcha{transform-origin:0;min-height:86px;transform:scale(.95)}}.hub-page{min-height:100svh;padding:32px 20px calc(32px + env(safe-area-inset-bottom));background-color:#0b0c10;justify-content:center;align-items:center;display:flex}.hub-card{border:1px solid var(--border-color);background:#1c1d25;border-radius:24px;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:420px;margin:auto;padding:28px 24px 32px;display:flex;box-shadow:0 30px 80px #00000073}.hub-lang{color:#ffffff8c;align-self:flex-end;margin-bottom:4px}.hub-header{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.hub-monogram{letter-spacing:-1.5px;color:#fff;background:linear-gradient(135deg,#fc0 0%,#ff4d4d 30%,#e100ff 70%,#60f 100%) 0 0/200% 200%;border-radius:50%;place-items:center;width:92px;height:92px;font-size:2.4rem;font-weight:900;animation:10s infinite gradientFluid;display:grid;box-shadow:0 12px 30px #e100ff4d}.hub-name{letter-spacing:-.5px;color:#fff;font-size:1.7rem;font-weight:800;line-height:1.1}.hub-tagline{color:#ffffffa6;font-size:.95rem;font-weight:500}.hub-btn-primary{text-align:center;letter-spacing:1.5px;width:100%;padding:1.1rem 1.5rem;font-size:.95rem}.hub-inapp-hint{color:#ffffffb3;text-align:center;background:#ff4d4d1f;border:1px solid #ff4d4d4d;border-radius:12px;width:100%;margin-top:-8px;padding:12px 14px;font-size:.82rem;line-height:1.45}.hub-actions{flex-direction:column;gap:12px;width:100%;display:flex}.hub-btn{border:1px solid var(--border-color);color:#fff;width:100%;min-height:52px;transition:var(--transition);background:#ffffff0d;border-radius:14px;align-items:center;gap:14px;padding:0 20px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.hub-btn svg{color:#ff4d4d;flex-shrink:0;width:22px;height:22px}.hub-btn:hover{background:#ffffff1a;border-color:#e100ff80;transform:translateY(-2px)}.hub-website{color:#0000;background:linear-gradient(90deg,#e100ff,#ff4d4d,#fc0);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin-top:4px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .3s}.hub-website:hover{opacity:.8}.hub-legal{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-top:8px;display:flex}.hub-legal .footer-legal-links{flex-wrap:wrap;justify-content:center;margin-top:0}.hub-copyright{color:#fff6;font-size:.72rem}@media (width<=480px){.hub-card{border-radius:20px;max-width:100%;padding:24px 20px 28px}.hub-monogram{width:84px;height:84px;font-size:2.1rem}.hub-name{font-size:1.5rem}}.nav-links a.active{color:#fff;opacity:1}.portfolio-page,.portfolio-page main{background:#0a0a0a}.portfolio-section{color:#fff;background:#0a0a0a;min-height:100vh;padding:154px 0 120px}.portfolio-container{z-index:1;position:relative}.portfolio-heading{max-width:900px;margin-bottom:42px}.portfolio-kicker,.project-label,.project-stack>p{color:#c89cff;letter-spacing:0;text-transform:uppercase;margin-bottom:16px;font-size:.82rem;font-weight:700;line-height:1.2}.portfolio-heading h1{letter-spacing:0;text-wrap:balance;max-width:880px;margin:0;font-size:4.25rem;font-weight:800;line-height:1.05}.portfolio-intro{color:#ffffffa8;text-wrap:pretty;max-width:720px;margin-top:28px;font-size:1.18rem;line-height:1.65}.project-showcase{width:100%}.project-summary{border-top:1px solid #ffffff29;grid-template-columns:minmax(0,1fr) minmax(260px,330px);align-items:end;gap:72px;padding:30px 0 42px;display:grid}.project-copy{max-width:760px}.project-label{color:#fc0;margin-bottom:12px}.project-copy h2{letter-spacing:0;margin:0 0 18px;font-size:2.75rem;font-weight:800;line-height:1.08}.project-description,.project-objective{color:#ffffffc7;text-wrap:pretty;font-size:1.05rem;line-height:1.65}.project-objective{color:#ffffff94;margin-top:10px}.project-disclaimer{color:#ffffff7a;border-top:1px solid #ffffff1a;max-width:680px;margin-top:22px;padding-top:18px;font-size:.88rem;line-height:1.55}.project-details{border-left:1px solid #ffffff24;flex-direction:column;align-items:flex-start;gap:28px;margin-top:75px;padding-left:30px;display:flex}.project-stack>p{color:#ffffff7a;margin-bottom:10px;font-size:1.1rem;font-weight:600}.project-showcase .project-stack{margin-top:4px;padding-top:32px}.project-stack ul{color:#ffffffd6;flex-wrap:wrap;gap:7px 0;margin:0;padding:0;font-size:.92rem;list-style:none;display:flex}.project-stack li{align-items:center;display:inline-flex}.project-stack li:not(:last-child):after{content:"/";color:#ffffff47;margin:0 9px}.project-visit-link{justify-content:center;align-items:center;gap:11px;min-height:52px;padding:0 24px;display:inline-flex}.project-visit-link svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.project-browser{background:#101116;border:1px solid #ffffff24;border-radius:6px;width:100%;box-shadow:0 30px 80px #00000061}.preview-toolbar{z-index:3;background:#17181e;border-bottom:1px solid #ffffff1a;border-radius:6px 6px 0 0;justify-content:space-between;align-items:center;gap:20px;min-height:64px;padding:9px 12px 9px 20px;display:flex;position:relative}.preview-location{color:#ffffff94;align-items:center;min-width:0;font-size:.84rem;font-weight:500;line-height:1.2;display:flex}.preview-location span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.preview-live-dot{background:#fc0;border-radius:50%;flex:none;width:8px;height:8px;margin-right:11px;box-shadow:0 0 0 4px #ffcc0017}.project-browser[data-load-state=ready] .preview-live-dot{background:#65d296;box-shadow:0 0 0 4px #65d2961a}.project-browser[data-load-state=error] .preview-live-dot{background:#ff6464;box-shadow:0 0 0 4px #ff64641a}.preview-controls{flex:none;align-items:center;gap:4px;display:flex}.preview-control{color:#ffffffa3;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;width:44px;height:44px;margin:0;padding:0;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s;display:inline-grid;position:relative}.preview-control:hover{color:#fff;background:#ffffff14}.preview-control.is-active{color:#fff;background:#8a2be23d;border-color:#c89cff8c}.preview-control svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.preview-control:after{content:attr(data-tooltip);z-index:5;color:#fff;letter-spacing:0;opacity:0;pointer-events:none;background:#0a0a0af5;border:1px solid #ffffff1f;border-radius:4px;width:max-content;max-width:210px;padding:7px 9px;font-size:.74rem;font-weight:500;line-height:1.25;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 9px);right:0;transform:translateY(-3px);box-shadow:0 10px 28px #00000059}.preview-control:hover:after,.preview-control:focus-visible:after{opacity:1;transform:translateY(0)}.preview-control-divider{background:#ffffff1f;width:1px;height:24px;margin:0 4px}.preview-canvas{background:#08090d;border-radius:0 0 6px 6px;padding:24px;position:relative;overflow:hidden}.preview-stage{--preview-stage-height:min(800px, calc((100vw - 96px) * .625));width:100%;height:var(--preview-stage-height);transition:height .26s cubic-bezier(.4,0,.2,1);position:relative}.preview-viewport{--preview-width:1280px;--preview-height:800px;--preview-scale:1;width:var(--preview-width);height:var(--preview-height);transform:translateX(-50%) scale(var(--preview-scale));transform-origin:top;will-change:width, height, transform;transition:width .26s cubic-bezier(.4,0,.2,1),height .26s cubic-bezier(.4,0,.2,1),transform .26s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:50%}.preview-frame{background:#f5efe5;border-radius:2px;width:100%;height:100%;transition:border-radius .26s,box-shadow .26s;position:relative;overflow:hidden}.project-browser[data-mode=mobile] .preview-viewport{clip-path:inset(0 round 30px);contain:paint;isolation:isolate;background:#f5efe5;border-radius:30px;overflow:hidden}.project-browser[data-mode=mobile] .preview-frame{box-shadow:none;clip-path:inset(0 round 30px);isolation:isolate;background:#f5efe5;border-radius:30px}.project-browser[data-mode=mobile] .preview-frame:after{content:"";z-index:3;box-sizing:border-box;border-radius:inherit;pointer-events:none;border:1px solid #24252cb8;position:absolute;inset:0}.project-browser[data-mode=mobile] .preview-frame iframe{clip-path:inset(0 round 30px);backface-visibility:hidden;border-radius:30px}.preview-frame iframe{z-index:1;border-radius:inherit;opacity:0;background:#f5efe5;border:0;width:100%;height:100%;transition:opacity .22s;display:block;position:relative}.preview-frame.is-loaded iframe{opacity:1}.preview-frame.has-error iframe{visibility:hidden}.preview-loading,.preview-fallback{z-index:2;color:#25212a;text-align:center;background:#f5efe5;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:28px;font-size:1rem;display:flex;position:absolute;inset:0}.preview-loading[hidden],.preview-fallback[hidden]{display:none}.preview-spinner{will-change:transform;border:2px solid #8a2be2;border-color:#8a2be2 #ff4d4d #25212a29 #25212a29;border-radius:50%;width:30px;height:30px;animation:.22s linear infinite previewSpin}.preview-fallback p{max-width:430px;margin:0;font-size:1.15rem;font-weight:700}.preview-fallback a{color:#5d189d;text-underline-offset:4px;font-weight:700}@keyframes previewSpin{to{transform:rotate(360deg)}}.portfolio-section:has(+.main-footer):after{background:#0a0a0a}@media (width<=992px){.portfolio-section{padding-top:132px}.portfolio-heading{margin-bottom:38px}.portfolio-heading h1{font-size:3.45rem}.project-summary{grid-template-columns:1fr;gap:36px}.project-details{border-top:1px solid #ffffff1f;border-left:0;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:28px;padding:26px 0 0}}@media (width<=768px){.portfolio-section{padding:118px 0 90px}.portfolio-heading h1{font-size:2.8rem}.portfolio-intro{font-size:1.05rem}.project-copy h2{font-size:2.25rem}.project-summary{padding-bottom:30px}.preview-toolbar{min-height:60px;padding-left:14px}.preview-canvas{padding:20px 16px 24px}.preview-stage{--preview-stage-height:calc((100vw - 66px) * .625)}}@media (width<=560px){.portfolio-heading{margin-bottom:30px}.portfolio-heading h1{font-size:2.35rem}.project-summary{padding-top:30px}.project-details{flex-direction:column;align-items:flex-start}.project-visit-link{width:100%}.preview-location span:last-child{max-width:122px}.preview-live-dot{margin-right:8px}.preview-canvas{padding-left:12px;padding-right:12px}}@media (width<=390px){.portfolio-heading h1{font-size:2.05rem}.preview-location span:last-child{display:none}.preview-control-divider{margin-left:1px;margin-right:1px}}@media (width<=992px) and (height<=650px){.nav-links{justify-content:flex-start;gap:1.5rem;padding-top:96px;padding-bottom:36px;overflow-y:auto}.nav-links li a{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.preview-stage,.preview-viewport,.preview-frame,.preview-frame iframe,.preview-control,.preview-control:after{transition:none}.preview-spinner{animation-duration:.44s}}
