*{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden}.hero,body{background:#ffffff}.hero{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center}.hero:before{content:"";left:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(139,0,0,.03) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,0,0,.02) 0,transparent 50%);pointer-events:none}.hero:before,.pattern-overlay{position:absolute;top:0;right:0}.pattern-overlay{width:60%;height:100%;background-image:radial-gradient(circle,rgba(139,0,0,.08) 1px,transparent 0);background-size:30px 30px;opacity:.4}.hero-container{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:120px 40px 80px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-content{animation:slideInLeft 1s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.hero-title{font-size:74px;font-weight:600;line-height:1.1;margin-bottom:24px;color:#030229}.hero-subtitle{font-size:20px;line-height:1.7;color:#030229;opacity:.8;margin-bottom:40px;font-weight:400}.cta-button{display:inline-flex;align-items:center;gap:12px;padding:12px 40px;background:#8b0000;color:white;text-decoration:none;font-weight:600;font-size:16px;border-radius:12px;transition:all .3s ease;box-shadow:0 10px 30px rgba(139,0,0,.3);border:2px solid #8b0000}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(139,0,0,.4);background:#6b0000}.arrow{transition:transform .3s ease}.cta-button:hover .arrow{transform:translateX(5px)}.cta-button1{display:inline-flex;align-items:center;gap:12px;padding:10px 30px;background:white;color:#8b0000;text-decoration:none;font-weight:600;font-size:16px;border-radius:12px;transition:all .3s ease;box-shadow:0 10px 20px rgba(139,0,0,.3);border:2px solid #8b0000}.cta-button1:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(139,0,0,.4)}.cta-button1:hover .arrow{transform:translateX(5px)}.hero-visual{position:relative;animation:slideInRight 1s ease-out;height:600px}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.africa-map{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:500px;opacity:.15}.africa-shape{fill:#8b0000;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.15}50%{opacity:.25}}.photo-circles{position:relative;width:100%;height:100%}.circle-photo{position:absolute;border-radius:50%;overflow:hidden;box-shadow:0 20px 60px rgba(139,0,0,.2);border:5px solid #ffffff;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}.circle-1{width:280px;height:280px;top:0;right:10%;animation-delay:0s}.circle-2{width:220px;height:220px;left:5%;top:35%;animation-delay:1s}.circle-3{width:260px;height:260px;bottom:0;right:15%;animation-delay:2s}.circle-photo svg{width:100%;height:100%}.deco-ring{position:absolute;border:3px solid rgba(139,0,0,.2);border-radius:50%;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ring-1{width:320px;height:320px;top:-20px;right:calc(10% - 20px);animation-duration:15s}.ring-2{width:260px;height:260px;left:-10px;top:calc(35% - 10px);animation-duration:20s;animation-direction:reverse}.ring-3{width:300px;height:300px;bottom:-20px;right:calc(15% - 20px);animation-duration:18s}.accent-shape{position:absolute;background:rgba(139,0,0,.08);backdrop-filter:blur(10px);border-radius:20px;animation:float-accent 8s ease-in-out infinite}@keyframes float-accent{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(10px,-10px) rotate(5deg)}50%{transform:translate(-5px,-20px) rotate(-5deg)}75%{transform:translate(15px,-15px) rotate(3deg)}}.shape-1{width:80px;height:80px;top:10%;left:0;animation-delay:0s}.shape-2{width:60px;height:60px;bottom:15%;left:0;animation-delay:2s;border-radius:50%}.shape-3{width:100px;height:100px;top:45%;right:0;animation-delay:4s}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:60px;padding:100px 30px 60px}.hero-title{font-size:48px}.hero-visual{height:450px}.circle-1{width:220px;height:220px}.circle-2{width:180px;height:180px}.circle-3{width:200px;height:200px}.nav-links{gap:20px}}@media (max-width:768px){.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.hero-visual{height:350px}.circle-1{width:180px;height:180px;right:5%}.circle-2{width:140px;height:140px}.circle-3{width:160px;height:160px;right:10%}.africa-map{width:300px;height:400px}.accent-shape{display:none}}