
:root{
  --acg-blue:#0c53a5;
  --acg-navy:#022041;
  --acg-text:#26313f;
  --acg-muted:#667085;
  --acg-soft:#f6f9fc;
  --acg-border:#e5edf5;
  --acg-shadow:0 22px 70px rgba(2,32,65,.10);
}

.acg-products-page{background:#fff;color:var(--acg-text);overflow:hidden}
.acg-products-wide{width:100%;padding-inline:clamp(18px,4vw,72px);box-sizing:border-box;position:relative;z-index:2}

.acg-section-title{max-width:820px}
.acg-section-title.acg-center{text-align:center;margin:0 auto 46px}
.acg-section-title span,.acg-products-dark span,.acg-products-cta__box span{display:inline-flex;gap:10px;align-items:center;color:var(--acg-blue);font-size:13px;font-weight:950;margin-bottom:14px}
.acg-section-title span:before,.acg-products-dark span:before{content:"";width:34px;height:2px;background:var(--acg-blue);border-radius:99px}
.acg-section-title h2,.acg-products-dark h2,.acg-products-cta__box h2{margin:0 0 14px;color:var(--acg-navy);font-size:clamp(28px,3vw,44px);line-height:1.45;font-weight:950}
.acg-section-title p,.acg-products-intro p,.acg-products-dark p,.acg-products-cta__box p{color:var(--acg-muted);line-height:2}

.acg-products-hero{position:relative;min-height:570px;display:flex;align-items:center;background:var(--acg-navy);overflow:hidden}
.acg-products-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.46;filter:saturate(.9) contrast(1.05)}
.acg-products-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,32,65,.98),rgba(2,32,65,.80),rgba(12,83,165,.24))}
.acg-products-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.16) 1px,transparent 1.5px);background-size:58px 58px,58px 58px,26px 26px;opacity:.45}
.acg-products-hero__content{position:relative;z-index:3;max-width:900px;padding:115px clamp(18px,5vw,76px) 96px}
.acg-products-hero__content span{color:#d8ecff;font-size:13px;font-weight:950}
.acg-products-hero__content h1{margin:18px 0;color:#fff;font-size:clamp(40px,5vw,68px);line-height:1.18;font-weight:1000}
.acg-products-hero__content p{max-width:760px;color:#d9e7f5;line-height:2.05;font-size:17px}
.acg-products-hero__actions,.acg-products-cta__box div{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.acg-products-hero__actions a,.acg-products-cta__box a{min-height:48px;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;transition:.22s ease}
.acg-products-hero__actions a:first-child{background:#fff;color:var(--acg-blue)}
.acg-products-hero__actions a:not(:first-child),.acg-products-cta__box a{color:#fff;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18)}
.acg-products-hero__actions a:hover,.acg-products-cta__box a:hover{transform:translateY(-2px)}

.acg-products-intro,.acg-products-list,.acg-products-benefits,.acg-products-industries,.acg-products-faq{position:relative;padding:88px 0}
.acg-products-list,.acg-products-industries{background:var(--acg-soft)}
.acg-products-intro:before,.acg-products-list:before,.acg-products-benefits:before,.acg-products-industries:before,.acg-products-faq:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(12,83,165,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(12,83,165,.04) 1px,transparent 1px),radial-gradient(circle,rgba(12,83,165,.10) 1px,transparent 1.45px);background-size:54px 54px,54px 54px,24px 24px;opacity:.72}
.acg-products-intro .acg-products-wide{display:grid;grid-template-columns:.82fr 1.18fr;gap:46px}

.acg-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.acg-product-card{background:#fff;border:1px solid var(--acg-border);border-radius:26px;overflow:hidden;box-shadow:0 14px 42px rgba(2,32,65,.055);transition:.28s ease}
.acg-product-card:hover{transform:translateY(-8px);border-color:rgba(12,83,165,.32);box-shadow:0 28px 70px rgba(2,32,65,.13)}
.acg-product-card__media{position:relative;display:block;width:100%;height:260px;overflow:hidden;background:#eaf0f6}
.acg-product-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:.42s ease}
.acg-product-card:hover .acg-product-card__media img{transform:scale(1.075)}
.acg-product-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,32,65,0) 30%,rgba(2,32,65,.48) 100%)}
.acg-product-card__media b{position:absolute;right:16px;bottom:14px;z-index:2;color:#fff;font-size:34px;font-weight:1000}
.acg-product-card__body{padding:24px}
.acg-product-card h3{margin:0 0 10px;color:var(--acg-navy);font-size:19px;line-height:1.55;font-weight:1000}
.acg-product-card p{margin:0;color:var(--acg-muted);font-size:13.5px;line-height:1.95}
.acg-product-card ul{list-style:none;padding:0;margin:18px 0 22px;display:grid;gap:9px}
.acg-product-card li{position:relative;color:#475569;font-size:13px;font-weight:850;padding-right:16px}
.acg-product-card li:before{content:"";position:absolute;right:0;top:.75em;width:6px;height:6px;border-radius:50%;background:var(--acg-blue)}
.acg-product-card__actions{display:grid;gap:9px}
.acg-product-card__actions a{min-height:42px;border-radius:12px;text-decoration:none;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:950;transition:.22s ease}
.acg-product-card__actions a:first-child{background:var(--acg-blue);color:#fff}
.acg-product-card__actions a:last-child{background:#eef5fc;color:var(--acg-blue)}
.acg-product-card__actions a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(12,83,165,.16)}

.acg-benefit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.acg-benefit-grid div{background:#fff;border:1px solid var(--acg-border);border-radius:22px;padding:24px;box-shadow:0 14px 42px rgba(2,32,65,.045);transition:.25s ease}
.acg-benefit-grid div:hover{transform:translateY(-5px);border-color:rgba(12,83,165,.28);box-shadow:0 24px 58px rgba(2,32,65,.10)}
.acg-benefit-grid i{width:44px;height:44px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#eef5fc;color:var(--acg-blue)}
.acg-benefit-grid h3{color:var(--acg-navy);font-size:16px;margin:18px 0 8px}
.acg-benefit-grid p{color:var(--acg-muted);line-height:1.9;margin:0;font-size:13.5px}

.acg-products-dark{position:relative;padding:88px 0;background:var(--acg-navy);color:#fff;overflow:hidden}
.acg-products-dark:before,.acg-products-cta__box:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.16) 1px,transparent 1.5px);background-size:56px 56px,56px 56px,26px 26px;opacity:.38}
.acg-products-dark h2{color:#fff}
.acg-products-dark p{max-width:820px;color:#d9e7f5}
.acg-standard-tags,.acg-industry-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.acg-standard-tags b{padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:#fff}

.acg-industry-tags{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:34px}
.acg-industry-tags span{min-height:78px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#fff,#f9fbfd);border:1px solid rgba(12,83,165,.12);color:var(--acg-navy);font-weight:950;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 12px 32px rgba(2,32,65,.045);position:relative;overflow:hidden;transition:.25s ease}
.acg-industry-tags span:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(12,83,165,.10),transparent 45%);opacity:0;transition:.25s ease}
.acg-industry-tags span:hover{transform:translateY(-5px);border-color:rgba(12,83,165,.34);box-shadow:0 22px 52px rgba(2,32,65,.10)}
.acg-industry-tags span:hover:before{opacity:1}

.acg-faq-list{max-width:980px;margin:0 auto;display:grid;gap:12px}
.acg-faq-list details{background:#fff;border:1px solid var(--acg-border);border-radius:18px;padding:18px 20px;box-shadow:0 14px 36px rgba(15,23,42,.045)}
.acg-faq-list summary{cursor:pointer;color:var(--acg-navy);font-weight:950}
.acg-faq-list p{color:var(--acg-muted);line-height:2}

.acg-products-cta{padding:88px 0;background:#fff}
.acg-products-cta__box{position:relative;overflow:hidden;border-radius:32px;padding:clamp(34px,5vw,74px);background:linear-gradient(135deg,var(--acg-navy),var(--acg-blue));text-align:center;color:#fff;box-shadow:var(--acg-shadow)}
.acg-products-cta__box>*{position:relative;z-index:2}
.acg-products-cta__box h2{color:#fff}
.acg-products-cta__box p{max-width:760px;margin:0 auto 28px;color:#edf6ff}

@media(max-width:1400px){.acg-product-grid{grid-template-columns:repeat(3,1fr)}.acg-benefit-grid{grid-template-columns:repeat(3,1fr)}.acg-industry-tags{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.acg-products-intro .acg-products-wide{grid-template-columns:1fr}.acg-product-grid,.acg-benefit-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.acg-product-grid,.acg-benefit-grid,.acg-industry-tags{grid-template-columns:1fr}.acg-products-hero__content{padding:86px 18px 72px}.acg-products-hero__content h1{font-size:36px}.acg-products-hero__actions,.acg-products-cta__box div{display:grid}.acg-products-hero__actions a,.acg-products-cta__box a{width:100%}}
