@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=DM+Sans:wght@300;400;500;600&family=Rajdhani:wght@500;600;700&display=swap";#root{text-align:left;flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0;display:flex}img{max-width:100%;height:auto}a{color:inherit}button{font-family:inherit}.admin-login-page{background:linear-gradient(#050e1f 0%,#0a2463 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-container{background:#0b1929;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:400px;padding:40px}.admin-login-container h1{color:#fff;text-align:center;margin-bottom:24px;font-family:Barlow Condensed,sans-serif;font-size:28px}.admin-login-container .form-group{margin-bottom:16px}.admin-login-container .form-group label{color:#ffffffb3;margin-bottom:8px;font-size:14px;display:block}.admin-login-container .form-group input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px 16px;font-size:14px}.admin-login-container .form-group input:focus{border-color:var(--orange);outline:none}.admin-login-container .btn-primary{width:100%;margin-top:8px;padding:14px}.admin-dashboard{background:#050e1f;min-height:100vh;padding:100px 40px 20px}.admin-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.admin-header h1{color:#fff;font-family:Barlow Condensed,sans-serif;font-size:32px}.admin-actions{gap:12px;display:flex}.admin-tabs{gap:8px;margin-bottom:24px;display:flex}.tab-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.tab-btn:hover{color:#fff;background:#ffffff1a}.tab-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}.admin-actions-bar{margin-bottom:20px}.products-table{background:#0b1929;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden}.products-table table{border-collapse:collapse;width:100%}.products-table th{color:#fffc;text-align:left;text-transform:uppercase;letter-spacing:1px;background:#0a246380;padding:16px;font-size:13px;font-weight:600}.products-table td{color:#ffffffb3;border-bottom:1px solid #ffffff0d;padding:14px 16px;font-size:14px}.products-table tr:last-child td{border-bottom:none}.products-table tr:hover td{background:#ffffff05}.btn-edit,.btn-delete{cursor:pointer;border:none;border-radius:4px;margin-right:8px;padding:6px 12px;font-size:12px}.btn-edit{background:var(--blue-mid);color:#fff}.btn-delete{color:#fff;background:#c62828}.product-form-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-form-container{background:#0b1929;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:900px;max-height:90vh;padding:30px;overflow-y:auto}.product-form-container h2{color:#fff;margin-bottom:24px;font-family:Barlow Condensed,sans-serif;font-size:24px}.product-form-container .form-group{margin-bottom:14px}.product-form-container .form-group label{color:#ffffffb3;margin-bottom:6px;font-size:13px;display:block}.product-form-container .form-group input,.product-form-container .form-group select,.product-form-container .form-group textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:10px 14px;font-size:14px}.product-form-container .form-group input:focus,.product-form-container .form-group select:focus,.product-form-container .form-group textarea:focus{border-color:var(--orange);outline:none}.product-form-container .form-actions{gap:12px;margin-top:20px;display:flex}.error-message{color:#ef5350;text-align:center;margin-bottom:16px;font-size:14px}.image-preview{text-align:center;border:1px dashed #fff3;border-radius:8px;margin-top:12px;padding:12px}.image-preview img{border-radius:4px;max-width:200px;max-height:150px}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:12px;display:grid}.image-preview-item{background:#0003;border:1px dashed #fff3;border-radius:8px;padding:8px;position:relative}.image-preview-item img{object-fit:cover;border-radius:4px;width:100%;height:80px}.remove-image-btn{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:24px;display:flex;position:absolute;top:-8px;right:-8px}.table-product-image{object-fit:cover;border-radius:4px;width:60px;height:60px}.no-image{color:#ffffff4d}.category-thumb{object-fit:cover;border-radius:4px;width:50px;height:50px}.admin-section{background:#0b1929;border:1px solid #ffffff1a;border-radius:12px;padding:32px}.admin-section h2{color:#fff;margin-bottom:24px;font-family:Barlow Condensed,sans-serif;font-size:24px}.settings-form{max-width:400px}.settings-form h3{color:var(--orange);margin-bottom:20px;font-family:Barlow Condensed,sans-serif;font-size:18px}.settings-form .form-group{margin-bottom:16px}.settings-form .form-group label{color:#ffffffb3;margin-bottom:8px;font-size:14px;display:block}.settings-form .form-group input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px 16px;font-size:14px}.settings-form .form-group input:focus{border-color:var(--orange);outline:none}.settings-form .success-message{color:#4caf50;text-align:center;margin-bottom:16px;font-size:14px}*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#0a2463;--blue-mid:#1565c0;--blue-light:#1e88e5;--orange:#f57c00;--orange-bright:#ff9800;--orange-light:#ffb74d;--green:#2e7d32;--green-bright:#43a047;--green-light:#66bb6a;--white:#fff;--off-white:#f8f9fa;--gray:#b0bec5;--dark:#050e1f;--primary:#f57c00;--primary-dark:#f57c00;--secondary:#0a2463;--accent:#ff9800;--background:#050e1f;--surface:#0b1929;--text:#ffffffa6;--text-light:#ffffff73;--text-dark:#fff;--border:#ffffff0f;--success:#43a047}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--white);font-family:DM Sans,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;display:flex}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050e1fd9;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:100px;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.nav-logo{color:var(--text-dark);flex-direction:column;align-items:flex-start;text-decoration:none;display:flex}.logo-icon{background:linear-gradient(135deg, var(--orange), var(--orange-bright));color:#fff;letter-spacing:-1px;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:900;display:flex}.logo-text{letter-spacing:5px;color:#fff;font-family:Barlow Condensed,sans-serif;font-size:32px;font-weight:1000}.logo-text span{color:var(--orange-bright)}.logo-img{object-fit:fill;width:270px;height:40px}.logo-text-full{color:var(--text-dark);text-align:left;white-space:nowrap;text-transform:uppercase;letter-spacing:1px;padding-bottom:10px;font-size:1.125rem;font-weight:600}.nav-links{align-items:center;gap:36px;display:flex}.nav-links a{letter-spacing:1.5px;text-transform:uppercase;color:#ffffffbf;font-family:Rajdhani,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--orange-bright)}.nav-cta{background:var(--orange);border-radius:4px;padding:9px 22px;color:#fff!important;transition:background .2s!important}.nav-cta:hover{background:var(--orange-bright)!important;color:#fff!important}.nav-alibaba{color:#ffffffb3;justify-content:center;align-items:center;width:38px;height:38px;margin-left:8px;transition:color .2s;display:flex}.nav-alibaba:hover{color:#ff7c00}.nav-alibaba svg{width:24px;height:24px}.hero-section{align-items:top;min-height:90vh;margin-top:80px;padding-top:72px;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(#050e1f 0%,#0a2463 35%,#1565c0 65%,#1a3a6e 100%);position:absolute;inset:0}.hero-bg-animation{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.bg-shape{opacity:.25;border-radius:50%;position:absolute}.shape-1{background:var(--blue-mid);width:400px;height:400px;animation:8s ease-in-out infinite floatShape1;top:-100px;right:-100px}.shape-2{background:var(--orange);width:300px;height:300px;animation:10s ease-in-out infinite floatShape2;bottom:-50px;left:-50px}.shape-3{background:var(--green);width:200px;height:200px;animation:6s ease-in-out infinite floatShape3;top:50%;left:30%}.shape-4{background:var(--blue-light);width:150px;height:150px;animation:7s ease-in-out infinite floatShape4;bottom:20%;right:20%}.shape-5{background:var(--orange-light);width:100px;height:100px;animation:9s ease-in-out infinite floatShape5;top:20%;right:40%}@keyframes floatShape1{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-30px,30px)rotate(45deg)}}@keyframes floatShape2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(40px,-40px)scale(1.1)}}@keyframes floatShape3{0%,to{transform:translate(0)}33%{transform:translate(50px,-30px)}66%{transform:translate(-30px,50px)}}@keyframes floatShape4{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-40px,-20px)rotate(180deg)}}@keyframes floatShape5{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.3)}}.stars{background-image:radial-gradient(1px 1px at 10% 15%,#fffc 0%,#0000 100%),radial-gradient(1px 1px at 25% 8%,#fff9 0%,#0000 100%),radial-gradient(1.5px 1.5px at 40% 20%,#ffffffe6 0%,#0000 100%),radial-gradient(1px 1px at 55% 5%,#ffffffb3 0%,#0000 100%),radial-gradient(1px 1px at 70% 12%,#fffc 0%,#0000 100%),radial-gradient(1.5px 1.5px at 85% 18%,#fff9 0%,#0000 100%),radial-gradient(1px 1px at 92% 7%,#ffffffe6 0%,#0000 100%),radial-gradient(1px 1px at 15% 30%,#ffffff80 0%,#0000 100%),radial-gradient(1px 1px at 60% 25%,#fff9 0%,#0000 100%);position:absolute;inset:0}.about-page .hero-section,.contact-page .hero-section,.products-page .hero-section,.product-detail-page .hero-section,.terms-page .hero-section{min-height:30vh}.about-page .hero-ground,.contact-page .hero-ground,.products-page .hero-ground,.product-detail-page .hero-ground{height:15%}.about-page .stars,.contact-page .stars,.products-page .stars,.product-detail-page .stars{height:50%;top:0}.hero-ground{background:linear-gradient(#0d1a2e 0%,#0a1525 100%);border-top:3px solid #ff980066;height:38%;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.road{background:#111c2e;border-top:2px solid #1e3a5f;height:90px;position:absolute;bottom:0;left:0;right:0}.road-line{background:var(--orange);opacity:.6;width:80px;height:4px;animation:1.2s linear infinite roadMove;position:absolute;top:50%;transform:translateY(-50%)}.road-line:first-child{animation-delay:0s}.road-line:nth-child(2){animation-delay:-.4s}.road-line:nth-child(3){animation-delay:-.8s}.road-line:nth-child(4){animation-delay:-1.2s}.road-line:nth-child(5){animation-delay:-1.6s}@keyframes roadMove{0%{right:-80px}to{right:105%}}.hero-content{z-index:10;max-width:720px;padding:0 8%;position:relative}.hero-eyebrow{background:#f57c0026;border:1px solid #f57c0066;border-radius:100px;align-items:center;gap:10px;margin-bottom:24px;padding:6px 16px;display:inline-flex}.hero-eyebrow-dot{background:var(--orange-bright);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-eyebrow span{letter-spacing:2px;text-transform:uppercase;color:var(--orange-light);font-family:Rajdhani,sans-serif;font-size:13px;font-weight:600}.hero-title{letter-spacing:-1px;text-transform:uppercase;margin-bottom:20px;font-family:Barlow Condensed,sans-serif;font-size:clamp(40px,6vw,72px);font-weight:900;line-height:.95}.hero-title .line1{color:var(--white);display:block}.hero-title .line2{color:#0000;-webkit-text-stroke:2px var(--orange-bright);display:block}.hero-title .line3{background:linear-gradient(90deg, var(--green-bright), var(--green-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.hero-sub{color:#ffffffa6;max-width:500px;margin-bottom:36px;font-size:14px;font-weight:300;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.btn-primary{background:var(--orange);color:#fff;letter-spacing:1.5px;text-transform:uppercase;border:2px solid var(--orange);border-radius:4px;align-items:center;gap:10px;padding:14px 32px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{color:var(--orange);background:0 0;transform:translateY(-2px);box-shadow:0 8px 30px #f57c004d}.btn-secondary{color:#fff;letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:2px solid #ffffff4d;border-radius:4px;align-items:center;gap:10px;padding:14px 32px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{border-color:var(--green-bright);color:var(--green-bright);transform:translateY(-2px)}.hero-visual{z-index:1;justify-content:top;flex:1;align-items:center;min-width:500px;margin-top:80px;position:relative}.hero-video{width:100%;max-width:600px;height:auto;box-shadow:var(--shadow-lg);object-fit:contain;border-radius:1rem}.hero-stats{z-index:10;flex-direction:row;gap:120px;display:flex;position:absolute;bottom:100px;left:50%;transform:translate(-50%)}.stat-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#0a2463cc;border:1px solid #1e88e54d;border-radius:8px;min-width:130px;padding:16px 24px}.stat-num{color:var(--orange-bright);font-family:Barlow Condensed,sans-serif;font-size:36px;font-weight:900;line-height:1}.stat-label{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff8c;margin-top:4px;font-size:11px;font-weight:500}.scroll-ind{z-index:10;flex-direction:column;align-items:center;gap:6px;animation:2s ease-in-out infinite scrollBounce;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.scroll-ind span{letter-spacing:3px;text-transform:uppercase;color:#fff6;font-size:10px}.scroll-arrow{border-bottom:2px solid #ffffff4d;border-right:2px solid #ffffff4d;width:24px;height:24px;transform:rotate(45deg)}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.ticker-bar{background:var(--orange);white-space:nowrap;padding:10px 0;overflow:hidden}.ticker-inner{gap:60px;animation:20s linear infinite tickerMove;display:inline-flex}.ticker-item{letter-spacing:2px;text-transform:uppercase;color:#fff;align-items:center;gap:12px;font-family:Rajdhani,sans-serif;font-size:14px;font-weight:700;display:flex}.ticker-dot{opacity:.6;background:#fff;border-radius:50%;width:6px;height:6px}@keyframes tickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}section{padding:100px 8%}.section-label{align-items:center;gap:10px;margin-bottom:16px;display:inline-flex}.section-label:before{content:"";background:var(--orange);width:30px;height:3px;display:block}.section-label span{letter-spacing:3px;text-transform:uppercase;color:var(--orange-bright);font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700}.section-title{text-transform:uppercase;color:var(--white);margin-bottom:20px;font-family:Barlow Condensed,sans-serif;font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1}.section-title em{color:var(--green-bright);font-style:normal}.stats-section{background:var(--dark);padding:80px 8%}.stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.stats-card{text-align:center;background:#0a24634d;border:1px solid #1e88e526;border-radius:12px;padding:32px}.stats-icon{background:linear-gradient(135deg,#f57c0026,#f57c000d);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 16px;display:flex}.stats-icon svg{width:32px;height:32px;color:var(--orange)}.stats-num{color:var(--orange-bright);font-family:Barlow Condensed,sans-serif;font-size:48px;font-weight:900;line-height:1}.stats-text{letter-spacing:1px;text-transform:uppercase;color:#ffffff8c;margin-top:8px;font-size:14px;font-weight:500}.products-section{background:var(--dark);position:relative}.products-header{justify-content:space-between;align-items:flex-end;margin-bottom:60px;display:flex}.news-section{background:var(--dark);padding:80px 0;position:relative}.news-empty{text-align:center;color:#ffffff80;padding:60px 0;font-size:18px}.news-grid{grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto;display:grid}.news-card{background:#0b1929;border:1px solid #1e88e51f;border-radius:12px;transition:all .4s cubic-bezier(.23,1,.32,1);overflow:hidden}.news-card:hover{border-color:#1e88e54d;transform:translateY(-4px)}.news-media{background:#061220;width:100%;height:280px;overflow:hidden}.news-media img,.news-media video{object-fit:cover;width:100%;height:100%}.news-no-media{color:#ffffff4d;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.news-images-grid,.news-videos-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:8px;display:grid}.news-images-grid img,.news-videos-grid video{object-fit:cover;border-radius:6px;width:100%;height:150px}.news-cover-image{object-fit:cover;width:100%;height:100%}.news-video-indicator{width:100%;height:100%;color:var(--orange);background:#061220;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.video-icon{font-size:32px}.news-video-indicator span:last-child{color:#fff9;font-size:12px}.news-content{padding:24px}.news-date{color:var(--orange);margin-bottom:10px;font-size:13px;font-weight:600}.news-title{color:#fff;margin-bottom:12px;font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700;line-height:1.3}.news-text{color:#fff9;margin:0;font-size:15px;line-height:1.7}.news-card-link{text-decoration:none;display:block}.news-detail-section{background:var(--dark);min-height:60vh;padding:80px 0}.news-detail-container{max-width:900px;margin:0 auto;padding:0 20px}.news-detail-header{text-align:center;margin-bottom:40px}.news-detail-date{color:var(--orange);margin-bottom:16px;font-size:14px;font-weight:600}.news-detail-title{color:#fff;font-family:Barlow Condensed,sans-serif;font-size:42px;font-weight:700;line-height:1.2}.news-detail-media{margin-bottom:40px}.news-detail-images{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:20px;display:grid}.news-detail-image-wrapper{background:#0b1929;border-radius:12px;overflow:hidden}.news-detail-image-wrapper img{object-fit:cover;width:100%;height:300px;display:block}.news-detail-videos{flex-direction:column;gap:16px;display:flex}.news-detail-video-wrapper{background:#0b1929;border-radius:12px;overflow:hidden}.news-detail-video-wrapper video{width:100%;display:block}.news-detail-content{background:#0b1929;border:1px solid #1e88e51f;border-radius:12px;margin-bottom:40px;padding:32px}.news-detail-content p{color:#fffc;white-space:pre-wrap;margin:0;font-size:16px;line-height:1.8}.news-detail-footer{text-align:center;padding-top:20px}.back-link{color:var(--orange);font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s}.back-link:hover{opacity:.8}.news-detail-not-found{text-align:center;color:#fff9;padding:80px 20px}.news-detail-not-found p{margin-bottom:20px}.products-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product-card{cursor:pointer;color:inherit;background:#0b1929;border:1px solid #1e88e51f;border-radius:12px;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.product-card:hover{border-color:var(--orange);transform:translateY(-8px);box-shadow:0 20px 60px #f57c0026}.product-overlay{opacity:0;pointer-events:none;background:linear-gradient(135deg,#f57c000d,#0000);transition:opacity .4s;position:absolute;inset:0}.product-visual{justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.product-visual img{object-fit:contain;max-width:80%;max-height:80%}.pv-blue{background:linear-gradient(135deg,#0a2463 0%,#1565c0 100%)}.pv-orange{background:linear-gradient(135deg,#bf360c 0%,#f57c00 100%)}.pv-green{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 100%)}.pv-dark-blue{background:linear-gradient(135deg,#050e1f 0%,#0a2463 100%)}.product-tag{background:var(--orange);color:#fff;letter-spacing:1.5px;text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:14px;right:14px}.product-info{padding:24px}.product-name{text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:8px;font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700}.product-spec{color:#ffffff80;margin-bottom:16px;font-size:13px;line-height:1.5}.product-features{flex-wrap:wrap;gap:8px;display:flex}.product-features span{color:#ffffffb3;background:#0a246366;border-radius:4px;padding:4px 10px;font-size:11px}.product-specs-row{color:#fff9;gap:16px;font-size:12px;display:flex}.product-specs-row span{align-items:center;display:flex}.product-specs-row span+span{border-left:1px solid #fff3;padding-left:16px}.process-section{background:linear-gradient(135deg,#060f22 0%,#0a1a35 100%);position:relative;overflow:hidden}.process-grid{grid-template-columns:repeat(5,1fr);gap:24px;margin-top:60px;display:grid}.process-card{text-align:center;background:#0a246333;border:1px solid #1e88e51a;border-radius:12px;padding:32px 24px;transition:all .3s;position:relative}.process-card:before{content:"";background:linear-gradient(90deg, var(--orange), var(--orange-bright));transform-origin:0;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.process-card:hover{border-color:#1e88e54d;transform:translateY(-4px)}.process-card:hover:before{transform:scaleX(1)}.process-num{background:linear-gradient(135deg, var(--orange), var(--orange-bright));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-family:Barlow Condensed,sans-serif;font-size:24px;font-weight:900;display:flex;box-shadow:0 4px 20px #f57c0059}.process-icon{background:linear-gradient(135deg,#f57c0026,#f57c000d);border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 16px;display:flex}.process-icon svg{width:28px;height:28px;color:var(--orange)}.process-title{text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:10px;font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700}.process-desc{color:#ffffff80;font-size:14px;line-height:1.7}.cta-section{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%);text-align:center;padding:80px 8%;position:relative;overflow:hidden}.cta-title{text-transform:uppercase;color:var(--white);margin-bottom:20px;font-family:Barlow Condensed,sans-serif;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1}.cta-sub{color:#ffffffbf;max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:18px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.about-section{background:linear-gradient(135deg,#060f22 0%,#0a1a35 100%);position:relative;overflow:hidden}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-top:60px;display:grid}.about-visual{background:linear-gradient(135deg,#0a2463,#1565c0);border-radius:16px;align-items:flex-end;height:420px;padding:24px;display:flex;position:relative;overflow:hidden}.about-cert-image{object-fit:contain;opacity:.9;max-width:80%;max-height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-full-image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.about-badge{background:var(--orange);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:absolute;top:-20px;right:-20px;box-shadow:0 8px 30px #f57c0066}.about-badge-num{color:#fff;font-family:Barlow Condensed,sans-serif;font-size:32px;font-weight:900;line-height:1}.about-badge-text{letter-spacing:1px;text-align:center;color:#fff;opacity:.9;font-size:10px;font-weight:600}.about-text p{color:#ffffffa6;margin-bottom:20px;font-size:16px;line-height:1.8}.about-lead{color:#ffffffd9;margin-bottom:32px;font-size:18px;line-height:1.8}.about-features{flex-direction:column;gap:24px;display:flex}.af-item{align-items:flex-start;gap:16px;display:flex}.af-item svg{width:48px;height:48px;color:var(--orange);flex-shrink:0}.af-item div{flex:1}.af-item h4{color:#fff;margin-bottom:6px;font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700}.af-item p{color:#fff9;margin:0;font-size:14px;line-height:1.6}.cert-row{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.cert-chip{background:#2e7d3226;border:1px solid #43a0474d;border-radius:4px;align-items:center;gap:8px;padding:8px 14px;display:flex}.cert-chip svg{width:18px;height:18px;color:var(--green-bright)}.cert-chip span{letter-spacing:1px;text-transform:uppercase;color:var(--green-light);font-size:12px;font-weight:600}.contact-section{background:linear-gradient(135deg,#060f22,#0a1a35);position:relative;overflow:hidden}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:80px;margin-top:60px;display:grid}.contact-info h3{text-transform:uppercase;color:var(--white);margin-bottom:20px;font-family:Barlow Condensed,sans-serif;font-size:48px;font-weight:800;line-height:1}.contact-info p{color:#ffffff8c;margin-bottom:40px;font-size:15px;line-height:1.7}.contact-details{flex-direction:column;gap:16px;display:flex}.contact-item{background:#0a24634d;border:1px solid #1e88e51a;border-radius:8px;align-items:center;gap:14px;padding:16px;display:flex}.contact-item-icon{background:#f57c0026;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.contact-item-icon svg{width:20px;height:20px;color:var(--orange)}.contact-item-text{font-size:14px}.contact-item-label{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff59;margin-bottom:2px;font-size:10px;font-weight:600}.contact-item-val{color:#fffc}.contact-form{background:#0a246333;border:1px solid #1e88e51f;border-radius:16px;padding:40px}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-group{margin-bottom:16px}.form-label{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff80;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.form-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:100%;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:15px;transition:border-color .2s}select.form-input{cursor:pointer;appearance:none;background:#0a2463cc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E") right 16px center no-repeat;padding-right:40px}select.form-input option{color:#fff;background:#0a1a35;padding:12px}.form-input:focus{border-color:var(--orange)}.form-input::placeholder{color:#fff3}textarea.form-input{resize:vertical;min-height:120px}.form-submit{background:linear-gradient(135deg, var(--orange), var(--orange-bright));color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;width:100%;padding:16px;font-family:Rajdhani,sans-serif;font-size:17px;font-weight:700;transition:all .3s}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f57c0066}footer{background:#03090f;border-top:1px solid #ffffff0f;padding:60px 8% 30px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:50px;display:grid}.footer-brand .logo-text{margin-bottom:12px;font-size:26px}.footer-brand p{color:#fff6;margin-bottom:24px;font-size:14px;line-height:1.7}.social-row{gap:10px;display:flex}.social-btn{color:#ffffff80;background:#ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.social-btn:hover{background:var(--orange);color:#fff}.footer-col h4{letter-spacing:2px;text-transform:uppercase;color:#fff9;margin-bottom:20px;font-family:Rajdhani,sans-serif;font-size:14px;font-weight:700}.footer-col a{color:#ffffff59;margin-bottom:10px;font-size:14px;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--orange-light)}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-bottom p{color:#ffffff40;font-size:13px}.footer-bottom span{color:var(--orange)}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (width<=1024px){.about-grid,.contact-grid{grid-template-columns:1fr}.products-grid,.stats-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-stats{display:none}}@media (width<=768px){.nav-links{display:none}.products-grid,.stats-grid,.process-grid{grid-template-columns:1fr}.products-header{flex-direction:column;gap:16px}.form-row,.footer-grid{grid-template-columns:1fr}.hero-visual{display:none}.hero-content{padding:0 5%}}.product-detail-page{min-height:100vh}.product-detail-loading{color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.product-detail-error{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:60vh;display:flex}.product-detail-section{background:#050e1f;padding:80px 5%}.products-empty{color:#ffffffb3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:50vh;padding:40px;display:flex}.products-empty .empty-category-image{opacity:.5;max-width:300px;margin-bottom:20px}.products-loading{color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:50vh;display:flex}.loading-spinner{border:3px solid #ffffff1a;border-top-color:#00d4ff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.product-detail-grid{grid-template-columns:1fr 1fr;gap:60px;max-width:1400px;margin:0 auto;display:grid}.product-image-container{background:#ffffff0d;border-radius:16px;justify-content:center;align-items:flex-start;padding:40px;display:flex}.product-detail-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:500px}.product-image-gallery{flex-direction:column;gap:15px;width:100%;display:flex}.product-main-image{background:#0003;border-radius:12px;justify-content:center;align-items:center;min-height:300px;padding:20px;display:flex}.product-main-image img{object-fit:contain;border-radius:8px;max-width:100%;max-height:400px}.product-thumbnails{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.product-thumbnail{cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:8px;width:70px;height:70px;transition:all .3s;overflow:hidden}.product-thumbnail:hover{opacity:1}.product-thumbnail.active{opacity:1;border-color:#00d4ff}.product-thumbnail img{object-fit:cover;width:100%;height:100%}.terms-section{background:linear-gradient(135deg,#060f22 0%,#0a1a35 100%);padding:80px 20px}.terms-container{max-width:900px;margin:0 auto}.terms-content{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:60px}.terms-updated{color:#ffffff80;border-bottom:1px solid #ffffff1a;margin-bottom:40px;padding-bottom:20px;font-size:14px}.terms-content h2{color:#fff;margin:40px 0 20px;font-size:22px;font-weight:600}.terms-content h2:first-of-type{margin-top:0}.terms-content p{color:#ffffffb3;margin-bottom:16px;line-height:1.8}.product-no-image{color:#fff6;padding:100px;font-size:18px}.product-info-container{flex-direction:column;gap:32px;display:flex}.product-header{border-bottom:1px solid #ffffff1a;padding-bottom:24px}.product-category-tag{color:#050e1f;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#00d4ff,#00a8e8);border-radius:20px;margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.product-header h2{color:#fff;margin-bottom:8px;font-size:36px;font-weight:700}.product-model{color:#fff9;font-size:14px}.product-specs{background:#ffffff08;border-radius:12px;padding:24px}.product-specs h3{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:12px;font-size:18px}.specs-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.spec-item{background:#ffffff0d;border-radius:8px;justify-content:space-between;padding:12px 16px;display:flex}.spec-label{color:#ffffff80;font-size:13px}.spec-value{color:#fff;font-size:14px;font-weight:600}.product-features h3{color:#fff;margin-bottom:16px;font-size:18px}.product-features ul{grid-template-columns:1fr 1fr;gap:12px;padding:0;list-style:none;display:grid}.product-features li{color:#fffc;cursor:pointer;background:#ffffff0d;border-left:3px solid #00d4ff;border-radius:8px;padding:10px 16px;font-size:14px;transition:all .3s}.product-features li:hover{background:#ffffff1a;border-left-color:#ff7c00}.product-features li.active{color:#ff7c00;background:#f57c0033;border-left-color:#ff7c00}.related-products-section{background:#050e1f;border-top:1px solid #ffffff1a;padding:60px 5%}.related-products-header{justify-content:space-between;align-items:center;max-width:1400px;margin-bottom:32px;margin-left:auto;margin-right:auto;display:flex}.related-products-header h3{color:#fff;font-size:24px}.product-actions{gap:16px;padding-top:16px;display:flex}.weight-calculator{background:#0a24634d;border:1px solid #ffffff1a;border-radius:12px;margin-top:24px;padding:20px}.weight-calculator h3{color:#fff;margin-bottom:8px;font-size:18px}.calc-info{color:#fff9;margin-bottom:16px;font-size:13px}.calc-form{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.calc-cards{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.calc-card{background:#0003;border:1px solid #ffffff1a;border-radius:8px;padding:16px}.calc-card h4{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:12px;padding-bottom:8px;font-size:15px}.calc-card .calc-row{margin-bottom:10px}.calc-card .calc-row:last-child{margin-bottom:0}.calc-card-result{color:#fffc;background:#0a246366;border-radius:6px;justify-content:space-between;margin-top:12px;padding:10px;font-size:14px;display:flex}.calc-row{align-items:center;gap:8px;display:flex}.calc-row label{color:#ffffffb3;white-space:nowrap;font-size:13px}.calc-row select,.calc-row input{color:#fff;background:#0006;border:1px solid #fff3;border-radius:6px;padding:8px 12px;font-size:14px}.calc-row select option{color:#fff;background:#1a1a2e}.calc-row input{width:80px}.calc-card-result span:last-child{color:#fff;font-weight:700}.btn-calc{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a2463 0%,#1e3a8a 100%);border:none;border-radius:6px;padding:10px 20px;font-size:14px;transition:all .3s}.btn-calc:hover{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%)}.calc-result{background:#0000004d;border-radius:8px;margin-top:16px;padding:16px}.result-row{color:#ffffffb3;justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.result-row.total{color:#fff;border-top:1px solid #fff3;margin-top:8px;padding-top:12px;font-size:16px;font-weight:700}@media (width<=968px){.product-detail-grid{grid-template-columns:1fr;gap:40px}.specs-grid,.product-features ul{grid-template-columns:1fr}.product-header h2{font-size:28px}.product-actions{flex-direction:column}}
