@charset "UTF-8";.hero-bobcat{background:var(--brand-secondary);min-height:560px;display:flex;align-items:center;overflow:hidden;position:relative}.hero-bobcat .hero-content{position:relative;z-index:1;padding:60px 0;color:#fff;text-align:center;max-width:720px;margin:0 auto}.hero-bobcat .eyebrow{display:inline-block;background:rgba(232,69,14,.2);border:1px solid rgba(232,69,14,.5);color:var(--brand-primary);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:18px}.hero-bobcat h1{font-size:max(1.8rem, min(4vw, 3rem));color:#fff;font-weight:900;line-height:1.1;margin-bottom:18px}.hero-bobcat .hero-sub{font-size:1.05rem;opacity:.8;max-width:540px;margin:0 auto 32px;line-height:1.7}.hero-bobcat .hero-cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-bobcat .hero-machines{margin-top:40px;display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.hero-bobcat .hero-machines ai-img,.hero-bobcat .hero-machines img{height:200px;width:auto;filter:drop-shadow(0 12px 24px rgba(0, 0, 0, .4))}.trust-bar{background:var(--brand-primary);padding:24px 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:900;color:#fff;line-height:1}.trust-item .trust-label{display:block;font-size:.78rem;color:rgba(255,255,255,.7);margin-top:4px}.products-showcase{padding:64px 0}.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:#fff;background:var(--brand-primary);border:none;padding:6px 16px;border-radius:var(--border-radius);transition:all var(--transition);cursor:pointer}.product-preview-card .btn-learn:hover{background:#c33a0b}.cta-banner{background:var(--brand-secondary);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-bobcat{min-height:400px}.hero-bobcat .hero-content{padding:40px 16px}}