@charset "UTF-8";.hero-section{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgba(28,28,46,.88) 0,rgba(91,45,142,.72) 50%,rgba(28,28,46,.8) 100%);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:60px 24px}.hero-content .hero-badge{display:inline-block;background:rgba(212,131,10,.25);color:#e89b2a;border:1px solid rgba(212,131,10,.4);border-radius:100px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 16px;margin-bottom:20px}.hero-content h1{font-size:max(2.2rem, min(5vw, 3.8rem));color:#fff;font-weight:800;line-height:1.1;margin-bottom:20px;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero-content h1 span{color:#e89b2a}.hero-content .hero-sub{font-size:max(1rem, min(2vw, 1.2rem));color:rgba(255,255,255,.82);max-width:580px;margin:0 auto 36px;line-height:1.6}.hero-content .hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-content .btn-hero-primary{background:var(--color-secondary);color:#fff;padding:14px 36px;border-radius:4px;font-weight:700;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;transition:background .25s;border:none;cursor:pointer}.hero-content .btn-hero-primary:hover{background:var(--color-secondary-dark);color:#fff}.hero-content .btn-hero-secondary{background:0 0;color:#fff;padding:14px 36px;border-radius:4px;font-weight:700;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;border:2px solid rgba(255,255,255,.6);transition:border-color .25s,background .25s;cursor:pointer}.hero-content .btn-hero-secondary:hover{border-color:#fff;background:rgba(255,255,255,.1)}.home-industries{padding:80px 0;background:#fff}.home-industries .industry-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:991px){.home-industries .industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.home-industries .industry-grid{grid-template-columns:1fr}}.home-products{padding:80px 0;background:var(--color-neutral-light)}.home-products .featured-product{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(91,45,142,.12);height:100%}.home-products .featured-product .featured-img{height:320px;overflow:hidden}.home-products .featured-product .featured-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.home-products .featured-product:hover .featured-img img{transform:scale(1.04)}.home-products .featured-product .featured-body{padding:28px}.home-products .featured-product .featured-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary);font-weight:700;margin-bottom:8px}.home-products .featured-product h3{font-size:1.5rem;color:var(--color-neutral-dark);margin-bottom:12px}.home-products .featured-product p{font-size:.92rem;color:var(--color-text-muted);margin-bottom:20px}.home-products .mini-product{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(91,45,142,.08);transition:box-shadow .25s,transform .25s;cursor:pointer}.home-products .mini-product:hover{box-shadow:0 6px 24px rgba(91,45,142,.16);transform:translateY(-2px)}.home-products .mini-product .mini-img{height:140px;overflow:hidden}.home-products .mini-product .mini-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-products .mini-product .mini-body{padding:14px 16px}.home-products .mini-product h4{font-size:.9rem;color:var(--color-neutral-dark);margin:0 0 4px}.home-products .mini-product p{font-size:.78rem;color:var(--color-text-muted);margin:0}.home-cta{padding:80px 0;background:var(--color-neutral-dark)}.home-cta h2{color:#fff;font-size:max(1.6rem, min(3vw, 2.4rem));margin-bottom:16px}.home-cta .cta-desc{color:rgba(255,255,255,.75);font-size:1rem;margin-bottom:24px}.home-cta .cta-checklist{list-style:none;padding:0}.home-cta .cta-checklist li{color:rgba(255,255,255,.8);font-size:.9rem;padding:6px 0;display:flex;align-items:center;gap:10px}.home-cta .cta-checklist li::before{content:"";width:18px;height:18px;background:var(--color-secondary);border-radius:50%;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.home-cta .cta-form-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:36px}.home-cta .cta-form-card h4{color:#fff;font-size:1.2rem;margin-bottom:24px}.home-cta .cta-form-card .form-control,.home-cta .cta-form-card .form-select{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:4px;padding:11px 14px;font-size:.9rem}.home-cta .cta-form-card .form-control::-moz-placeholder{color:rgba(255,255,255,.4)}.home-cta .cta-form-card .form-control::placeholder{color:rgba(255,255,255,.4)}.home-cta .cta-form-card .form-control:focus,.home-cta .cta-form-card .form-select:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px rgba(212,131,10,.2);background:rgba(255,255,255,.1)}.home-cta .cta-form-card .form-select{color:rgba(255,255,255,.7)}.home-cta .cta-form-card option{background:#2a2a3e;color:#fff}.home-cta .cta-form-card .btn-submit{background:var(--color-secondary);color:#fff;border:none;width:100%;padding:13px;font-size:.95rem;font-weight:700;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.home-cta .cta-form-card .btn-submit:hover{background:var(--color-secondary-dark)}@media (max-width:767px){.hero-section{min-height:520px}.hero-content{padding:48px 16px}.hero-content .hero-actions{flex-direction:column;align-items:stretch}.hero-content .btn-hero-primary,.hero-content .btn-hero-secondary{text-align:center}}