:root{--color-primary:#eab308;--color-primary-light:#fffef2;--color-primary-dark:#ca8a04;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-heading:#e53e3e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;color:var(--color-gray-800);line-height:1.5;min-height:100vh;display:flex;flex-direction:column}.prose img:not(.lazy-video-thumb-img){border-radius:12px;width:50%;height:auto;margin:1rem;float:right;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.prose img:not(.lazy-video-thumb-img):nth-of-type(odd){float:left;margin-left:0;margin-right:1.5rem}.prose img:not(.lazy-video-thumb-img):nth-of-type(even){float:right;margin-right:0;margin-left:1.5rem}.prose img:not(.lazy-video-thumb-img):hover{transform:scale(1.02);box-shadow:0 6px 12px rgba(0,0,0,.15)}.prose h2,.prose h3,.prose h4{clear:both}.prose .lazy-video-container{margin:2rem 0;clear:both;width:100%}h1,h2{color:var(--color-heading);font-weight:700;margin-bottom:.5em;line-height:1.2}h3,h4,h5,h6{color:var(--color-gray-800);font-weight:700;margin-bottom:.5em;line-height:1.2}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.container-fluid{width:100%;margin-right:auto;margin-left:auto}.prose{max-width:100%;color:var(--color-gray-800)}.prose h1{font-size:3rem}.prose h2{font-size:1.875rem}.prose h3{font-size:1.5rem}.prose h4{font-size:1.25rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin-top:1rem;margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose a{color:var(--color-primary-dark);text-decoration:underline}.prose a:hover{color:var(--color-primary)}.prose strong{font-weight:700}.prose blockquote{border-left:4px solid var(--color-gray-200);padding-left:1rem;margin-left:0;margin-right:0;font-style:italic}.flex{display:flex}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-10{margin-top:2.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pt-6{padding-top:1.5rem}.p-6{padding:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-yellow-500{color:var(--color-primary)}.bg-white{background-color:#fff}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-yellow-50{background-color:var(--color-primary-light)}.bg-yellow-100{background-color:#fffef2}.bg-yellow-500{background-color:var(--color-primary)}.bg-yellow-600{background-color:var(--color-primary-dark)}.hover\:bg-yellow-50:hover{background-color:var(--color-primary-light)}.hover\:bg-yellow-600:hover{background-color:var(--color-primary-dark)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:text-yellow-500:hover{color:var(--color-primary)}.hover\:text-yellow-600:hover{color:var(--color-primary-dark)}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,5%)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%)}.border{border-width:1px;border-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-gray-200{border-color:var(--color-gray-200)}.border-yellow-500{border-color:var(--color-primary)}.w-full{width:100%}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-40{width:10rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-64{height:16rem}.h-auto{height:auto}.max-w-3xl{max-width:48rem}.min-h-screen{min-height:100vh}.object-cover{object-fit:cover}.overflow-hidden{overflow:hidden}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.relative{position:relative}.absolute{position:absolute}.right-0{right:0}.z-10{z-index:10}.transition-colors{transition-property:color,background-color,border-color;transition-duration:150ms}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-8{gap:2rem}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:space-y-0{--space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--space-y-reverse)));margin-bottom:calc(0px * var(--space-y-reverse))}.sm\:space-x-4>*+*{margin-left:1rem}}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-5xl{font-size:3rem}.md\:block{display:block}}.group:hover .group-hover\:block{display:block}.product-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;color:#333}.product-top-container{display:flex;margin-bottom:2rem;gap:30px}.product-info-column{flex:1;width:50%;max-width:50%}.product-image-column{flex:1;width:50%;max-width:50%;display:flex;align-items:center;justify-content:center}.product-info-box{padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,5%);height:100%}.product-main-image-box{display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,5%);overflow:hidden;height:100%}.product-main-image-box img{width:100%;height:auto;object-fit:contain;border-radius:8px}.product-gallery-section{display:flex;gap:1rem;margin-bottom:2rem;padding:1rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,5%);overflow-x:auto}.gallery-thumbnail{flex:0 0 100px;height:100px;border:2px solid #eee;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease}.gallery-thumbnail.active{border-color:#2a5885;transform:scale(1.05)}.gallery-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:6px}.product-actions-section{margin-bottom:2rem}.product-actions{display:flex;gap:1rem;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,5%)}.product-highlights-section{margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,5%)}.product-highlights-section h3{margin-top:0;margin-bottom:1rem;color:var(--color-heading)}.product-highlights-section ul{margin:0;padding-left:1.5rem}.product-highlights-section li{margin-bottom:.8rem}.product-title{font-size:2rem;margin:0 0 .5rem;color:var(--color-heading)}.product-subtitle{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.product-short-description{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.product-price-section{margin-top:1.5rem;padding:1rem;background-color:#f9f9f9;border-radius:8px}.price-tag{font-size:2.2rem;font-weight:700;color:#2a5885;margin-bottom:.5rem}.pricing-notes{font-size:.9rem;color:#666}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:8px;font-weight:700;text-decoration:none;text-align:center;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background-color:#2a5885;color:#fff}.btn-primary:hover{background-color:#1d3e5f}.btn-secondary{background-color:#f0f0f0;color:#333}.btn-secondary:hover{background-color:#e0e0e0}.btn-outline{background-color:transparent;color:#2a5885;border:1px solid #2a5885}.btn-outline:hover{background-color:#f0f5fa}.btn-buy{flex:1;font-size:1.1rem}.product-section{margin-bottom:3rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,5%);overflow:hidden;padding:2rem}.section-title{margin-top:0;margin-bottom:1.5rem;font-size:1.8rem;color:var(--color-heading);border-bottom:2px solid #f0f0f0;padding-bottom:.8rem}.section-content{padding:.5rem 0}.product-video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:1rem}.product-video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:8px;border:2px dashed #ddd}.video-placeholder p{font-size:1.2rem;color:#666;text-align:center;padding:2rem}.technical-content{margin-bottom:2rem;line-height:1.6}.technical-specs table{width:100%;border-collapse:collapse}.technical-specs th,.technical-specs td{padding:.8rem;border-bottom:1px solid #eee;text-align:left}.technical-specs th{width:30%;color:#666;font-weight:600}.benefits-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.benefit-item{padding:1.5rem;background-color:#f9f9f9;border-radius:10px;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 5px rgba(0,0,0,5%);transition:transform .2s ease,box-shadow .2s ease}.benefit-item:hover{transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.benefit-item h3{margin-top:0;margin-bottom:.8rem;color:var(--color-heading)}.benefit-item p{margin:0;line-height:1.6;flex-grow:1}.product-article-content{line-height:1.8;color:#333}.product-article-content h3{margin-top:1.5rem;margin-bottom:.8rem;font-size:1.4rem;color:var(--color-heading)}.product-article-content p{margin-bottom:1rem}.product-article-content ul,.product-article-content ol{margin-bottom:1rem;padding-left:1.5rem}.product-article-content li{margin-bottom:.5rem}.product-article-content strong{font-weight:600}.related-products{margin-top:3rem}.related-products h2{margin-bottom:1.5rem;font-size:1.8rem;color:var(--color-heading)}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.related-product-box{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,5%);overflow:hidden;transition:transform .3s ease;height:100%}.related-product-box:hover{transform:translateY(-5px)}.related-product-image{height:180px;overflow:hidden}.related-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-product-box:hover .related-product-image img{transform:scale(1.05)}.related-product-content{padding:1.5rem}.related-product-content h3{margin-top:0;margin-bottom:.8rem;font-size:1.2rem}.related-product-content h3 a{color:var(--color-heading);text-decoration:none}.related-product-content h3 a:hover{color:#2a5885}.related-product-content p{margin-bottom:1.2rem;color:#666;line-height:1.5}.btn-sm{padding:.5rem 1rem;font-size:.9rem}@media(max-width:768px){.product-top-container{flex-direction:column}.product-info-column,.product-image-column{width:100%;max-width:100%}.product-image-column{margin-top:1.5rem}.product-gallery-section{flex-wrap:wrap;justify-content:center}.gallery-thumbnail{flex:0 0 80px;height:80px}.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.benefits-list{grid-template-columns:1fr}.product-section{padding:1.5rem}.section-title{font-size:1.5rem}}.products-list-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-heading)}.page-description{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6;color:#555}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.product-card{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.product-card-image{height:220px;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--color-heading)}.product-card-subtitle{font-size:1rem;font-weight:500;margin-bottom:1rem;color:#666}.product-card-description{margin-bottom:1.5rem;font-size:.95rem;line-height:1.5;color:#555;flex-grow:1}.product-card-price{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--color-heading)}@media(max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.page-title{font-size:2rem}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.transport-description{margin-bottom:20px;font-size:1.1rem;line-height:1.5;color:#333}.product-video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:1rem}.product-video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:8px;border:2px dashed #ddd}.video-placeholder p{font-size:1.2rem;color:#666;text-align:center;padding:2rem}.videos-section{margin:4rem 0;padding-top:2rem;border-top:1px solid #eee}.videos-section .section-title{text-align:center;margin-bottom:2.5rem}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.video-item{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.video-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}@media(max-width:768px){.videos-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:480px){.videos-grid{grid-template-columns:1fr}}.contact-page{padding:2rem 0 4rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-content{display:flex;flex-direction:column;gap:3rem}.contact-info-row{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.contact-info{flex:1}.contact-map{flex:1}.contact-details{line-height:1.6}.contact-details h2{color:var(--color-heading);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.contact-details p,.contact-details ul,.contact-details ol{margin-bottom:1rem}.contact-details a{color:var(--color-primary-dark);text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:var(--color-heading)}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);height:100%;min-height:300px}.contact-form-container{max-width:800px;margin:0 auto}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group:nth-child(3),.form-group:nth-child(4){grid-column:span 2}.form-group label{margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(234,179,8,.2)}.contact-form .btn{grid-column:span 2;justify-self:start;margin-top:1rem}@media(max-width:768px){.contact-info-row{flex-direction:column}.contact-form{grid-template-columns:1fr}.form-group:nth-child(3),.form-group:nth-child(4){grid-column:span 1}.contact-form .btn{grid-column:span 1}}@media(max-width:768px){h1{font-size:2.5rem;padding-top:1.5rem;padding-bottom:1rem}h2{font-size:1.75rem}.hero{padding-top:2rem;padding-bottom:2rem}}@media(max-width:480px){h1{font-size:2rem;padding-top:1rem;padding-bottom:.75rem;line-height:1.3}h2{font-size:1.5rem}.hero{padding-top:1.5rem;padding-bottom:1.5rem}.hero .text-xl{font-size:1.1rem}}@media(max-width:767px){.mobile-contact-btn{margin-top:1rem;width:100%;text-align:center}.hero-text-box{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.hero-text-box h1{max-width:100%;overflow-wrap:break-word;hyphens:auto}}@media(max-width:360px){.hero-text-box h1{font-size:1.75rem;line-height:1.3}.hero-text-box p{font-size:1rem}}.hero .container{max-width:none;width:100%}.hero .hero-text-box{width:auto;min-width:0;overflow-wrap:break-word;word-wrap:break-word}@media(max-width:767px){.mobile-contact-btn{margin-top:1rem;width:100%;text-align:center}.hero-text-box{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.hero-text-box h1{max-width:100%;overflow-wrap:break-word;hyphens:auto}}.hero-contact-btn{display:block!important}