:root{--brand-green:#2F6F4F}.hero-buttons{display:flex;align-items:center;gap:16px;margin-top:24px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:8px;font-weight:600;font-size:16px;text-decoration:none;transition:all 0.25s ease}.hero-btn.primary{background:var(--brand-green);color:#fff;border:1px solid var(--brand-green)}.hero-btn.primary:hover{background:#fff;color:var(--brand-green)}.hero-btn.secondary{background:#fff;color:var(--brand-green);border:1px solid var(--brand-green)}.hero-btn.secondary:hover{background:var(--brand-green);color:#fff}@media (max-width:767px){.hero-buttons{flex-direction:column;align-items:flex-start;gap:10px;margin-top:18px}.hero-btn{width:auto;min-width:150px;max-width:220px;padding:10px 20px;font-size:15px;line-height:1.2;border-radius:7px}.hero-btn.secondary{display:none}}