.hero-split{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;align-items:stretch;min-height:100vh}.hero-real{background:var(--blue-dark);display:flex;align-items:center;padding:2rem 6rem 2rem 4rem;position:relative}.hero-real:before{content:"";position:absolute;top:0;left:0;bottom:0;width:100px;background:linear-gradient(270deg,transparent,rgba(237,116,2,.1))}.hero-real-content{max-width:640px;margin:0 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:.5rem}.hero-baseline{font-size:.85rem;color:rgba(255,255,255,.55);font-weight:400;letter-spacing:1px;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{margin-bottom:2.5rem}.hero-subtitle p{font-size:1.1rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:1rem}.hero-subtitle .hero-headline{font-size:1.35rem;font-weight:600;color:var(--white);margin-bottom:1.25rem}.hero-subtitle .hero-highlight{font-size:1.05rem;color:var(--teal-light);font-style:italic;margin-bottom:0}.hero-cta-group{display:flex;gap:1rem;margin-bottom:3rem}.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;color:var(--white);border:1px solid rgba(255,255,255,.3);padding:.875rem 1.75rem;border-radius:8px;font-weight:600;transition:var(--transition)}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hero-portal{background:linear-gradient(135deg,#0a1628,#001a2c 50%,#00253d);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-edge-right{left:auto;right:0}.portal-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-slider{z-index:1}.hero-slide,.hero-slider{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 2s ease-in-out;overflow:hidden;will-change:opacity}.hero-slide.active{opacity:1}.hero-slide-empty{background:transparent}.hero-slide-video{background:#000}.hero-slide img{object-fit:cover}.hero-slide img,.hero-slide video{will-change:transform}.hero-slide-video-element{position:absolute;width:70%;height:70%;top:45%;left:50%;transform:translate(-50%,-50%);object-fit:contain;border-radius:12px}.slider-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:var(--transition);padding:0;pointer-events:auto}.slider-arrow svg{width:24px;height:24px;color:var(--white)}.slider-arrow:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-50%) scale(1.1)}.slider-arrow-prev{left:1.5rem}.slider-arrow-next{right:1.5rem}.slider-dots{position:absolute;bottom:4rem;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);pointer-events:auto}.slider-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:var(--transition);padding:0;pointer-events:auto}.slider-dot:hover{border-color:var(--white);background:rgba(255,255,255,.3);transform:scale(1.2)}.slider-dot.active{background:var(--orange);border-color:var(--orange);box-shadow:0 0 10px var(--orange);transform:scale(1.1)}.slider-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:rgba(255,255,255,.1);z-index:100;pointer-events:none}.slider-progress-bar{height:100%;background:linear-gradient(90deg,var(--orange),var(--teal));box-shadow:0 0 10px var(--orange)}.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-stats{position:relative;z-index:10;display:flex;gap:3rem;margin-top:8rem}.portal-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.portal-stat-number{font-size:2.5rem;font-weight:700;color:var(--white);text-shadow:0 2px 15px rgba(0,0,0,.5)}.portal-stat-label{font-size:.85rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 8px 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}}.home-offers{padding:2rem 2rem 1rem;background:linear-gradient(180deg,var(--gray-light) 0,#e8eef2 100%);position:relative}.section-header{text-align:center;margin-bottom:1.5rem;position:relative;z-index:1}.section-label{display:inline-block;background:linear-gradient(135deg,var(--orange),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem}.section-header h2{font-size:2.75rem;color:var(--blue-dark);margin-bottom:.75rem}.section-header p{font-size:1.15rem;color:var(--gray)}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:3rem;gap:3rem;max-width:1050px;margin:0 auto}.offer-card,.offers-grid{position:relative;z-index:1}.offer-card{background:var(--white);border-radius:28px;padding:2.75rem;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent}.offer-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,37,61,.12)}.offer-platform{border-color:rgba(237,116,2,.2)}.offer-platform:hover{border-color:var(--orange);box-shadow:0 30px 60px rgba(237,116,2,.2)}.offer-studio{border-color:rgba(112,164,187,.2)}.offer-studio:hover{border-color:var(--teal);box-shadow:0 30px 60px rgba(112,164,187,.2)}.offer-badge{position:absolute;top:3.5rem;right:3.5rem;padding:.5rem 1rem;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;z-index:10;transition:all .3s ease}.offer-platform .offer-badge{background:linear-gradient(135deg,rgba(237,116,2,.15),rgba(237,116,2,.05));color:var(--orange);border:1px solid rgba(237,116,2,.2)}.offer-studio .offer-badge{background:linear-gradient(135deg,rgba(112,164,187,.15),rgba(112,164,187,.05));color:var(--teal);border:1px solid rgba(112,164,187,.2)}.offer-platform:hover .offer-badge{background:var(--orange);color:white}.offer-studio:hover .offer-badge{background:var(--teal);color:white}.offer-image{width:100%;margin-bottom:1.5rem;border-radius:16px;overflow:hidden}.offer-image img{display:block;width:100%;height:auto;transition:transform .4s ease}.offer-card:hover .offer-image img{transform:scale(1.05)}.offer-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.offer-titles{text-align:left}.offer-titles h3{font-size:1.5rem;margin-bottom:.25rem}.offer-titles .offer-tagline{margin:0;font-size:1rem}.offer-icon{width:60px;height:60px;min-width:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:all .4s ease}.offer-platform .offer-icon{background:linear-gradient(135deg,var(--orange) 0,var(--orange-light) 100%);box-shadow:0 10px 30px rgba(237,116,2,.3)}.offer-studio .offer-icon{background:linear-gradient(135deg,var(--teal) 0,var(--teal-light) 100%);box-shadow:0 10px 30px rgba(112,164,187,.3)}.offer-icon svg{width:38px;height:38px;stroke:var(--white)}.offer-card h3{font-size:1.6rem;color:var(--blue-dark);margin-bottom:.35rem;position:relative;z-index:1;transition:color .3s ease}.offer-tagline{font-size:1.05rem;font-weight:600;margin-bottom:1rem;position:relative;z-index:1}.offer-platform .offer-tagline{color:var(--orange)}.offer-studio .offer-tagline{color:var(--teal)}.offer-description{color:var(--gray);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem;position:relative;z-index:1}.offer-features{list-style:none;margin-bottom:2rem;position:relative;z-index:1}.offer-features li{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;color:var(--blue-dark);font-size:.95rem;transition:transform .3s ease}.feature-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.offer-platform .feature-icon{background:rgba(237,116,2,.1)}.offer-studio .feature-icon{background:rgba(112,164,187,.1)}.offer-features svg{width:14px;height:14px;flex-shrink:0}.offer-platform .offer-features svg{stroke:var(--orange)}.offer-studio .offer-features svg{stroke:var(--teal)}.btn-platform,.btn-studio{display:inline-flex;align-items:center;gap:.75rem;width:100%;justify-content:center;padding:1rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;position:relative;z-index:1;overflow:hidden;transition:all .4s ease}.btn-platform{background:linear-gradient(135deg,var(--orange) 0,var(--orange-light) 100%);color:var(--white);box-shadow:0 8px 25px rgba(237,116,2,.3)}.btn-studio{background:linear-gradient(135deg,var(--teal) 0,var(--teal-light) 100%);color:var(--white);box-shadow:0 8px 25px rgba(112,164,187,.3)}.btn-platform:hover,.btn-studio:hover{transform:translateY(-3px)}.btn-platform:hover{box-shadow:0 15px 35px rgba(237,116,2,.4)}.btn-studio:hover{box-shadow:0 15px 35px rgba(112,164,187,.4)}.btn-platform svg,.btn-studio svg{transition:transform .3s ease}.btn-platform:hover svg,.btn-studio:hover svg{transform:translateX(5px)}.home-page .testimonials{padding:5rem 2rem;background:linear-gradient(180deg,#faf6f1,#f7f4ef 50%,#f7f2eb);position:relative;overflow:hidden}.home-page .bubble{position:absolute;border-radius:50%;pointer-events:none;z-index:2;overflow:hidden;opacity:.5;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 30px -10px rgba(0,0,0,.05);animation:bubble-float 8s ease-in-out infinite}@keyframes bubble-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.home-page .bubble-image{position:absolute;inset:0;border-radius:50%;background-size:cover;background-position:50%;opacity:.15}.home-page .bubble-lg{width:280px;height:280px}.home-page .bubble-sm{width:140px;height:140px}.home-page .bubble-white{border-color:rgba(255,255,255,.15)}.home-page .bubble-orange{border-color:rgba(237,116,2,.08);animation-delay:-3s}.home-articles{padding:1.5rem 2rem;background:var(--gray-light)}.home-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2.5rem}.home-article-card{background:var(--white);border-radius:16px;overflow:hidden;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.home-article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.home-article-image{position:relative;aspect-ratio:16/9;overflow:hidden}.home-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-article-card:hover .home-article-image img{transform:scale(1.05)}.home-article-badge{position:absolute;top:.75rem;left:.75rem;background:var(--orange);color:var(--white);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase}.home-article-content{padding:1.25rem}.home-article-date{font-size:.8rem;color:var(--gray);display:block;margin-bottom:.5rem}.home-article-content h3{font-size:1.05rem;color:var(--blue-dark);margin-bottom:.5rem;line-height:1.4}.home-article-content p{font-size:.9rem;color:var(--gray);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-articles-cta{text-align:center}.home-articles .btn-outline{border-color:var(--orange);color:var(--orange)}.home-articles .btn-outline:hover{background:var(--orange);color:var(--white)}.home-clients{padding:2.5rem 2rem;background:var(--gray-light);text-align:center}.clients-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gray);margin-bottom:1.5rem;font-weight:700}.clients-logos{flex-wrap:wrap;gap:2rem 3rem;max-width:1000px;margin:0 auto}.client-logo,.clients-logos{display:flex;justify-content:center;align-items:center}.client-logo{height:48px;filter:grayscale(100%);opacity:.5;transition:filter .3s,opacity .3s,transform .3s;cursor:default;position:relative}.client-logo:hover{filter:grayscale(0);opacity:1;transform:scale(1.35);z-index:2}.client-logo img{max-width:100%;max-height:100%;width:auto;height:auto}.home-cta{padding:5rem 2rem;background:var(--gradient-dark);text-align:center}.home-cta h2{font-size:2rem;color:var(--white);margin-bottom:1rem}.home-cta>.container>p{font-size:1.1rem;color:rgba(255,255,255,.75);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.home-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-cta .btn-outline{border-color:var(--white);color:var(--white)}.home-cta .btn-outline:hover{background:var(--white);color:var(--blue-dark)}@media (max-width:1024px){.hero-split{display:flex;flex-direction:column;min-height:auto}.hero-real{padding:5rem 2rem}.hero-real:before{display:none}.hero-real-content{max-width:100%;margin:0 auto;text-align:center}.hero-cta-group{justify-content:center}.portal-stats{gap:2rem}.hero-portal{height:50vh;min-height:300px}.hero-slide-video-element{width:100%;height:100%;top:50%;border-radius:0;object-fit:cover}.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:300px;height:300px}.ring-1{width:150px;height:150px}.ring-2{width:225px;height:225px}.ring-3{width:300px;height:300px}.portal-stat-number{font-size:2rem}.slider-arrow{width:44px;height:44px}.slider-arrow-prev{left:1rem}.slider-arrow-next{right:1rem}}@media (max-width:768px){.home-articles,.home-page .testimonials{padding:3rem 1.5rem}.home-articles-grid{grid-template-columns:1fr;gap:1.5rem}.home-page .bubble{display:none}.hero-split h1{font-size:2.5rem}.hero-subtitle p{font-size:.95rem}.hero-subtitle .hero-headline{font-size:1.15rem}.hero-cta-group{flex-direction:column;align-items:center}.portal-stats{margin-top:4rem}.portal-stat-number{font-size:1.75rem}.hero-portal{min-height:350px}.slider-arrow{width:40px;height:40px}.slider-arrow svg{width:20px;height:20px}.slider-arrow-prev{left:.75rem}.slider-arrow-next{right:.75rem}.slider-dots{padding:.5rem 1rem;gap:.5rem}.slider-dot{width:12px;height:12px}.section-header h2{font-size:2rem}.offers-grid{grid-template-columns:1fr;max-width:480px}.offer-card{padding:2rem}.offer-card:hover{transform:translateY(-8px) scale(1.01)}}@media (max-width:480px){.hero-real{padding:4rem 1.5rem}.hero-split h1{font-size:2rem}.hero-badge{font-size:.75rem;padding:.4rem .8rem}.portal-stat-number{font-size:1.5rem}.portal-stat-label{font-size:.75rem}.offer-card h3{font-size:1.35rem}.offer-icon{width:70px;height:70px}.section-label{font-size:.75rem;letter-spacing:2px}}