.hero{min-height:100vh;background-color:var(--color-cream);min-height:100dvh;padding:var(--space-12) var(--container-padding);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg-layer{z-index:0;opacity:0;width:100%;height:100%;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;overflow:hidden}.hero__bg-layer.active{opacity:1}.hero__bg-layer img,.hero__bg-layer video{object-fit:cover;object-position:center;width:100%;height:100%}.hero__bg-layer img{will-change:transform;animation:25s ease-in-out infinite alternate kenBurns}@keyframes kenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.08)translate(-1%,-.5%)}}.hero__bg-overlay{z-index:1;width:100%;height:100%;transition:background .8s var(--ease-default);pointer-events:none;background:0 0;position:absolute;top:0;left:0}.hero--video .hero__bg-overlay{background:#00000059}.hero--advocacia .hero__bg-overlay{background:#002a3873}.hero--consultoria .hero__bg-overlay{background:#26473a73}.hero--registraveis .hero__bg-overlay{background:#e0bc3a40}.hero--pb .hero__bg-overlay{background:#0006}.hero{background-color:var(--color-cream);min-height:100dvh;padding:var(--space-12) var(--container-padding);flex-direction:column;justify-content:center;align-items:center;transition:background-color 1.2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.hero.hero--returning{transition:background-color 5s ease-in-out!important}.hero__content{z-index:2;text-align:center;align-items:center;gap:var(--space-8);flex-direction:column;width:100%;max-width:1000px;display:flex;position:relative}.hero__brand{width:100%;max-width:1100px;height:clamp(150px,30vw,380px);margin-bottom:var(--space-8);justify-content:center;align-items:center;display:flex;position:relative}.hero__main-logo{will-change:opacity;backface-visibility:hidden;user-select:none;-webkit-user-drag:none;pointer-events:auto;width:100%;height:auto;transition:opacity 1s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__main-logo--default{opacity:1;z-index:2}.hero__main-logo--advocacia,.hero__main-logo--consultoria,.hero__main-logo--registraveis{opacity:0;z-index:1}.hero--advocacia .hero__main-logo--default{opacity:0}.hero--advocacia .hero__main-logo--advocacia{opacity:1;z-index:2}.hero--consultoria .hero__main-logo--default{opacity:0}.hero--consultoria .hero__main-logo--consultoria{opacity:1;z-index:2}.hero--registraveis .hero__main-logo--default{opacity:0}.hero--registraveis .hero__main-logo--registraveis{opacity:1;z-index:2}.hero__hubs{justify-content:center;align-items:center;gap:var(--space-12);margin-top:var(--space-6);flex-wrap:wrap;width:100%;display:flex;transform:translate(20px)}.hero__hub{cursor:pointer;flex-direction:column;align-items:center;text-decoration:none;display:flex;position:relative}.hero__hub-name{font-family:var(--font-display);font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);transition:color .4s var(--ease-default), text-shadow .4s var(--ease-default);padding-bottom:var(--space-2);color:#b0b0b0;position:relative}.hero__hub--advocacia .hero__hub-name,.hero__hub--consultoria .hero__hub-name,.hero__hub--registraveis .hero__hub-name{color:var(--color-primary-dark)}.hero--registraveis .hero__hub-name{color:var(--color-cream)}.hero__hub-name:after{content:"";width:100%;height:2px;transition:transform .4s var(--ease-default);transform-origin:100%;background-color:currentColor;position:absolute;bottom:0;left:0;transform:scaleX(0)}.hero__hub:hover .hero__hub-name:after{transform-origin:0;transform:scaleX(1)}.hero__hub--advocacia:hover .hero__hub-name:after,.hero__hub--consultoria:hover .hero__hub-name:after,.hero__hub--registraveis:hover .hero__hub-name:after{background-color:currentColor}.hero--registraveis .hero__hub-name{color:var(--color-cream);text-shadow:none}.hero--advocacia{transition:background-color 1.2s cubic-bezier(.4,0,.2,1);background-color:#002a38!important}.hero--advocacia .hero__hub-name{color:var(--color-cream)}.hero--advocacia .hero__footer{color:#ffffff80}.hero--consultoria{transition:background-color 1.2s cubic-bezier(.4,0,.2,1);background-color:#26473a!important}.hero--consultoria .hero__hub-name{color:var(--color-cream)}.hero--consultoria .hero__footer{color:#ffffff80}.hero--registraveis{transition:background-color 1.2s cubic-bezier(.4,0,.2,1);background-color:#e0bc3a!important}.hero--registraveis .hero__hub .hero__hub-name{color:var(--color-cream)}.hero--registraveis .hero__hub.hero__hub--registraveis .hero__hub-name{color:var(--color-accent-red)!important}.hero--registraveis .hero__hub.hero__hub--registraveis .hero__hub-name:after{background-color:var(--color-accent-red)!important}.hero--registraveis .hero__footer{color:rgba(var(--color-primary-dark-rgb), .5)}.hero--advocacia .hero__hub--advocacia .hero__hub-name{color:var(--color-accent-gold)}.hero--consultoria .hero__hub--consultoria .hero__hub-name{color:var(--color-accent-gold)!important}.hero--registraveis .hero__hub--registraveis .hero__hub-name{color:var(--color-accent-red)!important}.hero__hub-services{align-items:center;gap:var(--space-1);margin-top:var(--space-3);opacity:0;width:max-content;max-height:0;transition:max-height .5s cubic-bezier(.4, 0, .2, 1), opacity .4s var(--ease-default), margin-top .4s var(--ease-default);pointer-events:none;flex-direction:column;display:flex;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%)}.hero__hub:hover .hero__hub-services{opacity:1;max-height:200px;margin-top:var(--space-4);pointer-events:auto}.hero__hub-service{font-family:var(--font-body);font-size:var(--text-body-sm);font-weight:var(--weight-medium);color:rgba(var(--color-cream-rgb), .7);transition:color .4s var(--ease-default);line-height:var(--leading-relaxed);white-space:nowrap}.hero--registraveis .hero__hub-service{color:rgba(var(--color-accent-red-rgb), .8)}.hero__footer{bottom:var(--space-8);justify-content:center;align-items:center;gap:var(--space-4);width:100%;color:var(--color-primary-dark);font-family:var(--font-body);opacity:.6;z-index:99;pointer-events:auto;white-space:nowrap;font-size:.58rem;font-weight:300;display:flex;position:absolute;left:10px}.hero__footer,.hero__footer *,.hero__footer a{-webkit-tap-highlight-color:transparent;border-bottom:none!important;text-decoration:none!important}.hero__footer span{flex-shrink:0}.hero--advocacia .hero__footer,.theme--advocacia .hero__footer,.hero--consultoria .hero__footer,.theme--consultoria .hero__footer{color:var(--color-accent-gold)!important}.hero--registraveis .hero__footer,.theme--registraveis .hero__footer{color:var(--color-primary-dark)!important}.hero__footer-divider{opacity:.5;background-color:currentColor;border-radius:50%;width:4px;height:4px}.hero__geo-shapes{pointer-events:none;z-index:1;opacity:0;width:100%;height:100%;transition:opacity .8s var(--ease-default);position:absolute;top:0;left:0}.hero--advocacia .hero__geo-shapes,.hero--consultoria .hero__geo-shapes,.hero--registraveis .hero__geo-shapes{opacity:.5}.geo-shape{pointer-events:none;position:absolute}.geo-shape--circle-gold{background:radial-gradient(circle, rgba(var(--color-accent-gold-rgb), .12), transparent 70%);border:1px solid rgba(var(--color-accent-gold-rgb), .08);border-radius:50%;width:clamp(150px,18vw,300px);height:clamp(150px,18vw,300px);animation:20s ease-in-out infinite float1;top:15%;right:8%}.geo-shape--triangle-green{border-left:clamp(40px,5vw,80px) solid #0000;border-right:clamp(40px,5vw,80px) solid #0000;border-bottom:clamp(70px, 9vw, 140px) solid rgba(var(--color-accent-green-rgb), .1);background:0 0;border-radius:0;width:0;height:0;animation:24s ease-in-out infinite float2;top:22%;left:10%}.geo-shape--diamond-red{display:none}.geo-shape--rect-cream{background:rgba(var(--color-cream-rgb), .06);border:1px solid rgba(var(--color-cream-rgb), .04);border-radius:var(--radius-lg);width:clamp(80px,10vw,180px);height:clamp(40px,5vw,80px);animation:18s ease-in-out infinite floatSlow;bottom:18%;left:14%}.geo-shape--circle-dark-green{background:rgba(var(--color-accent-dark-green-rgb), .1);border-radius:50%;width:clamp(60px,7vw,130px);height:clamp(60px,7vw,130px);animation:28s ease-in-out infinite reverse float1;top:10%;left:38%}.geo-shape--diamond-gold-sm{background:rgba(var(--color-accent-gold-rgb), .1);width:clamp(30px,3vw,55px);height:clamp(30px,3vw,55px);animation:19s ease-in-out infinite float2;bottom:28%;left:65%;transform:rotate(45deg)}@media (max-width:768px){.hero{padding-top:var(--space-24);padding-bottom:var(--space-20)}.hero__brand{font-size:clamp(2.8rem,14vw,4.5rem)}.hero__hubs{justify-content:center;gap:var(--space-4);flex-flow:wrap;transform:none}.hero__hub-name{font-size:.85rem}.hero__footer{justify-content:center!important;gap:var(--space-4)!important;bottom:var(--space-6)!important;white-space:nowrap!important;flex-direction:row!important;font-size:.55rem!important;display:flex!important}.hero__footer-divider{width:3px!important;height:3px!important;display:block!important}}@media (max-width:480px){.hero__brand{font-size:2.5rem}.hero__hubs{gap:var(--space-3)}.hero__hub-name{font-size:.65rem}}
