/* Small public-site conversion polish layered over the established Heeler RV design. */
.package-button[data-start-inquiry]{cursor:pointer;border-color:#4e6d40;background:#152014;color:#eef7e8;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.package-button[data-start-inquiry]:hover{background:#1b2a18;border-color:#78a65c}
.package-button[data-start-inquiry]:focus-visible{outline:3px solid rgba(139,214,41,.28);outline-offset:2px}
.package-button[data-start-inquiry]:active{transform:translateY(1px)}

/* Keep the calculator link as simple navigation, matching the calculator page itself. */
.top-actions .nav-action[href="/rv-power-calculator"]{display:inline-flex;align-items:center;justify-content:center;min-width:154px;min-height:52px;margin-left:10px;padding:11px 18px;border:1px solid #56783b;border-radius:12px;background:#12200f;color:#b5f66b;font-size:14px;font-weight:900;letter-spacing:.45px;line-height:1;text-align:center;transition:border-color .16s ease,background .16s ease}
.top-actions .nav-action[href="/rv-power-calculator"] span,.top-actions .nav-action[href="/rv-power-calculator"] b{display:none!important}
.top-actions .nav-action[href="/rv-power-calculator"]::after{content:"CALCULATOR"}
.top-actions .nav-action[href="/rv-power-calculator"]:hover{border-color:#6f9850;background:#162512}
.top-actions .nav-action[href="/rv-power-calculator"]:focus-visible{outline:3px solid rgba(181,246,107,.22);outline-offset:3px}
@media(max-width:1000px){.top-actions .nav-action[href="/rv-power-calculator"]{min-width:auto;min-height:44px;margin-left:6px;padding:10px 13px;font-size:11px;border-radius:10px}}
