.product-categories{padding:3rem 0;width:100%}.product-categories .container{max-width:1400px;margin:0 auto}.product-categories .section-header{text-align:center;margin-bottom:4rem}.product-categories .section-header .section-title{font-size:40px;font-family:var(--font-family-primary);font-weight:700;text-align:center;margin:2rem 0;background:linear-gradient(90deg,#000000,#5e5e5e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:768px){.product-categories .section-header .section-title{font-size:32px}}@media(max-width:480px){.product-categories .section-header .section-title{font-size:28px}}.product-categories .section-header .section-description{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.product-categories .section-header .section-description{font-size:1.1rem;padding:0 1rem}}.product-categories .products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;width:100%}@media(max-width:768px){.product-categories .products-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.product-categories .products-grid{gap:1rem}}.product-categories .product-card{position:relative;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-categories .product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.15)}.product-categories .product-card:hover .product-image{transform:scale(1.05)}.product-categories .product-card:hover .image-overlay{background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(94,94,94,.7))}.product-categories .product-card:hover .product-button{transform:translateX(0);opacity:1}.product-categories .product-card .product-image-container{position:relative;height:400px;overflow:hidden}@media(max-width:768px){.product-categories .product-card .product-image-container{height:300px}}@media(max-width:480px){.product-categories .product-card .product-image-container{height:250px}}.product-categories .product-card .product-image-container .product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-categories .product-card .product-image-container .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(94,94,94,.4));display:flex;align-items:flex-end;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.product-categories .product-card .product-image-container .image-overlay .product-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);flex:1}@media(max-width:768px){.product-categories .product-card .product-image-container .image-overlay .product-title{font-size:1.3rem}}@media(max-width:480px){.product-categories .product-card .product-image-container .image-overlay .product-title{font-size:1.2rem}}.product-categories .product-card .product-image-container .image-overlay .product-button{background:#fff;color:#000;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;transform:translateX(10px);opacity:.9;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.3)}.product-categories .product-card .product-image-container .image-overlay .product-button .button-arrow{transition:transform .3s ease}.product-categories .product-card .product-image-container .image-overlay .product-button:hover{background:#f8f9fa;box-shadow:0 6px 16px rgba(0,0,0,.4)}.product-categories .product-card .product-image-container .image-overlay .product-button:hover .button-arrow{transform:translateX(3px)}.product-categories .product-card .product-image-container .image-overlay .product-button:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}@media(max-width:480px){.product-categories .product-card .product-image-container .image-overlay .product-button{padding:.6rem .8rem;font-size:.8rem}}.product-categories .cta-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-top:4rem;overflow:hidden}.product-categories .cta-section .cta-content{padding:4rem 3rem;text-align:center}@media(max-width:768px){.product-categories .cta-section .cta-content{padding:3rem 2rem}}@media(max-width:480px){.product-categories .cta-section .cta-content{padding:2.5rem 1.5rem}}.product-categories .cta-section .cta-title{font-size:40px;font-family:var(--font-family-primary);font-weight:700;margin:0 0 1.5rem;background:linear-gradient(90deg,#000000,#5e5e5e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;line-height:1.2}@media(max-width:768px){.product-categories .cta-section .cta-title{font-size:32px}}@media(max-width:480px){.product-categories .cta-section .cta-title{font-size:28px}}.product-categories .cta-section .cta-description{font-size:1.2rem;line-height:1.7;color:#666;max-width:800px;margin:0 auto 3rem}@media(max-width:768px){.product-categories .cta-section .cta-description{font-size:1.1rem;margin-bottom:2.5rem}}@media(max-width:480px){.product-categories .cta-section .cta-description{font-size:1rem;margin-bottom:2rem}}.product-categories .cta-section .cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem}@media(max-width:768px){.product-categories .cta-section .cta-buttons{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem}}.product-categories .cta-section .cta-buttons .cta-button{border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px}.product-categories .cta-section .cta-buttons .cta-button.primary{background:#213b6f;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-categories .cta-section .cta-buttons .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-categories .cta-section .cta-buttons .cta-button.secondary{background:#fff;color:#000;border:2px solid #000;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-categories .cta-section .cta-buttons .cta-button.secondary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-categories .cta-section .cta-buttons .cta-button:focus{outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.1)}@media(max-width:768px){.product-categories .cta-section .cta-buttons .cta-button{width:100%;max-width:300px}}@media(max-width:480px){.product-categories .cta-section .cta-buttons .cta-button{padding:.9rem 1.5rem;font-size:.95rem}}.product-categories .cta-section .cta-features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}@media(max-width:768px){.product-categories .cta-section .cta-features{gap:2rem}}@media(max-width:480px){.product-categories .cta-section .cta-features{flex-direction:column;gap:1.5rem;align-items:center}}.product-categories .cta-section .cta-features .feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#666}.product-categories .cta-section .cta-features .feature-item .feature-icon{width:24px;height:24px;color:#000;flex-shrink:0}.product-categories .cta-section .cta-features .feature-item .feature-text{font-weight:500}@media(max-width:480px){.product-categories .cta-section .cta-features .feature-item{font-size:.95rem}.product-categories .cta-section .cta-features .feature-item .feature-icon{width:22px;height:22px}}@media(prefers-reduced-motion:reduce){.product-categories .cta-button,.product-categories .product-button,.product-categories .product-card,.product-categories .product-image{transition:none!important}.product-categories .cta-button:hover,.product-categories .product-button:hover,.product-categories .product-card:hover,.product-categories .product-card:hover .product-image{transform:none!important}}@media print{.product-categories{background:none!important;padding:1rem 0}.product-categories .product-card{box-shadow:none!important;border:1px solid #ccc;page-break-inside:avoid;margin-bottom:1rem}.product-categories .product-image-container{height:auto}.product-categories .image-overlay{position:static!important;background:none!important;color:#000!important;padding:.5rem}.product-categories .image-overlay .product-title{color:#000!important;text-shadow:none!important}.product-categories .image-overlay .product-button{display:none}.product-categories .cta-section{background:none!important;color:#000!important;border:1px solid #ccc}}