.custom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:20px 0}.custom-grid .grid-item{background:#fff;border-radius:16px;padding:25px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease}.custom-grid .grid-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.12)}.custom-grid img{width:260px;height:260px;border-radius:12px;object-fit:cover;margin-bottom:15px}.custom-grid h3{font-size:24px;font-weight:500;font-family:"DM Sans",sans-serif;margin:0}@media (max-width:767px){.custom-grid{grid-template-columns:1fr;gap:20px}}.styled-list{list-style:none;margin:0;padding:0;font-family:"DM Sans",sans-serif}.styled-list{padding:0!important}.styled-list li{position:relative;padding-left:32px;margin-bottom:14px;font-size:20px;line-height:1.55;list-style:none}.styled-list li::before{content:"✓";position:absolute;left:0;top:2px;font-size:18px;color:#3cb500;font-weight:600}.styled-list li:hover{color:#000;transform:translateX(3px);transition:.2s ease}.single-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;padding:10px 0;font-family:"DM Sans",sans-serif}.single-item{display:flex;align-items:flex-start;gap:18px}.single-item img{width:110px;height:110px;object-fit:contain;flex-shrink:0}.single-item h3{font-size:22px;font-weight:600;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}.single-item p{font-size:18px;line-height:1.55;margin:0;color:#333}@media (max-width:980px){.single-grid{grid-template-columns:1fr}}.custom-grid.four-grid{grid-template-columns:repeat(5,1fr)}.custom-grid.four-grid img{width:80px;height:auto;margin:0 auto 10px;object-fit:contain}@media (max-width:1200px){.custom-grid.four-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:980px){.custom-grid.four-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.custom-grid.four-grid{grid-template-columns:1fr}}.custom-grid.six-grid{grid-template-columns:repeat(6,1fr)}.color-item{background:var(--swatch);height:120px;border-radius:6px;position:relative;display:flex;justify-content:center;align-items:flex-end;padding:8px;font-size:14px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.color-item span{background:rgba(0,0,0,.45);padding:2px 8px;border-radius:3px}@media (max-width:980px){.custom-grid.six-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.custom-grid.six-grid{grid-template-columns:repeat(2,1fr)}}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.feature-item{text-align:center;background:#fff;padding:20px;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:all .3s ease}.feature-item:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(0,0,0,.12)}.feature-item img{width:100%;height:auto;max-height:320px;object-fit:contain}@media (max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:600px){.feature-grid{grid-template-columns:1fr;gap:25px}.feature-item{padding:16px}.feature-item img{max-height:260px}}