*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{font-family:Barlow,sans-serif;color:#1a1a2e;background-color:#f7f8fc;line-height:1.5;font-weight:400}body{background:#f7f8fc}.app-shell{min-height:100vh;background:#f7f8fc;overflow-x:hidden}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1% 12%;background:#fff;box-shadow:0 2px 16px #0000000a;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);animation:slideDown .5s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.site-header.scrolled{padding:.6% 12%;box-shadow:0 4px 24px #0000001f;background:#fffffffa}.header-logo{height:50px;width:auto;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header.scrolled .header-logo{height:40px}.header-nav{display:flex;align-items:center;gap:36px}.nav-link{color:#333;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.nav-link:hover{color:#ffd100}.book-btn{border:1px solid #ffd100;color:#d3ad00;background:transparent;padding:8px 22px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;font-family:inherit}.book-btn:hover{background:#ffd100;border-color:#ffd100;color:#1a1a2e}.hero-section{position:relative;min-height:calc(100vh - 74px);display:flex;align-items:center;overflow:hidden;padding-top:74px}.hero-watermark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.hero-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1100px;margin:0 auto;padding:60px 48px;position:relative;z-index:1;gap:40px;flex-wrap:wrap}.hero-left{flex:1 1 420px;max-width:520px}.hero-welcome-text{font-size:16px;font-weight:500;color:#888;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.hero-title{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(38px,6vw,64px);color:#1a1a2e;line-height:1.05;margin-bottom:28px}.hero-copy-block{border-left:4px solid #ffd100;padding-left:18px;margin-bottom:24px}.hero-copy{font-size:15px;color:#555;line-height:1.8}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}.hero-btn-primary{background:#ffd100;color:#1a1a2e;border:none;padding:13px 32px;border-radius:30px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;box-shadow:0 4px 20px #ffd10054;transition:transform .2s,box-shadow .2s}.hero-btn-primary:hover{transform:scale(1.04);box-shadow:0 6px 28px #ffd10078}.hero-btn-secondary{background:transparent;color:#1a1a2e;border:2px solid #1a1a2e;padding:13px 32px;border-radius:30px;font-weight:600;font-size:15px;cursor:pointer;font-family:inherit;transition:all .2s}.hero-btn-secondary:hover{background:#1a1a2e;color:#fff}.hero-stats{display:flex;gap:32px;margin-top:44px}.hero-stat-item{display:flex;flex-direction:column}.hero-stat-number{font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:26px;color:#1a1a2e}.hero-stat-label{font-size:12px;color:#888;font-weight:500;letter-spacing:.5px}.hero-right{flex:1 1 340px;display:flex;align-items:center;justify-content:center;position:relative;margin-top:25%}.hero-yellow-circle{position:absolute;width:340px;height:340px;background:radial-gradient(circle at 60% 55%,#ffd100 70%,#f5a800);border-radius:50%;right:-30px;bottom:-20px;z-index:0;opacity:.92}.truck-svg{width:100%;max-width:420px;position:relative;z-index:1}.hero-truck-container{position:absolute;right:-7%;bottom:-6rem;z-index:1;width:100%;max-width:420px;display:flex;align-items:flex-end;justify-content:center}.hero-truck-image{width:105%;max-width:420px;height:auto;object-fit:contain}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative}.mobile-menu-toggle span{width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s ease;display:block}.mobile-menu-toggle:hover span{background:#ffd100}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:999;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}@media(max-width:980px){.site-header{padding:18px 24px}.header-nav{gap:20px}.hero-container{padding:40px 24px;flex-direction:column}.hero-left{max-width:100%}.hero-right{width:100%;max-width:400px;margin-top:20px}.hero-yellow-circle{width:280px;height:280px;right:-20px;bottom:-15px}.hero-truck-container{right:0;bottom:-15px;max-width:360px;align-items:flex-end}.hero-stats{gap:24px;flex-wrap:wrap}}@media(max-width:768px){.mobile-menu-toggle{display:flex}.header-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:80px 24px 24px;gap:24px;box-shadow:-4px 0 24px #00000026;transition:right .3s ease;z-index:1000}.header-nav.mobile-open{right:0}.nav-link{width:100%;padding:12px 0;font-size:16px;border-bottom:1px solid #f0f0f0}.book-btn{width:100%;text-align:center;margin-top:8px}.site-header.scrolled{padding:12px 24px}}@media(max-width:640px){.site-header{padding:12px 16px}.site-header.scrolled{padding:10px 16px}.header-logo{height:40px}.site-header.scrolled .header-logo{height:35px}.hero-container{padding:30px 16px}.hero-title{font-size:clamp(28px,8vw,40px)}.hero-welcome-text,.hero-copy{font-size:14px}.hero-buttons{flex-direction:column;gap:12px}.hero-btn-primary,.hero-btn-secondary{width:100%;padding:12px 24px}.hero-stats{gap:20px;justify-content:space-between}.hero-stat-number{font-size:22px}.hero-stat-label{font-size:11px}.hero-right{margin-top:30px}.hero-yellow-circle{width:240px;height:240px}.hero-truck-container{max-width:300px}}.joyco-sections-wrapper{padding:0;max-width:80%;margin:40px auto}.free-quote-section{display:flex;align-items:stretch;background:#232323;overflow:hidden;border-radius:4px;margin:0;min-height:220px;min-width:100%;position:relative;opacity:0;visibility:hidden}.free-quote-image{flex:0 0 42%;position:relative;overflow:hidden}.free-quote-image img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.85)}.free-quote-image:after{content:"";position:absolute;right:0;top:0;bottom:0;width:80px;background:linear-gradient(to right,transparent,#232323)}.free-quote-content{flex:1;padding:42px 48px 42px 32px;display:flex;flex-direction:column;justify-content:center;gap:16px}.free-quote-content h2{font-family:Barlow Condensed,sans-serif;font-size:2.6rem;font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1;margin:0}.free-quote-content p{color:#b0b0b0;font-size:.92rem;line-height:1.65;max-width:480px;margin:0}.cta-btn{display:inline-block;padding:10px 26px;background:#f5c518;color:#111;font-weight:700;font-size:.88rem;border-radius:2px;border:none;cursor:pointer;letter-spacing:.3px;align-self:flex-start;transition:background .18s,transform .15s;text-decoration:none}.cta-btn:hover{background:#ffd32a;transform:translateY(-1px)}.why-different-section{display:flex;align-items:center;background:#1e1e1e;min-height:240px;overflow:visible;position:relative;margin-top:6px;opacity:0;visibility:hidden}.robot-arm-container{flex:0 0 42%;position:relative;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;min-height:240px}.robot-arm-container svg{width:110%;max-width:420px;object-fit:contain;display:block;filter:drop-shadow(0 8px 32px rgba(0,0,0,.5));position:relative;z-index:1;margin-bottom:-8px}.robot-arm-container:after{content:"";position:absolute;right:0;top:0;bottom:0;width:100px;background:linear-gradient(to right,transparent,#1e1e1e);z-index:2}.why-different-content{flex:1;padding:44px 48px 44px 20px;display:flex;flex-direction:column;gap:10px}.why-different-content h2{font-family:Barlow Condensed,sans-serif;font-size:2.4rem;font-weight:800;color:#fff;line-height:1;letter-spacing:-.5px;margin:0}.subtitle{color:#f5c518;font-size:.92rem;font-weight:600;letter-spacing:.5px;margin:0}.why-different-content p{color:#a8a8a8;font-size:.9rem;line-height:1.7;max-width:460px;margin-top:4px;margin-bottom:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:980px){.joyco-sections-wrapper{max-width:100%;padding:0 24px;margin:30px auto}.free-quote-section,.why-different-section{flex-direction:column;min-height:auto}.free-quote-image,.robot-arm-container{flex:1 1 auto;width:100%;min-height:200px}.free-quote-content,.why-different-content{padding:32px 24px}.free-quote-content h2,.why-different-content h2{font-size:2rem}}@media(max-width:640px){.joyco-sections-wrapper{margin:20px auto;padding:0 16px}.free-quote-section,.why-different-section{border-radius:8px}.free-quote-image,.robot-arm-container{min-height:180px}.free-quote-content,.why-different-content{padding:24px 20px;gap:12px}.free-quote-content h2,.why-different-content h2{font-size:clamp(1.5rem,6vw,1.8rem)}.free-quote-content p,.why-different-content p{font-size:.85rem;line-height:1.6}.subtitle{font-size:.85rem}.cta-btn{padding:9px 22px;font-size:.85rem;width:100%;text-align:center}.robot-arm-container svg{width:100%;max-width:100%}}.areas-of-service{background:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 24px}.areas-inner{width:100%}.areas-header{text-align:center;margin-bottom:48px;opacity:0;visibility:hidden}.areas-title{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:400;color:#1a1a1a;letter-spacing:-.01em;margin-bottom:8px;margin-top:0}.areas-tagline{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;color:#c8a84b;letter-spacing:.04em;margin-bottom:20px;margin-top:0}.areas-desc{font-family:DM Sans,sans-serif;font-size:.9rem;color:#555;line-height:1.8;font-weight:300;max-width:620px;margin:0 auto}.cards-row{display:flex;width:100%;gap:28px;justify-content:center;flex-wrap:wrap;opacity:0;visibility:hidden}.service-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;flex:1;min-width:260px;max-width:340px}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000024}.card-img-wrap{position:relative;height:220px;overflow:hidden}.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .card-img-wrap img{transform:scale(1.05)}.card-img-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 100%);padding:28px 18px 14px;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:.01em}.card-body{padding:22px 20px 26px}.card-subtitle{font-family:DM Sans,sans-serif;font-weight:500;font-size:.95rem;color:#c8a84b;margin-bottom:10px;letter-spacing:.02em}.card-text{font-family:DM Sans,sans-serif;font-size:.875rem;color:#555;line-height:1.7;font-weight:300;margin:0}.highlight{color:#c8a84b}@media(max-width:980px){.areas-of-service{padding:50px 20px}.areas-header{margin-bottom:36px}.cards-row{gap:24px}}@media(max-width:680px){.areas-of-service{padding:40px 16px;min-height:auto}.areas-header{margin-bottom:32px}.areas-title{font-size:clamp(1.8rem,6vw,2.2rem)}.areas-tagline{font-size:.9rem}.areas-desc{font-size:.85rem}.cards-row{flex-direction:column;align-items:center;gap:20px}.service-card{max-width:100%;width:100%;min-width:auto}.card-img-wrap{height:200px}.card-body{padding:20px 18px 24px}}.joyco-footer{display:flex;align-items:center;justify-content:center;font-family:Georgia,serif}.footer-card{background:linear-gradient(135deg,#1565c0,#0d3b8e 40%,#1a237e);width:100%;padding:2.5rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0009,0 4px 20px #1565c04d;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.footer-card.show{opacity:1;transform:translateY(0)}.footer-watermark{position:absolute;left:39px;top:30%;transform:translateY(-50%);width:30%;height:60%;opacity:.08}.footer-watermark-logo{width:100%}.footer-watermark svg{width:100%;height:100%}.footer-chevrons{position:absolute;right:10%;top:50%;transform:translateY(-50%);display:flex;gap:6px;opacity:.18;height:100%;width:20%}.footer-chevron{width:50%;height:100%;background:#fff;clip-path:polygon(30% 0%,100% 50%,30% 100%,0% 100%,70% 50%,0% 0%)}.footer-title{font-family:Playfair Display,serif;font-size:1.9rem;font-weight:700;color:#ffd600;text-align:center;margin:0 0 1rem;letter-spacing:.02em}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.2);margin:.75rem auto;width:40%}.footer-contact-block{text-align:center;color:#ffffffe0;font-family:"Source Sans 3",sans-serif;font-size:.85rem;font-weight:300;line-height:1.8;letter-spacing:.02em}.footer-contact-block div{margin-bottom:.5rem}.footer-contact-block div:last-child{margin-bottom:0}.footer-section-title{font-family:Playfair Display,serif;font-size:1.15rem;color:#ffd600;text-align:center;margin:1.2rem 0 .5rem;font-weight:700;letter-spacing:.05em}.footer-branch-text{text-align:center;color:#ffffffd9;font-family:"Source Sans 3",sans-serif;font-size:.85rem;font-weight:300;line-height:1.8;letter-spacing:.02em}.footer-branch-text div{margin-bottom:.3rem}.footer-branch-text div:last-child{margin-bottom:0}@media(max-width:980px){.footer-card{padding:2.2rem 2.5rem}}@media(max-width:680px){.joyco-footer{padding:1.5rem 1rem}.footer-card{padding:2rem 1.5rem}.footer-title{font-size:clamp(1.3rem,5vw,1.5rem);margin-bottom:.8rem}.footer-contact-block{font-size:.8rem;line-height:1.7}.footer-section-title{font-size:1rem;margin:1rem 0 .4rem}.footer-branch-text{font-size:.8rem;line-height:1.7}.footer-watermark{width:120px;height:120px;left:-15px}.footer-chevrons{right:-5px}.footer-chevron{width:30px;height:75px}}.contact-form-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;font-family:Segoe UI,sans-serif;padding:40px 20px}.contact-wrapper{width:100%;max-width:620px;text-align:center}.contact-title{font-family:Nunito,sans-serif;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:800;color:#111;margin-bottom:12px;letter-spacing:-.5px;margin-top:0}.contact-subtitle{font-family:Nunito,sans-serif;font-size:.92rem;color:#888;line-height:1.6;margin-bottom:36px;margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.form-input{width:100%;padding:14px 18px;border:none;border-radius:10px;background:#f0f0f0;font-size:.9rem;font-family:Nunito,sans-serif;color:#444;outline:none;transition:background .2s,box-shadow .2s}.form-input::placeholder{color:#aaa}.form-input:focus{background:#e8e8e8;box-shadow:0 0 0 2px #f5c518}.form-textarea{width:100%;padding:14px 18px;border:none;border-radius:10px;background:#f0f0f0;font-size:.9rem;font-family:Nunito,sans-serif;color:#444;outline:none;resize:none;height:120px;transition:background .2s,box-shadow .2s;margin-bottom:24px}.form-textarea::placeholder{color:#aaa}.form-textarea:focus{background:#e8e8e8;box-shadow:0 0 0 2px #f5c518}.submit-btn{background:#f5c518;color:#111;border:none;border-radius:30px;padding:13px 44px;font-size:1rem;font-weight:700;font-family:Nunito,sans-serif;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;letter-spacing:.3px}.submit-btn:hover{background:#e6b800;transform:translateY(-1px);box-shadow:0 6px 20px #f5c51873}.submit-btn:active{transform:translateY(0);box-shadow:none}.success-msg{margin-top:16px;color:#2ecc71;font-weight:600;font-size:.9rem;font-family:Nunito,sans-serif;margin-bottom:0}@media(max-width:680px){.contact-form-section{padding:40px 20px}.contact-title{font-size:clamp(1.6rem,6vw,2rem)}.contact-subtitle{font-size:.85rem;margin-bottom:28px}}@media(max-width:480px){.form-grid{grid-template-columns:1fr}.contact-form-section{padding:30px 16px}.contact-title{font-size:1.6rem;margin-bottom:10px}.contact-subtitle{font-size:.8rem;line-height:1.5}.form-input,.form-textarea{font-size:.85rem;padding:12px 16px}.form-textarea{height:100px;margin-bottom:20px}.submit-btn{width:100%;padding:12px 32px;font-size:.95rem}}.logistics-info{font-family:Segoe UI,Arial,sans-serif;background:#fff;margin:0 auto}.logistics-text-content{padding:5% 10%;display:grid;grid-template-columns:1fr 1fr;gap:32px;opacity:0;visibility:hidden}.logistics-column{display:flex;flex-direction:column}.logistics-paragraph{font-size:14px;line-height:1.7;color:#1a1a1a;margin:0}.logistics-paragraph+.logistics-paragraph{margin-top:20px}.logistics-logo-mark-wrapper{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:16px}.logistics-logo-mark-img{width:100%;height:100%;object-fit:contain}.logistics-hero-image{position:relative;overflow:hidden;height:80vh;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;visibility:hidden}.logistics-sky-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#b8cfe0,#7a9fb5,#4a7a95 60%,#2a5a75)}.logistics-ship{position:absolute;right:-20px;top:20px;width:340px;height:220px;background:linear-gradient(180deg,#c0392b,#8b0000 40%,#5a1a00);border-radius:8px 60px 0 0;clip-path:polygon(10% 100%,0% 40%,5% 35%,15% 10%,20% 8%,100% 8%,100% 100%)}.logistics-container{position:absolute;width:38px;height:60px;border-radius:2px;border:1px solid rgba(0,0,0,.2)}.logistics-crane-vertical{position:absolute;left:20px;top:10px;width:8px;height:160px;background:#2c3e50;border-radius:2px}.logistics-crane-horizontal{position:absolute;left:20px;top:10px;width:120px;height:8px;background:#2c3e50;border-radius:2px}.logistics-crane-arm{position:absolute;left:136px;top:10px;width:6px;height:80px;background:#2c3e50;border-radius:2px}.logistics-road{position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 30%,#1a1a1a 100%)}.logistics-road-marking{position:absolute;bottom:20px;left:10%;right:10%;height:3px;background:#ffffff26;border-radius:2px}.logistics-motion-glow{position:absolute;bottom:30px;left:15%;width:70%;height:60px;background:radial-gradient(ellipse,rgba(255,160,0,.3) 0%,transparent 70%);filter:blur(8px)}.logistics-main-truck{position:absolute;bottom:40px;left:25%;transform:translate(-50%)}.logistics-truck-cab{position:absolute;left:0;bottom:28px;width:80px;height:55px;background:linear-gradient(135deg,#c0392b,#922b21);border-radius:6px 6px 0 0;box-shadow:inset -4px 0 8px #0000004d}.logistics-truck-windshield{position:absolute;left:8px;bottom:56px;width:50px;height:22px;background:#64c8ff99;border-radius:3px 3px 0 0}.logistics-truck-trailer{position:absolute;left:75px;bottom:28px;width:190px;height:55px;background:linear-gradient(180deg,#8b0000,#5a0000);border-radius:3px;box-shadow:inset 0 -4px 8px #0006}.logistics-truck-wheel{position:absolute;bottom:0;width:24px;height:24px;background:#111;border-radius:50%;border:3px solid #444}.logistics-secondary-truck{position:absolute;bottom:35px;right:10%}.logistics-truck-cab-secondary{width:60px;height:42px;background:linear-gradient(135deg,#bdc3c7,#95a5a6);border-radius:4px 4px 0 0;position:absolute;bottom:20px;left:0}.logistics-truck-trailer-secondary{position:absolute;left:55px;bottom:20px;width:130px;height:42px;background:linear-gradient(180deg,#ecf0f1,#bdc3c7);border-radius:2px}.logistics-truck-wheel-secondary{position:absolute;bottom:0;width:18px;height:18px;background:#111;border-radius:50%;border:2px solid #444}.logistics-speed-line{position:absolute;height:1px;background:#ffc832;border-radius:1px}@media(max-width:980px){.logistics-text-content{padding:4% 6%;gap:28px}}@media(max-width:680px){.logistics-info{max-width:100%}.logistics-text-content{grid-template-columns:1fr;padding:32px 20px 24px;gap:20px}.logistics-paragraph{font-size:13px}.logistics-logo-mark-wrapper{width:50px;height:50px;margin-top:12px}.logistics-hero-image{height:250px}.logistics-ship{width:200px;height:140px;right:-15px;top:15px}.logistics-container{width:24px;height:40px}.logistics-crane-vertical{width:6px;height:120px}.logistics-crane-horizontal{width:90px;height:6px}.logistics-crane-arm{left:100px;width:5px;height:60px}.logistics-main-truck{left:15%;transform:scale(.7);transform-origin:bottom center}.logistics-truck-cab{width:60px;height:42px}.logistics-truck-trailer{left:55px;width:140px;height:42px}.logistics-secondary-truck{right:5%;transform:scale(.6);transform-origin:bottom right}}.joyco-banner-section{display:flex;align-items:center;justify-content:center;background:#fff;font-family:Segoe UI,sans-serif;opacity:0;visibility:hidden}.joyco-banner-logo{width:140px;height:140px;object-fit:contain;filter:brightness(0) invert(1)}.brand-section-content-wrapper{display:flex;align-items:start;gap:1rem}.brand-section-content-text{display:flex;flex-direction:column;margin-top:1rem}.brand-section-content-text-title{font-size:2.5rem;font-weight:700;color:#2658ab;text-transform:uppercase}.brand-section-content-text-subtitle{font-size:.8rem;font-weight:400;color:#2658ab;letter-spacing:1px;text-transform:uppercase}.joyco-banner{background:#fbc609;width:100%;min-height:160px;display:flex;align-items:center;justify-content:center;gap:9rem;padding:28px 48px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000002e}.joyco-banner:before{content:"";position:absolute;inset:0;pointer-events:none}.brand-section{display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(-30px);transition:all .7s cubic-bezier(.22,1,.36,1)}.brand-section.loaded{opacity:1;transform:translate(0);align-items:center}.logo-row{display:flex;align-items:center;gap:14px}.logo-circle{width:64px;height:64px;border-radius:50%;border:3px solid white;display:flex;align-items:center;justify-content:center;background:transparent;flex-shrink:0}.company-name{font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:2.8rem;color:#1a5fa8;line-height:1;letter-spacing:1px;text-transform:uppercase;margin:0}.company-sub{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.05rem;color:#1a5fa8;letter-spacing:3px;text-transform:uppercase;margin-top:2px;margin-bottom:0}.tagline{font-family:Barlow,sans-serif;font-weight:500;font-size:1rem;color:#1a5fa8;letter-spacing:.5px;font-style:italic;padding-left:4px;margin-top:4px;margin-bottom:0;margin-left:5px}.illustration-section{display:flex;align-items:flex-end;gap:0;position:relative;opacity:0;transform:translate(30px);transition:all .7s .2s cubic-bezier(.22,1,.36,1)}.illustration-section.loaded{opacity:1;transform:translate(0)}.globe-wrap{position:relative;z-index:2;margin-right:-20px;margin-bottom:8px;filter:drop-shadow(2px 4px 8px rgba(0,0,0,.2))}.plane-wrap{position:absolute;top:-10px;right:60px;z-index:3;transform:rotate(-20deg);filter:drop-shadow(1px 2px 6px rgba(0,0,0,.2));animation:flyIn 3s ease-in-out infinite alternate}@keyframes flyIn{0%{transform:rotate(-20deg) translateY(0)}to{transform:rotate(-20deg) translateY(-8px)}}.truck-wrap{z-index:4;filter:drop-shadow(2px 4px 10px rgba(0,0,0,.25))}.boxes-wrap{z-index:1;margin-left:-10px;margin-bottom:-4px;filter:drop-shadow(1px 3px 6px rgba(0,0,0,.15))}.divider{width:2px;height:90px;background:#ffffff40;margin:0 32px;border-radius:2px;opacity:0;transition:opacity .5s .4s}.divider.loaded{opacity:1}@media(max-width:980px){.joyco-banner{flex-direction:column;gap:24px;padding:32px 24px;text-align:center}.brand-section{align-items:center}.brand-section-content-wrapper{flex-direction:column;align-items:center;gap:.5rem}.logo-row{justify-content:center}.divider{width:90px;height:2px;margin:0}.illustration-section{justify-content:center}}@media(max-width:640px){.joyco-banner-section{padding:20px 12px}.joyco-banner{padding:24px 16px;gap:20px;min-height:auto}.joyco-banner-logo{width:100px;height:100px}.brand-section-content-text-title{font-size:1.8rem}.brand-section-content-text-subtitle{font-size:.7rem}.tagline{font-size:.85rem;text-align:center;margin-top:8px}.divider{width:60px}.illustration-section{width:200px;height:140px}}@keyframes float-dot{0%{transform:translateY(0);opacity:.3}to{transform:translateY(-18px);opacity:.9}}@keyframes pulse-ring{0%{transform:scale(.85);opacity:.9}to{transform:scale(1.15);opacity:.3}}@keyframes draw-line{0%{stroke-dashoffset:400}to{stroke-dashoffset:0}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes logo-glow{0%,to{filter:drop-shadow(0 0 8px rgba(0,245,255,.53))}50%{filter:drop-shadow(0 0 22px rgba(0,245,255,.8)) drop-shadow(0 0 40px rgba(123,97,255,.4))}}@keyframes plane-fly{0%{transform:translate(-10px,5px) rotate(-5deg)}to{transform:translate(10px,-5px) rotate(-5deg)}}.promise-section-wrapper{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden}.promise-card-wrapper{width:100%;margin:0 auto;font-family:"Exo 2",sans-serif;border-radius:0;overflow:hidden}.promise-hero-section{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:48px 32px 56px;overflow:hidden;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center}.promise-hero-section:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0;pointer-events:none}.promise-hero-bg-grid{position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgba(0,245,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,245,255,.04) 1px,transparent 1px);background-size:40px 40px}.promise-hero-orb-1{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(123,97,255,.25) 0%,transparent 70%);top:-100px;left:-80px;pointer-events:none;z-index:1}.promise-hero-orb-2{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,245,255,.18) 0%,transparent 70%);bottom:-80px;right:-60px;pointer-events:none;z-index:1}.promise-hero-orb-3{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,110,199,.15) 0%,transparent 70%);top:40px;right:60px;pointer-events:none;z-index:1}.animated-dots-container{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.animated-dot{position:absolute;border-radius:50%}.promise-globe-svg{position:absolute;left:-40px;top:50%;transform:translateY(-50%);opacity:.13;width:360px;height:360px;z-index:1}.promise-logo-area{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;animation:fade-up .9s ease both}.promise-logo-icon-wrap{position:relative;width:90px;height:90px;margin-bottom:16px;animation:logo-glow 3s ease-in-out infinite}.promise-logo-icon{width:100%;height:100%;object-fit:contain}.promise-logo-pulse{position:absolute;inset:-8px;border-radius:50%;border:1.5px solid rgba(0,245,255,.4);animation:pulse-ring 2s ease-in-out infinite alternate}.promise-logo-pulse-2{position:absolute;inset:-18px;border-radius:50%;border:1px solid rgba(123,97,255,.25);animation:pulse-ring 2.5s ease-in-out .4s infinite alternate}.promise-company-name{font-family:Bebas Neue,sans-serif;font-size:64px;letter-spacing:6px;color:#fff;line-height:1;text-shadow:0 0 30px rgba(0,245,255,.4);background:linear-gradient(135deg,#fff 30%,#00f5ff 60%,#7b61ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200%;animation:shimmer 4s linear infinite;margin:0}.promise-company-sub{font-family:Rajdhani,sans-serif;font-size:15px;letter-spacing:8px;color:#00f5ffbf;font-weight:600;text-transform:uppercase;margin-top:2px;margin-bottom:0}.promise-plane-container{position:absolute;right:30px;top:45%;animation:plane-fly 4s ease-in-out infinite alternate;z-index:2}.promise-ship-container{position:absolute;left:20px;bottom:30px;z-index:2;opacity:.7}.promise-content-section{background:linear-gradient(180deg,#0e1525,#0a1020);padding:5%;margin:5% 20%;position:relative}.promise-content-section:before{content:"";position:absolute;top:0;left:36px;right:36px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,245,255,.4),rgba(123,97,255,.4),transparent)}.promise-section-title{font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700;letter-spacing:4px;color:#00f5ff;text-transform:uppercase;margin-bottom:28px;animation:fade-up .9s .3s ease both;margin-top:0}.promise-section-title:after{content:"";display:block;width:48px;height:2px;background:linear-gradient(90deg,#00f5ff,transparent);margin-top:8px}.promise-text-block{margin-bottom:28px;animation:fade-up .9s .5s ease both}.promise-text-block:last-child{margin-bottom:0}.promise-block-label{font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;color:#fff;letter-spacing:1px;margin-bottom:8px;display:inline-flex;align-items:center;gap:8px}.promise-block-label:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#00f5ff;box-shadow:0 0 8px #00f5ff}.promise-block-text{font-family:"Exo 2",sans-serif;font-size:14.5px;line-height:1.75;color:#c8daf0d1;font-weight:300;margin:0}.promise-bottom-bar{background:linear-gradient(90deg,#0a1020,#0d1633,#0a1020);padding:12px 36px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(0,245,255,.08)}.promise-bottom-tag{font-family:Rajdhani,sans-serif;font-size:11px;letter-spacing:3px;color:#00f5ff66;text-transform:uppercase}.promise-bottom-dot{width:5px;height:5px;border-radius:50%;background:#00f5ff;box-shadow:0 0 6px #00f5ff}@media(max-width:980px){.promise-content-section{margin:5% 10%}}@media(max-width:680px){.promise-section-wrapper{padding:24px 12px}.promise-hero-section{padding:36px 20px 44px;min-height:280px}.promise-company-name{font-size:clamp(32px,10vw,42px);letter-spacing:4px}.promise-company-sub{font-size:11px;letter-spacing:5px}.promise-logo-icon-wrap{width:70px;height:70px}.promise-globe-svg{width:200px;height:200px;left:-40px}.promise-plane-container{right:10px;transform:scale(.7)}.promise-ship-container{left:5px;transform:scale(.7)}.promise-content-section{padding:28px 20px 32px;margin:5%}.promise-section-title{font-size:16px;letter-spacing:2px;margin-bottom:20px}.promise-block-label{font-size:14px}.promise-block-text{font-size:13px}.promise-bottom-bar{padding:10px 20px;flex-wrap:wrap;gap:8px;justify-content:center}.promise-bottom-tag{font-size:10px}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(80px) scale(.92);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes slideLeftFade{0%{opacity:0;transform:translate(-80px) scale(.92) rotateY(15deg);filter:blur(8px)}to{opacity:1;transform:translate(0) scale(1) rotateY(0);filter:blur(0)}}@keyframes slideRightFade{0%{opacity:0;transform:translate(80px) scale(.92) rotateY(-15deg);filter:blur(8px)}to{opacity:1;transform:translate(0) scale(1) rotateY(0);filter:blur(0)}}@keyframes scaleFade{0%{opacity:0;transform:scale(.8) rotate(-3deg);filter:blur(12px) brightness(.8)}50%{opacity:.6;transform:scale(1.05) rotate(1deg)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0) brightness(1)}}@keyframes slideUpBounce{0%{opacity:0;transform:translateY(100px) scale(.85)}50%{opacity:.9;transform:translateY(-15px) scale(1.03)}70%{transform:translateY(5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(70px) scale(.85) rotateX(20deg) rotateY(-10deg);filter:blur(10px)}40%{opacity:.6;transform:translateY(-8px) scale(1.05) rotateX(-5deg) rotateY(2deg);filter:blur(4px)}70%{transform:translateY(3px) scale(.98) rotateX(2deg) rotateY(-1deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0) rotateY(0);filter:blur(0)}}@keyframes fadeInGlow{0%{opacity:0;transform:scale(.88);filter:blur(15px) brightness(.7)}40%{opacity:.5;filter:blur(8px) brightness(.85)}70%{opacity:.8;transform:scale(1.02);filter:blur(3px) brightness(.95)}to{opacity:1;transform:scale(1);filter:blur(0) brightness(1)}}@keyframes revealFromCenter{0%{opacity:0;transform:scale(.75) translateY(50px);clip-path:inset(50% 50% 50% 50%)}50%{opacity:.7;clip-path:inset(20% 20% 20% 20%)}to{opacity:1;transform:scale(1) translateY(0);clip-path:inset(0% 0% 0% 0%)}}.animate-in{opacity:1!important;visibility:visible!important;will-change:transform,opacity,filter;backface-visibility:hidden;perspective:1000px}@keyframes splitReveal{0%{opacity:0;clip-path:polygon(0 0,0 0,0 100%,0 100%);transform:translate(-30px)}50%{opacity:.8;clip-path:polygon(0 0,50% 0,50% 100%,0 100%)}to{opacity:1;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transform:translate(0)}}@keyframes slideFromSides{0%{opacity:0;transform:translate(-100px) scale(.9)}50%{opacity:.7;transform:translate(10px) scale(1.02)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes waveReveal{0%{opacity:0;transform:translateY(60px) rotateX(90deg);filter:blur(10px)}40%{opacity:.6;transform:translateY(-10px) rotateX(-10deg);filter:blur(5px)}70%{transform:translateY(5px) rotateX(5deg)}to{opacity:1;transform:translateY(0) rotateX(0);filter:blur(0)}}@keyframes zoomRotate{0%{opacity:0;transform:scale(.6) rotate(-15deg);filter:blur(15px) brightness(.5)}40%{opacity:.5;transform:scale(1.1) rotate(5deg);filter:blur(8px) brightness(.7)}70%{transform:scale(.95) rotate(-2deg);filter:blur(3px) brightness(.9)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0) brightness(1)}}@keyframes elasticReveal{0%{opacity:0;transform:scale(.3) translateY(100px);filter:blur(20px)}30%{opacity:.4;transform:scale(1.15) translateY(-20px);filter:blur(10px)}50%{transform:scale(.9) translateY(10px);filter:blur(5px)}70%{transform:scale(1.05) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}.free-quote-section.animate-in{animation:splitReveal 1.4s cubic-bezier(.25,.46,.45,.94) .1s forwards;opacity:1!important;visibility:visible!important}.free-quote-section.animate-in .free-quote-image{animation:slideFromSides 1.2s cubic-bezier(.34,1.56,.64,1) .3s forwards;opacity:0}.free-quote-section.animate-in .free-quote-content{animation:waveReveal 1.1s cubic-bezier(.25,.46,.45,.94) .5s forwards;opacity:0}.why-different-section.animate-in{animation:splitReveal 1.4s cubic-bezier(.25,.46,.45,.94) .1s forwards;opacity:1!important;visibility:visible!important}.why-different-section.animate-in .robot-arm-container{animation:slideFromSides 1.2s cubic-bezier(.34,1.56,.64,1) .3s forwards;opacity:0}.why-different-section.animate-in .why-different-content{animation:waveReveal 1.1s cubic-bezier(.25,.46,.45,.94) .5s forwards;opacity:0}.areas-header.animate-in{animation:revealFromCenter 1.2s cubic-bezier(.25,.46,.45,.94) .1s forwards;opacity:1!important;visibility:visible!important}.cards-row.animate-in{animation:fadeInGlow .8s cubic-bezier(.25,.46,.45,.94) .3s forwards;opacity:1!important;visibility:visible!important}.cards-row.animate-in .service-card{opacity:0;animation:cardSlideIn 1s cubic-bezier(.25,.46,.45,.94) forwards;transform-style:preserve-3d;perspective:1000px}.cards-row.animate-in .service-card:nth-child(1){animation-delay:.5s}.cards-row.animate-in .service-card:nth-child(2){animation-delay:.65s}.cards-row.animate-in .service-card:nth-child(3){animation-delay:.8s}@keyframes particleReveal{0%{opacity:0;transform:scale(.5) translateY(80px);filter:blur(20px) brightness(.3)}30%{opacity:.3;transform:scale(1.2) translateY(-20px);filter:blur(10px) brightness(.6)}60%{opacity:.7;transform:scale(.95) translateY(10px);filter:blur(5px) brightness(.8)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0) brightness(1)}}@keyframes shimmerReveal{0%{opacity:0;transform:translate(-100%) scale(.8);clip-path:polygon(0 0,0 0,0 100%,0 100%)}50%{opacity:.6;clip-path:polygon(0 0,50% 0,50% 100%,0 100%)}to{opacity:1;transform:translate(0) scale(1);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes promiseFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes promiseHeroReveal{0%{opacity:0;transform:scale(.95) translateY(30px);filter:blur(8px)}60%{opacity:.8;transform:scale(1.02) translateY(-5px);filter:blur(3px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}@keyframes promiseContentSlide{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.promise-section-wrapper.animate-in{animation:promiseFadeIn 1s cubic-bezier(.25,.46,.45,.94) .1s forwards;opacity:1!important;visibility:visible!important}.promise-section-wrapper.animate-in .promise-hero-section{animation:promiseHeroReveal 1.2s cubic-bezier(.25,.46,.45,.94) .3s forwards;opacity:0}.promise-section-wrapper.animate-in .promise-content-section{animation:promiseContentSlide 1s cubic-bezier(.25,.46,.45,.94) .5s forwards;opacity:0}.logistics-text-content.animate-in{animation:slideLeftFade 1.2s cubic-bezier(.25,.46,.45,.94) .2s forwards;opacity:1!important;visibility:visible!important}.logistics-hero-image.animate-in{animation:slideRightFade 1.2s cubic-bezier(.25,.46,.45,.94) .3s forwards;opacity:1!important;visibility:visible!important}.joyco-banner-section.animate-in{animation:slideUpBounce 1.2s cubic-bezier(.34,1.56,.64,1) .15s forwards;opacity:1!important;visibility:visible!important}.testimonial-section{background:#fff;padding:60px 10%;position:relative;opacity:0;visibility:hidden}.testimonial-container{display:flex;gap:40px;max-width:1200px;margin:0 auto}.opening-hours-card{position:relative;background:#f5f5f5;border-radius:8px;padding:32px;max-width:400px;display:flex;align-items:stretch}.opening-hours-content{flex:1}.opening-hours-title{font-family:Barlow Condensed,sans-serif;font-size:24px;font-weight:800;color:#2980b9;margin:0 0 8px;letter-spacing:1px}.opening-hours-subtitle{font-size:14px;color:#888;margin:0 0 24px;font-weight:400}.opening-hours-list{display:flex;flex-direction:column;gap:12px}.opening-hours-item{display:flex;gap:8px;font-size:15px;color:#333}.opening-hours-day{font-weight:500}.opening-hours-time{color:#555}.opening-hours-accent-bar{position:absolute;right:-4px;top:-8px;bottom:-8px;width:6px;background:#ffd100;border-radius:3px}.testimonial-content{display:flex;justify-content:center;align-items:center;min-height:200px}.testimonial-carousel{position:relative;width:100%;max-width:800px;overflow:hidden}.testimonial-slides{display:flex;transition:transform .6s ease-in-out}.testimonial-slide{min-width:100%;text-align:center;padding:20px 0}.testimonial-quote{font-size:18px;font-style:italic;color:#333;line-height:1.8;margin:0 0 24px;font-weight:400}.testimonial-author{font-size:16px;font-style:italic;color:#333;text-align:right;margin:0;font-weight:500}.testimonial-indicators{display:flex;justify-content:center;gap:8px;margin-top:24px}.testimonial-indicator{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease;padding:0}.testimonial-indicator:hover{background:#999}.testimonial-indicator.active{background:#333;width:10px;height:10px}.testimonial-bottom-accent{position:absolute;bottom:0;left:10%;right:10%;height:3px;background:#ffd100;border-radius:2px}.testimonial-section.animate-in{animation:promiseFadeIn 1s cubic-bezier(.25,.46,.45,.94) .1s forwards;opacity:1!important;visibility:visible!important}@media(max-width:980px){.testimonial-section{padding:40px 5%}.testimonial-container{flex-direction:column;gap:32px}.opening-hours-card{max-width:100%}.testimonial-quote{font-size:16px}}@media(max-width:640px){.testimonial-section{padding:32px 16px}.testimonial-container{gap:24px}.opening-hours-card{padding:24px 20px}.opening-hours-title{font-size:20px}.opening-hours-subtitle{font-size:13px}.opening-hours-item{font-size:14px}.testimonial-content{min-height:auto}.testimonial-quote{font-size:15px;line-height:1.6}.testimonial-author{font-size:14px}.testimonial-indicators{margin-top:20px}.testimonial-bottom-accent{left:5%;right:5%}}
