:root{--primary-color: #2c3e50;--primary-dark: #1a252f;--secondary-color: #4CAF50;--text-color: #333;--text-light: #fff;--bg-dark: #1a1a2e;--bg-light: #f5f5f5;--steel-gray: #7f8c8d;--dark-gray: #2c3e50}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-light)}.container{max-width:1320px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;background:transparent;padding:1rem 0}.header.scrolled{background:#1a1a2ef2;padding:.5rem 0}.nav{display:flex;justify-content:space-between;align-items:center;position:relative}.nav-logo{position:absolute;left:50%;transform:translate(-50%);text-decoration:none;display:flex;align-items:center}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-icon{display:flex;align-items:center;justify-content:center}.logo-text{font-size:1.2rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.header.scrolled .logo-text{color:var(--text-light)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-item{position:relative}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.nav-dropdown{position:absolute;top:100%;left:-200px;background:#1e293b;list-style:none;padding:1rem 0;min-width:1200px;box-shadow:0 4px 6px #0000001a;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;display:flex;flex-direction:row;gap:1.5rem;padding:1.5rem;flex-wrap:nowrap;justify-content:flex-start}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible}.nav-dropdown li{position:relative}.nav-dropdown li:not(:last-child):after{content:"|";position:absolute;right:-10px;top:50%;transform:translateY(-50%);color:var(--secondary-color)}.nav-dropdown li a{color:#fff;text-decoration:none;padding:.5rem 1rem;display:block;font-size:.85rem;transition:background .3s ease}.nav-dropdown li a:hover{background:#ffffff1a;color:var(--secondary-color)}.nav-link:hover{color:var(--primary-color)}.nav-right{display:flex;align-items:center;gap:1rem}.search-bar{display:flex;align-items:center;background:#ffffff1a;border-radius:20px;padding:.5rem 1rem}.search-input{background:transparent;border:none;color:var(--text-light);outline:none;width:200px}.search-input::placeholder{color:#ffffffb3}.contact-btn{background:var(--secondary-color);color:var(--text-light);border:none;padding:.5rem 1.5rem;border-radius:20px;cursor:pointer;font-weight:500;transition:all .3s ease}.contact-btn:hover{background:var(--text-light);color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.hero{position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-1}.hero-content{z-index:1;color:var(--text-light);max-width:800px;padding:0 20px}.hero-logo{font-size:4rem;font-weight:700;margin-bottom:2rem;color:var(--text-light)}.hero-btn{background:var(--secondary-color);color:var(--text-light);border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;margin-top:2rem}.hero-btn:hover{background:var(--text-light);color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.products-hero{background:url(/images/products-hero-image.webp) no-repeat center center fixed;background-size:cover}.products-hero .hero-overlay{background:#0009}.plain-page .products-hero{background:url(/images/products-hero-image.webp) no-repeat center center fixed;background-size:cover}.serrated-page .products-hero{background:url(/images/products/SERRATED-STEEL-GRATING/serrated-steel-bar-grating.webp) no-repeat center center fixed;background-size:cover}.ibar-page .products-hero{background:url(/images/products/I-BAR-STEEL-GRATING/I-BAR-GRATING.webp) no-repeat center center fixed;background-size:cover}.products-hero-title{font-size:6rem;font-weight:700;color:var(--secondary-color);text-transform:uppercase;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.products-hero .hero-btn{background:transparent;border:2px solid var(--secondary-color);color:var(--secondary-color);padding:.75rem 2rem;border-radius:25px;font-size:1rem;transition:all .3s ease}.products-hero .hero-btn:hover{background:var(--secondary-color);color:var(--bg-primary);transform:translateY(-2px)}.section{padding:2.5rem 0}.section-dark{background:var(--bg-dark);color:var(--text-light)}.mission-section{position:relative;overflow:hidden;background:#0f172a}.mission-content{position:relative;z-index:1;max-width:1386px;margin:0 auto;padding:1.65rem 0}.mission-grid{display:grid;grid-template-columns:2.2fr 1fr;gap:.33rem;align-items:center;width:110%;margin-left:-5%}.grid-background{justify-self:start}.mission-title{font-size:1.8rem;font-weight:700;color:var(--text-light);line-height:1.4;position:relative;text-transform:uppercase;letter-spacing:1px;margin-left:1rem}.cursor{display:inline-block;width:2px;height:1.2em;background:var(--text-light);margin-left:5px;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.mission-text{font-size:.9rem;line-height:1.6;color:#fffc;margin:0;letter-spacing:.5px;margin-left:1rem}.solutions-section{background:#0f172a;padding:3rem 0}.carousel{position:relative;max-width:1200px;margin:0 auto;overflow:hidden;border-radius:10px}.carousel-container{position:relative;width:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .5s ease}.carousel-slide.active{position:relative;opacity:1}.carousel-content{position:relative;height:0;padding-bottom:49.49%;border:2px solid var(--secondary-color);border-radius:10px;overflow:hidden}.carousel-text{position:absolute;top:20%;left:0;width:60%;padding:0 3rem;color:var(--text-light);z-index:2;background:transparent}.carousel-text h3{font-size:1rem;font-weight:500;margin-bottom:1rem;color:var(--secondary-color);text-transform:uppercase}.carousel-text h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;line-height:1.3;text-transform:uppercase}.carousel-btn{display:inline-block;color:var(--text-light);text-decoration:none;font-weight:500;transition:color .3s ease;width:fit-content}.carousel-btn:hover{color:var(--secondary-color)}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%}.carousel-image img{width:100%;height:100%;object-fit:cover}.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:0 1rem}.carousel-prev,.carousel-next{background:transparent;border:none;color:var(--text-light);font-size:1.5rem;cursor:pointer;padding:.5rem;transition:color .3s ease}.carousel-prev:hover,.carousel-next:hover{color:var(--secondary-color)}.carousel-indicators{display:flex;gap:1rem}.indicator{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.indicator.active{background:var(--secondary-color);width:30px;border-radius:6px}.products-section{padding:5rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-color)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.product-card{background:var(--text-light);border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 8px 24px #00000026}.product-image{width:100%;height:200px;object-fit:cover}.product-content{padding:1.5rem}.product-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.product-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.product-btn{display:inline-block;background:var(--secondary-color);color:var(--text-light);padding:.75rem 1.5rem;border-radius:20px;text-decoration:none;font-weight:500;transition:background .3s ease}.product-btn:hover{background:#d35400}.news-section{padding:5rem 0;background:#1a1a2e;color:var(--text-light)}.news-content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.news-text{flex:1;min-width:300px}.news-title{font-size:2rem;margin-bottom:1.5rem;font-weight:700}.news-description{margin-bottom:2rem;line-height:1.6}.news-buttons{display:flex;gap:1rem;flex-wrap:wrap}.news-btn{background:transparent;color:var(--text-light);border:1px solid var(--text-light);padding:.75rem 1.5rem;border-radius:20px;text-decoration:none;font-weight:500;transition:all .3s ease}.news-btn:hover{background:var(--text-light);color:var(--bg-dark)}.news-image{flex:1;min-width:300px;border-radius:10px;overflow:hidden;height:300px}.news-image img{width:100%;height:100%;object-fit:contain;display:block;background:#0f172a}.footer{background:var(--bg-dark);color:var(--text-light);padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom{text-align:center;font-size:.9rem;color:#ffffff80;margin-bottom:1rem}.footer-content{display:flex;align-items:center;position:relative}.footer-logo{text-align:left;flex:1}.footer-logo h2{font-size:1.5rem;margin:0}.footer-copyright{position:absolute;left:50%;transform:translate(-50%);text-align:center;font-size:.9rem;color:#ffffff80;margin:0}@media (max-width: 768px){.nav-menu{display:none}.hero-logo{font-size:2.5rem}.mission-title,.section-title{font-size:2rem}.news-content{flex-direction:column}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease forwards}.product-carousel-section{background:#0f172a;padding:3rem 0;position:relative;width:100%;margin:0;max-width:none}.product-carousel{position:relative;width:100%;margin:0;max-width:none}.product-carousel-content{display:flex;align-items:center;gap:0;position:relative;overflow:hidden;width:100%}.product-carousel-container{display:flex;width:300%;transition:transform .5s ease}.product-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .3s ease;position:relative;height:0;padding-bottom:25%;width:33.333333%;flex-shrink:0}.product-carousel-prev,.product-carousel-next{background:var(--secondary-color);border:2px solid var(--secondary-color);color:var(--bg-primary);font-size:1.5rem;cursor:pointer;padding:.5rem;transition:all .3s ease;position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%}.product-carousel-prev{left:20px}.product-carousel-next{right:20px}.product-carousel-prev:hover,.product-carousel-next:hover{color:var(--secondary-color);border-color:var(--secondary-color)}.product-item-image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.product-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-item-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:var(--text-light);background:linear-gradient(to top,rgba(0,0,0,.8),transparent);z-index:2;height:33%;display:flex;flex-direction:column;justify-content:flex-end}.product-item-content h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;color:var(--text-light)}.product-item-content p{margin-bottom:1rem;line-height:1.5;color:#ffffffb3;font-size:.9rem}.product-item-btn{display:inline-block;color:var(--secondary-color);text-decoration:none;font-weight:500;transition:color .3s ease;font-size:.8rem;text-transform:uppercase}.product-item-btn:hover{color:var(--text-light)}.product-image-link{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;text-decoration:none;color:inherit}html{scroll-behavior:smooth}.carry-everything-section{background:linear-gradient(to right,#0f172a 60%,#4caf50);padding:6rem 0;position:relative;overflow:hidden}.carry-everything-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:0 20px}.carry-everything-title{font-size:5rem;font-weight:700;color:var(--secondary-color);text-transform:uppercase;margin-bottom:3rem;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:Arial,sans-serif;transform:scaleX(1.1);transform-origin:center;display:inline-block;white-space:nowrap}.carry-everything-buttons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.carry-everything-btn{padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;border-radius:4px;transition:all .3s ease;display:inline-block}.carry-everything-btn.outline{background:transparent;color:var(--text-light);border:2px solid var(--text-light)}.carry-everything-btn.outline:hover{background:var(--text-light);color:var(--bg-dark)}.carry-everything-btn.fill{background:var(--secondary-color);color:var(--bg-dark);border:2px solid var(--secondary-color)}.carry-everything-btn.fill:hover{background:transparent;color:var(--secondary-color)}@media (max-width: 768px){.carry-everything-title{font-size:2.5rem}.carry-everything-buttons{flex-direction:column;align-items:center}.carry-everything-btn{width:100%;max-width:300px;text-align:center}}.product-overview{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.product-info{flex:1;min-width:300px}.product-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--secondary-color);text-transform:uppercase;letter-spacing:1px}.product-description{margin-bottom:1.5rem;line-height:1.6;color:var(--text-light)}.product-btn{display:inline-block;background:var(--secondary-color);color:var(--bg-dark);padding:.75rem 2rem;border-radius:4px;text-decoration:none;font-weight:500;text-transform:uppercase;transition:all .3s ease}.product-btn:hover{background:transparent;color:var(--secondary-color);border:2px solid var(--secondary-color)}.product-image{flex:1;min-width:300px;border-radius:8px;overflow:hidden}.product-image img{width:100%;height:auto;display:block}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-item{background:var(--bg-dark);padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.feature-item h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--secondary-color);text-transform:uppercase}.feature-item p{color:var(--text-light);line-height:1.6}.specifications-table{margin-top:2rem;overflow-x:auto}.specifications-table table{width:100%;border-collapse:collapse}.specifications-table th,.specifications-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.specifications-table th{background:#ffffff0d;font-weight:700;color:var(--secondary-color);text-transform:uppercase;font-size:.9rem}.specifications-table td{color:var(--text-light)}.applications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.application-item{background:var(--bg-dark);padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.application-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.application-item h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--secondary-color);text-transform:uppercase}.application-item p{color:var(--text-light);line-height:1.6}.downloads-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.download-item{display:flex;justify-content:space-between;align-items:center;background:#ffffff0d;padding:1.5rem;border-radius:8px;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.download-item:hover{background:#ffffff1a;border-color:var(--secondary-color)}.download-item span:first-child{color:var(--text-light);font-weight:500}.download-item span:last-child{color:var(--secondary-color);font-weight:700;text-transform:uppercase;font-size:.9rem}@media (max-width: 768px){.product-overview{flex-direction:column}.product-title{font-size:1.5rem}.features-grid,.applications-grid,.downloads-grid{grid-template-columns:1fr}}.figure1-section{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.figure1-left{flex:1;min-width:300px}.grid-background{background-image:linear-gradient(to right,rgba(76,175,80,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(76,175,80,.1) 1px,transparent 1px);background-size:20px 20px;padding:2rem;border:1px solid rgba(76,175,80,.2)}.figure1-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.figure1-subtitle{font-size:1rem;color:var(--secondary-color);text-transform:uppercase;letter-spacing:1px}.figure1-right{flex:1;min-width:300px}.figure1-text{margin-bottom:1rem;line-height:1.6;color:var(--text-light)}.figure2-section{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.figure2-image{flex:1;min-width:300px;position:relative;margin-left:3rem}.figure2-image img{width:100%;height:auto;display:block;position:relative;z-index:0}.figure2-content{flex:1;min-width:300px}.figure2-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.figure2-list{list-style:none}.figure2-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:var(--text-light);line-height:1.5}.figure2-list li:before{content:"•";position:absolute;left:0;color:var(--secondary-color);font-weight:700;font-size:1.2rem}.figure3-section{position:relative}.figure3-image-container{position:relative;border:3px solid var(--secondary-color);border-radius:8px;overflow:hidden}.figure3-image{position:relative}.figure3-image img{width:100%;height:auto;display:block}.figure4-section{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.figure4-left{flex:1;min-width:300px}.figure4-title{font-size:1.8rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.figure4-right{flex:1;min-width:300px}.figure4-text{margin-bottom:1rem;line-height:1.6;color:var(--text-light)}.figure5-section{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.figure5-image-container{flex:1;min-width:300px;position:relative;border:3px solid var(--secondary-color);border-radius:8px;overflow:hidden}.figure5-image-container:before{content:"";position:absolute;top:-15px;left:-15px;width:100px;height:100px;border-top:5px solid var(--secondary-color);border-left:5px solid var(--secondary-color);z-index:1}.figure5-image-container:after{content:"";position:absolute;top:-15px;right:-15px;width:100px;height:100px;border-top:5px solid var(--secondary-color);border-right:5px solid var(--secondary-color);z-index:1}.figure5-image{position:relative;z-index:0}.figure5-image img{width:100%;height:auto;display:block}.figure5-content{flex:1;min-width:300px}.figure5-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.figure5-text{margin-bottom:1.5rem;line-height:1.6;color:var(--text-light)}.figure5-list{list-style:none}.figure5-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:var(--text-light);line-height:1.5}.figure5-list li:before{content:"•";position:absolute;left:0;color:var(--secondary-color);font-weight:700;font-size:1.2rem}@media (max-width: 768px){.figure1-section,.figure2-section,.figure4-section,.figure5-section{flex-direction:column}.figure1-title,.figure2-title,.figure4-title,.figure5-title{font-size:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.hero-content h1{font-size:3.5rem}.nav-menu{gap:1rem}.nav-link{font-size:.8rem}.mission-grid{grid-template-columns:1fr;gap:2rem}.mission-title{font-size:1.5rem}.section-title{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr)}.carousel-text{width:70%;padding:0 2rem}.carousel-text h2{font-size:1.4rem}.product-grid{grid-template-columns:repeat(2,1fr)}.product-carousel-section{padding:2rem 0}.product-carousel-prev,.product-carousel-next{width:40px;height:40px;font-size:1.2rem}.product-item{height:250px}.product-item-content{padding:1rem}.product-item-content h3{font-size:.9rem}.product-item-content p{font-size:.8rem;display:none}.figure1-section,.figure2-section,.figure4-section,.figure5-section{gap:2rem}}@media (max-width: 768px){.hero{min-height:100vh;padding:2rem 0}.hero-content{padding:0 1rem}.hero-content>div{gap:1rem!important}.hero-content h1{font-size:2rem!important;letter-spacing:.1em!important;white-space:normal!important;word-break:break-word;line-height:1.3}.hero-content .logo-icon svg{width:60px!important;height:60px!important}.hero-btn{padding:.75rem 1.5rem;font-size:.9rem;margin-top:1rem}.nav-menu{display:none}.nav-right{gap:.5rem}.contact-btn{padding:.4rem 1rem;font-size:.8rem}.search-bar{display:none}.mission-section{padding:2rem 0}.mission-content{padding:1rem}.mission-grid{grid-template-columns:1fr;gap:1.5rem}.mission-title{font-size:1.2rem;letter-spacing:.5px}.mission-text{font-size:.85rem;line-height:1.5}.solutions-section{padding:2rem 0}.carousel{max-width:100%}.carousel-text{width:100%;padding:1rem;position:relative;background:#000000b3}.carousel-text h3{font-size:.8rem}.carousel-text h2{font-size:1.1rem;margin-bottom:1rem}.carousel-btn{font-size:.8rem}.carousel-content{padding-bottom:66.67%}.products-section{padding:2rem 0}.section-title{font-size:1.5rem;margin-bottom:2rem}.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{margin:0 1rem}.product-carousel-section{padding:1.5rem 0}.product-carousel-prev,.product-carousel-next{width:35px;height:35px;font-size:1rem}.product-item{height:200px}.product-item-content{padding:.75rem}.product-item-content h3{font-size:.8rem}.product-item-btn{font-size:.7rem}.news-section{padding:2rem 0}.news-title{font-size:1.5rem}.news-text{padding:0 1rem}.news-buttons{justify-content:center}.news-image{height:250px;margin-top:1rem}.figure1-section,.figure2-section,.figure4-section,.figure5-section{flex-direction:column;padding:1rem}.figure1-title,.figure2-title,.figure4-title,.figure5-title{font-size:1.3rem;text-align:center}.figure1-text,.figure2-text,.figure4-text,.figure5-text,.figure2-list li,.figure5-list li{font-size:.9rem}.product-overview{flex-direction:column;gap:1.5rem;padding:1rem}.product-info,.product-image{min-width:100%}.features-grid,.applications-grid,.downloads-grid{grid-template-columns:1fr}.specifications-table{font-size:.85rem}.specifications-table th,.specifications-table td{padding:.5rem}.videos-header{padding:1rem}.videos-header h1{font-size:1.5rem}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;padding:1rem}.video-card{margin:0}.video-player-container{flex-direction:column}.video-main{width:100%;margin-bottom:1rem}.video-sidebar{width:100%;padding:1rem}.recommended-video-item{flex-direction:column;gap:.5rem}.recommended-video-item img{width:100%;height:auto}.pagination{flex-wrap:wrap;justify-content:center;gap:.5rem}.pagination-btn{padding:.4rem .8rem;font-size:.8rem}.footer{padding:1.5rem 0}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-logo{text-align:center}.footer-copyright{position:static;transform:none}.contact-section{padding:2rem 1rem}.contact-section h1{font-size:1.5rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea,.form-group select{padding:.6rem;font-size:.9rem}.submit-btn{padding:.6rem 1.5rem;font-size:.9rem}.about-content{padding:2rem 1rem}.about-content h1{font-size:1.5rem}.about-content p{font-size:.9rem;line-height:1.6}}@media (max-width: 480px){.hero-content h1{font-size:1.5rem!important}.hero-content .logo-icon svg{width:48px!important;height:48px!important}.hero-btn{padding:.6rem 1.2rem;font-size:.8rem}.mission-title{font-size:1rem}.mission-text{font-size:.8rem}.carousel-text h2{font-size:.95rem}.news-title{font-size:1.2rem}.news-btn{padding:.5rem 1rem;font-size:.8rem}.figure1-title,.figure2-title,.figure4-title,.figure5-title{font-size:1.1rem}.videos-grid{grid-template-columns:1fr}}@media (min-width: 1400px){.container{max-width:1400px}.hero-content h1{font-size:6rem}.mission-title{font-size:2.2rem}.mission-text{font-size:1.1rem}.section-title{font-size:3rem}.products-grid{grid-template-columns:repeat(4,1fr)}.product-item{height:400px}.carousel-text h2{font-size:2.2rem}.carousel-text h3{font-size:1.2rem}}
