:root{--charcoal: #3D3200;--amber: #FDE047;--amber-dark: #FACC15;--amber-mid: #FEF08A;--amber-light: #FEFCE8;--cream: #FFFFF7;--green: #10B981;--text-dark: #3D3200;--text-body: #5C4D08;--text-muted: #8A7520;--white: #FFFFFF;--border: #E2E8F0;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 25px -3px rgba(0,0,0,.1), 0 4px 10px -2px rgba(0,0,0,.05);--radius: 8px;--radius-lg: 12px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-body);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background:var(--cream)}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:.75rem}.section-subtitle{font-size:1.05rem;color:var(--text-muted);text-align:center;max-width:620px;margin:0 auto 3rem}.section-divider{width:48px;height:3px;background:var(--amber);border-radius:2px;margin:.75rem auto 1rem}.card-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.card-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){#products .card-grid{grid-template-columns:repeat(5,1fr)}}.navbar{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 1.5rem;max-width:1200px;margin:0 auto}.navbar-logo{display:flex;align-items:center;gap:.6rem;color:var(--text-dark);font-weight:700;font-size:1.05rem;letter-spacing:-.01em}.navbar-logo-img{height:36px;width:auto;flex-shrink:0;object-fit:contain}.navbar-logo-text{display:flex;flex-direction:column;line-height:1.2}.navbar-logo-text span:first-child{font-size:.95rem;font-weight:700;color:var(--text-dark)}.navbar-logo-text span:last-child{font-size:.68rem;font-weight:400;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.navbar-nav{display:none;list-style:none;gap:.1rem}@media (min-width: 768px){.navbar-nav{display:flex}}.navbar-nav a{display:block;padding:.4rem .7rem;color:var(--text-body);font-size:.875rem;font-weight:500;border-radius:6px;transition:background var(--transition),color var(--transition)}.navbar-nav a:hover{background:var(--amber-light);color:var(--amber-dark)}.navbar-cta{display:none;background:var(--amber);color:var(--charcoal);padding:.45rem 1rem;border-radius:6px;font-size:.875rem;font-weight:700;transition:background var(--transition)}@media (min-width: 768px){.navbar-cta{display:block}}.navbar-cta:hover{background:var(--amber-mid)}.navbar-menu-btn{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media (min-width: 768px){.navbar-menu-btn{display:none}}.navbar-menu-btn span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px}.navbar-mobile-menu{display:none;flex-direction:column;padding:.75rem 1.5rem 1rem;background:var(--white);border-top:1px solid var(--border)}.navbar-mobile-menu.open{display:flex}.navbar-mobile-menu a{color:var(--text-body);font-size:.95rem;padding:.6rem 0;border-bottom:1px solid var(--border);transition:color var(--transition)}.navbar-mobile-menu a:last-child{border-bottom:none}.navbar-mobile-menu a:hover{color:var(--amber-dark)}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(140deg,#fef9c3,#fefce8,#fffff7)}.hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 70% at 85% 50%,rgba(253,224,71,.3) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 10% 80%,rgba(250,204,21,.15) 0%,transparent 50%);pointer-events:none}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(234,179,8,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(234,179,8,.12) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}.hero-content{position:relative;z-index:1;text-align:center;padding:4rem 1.5rem;max-width:860px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fde04766;border:1px solid rgba(234,179,8,.5);color:var(--text-dark);padding:.35rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;margin-bottom:1.5rem}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--text-dark);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero h1{font-size:clamp(2rem,6vw,3.75rem);font-weight:800;color:var(--text-dark);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.hero h1 .highlight{color:#b45309}.hero-tagline{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-body);margin-bottom:2.5rem;letter-spacing:.02em}.hero-tagline .sep{margin:0 .4rem;opacity:.5}.hero-stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stat{text-align:center}.hero-stat-value{font-size:1.75rem;font-weight:800;color:var(--text-dark);line-height:1}.hero-stat-value .unit{font-size:1rem;color:var(--text-body)}.hero-stat-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.3rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--amber-dark);color:var(--text-dark);padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:700;transition:transform var(--transition),box-shadow var(--transition);box-shadow:0 4px 15px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#fde04740;border:1.5px solid rgba(234,179,8,.5);color:var(--text-dark);padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;transition:background var(--transition)}.btn-secondary:hover{background:#fde04773}.products-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;border:1px solid var(--border);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);position:relative;overflow:hidden}.products-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--amber);transform:scaleX(0);transition:transform var(--transition);transform-origin:left}.products-card:hover:before{transform:scaleX(1)}.products-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--amber)}.product-icon{width:52px;height:52px;border-radius:10px;background:var(--amber-light);display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.25rem}.products-card h3{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.products-card p{font-size:.875rem;color:var(--text-muted);line-height:1.65}.about-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width: 900px){.about-grid{grid-template-columns:1fr 1fr;align-items:center}}.about-content .section-title,.about-content .section-divider,.about-content .section-subtitle{text-align:left;margin-left:0}.about-content p{color:var(--text-muted);line-height:1.75;margin-bottom:1rem}.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2rem}.about-value{background:var(--amber-light);border-radius:var(--radius);padding:1rem;border-left:3px solid var(--amber)}.about-value h4{font-size:.875rem;font-weight:700;color:var(--text-dark);margin-bottom:.2rem}.about-value p{font-size:.8rem;color:var(--text-muted);margin-bottom:0}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.about-stat-card{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;border:1px solid var(--border);box-shadow:var(--shadow-md);text-align:center}.about-stat-card .number{font-size:2.25rem;font-weight:800;color:var(--text-dark);line-height:1}.about-stat-card .number span{color:var(--text-body)}.about-stat-card .label{font-size:.75rem;color:var(--text-muted);margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}.timeline-scroll{overflow-x:auto;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--amber) var(--border);display:flex;justify-content:center}.timeline-scroll::-webkit-scrollbar{height:4px}.timeline-scroll::-webkit-scrollbar-track{background:var(--border);border-radius:2px}.timeline-scroll::-webkit-scrollbar-thumb{background:var(--amber);border-radius:2px}.timeline{display:flex;min-width:max-content;padding:2rem 1.5rem 1rem;position:relative}.timeline:before{content:"";position:absolute;top:3.8rem;left:1.5rem;right:1.5rem;height:2px;background:linear-gradient(90deg,var(--amber),var(--amber-mid),var(--amber))}.timeline-item{display:flex;flex-direction:column;align-items:center;min-width:200px;max-width:220px;padding:0 1rem;position:relative}.timeline-dot{width:16px;height:16px;border-radius:50%;background:var(--amber);border:3px solid var(--white);box-shadow:0 0 0 2px var(--amber);margin-bottom:1.25rem;flex-shrink:0;position:relative;z-index:1}.timeline-item:first-child .timeline-dot{background:var(--charcoal);box-shadow:0 0 0 2px var(--charcoal)}.timeline-item:last-child .timeline-dot{background:var(--green);box-shadow:0 0 0 2px var(--green)}.timeline-card{background:var(--white);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;width:100%}.timeline-period{font-size:.75rem;font-weight:700;color:var(--text-body);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.timeline-card h3{font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.timeline-card p{font-size:.8rem;color:var(--text-muted);line-height:1.55}.oem-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;border:1px solid var(--border);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.oem-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--amber)}.oem-icon{font-size:2.25rem;margin-bottom:1rem;width:52px;height:52px;background:var(--amber-light);border-radius:10px;display:flex;align-items:center;justify-content:center}.oem-card h3{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.oem-card p{font-size:.875rem;color:var(--text-muted);line-height:1.65}.cert-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;transition:transform var(--transition),box-shadow var(--transition)}.cert-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.cert-badge{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--amber),var(--amber-dark));color:var(--text-dark);font-size:1rem;font-weight:800;margin:0 auto 1.25rem;letter-spacing:-.02em}.cert-card h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.cert-card .cert-product{font-size:.75rem;color:var(--text-body);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.cert-card p{font-size:.85rem;color:var(--text-muted)}.rnd{background:var(--amber-dark);color:var(--text-dark)}.rnd .section-title{color:var(--text-dark)}.rnd .section-subtitle{color:var(--text-body)}.rnd .section-divider{background:var(--text-dark)}.rnd-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 640px){.rnd-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.rnd-grid{grid-template-columns:repeat(3,1fr)}}.rnd-card{background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;transition:background var(--transition),border-color var(--transition)}.rnd-card:hover{background:#ffffff80;border-color:#3d32004d}.rnd-card-icon{font-size:2rem;margin-bottom:1rem}.rnd-card h3{font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.6rem}.rnd-card p{font-size:.85rem;color:var(--text-body);line-height:1.6}.rnd-highlight{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(61,50,0,.2)}.rnd-stat{text-align:center}.rnd-stat-value{font-size:2.5rem;font-weight:800;color:var(--text-dark);line-height:1}.rnd-stat-label{font-size:.75rem;color:var(--text-body);text-transform:uppercase;letter-spacing:.06em;margin-top:.4rem}.iot-inner{display:grid;gap:3rem;grid-template-columns:1fr;align-items:center}@media (min-width: 900px){.iot-inner{grid-template-columns:1fr 1fr}}.iot-content .section-title,.iot-content .section-divider{text-align:left;margin-left:0}.iot-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--amber-light);border:1px solid rgba(250,204,21,.5);color:var(--text-dark);padding:.3rem .8rem;border-radius:100px;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin-bottom:1rem}.iot-content p{color:var(--text-muted);line-height:1.75;margin-bottom:1.5rem}.iot-features{display:flex;flex-direction:column;gap:.75rem}.iot-feature{display:flex;align-items:flex-start;gap:.75rem}.iot-feature-icon{width:32px;height:32px;border-radius:8px;background:var(--amber-light);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.iot-feature-text h4{font-size:.9rem;font-weight:600;color:var(--text-dark);margin-bottom:.15rem}.iot-feature-text p{font-size:.8rem;color:var(--text-muted);margin-bottom:0}.iot-visual{background:var(--amber-dark);border-radius:var(--radius-lg);padding:2.5rem;text-align:center;box-shadow:var(--shadow-lg)}.iot-visual-title{font-size:1.4rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem}.iot-visual-subtitle{font-size:.85rem;color:var(--text-body);margin-bottom:2rem}.iot-diagram{display:flex;flex-direction:column;gap:1rem;align-items:center}.iot-node{background:#ffffff59;border:1px solid rgba(255,255,255,.6);border-radius:10px;padding:.75rem 1.5rem;color:var(--text-dark);font-size:.875rem;font-weight:600;width:100%;max-width:260px;display:flex;align-items:center;justify-content:center;gap:.5rem}.iot-node.center{background:linear-gradient(135deg,#0ea5e94d,#0284c733);border-color:var(--amber);font-size:1rem}.iot-connector{width:2px;height:20px;background:linear-gradient(180deg,var(--amber),var(--amber-mid));opacity:.5}.contact-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 640px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;border:1px solid var(--border);box-shadow:var(--shadow);text-align:center}.contact-icon{width:52px;height:52px;border-radius:50%;background:var(--amber-light);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 1rem}.contact-card h3{font-size:.8rem;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem}.contact-card p{font-size:.875rem;color:var(--text-muted);line-height:1.65}.contact-card a{font-size:.9rem;color:var(--text-body);font-weight:500;display:block;text-decoration:underline;transition:color var(--transition)}.contact-card a:hover{color:var(--text-dark)}.footer{background:var(--amber-dark);color:var(--text-body);padding:3rem 0 1.5rem}.footer-inner{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:2.5rem}@media (min-width: 768px){.footer-inner{grid-template-columns:2fr 1fr 1fr}}.footer-brand .navbar-logo{margin-bottom:1rem}.footer-brand .navbar-logo-text span:first-child{color:var(--text-dark)}.footer-brand .navbar-logo-text span:last-child{color:var(--text-body)}.footer-brand p{font-size:.875rem;line-height:1.7;max-width:300px}.footer-col h4{font-size:.75rem;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col ul li a{font-size:.875rem;color:var(--text-body);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--text-dark)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding-top:1.5rem;border-top:1px solid rgba(61,50,0,.2)}.footer-bottom p{font-size:.8rem;color:var(--text-body)}.footer-bottom-right{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-body)}.footer-green-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}@media (max-width: 639px){.about-values{grid-template-columns:1fr}.about-stats{grid-template-columns:1fr 1fr}.rnd-highlight{gap:1.5rem}}
