.hd-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hd-accordion-buttons{margin:20px 0;text-align:center}.hd-toggle-cards{background:#2d7a1f;background:linear-gradient(135deg,#2d7a1f 0%,#246616 100%);border:none;border-radius:6px;padding:14px 32px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;gap:15px;min-width:160px;box-shadow:0 2px 8px rgb(45 122 31 / .3)}.hd-toggle-cards:hover{background:#246616;background:linear-gradient(135deg,#246616 0%,#1d5212 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgb(45 122 31 / .4)}.hd-toggle-cards:focus{outline:3px solid rgb(45 122 31 / .4);outline-offset:2px}.hd-toggle-cards:active{transform:translateY(0);box-shadow:0 1px 4px rgb(45 122 31 / .3)}.hd-toggle-show,.hd-toggle-hide{display:inline-flex;align-items:center;gap:8px}.hd-toggle-hide{display:none}.hd-toggle-show::before,.hd-toggle-hide::before{content:'';display:inline-block;width:0;height:0;transition:transform 0.3s ease;margin-right:4px}.hd-toggle-show::before{border-left:7px solid #fff0;border-right:7px solid #fff0;border-top:8px solid #fff}.hd-toggle-hide::before{border-left:7px solid #fff0;border-right:7px solid #fff0;border-bottom:8px solid #fff}.hd-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:20px 0;width:100%;max-width:1600px;margin:0 auto}@media (max-width:768px){.hd-cards-container{grid-template-columns:1fr;gap:20px;padding:15px}}.hd-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative}.hd-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgb(0 0 0 / .15)}.hd-card:focus{outline:3px solid #0073aa;outline-offset:2px}.hd-card:focus:not(:focus-visible){outline:none}.hd-card:focus-visible{outline:3px solid #0073aa;outline-offset:2px}.hd-card-inner{display:flex;flex-direction:column}.hd-card-image{width:100%;height:400px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;position:relative}.hd-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.hd-card-image-attribution{position:absolute;bottom:2px;left:2px;right:2px;color:#fff;padding:4px 8px;font-size:.75rem;line-height:1.3;text-align:left;pointer-events:none;z-index:1}.hd-card-no-image{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);display:flex;align-items:center;justify-content:center}.hd-card-placeholder-icon{font-size:80px;opacity:.3}.hd-card:hover .hd-card-image img{transform:scale(1.05)}.hd-card-title{padding:20px;text-align:center;background:#fff}.hd-card-title h3{margin:0;font-size:1.25rem;color:#333;font-weight:600;line-height:1.4}@media (max-width:768px){.hd-card-title{padding:15px}.hd-card-title h3{font-size:1.1rem}}.hd-frontend-modal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;z-index:999999!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0;pointer-events:none;transition:opacity 0.3s ease;max-width:none!important;margin:0!important;padding:0!important}.hd-frontend-modal.hd-modal-active{opacity:1;pointer-events:auto}.hd-modal-overlay-frontend{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;background:rgb(0 0 0 / .8);z-index:999998!important}.hd-modal-content-wrap{position:relative!important;z-index:999999!important;width:80%;max-width:none!important;max-height:90vh;margin:0 auto!important;transform:scale(.7);transition:transform 0.3s ease}.hd-frontend-modal.hd-modal-active .hd-modal-content-wrap{transform:scale(1)}.hd-modal-content-inner{background:#fff;border-radius:12px;box-shadow:0 10px 40px rgb(0 0 0 / .3);overflow:hidden;position:relative}.hd-modal-close-btn{position:absolute;top:15px;right:15px;width:44px;height:44px;min-width:44px;min-height:44px;background:rgb(0 0 0 / .5);border:none;border-radius:50%;color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:1000000;transition:background 0.3s ease;display:flex;align-items:center;justify-content:center;padding:0;font-family:Arial,sans-serif}.hd-modal-close-btn:hover{background:rgb(0 0 0 / .8)}.hd-modal-body{max-height:85vh;overflow-y:auto;padding:60px 80px}.hd-modal-body *{max-width:none!important}@media (max-width:768px){.hd-modal-body{padding:30px 20px}}.hd-modal-loading{text-align:center;padding:60px 20px;font-size:1.1rem;color:#666}.hd-modal-loading:after{content:'';display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #333;border-radius:50%;margin-left:10px;animation:spin 1s linear infinite;vertical-align:middle}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.hd-modal-error{padding:40px 20px;text-align:center;color:#d63638;font-size:16px;font-weight:500;background:#fff8f8;border:2px solid #d63638;border-radius:4px;margin:20px}.hd-modal-body h1,.hd-modal-body h2,.hd-modal-body h3{margin-top:0;margin-bottom:20px;color:#333}.hd-modal-body h1{font-size:2rem;border-bottom:2px solid #eee;padding-bottom:15px}@media (max-width:768px){.hd-modal-body h1{font-size:1.5rem}}.hd-modal-body p{line-height:1.8;margin-bottom:15px;color:#555}.hd-modal-body img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.hd-modal-body .wpcf7{margin:20px 0}.hd-modal-body .wpcf7-form-control-wrap{display:block}.hd-modal-body input[type="text"],.hd-modal-body input[type="email"],.hd-modal-body input[type="tel"],.hd-modal-body textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-bottom:15px;transition:border-color 0.3s ease}.hd-modal-body input[type="text"]:focus,.hd-modal-body input[type="email"]:focus,.hd-modal-body input[type="tel"]:focus,.hd-modal-body textarea:focus{outline:none;border-color:#4a90e2}.hd-modal-body input[type="submit"]{background:#4a90e2;color:#fff;padding:12px 30px;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background 0.3s ease}.hd-modal-body input[type="submit"]:hover{background:#357abd}body.hd-modal-open{overflow:hidden}.hd-modal-body::-webkit-scrollbar{width:8px}.hd-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.hd-modal-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.hd-modal-body::-webkit-scrollbar-thumb:hover{background:#555}.hd-modal-close-btn:focus{outline:3px solid #0073aa;outline-offset:2px}.hd-modal-close-btn:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}.hd-card:hover{transform:none}.hd-card:hover .hd-card-image img{transform:none}}@media (prefers-contrast:high){.hd-card{border:2px solid currentColor}.hd-modal-close-btn{border:2px solid currentColor}}