*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f9fafb;color:#111827}.App{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.header{background-color:#000!important}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.logo-icon{width:2.5rem;height:2.5rem;color:#f97316}.logo-text h1{font-size:1.25rem;font-weight:700}.logo-text p{font-size:.75rem;color:#9ca3af}.nav-desktop{display:flex;gap:2rem}.nav-desktop button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 0;transition:color .3s}.nav-desktop button:hover,.nav-desktop button.active{color:#f97316}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer}.nav-mobile{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem}.nav-mobile button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 0;text-align:left;transition:color .3s}.nav-mobile button:hover{color:#f97316}@media(max-width:768px){.nav-desktop{display:none}.mobile-menu-btn{display:block}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1e40af,#111827);overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1578575437130-527eed3abbec?w=1920);background-size:cover;background-position:center;opacity:.3}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;padding:2rem}.hero-icon{width:6rem;height:6rem;color:#f97316;margin:0 auto 1.5rem}.hero-content h1{font-size:4rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:2rem;color:#fb923c;margin-bottom:.5rem}.hero-desc{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#f97316;color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.btn-primary:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 10px 20px #f973164d}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:#fff;color:#111827}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-desc{font-size:1rem}.hero-icon{width:4rem;height:4rem}}.features{padding:4rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background:#f9fafb;border-radius:.5rem;transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.feature-icon{width:4rem;height:4rem;color:#3b82f6;margin:0 auto 1rem}.feature-icon.green{color:#10b981}.feature-icon.orange{color:#f97316}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:#6b7280}.products-preview{padding:4rem 0;background:#f3f4f6}.products-preview h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s}.product-card:hover{box-shadow:0 20px 25px -5px #0003;transform:translateY(-5px)}.product-card img{width:100%;height:16rem;object-fit:cover}.product-content{padding:1.5rem}.product-category{color:#f97316;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.product-content h3{font-size:1.5rem;font-weight:700;margin:.5rem 0 .75rem}.product-content p{color:#6b7280;margin-bottom:1rem}.btn-gradient{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;box-shadow:0 4px 6px -1px #f973164d}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #f9731666}.about-page{background:#f9fafb}.about-hero{background:linear-gradient(135deg,#111827,#1e40af);color:#fff;padding:5rem 0;text-align:center}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.25rem;color:#d1d5db}.stats{padding:4rem 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-card h3{font-size:3rem;font-weight:700;color:#f97316;margin-bottom:.5rem}.stat-card p{color:#6b7280;font-weight:600}.journey{padding:4rem 0;background:#f3f4f6}.journey h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.journey-content{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.journey-content p{font-size:1.125rem;color:#374151;line-height:1.8;margin-bottom:1rem}.why-choose{padding:4rem 0;background:#fff}.why-choose h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.why-card{background:#f9fafb;padding:2rem;border-radius:.5rem;transition:all .3s}.why-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.why-icon{font-size:3rem;margin-bottom:1rem}.why-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.why-card p{color:#6b7280;line-height:1.6}.cta{padding:4rem 0;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;text-align:center}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem}.btn-white{background:#fff;color:#f97316;border:none;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.btn-white:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.products-page{padding:4rem 0}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.25rem;color:#6b7280}.products-grid-large{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem}.product-card-large{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s}.product-card-large:hover{box-shadow:0 20px 25px -5px #0003}.product-card-large img{width:100%;height:20rem;object-fit:cover}.product-card-large .product-content{padding:2rem}.product-card-large h2{font-size:2rem;font-weight:700;margin:.5rem 0 1rem}.product-card-large p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.product-detail-page{background:#000;color:#fff;min-height:100vh;padding-bottom:0}.back-nav{background:#1a1a1a;padding:1rem 0}.back-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s}.back-btn:hover{color:#fff}.rotate-180{transform:rotate(180deg)}.product-header{padding:3rem 0}.product-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.product-header p{font-size:1.25rem;color:#9ca3af}.product-gallery,.product-features,.enquiry-form-section{padding:3rem 0}.product-gallery h2,.product-features h2,.enquiry-form-section h2{font-size:2rem;font-weight:700;color:#f97316;margin-bottom:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.gallery-grid img{width:100%;height:12rem;object-fit:cover;border-radius:.5rem;cursor:pointer;transition:all .3s}.gallery-grid img:hover{transform:scale(1.05);box-shadow:0 10px 20px #f9731666}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem}.feature-item svg{width:1.5rem;height:1.5rem;color:#10b981;flex-shrink:0;margin-top:.25rem}.feature-item span{font-size:1.125rem}.two-column-sections{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 0}.two-column-sections .col{min-width:0}.two-column-sections h2{font-size:2rem;font-weight:700;color:#f97316;margin-bottom:2rem}.applications-list{display:flex;flex-wrap:wrap;gap:.75rem}.application-tag{background:#ea580c;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:1.125rem;transition:all .3s;cursor:default}.application-tag:hover{background:#c2410c}.specs-table{background:#111827;border-radius:.5rem;overflow:hidden}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:1.5rem}.spec-row.even{background:#1f2937}.spec-row.odd{background:#111827}.spec-key{font-size:1.25rem;font-weight:600;color:#d1d5db}.spec-value{font-size:1.5rem;font-weight:700}.gallery-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}.gallery-modal-backdrop{position:absolute;inset:0;background:#000000f2;cursor:pointer}.gallery-modal-content{position:relative;z-index:10000;width:90vw;height:90vh;display:flex;align-items:center;justify-content:center}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:2px solid white;color:#fff;font-size:1.5rem;width:3rem;height:3rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10001}.modal-close:hover{background:#fff3;transform:scale(1.1)}.modal-image-wrap{max-width:80%;max-height:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-image-wrap img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:.5rem;box-shadow:0 20px 50px #00000080}.modal-caption{color:#fff;font-size:1.25rem;margin-top:1rem;text-align:center}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#f97316cc;border:none;color:#fff;font-size:3rem;width:4rem;height:4rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10001;font-weight:700;line-height:1}.modal-nav:hover{background:#f97316;transform:translateY(-50%) scale(1.1)}.modal-prev{left:2rem}.modal-next{right:2rem}.enquiry-form-section{background:#111827;border-radius:.5rem;padding:2rem}.enquiry-form,.contact-form{display:flex;flex-direction:column;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.enquiry-form input,.enquiry-form textarea,.contact-form input,.contact-form textarea{background:#1f2937;border:1px solid #374151;border-radius:.375rem;padding:.75rem 1rem;color:#fff;font-size:1rem}.enquiry-form input::placeholder,.enquiry-form textarea::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b7280}.enquiry-form input:focus,.enquiry-form textarea:focus,.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#f97316}.btn-submit{background:#f97316;color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;width:fit-content}.btn-submit:hover:not(:disabled){background:#ea580c;transform:translateY(-2px);box-shadow:0 10px 20px #f973164d}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.form-success{background:#10b981;color:#fff;padding:2rem;border-radius:.5rem;text-align:center}.form-success svg{width:4rem;height:4rem;margin:0 auto 1rem}.form-success h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contact-page{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-top:3rem}.contact-info h3,.contact-form-wrapper h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-item svg{width:1.5rem;height:1.5rem;color:#f97316;margin-top:.25rem;flex-shrink:0}.contact-item h4{font-weight:600;margin-bottom:.25rem}.contact-item p,.contact-item a{color:#6b7280;text-decoration:none}.contact-item a:hover{color:#f97316}.contact-form-wrapper{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.footer{background:#030712;color:#9ca3af;margin-top:auto}.footer .container{padding:3rem 1rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo .logo-icon{width:2rem;height:2rem}.footer-logo h3{color:#fff;font-weight:700}.footer-logo p{font-size:.75rem;color:#6b7280}.footer-desc{font-size:.875rem;color:#9ca3af}.footer-col h4{color:#fff;font-weight:600;margin-bottom:1rem}.footer-col button,.footer-col a{display:block;background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.875rem;padding:.25rem 0;text-align:left;text-decoration:none;transition:color .3s}.footer-col button:hover,.footer-col a:hover{color:#f97316}.footer-contact{display:flex;align-items:start;gap:.5rem;margin-bottom:.75rem}.footer-contact .icon{width:1rem;height:1rem;color:#f97316;margin-top:.125rem;flex-shrink:0}.footer-contact p,.footer-contact a{font-size:.875rem;color:#9ca3af;text-decoration:none}.footer-contact a:hover{color:#f97316}.footer-link{display:flex;align-items:center;gap:.5rem;color:#9ca3af;text-decoration:none;font-size:.875rem;margin-bottom:.75rem;transition:color .3s}.footer-link .icon{width:1.25rem;height:1.25rem}.footer-link:hover{color:#10b981}.footer-bottom{border-top:1px solid #1f2937;padding-top:2rem;text-align:center}.footer-bottom p{font-size:.875rem;color:#6b7280}.logo-img{height:50px;object-fit:contain}@media(max-width:1024px){.products-grid-large,.contact-grid{grid-template-columns:1fr}.two-column-sections{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.product-header h1{font-size:2rem}.spec-row{flex-direction:column;align-items:flex-start;gap:.5rem}.form-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.features-list,.two-column-sections{grid-template-columns:1fr}.modal-nav{width:3rem;height:3rem;font-size:2rem}.modal-prev{left:.5rem}.modal-next{right:.5rem}.modal-close{top:.5rem;right:.5rem;width:2.5rem;height:2.5rem;font-size:1.25rem}.modal-image-wrap{max-width:90%}.modal-image-wrap img{max-height:60vh}}@media(max-width:480px){.application-tag{font-size:.875rem;padding:.5rem 1rem}.spec-key{font-size:1rem}.spec-value{font-size:1.125rem}.gallery-grid{grid-template-columns:1fr}.product-header h1{font-size:1.75rem}.product-header p{font-size:1rem}.product-gallery h2,.product-features h2,.two-column-sections h2,.enquiry-form-section h2{font-size:1.5rem}}.hero-logo{width:5rem;height:5rem;object-fit:contain;margin:0 auto 1.5rem;filter:drop-shadow(0 10px 30px rgba(249,115,22,.5));animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.hero-logo{width:5rem;height:5rem}}
