:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.cta-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;position:relative;z-index:11}.cta-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d;color:#fff;text-decoration:none}.cta-button:disabled{background:#64748b4d;color:#64748bb3;cursor:not-allowed;transform:none;box-shadow:none}.cta-button:disabled:hover{background:#64748b4d;transform:none;box-shadow:none}.scroll-animate{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.scroll-animate-delay-1{transition-delay:.1s}.scroll-animate-delay-2{transition-delay:.2s}.scroll-animate-delay-3{transition-delay:.3s}.hero-animate{animation:heroFadeIn .8s ease-out forwards}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navigation{position:absolute;top:2rem;left:50%;transform:translate(-50%);z-index:100;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0000000d;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.navigation:hover{background:#ffffff40;box-shadow:0 6px 20px #00000014}.nav-links{display:flex;gap:.25rem;align-items:center;padding:.5rem 1rem}.nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;padding:.4rem .8rem;border-radius:20px;transition:all .2s ease;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.1);font-size:.9rem}.nav-link:hover{color:#fff;background:#fff3}.nav-link.active{color:#fff;background:#ffffff4d;font-weight:600}.dropdown-container{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:.25rem;cursor:pointer;border:none;background:none;font-family:inherit}.chevron{width:12px;height:12px;transition:transform .2s ease}.chevron.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#ffffff40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0000000d;min-width:140px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:1000;margin-top:.5rem}.dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:block;color:#ffffffe6;text-decoration:none;font-weight:500;padding:.6rem 1rem;transition:all .2s ease;font-size:.9rem;border-radius:8px;margin:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.dropdown-link:hover{color:#fff;background:#fff3}.dropdown-link.active{color:#fff;background:#ffffff4d;font-weight:600}.dropdown-link:first-child{margin-top:.5rem}.dropdown-link:last-child{margin-bottom:.5rem}.language-picker{position:relative;padding:.5rem 1rem}.language-trigger{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;background:none;border:none;font-family:inherit;font-weight:500;padding:.4rem .8rem;border-radius:20px;transition:all .2s ease;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.1);font-size:.9rem}.language-trigger:hover{color:#fff;background:#fff3}.language-menu{position:absolute;top:100%;right:0;background:#ffffff40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0000000d;min-width:140px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:1000;margin-top:.5rem}.language-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;gap:.5rem;width:100%;color:#ffffffe6;background:none;border:none;font-family:inherit;font-weight:500;padding:.6rem 1rem;transition:all .2s ease;font-size:.9rem;border-radius:8px;margin:.25rem;cursor:pointer;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.1)}.language-option:hover{color:#fff;background:#fff3}.language-option.active{color:#fff;background:#ffffff4d;font-weight:600}.language-option:first-child{margin-top:.5rem}.language-option:last-child{margin-bottom:.5rem}@media (max-width: 768px){.navigation{top:1.5rem}.nav-links{display:none!important}.language-picker:not(.mobile){display:none!important}.mobile-nav-header,.hamburger-button{display:flex!important}.language-picker.mobile .language-menu{min-width:120px;right:0}.language-picker.mobile .language-option{padding:.5rem .8rem;font-size:.85rem}}@media (max-width: 480px){.navigation{top:1rem}.mobile-nav-header{padding:.4rem .8rem}.mobile-menu{width:260px;padding:1.5rem 1rem}.mobile-nav-link{font-size:1rem;padding:.8rem 0}.mobile-dropdown-link{font-size:.9rem;padding:.7rem 0 .7rem 1.2rem}.language-picker.mobile .language-menu{min-width:110px}.language-picker.mobile .language-option{padding:.4rem .7rem;font-size:.8rem}}.contact-link{cursor:pointer}.mobile-nav-header{display:none;align-items:center;justify-content:space-between;width:100%;padding:.5rem 1rem;z-index:1000}.language-picker.mobile{padding:0}.hamburger-button{display:flex;align-items:center;justify-content:center;color:#ffffffe6;background:#fff3;border:1px solid rgba(255,255,255,.4);padding:.5rem;border-radius:8px;transition:all .2s ease;cursor:pointer;min-width:44px;min-height:44px;box-shadow:0 2px 8px #00000026;z-index:1001}.hamburger-button:hover{color:#fff;background:#fff3;border-color:#ffffff4d}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:absolute;top:0;right:0;width:280px;height:100vh;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:1px solid rgba(255,255,255,.1);box-shadow:-4px 0 16px #0000001a;padding:2rem 1.5rem;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu-overlay.open .mobile-menu{transform:translate(0)}.mobile-nav-link{display:block;color:#ffffffe6;text-decoration:none;font-weight:500;padding:1rem;margin:.25rem 0;border-radius:8px;border-bottom:none;transition:all .2s ease;font-size:1.1rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.mobile-nav-link:hover{color:#fff;background:#ffffff1a;padding-left:1.5rem}.mobile-nav-link.active{color:#fff;background:#ffffff40;font-weight:600;border:1px solid rgba(255,255,255,.2)}.mobile-dropdown-section{margin:.25rem 0}.mobile-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;margin:.25rem 0;border-radius:8px;background:#ffffff0d;cursor:pointer;transition:all .2s ease}.mobile-dropdown-header:hover{background:#ffffff1a}.mobile-dropdown-header.active{background:#ffffff40;border:1px solid rgba(255,255,255,.2)}.mobile-dropdown-header.active .mobile-nav-link{color:#fff;font-weight:600}.mobile-dropdown-toggle{display:flex;align-items:center;justify-content:center;color:#ffffffe6;background:none;border:none;padding:.5rem;border-radius:8px;transition:all .2s ease;cursor:pointer}.mobile-dropdown-toggle:hover{color:#fff;background:#fff3}.mobile-dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-dropdown-content.open{max-height:200px}.mobile-dropdown-link{display:block;color:#fffc;text-decoration:none;font-weight:400;padding:.8rem 1rem .8rem 2rem;margin:.125rem .5rem;border-radius:6px;transition:all .2s ease;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.1);border-left:3px solid transparent}.mobile-dropdown-link:hover{color:#fff;background:#ffffff1a;border-left-color:#ffffff4d;padding-left:2.25rem}.mobile-dropdown-link.active{color:#fff;background:#fff3;border-left-color:#fff9;font-weight:500}.floating-circles{position:absolute;width:100%;height:100%;overflow:hidden;z-index:1}.floating-circle{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 6s ease-in-out infinite,parallaxFloat 15s linear infinite}.circle-1{width:80px;height:80px;top:15%;left:8%;animation-delay:0s}.circle-2{width:120px;height:120px;top:25%;right:12%;animation-delay:1s}.circle-3{width:60px;height:60px;bottom:25%;left:15%;animation-delay:2s}.circle-4{width:100px;height:100px;top:45%;left:5%;animation-delay:3s}.circle-5{width:70px;height:70px;top:70%;right:8%;animation-delay:4s}.circle-6{width:90px;height:90px;bottom:15%;right:20%;animation-delay:5s}.circle-7{width:50px;height:50px;top:35%;left:25%;animation-delay:1.5s}.circle-8{width:110px;height:110px;bottom:40%;left:30%;animation-delay:3.5s}.circle-9{width:75px;height:75px;top:60%;right:30%;animation-delay:2.5s}.circle-10{width:85px;height:85px;bottom:60%;right:5%;animation-delay:4.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes parallaxFloat{0%{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-10px)}50%{transform:translate(-5px) translateY(5px)}75%{transform:translate(-10px) translateY(-5px)}to{transform:translate(0) translateY(0)}}@media (max-width: 768px){.floating-circle{opacity:.7}.circle-1,.circle-2,.circle-3,.circle-4,.circle-5,.circle-6,.circle-7,.circle-8,.circle-9,.circle-10{transform:scale(.8)}}@media (max-width: 480px){.floating-circle{opacity:.5}.circle-1,.circle-2,.circle-3,.circle-4,.circle-5,.circle-6,.circle-7,.circle-8,.circle-9,.circle-10{transform:scale(.6)}}.hero-section{min-height:100vh;width:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;inset:0;z-index:1}.hero-bg-image{position:absolute;inset:0;background:url(../hero-background.jpg) center/cover;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;transform:scale(1.1);animation:slowZoom 20s ease-in-out infinite;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@keyframes slowZoom{0%,to{transform:scale(1.1)}50%{transform:scale(1.15)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172ad9,#1e293bcc,#334155bf,#475569b3,#64748ba6);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.hero-content{max-width:1400px;padding:0 2rem;z-index:2;position:relative;width:100%;box-sizing:border-box;opacity:0;transform:translateY(50px);animation:fadeInUp .8s ease-out .2s forwards}.hero-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.hero-text{color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:50px;margin:2rem 2rem 2rem 0;font-size:.9rem;font-weight:600;color:#fbbf24;opacity:0;transform:translateY(20px);animation:slideInUp .6s ease-out .4s forwards}.badge-icon{width:1rem;height:1rem;color:#fbbf24}.hero-title{font-size:4rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;transform:translate(-50px);animation:slideInLeft .6s ease-out .5s forwards}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;line-height:1.6;color:#ffffffe6;opacity:0;transform:translate(-30px);animation:slideInLeft .6s ease-out .6s forwards;max-width:500px}.hero-actions{display:flex;gap:1rem;opacity:0;transform:translateY(30px);animation:slideInUp .6s ease-out .7s forwards}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;position:relative;overflow:hidden}.cta-button.primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 8px 25px #f59e0b4d}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f59e0b66}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.button-icon{width:1.2rem;height:1.2rem;transition:transform .3s ease}.cta-button:hover .button-icon{transform:translateY(2px)}.hero-visual{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:slideInRight .8s ease-out .8s forwards}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.hero-image-container{position:relative;width:400px;height:500px;border-radius:25px;overflow:hidden;box-shadow:0 25px 50px #0000004d;z-index:2}.hero-main-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hero-image-container:hover .hero-main-image{transform:scale(1.08)}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem;display:flex;align-items:flex-end;justify-content:center}.overlay-badge{display:flex;align-items:center;gap:.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:25px;border:1px solid rgba(255,255,255,.3);font-weight:600;color:#1e293b;font-size:.9rem}.overlay-icon{width:1rem;height:1rem;color:#10b981}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;opacity:0;transform:translateY(50px);animation:slideInUp .8s ease-out 1s forwards}.hero-section .feature-item{display:flex;align-items:center;gap:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:1.5rem;border-radius:20px;transition:all .3s ease}.hero-section .feature-item:hover{background:#ffffff26;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.hero-section .feature-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.hero-section .feature-content h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.hero-section .feature-content p{font-size:.9rem;color:#fffc;line-height:1.4}@media (max-width: 1024px){.hero-main{gap:3rem}.hero-title{font-size:3.5rem}.hero-image-container{width:350px;height:450px}.hero-features{gap:1.5rem}}@media (max-width: 768px){.hero-section{padding-top:6rem;padding-bottom:4rem}.hero-content{padding-top:2rem}.hero-main{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-badge{margin:1rem 0 2rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-image-container{width:300px;height:400px}.hero-features{grid-template-columns:1fr;gap:1rem}.hero-section .feature-item{padding:1.25rem}}@media (max-width: 480px){.hero-section{padding-top:5rem;padding-bottom:3rem}.hero-content{padding:1rem 1rem 0}.hero-badge{margin:.5rem 0 1.5rem;padding:.6rem 1.2rem;font-size:.85rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.cta-button{width:100%;justify-content:center}.hero-image-container{width:280px;height:350px}.hero-section .feature-item{padding:1rem}.hero-section .feature-icon{width:2.5rem;height:2.5rem}}.allegro-section{width:100%;background:#f1f5f9;color:#1e293b;position:relative;overflow:hidden;padding:4rem 0}.allegro-background{position:absolute;inset:0;z-index:1}.allegro-bg-image{position:absolute;inset:0;background:transparent}.allegro-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#f1f5f9e6,#e2e8f0d9,#cbd5e1cc)}.allegro-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%;box-sizing:border-box;position:relative;z-index:2;margin-bottom:3rem}.allegro-header{z-index:2;position:relative}.allegro-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #3b82f64d}.allegro-section .badge-icon{width:1rem;height:1rem;color:#fbbf24}.allegro-section .section-title{color:#1e293b;text-align:left;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.allegro-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;color:#64748b;max-width:500px}.allegro-actions{display:flex;gap:1rem;flex-wrap:wrap}.allegro-section .cta-button.secondary{background:#ffffffe6;color:#3b82f6;border:2px solid #3B82F6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.allegro-section .cta-button.secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.allegro-section .button-icon{width:1.2rem;height:1.2rem;transition:transform .3s ease}.allegro-section .cta-button:hover .button-icon{transform:translate(2px)}.allegro-visual{display:flex;justify-content:center;align-items:center}.allegro-mockup{background:#fff;border-radius:25px;border:1px solid rgba(255,255,255,.3);overflow:hidden;box-shadow:0 25px 50px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;cursor:pointer;transition:all .3s ease;width:450px;height:550px}.allegro-mockup:hover{transform:translateY(-5px);box-shadow:0 30px 60px #0003}.allegro-mockup:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f60d,#2563eb1a);z-index:1}.mockup-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #E2E8F0;position:relative;z-index:2}.mockup-dots{display:flex;gap:.5rem}.mockup-dots span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.mockup-dots span:first-child{background:#ef4444}.mockup-dots span:nth-child(2){background:#f59e0b}.mockup-dots span:last-child{background:#10b981}.mockup-title{font-weight:700;font-size:1rem;color:#1e293b}.mockup-content{padding:2rem;position:relative;z-index:2}.mockup-search{margin-bottom:2rem}.search-bar{height:45px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:25px;border:2px solid #E2E8F0;position:relative;display:flex;align-items:center;padding:0 .5rem 0 1rem;transition:all .3s ease}.search-bar:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{width:20px;height:20px;color:#94a3b8;opacity:.7;margin-right:.75rem;flex-shrink:0}.search-input{flex:1;border:none;background:transparent;outline:none;color:#1e293b;font-size:.9rem;font-weight:500;padding:0}.search-input::placeholder{color:#64748b;font-weight:500}.search-button{background:#3b82f6;border:none;border-radius:20px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;padding:0 12px;gap:6px}.search-button:hover{background:#2563eb;transform:scale(1.05)}.search-submit-icon{width:16px;height:16px;color:#fff}.search-button-text{color:#fff;font-size:.8rem;font-weight:600;white-space:nowrap}.mockup-products{display:flex;flex-direction:column;gap:1rem}.product-item{height:80px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:15px;border:1px solid #E2E8F0;position:relative;display:flex;align-items:center;padding:1rem;gap:1rem}.product-image{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;flex-shrink:0;position:relative}.product-image:after{content:"⚙️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2rem}.product-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.product-name{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.2}.product-price{font-size:.85rem;font-weight:700;color:#059669}@media (max-width: 1024px){.allegro-section{padding:3rem 0}.allegro-content{gap:3rem}.allegro-section .section-title{font-size:2.5rem}.allegro-mockup{width:380px;height:480px}}@media (max-width: 768px){.allegro-section{padding:2.5rem 0}.allegro-content{grid-template-columns:1fr;gap:2rem;text-align:center}.allegro-section .section-title{text-align:center;font-size:2.2rem}.allegro-actions{justify-content:center}.allegro-mockup{width:350px;height:450px}.search-bar{position:relative;padding-right:50px}.search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;padding:0;background:#3b82f6;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #3b82f64d}.search-button:hover{background:#2563eb;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #3b82f666}.search-button-text{display:none}.search-submit-icon{width:18px;height:18px}}@media (max-width: 480px){.allegro-section{padding:2rem 0}.allegro-content{gap:1.5rem}.allegro-section .section-title{font-size:1.8rem}.allegro-actions{flex-direction:column;align-items:center}.cta-button{width:100%;justify-content:center}.allegro-mockup{width:320px;height:420px}.search-bar{padding-right:45px}.search-button{width:32px;height:32px;right:6px;box-shadow:0 2px 6px #3b82f64d}.search-button:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 3px 10px #3b82f666}.search-button-text{display:none}.search-submit-icon{width:16px;height:16px}}.categories-section{padding:80px 0;background:#fff}.categories-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.categories-subtitle{font-size:1.1rem;line-height:1.7;color:#64748b;margin-top:20px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.category-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#10b981)}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.category-icon-wrapper{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.category-icon{width:28px;height:28px;color:#fff}.category-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:15px}.category-description{color:#64748b;line-height:1.6;margin-bottom:20px}.category-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.keyword-tag{background:#f1f5f9;color:#475569;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.category-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.category-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px)}.categories-footer{background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;padding:40px;color:#fff}.categories-section .categories-footer .categories-footer-content{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:center;width:100%}.categories-section .categories-footer .categories-footer-text{text-align:left}.categories-section .categories-footer .categories-footer-text h3{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:#fff}.categories-section .categories-footer .categories-footer-text p{font-size:1.1rem;line-height:1.7;color:#cbd5e1;margin:0}.categories-section .categories-footer .categories-footer-cta{display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.categories-section{padding:60px 0}.categories-grid{grid-template-columns:1fr;gap:20px}.category-card{padding:20px}.categories-footer{padding:30px 20px}.categories-section .categories-footer .categories-footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.categories-section .categories-footer .categories-footer-text{text-align:center}}.why-us-section{width:100%;background:#f8fafc;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden;padding:6rem 0;z-index:1;min-height:100vh;opacity:1!important;transform:translateY(0)!important}.why-us-section .section{padding:80px 2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.why-us-section .section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}.why-us-section .section{position:relative;z-index:10}.why-us-background{position:absolute;inset:0;z-index:1}.why-us-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(245,158,11,.1) 0%,transparent 50%);animation:floatPattern 20s ease-in-out infinite}.why-us-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#f8fafcb3,#f1f5f9cc);z-index:1}.why-us-header{text-align:center;margin-bottom:4rem;position:relative;z-index:10;opacity:1!important;transform:translateY(0)!important}.header-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #3b82f64d}.why-us-section .badge-icon{width:1rem;height:1rem;color:#fbbf24}.why-us-section .section-subtitle{font-size:1.2rem;line-height:1.6;color:#64748b;max-width:600px;margin:0 auto}.why-us-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:5rem;width:100%;box-sizing:border-box;position:relative;z-index:10;opacity:1!important;transform:translateY(0)!important}.why-us-section .feature-card{background:#fff;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2rem;border-radius:25px;text-align:center;box-shadow:0 15px 35px #0000001a;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;height:100%;opacity:1!important;transform:translateY(0)!important}.why-us-section .feature-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;opacity:0;border-radius:50%;filter:blur(20px);transition:all .4s ease;z-index:-1}.why-us-section .feature-card:hover .feature-glow{opacity:.1;transform:scale(1.1)}.why-us-section .feature-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 50px #00000026;background:#fffffff2}.why-us-section .feature-icon-wrapper{width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;position:relative;box-shadow:0 10px 25px #00000026;transition:all .3s ease}.why-us-section .feature-card:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 35px #0003}.why-us-section .feature-icon{width:2.8rem;height:2.8rem;color:#fff;display:flex;align-items:center;justify-content:center;line-height:1}.why-us-section .feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.why-us-section .feature-description{font-size:1rem;line-height:1.6;color:#64748b;margin-bottom:2rem;flex-grow:1}.why-us-section .feature-benefits{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;min-height:120px}.why-us-section .benefit-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#475569;font-weight:500}.why-us-section .benefit-icon{width:1.2rem;height:1.2rem;color:#10b981;flex-shrink:0}.why-us-section .feature-link{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:600;transition:all .3s ease;margin-top:auto;align-self:center}.why-us-section .feature-link:hover{color:#2563eb;transform:translate(5px)}.why-us-section .link-icon{width:1rem;height:1rem;transition:transform .3s ease}.why-us-section .feature-link:hover .link-icon{transform:translate(3px)}.why-us-section .why-us-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:4rem;width:100%;box-sizing:border-box;position:relative;z-index:10;opacity:1!important;transform:translateY(0)!important}.why-us-section .stat-item{text-align:center;padding:2.5rem 1.5rem;background:#fff;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.5);transition:all .4s ease;box-shadow:0 10px 25px #0000001f;position:relative;overflow:hidden;opacity:1!important;transform:translateY(0)!important}.why-us-section .stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#10b981,#f59e0b)}.why-us-section .stat-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026;background:#fff;border:1px solid rgba(59,130,246,.2)}.why-us-section .stat-icon{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 8px 20px #3b82f666;border:2px solid rgba(255,255,255,.2)}.why-us-section .stat-icon-svg{width:1.5rem;height:1.5rem;color:#fff}.why-us-section .stat-number{font-size:1.6rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.why-us-section .stat-label{font-size:.8rem;color:#374151;font-weight:600}@media (max-width: 1024px){.why-us-section .section{padding:60px 1.5rem}.why-us-section .section-title{font-size:2.2rem;margin-bottom:2.5rem}.why-us-section{padding:4rem 0}.why-us-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.why-us-section .why-us-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.why-us-section .section{padding:50px 1rem}.why-us-section .section-title{font-size:2rem;margin-bottom:2rem}.why-us-section{padding:3rem 0}.why-us-section .features-grid{grid-template-columns:1fr;gap:1.5rem}.why-us-section .feature-card{padding:2.5rem 1.5rem}.why-us-section .feature-benefits{min-height:100px}.why-us-section .why-us-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.why-us-section .stat-item{padding:2rem 1rem}.why-us-section .stat-number{font-size:2.2rem}}@media (max-width: 480px){.why-us-section .section{padding:40px .75rem}.why-us-section .section-title{font-size:1.75rem;margin-bottom:1.5rem}.why-us-section{padding:2.5rem 0}.why-us-section .features-grid{gap:1.25rem}.why-us-section .feature-card{padding:2rem 1.25rem}.why-us-section .feature-benefits{min-height:90px}.why-us-section .why-us-stats{grid-template-columns:1fr;gap:1rem}.why-us-section .stat-item{padding:1.75rem 1rem}.why-us-section .stat-number{font-size:2rem}.why-us-section .stat-label{font-size:1rem}}.contact-section{width:100%;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;position:relative;overflow:hidden;padding:6rem 0}.contact-background{position:absolute;inset:0;z-index:1}.contact-bg-image{position:absolute;inset:0;background:linear-gradient(135deg,#1e293b4d,#33415533);animation:slowParallax 30s ease-in-out infinite}@keyframes slowParallax{0%,to{transform:scale(1) translate(0)}50%{transform:scale(1.05) translate(-1%)}}.contact-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e293bf2,#334155e6,#475569d9)}.contact-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.contact-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem;font-size:.9rem;font-weight:600;color:#fbbf24}.contact-section .badge-icon{width:1rem;height:1rem;color:#fbbf24}.contact-title{color:#fff!important;text-align:center;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.contact-description{color:#ffffffe6;text-align:center;font-size:1.2rem;line-height:1.6;margin-bottom:0;max-width:600px;margin-left:auto;margin-right:auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;box-sizing:border-box;position:relative;z-index:2}.contact-form-container{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border-radius:25px;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0003;position:relative;overflow:hidden}.contact-form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f59e0b,#d97706)}.contact-section .form-header{margin-bottom:2rem;text-align:center}.contact-section .form-header h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.contact-section .form-header p{color:#fffc;font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#fff;font-size:1rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;width:1.2rem;height:1.2rem;color:#f59e0b;z-index:2}.input-wrapper input,.input-wrapper textarea{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid rgba(255,255,255,.2);border-radius:15px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1rem;transition:all .3s ease;position:relative;z-index:11}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{color:#fff9}.input-wrapper input:focus,.input-wrapper textarea:focus{outline:none;border-color:#f59e0b;background:#ffffff26;box-shadow:0 0 0 3px #f59e0b4d}.input-wrapper textarea{resize:vertical;min-height:120px}.contact-section .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;position:relative;overflow:hidden;justify-content:center}.contact-section .cta-button.primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 8px 25px #f59e0b4d}.contact-section .cta-button.primary:hover:not(.disabled){transform:translateY(-3px);box-shadow:0 12px 35px #f59e0b66}.contact-section .cta-button.disabled{opacity:.6;cursor:not-allowed}.contact-section .button-icon{width:1.2rem;height:1.2rem;transition:transform .3s ease}.contact-section .cta-button:hover .button-icon{transform:translate(2px)}.contact-section .contact-left-column,.contact-section .contact-info-container{display:flex;flex-direction:column;gap:2rem;height:100%}.contact-section .company-info{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem 2.5rem 3rem;border-radius:25px;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0003;position:relative;overflow:hidden;flex:1;display:flex;flex-direction:column}.contact-section .company-info:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#2563eb)}.contact-section .company-header{margin-bottom:2rem;text-align:center}.contact-section .company-info h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.contact-section .company-details{display:flex;flex-direction:column;gap:1.5rem;flex:1}.contact-section .company-detail{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.contact-section .company-detail:hover{background:#ffffff26;transform:translateY(-2px)}.contact-section .detail-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-section .detail-content h4{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:#fff}.contact-section .detail-content p{font-size:1rem;color:#f59e0b;font-weight:600;margin:0}.contact-section .contact-info,.contact-section .location-info{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem;border-radius:25px;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0003;position:relative;overflow:hidden;flex:1;display:flex;flex-direction:column}.contact-section .contact-info:before,.contact-section .location-info:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#2563eb)}.contact-section .info-header,.contact-section .location-header{margin-bottom:2rem;text-align:center}.contact-section .contact-info h3,.contact-section .location-info h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.contact-section .info-header p,.contact-section .location-header p{color:#fffc;font-size:1rem}.contact-section .contact-methods{display:flex;flex-direction:column;gap:1.5rem;flex:1}.contact-section .contact-method{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.contact-section .contact-method:hover{background:#ffffff26;transform:translateY(-2px)}.contact-section .method-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-section .method-content h4{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:#fff}.contact-section .method-content p{font-size:.9rem;color:#ffffffb3;margin-bottom:.5rem}.contact-section .contact-detail{font-size:1rem;color:#f59e0b;font-weight:600}.contact-section .location-details{display:flex;flex-direction:column;gap:1.5rem;flex:1}.contact-section .address-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.contact-section .address-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-section .address-text p{color:#ffffffe6;font-size:1rem;line-height:1.5;margin:0}.contact-section .map-container{border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0000004d;border:2px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.contact-section{padding:4rem 0}.contact-content{gap:3rem;padding:0 1.5rem}.contact-title{font-size:2.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-section .cta-button{width:100%;max-width:350px;margin:0 auto;display:flex;justify-content:center;align-items:center}}@media (max-width: 768px){.contact-section{padding:3rem 0;min-height:auto}.contact-content{display:block!important;grid-template-columns:none!important;gap:2rem;padding:0 1rem;max-width:100%}.contact-title{font-size:2.2rem}.contact-left-column{display:block!important;flex-direction:column!important;gap:3rem;height:auto!important;width:100%;margin-bottom:2rem}.contact-info-container{display:block!important;flex-direction:column!important;gap:2rem;height:auto!important;width:100%}.contact-form-container,.contact-info,.location-info,.company-info{display:block!important;flex:none!important;height:auto!important;min-height:auto!important;max-height:none!important;padding:1.5rem;width:100%;box-sizing:border-box}.contact-form-container{margin-bottom:0}.contact-section .cta-button{width:100%;max-width:300px;margin:0 auto;display:flex;justify-content:center;align-items:center}.location-info{margin-bottom:0;margin-top:1rem}.contact-info{margin-bottom:0}.company-info{margin-bottom:0;padding-bottom:2rem}.contact-methods,.company-details,.location-details{display:block!important;flex:none!important;height:auto!important;min-height:auto!important;max-height:none!important;width:100%}.contact-methods{gap:1rem;display:flex!important;flex-direction:column!important}.contact-method{padding:1rem;width:100%;box-sizing:border-box;margin-bottom:1rem}.company-details{gap:1rem}.method-icon,.address-icon,.detail-icon{width:2.5rem;height:2.5rem}.detail-content h4{font-size:1rem}.detail-content p{font-size:.95rem;word-break:break-word}.contact-detail{word-break:break-all;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}@media (max-width: 480px){.contact-section{padding:2rem 0}.contact-content{gap:1.5rem;padding:0 .5rem}.contact-title{font-size:1.8rem}.contact-left-column{gap:2.5rem}.contact-info-container{gap:1.5rem}.contact-form-container,.contact-info,.location-info,.company-info{padding:1rem}.form-row{grid-template-columns:1fr}.input-wrapper input,.input-wrapper textarea{padding:.75rem .75rem .75rem 2.5rem}.input-icon{left:.75rem;width:1rem;height:1rem}.contact-method,.company-detail{padding:.75rem;flex-direction:column;text-align:center;gap:.5rem;margin-bottom:1rem}.contact-methods{gap:1rem;display:flex!important;flex-direction:column!important}.method-icon,.address-icon,.detail-icon{width:2rem;height:2rem}.detail-content h4{font-size:1rem;margin-bottom:.25rem}.detail-content p{font-size:.9rem;word-break:break-word;line-height:1.4}.contact-detail{word-break:break-all;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.85rem}.company-details{gap:1rem;padding-bottom:1rem}.company-detail{margin-bottom:1rem}.cta-button{padding:.875rem 1.5rem;font-size:1rem;width:100%;max-width:300px;margin:0 auto;display:flex;justify-content:center;align-items:center}}.error-message{display:flex;align-items:center;gap:.5rem;color:#dc2626;font-size:.875rem;margin-top:.25rem;padding:.5rem;background:#ef44441a;border-radius:8px;border:1px solid rgba(239,68,68,.3)}.general-error{margin-bottom:1rem;background:#ef444426;border:1px solid rgba(239,68,68,.4)}.error-icon{width:16px;height:16px;flex-shrink:0}.input-wrapper input.error,.input-wrapper textarea.error{border-color:#ef4444;background:#ffffff1a;color:#fff}.input-wrapper input.error:focus,.input-wrapper textarea.error:focus{border-color:#ef4444;background:#ffffff26;box-shadow:0 0 0 3px #ef44444d;color:#fff}.required{color:#dc2626;font-weight:600}.optional{color:#1e293bb3;font-size:.875rem;font-weight:400}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:80px 0 30px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;margin-bottom:50px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem;align-items:start}.footer-section:first-child{min-height:auto;padding-bottom:20px}.footer-section h3{font-size:1.4rem;font-weight:600;margin-bottom:25px;color:#60a5fa;line-height:1.3}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:25px;color:#cbd5e1;line-height:1.3}.footer-section p{color:#94a3b8;line-height:1.7;margin-bottom:25px}.contact-info{display:flex;flex-direction:column;gap:15px;margin-top:10px;margin-bottom:20px}.contact-item{display:flex;align-items:center;gap:12px;color:#cbd5e1;padding:5px 0}.contact-icon{width:16px;height:16px;color:#60a5fa}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px;color:#94a3b8;padding:3px 0}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease;padding:3px 0;display:inline-block}.footer-links a:hover{color:#60a5fa}.shop-links{display:flex;flex-direction:column;gap:20px;margin-top:10px}.shop-link{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:14px 24px;border-radius:10px;text-decoration:none;font-weight:600;transition:all .3s ease;width:fit-content;box-shadow:0 4px 15px #3b82f64d}.shop-link:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px);box-shadow:0 6px 20px #3b82f666}.link-icon{width:16px;height:16px}.shop-description{font-size:.9rem;color:#94a3b8;line-height:1.5}.footer-bottom{border-top:1px solid #475569;padding-top:40px;margin-top:20px}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:30px;max-width:1200px;margin:0 auto;padding:0 2rem}.copyright p{color:#94a3b8;margin:0;font-size:.9rem}.footer-meta{max-width:400px}.footer-meta p{color:#64748b;font-size:.8rem;line-height:1.4;margin:0}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width: 768px){.footer{padding:60px 0 30px}.footer-content{grid-template-columns:1fr;gap:40px;margin-bottom:40px;padding:0 1rem;width:100%;box-sizing:border-box}.footer-section:first-child{padding-bottom:30px}.footer-bottom-content{flex-direction:column;text-align:center;gap:20px;padding:0 1rem;width:100%;box-sizing:border-box}.footer-meta{max-width:100%;width:100%;box-sizing:border-box}.shop-link{width:100%;max-width:300px;margin:0 auto;justify-content:center}.contact-item{flex-wrap:wrap;word-break:break-word}.footer-section p,.footer-section h3,.footer-section h4{word-wrap:break-word;overflow-wrap:break-word}}@media (max-width: 480px){.footer{padding:40px 0 20px}.footer-content{gap:30px;margin-bottom:30px;padding:0 .5rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:1.1rem}.shop-link{padding:12px 20px;font-size:.9rem}.contact-item{font-size:.9rem}.footer-bottom-content{padding:0 .5rem}.copyright p{font-size:.8rem}.footer-meta p{font-size:.75rem}}.home-page{min-height:100vh;width:100vw;background:#f8fafc;overflow-x:hidden}.home-page .section{padding:20px 1rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.hero-section,.allegro-section,.why-us-section,.contact-section{width:100%}.home-page .section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}@media (max-width: 1024px){.home-page .section{padding:15px 1.25rem}.home-page .section-title{font-size:2.2rem;margin-bottom:2.5rem}}@media (max-width: 768px){.home-page .section{padding:25px 1rem}.home-page .section-title{font-size:2rem;margin-bottom:2rem}}@media (max-width: 480px){.home-page .section{padding:20px .75rem}.home-page .section-title{font-size:1.75rem;margin-bottom:1.5rem}}.about-page{min-height:100vh;background:#f8fafc;color:#1e293b}.about-page .section{padding:80px 2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;color:#1e293b}.about-page .section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1e293b;position:relative}.about-page .section-subtitle{font-size:1.2rem;line-height:1.6;color:#64748b;text-align:center;max-width:600px;margin:0 auto 3rem}.about-hero{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.about-page .badge-icon{width:1.25rem;height:1.25rem}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.hero-stat{display:flex;align-items:center;gap:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;transition:all .3s ease;animation:fadeInUp .6s ease-out calc(.4s + var(--delay, 0s)) both}.stat-icon{width:2.5rem;height:2.5rem;color:#fbbf24}.stat-content{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:.9rem;color:#fffc;font-weight:500}.company-story{padding:6rem 0;background:#fff;position:relative}.story-header{text-align:center;margin-bottom:4rem}.story-timeline{position:relative;max-width:800px;margin:0 auto}.story-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#3b82f6,#10b981,#f59e0b);transform:translate(-50%)}.timeline-item{display:flex;align-items:center;margin-bottom:4rem;position:relative}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-marker{position:absolute;left:50%;transform:translate(-50%);z-index:2}.timeline-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 25px #3b82f666;border:4px solid white}.timeline-icon svg{width:1.5rem;height:1.5rem}.timeline-content{background:#f8fafc;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;width:45%;position:relative}.timeline-item:nth-child(2n) .timeline-content{margin-left:auto}.timeline-year{font-size:.9rem;font-weight:600;color:#3b82f6;margin-bottom:.5rem}.timeline-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.timeline-description{font-size:1rem;line-height:1.6;color:#64748b;margin:0}.advanced-stats{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden;color:#1e293b}.advanced-stats:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(245,158,11,.1) 0%,transparent 50%);animation:floatPattern 20s ease-in-out infinite}.stats-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.advanced-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:2}.advanced-stats .stat-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2rem;border-radius:25px;text-align:center;box-shadow:0 15px 35px #0000001a;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.3);color:#1e293b}.advanced-stats .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#10b981,#f59e0b)}.advanced-stats .stat-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #00000026}.advanced-stats .stat-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;box-shadow:0 10px 25px #3b82f666}.advanced-stats .stat-icon svg{width:2rem;height:2rem}.advanced-stats .stat-content{text-align:center}.advanced-stats .stat-number{font-size:2rem;font-weight:800;color:#1e293b!important;margin-bottom:.5rem;line-height:1}.advanced-stats .stat-label{font-size:1.1rem;font-weight:600;color:#374151!important;margin-bottom:.5rem}.advanced-stats .stat-description{font-size:.9rem;color:#64748b!important;line-height:1.4}.values-section{padding:6rem 0;background:#fff}.values-header{text-align:center;margin-bottom:4rem}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.value-card{background:#f8fafc;padding:3rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid #E2E8F0;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f60d,#10b9810d);opacity:0;transition:opacity .3s ease}.value-card:hover:before{opacity:1}.value-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.value-icon{width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;box-shadow:0 8px 20px #3b82f64d;position:relative;z-index:2}.value-icon svg{width:1.8rem;height:1.8rem}.value-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1rem;position:relative;z-index:2}.value-description{font-size:1rem;line-height:1.6;color:#64748b;position:relative;z-index:2}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes floatPattern{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(1deg)}}@media (min-width: 1200px){.advanced-stats .stats-grid,.values-section .values-grid{gap:2.5rem}}@media (max-width: 1024px){.about-page .section{padding:60px 1.5rem}.about-page .section-title{font-size:2.2rem}.hero-title{font-size:3rem}.advanced-stats .stats-grid,.values-section .values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.story-timeline:before{left:30px}.timeline-item{flex-direction:row!important;padding-left:80px}.timeline-marker{left:30px;transform:translate(-50%)}.timeline-content{width:100%;margin-left:0!important}}@media (max-width: 768px){.about-hero{padding:6rem 0 3rem}.about-page .section{padding:50px 1rem}.about-page .section-title{font-size:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-stat{padding:1rem;flex-direction:column;text-align:center;gap:.5rem}.stat-icon{width:2rem;height:2rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.8rem}.advanced-stats .stats-grid,.values-section .values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.advanced-stats .stat-card,.values-section .value-card{padding:2rem 1.5rem}.stat-number{font-size:2.5rem}}@media (max-width: 480px){.about-page .section{padding:40px .75rem}.about-page .section-title{font-size:1.75rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:1fr}.advanced-stats .stats-grid,.values-section .values-grid{grid-template-columns:1fr;gap:1rem}.timeline-content{padding:1.5rem}.advanced-stats .stat-card,.values-section .value-card{padding:1.5rem 1rem}.advanced-stats .stat-number{font-size:2rem}.advanced-stats .stat-icon,.values-section .value-icon{width:60px;height:60px}.advanced-stats .stat-icon svg,.values-section .value-icon svg{width:1.5rem;height:1.5rem}}.guarantee-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow-x:hidden}.guarantee-hero{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.guarantee-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:600;animation:fadeInUp .6s ease-out .1s both}.guarantee-page .badge-icon{width:1.25rem;height:1.25rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;animation:fadeInUp .6s ease-out .2s both}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .6s ease-out .3s both}.hero-stats{display:flex;justify-content:center;gap:1rem;margin:0 auto;flex-wrap:nowrap}.hero-stat{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1rem;transition:all .3s ease;animation:fadeInUp .6s ease-out calc(.4s + var(--delay, 0s)) both;flex:1;min-width:0}.hero-stat:nth-child(1){--delay: 0s}.hero-stat:nth-child(2){--delay: .1s}.hero-stat:nth-child(3){--delay: .2s}.hero-stat:nth-child(4){--delay: .3s}.hero-stat:hover{transform:translateY(-5px);background:#ffffff26}.stat-icon{width:2rem;height:2rem;color:#fbbf24;flex-shrink:0}.stat-content{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;flex:1}.stat-number{font-size:1.25rem;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:.8rem;color:#fffc;font-weight:500;text-align:center;line-height:1.2}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.warranty-section{padding:80px 0;background:#fff}.warranty-header{text-align:center;margin-bottom:60px}.warranty-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px}.warranty-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.warranty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.warranty-card{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}.warranty-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.warranty-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.warranty-icon.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.warranty-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.warranty-icon.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.warranty-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:12px}.warranty-card>p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:24px}.warranty-details{display:flex;flex-direction:column;gap:12px}.warranty-details .detail{background:#f8fafc;padding:12px 16px;border-radius:8px;border-left:3px solid #3b82f6;text-align:left}.warranty-details .detail .period{font-weight:700;color:#3b82f6;font-size:1rem;margin-right:8px}.warranty-details .detail .type{color:#64748b;font-size:.9rem}.warranty-details .detail span:not(.period):not(.type){color:#374151;font-size:.9rem;line-height:1.4}.complaint-process-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.process-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.process-step{position:relative;background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #00000014;border:1px solid #e2e8f0;transition:all .4s ease;text-align:center}.process-step:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001f}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #3b82f64d}.step-content{margin-top:1rem}.step-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:1.5rem;box-shadow:0 8px 24px #3b82f633}.step-content h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.step-content p{color:#64748b;margin-bottom:1rem;line-height:1.5}.step-details{display:inline-block;background:#f1f5f9;color:#3b82f6;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.faq-section{padding:6rem 0;background:#fff}.faq-container{max-width:800px;margin:0 auto;padding:0 2rem}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#1e293b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#f8fafc;color:#3b82f6}.faq-answer{padding:1rem 2rem 1.5rem;color:#64748b;line-height:1.6;animation:slideDown .3s ease-out}.guarantee-page .contact-cta-section{padding:6rem 0;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;text-align:center}.guarantee-page .cta-content{max-width:600px;margin:0 auto;padding:0 2rem}.guarantee-page .cta-icon{width:80px;height:80px;background:#fff3;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2rem;color:#fff}.guarantee-page .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.guarantee-page .cta-content p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6}.guarantee-page .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.guarantee-page .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent}.guarantee-page .cta-button.primary{background:#fff;color:#3b82f6}.guarantee-page .cta-button.primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.guarantee-page .cta-button.secondary{background:transparent;color:#fff;border-color:#ffffff4d}.guarantee-page .cta-button.secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.guarantee-page .contact-section,.guarantee-page .footer{width:100%!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}@media (min-width: 1200px){.hero-stats{gap:1.5rem}.hero-stat{padding:1.25rem}.stat-icon{width:2.25rem;height:2.25rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.9rem}}@media (min-width: 1400px){.warranty-cards-grid,.process-timeline{max-width:1200px;gap:2.5rem}}@media (max-width: 1200px){.warranty-cards-grid{max-width:1200px;gap:1.5rem}.process-timeline{max-width:1000px;gap:1.5rem}}@media (max-width: 1024px){.hero-title{font-size:3rem}.warranty-grid{grid-template-columns:repeat(2,1fr);gap:24px}.process-timeline{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.guarantee-hero{padding:6rem 0 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{gap:1rem}.hero-stat{padding:.75rem;flex-direction:column;text-align:center;gap:.25rem;flex:1;min-width:0}.stat-icon{width:2rem;height:2rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.8rem}.section-header h2{font-size:2rem}.warranty-section,.complaint-process-section,.faq-section,.contact-cta-section{padding:4rem 0}.warranty-grid{grid-template-columns:1fr;gap:20px}.warranty-card{padding:30px 20px}.warranty-header h2{font-size:2rem}.process-timeline{padding:0 1rem}.process-step{padding:2rem}.faq-container,.cta-content{padding:0 1rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;justify-content:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-stats{gap:.5rem}.hero-stat{padding:.5rem;gap:.25rem}.stat-icon{width:1.5rem;height:1.5rem}.stat-number{font-size:1rem}.stat-label{font-size:.7rem}.warranty-card{padding:24px 16px}.warranty-icon{width:60px;height:60px}.warranty-header h2{font-size:1.75rem}.process-step{padding:1.5rem}.faq-question{padding:1rem 1.5rem;font-size:1rem}.faq-answer{padding:1rem 1.5rem}}.testimonials-section{padding:6rem 0;background:#fff}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.testimonials-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.testimonials-carousel{overflow:hidden;position:relative}.carousel-container{overflow:hidden;border-radius:20px}.carousel-track{display:flex;transition:transform .5s ease-in-out;width:100%}.testimonial-slide{flex:0 0 33.333%;padding:0 1rem;box-sizing:border-box}.testimonial-card{background:#fff;border:1px solid #E2E8F0;border-radius:20px;padding:2rem;height:100%;display:flex;flex-direction:column;transition:all .3s ease;position:relative;overflow:hidden}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem;position:relative;z-index:2}.star-icon{width:18px;height:18px;color:#e2e8f0;fill:currentColor;stroke:none}.star-icon.filled{color:#fbbf24;fill:#fbbf24}.testimonial-comment{font-size:1rem;color:#64748b;line-height:1.6;margin:0 0 2rem;position:relative;z-index:2;font-style:italic;flex:1}.testimonial-author{margin-top:auto;position:relative;z-index:2}.author-info h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.author-info span{font-size:.9rem;color:#64748b}@media (max-width: 768px){.testimonial-slide{flex:0 0 100%;padding:0 .5rem}.testimonials-header h2{font-size:2rem}}@media (max-width: 480px){.testimonials-section{padding:4rem 0}.testimonial-card{padding:1.5rem}.testimonial-slide{padding:0}}.shipment-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.shipment-hero{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.shipment-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.shipment-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2;opacity:0;transform:translateY(50px);animation:fadeInUp .8s ease-out .2s forwards}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:500;letter-spacing:.5px}.shipment-page .badge-icon{width:16px;height:16px}.shipment-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.shipment-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.shipment-page .hero-stats{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;max-width:600px;margin:0 auto;width:100%}.shipment-page .stat-item{text-align:center;padding:1.25rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;transition:transform .3s ease,background .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100px;overflow:hidden;word-wrap:break-word}.shipment-page .stat-item:hover{transform:translateY(-5px);background:#ffffff26}.shipment-page .stat-number{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1}.shipment-page .stat-label{font-size:.85rem;color:#fffc;font-weight:500;text-align:center;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%}.shipping-methods-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.methods-header{text-align:center;margin-bottom:4rem}.methods-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.methods-header p{font-size:1.1rem;color:#64748b;max-width:500px;margin:0 auto}.shipping-methods-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;max-width:800px;margin:0 auto}.shipping-method-card{background:#fff;border-radius:20px;padding:1rem;box-shadow:0 8px 32px #00000014;border:1px solid #f1f5f9;position:relative;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column}.shipping-method-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);opacity:0;transition:opacity .3s ease}.shipping-method-card:hover:before{opacity:1}.shipping-method-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.shipping-method-card.recommended{border:2px solid #3b82f6;transform:scale(1.02)}.recommended-badge{position:absolute;top:-1px;right:2rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:.5rem 1rem;border-radius:0 0 12px 12px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.star-icon{width:12px;height:12px}.method-header{display:flex;align-items:center;margin-bottom:1.5rem}.method-logo{width:80px;height:60px;display:flex;align-items:center;justify-content:center;margin-right:1rem}.courier-logo{width:100%;height:auto;max-width:80px;max-height:50px;object-fit:contain}.method-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.method-info p{color:#64748b;margin:0}.shipping-zones-section{padding:5rem 0;background:#fff}.zones-header{text-align:center;margin-bottom:4rem}.zones-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.zones-header p{font-size:1.1rem;color:#64748b;max-width:500px;margin:0 auto}.shipping-zones{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.zone-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.zone-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .5s ease}.zone-card:hover:before{left:100%}.zone-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.zone-card.selected{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translateY(-4px);box-shadow:0 10px 30px #3b82f633}.zone-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.zone-icon{width:24px;height:24px;color:#3b82f6}.shipment-page .zone-detail .detail-icon{width:16px;height:16px;color:#64748b}.zone-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.zone-details{display:flex;flex-direction:column;gap:.5rem}.zone-detail{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#64748b;font-size:.9rem;line-height:1.5}.shipment-page .faq-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.shipment-page .faq-header{text-align:center;margin-bottom:4rem}.shipment-page .faq-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.shipment-page .faq-header p{font-size:1.1rem;color:#64748b;max-width:500px;margin:0 auto}.shipment-page .faq-list{max-width:800px;margin:0 auto}.shipment-page .faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9;overflow:hidden;transition:all .3s ease}.shipment-page .faq-item:hover{box-shadow:0 8px 30px #0000001f}.shipment-page .faq-question{padding:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .3s ease}.shipment-page .faq-question:hover{background:#f8fafc}.shipment-page .faq-question h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0;flex:1}.shipment-page .chevron-icon{width:20px;height:20px;color:#64748b;transition:transform .3s ease}.shipment-page .faq-answer{padding:1rem 1.5rem 1.5rem;border-top:1px solid #f1f5f9;animation:slideDown .3s ease-out}.shipment-page .faq-answer p{color:#64748b;line-height:1.6;margin:0}.important-info-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.shipment-page .info-header{text-align:center;margin-bottom:4rem}.shipment-page .info-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.shipment-page .info-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.info-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000001a;border:1px solid #f1f5f9;transition:all .3s ease;display:flex;align-items:flex-start;gap:1rem}.info-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026}.info-card.warning{border-left:4px solid #f59e0b}.info-card.info{border-left:4px solid #3b82f6}.info-card.success{border-left:4px solid #10b981}.card-icon{width:24px;height:24px;flex-shrink:0;margin-top:.25rem}.info-card.warning .card-icon{color:#f59e0b}.info-card.info .card-icon{color:#3b82f6}.info-card.success .card-icon{color:#10b981}.card-content h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.card-content p{color:#64748b;line-height:1.6;margin:0}.shipment-page .contact-section,.shipment-page .footer{width:100%!important}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.shipment-hero{padding:7rem 0 3rem}.shipment-title{font-size:2.5rem}.shipment-subtitle{font-size:1.1rem}.hero-stats{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.75rem;max-width:500px}.shipment-page .stat-item{padding:1rem .75rem;min-height:90px}.shipment-page .stat-number{font-size:1.25rem}.shipment-page .stat-label{font-size:.75rem;line-height:1.2}.shipping-methods-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,auto);gap:1rem}.shipping-zones,.info-cards{grid-template-columns:1fr}}@media (max-width: 480px){.shipment-hero{padding:6rem 0 3rem}.shipment-title{font-size:2rem}.hero-stats{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.5rem;max-width:400px}.shipping-methods-section,.shipping-zones-section,.important-info-section{padding:3rem 0}.faq-section{padding:4rem 0 3rem}.shipping-methods-grid{grid-template-columns:1fr;gap:1rem}.shipping-method-card,.info-card{padding:2rem 1.25rem 1.25rem;min-height:180px}.method-logo{width:60px;height:45px}.courier-logo{max-width:60px;max-height:40px}.shipment-page .stat-item{padding:.75rem .5rem;min-height:80px}.shipment-page .stat-number{font-size:1.1rem}.shipment-page .stat-label{font-size:.7rem;line-height:1.1}}.returns-page{min-height:100vh;background:#f8fafc}.returns-hero{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.returns-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:500;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out .1s forwards}.returns-page .badge-icon{width:16px;height:16px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;opacity:0;transform:translateY(50px);animation:fadeInUp .6s ease-out .2s forwards}.hero-title .highlight{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0 auto 3rem;max-width:600px;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out .3s forwards}.returns-page .hero-stats{display:flex;justify-content:center;gap:1rem;margin:0 auto;flex-wrap:nowrap}.returns-page .hero-stat{display:flex;align-items:center;gap:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1rem;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out calc(.4s + var(--delay, 0s)) forwards;flex:1;min-width:0}.returns-page .hero-stat:nth-child(1){--delay: 0s}.returns-page .hero-stat:nth-child(2){--delay: .1s}.returns-page .hero-stat:nth-child(3){--delay: .2s}.returns-page .hero-stat:nth-child(4){--delay: .3s}.returns-page .stat-icon{width:2rem;height:2rem;color:#fbbf24;flex-shrink:0}.returns-page .stat-content{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;flex:1}.returns-page .stat-number{font-size:1.25rem;font-weight:700;color:#fff;line-height:1}.returns-page .stat-label{font-size:.8rem;color:#fffc;font-weight:500;text-align:center;line-height:1.2}.returns-page .section{max-width:1200px;margin:0 auto;padding:0 2rem}.returns-page .section-header{text-align:center;margin-bottom:4rem}.returns-page .section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.returns-page .section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.return-types-section{padding:6rem 0;background:#fff}.return-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.return-type-card{background:#fff;border:2px solid #E2E8F0;border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.return-type-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f60d,#10b9810d);opacity:0;transition:opacity .3s ease}.return-type-card:hover:before,.return-type-card.active:before{opacity:1}.return-type-card:hover,.return-type-card.active{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 20px 40px #3b82f626}.return-type-card.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f60d,#10b9810d)}.return-type-card .card-header{position:relative;z-index:2;text-align:center;margin-bottom:1.5rem}.return-type-card .card-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.return-type-card .card-icon svg{width:28px;height:28px}.return-type-card .card-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.return-type-card .card-header p{font-size:.95rem;color:#64748b;margin:0}.card-timeline{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#f8fafc;border-radius:12px;padding:.75rem 1rem;position:relative;z-index:2}.timeline-icon{width:16px;height:16px;color:#3b82f6}.card-timeline span{font-size:.9rem;font-weight:600;color:#3b82f6}.return-process-section{padding:6rem 0;background:#f8fafc}.returns-page .process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.returns-page .process-step{position:relative;background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.returns-page .process-step:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.returns-page .step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;z-index:2}.returns-page .step-content{margin-top:1rem}.returns-page .step-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.returns-page .step-icon svg{width:28px;height:28px}.returns-page .step-content h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.returns-page .step-content p{font-size:1rem;color:#64748b;margin-bottom:1rem}.returns-page .step-details{font-size:.9rem;color:#3b82f6;font-weight:500;background:#f0f9ff;padding:.5rem 1rem;border-radius:8px;display:inline-block}.returns-page .step-connector{position:absolute;top:50%;right:-.75rem;width:1.5rem;height:2px;background:linear-gradient(90deg,#3b82f6,#e2e8f0);transform:translateY(-50%);z-index:1}.policy-overview-section{padding:6rem 0;background:#fff}.policy-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.highlight-card{display:flex;align-items:center;gap:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #E2E8F0;border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.highlight-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f60d,#10b9810d);opacity:0;transition:opacity .3s ease}.highlight-card:hover:before{opacity:1}.highlight-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000001a;border-color:#3b82f6}.highlight-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;position:relative;z-index:2}.highlight-icon svg{width:28px;height:28px}.highlight-content{position:relative;z-index:2}.highlight-content h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.highlight-content p{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.policy-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.policy-detail-card{background:#fff;border:1px solid #E2E8F0;border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.policy-detail-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f605,#10b98105);opacity:0;transition:opacity .3s ease}.policy-detail-card:hover:before{opacity:1}.policy-detail-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;position:relative;z-index:2}.returns-page .detail-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.returns-page .detail-icon.timeframes{background:linear-gradient(135deg,#3b82f6,#1e40af)}.returns-page .detail-icon.quality{background:linear-gradient(135deg,#10b981,#059669)}.returns-page .detail-icon.refund{background:linear-gradient(135deg,#f59e0b,#d97706)}.returns-page .detail-icon svg{width:24px;height:24px}.detail-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.detail-content{position:relative;z-index:2}.timeframe-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #F1F5F9;transition:all .2s ease}.timeframe-item:last-child{border-bottom:none;padding-bottom:0}.timeframe-item:hover{background:#3b82f605;border-radius:8px;padding-left:.75rem;padding-right:.75rem;margin:0 -.75rem}.timeframe-period{font-weight:700;color:#3b82f6;min-width:80px;font-size:1rem;background:#3b82f61a;padding:.5rem .75rem;border-radius:8px;text-align:center;flex-shrink:0}.timeframe-description{color:#64748b;flex:1;font-size:.95rem;line-height:1.5}.standard-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #F1F5F9;transition:all .2s ease}.standard-item:last-child{border-bottom:none;padding-bottom:0}.standard-item:hover{background:#10b98105;border-radius:8px;padding-left:.75rem;padding-right:.75rem;margin:0 -.75rem}.check-icon{width:20px;height:20px;color:#10b981;flex-shrink:0}.standard-item span{color:#64748b;font-size:.95rem;line-height:1.5}.refund-step{display:flex!important;align-items:center!important;flex-direction:row!important;padding:.75rem 0;border-bottom:1px solid #F1F5F9;transition:all .2s ease;position:relative}.refund-step:last-child{border-bottom:none;padding-bottom:0}.refund-step:hover{background:#f59e0b05;border-radius:8px;padding-left:.75rem;padding-right:.75rem;margin:0 -.75rem}.refund-step .step-number{width:32px!important;height:32px!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#fff!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;font-size:.9rem!important;flex-shrink:0!important;position:static!important;margin:0!important;order:1}.refund-step .step-text{color:#64748b!important;flex:1!important;font-size:.95rem!important;line-height:1.5!important;order:2}.important-notice-section{padding:4rem 0;background:#fef2f2}.notice-card{display:flex;align-items:center;gap:2rem;background:#fff;border:1px solid #FECACA;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #ef44441a}.notice-icon{width:60px;height:60px;background:#fef2f2;border:2px solid #FECACA;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#dc2626;flex-shrink:0}.notice-icon svg{width:28px;height:28px}.notice-content h3{font-size:1.25rem;font-weight:600;color:#dc2626;margin-bottom:.75rem}.notice-content p{font-size:1rem;color:#7f1d1d;margin:0;line-height:1.6}.returns-page .faq-section{padding:6rem 0;background:#f8fafc}.returns-page .faq-container{max-width:800px;margin:0 auto}.returns-page .faq-item{background:#fff;border:1px solid #E2E8F0;border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.returns-page .faq-item:hover{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f61a}.returns-page .faq-question{width:100%;background:none;border:none;padding:1.5rem 2rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1rem;font-weight:600;color:#1e293b;transition:all .3s ease}.returns-page .faq-question:hover{background:#f8fafc}.returns-page .faq-question span{flex:1}.returns-page .faq-question svg{width:20px;height:20px;color:#3b82f6;transition:transform .3s ease}.returns-page .faq-answer{padding:0 2rem 1.5rem;border-top:1px solid #F1F5F9;animation:slideDown .3s ease}.returns-page .faq-answer p{font-size:1rem;color:#64748b;line-height:1.6;margin:0;padding-top:1rem}.returns-page .contact-cta-section{padding:6rem 0;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;text-align:center}.returns-page .cta-content{max-width:600px;margin:0 auto}.returns-page .cta-icon{width:80px;height:80px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#fff}.returns-page .cta-icon svg{width:36px;height:36px}.returns-page .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.returns-page .cta-content p{font-size:1.1rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.returns-page .contact-cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.returns-page .contact-cta-section .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.returns-page .contact-cta-section .cta-button.primary{background:#fff;color:#3b82f6;border:2px solid white}.returns-page .contact-cta-section .cta-button.primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.returns-page .contact-cta-section .cta-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.returns-page .contact-cta-section .cta-button.secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.returns-page .contact-cta-section .cta-button svg{width:18px;height:18px}@media (min-width: 1200px){.process-timeline{gap:2rem}.process-step{padding:2.5rem}}@media (max-width: 1024px){.process-timeline{grid-template-columns:1fr!important;gap:1.5rem}.process-step{padding:2rem}}@media (max-width: 768px){.returns-hero{padding:7rem 0 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.section-header h2{font-size:2rem}.return-types-grid,.policy-highlights,.policy-details-grid{grid-template-columns:1fr}.process-timeline{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.process-step{padding:2rem;width:100%;box-sizing:border-box}.step-connector{display:none}.notice-card{flex-direction:column;text-align:center}.returns-page .contact-cta-section .cta-buttons{flex-direction:column;align-items:center}.returns-page .contact-cta-section .cta-button{width:100%;max-width:300px;justify-content:center}}@media (max-width: 480px){.returns-hero{padding:6rem 0 3rem}.hero-title{font-size:2rem}.section{padding:0 1rem}.return-types-section,.return-process-section,.policy-overview-section,.faq-section,.contact-cta-section{padding:4rem 0}.return-type-card,.process-step,.policy-detail-card,.highlight-card{padding:1.5rem}.process-timeline{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.process-step{padding:1.5rem;width:100%;box-sizing:border-box}.highlight-card{flex-direction:column;text-align:center;gap:1rem}.faq-question{padding:1rem 1.5rem}.faq-answer{padding:0 1.5rem 1rem}}.returns-page .contact-section,.returns-page .footer{width:100%!important}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.scroll-animate{opacity:0;transform:translateY(30px);transition:all .6s ease}.scroll-animate.animate{opacity:1;transform:translateY(0)}.business-card-page{min-height:100vh;background:linear-gradient(45deg,#1a1a1a,#000 40%,#1a1a1a,#1e3a8a);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.business-card-page .business-card-container{max-width:1000px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:3rem}.business-card-page .main-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.business-card-page .company-header{text-align:center;padding:3rem 0;border-bottom:1px solid #2a2a2a}.business-card-page .company-logo{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:20px;margin-bottom:1.5rem;box-shadow:0 8px 32px #3b82f64d}.business-card-page .company-name{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.business-card-page .company-description{font-size:1.2rem;color:#9ca3af;margin:0 0 1.5rem;font-weight:400}.business-card-page .company-identifiers{display:flex;flex-direction:column;align-items:center;gap:1rem}.business-card-page .website-row{display:flex;justify-content:center}.business-card-page .business-ids-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.business-card-page .identifier{background:#1f2937;color:#d1d5db;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;border:1px solid #374151}.business-card-page .website-link{color:#3b82f6!important;text-decoration:none;transition:all .3s ease}.business-card-page .website-link:hover{background:#374151;color:#60a5fa!important;border-color:#4b5563;transform:translateY(-1px)}.business-card-page .section-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1.5rem;position:relative;padding-left:1rem}.business-card-page .section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(135deg,#3b82f6,#1e3a8a);border-radius:2px}.business-card-page .contact-section{background:#111;border-radius:16px;padding:2rem;border:1px solid #2a2a2a;box-shadow:0 4px 24px #0000004d}.business-card-page .contact-grid{display:grid;gap:1.5rem}.business-card-page .contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#1a1a1a;border-radius:12px;border:1px solid #2a2a2a;transition:all .3s ease}.business-card-page .contact-item:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61a}.business-card-page .contact-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:10px;color:#fff;flex-shrink:0}.business-card-page .contact-details{flex:1}.business-card-page .contact-label{font-size:.9rem;color:#9ca3af;margin-bottom:.25rem;font-weight:500}.business-card-page .contact-name{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.business-card-page .contact-phone,.business-card-page .contact-email{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .3s ease}.business-card-page .contact-phone:hover,.business-card-page .contact-email:hover{color:#60a5fa;text-decoration:underline}.business-card-page .business-section{background:#111;border-radius:16px;padding:2rem;border:1px solid #2a2a2a;box-shadow:0 4px 24px #0000004d}.business-card-page .business-grid{display:grid;gap:1.5rem}.business-card-page .business-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#1a1a1a;border-radius:12px;border:1px solid #2a2a2a;transition:all .3s ease}.business-card-page .business-item:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61a}.business-card-page .business-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:10px;color:#fff;flex-shrink:0}.business-card-page .business-details{flex:1}.business-card-page .business-label{font-size:.9rem;color:#9ca3af;margin-bottom:.5rem;font-weight:500}.business-card-page .business-address{background:none;border:none;color:#3b82f6;font-size:1rem;font-weight:500;cursor:pointer;text-align:left;padding:0;transition:color .3s ease}.business-card-page .business-address:hover{color:#60a5fa;text-decoration:underline}.business-card-page .bank-account-container{position:relative;display:inline-block}.business-card-page .bank-account-text{background:none;border:none;color:#3b82f6;font-size:1rem;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,monospace;cursor:pointer;text-align:left;padding:0;transition:color .3s ease;letter-spacing:.5px}.business-card-page .bank-account-text:hover{color:#60a5fa;text-decoration:underline}.business-card-page .bank-account-text.copied{color:#10b981;animation:businessCardSuccessFlash .6s ease-out}@keyframes businessCardSuccessFlash{0%{color:#10b981}50%{color:#34d399}to{color:#10b981}}.business-card-page .tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;white-space:nowrap;z-index:1000;box-shadow:0 4px 12px #0000004d;border:1px solid #374151;margin-bottom:.5rem;animation:businessCardTooltipFadeIn .2s ease-out}.business-card-page .tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937}.business-card-page .tooltip.success{background:#10b981;border-color:#059669}.business-card-page .tooltip.success:after{border-top-color:#10b981}@keyframes businessCardTooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.business-card-page .map-section{background:#111;border-radius:16px;padding:2rem;border:1px solid #2a2a2a;box-shadow:0 4px 24px #0000004d}.business-card-page .map-container{border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0006}.business-card-page .page-footer{text-align:center;padding:2rem 0;border-top:1px solid #2a2a2a}.business-card-page .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:500;padding:.75rem 1.5rem;background:#1f2937;border:1px solid #374151;border-radius:8px;transition:all .3s ease}.business-card-page .back-link:hover{background:#374151;color:#60a5fa;border-color:#4b5563;transform:translateY(-1px)}@media (max-width: 768px){.business-card-page .business-card-container{padding:1rem;gap:2rem}.business-card-page .main-content-grid{grid-template-columns:1fr;gap:1.5rem}.business-card-page .company-header{padding:2rem 0;text-align:center}.business-card-page .company-name{font-size:2rem;text-align:center}.business-card-page .company-description{text-align:center}.business-card-page .company-identifiers{gap:.75rem;text-align:center}.business-card-page .website-row{justify-content:center}.business-card-page .business-ids-row{flex-direction:column;align-items:center;gap:.5rem}.business-card-page .contact-section,.business-card-page .business-section,.business-card-page .map-section{padding:1.5rem}.business-card-page .contact-item,.business-card-page .business-item{padding:1rem;text-align:left}.business-card-page .contact-details,.business-card-page .business-details{text-align:left}.business-card-page .bank-account-text{text-align:center;word-break:break-all}.business-card-page .business-address{text-align:center}}@media (max-width: 480px){.business-card-page .business-card-container{padding:.75rem;gap:1.5rem}.business-card-page .company-header{padding:1.5rem 0}.business-card-page .company-name{font-size:1.75rem;text-align:center;line-height:1.3}.business-card-page .company-description{font-size:1rem;text-align:center}.business-card-page .section-title{font-size:1.25rem;text-align:left;padding-left:.75rem}.business-card-page .contact-section,.business-card-page .business-section,.business-card-page .map-section{padding:1rem}.business-card-page .contact-item,.business-card-page .business-item{flex-direction:column;text-align:center;padding:.75rem;gap:.75rem}.business-card-page .contact-icon,.business-card-page .business-icon{align-self:center;margin-bottom:.5rem}.business-card-page .contact-details,.business-card-page .business-details{text-align:center;width:100%}.business-card-page .contact-label,.business-card-page .business-label{text-align:center;margin-bottom:.5rem}.business-card-page .contact-name{text-align:center;margin-bottom:.25rem}.business-card-page .bank-account-text{font-size:.9rem;text-align:center;word-break:break-all;line-height:1.4}.business-card-page .business-address{text-align:center;font-size:.9rem}.business-card-page .identifier{font-size:.8rem;padding:.4rem .8rem;text-align:center}.business-card-page .map-container iframe{height:300px}.business-card-page .back-link{padding:.6rem 1.2rem;font-size:.9rem}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;z-index:1000;background:#00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003;transition:all .3s ease;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;opacity:0;visibility:hidden;transform:translateY(20px);border:none;font-family:inherit}.scroll-to-top:hover{background:#000000b3;box-shadow:0 12px 40px #0000004d;color:#fff;transform:translateY(0);border:1px solid rgba(255,255,255,.3)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:active{transform:scale(.95)}@media (max-width: 768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:50px;height:50px}}@media (max-width: 480px){.scroll-to-top{bottom:1rem;right:1rem;width:50px;height:50px}}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100%);z-index:2000;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;min-width:300px;max-width:400px;opacity:0;visibility:hidden;transition:all .3s ease}.toast.visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.toast-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;color:#fff}.toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-message{flex:1;font-size:.9rem;font-weight:500;line-height:1.4}.toast-close{background:none;border:none;color:#fff9;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-close:hover{color:#fff;background:#ffffff1a}@media (max-width: 768px){.toast{bottom:1rem;left:1rem;right:1rem;min-width:auto;max-width:none;transform:translate(0) translateY(100%)}.toast.visible{transform:translate(0) translateY(0)}.toast-content{padding:.875rem 1rem}.toast-message{font-size:.85rem}}@media (max-width: 480px){.toast{bottom:.5rem;left:.5rem;right:.5rem}.toast-content{padding:.75rem;gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}html{scroll-behavior:smooth;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;overflow-x:hidden;width:100%;margin:0;padding:0}.App{min-height:100vh;width:100vw;overflow-x:hidden}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea{font-family:inherit;outline:none}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}@media (max-width: 768px){.container{padding:0 1rem}}@media (max-width: 480px){.container{padding:0 .75rem}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.w-full{width:100%}.h-full{height:100%}.max-w-full{max-width:100%}img,video{max-width:100%;height:auto}iframe{max-width:100%}
