*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;background-color:#f9fafb}.app-root{display:flex;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0e7ff);font-family:Segoe UI,system-ui,sans-serif;color:#111827}.app-sidebar{width:280px;padding:2rem;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid #e5e7eb}.app-sidebar h2{color:#1e3a8a;letter-spacing:2.5px;margin-bottom:1.8rem;font-size:.8rem;font-weight:800}.tab-list button{width:100%;background:transparent;border:1px solid #e5e7eb;color:#334155;padding:.95rem 1.1rem;margin-bottom:.75rem;border-radius:14px;text-align:left;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.tab-list button:hover{background:#1e3a8a14;transform:translate(4px)}.tab-list button.active{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);color:#fff;font-weight:600;transform:translate(6px);box-shadow:0 12px 30px #1d4ed859}.app-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:3.5rem}.panel-box{max-width:1000px;width:100%;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 30px 70px #00000024;animation:fadeUp .45s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.image-box img{width:100%;height:300px;object-fit:cover;transition:transform .4s ease}.panel-box:hover .image-box img{transform:scale(1.03)}.panel-content{padding:3rem}.panel-content h1{color:#1e3a8a;font-size:2.6rem;margin-bottom:1rem}.description{color:#334155;line-height:1.8;margin-bottom:2.2rem;font-size:1.05rem}.panel-section span{font-size:.7rem;letter-spacing:2.5px;color:#64748b;font-weight:800}.panel-section p{margin-top:.45rem;margin-bottom:1.7rem;color:#334155}.chip-row{display:flex;flex-wrap:wrap;gap:.65rem}.chip{padding:.5rem 1.1rem;border-radius:999px;background:#dbeafecc;color:#1e40af;font-size:.85rem;font-weight:600;transition:all .25s ease}.chip:hover{background:#1d4ed8;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #1d4ed84d}.process-section{padding:6rem 8%;text-align:center}.process-section h2{color:#1e3a8a;font-size:2.3rem;margin-bottom:3.5rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.process-step{background:#fff;padding:2.3rem;border-radius:18px;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.process-step span{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;width:38px;height:38px;border-radius:50%;font-weight:700;margin-bottom:1.2rem}.process-step:hover{transform:translateY(-10px);box-shadow:0 25px 45px #1d4ed84d}.machines-section{padding:6rem 8%}.machines-section h2{color:#1e3a8a;text-align:center;font-size:2.3rem;margin-bottom:3.5rem}.machine-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem}.machine-card{padding:2.2rem;border-radius:20px;background:#fff;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.machine-card h4{color:#1e3a8a;margin-bottom:.6rem}.machine-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 25px 45px #1d4ed84d}.quality-section{padding:6rem 8%;text-align:center}.quality-section h2{color:#1e3a8a;font-size:2.3rem;margin-bottom:2.5rem}.quality-section ul{list-style:none;max-width:620px;margin:auto}.quality-section li{padding:1rem;font-size:1.05rem;color:#334155;border-bottom:1px dashed #c7d2fe}.regions-section{padding:6rem 8%;text-align:center;background:radial-gradient(circle at top,#020617,#02030f)}.regions-section h2{font-size:2.4rem;margin-bottom:1.2rem;background:linear-gradient(90deg,#22d3ee,#818cf8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.regions-section p{color:#94a3b8;max-width:650px;margin:0 auto}.regions{display:flex;justify-content:center;flex-wrap:wrap;gap:1.1rem;margin-top:2.8rem}.regions span{padding:.8rem 1.9rem;border-radius:999px;background:#22d3ee1f;border:1px solid rgba(34,211,238,.35);color:#67e8f9;font-size:.9rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.regions span:hover{background:linear-gradient(135deg,#22d3ee,#818cf8);color:#020617;transform:translateY(-5px) scale(1.07);box-shadow:0 12px 35px #22d3ee66}@media(max-width:900px){.app-root{flex-direction:column}.app-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb}.tab-list{display:flex;gap:.7rem;overflow-x:auto}.tab-list button{min-width:190px;text-align:center}.panel-content h1{font-size:2.1rem}}
