.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;overflow:hidden}.hero-left{background:var(--blue-dark);display:flex;align-items:center;padding:6rem 4rem 6rem 6rem;position:relative}.hero-left:before{content:"";position:absolute;top:0;right:0;bottom:0;width:100px;background:linear-gradient(90deg,transparent,rgba(237,116,2,.1))}.hero-left-content{max-width:560px;margin-left:auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(237,116,2,.15);border:1px solid rgba(237,116,2,.3);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--orange);margin-bottom:2rem}.badge-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-split h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.hero-title-line{display:block;color:var(--white)}.hero-title-accent{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:2.5rem}.hero-cta-group{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn-glow{box-shadow:0 0 30px rgba(237,116,2,.4)}.btn-glow:hover{box-shadow:0 0 40px rgba(237,116,2,.6)}.btn-ghost{background:transparent;border:2px solid rgba(255,255,255,.3);color:var(--white);padding:.875rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:var(--orange)}.stat-label{font-size:.875rem;color:rgba(255,255,255,.6)}.hero-portal{background:var(--blue-dark);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.portal-edge{position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--orange) 0,var(--teal) 50%,var(--orange) 100%);box-shadow:0 0 30px var(--orange),0 0 60px var(--teal);z-index:10}.portal-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.backoffice-slider{position:absolute;inset:0;z-index:1}.backoffice-slider-container{width:100%;height:100%;position:relative}.backoffice-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease-in-out;background:var(--blue-dark)}.backoffice-slide.active{opacity:1}.backoffice-slide img{border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.4)}.backoffice-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:100;width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.4);background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;opacity:0}.hero-portal:hover .backoffice-arrow{opacity:1}.backoffice-arrow svg{width:24px;height:24px;color:var(--white)}.backoffice-arrow:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-50%) scale(1.1)}.backoffice-arrow-prev{left:1.5rem}.backoffice-arrow-next{right:1.5rem}.backoffice-dots{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem;z-index:100;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem 1.25rem;border-radius:50px;border:1px solid rgba(255,255,255,.1)}.backoffice-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.backoffice-dot:hover{border-color:var(--white);background:rgba(255,255,255,.3);transform:scale(1.2)}.backoffice-dot.active{background:var(--orange);border-color:var(--orange);box-shadow:0 0 10px var(--orange);transform:scale(1.1)}.portal-overlay{inset:0;background:linear-gradient(135deg,rgba(10,22,40,.4),rgba(0,26,44,.25) 50%,rgba(0,37,61,.35));z-index:2}.portal-overlay,.portal-rings{position:absolute;pointer-events:none}.portal-rings{width:400px;height:400px;display:flex;align-items:center;justify-content:center;z-index:3}.ring{position:absolute;border-radius:50%;border:2px solid transparent;animation:ring-pulse 4s ease-in-out infinite}.ring-1{width:200px;height:200px;border-color:rgba(237,116,2,.2);animation-delay:0s}.ring-2{width:300px;height:300px;border-color:rgba(112,164,187,.15);animation-delay:.5s}.ring-3{width:400px;height:400px;border-color:rgba(237,116,2,.1);animation-delay:1s}@keyframes ring-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.6}}.portal-headset{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:1.5rem;pointer-events:none}.portal-headset svg{width:180px;height:auto;color:var(--teal);filter:drop-shadow(0 0 20px rgba(112,164,187,.4));animation:headset-float 6s ease-in-out infinite;opacity:.85}@keyframes headset-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.headset-label{font-size:1rem;font-weight:600;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 10px rgba(0,0,0,.5)}.particles{position:absolute;inset:0;pointer-events:none;z-index:4}.particle{position:absolute;width:6px;height:6px;border-radius:50%;animation:particle-float 8s ease-in-out infinite}.particle-1{top:20%;left:20%;background:var(--orange);animation-delay:0s}.particle-2{top:30%;right:25%;background:var(--teal);animation-delay:1s}.particle-3{bottom:35%;left:30%;background:var(--teal-light);animation-delay:2s}.particle-4{bottom:25%;right:20%;background:var(--orange);animation-delay:3s}.particle-5{top:50%;left:15%;background:var(--teal);animation-delay:4s}.particle-6{top:15%;right:35%;background:var(--orange-light);animation-delay:5s}@keyframes particle-float{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(10px,-20px) scale(1.2);opacity:.7}50%{transform:translate(-5px,-40px) scale(.8);opacity:.3}75%{transform:translate(15px,-20px) scale(1.1);opacity:.6}}.floating-360{position:absolute;bottom:15%;right:15%;font-size:5rem;font-weight:700;background:linear-gradient(135deg,var(--orange),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.25;animation:rotate-360 20s linear infinite;z-index:5;pointer-events:none}@keyframes rotate-360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.hero-split{grid-template-columns:1fr;min-height:auto}.hero-left{padding:5rem 2rem;order:1}.hero-left:before{display:none}.hero-left-content{max-width:100%;margin:0 auto;text-align:center}.hero-cta-group,.hero-stats{justify-content:center}.hero-portal{order:2;min-height:450px}.portal-edge{width:100%;height:4px;top:0;left:0;right:0;bottom:auto;background:linear-gradient(90deg,var(--orange) 0,var(--teal) 50%,var(--orange) 100%)}.portal-rings{width:320px;height:320px}.ring-1{width:160px;height:160px}.ring-2{width:240px;height:240px}.ring-3{width:320px;height:320px}.portal-headset svg{width:140px}.floating-360{font-size:3.5rem}.backoffice-arrow{width:44px;height:44px}.backoffice-arrow-prev{left:1rem}.backoffice-arrow-next{right:1rem}}@media (max-width:768px){.hero-split h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-cta-group{flex-direction:column;align-items:center}.hero-stats{flex-direction:column;gap:1.5rem}.hero-portal{min-height:380px}.backoffice-arrow{width:40px;height:40px}.backoffice-arrow svg{width:20px;height:20px}.backoffice-arrow-prev{left:.75rem}.backoffice-arrow-next{right:.75rem}}@media (max-width:480px){.hero-left{padding:4rem 1.5rem}.hero-split h1{font-size:2rem}.hero-badge{font-size:.75rem;padding:.4rem .8rem}.hero-portal{min-height:320px}.portal-headset svg{width:100px}.headset-label{font-size:.85rem}.floating-360{font-size:2.5rem}.backoffice-dots{padding:.5rem 1rem;gap:.5rem}.backoffice-dot{width:10px;height:10px}}