.laser-app-hero{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);min-height:720px;background:var(--brand-bg)}.laser-app-hero .hero-media{position:relative;min-height:720px;background:var(--brand-primary-dark);overflow:hidden}.laser-app-hero .hero-media::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(2,27,58,.08),rgba(2,27,58,.32))}.laser-app-hero .hero-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.laser-app-hero .hero-copy{padding:160px max(32px,(100vw - 1180px) / 2) 96px 64px;display:flex;flex-direction:column;justify-content:center}.laser-app-hero h1{margin-bottom:20px}.laser-app-hero p{color:var(--brand-text);font-size:1.08rem}.app-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding:0;margin:26px 0 32px;list-style:none}.app-list li{border:1px solid var(--brand-border);border-left:4px solid var(--brand-accent);padding:13px 14px;border-radius:var(--brand-radius);font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.home-stats{border-bottom:1px solid var(--brand-border)}.featured-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.featured-product{grid-column:span 3;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);grid-gap:32px;gap:32px;align-items:center;padding:28px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.featured-product img{width:100%;aspect-ratio:16/11;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.featured-product span{display:inline-block;margin-bottom:10px;color:var(--brand-primary);font-weight:700}.product-mini-card{padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.customer-success-band{padding:84px 0}.success-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.success-card{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:var(--brand-radius);background:rgba(255,255,255,.06)}.success-card .kpi{display:block;margin-bottom:18px;color:var(--brand-accent);font-size:2.5rem;font-weight:800;line-height:1}.timeline{position:relative;display:grid;grid-gap:28px;gap:28px;max-width:960px;margin:0 auto}.timeline::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--brand-border)}.timeline article{position:relative;width:calc(50% - 36px);padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.timeline article:nth-child(2n){margin-left:calc(50% + 36px)}.timeline span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.laser-app-hero{grid-template-columns:1fr}.laser-app-hero .hero-media{min-height:420px}.laser-app-hero .hero-copy{padding:80px 24px}.featured-product,.featured-product-grid{grid-template-columns:1fr}.featured-product{grid-column:span 1}.success-grid{grid-template-columns:1fr}.timeline::before{left:0}.timeline article,.timeline article:nth-child(2n){width:100%;margin-left:0;padding-left:28px}}@media (max-width:575px){.app-list{grid-template-columns:1fr}}