@charset "UTF-8";.home-hero{position:relative;min-height:680px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(160deg,#1c1a16 0,#2d3748 60%,#1565c0 100%)}.home-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.home-hero .hero-bg ai-img,.home-hero .hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.22}.home-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(28,26,22,.85) 0,rgba(21,101,192,.55) 100%);z-index:1}.home-hero .hero-content{position:relative;z-index:2;max-width:820px;text-align:center;padding:60px 24px}.home-hero .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(184,115,51,.2);border:1px solid rgba(184,115,51,.4);color:var(--secondary-light);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:28px}.home-hero h1{font-size:56px;font-weight:700;color:#fff;line-height:1.15;margin-bottom:22px;letter-spacing:-.02em}.home-hero h1 em{font-style:normal;color:var(--secondary-light)}.home-hero .hero-subtitle{font-size:19px;color:rgba(255,255,255,.78);line-height:1.65;margin-bottom:40px;max-width:680px;margin-left:auto;margin-right:auto}.hero-cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.hero-bottom-stats{display:flex;justify-content:center;gap:40px;border-top:1px solid rgba(255,255,255,.12);padding-top:32px}.hero-bottom-stats .hs-item{text-align:center}.hero-bottom-stats .hs-number{display:block;font-size:28px;font-weight:700;color:var(--secondary-light);line-height:1}.hero-bottom-stats .hs-label{display:block;font-size:12px;color:rgba(255,255,255,.5);margin-top:4px;text-transform:uppercase;letter-spacing:.06em}.product-showcase-section{padding:80px 0;background:var(--white)}.product-cards-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-top:8px}.product-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);cursor:pointer;display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit}.product-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-6px);color:inherit}.product-card .card-img{aspect-ratio:4/3;overflow:hidden;background:var(--gray-100)}.product-card .card-img ai-img,.product-card .card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.product-card:hover .card-img ai-img,.product-card:hover .card-img img{transform:scale(1.04)}.product-card .card-body{padding:24px}.product-card .card-category{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary);margin-bottom:8px;display:block}.product-card h3{font-size:18px;margin-bottom:10px;color:var(--gray-900)}.product-card p{font-size:14px;color:var(--gray-500);line-height:1.6;margin-bottom:18px}.product-card .card-cta{font-size:13px;font-weight:600;color:var(--primary);display:flex;align-items:center;gap:6px;transition:gap var(--transition)}.product-card:hover .card-cta{gap:10px}.product-card .card-cta svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.industries-section{padding:80px 0;background:var(--gray-50)}.industry-icon-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.industry-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;transition:all var(--transition);-webkit-text-decoration:none;text-decoration:none;color:inherit;display:block}.industry-item:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-4px);color:inherit}.industry-item .ind-icon{width:52px;height:52px;margin:0 auto 16px;background:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center}.industry-item .ind-icon svg{width:26px;height:26px;stroke:var(--primary);fill:none;stroke-width:1.5}.industry-item h4{font-size:15px;font-weight:700;margin-bottom:8px;color:var(--gray-900)}.industry-item p{font-size:13px;color:var(--gray-500);line-height:1.55}.home-cta-section{padding:80px 0;background:var(--primary);text-align:center}.home-cta-section h2{font-size:36px;color:#fff;margin-bottom:18px}.home-cta-section p{font-size:18px;color:rgba(255,255,255,.8);max-width:560px;margin:0 auto 36px}.home-cta-section .btn-cta-white{background:#fff;color:var(--primary);border:2px solid #fff;border-radius:var(--radius);padding:14px 36px;font-size:16px;font-weight:700;display:inline-block;transition:all var(--transition);margin:6px}.home-cta-section .btn-cta-white:hover{background:var(--gray-100);border-color:var(--gray-100);color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.home-cta-section .btn-cta-ghost{background:0 0;color:rgba(255,255,255,.9);border:2px solid rgba(255,255,255,.5);border-radius:var(--radius);padding:14px 36px;font-size:16px;font-weight:600;display:inline-block;transition:all var(--transition);margin:6px}.home-cta-section .btn-cta-ghost:hover{border-color:rgba(255,255,255,.9);color:#fff}@media (max-width:1199.98px){.home-hero h1{font-size:44px}.industry-icon-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991.98px){.home-hero{min-height:540px}.home-hero h1{font-size:36px}.product-cards-row{grid-template-columns:repeat(2,1fr)}.hero-bottom-stats{gap:24px}.hero-bottom-stats .hs-number{font-size:22px}}@media (max-width:767.98px){.home-hero{min-height:480px}.home-hero h1{font-size:30px}.home-hero .hero-subtitle{font-size:16px}.hero-cta-group{flex-direction:column;align-items:center}.hero-cta-group a{width:100%;max-width:320px;text-align:center}.hero-bottom-stats{flex-wrap:wrap;gap:20px}.product-cards-row{grid-template-columns:1fr}.industry-icon-grid{grid-template-columns:repeat(2,1fr)}.home-cta-section h2{font-size:26px}.home-cta-section p{font-size:16px}}