@charset "UTF-8";.hero-case{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-dark) 100%);min-height:560px;display:flex;align-items:center;overflow:hidden;position:relative}.hero-case::before{content:"";position:absolute;top:0;right:0;bottom:0;left: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='%23CC9933' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/svg%3E")}.hero-case .hero-content{position:relative;z-index:1;padding:60px 40px 60px 0;color:#fff}.hero-case .eyebrow{display:inline-block;background:var(--brand-secondary);color:var(--brand-dark);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:4px 12px;border-radius:2px;margin-bottom:16px}.hero-case h1{font-size:max(1.8rem, min(3.5vw, 2.8rem));color:#fff;font-weight:800;line-height:1.15;margin-bottom:18px}.hero-case .hero-sub{font-size:1.05rem;opacity:.85;max-width:480px;margin-bottom:32px;line-height:1.7}.hero-case .hero-cta-group{display:flex;gap:14px;flex-wrap:wrap}.hero-case .hero-img-wrap{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:flex-end}.hero-case .hero-img-wrap ai-img,.hero-case .hero-img-wrap img{height:480px;width:auto;max-width:100%}.trust-bar{background:var(--brand-dark);padding:28px 0}.trust-grid{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px;text-align:center}.trust-item .trust-number{display:block;font-size:1.8rem;font-weight:800;color:var(--brand-secondary);line-height:1}.trust-item .trust-label{display:block;font-size:.78rem;color:rgba(255,255,255,.6);margin-top:4px}.products-showcase{padding:64px 0}.featured-product{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-md);overflow:hidden}.featured-product .featured-img{padding:24px;background:var(--brand-light);text-align:center}.featured-product .featured-img ai-img,.featured-product .featured-img img{height:300px;width:auto;-o-object-fit:contain;object-fit:contain}.featured-product .featured-body{padding:24px}.featured-product .featured-body h3{font-size:1.2rem;margin-bottom:8px}.featured-product .badge-tag{display:inline-block;background:var(--brand-primary);color:#fff;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:2px;margin-bottom:10px}.product-preview-card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition);height:100%}.product-preview-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-preview-card .card-img{padding:20px;background:var(--brand-light);text-align:center}.product-preview-card .card-img ai-img,.product-preview-card .card-img img{height:180px;width:auto;-o-object-fit:contain;object-fit:contain}.product-preview-card .card-body{padding:16px 20px}.product-preview-card .card-body h3{font-size:1rem;margin-bottom:6px}.product-preview-card .card-body p{font-size:.85rem;color:var(--brand-muted);margin-bottom:10px}.product-preview-card .btn-learn{font-size:.82rem;font-weight:600;color:var(--brand-primary);border:1px solid var(--brand-primary);padding:6px 16px;border-radius:var(--border-radius);background:0 0;transition:all var(--transition);cursor:pointer}.product-preview-card .btn-learn:hover{background:var(--brand-primary);color:#fff}.cta-banner{background:var(--brand-primary);color:#fff;padding:56px 0;text-align:center}.cta-banner h2{color:#fff;margin-bottom:10px}.cta-banner p{opacity:.8;max-width:540px;margin:0 auto 28px}@media (max-width:767px){.hero-case{min-height:400px}.hero-case .hero-content{padding:40px 16px}}