.product-categories{width:100%;padding:3rem 0}.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);text-align:center;background:linear-gradient(90deg,#000,#5e5e5e);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:2rem 0;font-weight:700}@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{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.product-categories .section-header .section-description{padding:0 1rem;font-size:1.1rem}}.product-categories .products-grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;margin-bottom:4rem;display:grid}@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{background:#fff;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-categories .product-card:hover{box-shadow:0 8px 24px #00000026}.product-categories .product-card:hover .product-image{transform:scale(1.05)}.product-categories .product-card:hover .image-overlay{background:linear-gradient(135deg,#000c 0%,#5e5e5eb3 100%)}.product-categories .product-card:hover .product-button{opacity:1;transform:translate(0)}.product-categories .product-card .product-image-container{height:400px;position:relative;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{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-categories .product-card .product-image-container .image-overlay{background:linear-gradient(135deg,#00000080 0%,#5e5e5e66 100%);justify-content:space-between;align-items:flex-end;padding:1.5rem;transition:all .3s;display:flex;position:absolute;inset:0}.product-categories .product-card .product-image-container .image-overlay .product-title{color:#fff;text-shadow:0 2px 4px #00000080;flex:1;margin:0;font-size:1.5rem;font-weight:600}@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{color:#000;cursor:pointer;opacity:.9;background:#fff;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;transform:translate(10px);box-shadow:0 4px 12px #0000004d}.product-categories .product-card .product-image-container .image-overlay .product-button .button-arrow{transition:transform .3s}.product-categories .product-card .product-image-container .image-overlay .product-button:hover{background:#f8f9fa;box-shadow:0 6px 16px #0006}.product-categories .product-card .product-image-container .image-overlay .product-button:hover .button-arrow{transform:translate(3px)}.product-categories .product-card .product-image-container .image-overlay .product-button:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}@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;margin-top:4rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-categories .cta-section .cta-content{text-align:center;padding:4rem 3rem}@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);background:linear-gradient(90deg,#000,#5e5e5e);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-weight:700;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{color:#666;max-width:800px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.7}@media (max-width:768px){.product-categories .cta-section .cta-description{margin-bottom:2.5rem;font-size:1.1rem}}@media (max-width:480px){.product-categories .cta-section .cta-description{margin-bottom:2rem;font-size:1rem}}.product-categories .cta-section .cta-buttons{justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}@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{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:180px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.product-categories .cta-section .cta-buttons .cta-button.primary{color:#fff;background:#213b6f;box-shadow:0 2px 8px #0000001a}.product-categories .cta-section .cta-buttons .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-categories .cta-section .cta-buttons .cta-button.secondary{color:#000;background:#fff;border:2px solid #000;box-shadow:0 2px 8px #0000001a}.product-categories .cta-section .cta-buttons .cta-button.secondary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-categories .cta-section .cta-buttons .cta-button:focus{outline:none;box-shadow:0 0 0 3px #0000001a}@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{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}@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;align-items:center;gap:1.5rem}}.product-categories .cta-section .cta-features .feature-item{color:#666;align-items:center;gap:.75rem;font-size:1rem;display:flex}.product-categories .cta-section .cta-features .feature-item .feature-icon{color:#000;flex-shrink:0;width:24px;height:24px}.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 .product-card,.product-categories .product-image,.product-categories .product-button,.product-categories .cta-button{transition:none!important}.product-categories .product-card:hover .product-image,.product-categories .product-card:hover,.product-categories .product-button:hover,.product-categories .cta-button:hover{transform:none!important}}@media print{.product-categories{padding:1rem 0;background:0 0!important}.product-categories .product-card{page-break-inside:avoid;border:1px solid #ccc;margin-bottom:1rem;box-shadow:none!important}.product-categories .product-image-container{height:auto}.product-categories .image-overlay{padding:.5rem;color:#000!important;background:0 0!important;position:static!important}.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{border:1px solid #ccc;color:#000!important;background:0 0!important}}
