@charset "UTF-8";.peri-hero{background:linear-gradient(135deg,#c85a00 0,#1a1a2e 100%);min-height:580px;display:flex;align-items:center;position:relative;overflow:hidden;padding:80px 0}.peri-hero::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='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.peri-hero .hero-content{position:relative;z-index:2;max-width:760px;margin:0 auto;text-align:center;color:#fff}.peri-hero .hero-eyebrow{display:inline-block;background:rgba(245,166,35,.2);border:1px solid rgba(245,166,35,.5);color:#f5a623;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;padding:5px 16px;border-radius:30px;margin-bottom:24px}.peri-hero h1{font-size:max(2rem, min(5vw, 3.4rem));font-weight:900;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}.peri-hero h1 em{font-style:normal;color:#f5a623}.peri-hero .hero-sub{font-size:1.1rem;opacity:.85;margin-bottom:36px;line-height:1.7;max-width:560px;margin-left:auto;margin-right:auto}.peri-hero .hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.peri-hero .hero-stats{display:flex;justify-content:center;gap:40px;margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.15);flex-wrap:wrap}.peri-hero .hero-stat-number{font-size:1.8rem;font-weight:900;color:#f5a623;line-height:1;margin-bottom:4px}.peri-hero .hero-stat-label{font-size:.75rem;opacity:.7;text-transform:uppercase;letter-spacing:.06em}.product-showcase{padding:80px 0;background:var(--brand-bg)}.product-showcase .featured-product{background:var(--brand-bg-alt);border-radius:8px;overflow:hidden;display:flex;gap:0;margin-bottom:32px}.product-showcase .featured-product .feat-img{flex:0 0 45%;position:relative;overflow:hidden}.product-showcase .featured-product .feat-img ai-img,.product-showcase .featured-product .feat-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-showcase .featured-product .feat-body{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center}.product-showcase .featured-product .feat-body h3{font-size:1.5rem;font-weight:800;color:var(--brand-secondary);margin-bottom:12px}.product-showcase .featured-product .feat-body p{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:24px}.product-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.product-mini-card{background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:6px;overflow:hidden;transition:.25s;cursor:pointer}.product-mini-card:hover{border-color:var(--brand-primary);box-shadow:0 4px 16px rgba(200,90,0,.12);transform:translateY(-2px)}.product-mini-card ai-img,.product-mini-card img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;display:block}.product-mini-card .mini-body{padding:14px}.product-mini-card .mini-title{font-size:.875rem;font-weight:700;color:var(--brand-secondary);margin:0 0 4px}.product-mini-card .mini-sub{font-size:.78rem;color:#888;margin:0}.advantages-section{padding:80px 0;background:var(--brand-bg-alt)}.advantage-card{background:#fff;border-radius:6px;padding:32px;height:100%;border:1px solid var(--brand-border);transition:.25s}.advantage-card:hover{box-shadow:0 6px 24px rgba(200,90,0,.1);border-color:var(--brand-primary)}.advantage-icon{width:52px;height:52px;background:rgba(200,90,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.advantage-icon svg{width:26px;height:26px;fill:var(--brand-primary)}.advantage-card h3{font-size:1rem;font-weight:700;color:var(--brand-secondary);margin-bottom:10px}.advantage-card p{font-size:.875rem;color:#555;line-height:1.7;margin:0}.industries-section{padding:80px 0}.industry-card{background:#fff;border:1px solid var(--brand-border);border-radius:6px;padding:28px 24px;height:100%;transition:.25s}.industry-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);border-color:var(--brand-primary)}.industry-card h3{font-size:1rem;font-weight:700;color:var(--brand-secondary);margin:12px 0 8px}.industry-card p{font-size:.85rem;color:#666;line-height:1.65;margin:0}.testimonials-section{padding:80px 0;background:var(--brand-bg-alt)}.faq-section{padding:80px 0}@media (max-width:767px){.peri-hero{min-height:auto;padding:60px 0}.peri-hero .hero-stats{gap:20px}.product-showcase .featured-product{flex-direction:column}.product-showcase .featured-product .feat-img{flex:none;height:220px}.product-mini-grid{grid-template-columns:repeat(2,1fr)}}