.services-grid-custom{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:30px 0}.services-grid-custom .wp-block-group{text-align:center;padding:20px}.services-grid-custom .wp-block-group ul{list-style:disc;text-align:left}.service-button{background:#0F0814;color:#F8F8F8;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;transition:all 0.3s ease;font-weight:500;letter-spacing:.3px}.service-button:hover{background:#1a1022;transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 0 0 / .2)}.service-button:active{transform:translateY(0);box-shadow:0 2px 8px rgb(0 0 0 / .15)}.service-description{max-height:0;overflow:hidden;transition:max-height 0.45s ease,padding 0.3s ease,opacity 0.3s ease;background:var(--wp--preset--color--background,var(--color-bg,#fff));padding:0 1rem;margin-top:1rem;border:1px solid var(--color-border,rgb(0 0 0 / .06));border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .05);opacity:0}.service-description.active,.service-description.expanded{max-height:600px;padding:1rem;opacity:1}.service-description p{margin:0 0 1em}.service-description p:last-child{margin-bottom:.25em}.service-description ul{margin:.75em 0;padding-left:1.5em;list-style:disc}.service-description ul:last-child{margin-bottom:0}.service-description li{margin:.5em 0;line-height:1.6}.service-description li:last-child{margin-bottom:.25em}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.service-button:focus-visible{outline:2px solid #0F0814;outline-offset:3px;box-shadow:0 0 0 4px rgb(15 8 20 / .15)}@media (max-width:768px){.services-grid-custom{grid-template-columns:repeat(2,1fr);gap:20px}.service-button{width:100%;padding:1rem 1.5rem;font-size:1rem}.services-grid-custom img{max-width:50px!important}.services-grid-custom[style*="padding-right: 0"],.services-grid-custom[style*="padding-left: 0"]{padding-left:1rem!important;padding-right:1rem!important}}@media (max-width:480px){.services-grid-custom{grid-template-columns:1fr;gap:30px}.services-grid-custom img{max-width:40px!important;height:auto!important}}