@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-blue: #1a365d;--secondary-blue: #2d5aa0;--accent-gold: #ffd89b;--gradient-start: #667eea;--gradient-end: #764ba2;--text-dark: #2d3748;--text-light: #64748b;--bg-light: #f8fafc;--border-light: #e2e8f0;--white: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:var(--text-dark);background-color:var(--white);overflow-x:hidden}a{color:inherit;text-decoration:inherit}button{border:none;outline:none;background:none;cursor:pointer}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--gradient-start);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gradient-end)}::selection{background:var(--accent-gold);color:var(--primary-blue)}*:focus-visible{outline:2px solid var(--gradient-start);outline-offset:2px}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 2px 30px #00000026}.header .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.logo h2{color:#1a365d;margin:0;font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#1a365d,#2d5aa0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo a{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.logo-mark{height:52px;width:52px;display:block;flex-shrink:0}.brand-name{font-size:1.9rem;font-weight:800;letter-spacing:.3px;white-space:nowrap;line-height:1}.brand-jros{background:linear-gradient(135deg,#1a365d,#2d7fd6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.brand-ind{color:#5b6675;font-weight:700}@media (max-width: 480px){.logo-mark{height:40px;width:40px}.brand-name{font-size:1.4rem}}.nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav a{text-decoration:none;color:#2d3748;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav a:hover{color:#2d5aa0}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2d5aa0;transition:width .3s ease}.nav a:hover:after{width:100%}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#2d3748}@media (max-width: 768px){.menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 5px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav ul{flex-direction:column;padding:20px;gap:1rem}.nav a{display:block;padding:10px 0}}.hero{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;padding:80px 20px 0}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:1}.hero-text{color:#fff}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:50px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#ffd89b,#19547b);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-visual{display:flex;justify-content:center;align-items:center}.gear-animation{position:relative;width:300px;height:300px}.gear{position:absolute;color:#fffc;animation:rotate 10s linear infinite}.gear-1{top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:15s}.gear-2{top:20%;right:20%;animation-duration:12s;animation-direction:reverse}.gear-3{bottom:20%;left:20%;animation-duration:18s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-stats{display:flex;gap:4rem;margin-top:4rem;z-index:1}.stat{text-align:center;color:#fff}.stat h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat p{font-size:1rem;opacity:.9}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.hero-stats{gap:2rem}.stat h3{font-size:2rem}.gear-animation{width:200px;height:200px}.gear-1 svg{width:60px;height:60px}.gear-2 svg{width:45px;height:45px}.gear-3 svg{width:35px;height:35px}}.company-overview{padding:100px 0;background:#f8fafc}.overview-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.overview-text h3{font-size:2rem;color:#1a365d;margin-bottom:1.5rem;font-weight:600}.overview-text p{font-size:1.1rem;line-height:1.7;color:#475569;margin-bottom:1.5rem}.key-points{margin-top:2rem}.point{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.point h4{color:#1a365d;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.point p{color:#64748b;margin:0;font-size:.95rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{box-shadow:0 10px 30px #00000026;border-color:#667eea}.feature-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-card h4{color:#1a365d;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.feature-card p{color:#64748b;line-height:1.6;font-size:.95rem}@media (max-width: 968px){.overview-content{grid-template-columns:1fr;gap:3rem}.features-grid{grid-template-columns:1fr}}@media (max-width: 768px){.company-overview{padding:60px 0}.section-header h2{font-size:2rem}.overview-text h3{font-size:1.5rem}.features-grid{gap:1rem}.feature-card{padding:1.5rem}.feature-icon{width:60px;height:60px}.feature-icon svg{width:30px;height:30px}}.vision-mission{padding:100px 0;background:linear-gradient(135deg,#1a365d,#2d5aa0);color:#fff;position:relative;overflow:hidden}.vision-mission:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M20 20c0-8.837-7.163-16-16-16v16h16z'/%3E%3C/g%3E%3C/svg%3E")}.vision-mission .container{position:relative;z-index:1}.vision-mission .section-header h2{color:#fff}.vision-mission .section-header p{color:#fffc}.vision-mission-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.vision-card,.mission-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:3rem;border-radius:20px;text-align:center;transition:all .3s ease}.vision-card:hover,.mission-card:hover{transform:translateY(-10px);background:#ffffff26}.card-icon{background:linear-gradient(135deg,#ffd89b,#19547b);width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#fff}.vision-card h3,.mission-card h3{font-size:1.8rem;margin-bottom:1.5rem;font-weight:600}.vision-card p,.mission-card p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.vision-points,.mission-points{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.point{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500}.values-section{text-align:center}.values-section h3{font-size:2rem;margin-bottom:1.5rem;font-weight:600}.quality-policy{max-width:780px;margin:0 auto 3rem;font-size:1.15rem;font-style:italic;line-height:1.7;opacity:.9}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:2rem;border-radius:15px;transition:all .3s ease}.value-item:hover{transform:translateY(-5px);background:#ffffff26}.value-item h4{font-size:1.3rem;margin-bottom:1rem;color:#ffd89b;font-weight:600}.value-item p{font-size:1rem;line-height:1.6;opacity:.9}@media (max-width: 968px){.vision-mission-content{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}}@media (max-width: 768px){.vision-mission{padding:60px 0}.vision-card,.mission-card{padding:2rem}.card-icon{width:80px;height:80px}.card-icon svg{width:40px;height:40px}.vision-card h3,.mission-card h3{font-size:1.5rem}.values-section h3{font-size:1.6rem}.vision-points,.mission-points{flex-direction:column;align-items:center}}.product-gallery{padding:100px 0;background:#fff}.category-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.filter-btn{padding:12px 24px;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid #e2e8f0}.product-card:hover{box-shadow:0 15px 40px #00000026;border-color:#667eea}.product-image{position:relative;height:250px;overflow:hidden}.placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;position:relative}.product-icon{color:#64748b;margin-bottom:1rem}.product-photo{width:100%;height:100%;object-fit:cover;display:block}.image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .image-overlay{opacity:1}.view-more{background:#fff;color:#1a365d;border:none;padding:12px 20px;border-radius:25px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.view-more:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.product-content{padding:2rem}.product-content h3{color:#1a365d;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.product-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.product-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.spec-tag{background:#f1f5f9;color:#475569;padding:.3rem .8rem;border-radius:15px;font-size:.85rem;font-weight:500}.product-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 20px;border-radius:25px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;width:100%;justify-content:center}.product-cta:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.cta-section{text-align:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:3rem;border-radius:20px;border:1px solid #e2e8f0}.cta-section h3{color:#1a365d;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.cta-section p{color:#64748b;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}@media (max-width: 768px){.product-gallery{padding:60px 0}.products-grid{grid-template-columns:1fr;gap:1.5rem}.category-filters{gap:.5rem}.filter-btn{padding:10px 16px;font-size:.9rem}.product-card{margin:0 1rem}.cta-section{padding:2rem;margin:0 1rem}}.dowel-specs{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#eef2f7)}.dowel-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:3rem}.dowel-visual img{width:100%;height:320px;object-fit:cover;border-radius:16px;box-shadow:0 8px 28px #0000001f;display:block}.dowel-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.dowel-highlight{background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 4px 14px #0000000f;display:flex;flex-direction:column;gap:.25rem}.dh-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.dh-value{font-size:1.02rem;font-weight:600;color:#1a365d}.dowel-table-wrap{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 28px #00000014}.table-scroll{overflow-x:auto}.dowel-table{width:100%;border-collapse:collapse;font-size:1rem}.dowel-table th{text-align:left;padding:.85rem 1rem;background:linear-gradient(135deg,#1a365d,#2d5aa0);color:#fff;font-weight:600;white-space:nowrap}.dowel-table th:first-child{border-top-left-radius:10px}.dowel-table th:last-child{border-top-right-radius:10px}.dowel-table td{padding:.8rem 1rem;border-bottom:1px solid #eef2f7;color:#334155;white-space:nowrap}.dowel-table tbody tr:nth-child(2n){background:#f8fafc}.dowel-table tbody tr:hover{background:#eef2f7}.od-cell{font-weight:700;color:#1a365d}.dowel-note{margin-top:1.25rem;font-size:.92rem;color:#64748b;font-style:italic}@media (max-width: 900px){.dowel-content{grid-template-columns:1fr;gap:2rem}.dowel-visual img{height:260px}}.facilities{padding:100px 0;background:#f8fafc}.facilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.facility-photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:4rem}.facility-photo{border-radius:16px;overflow:hidden;box-shadow:0 5px 20px #0000001f;height:300px}.facility-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.facility-photo:hover img{transform:scale(1.05)}.facility-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.facility-card:hover{box-shadow:0 15px 40px #00000026;border-color:#667eea}.facility-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.facility-card h3{color:#1a365d;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.facility-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.facility-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.feature-tag{background:#f1f5f9;color:#475569;padding:.4rem .8rem;border-radius:15px;font-size:.85rem;font-weight:500}.facility-details{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 5px 20px #00000014;border:1px solid #e2e8f0}.location-info h3,.operating-info h3{display:flex;align-items:center;gap:.5rem;color:#1a365d;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.location-info p,.operating-info p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.location-details{display:flex;flex-direction:column;gap:.8rem}.detail{color:#475569;font-size:.95rem}.detail strong{color:#1a365d;font-weight:600;display:inline-block;width:80px}.operation-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:15px;border:1px solid #e2e8f0}.stat h4{color:#667eea;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#64748b;font-size:.9rem;margin:0}.certifications-section{text-align:center;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 5px 20px #00000014;border:1px solid #e2e8f0}.certifications-section h3{color:#1a365d;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.certifications-section p{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.certifications-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.certification-badge{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.8rem 1.2rem;border-radius:25px;font-weight:500;font-size:.9rem}@media (max-width: 968px){.facility-details{grid-template-columns:1fr;gap:2rem}.operation-stats{grid-template-columns:1fr;gap:1rem}}@media (max-width: 768px){.facilities{padding:60px 0}.facilities-grid{grid-template-columns:1fr;gap:1.5rem}.facility-card,.facility-details,.certifications-section{padding:2rem}.certifications-grid{gap:.5rem}.certification-badge{padding:.6rem 1rem;font-size:.85rem}}.clients{padding:100px 0;background:#fff}.clients-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;padding:3rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-item p{font-size:1rem;opacity:.9}.clients-content{display:grid;grid-template-columns:1fr;gap:3.5rem;margin-bottom:4rem}.associates h3,.industries-served h3{color:#1a365d;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.logo-wall{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 5px 20px #0000000f}.logo-wall img{display:block;width:100%;max-width:1000px;height:auto;margin:0 auto}.client-list{display:flex;flex-direction:column;gap:1rem}.client-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:15px;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.client-card:hover{background:#fff;border-color:#667eea;box-shadow:0 5px 15px #0000001a}.client-card svg{color:#667eea;flex-shrink:0}.client-card h4{color:#1a365d;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.client-card p{color:#64748b;font-size:.9rem;margin:0}.industries-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.industry-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border-radius:10px;text-align:center;font-weight:500;font-size:.9rem;transition:all .3s ease;cursor:pointer}.industry-tag:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.testimonials-section{text-align:center}.testimonials-section h3{color:#1a365d;font-size:2rem;font-weight:600;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:#f8fafc;padding:2.5rem;border-radius:20px;border:1px solid #e2e8f0;text-align:left;transition:all .3s ease;position:relative}.testimonial-card:hover{background:#fff;border-color:#667eea;box-shadow:0 10px 30px #0000001a}.quote-icon{position:absolute;top:-15px;left:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.testimonial-text{color:#475569;font-size:1.1rem;line-height:1.6;margin:1.5rem 0 2rem;font-style:italic}.testimonial-author{display:flex;justify-content:space-between;align-items:flex-end}.author-info h4{color:#1a365d;font-weight:600;margin-bottom:.3rem}.author-info p{color:#64748b;font-size:.9rem;margin:.2rem 0}.company{font-weight:500!important;color:#667eea!important}.rating{display:flex;gap:.2rem;color:#fbbf24}@media (max-width: 968px){.clients-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.clients-content{grid-template-columns:1fr;gap:3rem}.industries-grid,.testimonials-grid{grid-template-columns:1fr}}@media (max-width: 768px){.clients{padding:60px 0}.clients-stats{grid-template-columns:1fr;gap:1rem;padding:2rem}.stat-item h3{font-size:2rem}.testimonial-card{padding:2rem}.testimonial-author{flex-direction:column;align-items:flex-start;gap:1rem}}.contact{padding:100px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h3{color:#1a365d;font-size:2rem;font-weight:600;margin-bottom:1rem}.contact-info>p{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.contact-info-grid{margin-bottom:3rem}.contact-info-item{display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:15px;border:1px solid #e2e8f0;transition:all .3s ease}.contact-info-item:hover{border-color:#667eea;box-shadow:0 5px 15px #0000001a}.contact-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-details h4{color:#1a365d;font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.contact-subtitle{color:#667eea;font-size:.9rem;font-weight:500;margin-bottom:.5rem!important}.contact-detail{color:#64748b;font-size:.95rem;margin:.2rem 0}.emergency-contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:15px;text-align:center}.emergency-contact h4{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.emergency-contact p{margin:.5rem 0;opacity:.9}.emergency-number{font-size:1.2rem;font-weight:600;margin:1rem 0!important;background:#ffffff1a;padding:.5rem 1rem;border-radius:25px;display:inline-block}.emergency-note{font-size:.85rem;opacity:.8!important}.contact-form-container{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.form-header{text-align:center;margin-bottom:2.5rem}.form-header h3{color:#1a365d;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.form-header p{color:#64748b;font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper svg{position:absolute;left:1rem;color:#64748b;z-index:1}.input-wrapper input,.input-wrapper textarea{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.input-wrapper input:focus,.input-wrapper textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.input-wrapper textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.form-status{margin-top:1rem;padding:.85rem 1rem;border-radius:10px;font-size:.98rem;line-height:1.5}.form-status-success{background:#22c55e1f;color:#15803d;border:1px solid rgba(34,197,94,.35)}.form-status-error{background:#ef44441a;color:#b91c1c;border:1px solid rgba(239,68,68,.35)}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.contact{padding:60px 0}.contact-form-container{padding:2rem}.contact-info-item{padding:1rem}.emergency-contact{padding:1.5rem}.form-header h3{font-size:1.5rem}}.footer{background:#1a365d;color:#fff;padding:60px 0 0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{color:#ffd89b;font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{color:#ffd89b;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-section h5{color:#ffd89b;font-size:1rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.company-info p{line-height:1.6;margin-bottom:2rem;opacity:.9;font-size:.95rem}.contact-info{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.9rem;opacity:.9}.contact-item svg{color:#ffd89b;flex-shrink:0}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.social-links a:hover{background:#ffd89b;color:#1a365d;transform:translateY(-2px)}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.footer-section ul li a:hover{color:#ffd89b}.newsletter p{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;opacity:.9}.newsletter-form{display:flex;margin-bottom:1.5rem}.newsletter-form input{flex:1;padding:.8rem;border:none;border-radius:5px 0 0 5px;background:#ffffff1a;color:#fff;font-size:.9rem}.newsletter-form input::placeholder{color:#fff9}.newsletter-form input:focus{outline:none;background:#ffffff26}.newsletter-form button{padding:.8rem 1rem;border:none;border-radius:0 5px 5px 0;background:#ffd89b;color:#1a365d;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:#ffcd7a;transform:scale(1.05)}.cert-badges{display:flex;flex-wrap:wrap;gap:.5rem}.cert-badge{background:#ffffff1a;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,216,155,.3)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;opacity:.8}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ffd89b}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr 1fr;gap:2rem}.company-info{grid-column:1 / -1}}@media (max-width: 768px){.footer{padding:40px 0 0}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1rem}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{border-radius:5px}.newsletter-form button{margin-top:.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#2d3748}html{scroll-behavior:smooth}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;color:#1a365d;margin-bottom:1rem;font-weight:700}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}section{scroll-margin-top:80px}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;border-radius:50px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media (max-width: 768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}}
