@charset "UTF-8";.adtran-products-hero{padding:160px 0 64px;background-color:var(--brand-primary-dark);text-align:center}.adtran-products-hero h1{color:#fff;margin-bottom:12px}.adtran-products-hero p{color:rgba(255,255,255,.8);font-size:1.1rem}.adtran-featured-product{padding:64px 0;background:var(--brand-bg)}.adtran-featured-product .featured-img{border-radius:var(--brand-radius);overflow:hidden}.adtran-product-grid .category-section{margin-bottom:48px}.adtran-product-grid .category-title{font-size:1.5rem;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--brand-accent);display:inline-block}.adtran-product-grid .product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:box-shadow .3s,transform .2s;background:var(--brand-bg);cursor:pointer;height:100%}.adtran-product-grid .product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-3px)}.adtran-product-grid .product-card .card-img-top{height:200px;-o-object-fit:cover;object-fit:cover}.adtran-product-grid .product-card .card-body{padding:16px;text-align:center}.adtran-product-grid .product-card .card-body h3{font-size:1rem;margin-bottom:8px}.adtran-product-grid .product-card .btn-inquiry{background-color:var(--brand-primary);color:#fff;border:none;border-radius:var(--brand-radius);padding:8px 20px;font-size:.85rem;font-weight:600}.adtran-product-grid .product-card .btn-inquiry:hover{background-color:var(--brand-primary-dark);color:#fff}@media (max-width:991.98px){.adtran-products-hero{padding:120px 0 48px}}