.home-main{flex:1;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 140px);background:#e8e3d4;position:relative;overflow:hidden;max-width:100%!important;margin:0!important;padding:0!important;width:100%!important}.home-canvas{top:0;left:0;width:100%;height:100%;z-index:1}.geometric-grid,.home-canvas{position:absolute;pointer-events:none}.geometric-grid{inset:0;z-index:2;opacity:.15}.grid-line{position:absolute;background:#191a1c;animation:gridPulse 4s ease-in-out infinite;animation-delay:var(--delay)}.grid-line:first-child{left:0}.grid-line:first-child,.grid-line:nth-child(2){top:0;width:1px;height:100%;transform-origin:top}.grid-line:nth-child(2){left:25%}.grid-line:nth-child(3){left:50%}.grid-line:nth-child(3),.grid-line:nth-child(4){top:0;width:1px;height:100%;transform-origin:top}.grid-line:nth-child(4){left:75%}.grid-line:nth-child(5){top:0;left:100%;width:1px;height:100%;transform-origin:top}.grid-line:nth-child(6){top:0}.grid-line:nth-child(6),.grid-line:nth-child(7){left:0;width:100%;height:1px;transform-origin:left}.grid-line:nth-child(7){top:20%}.grid-line:nth-child(8){top:40%}.grid-line:nth-child(8),.grid-line:nth-child(9){left:0;width:100%;height:1px;transform-origin:left}.grid-line:nth-child(9){top:60%}.grid-line:nth-child(10){top:80%}.grid-line:nth-child(10),.grid-line:nth-child(11){left:0;width:100%;height:1px;transform-origin:left}.grid-line:nth-child(11){top:100%}.grid-line:nth-child(12){top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent,rgba(25,26,28,.05) 50%,transparent);animation:diagonalShift 20s ease-in-out infinite}@keyframes gridPulse{0%,to{opacity:.1}50%{opacity:.25}}@keyframes diagonalShift{0%,to{transform:translateX(0) translateY(0)}50%{transform:translateX(50px) translateY(50px)}}.floating-shapes{position:absolute;inset:0;z-index:2;pointer-events:none}.shape{position:absolute;border:1px solid #191a1c;opacity:.08}.shape-1{width:200px;height:200px;top:10%;left:5%;border-radius:50%;animation:floatShape 25s ease-in-out infinite}.shape-2{width:150px;height:150px;top:60%;right:10%;border-radius:0;transform:rotate(45deg);animation:floatShape 30s ease-in-out infinite reverse}.shape-3{width:120px;height:120px;bottom:15%;left:15%;border-radius:0;transform:rotate(22.5deg);animation:floatShape 35s ease-in-out infinite}.shape-4{width:180px;height:180px;top:30%;right:20%;border-radius:50%;border-color:#0038ba;opacity:.12;animation:floatShape 28s ease-in-out infinite reverse}@keyframes floatShape{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(30px,-40px) rotate(90deg)}50%{transform:translate(-20px,30px) rotate(180deg)}75%{transform:translate(40px,20px) rotate(270deg)}}.home-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;padding:40px;animation:fadeIn 1.5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.signature-container{position:relative;display:flex;align-items:center;justify-content:center;animation:signatureAppear 1.5s ease-out .3s both;width:100%}.home-signature{width:auto;height:120px;filter:brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(5000%) hue-rotate(220deg) brightness(.9);transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.home-signature:hover{transform:scale(1.05)}@keyframes signatureAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navigation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;width:175px;margin:0 auto;align-self:center}.nav-square{position:relative;aspect-ratio:1;border:1px solid #191a1c;background:transparent;display:flex;align-items:center;justify-content:center;text-decoration:none;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);animation:squareAppear 1s ease-out both}.nav-square-1{animation-delay:.5s}.nav-square-2{animation-delay:.6s}.nav-square-3{animation-delay:.7s}.nav-square-4{animation-delay:.8s}@keyframes squareAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.square-inner{width:60%;height:60%;border:1px solid #191a1c;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);transform:rotate(45deg) scale(.5)}.nav-square:hover{background:#191a1c;transform:scale(1.05)}.nav-square:hover .square-inner{opacity:1;transform:rotate(45deg) scale(1);border-color:#e8e3d4}.nav-square-1:hover,.nav-square-2:hover,.nav-square-3:hover{background:#191a1c}.nav-square-4:hover{background:#0038ba;border-color:#0038ba}.nav-square-4:hover .square-inner{border-color:#e8e3d4}@media (max-width:1024px){.home-signature{height:100px}.home-content{gap:45px}.navigation-grid{gap:30px;width:175px}.shape-1,.shape-2,.shape-3,.shape-4{opacity:.05}}@media (max-width:768px){.home-main{min-height:calc(100vh - 120px)}.home-content{gap:45px;padding:30px 20px}.home-signature{height:80px}.navigation-grid{gap:25px;width:115px}.shape-1{width:150px;height:150px}.shape-2{width:120px;height:120px}.shape-3{width:100px;height:100px}.shape-4{width:140px;height:140px}}@media (max-width:480px){.home-main{min-height:calc(100vh - 100px)}.home-content{gap:35px;padding:20px 15px}.home-signature{height:60px}.navigation-grid{gap:20px;width:107px}.grid-line{opacity:.08}.shape-1,.shape-2,.shape-3,.shape-4{opacity:.03}}