@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap";@keyframes footerFloat{0%,to{transform:translate(0) rotate(0);opacity:.2}50%{transform:translate(10px,-8px) rotate(180deg);opacity:.4}}@keyframes networkGlow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.1);color:#ff6b6b}}@keyframes socialHover{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-3px) rotate(5deg)}}.footer{position:relative;background:#000;color:#fff;overflow:hidden;margin-top:4rem}.footer__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.footer__background .floating-elements{position:absolute;width:100%;height:100%}.footer__background .floating-elements .floating-element{position:absolute;top:var(--y);left:var(--x);width:var(--size);height:var(--size);background:radial-gradient(circle,rgba(205,37,65,.3) 0%,rgba(232,80,110,.1) 60%,transparent 100%);border-radius:50%;animation:footerFloat var(--duration) ease-in-out infinite;animation-delay:var(--delay)}.footer__background .network-grid{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.2}.footer__background .network-grid .network-svg{width:100%;height:100%}.footer__background .network-grid .network-node{fill:#cd2541;animation:networkGlow 4s ease-in-out infinite;animation-delay:var(--delay);filter:drop-shadow(0 0 3px rgba(205,37,65,.6))}.footer__container{position:relative;z-index:10;margin:0 auto;padding:8rem 16rem}.footer__header{display:grid;grid-template-columns:1.5fr 1fr;gap:6.4rem;align-items:flex-start;margin-bottom:8rem;padding-bottom:4.8rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer .footer__brand{display:flex;align-items:flex-start;gap:2.4rem}.footer .footer__brand .footer__logo{width:80px;height:auto;filter:brightness(0) invert(1);transition:all .3s ease}.footer .footer__brand .footer__logo:hover{transform:scale(1.05);filter:brightness(0) invert(1) drop-shadow(0 0 10px rgba(205,37,65,.6))}.footer .footer__brand .brand-content .brand-title{font-size:2.4rem;font-weight:300;color:#fff;margin:0 0 1.2rem;letter-spacing:-.01em}.footer .footer__brand .brand-content .brand-description{font-size:1.6rem;font-weight:300;line-height:1.5;color:#adabaf;max-width:400px;margin:0}.footer .footer__newsletter .newsletter-content{background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:1.6rem;padding:2.4rem}.footer .footer__newsletter .newsletter-content .newsletter-header{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:2rem}.footer .footer__newsletter .newsletter-content .newsletter-header svg{color:#e8506e;flex-shrink:0;margin-top:.2rem}.footer .footer__newsletter .newsletter-content .newsletter-header h4{font-size:1.8rem;font-weight:500;color:#fff;margin:0 0 .4rem}.footer .footer__newsletter .newsletter-content .newsletter-header p{font-size:1.4rem;color:#adabaf;margin:0;line-height:1.4}.footer .footer__newsletter .newsletter-content .newsletter-form .input-group{display:flex;gap:.8rem;margin-bottom:1.2rem}.footer .footer__newsletter .newsletter-content .newsletter-form .newsletter-input{flex:1;padding:1.2rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.8rem;color:#fff;font-size:1.4rem;transition:all .3s ease}.footer .footer__newsletter .newsletter-content .newsletter-form .newsletter-input:focus{outline:none;border-color:#cd2541;box-shadow:0 0 0 3px #cd254133}.footer .footer__newsletter .newsletter-content .newsletter-form .newsletter-input::placeholder{color:#9b999d}.footer .footer__newsletter .newsletter-content .newsletter-form .newsletter-btn{display:flex;align-items:center;gap:.6rem;padding:1.2rem 1.6rem;background:#cd2541;border:none;border-radius:.8rem;color:#fff;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer .footer__newsletter .newsletter-content .newsletter-form .newsletter-btn:hover{background:#a81e36;transform:translateY(-2px)}.footer .footer__newsletter .newsletter-content .newsletter-form .privacy-note{font-size:1.2rem;color:#9b999d;text-align:center}.footer .footer__newsletter .newsletter-content .newsletter-form .privacy-note .privacy-link{background:none;border:none;color:#e8506e;text-decoration:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;transition:color .3s ease}.footer .footer__newsletter .newsletter-content .newsletter-form .privacy-note .privacy-link:hover{color:#ec6f88;text-decoration:underline}.footer__content{display:grid;grid-template-columns:1fr auto;gap:8rem;margin-bottom:6.4rem}.footer .footer__navigation{display:grid;grid-template-columns:repeat(5,1fr);gap:4.8rem}.footer .footer__navigation .nav-section{animation:slideInUp .6s ease-out;animation-delay:var(--delay);animation-fill-mode:both}.footer .footer__navigation .nav-section .nav-title{font-size:1.8rem;font-weight:500;color:#fff;margin:0 0 2rem;position:relative}.footer .footer__navigation .nav-section .nav-title:after{content:"";position:absolute;bottom:-.8rem;left:0;width:2.4rem;height:.2rem;background:#cd2541}.footer .footer__navigation .nav-section .nav-title-link{display:flex;align-items:center;gap:.8rem;font-size:1.8rem;font-weight:500;color:#fff;text-decoration:none;margin:0 0 2rem;transition:all .3s ease;position:relative}.footer .footer__navigation .nav-section .nav-title-link:after{content:"";position:absolute;bottom:-.8rem;left:0;width:2.4rem;height:.2rem;background:#cd2541}.footer .footer__navigation .nav-section .nav-title-link:hover{color:#e8506e;transform:translate(5px)}.footer .footer__navigation .nav-section .nav-title-link:hover svg{transform:rotate(45deg)}.footer .footer__navigation .nav-section .nav-title-link svg{transition:transform .3s ease}.footer .footer__navigation .nav-section .nav-links{list-style:none;padding:0;margin:0}.footer .footer__navigation .nav-section .nav-links li{margin-bottom:1.2rem}.footer .footer__navigation .nav-section .nav-links .nav-link{display:flex;align-items:center;gap:.6rem;color:#adabaf;text-decoration:none;font-size:1.4rem;transition:all .3s ease;padding:.4rem 0}.footer .footer__navigation .nav-section .nav-links .nav-link svg{opacity:0;transform:translate(-5px);transition:all .3s ease}.footer .footer__navigation .nav-section .nav-links .nav-link:hover{color:#e8506e;transform:translate(5px)}.footer .footer__navigation .nav-section .nav-links .nav-link:hover svg{opacity:1;transform:translate(0)}.footer .footer__contact{min-width:20rem}.footer .footer__contact .contact-title{font-size:1.8rem;font-weight:500;color:#fff;margin:0 0 2rem;position:relative}.footer .footer__contact .contact-title:after{content:"";position:absolute;bottom:-.8rem;left:0;width:2.4rem;height:.2rem;background:#cd2541}.footer .footer__contact .contact-info{display:flex;flex-direction:column;gap:1.2rem}.footer .footer__contact .contact-info .contact-item{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:#adabaf}.footer .footer__contact .contact-info .contact-item svg{color:#e8506e;flex-shrink:0}.footer .footer__contact .contact-info .contact-item a{color:inherit;text-decoration:none;transition:color .3s ease}.footer .footer__contact .contact-info .contact-item a:hover{color:#e8506e}.footer__bottom{display:grid;grid-template-columns:auto 1fr auto;gap:3.2rem;align-items:center;padding-top:3.2rem;border-top:1px solid rgba(255,255,255,.1)}.footer .footer__legal .legal-links{display:flex;gap:2rem;flex-wrap:wrap}.footer .footer__legal .legal-links .legal-link{background:none;border:none;color:#9b999d;text-decoration:none;font-size:1.4rem;transition:all .3s ease;animation:slideInUp .4s ease-out;animation-delay:var(--delay);animation-fill-mode:both;cursor:pointer;padding:0;font-family:inherit}.footer .footer__legal .legal-links .legal-link:hover{color:#e8506e;transform:translateY(-1px)}.footer .footer__social .social-links{display:flex;gap:1.2rem}.footer .footer__social .social-links .social-link{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#adabaf;text-decoration:none;transition:all .4s ease;animation:slideInUp .4s ease-out;animation-delay:var(--delay);animation-fill-mode:both}.footer .footer__social .social-links .social-link:hover{background:#cd254133;border-color:#cd254180;color:#e8506e;animation:socialHover .3s ease-out forwards}.footer .footer__copyright{text-align:right}.footer .footer__copyright p{font-size:1.4rem;color:#9b999d;margin:0 0 .4rem}.footer .footer__copyright .made-with{display:flex;align-items:center;gap:.4rem;font-size:1.4rem;color:#89868b;justify-content:flex-end}.footer .footer__copyright .made-with .heart{color:#ff6b6b;animation:heartBeat 2s ease-in-out infinite;font-size:2rem}.legal-content{color:#adabaf;line-height:1.6}.legal-content h3{color:#fff;font-size:2rem;font-weight:600;margin:3.2rem 0 1.6rem;border-bottom:2px solid #cd2541;padding-bottom:.8rem}.legal-content h3:first-child{margin-top:0}.legal-content h4{color:#fff;font-size:1.8rem;font-weight:500;margin:2.4rem 0 1.2rem}.legal-content p{margin-bottom:1.6rem;font-size:1.4rem}.legal-content ul{margin:1.6rem 0;padding-left:2.4rem}.legal-content ul li{margin-bottom:.8rem;font-size:1.4rem}.legal-content strong{color:#e8506e;font-weight:600}@media (max-width: 1200px){.footer__container{padding:6.4rem 3.2rem 3.2rem}.footer__header{gap:4.8rem;grid-template-columns:1fr}.footer .footer__newsletter .newsletter-content{min-width:auto;max-width:400px}.footer__content{gap:4.8rem;grid-template-columns:1fr}.footer .footer__navigation{grid-template-columns:repeat(3,1fr);gap:3.2rem}.footer .footer__contact{min-width:auto}}@media (max-width: 1024px){.footer .footer__navigation{grid-template-columns:repeat(2,1fr);gap:3.2rem}.footer__bottom{grid-template-columns:1fr;gap:2.4rem;text-align:center}.footer__bottom .footer__legal{order:2}.footer__bottom .footer__legal .legal-links{justify-content:center;gap:1.6rem}.footer__bottom .footer__social{order:1}.footer__bottom .footer__social .social-links{justify-content:center}.footer__bottom .footer__copyright{order:3;text-align:center}.footer__bottom .footer__copyright .made-with{justify-content:center}}@media (max-width: 768px){.footer__container{padding:4.8rem 2rem 2.4rem}.footer__header{margin-bottom:4.8rem}.footer .footer__brand{flex-direction:column;gap:1.6rem;text-align:center}.footer .footer__brand .brand-content .brand-title{font-size:2rem}.footer .footer__brand .brand-content .brand-description{font-size:1.4rem;max-width:none}.footer .footer__newsletter .newsletter-content{padding:2rem}.footer .footer__newsletter .newsletter-content .input-group{flex-direction:column;gap:1.2rem}.footer .footer__newsletter .newsletter-content .newsletter-btn{width:100%;justify-content:center}.footer__content{margin-bottom:4.8rem}.footer .footer__navigation{grid-template-columns:1fr;gap:3.2rem}.footer__bottom{gap:2rem}.footer .footer__legal .legal-links{flex-direction:column;gap:1.2rem;align-items:center}}@media (max-width: 480px){.footer__container{padding:3.2rem 1.6rem 2rem}.footer .footer__brand .footer__logo{width:60px}.footer .footer__brand .brand-content .brand-title{font-size:1.8rem}.footer .footer__brand .brand-content .brand-description{font-size:1.4rem}.footer .footer__newsletter .newsletter-content{padding:1.6rem;min-width:auto}.footer .footer__newsletter .newsletter-content .newsletter-header{gap:.8rem;margin-bottom:1.6rem}.footer .footer__newsletter .newsletter-content .newsletter-header h4{font-size:1.6rem}.footer .footer__newsletter .newsletter-content .newsletter-header p{font-size:1.2rem}.footer .footer__newsletter .newsletter-content .newsletter-form .newsletter-input{padding:.8rem;font-size:1.4rem}.footer .footer__newsletter .newsletter-content .newsletter-form .newsletter-btn{padding:.8rem 1.2rem;font-size:1.4rem}.footer .footer__navigation .nav-section .nav-title,.footer .footer__navigation .nav-section .nav-title-link{font-size:1.6rem}.footer .footer__navigation .nav-section .nav-links .nav-link{font-size:1.4rem}.footer .footer__contact .contact-title{font-size:1.6rem}.footer .footer__contact .contact-info .contact-item{font-size:1.2rem}.footer__background .floating-elements{display:none}.footer__background .network-grid{opacity:.1}}@media (prefers-reduced-motion: reduce){.footer__background .floating-element,.footer__background .network-node,.footer .nav-section,.footer .legal-link,.footer .social-link,.footer .heart{animation:none!important}}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}body{overflow-x:hidden;background:#000}main{width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}section{padding:0em 20rem}html{font-size:62.5%;scroll-padding-top:18rem}a{text-decoration:none;color:inherit}button{outline:none;border:none;background-color:transparent;text-align:inherit}ul{list-style:none}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:.8rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.modal.active{opacity:1;visibility:visible}.modal.active .modal__container{transform:scale(1) translateY(0)}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;backdrop-filter:blur(8px);cursor:pointer}.modal__container{position:relative;background:#000000f2;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:2rem;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #000c;transform:scale(.9) translateY(20px);transition:transform .3s ease;cursor:default}.modal__header{position:relative;padding:3.2rem 3.2rem 2.4rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal__title{font-size:2.4rem;font-weight:600;margin-bottom:.8rem;color:#fff;padding-right:4.8rem}.modal__subtitle{color:#adabaf;margin-bottom:0;font-size:1.6rem;padding-right:4.8rem}.modal__close{position:absolute;top:1.6rem;right:1.6rem;background:none;border:none;padding:.8rem;cursor:pointer;border-radius:.8rem;transition:background-color .2s ease;color:#9b999d;z-index:10;display:flex;align-items:center;justify-content:center}.modal__close:hover{background:#ffffff1a;color:#fff}.modal__content{padding:3.2rem}.modal--sm .modal__container{width:90%;max-width:400px}.modal--md .modal__container{width:90%;max-width:600px}.modal--lg .modal__container{width:90%;max-width:800px}@media (max-width: 768px){.modal__container{width:95%;margin:1.6rem;max-height:95vh}.modal__header{padding:2.4rem}.modal__title{font-size:2rem}.modal__close{top:1.2rem;right:1.2rem}.modal__content{padding:2.4rem}}@media (max-width: 480px){.modal__container{width:100%;margin:0;border-radius:0;max-height:100vh}.modal__header,.modal__content{padding:1.6rem}}@media (prefers-reduced-motion: reduce){.modal,.modal__container{transition:none!important}}.modal__container{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)}.modal__container::-webkit-scrollbar{width:6px}.modal__container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.modal__container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.modal__container::-webkit-scrollbar-thumb:hover{background:#ffffff80}
