.footer{color:#fff;background:#0b0937;position:relative;overflow:hidden}.footer-wave{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' fill='%23f9fafb' opacity='.25'/%3E%3Cpath d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' fill='%23f9fafb' opacity='.5'/%3E%3Cpath d='M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z' fill='%23f9fafb'/%3E%3C/svg%3E") 0 0/cover;width:100%;height:100px;position:absolute;top:0;left:0;transform:rotate(180deg)}.footer-content{z-index:1;max-width:1400px;margin:0 auto;padding:6rem 2rem 0;position:relative}.footer-main{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-brand{max-width:300px}.logo-container{align-items:center;margin-bottom:1.5rem;display:flex}.logo-circle{border-radius:50%;width:16px;height:16px;margin-right:8px}.logo-circle.green{background:#0b0937}.logo-circle.yellow{background:#fcd116}.logo-circle.red{background:#ce1126}.logo-text{color:#fff;margin-left:10px;font-size:1.5rem;font-weight:700}.brand-motto{color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-links a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-links a:hover{background:linear-gradient(45deg,#0b0937,#fcd116);transform:translateY(-3px)}.footer-links{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.link-group h3{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;position:relative}.link-group h3:after{content:"";background:linear-gradient(90deg,#0b0937,#fcd116);width:40px;height:2px;position:absolute;bottom:0;left:0}.link-group ul{margin:0;padding:0;list-style:none}.link-group li{margin-bottom:.8rem}.link-group a{color:#ffffffb3;text-decoration:none;transition:all .3s;position:relative}.link-group a:after{content:"";background:#fcd116;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.link-group a:hover{color:#fff}.link-group a:hover:after{width:100%}.footer-cta{grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 0;display:grid}.newsletter h3,.app-download h3{color:#fff;margin-bottom:1rem;font-size:1.2rem}.newsletter p{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{color:#fff;background:#ffffff1a;border:none;border-radius:4px;flex:1;padding:.8rem 1rem;font-size:.9rem}.newsletter-form input::placeholder{color:#fff9}.newsletter-form input:focus{background:#fff3;outline:none}.newsletter-form button{color:#fff;cursor:pointer;background:linear-gradient(45deg,#0b0937,#c79b59);border:none;border-radius:4px;align-items:center;gap:.5rem;padding:0 1.5rem;font-weight:500;transition:all .3s;display:flex}.newsletter-form button:hover{background:linear-gradient(45deg,#c79b59,#0b0937);transform:translateY(-2px)}.download-buttons{gap:1rem;margin-top:1.5rem;display:flex}.app-button{color:#fff;border:1px solid #fff3;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.app-button:hover{background:#ffffff1a;transform:translateY(-2px)}.footer-bottom{background:#0000004d;padding:1.5rem 0}.footer-bottom-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.footer-bottom p{color:#ffffff80;font-size:.9rem}.footer-lang-currency{gap:1rem;display:flex}.footer-lang-currency select{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.9rem}.footer-lang-currency select:focus{outline:none}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1.5fr}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-content{padding:4rem 1.5rem 0}.footer-main{grid-template-columns:1fr;gap:3rem}.footer-brand{max-width:100%}.footer-cta{grid-template-columns:1fr;gap:3rem}}@media (max-width:480px){.footer-content{padding:4rem 1rem 0}.footer-links{grid-template-columns:1fr}.footer-bottom-content{text-align:center;flex-direction:column;gap:1rem}.newsletter-form{flex-direction:column}.newsletter-form button{justify-content:center;padding:.8rem}.download-buttons{flex-direction:column}}
:root{--primary-color:#212b36;--secondary-color:#637381;--accent-color:#008060;--white:#fff;--black:#0b0937;--transition:all .3s ease}.hero-container{width:100%;height:100vh;color:var(--white);position:relative;overflow:hidden}.shopify-nav{z-index:100;background:linear-gradient(#00000080 0%,#0000 100%);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;transition:background .3s;display:flex;position:fixed;top:0;left:0}.shopify-nav.scrolled{background:var(--black)}.nav-logo{object-fit:contain;border-radius:50%;width:80px;height:80px;margin-right:1.5rem}.nav-left,.nav-right{align-items:center;display:flex}.nav-links{gap:1.5rem;display:flex}.nav-links a,.nav-right a{color:var(--white);transition:var(--transition);white-space:nowrap;font-size:1rem;font-weight:500;text-decoration:none}.nav-links a:hover,.nav-right a:hover{opacity:.8}.nav-right{gap:1.5rem}.nav-button{background:var(--white);color:var(--primary-color);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600}.nav-button:hover{background:#ffffffe6;transform:translateY(-1px)}.mobile-menu-button{color:var(--white);cursor:pointer;z-index:101;background:0 0;border:none;font-size:3rem;display:none}.video-container{width:100%;height:100%;position:relative}.video-bg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:left;z-index:10;width:80%;max-width:1200px;padding:0 1rem;position:absolute;top:60%;left:2%;transform:translateY(-50%)}.bigTitle{margin-bottom:1rem;font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1.1}.rotating-text-container{height:1.2em;display:inline-block;overflow:hidden}.text-slide{text-transform:capitalize;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:700;line-height:1.2;animation:.5s ease-out slideIn;display:inline-block}.oneEcommerce{background-color:#000;border-top-left-radius:5rem;border-top-right-radius:5rem;width:100%;min-height:100vh;padding:2rem;top:-30%}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.shopify-nav{padding:1rem}.nav-left{flex:1;justify-content:space-between;align-items:center;display:flex}.nav-links,.nav-right:not(.mobile-open){display:none}.nav-links.mobile-open,.nav-right.mobile-open{background:var(--black);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;padding:0 1rem;animation:.3s ease-in-out fadeInMenu;display:flex;position:fixed;top:0;left:0}.nav-links.mobile-open a,.nav-right.mobile-open a{color:var(--white);font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links.mobile-open a:hover,.nav-right.mobile-open a:hover{color:var(--accent-color)}.nav-links.mobile-open .nav-button,.nav-right.mobile-open .nav-button{border-radius:.5rem;padding:.9rem 2rem;font-size:1.1rem}.mobile-menu-button{display:block}@keyframes fadeInMenu{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-content{width:90%;left:5%}.bigTitle{margin-bottom:.5rem}}@media (max-width:480px){.nav-button{padding:.5rem 1rem;font-size:.9rem}.bigTitle{font-size:2.5rem}.text-slide{font-size:2rem}.hero-content{width:90%;left:5%}}
