@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;height:90px;display:flex;justify-content:space-between;align-items:center;padding:0 5%;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);background:transparent}.navbar.scrolled{height:70px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 30px #00000008;border-bottom:1px solid rgba(255,255,255,.3)}.logo{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;transition:transform .3s ease}.navbar:not(.scrolled) .logo{filter:brightness(0) invert(1)}.navbar.scrolled .logo{filter:none}.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-links span{font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;color:#fff;cursor:pointer;transition:all .3s ease;position:relative;padding:.5rem 0}.navbar.scrolled .nav-links span{color:#1e293b}.nav-links span:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#3b82f6;transition:all .3s ease;transform:translate(-50%);border-radius:2px}.nav-links span:hover:after{width:100%}.nav-links span:hover{color:#3b82f6}.hamburger{display:none;flex-direction:column;gap:6px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger span{width:28px;height:2px;background:#fff;transition:all .3s ease;border-radius:2px}.navbar.scrolled .hamburger span{background:#1e293b}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:#fff;flex-direction:column;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 30px #0000000d}.nav-links.active{right:0}.nav-links span{color:#1e293b!important;font-size:1.25rem}}.hero{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;transform:scale(1.1);transition:transform 10s ease-out}.hero:hover .hero-background{transform:scale(1)}.hero-overlay{position:relative;z-index:2;background:radial-gradient(circle at center,#0f172a99,#0f172ae6);width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-content{text-align:center;max-width:1000px;padding:3rem 2rem}.badge{display:inline-block;padding:.5rem 1.5rem;background:#3b82f633;border:1px solid rgba(59,130,246,.3);color:#60a5fa;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-content h1{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 12px rgba(0,0,0,.5)}.hero-content p{font-family:Inter,sans-serif;font-size:clamp(1.1rem,2.5vw,1.5rem);color:#ffffffe6;margin-bottom:3rem;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto}.hero-btns{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.primary-btn,.secondary-btn{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;padding:1.25rem 3rem;border-radius:50px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);letter-spacing:.5px}.primary-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;box-shadow:0 10px 30px #3b82f666}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 20px 40px #3b82f699}.secondary-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.secondary-btn:hover{background:#fff3;transform:translateY(-4px)}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);width:30px;height:50px;border:2px solid rgba(255,255,255,.3);border-radius:20px;cursor:pointer}.scroll-indicator span{position:absolute;top:10px;left:50%;width:6px;height:6px;background:#fff;margin-left:-3px;border-radius:50%;animation:scrollAnim 2s infinite}@keyframes scrollAnim{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@media(max-width:768px){.hero-content{padding:2rem 1rem}.hero-btns .primary-btn,.hero-btns .secondary-btn{width:100%;padding:1rem 2rem}}.about{padding:8rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:center}.about-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#0f172a;margin-bottom:2rem}.about-text{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:4rem}.about-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat{flex:1;min-width:160px;background:#f8fafc;padding:2.5rem 1.5rem;border-radius:20px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9}.stat:hover{transform:translateY(-8px);background:#fff;box-shadow:0 20px 40px #0000000d;border-color:#3b82f633}.stat-icon{font-size:2rem;margin-bottom:1rem}.stat-number{font-size:2.25rem;font-weight:800;color:#1e40af;margin-bottom:.25rem}.stat-label{font-size:.9rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.image-wrapper{position:relative;z-index:1}.image-wrapper:before{content:"";position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:2px solid #3b82f6;border-radius:24px;z-index:-1}.image-wrapper img{width:100%;border-radius:24px;box-shadow:0 20px 40px #0000001a}.why-choose-wrapper{padding:8rem 2rem;background:#f8fafc}.why-features{display:grid;gap:2.5rem}.feature-item h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.feature-item h4:before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;font-size:.75rem}.feature-item p{color:#64748b;font-size:1rem;line-height:1.6}.partnership-wrapper{padding:8rem 2rem;background:#fff}.partnership-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.partnership-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.partnership-text{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:3rem}.partner-logos{display:flex;gap:2rem;flex-wrap:wrap}.partner-logo{padding:.75rem 1.5rem;background:#f1f5f9;color:#475569;font-weight:700;border-radius:12px;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;border:1px solid #e2e8f0}.partnership-wrapper.image-left{padding:6rem 2rem 8rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.partnership-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.partnership-content{text-align:left}.partnership-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e293b;margin-bottom:1.5rem;position:relative}.partnership-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:2px}.partnership-text{font-family:Inter,sans-serif;font-size:1.125rem;color:#64748b;line-height:1.8}.partnership-image img{width:100%;height:400px;object-fit:cover;border-radius:24px;margin-top:2rem}@media(max-width:1024px){.about-container,.why-choose-container,.partnership-container{grid-template-columns:1fr;gap:4rem;text-align:center}.image-wrapper:before{display:none}.flipped .whychoose-image{order:2}.flipped .why-choose{order:1}.about-stats,.feature-item h4{justify-content:center}.about-container,.why-choose-container,.partnership-container{display:flex;flex-direction:column}.about-content{order:1;text-align:center}.about-stats{grid-template-columns:repeat(3,1fr)}.about-stats .stat{max-width:200px}.why-choose{order:1;margin-bottom:1rem;text-align:center}.partnership-content{order:1;text-align:center}.about-image.single-image,.whychoose-image,.partnership-image{order:2;margin-top:2rem;display:flex;justify-content:center}.about-image.single-image img,.whychoose-image img,.partnership-image img{max-width:100%;height:auto;margin-bottom:2rem}.partnership-text,.why-text{text-align:center}}@media(max-width:768px){.about,.why-choose-wrapper.flipped,.partnership-wrapper.image-left{padding:4rem 1.5rem}.about-image.single-image img,.whychoose-image img,.partnership-image img{height:250px}}@media(min-width:768px)and (max-width:1024px){.about-image.single-image img,.whychoose-image img{width:100%;height:350px;object-fit:cover;border-radius:24px}}@media(max-width:640px){.about,.why-choose-wrapper,.partnership-wrapper{padding:5rem 1.5rem}.stat{width:100%}}@media(max-width:480px){html,body{overflow-x:hidden}.about{padding:3rem 1rem;overflow-x:hidden}.about-container{display:flex;flex-direction:column;text-align:center;width:100%;max-width:100%}.about-content{order:1;width:100%;box-sizing:border-box}.about-image.single-image{order:2;margin-top:1.5rem;display:flex;justify-content:center}.about-image.single-image img{width:100%;max-width:100%;height:auto;object-fit:contain}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;gap:1rem;width:100%}.about-stats .stat{width:160px;min-height:140px;padding:1.5rem 1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;text-align:center}.about-stats .stat:nth-child(3){grid-column:1 / 3;justify-self:center}.why-choose-container{display:flex;flex-direction:column;text-align:center}.why-choose{order:1}.whychoose-image{order:2;margin-top:1.5rem;display:flex;justify-content:center}.whychoose-image img{width:100%;max-width:100%;height:auto;object-fit:contain}.partnership-container{display:flex;flex-direction:column;align-items:center;text-align:center}.partnership-content{order:1;width:100%}.partnership-image{order:2;margin-top:1.5rem;display:flex;justify-content:center}.partnership-image img{width:100%;max-width:100%;height:auto;object-fit:contain}}.book-lorry-section{padding:8rem 2rem;background:#f8fafc}.book-hero .badge{background:#3b82f61a;color:#3b82f6;border-color:#3b82f633}.lorry-types{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:5rem}.lorry-card{position:relative;background:#fff;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column}.lorry-card.selected{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 40px #3b82f626}.lorry-card.recommended{transform:scale(1.05);z-index:2;box-shadow:0 25px 50px #0000001a}.lorry-card.recommended.selected{border-color:#3b82f6}.recommended-badge{position:absolute;top:1.5rem;right:1.5rem;background:#3b82f6;color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:5}.lorry-image-container{height:200px;overflow:hidden}.lorry-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lorry-card:hover .lorry-image{transform:scale(1.1)}.lorry-card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.lorry-card h3{font-size:1.5rem;color:#0f172a;margin-bottom:.75rem}.card-text p{color:#64748b;margin-bottom:.5rem}.booking-form-card{background:#fff;padding:3.5rem;border-radius:32px;max-width:800px;margin:0 auto;box-shadow:0 30px 60px #00000014}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;margin-left:.25rem}input,select,textarea{width:100%;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.full-width{grid-column:1 / -1}.submit-btn{padding:1.25rem;font-size:1.1rem;font-weight:700;border-radius:16px;margin-top:1rem}@media(max-width:900px){.form-grid{grid-template-columns:1fr}.lorry-types{grid-template-columns:1fr;gap:2rem}.lorry-card.recommended{transform:none}}.contact-section{padding:8rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:5rem}.contact-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#0f172a;margin-top:1rem}.contact-header p{color:#64748b;font-size:1.1rem}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.contact-card{background:#f8fafc;padding:3rem 2rem;border-radius:24px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9;display:flex;flex-direction:column}.contact-card:hover{transform:translateY(-10px);background:#fff;box-shadow:0 30px 60px #00000014;border-color:#3b82f633}.card-icon-wrapper{width:70px;height:70px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 10px 20px #0000000d;transition:all .3s ease}.contact-card:hover .card-icon-wrapper{background:#3b82f6;color:#fff;transform:scale(1.1)}.card-icon{font-size:1.75rem}.contact-card h3{font-family:Poppins,sans-serif;font-size:1.25rem;color:#1e293b;margin-bottom:.75rem}.contact-card p{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.card-link{color:#3b82f6;text-decoration:none;font-weight:700;font-size:.95rem;transition:all .3s ease;display:inline-block;margin-top:auto}.card-link:hover{color:#1e40af;transform:translate(5px)}@media(max-width:900px){.contact-cards{grid-template-columns:1fr;gap:2rem}.contact-section{padding:5rem 1.5rem}}.footer{background:#0f172afa;border-top:1px solid rgba(255,255,255,.1);color:#ffffffe6;padding:4rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand{padding:1rem 0}.footer-logo{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,1.75rem);font-weight:800;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;margin-bottom:1rem;transition:all .3s ease}.footer-logo:hover{transform:translateY(-2px)}.footer-brand>p{color:#fffc;font-size:1rem;margin-bottom:1.5rem;font-weight:500}.brand-address{color:#ffffffd9;font-size:.95rem;line-height:1.7;background:#ffffff0d;padding:1.25rem;border-radius:16px;margin-bottom:1.5rem;border-left:3px solid #3b82f6}.brand-contact{display:flex;flex-direction:column;gap:.75rem}.brand-contact span{font-size:.95rem;color:#fffc;transition:color .3s ease}.brand-contact span:hover{color:#3b82f6}.footer-links h3,.footer-booking h3{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.footer-links ul,.footer-booking ul{list-style:none;padding:0;margin:0}.footer-links li,.footer-booking li{margin-bottom:1rem}.footer-links a{color:#fffc;text-decoration:none;font-size:.95rem;font-family:Inter,sans-serif;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.footer-links a:hover{color:#3b82f6;transform:translate(5px)}.footer-booking li{color:#fffc;font-size:.95rem;font-family:Inter,sans-serif;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.footer-booking li:last-child{border-bottom:none}.footer-bottom{max-width:1200px;margin:2.5rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-family:Inter,sans-serif;font-size:.9rem;color:#fff9}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#ffffffb3;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease}.footer-legal a:hover{color:#3b82f6}@media(max-width:1024px){.footer-container{grid-template-columns:2fr 1fr;gap:2.5rem}}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{order:3}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;max-width:1200px;margin:0 auto}.footer-legal{display:flex;gap:1.5rem}}@media(max-width:480px){.footer{padding:3rem 1.5rem 1rem}.footer-legal{flex-direction:column;gap:.75rem;align-items:center}}.legal-page-container{padding:8rem 2rem 4rem;max-width:900px;margin:0 auto;line-height:1.8;color:#334155}.legal-header{margin-bottom:3rem;text-align:center}.legal-header h1{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.legal-last-updated{font-size:.9rem;color:#64748b;font-style:italic}.legal-section{margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #f1f5f9;transition:transform .2s ease,box-shadow .2s ease}.legal-section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.legal-section h2{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.legal-section h2:before{content:"";display:block;width:4px;height:24px;background:#3b82f6;border-radius:2px}.legal-section p{margin-bottom:1rem}.legal-section ul{margin-left:1.5rem;margin-bottom:1rem}.legal-section li{margin-bottom:.5rem}.legal-footer{margin-top:4rem;text-align:center;padding-top:2rem;border-top:1px solid #e2e8f0}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .2s ease}.back-link:hover{color:#1e40af}@media(max-width:640px){.legal-page-container{padding:6rem 1rem 3rem}.legal-header h1{font-size:2rem}.legal-section{padding:1.5rem}}:root{--primary: #3b82f6;--primary-dark: #1e40af;--secondary: #6366f1;--accent: #f59e0b;--bg-gradient: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);--text-main: #0f172a;--text-muted: #64748b;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -1px rgb(0 0 0 / .06);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -2px rgb(0 0 0 / .05);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}*:focus{outline:2px solid var(--primary);outline-offset:2px}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden;color:var(--text-main);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(var(--primary),var(--primary-dark));border-radius:5px;border:2px solid #f1f5f9}::-webkit-scrollbar-thumb:hover{background:linear-gradient(var(--primary-dark),var(--primary))}::selection{background:#3b82f633;color:var(--primary-dark)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-up{animation:fadeInUp .8s ease-out forwards}.float{animation:float 3s ease-in-out infinite}
