@charset "UTF-8";.hero-hitachi{background:linear-gradient(135deg,var(--brand-dark) 0,#1e3a5f 60%,#2a4f7f 100%);color:#fff;padding:76px 0 64px;position:relative;overflow:hidden}.hero-hitachi::after{content:"";position:absolute;right:-5%;top:-15%;width:50%;height:130%;background:rgba(232,115,26,.04);border-radius:50%;pointer-events:none}.hero-hitachi .eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-secondary);margin-bottom:14px}.hero-hitachi h1{color:#fff;font-size:max(1.6rem, min(3.5vw, 2.6rem));margin-bottom:16px;line-height:1.12}.hero-hitachi .hero-sub{color:rgba(255,255,255,.78);font-size:1.02rem;line-height:1.65;max-width:520px;margin-bottom:26px}.hero-hitachi .hero-cta-group{display:flex;gap:14px;flex-wrap:wrap}.hero-hitachi .hero-img-wrap{position:relative;z-index:1;text-align:center}.featured-product{background:#fff;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-md)}.featured-product .featured-img{aspect-ratio:4/3;overflow:hidden;background:var(--brand-accent)}.featured-product .featured-img ai-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-product .featured-body{padding:20px 22px 24px}.featured-product .badge-tag{display:inline-block;background:var(--brand-secondary);color:#fff;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:3px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.featured-product h3{font-size:1.1rem;margin-bottom:8px}.featured-product p{font-size:.86rem;color:var(--brand-muted);line-height:1.6;margin-bottom:14px}.featured-product .featured-specs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:16px}.featured-product .spec-item{background:var(--brand-accent);border-radius:var(--border-radius);padding:10px;font-size:.78rem;color:var(--brand-muted)}.featured-product .spec-item .spec-val{display:block;font-size:1.02rem;font-weight:800;color:var(--brand-primary);margin-bottom:2px}.industry-card{position:relative;border-radius:var(--border-radius);overflow:hidden;aspect-ratio:3/2}.industry-card ai-img,.industry-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.industry-card .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,31,51,.85) 0,rgba(15,31,51,.1) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:18px;color:#fff}.industry-card .overlay h4{margin-bottom:4px;font-size:1rem}.industry-card .overlay p{font-size:.8rem;opacity:.85;margin:0}.testimonial-single{background:#fff;border-left:4px solid var(--brand-secondary);border-radius:var(--border-radius);padding:30px 26px;box-shadow:var(--shadow-sm);max-width:700px;margin:0 auto}.testimonial-single .quote-text{font-size:1.02rem;font-style:italic;line-height:1.7;margin-bottom:16px}.testimonial-single .quote-author{font-weight:700;color:var(--brand-primary)}.testimonial-single .quote-role{font-size:.82rem;color:var(--brand-muted)}@media (max-width:767.98px){.hero-hitachi{padding:48px 0 40px}}